.selected {
    background: #eeeeee;
}

.usersMessagesSelection {
    cursor: pointer;
}

ul.usersMessagesSelection>li.options:hover,
.all:hover {
    background: #eeeeee;
}

.btn-link:hover {
    text-decoration: none!important;
    border-color: transparent;
}

.hide {
    display: none;
}

.separator {
    font-size: 5px;
    margin: 0;
}

div#messagesBox {
    height: 500px;
    overflow: scroll;
}

.material-switch>input[type="checkbox"] {
    display: none;
}

.material-switch>label {
    cursor: pointer;
    height: 0px;
    position: relative;
    width: 40px;
}

.material-switch>label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px;
    content: '';
    height: 16px;
    margin-top: -8px;
    position: absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}

.material-switch>label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}

.material-switch>input[type="checkbox"]:checked+label::before {
    background: inherit;
    opacity: 0.5;
}

.material-switch>input[type="checkbox"]:checked+label::after {
    background: inherit;
    left: 20px;
}






/* Added custom styles*/



.titulo_recuperacao{
    text-align: center;
    color: #31679c;
    font-weight: 500;
    font-size: 16px;
    padding-bottom: 30px;
    padding-top: 25px;  
}

.btn_recuperacao_password,.btn_recuperacao_password:active,.btn_recuperacao_password:focus{
    float: right;
    background-color: #fff !important;
    border-color: #fff !important;
    color: #007bff !important;
    box-shadow: 0 0 0 0 #fff !important;
}

.btn_recuperacao_password:hover{
    background-color: #fff !important;
    border-color: #fff !important;
    color: #007bff !important;
    font-weight: 500;
}


.btn_historico_matricula{
    background-color: #fff;
    border-color: #dd3d31;
    color: #dd3d31;
    padding: 0px 10px;
    transition: 0.3s ease all;
}


.btn_historico_matricula:hover{
   background-color: #dd3d31;
   border-color: #dd3d31;
   color: #fff;
   transition: 0.3s ease all;
}


.btn_exportacao_pedidos{
  background-color: #0f7840;
  border-color: #0f7840;
  transition: 0.3s ease all;
}

.btn_exportacao_pedidos:hover,.btn_exportacao_pedidos:active,.btn_exportacao_pedidos:focus{
  background-color: #195c38;
  border-color: #195c38;
  box-shadow: none;
  transition: 0.3s ease all;
}


.esconde{
    display:none;
}


.swal2-title {
    font-size: 20px !important;
}


#tabelaHistoricoViatura thead{
    background: #dd3d31;
    text-align: center;
}

#tabelaHistoricoViatura tbody{
    background: #f5f5f5;
    text-align: center;
}






/* Added custom styles*/