.info-box-icon>img {
    vertical-align: baseline;
    width: 100%;
    height: 100%;
}
a.info-box{
    color: black;
}

.info-arquivo .info-box {
	min-height: 50px;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.53);
	margin-bottom: 10px;
}
.info-arquivo .info-box-icon{
	width: 50px;
	height: 50px;
	font-size: 38px;
	line-height: 50px;   
}

.info-arquivo .info-box-content{
    margin-left:  50px;
}
.info-arquivo .info-box-text {
    text-transform: none;
    color: #000;
    white-space: unset;
}
.info-arquivo .badge {
	    position: absolute;
	    top: -5px;
	    right: 9px;
	    font-size: 10px;
	    font-weight: 400;
}
.mailbox-attachment-info {
    word-break: break-word;
    height: 75px;
    vertical-align: middle;
    display: grid;
    overflow: hidden;
}
.mailbox-attachments li {
    float: left;
    width: 250px;
    height: 170px;
    border: 1px solid #eee;
    margin-bottom: 10px;
    margin-right: 8px;
}
.mailbox-attachment-icon {
    text-align: center;
    font-size: 51px;
    color: #666;
    padding: 0px 10px;
    top: -7px;
    position: relative;
}
.uppercase{
	text-transform:uppercase;
}
.row-clicked {/*Colorir linha clicada*/background-color: #006eb833!important;}


.select_avatar input[type="radio"] {
	visibility: hidden; 
}
.select_avatar input[type="radio"]:checked+label {
    border: 3px solid #3c8dbc;
}
.select_avatar img {
    width:50px;
	height:50px
}

.login-page, .register-page {
    background-image: url(../img/bg-login.jpg);
    background-repeat: no-repeat;
    margin: auto;
    height: 100%;
    width: 100%;
    background-size: cover;
    overflow: hidden;
}
.login-box-body, .register-box-body {
    border-radius: 13px;
    box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.22);
    background-color: rgba(255, 255, 255, 0.85);
}
.login-box-body:hover, .register-box-body:hover {
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.42);
    background-color: rgba(255, 255, 255, 0.96);
}

.lista_clientes tr#ativo{cursor:pointer}
.lista_clientes tr#inativo{color: darkgray;cursor: no-drop;}
.lista_clientes tr#inativo .btn{
    color: #9c9c9c;
}
.lista_clientes label {
    display: block;
    margin-right: 9px;
}
.lista_clientes div.dataTables_wrapper div.dataTables_filter input {
    width: 100%;
    color: #999999;
    text-transform: uppercase;
    padding: 14px 8px;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.nav-tabs-custom>.nav-tabs>li:hover {
    border-top-color: #0482d6;
}
.nav-tabs-custom>.nav-tabs>li>a:hover {
    color: #0482d6;
}
tr .btn-acoes{
    font-size: 15px;
    padding: 2px 3px 0px;
}
tr .btn-acoes i {
    font-size: 20px;
}
tr .btn-acoes.btn-trash{
    padding: 0px 8px;
    color: #bb0000;
    top: -2px;
    position: relative;
}
h1,h2,h3,h4,h5,h6{
  font-weight: unset;
}
.info-box-icon {
   background:none;
}

#tipo.campos_pf .ocultar{
    display: none;
}

