#chartCotacoes,
#chartRendimentos{
	height:100%;
	padding: 0;
	margin: 0;
	position: relative;
	width: 100%;
	}

.canvasjs-chart-credit{
	display: none;
	}

.td_doc_categoria{
	font-size: 0.7rem;
	font-weight: 500;
	}

#modal_youtube {
    _max-width: unset;
    _width: unset;
    padding: 0;
    width: 560px;
    height: 315px;
    background-color: #000;
	}

.span_ytv{
	max-width: 240px;
	max-width: 240px;
    position: relative;
    overflow: hidden;
    min-height: 270px;
	transition: all .2s ease-in-out;
	}

	.span_ytv:hover{
		background: linear-gradient(0deg, rgba(69,79,90,1) 0%, rgba(68,79,90,1) 53%, rgba(68,79,90,0.3) 60%, rgba(68,79,90,0) 90%);	
		cursor: pointer;
		/*transform: scale(1.02);*/
	}


	.span_ytv .ytv_titulo{
		font-size: 1.1rem;
	    position: absolute;
	    top: 140px;
		}

	.span_ytv:hover > .mdi-youtube { 
		color: tomato;
		text-shadow: 0 -1px 0 #fffc, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
		transform: scale(1.1);
		}

	.span_ytv .mdi-youtube{
	    position: absolute;
	    top: 24px;
	    left: calc(50% - 36px);
	    text-shadow: 0 -1px 0 #fffc, 0 1px 0 #2e2e2e, 0 2px 0 #2c2c2c, 0 3px 0 #2a2a2a, 0 4px 0 #282828, 0 5px 0 #262626, 0 6px 0 #242424, 0 7px 0 #222, 0 8px 0 #202020, 0 9px 0 #1e1e1e, 0 10px 0 #1c1c1c, 0 11px 0 #1a1a1a, 0 12px 0 #181818, 0 13px 0 #161616, 0 14px 0 #141414, 0 15px 0 #121212, 0 22px 30px rgba(0,0,0,0.9);
		transition: all .2s ease-in-out;
		}

	.ytv_video_data{
		flex-basis: 100%;
		position: absolute;
		left: 10px;
		bottom: 10px;
		font-size: 0.8rem;
		}

	.ytv_video_canal_nome{
		flex-basis: 100%;
		position: absolute;
		left: 10px;
		bottom: 25px;
		}

	.video_thumbnail{
	    background-position: center center;
	    background-repeat: no-repeat;
	    background-size: cover;
	    min-height: 128px;
	    max-width: 100%;
	    min-width: 100%;
	    position: absolute;
	    top: 0;
	    left: 0;
		}



