/*================================================================================
	Item Name: Vuexy - Vuejs, HTML & Laravel Admin Dashboard Template
	Version: 2.0
	Author: PIXINVENT
	Author URL: http://www.themeforest.net/user/pixinvent
================================================================================

NOTE:
------
PLACE HERE YOUR OWN SCSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */
    .fechado-anot{
        display: none!important;
    }
	.frame{
		/*position: absolute;*/
		border: 1px solid #333;
		background: #e7e7e7;
		box-shadow: 0 1px 10px #111;
		border-radius: 3px;
		z-index: 999;
		overflow: hidden;
        width: 300px;
        height: 300px;
        position: fixed!important;
	}
	.topbar{
		border-radius: 3px 3px 0 0;
		padding: 5px;
		text-align: right;
		cursor: default;
	}
	.xbtn, .maxbtn{
		padding: 2px 4px;
		text-align: center;
		border-radius: 2px;
		color: #333;
		display: inline-block;
			*display: inline;
			zoom: 1.0;
		vertical-align: top;
		font-family: 'Days One', sans-serif;
		font-size: 16px;
		margin-top: -3px;
	}
	.swatches{
		float: left;
		background: #333;
	}
	.swatches span{
		display: block;
		float: left;
		width: 10px;
		height: 10px;
		cursor: pointer;
		margin: 5px;
	}
	.red{
		background: #d23c31;
	}
	.orange{
		background: #f27937;
	}
	.yellow{
		background: #ffcc33;
	}
	.green{
		background: #22a86d;
	}
	.blue{
		background: #37a2d6;
	}
	.maxbtn span{
		display: block;
		border: 1px solid #333;
		border-top: 2px solid #333;
		width: 9px;
		height: 8px;
		margin-top: 6px;
	}
	.maxbtn:hover span, .maximized .maxbtn span{
		border-color: #e7e7e7;
	}
	.xbtn:hover{
		color: #e7e7e7;
	}
	.content2{
		height: auto;
		width: auto;
		padding: 15px;
	}
	.content2>div{
		width: inherit;
		height: inherit;
	}
	.content2>iframe{
		width: inherit;
		height: inherit;
	}
	textarea{
		width: 100%;
		height: 100%;
		margin: 0;
		padding: 0;
		border: none;
	  	outline: none;
	  	-webkit-appearance: none;
	  	background: #e7e7e7;
	  	color: #333;
	  	font-size: 16px;
	  	font-weight: normal;
	  	font-family: 'Days One', sans-serif;
	  	text-shadow: 0 1px 0 #fff;
	  	resize: none;
	}
	.active2{
		z-index: 999999;
	}
	#video{
		top: 10px;
		left: 10px;
	}
	#website{
		top: 10px;
		left: 350px;
	}
	#custom{
		top: 480px;
		left: 350px;
	}
	#sticky{
		top: 280px;
		left: 10px;
	}
	#video .content2{
		width: 300px;
		height: 200px;
	}
	#website .content2{
		width: 550px;
		height: 400px;
		right: 0;
	}
	#custom .content2{
		width: 550px;
		height: 150px;
	}
	
	#sticky .content2{
		width: 100%;
		height: 100%;
	}
	
	.frame.maximized{
		top: 1% !important;
		left: 1% !important;
		width: 98% !important;
		height: 98% !important;
		-moz-transition: width .25s linear, height .25s linear, top .25s linear, left .25s linear;
		-webkit-transition: width .25s linear, height .25s linear, top .25s linear, left .25s linear;
		transition: width .25s linear, height .25s linear, top .25s linear, left .25s linear;
	}
	
	.frame.maximized .content2{
		margin: 0 auto !important;
		width: 95% !important;
		height: 95% !important;
		-moz-transition: width .25s linear, height .25s linear, top .25s linear, left .25s linear;
		-webkit-transition: width .25s linear, height .25s linear, top .25s linear, left .25s linear;
		transition: width .25s linear, height .25s linear, top .25s linear, left .25s linear;
	}
    .img-livro{
        width: 100%;
    }
    @media only screen and (max-width: 1024px) {
		body {
			touch-action: pan-y, pan-x;
		}
        .img-livro{
            width: 200%;
            overflow:scroll;
        }
    }