.material-datatables table th{
    font-size: 1.0em !important;
    font-weight: 600 !important;
    text-align: left;
}

.material-datatables table td{
    text-align: left;
    font-weight: 400;
}

.nav-item .success{
    background-color: #00acee !important;
    color:#FFF !important;
}

.select-picker{
    background-color: #fff !important;
    color:002b44 !important;
}

.btn-profile{
    width: 100% !important;
}

.ctn-new-acount{
    min-height: 279px;
}
.add-account{
    width: 100%;
    height: 279px;
    background-color: #e5e5e5;
    border: dashed 3px #ccc;
}
.ctn-new-acount .fas{
    font-size: 3.0em;
}

.card-new{
    position: relative;
}

.btn-delete-card{
    position: absolute;
    right: -20px;
    top: -20px;
}

.control-label{
    color:#000 !important;
}
.sidebar-wrapper{
    overflow:hidden !important;
}

.progress {
    display: none;
    margin-bottom: 1rem;
}

.color-white{
    color:#FFF !important;
}

.line-height-xs{
    line-height: 1.0em !important;
}

.wrapper-sign {
    position: relative;
    width: 400px;
    height: 200px;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    
  }
  
  .signature-pad {
    position: absolute;
    left: 0;
    top: 0;
    width:400px;
    height:200px;
    background-color: white;
    border:solid 1px #000;
  }

  .count-message{
    position: absolute;
    z-index: 1000000000;
    background-color: #FF0000;
    color:#FFF;
    font-weight: bold;
    width:22px !important;
    height:22px !important;
    margin: auto;
    padding: 0px 0px 10px 7px !important;
    border-radius: 11px;
    top:0px;
    right:0px;
}

.purple-divinas{
    color:#A4549F !important;
}

.login-page{
    background-size: cover;
}

.panel-header h2{
    color: #FFFFFF !important;
}