/*
 *  HorusCheck
 *
 * @author        Hangar 4 Projetos Ltda (marcelo@kinetics.com.br)
 * @copyright     2018 Hangar 4 Projetos Ltda (marcelo@kinetics.com.br)
 *
 *  Licenciado a: GF RISK CONSULTORIA EM GESTÃO DE RISCO LTDA
 */

 @font-face
{
    font-family: 'Handel';
    src: url("../../fonts/HandelGothicBT.ttf")  format('truetype');
}
*
{
    font-family: 'Roboto', Arial;
}

#labelLoginE {
    color: #FFF;
}

#labelLoginS {
    color: #FFF;
}

.btnmsg
{
    cursor: pointer;

    width: 40px;
    background: #CCC;
    height: 40px;
    position: absolute;
    top: 0px;
    right: 17px;
}
.btnmsg:hover
{
    background: #DDD;
}
.btnmsg .box
{
    width:100%;
    height:100%;
    display:flex;
    justify-content:center;
    align-items:center;
    background: #C6A061;
}


.btnmsg .box .fa
{
    display: table; margin: 0 auto;
}

.boxmsg2
{
    position: relative;
}
.msgbox
{
    display: table;
    width: 100%;
}
.msgbox .msgbox1
{
    display: inline-table;
    float: right;
    position: relative;

    background: #CCCCCC;
    border-radius: 6px;
    margin-top: 8px;
    margin-right: 14px;
    max-width: 80%;

    border-top-right-radius: 0px;
    word-break: break-word;
}
.msgbox .msgbox2
{
    float: left;
    background: #f0e5ff;

    margin-left: 8px;

    border-top-right-radius: 6px;
    border-top-left-radius: 0px;
}

.msgbox .msg
{
    padding: 10px;
    padding-bottom: 12px;
    padding-right: 28px;
    text-align: right;
}
.msgbox .time,
.msgbox .from
{
    position: absolute;
    bottom: 3px;
    right: 4px;
    color: #666;
    font-size: 9px;
}
.msgbox .from
{
    left: 7px;
}

.msgbox .msgbox1:before,
.msgbox .msgbox2:before
{
    content: '';
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    border: 6px solid transparent;
    top: 0px;
    right: -9px;
    border-left-color: #CCCCCC;
    border-top-color: #CCCCCC;
}
.msgbox .msgbox2:before
{
    border: 6px solid transparent;
    top: 0px;
    left: -9px;
    border-right-color: #f0e5ff;
    border-top-color: #f0e5ff;
}

.fa-chevron-right
{
    margin-left: 6px;
}
.fa-chevron-left
{
    margin-right: 8px;
}
.fa-chevron-right,
.fa-chevron-left
{
    cursor: pointer;
}
.fa-chevron-right.disabled,
.fa-chevron-left.disabled
{
    color: #ccc;
    cursor: initial;
}
H2
{
    font-family: Handel;
    font-size: 36px;
}
H3
{
    font-family: Handel;
    color: #C6A061;
}
.col-md-6 A,
.col-xs-12 A
{
    cursor: pointer;
}
.msgdate
{
    text-align: center;
    margin-bottom: 16px;
    margin-top: 16px;

}
.msgdate SPAN
{
    background: #a3c6e6;
    padding: 8px;
    padding-bottom: 6px;
    padding-top: 6px;
    border-radius: 4px;
}

.msgsistema .msgbox1,
.msgsistema .msgbox2
{
    width:100%;
    max-width: 96%;
    font-weight: bolder;
    border-radius: 8px;
}
.msgsistema.msgbox .msgbox1:before,
.msgsistema.msgbox .msgbox2:before
{
    border: 0px;
}

.msgsistema .msg
{
    padding-right: 0px;
    text-align: center;
}

.table .table,
.table-frases
{
    -webkit-transition-property: top, bottom;
    -webkit-transition-duration: 0.5s;

    background-color: #E1D6C9;
}
.table-frases TD
{
    cursor: pointer;
}
.table-frases.table-bordered>tbody>tr>td
{
    border: 1px solid #77593f;
}
.table-frases TD:active
{
    background-color: #dcbd98;
}

.headdiv
{
    background: #333333;
    color:#FFF;
}

A,
A:HOVER,
A:FOCUS
{
    color: #C68213;
}

.headdiv A
{
    color: #FFFFFF;
}

.headdiv .menu
{
    margin-top: 40px;

}

.headdiv .menu .itm
{
    float: right;
    margin-left: 20px;
    cursor: pointer;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 2px solid transparent;
}
.headdiv .menu .itm:hover
{
    border-bottom: 2px solid #FFFFFF;
}

