/************* Modal *************/

#colorbox, #cboxOverlay, #cboxWrapper {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}
#cboxWrapper {
	max-width: none;
}
#cboxOverlay {
	position: fixed;
	width: 100%;
	height: 100%;
	
}
#cboxMiddleLeft, #cboxBottomLeft {
	clear: left;
}
#cboxContent {
	position: absolute;
	top: 0px;
}

#cboxTitle {
	margin: 0;
}
#cboxLoadingOverlay, #cboxLoadingGraphic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
#cboxClose {
	cursor: pointer;
}
.cboxIframe {
	width: 100%;
	height: 100%;
	border: 0;
	padding: 0;
	margin: 0;
}
#colorbox, #cboxContent, #cboxLoadedContent {
	box-sizing: content-box;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
}

#cboxOverlay {
	background: #000;
	opacity: 0.9;
	filter: alpha(opacity = 90);
}
#colorbox {
	outline: 0;
}
#cboxContent { /* Altura da tela */
	position: relative;
	background: #FFF;
}
.cboxIframe {
	background: #FFF;
        margin-bottom: 0px;
        margin-top: 0px;
        margin-left: 0px;
        margin-right: 0px;
}
#cboxError {
	padding: 50px;
	border: 1px solid #ccc;
}
#cboxLoadedContent {
	border: 20px solid #FFF;
	/*border-bottom: 25px solid #FFF;
	border-left: 25px solid #FFF;
	border-right: 0px solid #FFF;
	border-top: 25px solid #FFF;
	background-color: transparent;*/
    overflow: no-display;
    overflow-y: no-display;
    
}
#cboxLoadedContent {
	/* overflow: auto;
	-webkit-overflow-scrolling: touch; */
}
#cboxTitle {
	position: absolute;
	top: -20px;
	left: 0;
	color: #ccc;
}
#cboxCurrent {
	position: absolute;
	top: -20px;
	right: 0px;
	color: #ccc;
}
#cboxLoadingGraphic {
	background: url(img/ajax-loading.gif) no-repeat center center;
}
#cboxClose {
	border: 0;
	padding: 0;
	margin: 0;
	overflow: visible;
	width: auto;
	background: none;
}
#cboxClose:active {
	outline: 0;
}
#cboxClose {
	position: absolute;
	top: 8px;
	right: 8px;
	display: block;
	background: url(img/fechar_modal.png) no-repeat top center;
	width: 14px;
	height: 14px;
	text-indent: -9999px;
}
#cboxClose:hover {
	background-position: bottom center;
}

