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

.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;
}
.btn-primary
{
    background: #C68213;
    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: #333333;
}
.btn-default
{
    background: #C68213;
    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;
}

.remover {
  font-size: 12px;
  font-weight: bolder;
  cursor: pointer;
  color: red;
  padding-left: 5px;
  width: 20px;
  float: left;
}
.duplicar {
  font-size: 12px;
  font-weight: bolder;
  cursor: pointer;
  color: #ab7b2d;
  padding-left: 2px;
  padding-top: 2px;
  width: 18px;
  float: left;
}