.headdiv .menu .itm.itmsel,
.headdiv .menu .itm.itmsel:hover
{
    color: #C6A061;
    border-bottom: 2px solid #C6A061;
}
.submenu
{
    background: #C6A061;
}
.submenu .itm
{
    float: left;
    color: #FFF;
    cursor: pointer;
    font-size: 20px;

    padding: 4px 20px;
}

.submenu .sep
{
    color: #333333;
    font-size: 20px;
    float: left;
    padding-top: 4px;
}
.submenu .itm.itmsel
{
    color: #333333;
}

.form-control
{
        border-radius: 0px;
}

.form-uppercase
{
	text-transform: uppercase;
}

.form-lowercase
{
	text-transform: lowercase;
}

.btn-primary
{
    background: #C6A061;
    border-radius: 0px;
    border: 0px;
    text-transform: uppercase;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary:focus,
.btn-primary:visited,
.btn-primary:active:hover,
.btn-primary[disabled]
{
    background: #EEA63F;
}
.btn-lg
{
    padding-left: 100px;
    padding-right: 100px;
}
.btn-md
{
    padding-left: 40px;
    padding-right: 40px;
}

.btn-search
{
    font-size: 20px;
}

.bootstrap-dialog.type-primary .modal-header
{
    background: #C6A061;

}
.bootstrap-dialog .bootstrap-dialog-title
{
    color: #FFF;
}
.btn-default
{
    background: #C6A061;
    color: #FFF;
    border-radius: 0px;
    border: 0px;
    color: #FFF;
}
.btn-default:hover,
.btn-default:active,
.btn-default:focus,
.btn-default:visited,
.btn-default:active:hover
{
    background: #EEA63F;
    border: 0px;
     color: #FFF;
}



.btnNo
{
    color: #000000;
    border-radius: 0px;
    border: 0px;
    text-transform: uppercase;
    background: #CCCCCC;
}
.btnNo:hover,
.btnNo:active,
.btnNo:focus,
.btnNo:visited,
.btnNo:active:hover
{
    background: #999999;
    color: #000000;
}

.fa-star
{
    color: #C6A061;
}
.fa-star-gray
{
    color: #f5e8d3;
}

.daterangepicker td.active,
.daterangepicker td.active:hover
{
    background-color: #C68213;
}



.searchbar
{
    float: right;
    margin-top: 20px;
}
@media (max-width:576px)
{
    .submenu .itm
    {
        padding: 4px 10px;
    }
    .headdiv .menu .itm
    {
        font-size: 16px;
        margin-left: 10px;
    }

}
@media (max-width:720px)
{
    .searchbar
    {
        float: left;
        width: 100%;
        margin-top: 0px;
    }
    .searchbar .form-control
    {
        width: 100%;
    }
    .searchbar .btncsv
    {
        position: absolute;
        bottom: 16px;
        right: 70px;
    }
    .searchbar .btn-search
    {
        position: absolute;
        bottom: 16px;
        right: 14px;
    }
    .headdiv .menu
    {
        margin-top:20px;
    }
}

@media (max-width:400px)
{
    .submenu .itm
    {
        padding: 4px 10px;
        font-size: 14px;
    }
    .submenu .sep
    {
        font-size: 14px;
    }
    .headdiv .menu .itm
    {
        font-size: 12px;
        margin-left: 10px;
    }
}


.table-responsive
{
    border: 1px solid transparent;
}
.table-bordered {
    border: 1px solid #ddd !important;
}

.btnmsg2 .box,
.btnmsg2
{
    background: #97b972;
    border: 1px solid #97b972;
}
.btnmsg2:hover,
.btnmsg2:active,
.btnmsg2:focus,
.btnmsg2:visited,
.btnmsg2:active:hover,
.btnmsg2[disabled],
.btnmsg2
{
    border: 1px solid #97b972;
}

.btnmsg3 .box,
.btnmsg3
{
    background: #DDD;
    border: 1px solid #DDD;
}
.btnmsg3:hover,
.btnmsg3:active,
.btnmsg3:focus,
.btnmsg3:visited,
.btnmsg3:active:hover,
.btnmsg3[disabled],
.btnmsg3
{
    border: 1px solid #DDD;
}


.btnmsg2:hover,
.btnmsg2:active,
.btnmsg2:focus,
.btnmsg2:visited,
.btnmsg2:active:hover,
.btnmsg2[disabled]
{
    background: #afce8d;
}
.newmsg2,
.newmsg3
{
    margin-right:4px;
}

.msg_ico
{
    position: absolute;
    right: 60px;
    top: 13px;
    cursor: pointer;
}

.table .col-form-label
{
    font-size: 14px;
    margin-top: 8px;
}
.table .form-check-label
{
    font-weight: normal;
}
.plus
{
    float: right;
    cursor: pointer;
    padding-right: 6px;
    padding-left: 6px;
}

.spnres
{
    position:absolute;
    top:3px;
    right:10px;
}
.spnres .fa-thumbs-up,
.spnres .fa-thumbs-down,
.p1 .fa-thumbs-up,
.p1 .fa-thumbs-o-up,
.p1 .fa-thumbs-down,
.p1 .fa-exclamation-triangle
{
    color: #217724;
    font-size: 26px;
    margin-top: 2px;
}
.spnres .fa-thumbs-down,
.p1 .fa-thumbs-down
{
    color: #c70b0b;
}
.spnres .fa-search,
.p1 .fa-search,
.spnres .fa-repeat,
.p1 .fa-repeat
{
    font-size: 16px;
    margin-top: 2px;
}

.p1 .fa-thumbs-o-up
{
	color: #cccccc;
}

.p1 .fa-exclamation-triangle
{
    color: #ffd641;
}

.btn.thumbs-add,
.btn.thumbs-up,
.btn.thumbs-search,
.btn.thumbs-verified
.btn.thumbs-down,
.btn.thumbs-repeat
{
    background-color: #217724;
    color: #FFF;
    cursor: pointer;
}
.btn.thumbs-down
{
    background-color: #c70b0b;
}
.btn.thumbs-repeat
{
    background-color: #f36726;
}
.btn.thumbs-add
{
    background-color: #2e7b83;
}
.btn.thumbs-verified
{
    background-color: #0b59c7;
}

.btn.thumbs-search
{
    background-color: #393e86;
}
.btn.thumbs-up .fa-thumbs-up,
.btn.thumbs-down .fa-thumbs-down,
.btn.fa-search .fa-search
{
    color: #FFF;
    font-size: 18px;
    margin: 0px;
}
.comments
{
    font-size: 12px;

}
.pend
{
    width: 100%;
    border-bottom: 1px solid #CCC;

    display: table;
}
.pend .detail
{
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 10px;
    padding-right: 6px;
    float: left;
}
.pend .status
{
    float: right;
    margin-top: 14px;
    margin-right: 10px;
}


.painel H2
{
  color: #333333;
  text-align: center;
  font-family: 'Bree Serif';
  padding-bottom: 20px;
}
.painel .table>tbody>tr>td,
.painel .table>tbody>tr>th,
.painel .table>tfoot>tr>td,
.painel .table>tfoot>tr>th,
.painel .table>thead>tr>td,
.painel .table>thead>tr>th
{
  border-top: 1px solid #333333;
  text-align: center;
  line-height: 1;
  width: 33.3%;
}
.painel .table .t1
{
  width: 25%;
}
.painel .title
{
  margin-top: 10px;
  font-family: 'Bree Serif';
}
.painel .val
{
  padding: 0px;
  margin-bottom: 10px;
  font-family: 'Bree Serif';
}
.painel .num
{
  font-size: 80px;
}
.painel .time
{
  padding-top: 10px;
  font-size: 50px;
}
.painel .time SPAN
{
  font-size: 40px;
}

.dashboard1
{
  background: #FCD3AD;
}
.dashboard2
{
  background: #333333;
}

.dashboard2 .val,
.dashboard2 .painel H2
{
  color: #FFFFFF;
}

.dashboard2 .title
{
  color: #FF9A3D;
  font-size: 17px;
}


.dashboard2 .painel .table>tbody>tr>td,
.dashboard2 .painel .table>tbody>tr>th,
.dashboard2 .painel .table>tfoot>tr>td,
.dashboard2 .painel .table>tfoot>tr>th,
.dashboard2 .painel .table>thead>tr>td,
.dashboard2 .painel .table>thead>tr>th,
.dashboard2 .painel .table
{
  border: none;
}

.dashboard2 .painel .table>tbody>tr>td,
.dashboard2 .painel .table>tbody>tr>th,
.dashboard2 .painel .table>tfoot>tr>td,
.dashboard2 .painel .table>tfoot>tr>th,
.dashboard2 .painel .table>thead>tr>td,
.dashboard2 .painel .table>thead>tr>th
{
  border-top: 1px solid #FCD3AD;
}

.dropdown .btn-default,
.dropdown .btn-default:hover,
.dropdown .btn-default:active,
.dropdown .btn-default:focus,
.dropdown .btn-default:visited,
.dropdown .btn-default:active:hover
{
  background: #FFF;
  border-radius: 0px;
  border: 1px solid #CCC;
  color: #555 !important;
}

.dashboard2 .painel .table.tableclientes>tbody>tr>td,
.dashboard2 .painel .table.tableclientes>tbody>tr>th,
.dashboard2 .painel .table.tableclientes>tfoot>tr>td,
.dashboard2 .painel .table.tableclientes>tfoot>tr>th,
.dashboard2 .painel .table.tableclientes>thead>tr>td,
.dashboard2 .painel .table.tableclientes>thead>tr>th
{
  border-bottom: 1px solid #fcd3ad70;
  border-top: none;
}
.table.tableclientes{
  width: 80%;
  margin-left: 10%;
}

.dashboard2 .painel .table .td {
  border-top: 1px solid #FCD3AD;
  text-align: center;
}


@media (min-width:768px)
{
  .searchbar INPUT {
    max-width: 100px;
  }
}

.toggle .btn-default{
  background: #FFF;
}
.btn-toff,
.btn-ton
{
  text-shadow: 0 -1px 0 rgba(0,0,0,.2);
  background-image: -o-linear-gradient(top,#e0e0e0 0,#dbdbdb 100%);

  background-repeat: repeat-x;
  border-color: #666;
}
.btn-toff.active,
.btn-toff:active,
.btn-ton.active,
.btn-ton:active
{
  background-color: #e0e0e0;
  border-color: #dbdbdb;
  background-repeat: repeat-x;
}
.btn-toff.active,
.btn-toff:active,
.btn-ton.active,
.btn-ton:active {
    -webkit-box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
    box-shadow: inset 0 3px 5px rgba(0,0,0,.125);
}
.btn-toff.active, .btn-toff:active, .open>.dropdown-toggle.btn-toff {
    color: #666;
  }
.btn-ton, .btn-ton:hover {
    background-color: #C6A061;
    color: #FFF;
    border-color: #a08a66;
}

.vitdetails {
  margin-top: 10px;
  display: table;
  user-select: none;
}
.vitdetails .vitbtn{
  float: left;
  width: 44px;
  margin-left: 2px;
  margin-right: 2px;
  cursor: pointer;
  position: relative;
  border: 1px solid #AAA;
  border-bottom: 2px solid #AAA;
  border-right: 2px solid #AAA;
  padding-left: 2px;
  margin-top: 2px;
  background: #FFF;
  user-select: none;
}
.vitdetails .vitbtn .fa {
  position: absolute;
  right: 2px;
  top: 3;
  font-size: 14px;
}
.vitdetails .vitbtn .fa.fa-hourglass-o {
  font-size: 11px;
  top: 5;
}
.vitdetails .vitbtn .fa-thumbs-up
{
  color: #217724;
}
.vitdetails .vitbtn .fa-thumbs-down{
  color: #c70b0b;
}
.vitdetails .vitbtn .fa-search{
  color: #393e86;
}

@keyframes blur {
  0% { -webkit-filter: blur(0px);}
  50% { -webkit-filter: blur(2px);}
  100% { -webkit-filter: blur(5px);}
}
@keyframes unblur {
  0% { -webkit-filter: blur(5px);}
  50% { -webkit-filter: blur(2px);}
  100% { -webkit-filter: blur(0px);}
}

.blur
{
  cursor: pointer;
  animation: blur  0.5s;
  -webkit-animation: blur  0.5s;
  -moz-animation: blur  0.5s;
  -webkit-filter: blur(5px);
}

.unblur
{
  cursor: pointer;
  animation: unblur  0.5s;
  -webkit-animation: unblur  0.5s;
  -moz-animation: unblur 0.5s;
  -webkit-filter: blur(0px);
}

.nota-rodape {
    font-weight: bold;
}

.width-100 {
    width: 100%;
}

.titulo-pesquisas {
    padding-right: 0;
    width: 14%;
}

.search-pesquisas {
    padding-left: 0;
    width: 69%;
}
.ufIcon {
    position: relative;
    display: inline-block;
}
.ufList {
    display: none;
    position: absolute;
    background-color: white;
    border: 1px solid #ccc;
    padding: 5px;
    z-index: 1000;
    top: 25px; 
    left: 0;
    width: max-content; 
    max-width: 150px; 
    white-space: normal; 
}
.ufList span {
    display: inline-block;
    width: 33.33%; 
    text-align: center;
    font-size: 12px; 
}
.icon {
        margin: 5px;
    }
