/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 05/05/2018, 17:40:30
    Author     : Shion
*/

tr.subTotal1 td, tr.subTotal1 th{
    background-color:#FAF0E6;
}

tr.subTotal2 td, tr.subTotal2 th{
    background-color:#FFFFF0;
}

tr.subTotal3 td, tr.subTotal3 th{
    background-color:#FFFFE0;
}

tr.subTotal4 td, tr.subTotal4 th{
    background-color:#F0F8FF;
}

tr.subTotal5 td, tr.subTotal5 th{
    background-color:#FFEBCD;
}

tr.subTotal6 td, tr.subTotal6 th{
    background-color:#FFFAFA;
}

tr.subTotal7 td, tr.subTotal7 th{
    background-color:#E6E6FA;
}

tr.subTotal8 td, tr.subTotal8 th{
    background-color:#F0FFF0;
}

tr.subTotal9 td, tr.subTotal9 th{
    background-color:#FDF5E6;
}

tr.subTotal10 td, tr.subTotal10 th{
    background-color:#FFE4E1;
}

tr.linhaCinza td, tr.linhaCinza th{
    background-color:#f8f9fa;
}

#radioBtn .notActive{
    color: #3276b1;
    background-color: #fff;
}

#radioBtn2 .notActive{
    color: #3276b1;
    background-color: #fff;
}

.clientInteraction{
    background-color: #FCF8E3 !important;
    color: #966b2d;
}

.clientInteraction:hover{
    color: #382305;
}

.analistInteraction{
    background-color: #eaf8ff !important;
    color: #31708F;
}
.analistInteraction:hover{
    color: #0f3d54;
}

.lastInteractionClient{
    color: #11b114;
}

.unread{
    font-weight: bold;
}

.mail_list {
    width: 100%;
}

.right{
    float: right !important;
}

.selected > a {
    color: #428bca !important;
    background-color: #f9f9f9 !important;
}

.ui-autocomplete {
    z-index: 9999 !important;
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.checkbox label:after, 
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.none {
    list-style-type: none;
    padding-left: 0px;
}

.panel-collapse :hover{
    background-color: #FFF;
}
.chamado-data { 
    float:right; display:inline; 
} 
@media only screen and (max-width: 980px){
    .chamado-data,.chamado-tipo-resposta { 
        display: none; 
    }
}

.ui-menu {
    list-style:none;
    padding: 10px;
    margin: 0;
    display:block;
    width:227px;
}
.ui-menu .ui-menu {
    margin-top: -3px;
}
.ui-menu .ui-menu-item {
    margin:0;
    padding: 0;
}
.ui-menu .ui-menu-item a {
    text-decoration:none;
    display:block;
    padding:.2em .4em;
    line-height:1.5;
    zoom:1;
}
.ui-menu .ui-menu-item a.ui-state-hover,
.ui-menu .ui-menu-item a.ui-state-active {
    margin: -1px;
}

.ui-widget-content a {
    color: #337ab7 !important;
}

.fileinput-remove-button{
    margin-bottom: 5px !important;
    margin-top: 20px !important;
}

.modal-dialog {
    width: 99%;
    margin: 7PX;
}
.modal {
    z-index: 9999;
}

.switchery {
    width: 32px;
    height: 20px
}
.switchery>small {
    width: 20px;
    height: 20px
}

h4 {
    margin-top: 0.0em;
}

.alinhaDireita{
    text-align:right; 
}
.line{
    width: 100%;
    border-bottom: 2px solid #73879c1a;
    position: relative;
    padding: 1%;
    margin-bottom: 1%;
}

.logo-orcamento {
    width: 540px;
}
IMG.logo-orcamento {
    display: block;
    margin-left: 0;
    margin-right: auto ;
    max-height: 150px;
    max-width: 400px;
    width: auto;
    height: auto;
}
.header-orcamento{
    display: flex;
    align-items: center;
    color: black;    
}
.info-orcamento{
    text-align: right;
    width: 32%;
    height: 150px;
    margin-top: 0px;
    color: black;
    font-weight: bold;
}
.centralizado{ 
    text-align: center;
    color: black;
    font-weight: 700;
    font-size: 30px;    
    margin-top: 0px;
    margin-bottom: 0px;
}

.footer-orcamento{
    display: flex;
    align-items: flex-start;
    color: black;    
}

.dados-fin{
    padding-right: 15PX;
}

div.container {
    height: 100%;
}

div.dados-cliente-top {
    text-align: left;
    padding: 0vw;
    position: relative;
    color: black;
}

div.dados-cliente-left,
div.dados-cliente-right,
div.dados-cliente-center,
div.dados-cliente-right{
    width: 30%;
    display: inline-block;
    text-align: left;
    padding: 0vw;
    color: black;
    /*min-width:40vw;*/
}
div.dados-cliente-right2{
    width: 7%;
    display: inline-block;
    text-align: left;
    padding: 0vw;
    color: black;
    white-space: nowrap;
    /*min-width:40vw;*/
}

.itens{
    text-align: center;
    color: black;
}
.itens > table{
    width: 100%;
    border-top:solid;
    border-width: 1px;
    border-color: black;

}

th {
    text-align: center;
}

.opcao{
    margin-top: 10px;
}

.fa-print{
    color:black;
}

#postTableItens td {
    white-space: nowrap;
}

.text-green{
    color: green;
}
.text-red{
    color: red;
}

.linhaImpresso > thead > tr > th,
.linhaImpresso > tbody > tr > th,
.linhaImpresso > tfoot > tr > th,
.linhaImpresso > thead > tr > td,
.linhaImpresso > tbody > tr > td,
.linhaImpresso > tfoot > tr > td {
    padding-bottom: 0px;
    padding-top: 0px;
}
