﻿.Modal
{
    position:fixed;
    max-height: 400px;
    margin:0 auto;
    left: 50% !important;
    bottom: 40% !important;
    margin: 0px auto;
    margin-left:-415px;
    margin-bottom:-165px 
}

    /*.Modal  * {
        max-height: 80vh;
    }*/
.Modal_Fechar
{
    padding-left:20px;
    width: 50px;
    min-height:1px;
}

.Modal_td_Noticia
{
    background-color: #d8d7ce;  
    font-size: 14px;
    padding-left: 10px;
}

.Modal_td_Noticia table
{
    width:100%; 
    border-collapse: collapse;
}

.Modal_td_Titulo 
{
	vertical-align: middle;
	height: 		55px;
}

.Modal_td_Titulo span
{
    vertical-align: middle;
    display: block;
    font-size: 16px;
    color: #d94c2f;
    font-weight: bold;
    font-family: 'FuturaStdHeavy';
    left:  0px;
	vertical-align: middle;
	padding-left: 20px;
}
.Modal_td_Data 
{
    vertical-align: top;
}
.Modal_td_Data span
{
    display: block;
    text-transform:uppercase;
    font-family: 'FuturaStdBook';
    font-weight: bold;
    font-size: 13px;
    padding-top: 10px;
    padding-right: 20px;
}
.Modal_td_Conteudo 
{
    width:500px;
    border-top: 1px solid;
    padding-top: 10px;
}

.Modal_td_Conteudo  *
{
    font-family: 'ArialNarrowBold'!important;
    font-size: 12.5px !important;
}

.Modal_td_Conteudo div 
{
    overflow:auto;
    height:auto;
    max-height:70vh;
}

.Modal_td_Imprimir 
{
    width:500px;
    border-top: 1px solid;
}

.Modal_td_Imprimir div 
{
    overflow:auto;
}
.Modal_td_Imprimir span div
{
    display: block;
    font-weight: normal;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 16px;
    padding-left:20px;
}

.Modal_td_Conteudo .Chamada span{
    display: block;
    font-weight: normal;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 16px;
    padding-left:20px;
}

.Modal_td_Conteudo span div
{
    display: block;
    font-weight: normal;
    font-family: "Arial Narrow", Arial, sans-serif;
    font-size: 16.67px;
    padding-left:20px;
}

.ModalBackground
{
    z-index:6000 !important;
    background-color: #000;
    filter:alpha(opacity=60);
    -moz-opacity:0.6;
    opacity:0.85;
    position:absolute;
    left: 60%;
}

.DropDown
{

    border: 1px solid;  /*Removes border*/
    border-color: #D9DADC;
    -webkit-appearance: none;  /*Removes default chrome and safari style*/
    -moz-appearance: none; /* Removes Default Firefox style*/
    background: url('../../../util/img/seta_para_baixo_comboboxes.png') no-repeat;  /*Adds background-image*/
    background-position: 95%;    /*Position of the background-image*/
    background-color: #272726;
    outline : none;
    overflow : hidden;
    text-indent: 1.01px;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    color: #D9DADC;
    text-transform: uppercase;
    font-family: FuturaStd-light, Arial, Tahoma, Verdana, MS Sans Serif;
    font-size: 9pt;
    height: 22px;
    width: 119px;
}
/*.checkbox input[type=checkbox], input[type=radio]
{
    display: none;
}
.checkbox label
{
    display: inline;
    float: left;
    color: #ff0000;
    cursor: pointer;
    text-indent: 20px;
    white-space: nowrap;
    background-image: url("../util/img/CheckBox.png")
}*/

/*.checkbox input[type=checkbox] + label{
        -webkit-appearance: initial;
    background       : rgb(211,168,255);
    background-image : -moz-linear-gradient(rgb(240,240,240),rgb(211,168,255));
    background-image : -ms-linear-gradient(rgb(240,240,240),rgb(211,168,255));
    background-image : -o-linear-gradient(rgb(240,240,240),rgb(211,168,255));
    background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(211,168,255));
    background-image : linear-gradient(rgb(240,240,240),rgb(211,168,255));
    width:18px;
    height: 18px;


}*/
/*.checkbox input[type=checkbox] + label{
        -webkit-appearance: initial;

    width:18px;
    height: 18px;


}*/
/*input[type="checkbox"] {
    
    -webkit-appearance: initial;
    width: 18px;
    height: 18px;

    background-image: url("../util/img/CheckBox.png")

}*/

.checkbox input[type=checkbox], input[type=radio]
{
    display: none;
}

.checkbox label
{
    display: inline;
    float: left;
    color: #000;
    cursor: pointer;
    text-indent: 20px;
    white-space: nowrap;
}
.divNewsletter label {
       color:#D9DADC;

}


.checkbox input[type=checkbox] + label
{
    display          : block;
    width            : 13px;
    height           : 13px;
    border           : 1PX solid #D9DADC;

    background       : #333333;
    background-image : -moz-linear-#333333;
    background-image : -ms-linear-#333333;
    background-image : -o-linear-#333333;
    background-image : -webkit-linear-#333333;
    background-image : linear-#333333;
    line-height      : 11px;
    font-size        : 14px;
}

.checkbox input[type=checkbox]:checked + label::before
{
    content         : "\2714";
    color           : #3FB290;
    height          : 13px;
    line-height     : 11px;
    width           : 13px;
    font-weight     : 900;
    margin-right    : 7px;
    margin-left     : -20px;
}

.checkbox input[type=radio] + label  
{
    display          : block;
    width            : 13px;
    height           : 13px;
    border           : 0.0625em solid rgb(192,192,192);
    border-radius    : 1em;
    background       : rgb(211,168,255);
    background-image : -moz-linear-gradient(rgb(240,240,240),rgb(211,168,255));
    background-image : -ms-linear-gradient(rgb(240,240,240),rgb(211,168,255));
    background-image : -o-linear-gradient(rgb(240,240,240),rgb(211,168,255));
    background-image : -webkit-linear-gradient(rgb(240,240,240),rgb(211,168,255));
    background-image : linear-gradient(rgb(240,240,240),rgb(211,168,255));
    line-height      : 11px;
    font-size        : 14px;
}

.checkbox input[type=radio]:checked + label::before
{
    content         : "\2716";
    color           : #fff;
    display         : inline;
    width           : 1em;
    height          : 1em;
    margin-right    : 6px;
    margin-left     : -20px;
}