#pg_links .info-box{
    height: 90px;
}
#pg_links .info-box-descricao{
    white-space: pre-line;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 60px;
    font-size: 80%;
    display: block;
    width: 100%;
}
.progress-description, .info-box-text {
    font-size: 13px;
    line-height: 19px;
}
/* .navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu>li>a {
    white-space: unset;
} */
.navbar-nav>.messages-menu>.dropdown-menu>li .menu{
    max-height: 300px;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>h4 {
    padding: 0;
    margin: 0;
    color: #444444;
    font-size: 13px;
    position: relative;
}
.navbar-nav>.messages-menu>.dropdown-menu>li .menu>li>a>p {
    margin: 0;
    font-size: 12px;
    color: #888888;
}
/* Esconde o input */
input.inputFileOculto[type='file'] {
    display: none
  }
  
  /* Aparência que terá o seletor de arquivo */
label.inputFile {
    background-color: #3498db;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    padding: 6px 20px
}
label.inputFile:hover {
    background-color: #2980b9
}
.alert_float{
    display: none;
    position: fixed;
    z-index: 10;
    bottom: 10px;
    right: 10px;
    min-width: 30%;
}
.form-control.input_valor{
    max-width: 80px;
}

/******************/
/* LINKS DASHBOARD*/
/******************/
.row.links .breadcrumb {
    padding: 5px;
    margin-bottom: 8px;
    background-color: #fff;
}
.row.links .info-box {
    min-height: 45px;
    box-shadow: 3px 3px 11px rgba(0,0,0,0.1);
    margin-bottom: 8px;
}
.row.links .info-box:hover {
    box-shadow: 3px 3px 11px rgba(0, 0, 0, 0.28)!important;
}
.row.links .info-box-icon {
    height: 45px;
    width: 45px;
    line-height: 45px;
}
.row.links .info-box-content {
    padding: 2px 4px;
    margin-left: 45px;
}
.row.links .info-box-text {
    font-size: 14px;
}
.row.links .info-box-descricao{
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    padding-top: 2px;
}
/*IFRAME SEFAZ*/
/*
.wrap {
    width: 100%;
    height: 230px;
    padding: 0;
    overflow: hidden;
    display:inline-block;
}
.frame {
    width: 840px;
    height: 340px;
    border: 0;
    -ms-transform: scale(0.72);
    -moz-transform: scale(0.72);
    -o-transform: scale(0.72);
    -webkit-transform: scale(0.72);
    transform: scale(0.72);    
    -ms-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    margin-left: -20px;
}
.navbar-nav>.notifications-menu>.dropdown-menu, .navbar-nav>.messages-menu>.dropdown-menu, .navbar-nav>.tasks-menu>.dropdown-menu {
    width: 350px;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu, .navbar-nav>.messages-menu>.dropdown-menu>li .menu, .navbar-nav>.tasks-menu>.dropdown-menu>li .menu {
    max-height: 500px;
}
*/

/***********************/
/*****SEFAZ NF-E********/
/***********************/
#sefaz .table{
    background-color: #fff;
    font-size: 70%;
    text-align: center;
}
#sefaz .table>tbody>tr>td{
    line-height: 1.2;
    padding: 2px;
}
#sefaz .table>tbody>tr>th{
    text-align: center;
    padding: 8px 1px;
    vertical-align: middle;
    white-space: normal;
}
.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    border: 1px solid #d2d6de!important;
    border-radius: 0!important;
    padding: 6px 12px!important;
    height: 34px!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc!important;
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #fff!important;
}

/************************/
/*****SEFAZ NFC-E********/
/************************/

#sefaz_nfce .table{
    background-color: #fff;
    font-size: 70%;
    text-align: center;
}
#sefaz_nfce .table>thead>tr>th {
    vertical-align: middle;
    text-align: center;
    border: 1px solid #f4f4f4;
}

/******************/
/***** DRIVE ******/
/******************/
.drive .input_file{
    cursor: pointer;
    border: 1px solid #d2d6de;
    padding: 46px 10px;
    margin: 0px;
    overflow: hidden;
    width: 100%;
}
.drive .mailbox-attachment-size.base a{
    margin-left: 6px;
}
.drive .progress-description, .info-box-text {
    font-size: 11px;
    line-height: 20px;
}
.drive .info-box-descricao{
    font-size: 11px;
    line-height: 13px;
    height: 41px;
    position: relative;
    display: block;
    overflow: auto;
    text-overflow: ellipsis;
}
.drive .info-box {
    background: #fafafa30;
    box-shadow: 2px 2px 3px rgba(0,0,0,0.1);
    margin-bottom: 14px;
    border: 1px solid #eaeaec;
}
/******************/
/*****TAREFAS******/
/******************/
.filtro_tarefas{
}
.filtro_input{
    padding: 0 1px;
}
.filtro_input .prazo{
    width: 100%;
    padding-left: 15px;
}
.filtro_input .prazo button{
    width: 100%;
}

/******************/
/****ATENDIMENTO***/
/******************/

div.dataTables_wrapper div.dataTables_filter input {
    display: flex!important;
}
.direct-chat-text {
    background-color: aliceblue;
    border: 1px solid #cfe8ff;
}
.direct-chat-text:before {
    border-right-color: ##cfe8ff;
}
.direct-chat-text:after {
    border-right-color: aliceblue;
}
.chat_msg_sistema{
    font-size: 11px;
    text-align: center;
    background-color: #f9f9f9;
    border: 1px solid #d2d6de;
}
.chat_msg_sistema:before,.chat_msg_sistema:after {
    border-right-color: transparent;
}
.direct-chat-messages {
    height: 350px;
}
.status_atendimento {
    text-align: center;
    font-size: 1.4em;
}
.status_atendimento.pendente{color:#f39c12;}
.status_atendimento.atendimento{color:#3c8dbc;}
.status_atendimento.fechado{color:#00a65a;}
.status_atendimento.cancelado{color:#f56954;}
/******************/
/******PERFIL******/
/******************/

#password-strength-status {padding: 5px 10px;color: #FFFFFF; border-radius:4px;margin-top:5px;}
.medium-password{background-color: #E4DB11;border:#BBB418 1px solid;}
.weak-password{background-color: #FF6600;border:#AA4502 1px solid;}
.strong-password{background-color: #12CC1A;border:#0FA015 1px solid;}




