.news_modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.2);
    z-index: 101;
}
.news_modal_content{
    display: block;
    max-width: 540px;   
    margin: 10% auto 0 auto;
    background: #fff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    position: relative;   
    min-height: 200px;
}
.news_close{
    position: absolute;
    right: -12px;
    top: -12px;
    padding: 7px 12px;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background: #cf7171;
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 0.875em;
}

.news_close:hover{
    background: #F45563;
}

.news_modal_content header{
        color: #FFF;
    background: #555;
        border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;  
}

.news_content_form{    
    min-height: 180px;
    padding: 20px;
    max-height: 500px;
    overflow: hidden;
    overflow-y: auto;
    background: #f4f4f4;
    width: 100%; 
   
}


.news_modal_content h1{
    font-size: 1.5em;
    font-weight: 300;
    border-bottom: 1px solid #ccc;
    padding-bottom: 6px;

}

.news_modal_content h1 span{
    border-bottom: 5px solid #ccc;
    padding-bottom: 6px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;

}
.news_sended{
    text-align: center;
    background: #fff; padding: 10px 10px 30px 10px
}

.news_sended .h2{
    font-size: 1.4em;
    font-weight: bold;
    color: #008B6F;
    margin: 0;
}

.news_sended .h2 span{
    display: inline-block;
    background: #008B6F;
    margin-bottom: 10px;
    font-size: 1em;
    color: #fff;
    padding: 6px 14px;
    border-radius: 50%;
}
.news_alerta{color: #F2AA27 !important;}
.news_alerta span{background: #F2AA27 !important;}

.news_sended p{
    margin-top: 15px;
}

/*


.news_modal_content header{   
    color: #FFF;
    border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;  
}


.news_modal_content h1 span{
    border-bottom: 5px solid #ccc;
    padding: 6px;
    width: 100%;
    display: block;
    text-align: center;
    text-transform: uppercase;

}




.news_error{
    padding: 12px;
    background: #cf7171;
    margin-bottom: 20px;
    color: #fff;
    font-size: 0.875em;
    font-weight: 400;
    display: none;
    text-align: center;
    text-shadow: 1px 1px 0 #713B3B;
}

.news_modal_form{
    padding-bottom: 5px;
}
.news_modal_form label, .news_modal_form label .box_regras{
    display: block;
    width: 100%;
    margin-bottom: 15px;
}
.box_regras{ margin-bottom: 15px;}


.news_modal_legend{
    font-size: 0.875em;
    color: #888;
    font-variant: small-caps;
    display: block;
    margin-bottom: 5px;
}

.news_modal_form input{
    font-size: 0.875em;
    padding: 10px;
    border: 1px solid #ccc;
    resize: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.news_regras{
    background: #fff;   
    font-size: 0.875em;
    padding: 10px;
    border: 1px solid #ccc;
    resize: none;   
    width: 100%;
    margin: 10px 0;
    position: absolute;
    left: 0px;
    top:50px;
    z-index: 200;
    min-height: 400px;
    max-height: 400px;
    overflow: hidden;
    overflow-y: auto;
    display: none;
}

.news_close_regras{
    position: absolute;
    right: 5px;
    top: 5px;
    padding: 7px 12px;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-size: 1em;
    font-weight: bold;
    color: #fff;
    background:rgba(0,0,0,0.3);
    cursor: pointer;
    border: 2px solid #fff;
    font-size: 0.875em;
    z-index: 1000;

}
.news_close_regras:hover{background:#cf7171}
.click_regras:hover{color: #007FFF;cursor: pointer;}

.input_regras{
    background: #fff;
    padding: 10px;
    border: 1px solid #ccc;
    resize: none;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}
.input_regras input{ width: 40px; float: left; margin-top: 5px;}
.input_regras span{ text-transform: uppercase; font-size: 0.9em; color: #888}


.boxlabel_2 label{
    display: inline-block;
    width: 48%;
}

.boxlabel_2 label:nth-child(2n+0){
    margin-left: 3%;
}

.news_modal_button{
    text-align: center;
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}

.news_modal_button .btn,
.news_modal_button img{
    display: inline-block;
    vertical-align: middle;
}

.news_modal_button .btn{
    padding: 10px 20px;
    font-size: 1em;
}

.news_modal_button img{
    margin-left: 10px;
    display: none;
}


.news_sended{
    text-align: center;
    background: #fff; padding: 10px;
}

.news_sended .h2{
    font-size: 1em;
    font-weight: bold;
    color: #008B6F;
    margin: 0;
}

.news_sended .h2 span{
    display: inline-block;
    background: #008B6F;
    margin-bottom: 10px;
    font-size: 1em;
    color: #fff;
    padding: 6px 10px;
    border-radius: 50%;
}

.news_sended p{
    margin-top: 15px;
}

.box_compatilha .workcontrol_socialshare{background: #f4f4f4; }
.workcontrol_socialshare_cta{display: block !important; text-align: center; margin-bottom: 10px; }
.workcontrol_socialshare_item{width: 22%;}

.arq_down{ margin-bottom: 15px}
.arq_down li{ margin-bottom: 8px}
.p_divulgar{ margin-top: 40px !important; border-top: 1px dashed #ccc; padding-top: 20px;   }
.load_cupon{ margin-top: 10px;display: none;}








@media (max-width: 34em){

    .boxlabel_2 label{display: block; width: 100%;}
    .boxlabel_2 label:nth-child(2n+0){margin-left: 0;}

}
*/