/*
    ColorBox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper {position:absolute; top:0; left:0; z-index:9999; overflow:hidden; background:none;}
#cboxOverlay {position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft {clear:left;}
#cboxContent {position:relative;}
#cboxLoadedContent {overflow:auto;}
#cboxTitle {margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic {position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow {cursor:pointer;}
.cboxIframe {float:left; margin:auto; border:0; display:block; padding:48px; background:#FFF; width:75%; height:75%; margin-left:18px;}
.cboxPhoto {float:left!important; margin:auto; border:0; display:block;background:#FFF; padding:40px; margin-left:18px; max-width:323px; max-height:220px; min-height:160px;}

/* 
    User Style:
    Change the following styles to modify the appearance of ColorBox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay {background:#000;}
#cboxContent {margin-top:32px; margin-right:32px; overflow:visible;}
#cboxError {padding:50px; border:1px solid #ccc;}
#cboxLoadingGraphic {background:url(../imagens/loading.gif) no-repeat center center;}
#cboxLoadingOverlay {background:#000;}
#cboxTitle {position:absolute; top:15px; left:20px; font:1.6em Arial, Helvetica, sans-serif;}
#cboxCurrent {position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose {text-indent:-9999px; width:28px; height:27px; position:absolute; top:-12px; right:-11px;}
#cboxPrevious {background:url("../imagens/prev-horizontal.png") no-repeat scroll 0 center transparent; left:10px; top:0; height:100%;}
#cboxPrevious.hover {opacity:.8;}
#cboxNext {background:url("../imagens/next-horizontal.png") no-repeat scroll 0 center transparent; right:5px; top:0; height:100%;}
#cboxNext.hover {opacity:.8;}
#cboxClose {border: 0 none; color: #939394; font: 0.9em 'open_sansregular'; right:20px; text-indent: 0; text-shadow: none; top:14px; width:65px; background:none; padding: 0; border-radius:0}
#cboxClose:before,
#cboxClose:hover {box-shadow:none; content:none}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious {right:66px;}
.cboxSlideshow_on #cboxSlideshow {background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow.hover {background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow {background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow.hover {background-position:-75px -25px;}

#cboxLoadedContent {border:7px solid #202122; padding:0 10px 10px; background:#edebde}
#cboxLoadedContent h3 {color:#56a108; border-bottom:1px solid #f5f4ec; margin-bottom:0; font-family: 'open_sansregular'; height:36px;}
#cboxLoadedContent #formEnviarEmail {border-top:1px solid #e2dec6; width:572px; padding-top:10px}
#cboxLoadedContent #formEnviarEmail label {width:127px; float:left; margin:7px 0 6px}
#cboxLoadedContent #formEnviarEmail input,
#cboxLoadedContent #formEnviarEmail textarea {width:437px; resize:none;}
#cboxLoadedContent #formEnviarEmail .contentButton {display:inline-block; width:100%}
#cboxLoadedContent #formEnviarEmail button {float:right;}
#cboxLoadedContent .mensagensAviso .aviso{display:block;}

#cboxLoadedContent .modalForm.midia {width:800px; height:377px}
#cboxLoadedContent .modalForm.midia img {width:200px; position:absolute; top:75px; left:18px; border: 1px solid #FFFFFF; box-shadow: 0 0 10px -5px #000000;}
#cboxLoadedContent #containerForm {float: left;}
#cboxLoadedContent #containerForm #formEnviarEmail{padding-left:227px}
