/*.content-wrapper {*/
/*    margin-left: 190px !important;*/
/*}*/




.head-conciliaciones {
    height: 70px;   
    /* margin-bottom: 3px;*/
    margin-top: 5px;
     
     
}
.table-conciliaciones {
    height: 100% !important;
    max-height: 100%     !important;
    display: block;
    background-color: white;
    color: black !important;
    /* overflow:auto !important;*/
}

.fa-file-alt {
    color: black;
}



/*.table-conciliaciones thead tbody tr, ::after, ::before {*/
/*    box-sizing: content-box;*/
/*}*/


.vertical-center {
    min-height: 100%;  /* Fallback for browsers do NOT support vh unit */
    min-height: 100vh; /* These two lines are counted as one :-)       */
  
    display: flex;
    align-items: center;
  }

.btnImage {
    height:  30px;
    width:  30px;
    padding: 0;
    background-color: rgba(0,0,0,0.0) ;
    
}
.btnImageControl {
    height:  30px;
    width:  30px;
    padding: 2px;
    border-radius: 5px;
    background-color: rgba(0,0,0,0.0) ;
}

.table-hover tbody tr {
    border: 1px;
}

.btn-conteiner {
    flex-wrap: nowrap !important;
    padding-right: 5px;
}

.table-hover tbody tr:hover {
    color: rgb(33, 5, 29);
    background-color: rgba(31, 29, 23, 0.1);
}

table.dataTable tbody tr td a {
    margin-top: 3px;
}

.row {
    /* display: flex;
    flex-wrap: wrap; */
    margin-right: 0px !important;
    margin-left: 0px !important;
}
.bg-login {
    background-image: url(/static/media/desktop-medium.e1a17c2b.png);
    background-size: cover;
    background-position: center;
}

.contenedor-main {
    background-image: url(/static/media/desktop-medium.e1a17c2b.png);
    background-size:  cover;
    background-position: center;
    height: 100vh;
    width: 100%;

}
.wrapper-page {
    display: table;
    height: 100vh;
    width: 100%;
}

.account-pages {
    display: table-cell;
    vertical-align: middle;
}

.account-box {
    position: relative;
    max-width: 460px;
    margin: 20px auto;
    border-radius: 5px;
    /*box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.9);*/
}

.card-crista.card-crista {
    background-color: rgba(255, 255, 255, .7)!important;
    backdrop-filter: blur(5px);
    border-radius: 10px;
    color: #1d455b;

   }

#loginForm div label{
    text-align: left;

}

.btn-login {
    background-color: rgb(33, 5, 29);
    border-color: rgb(103, 34, 53);
    
}
.btn-login:hover{

    background-color: rgb(61, 29, 76);
    border-color:rgb(33, 5, 29);
}
.btn-login:focus {
    background-color: rgb(103, 34, 53);;
}

.btn-login:not(:disabled):not(.disabled):active, .show>.btn-login.dropdown-toggle {
    color: rgb(255, 255, 255 );
    background-color: rgb(103, 34, 53);
    border-color: rgb(61, 29, 76);
}

.btn-login:focus, .btn-login.focus {
    box-shadow: 0 0 0 3px rgba(82, 100, 2, 0.5);
  }
  
.btn-menu:focus {
    background-color: rgb(103, 34, 53);;
}

.btn-menu {
    width: 200px !important;
   
    margin-top: 5px;
    margin-right: 15px;
    margin-bottom: 5px;
}

.btn-logout {
    display: flex;
    float: right;
    color: #ffffff !important;
    font-size: large;
    margin-right: 30px;
}
.imgMenu {
    width: 40px;
    margin-top: 5px;
    margin-right: 0px;
}

.btn-menu:hover{

    background-color: rgb(61, 29, 76) !important;
    border-color:rgb(33, 5, 29);
}

#user_group_label {
    cursor: pointer;
    margin-bottom: 0px;
    padding: 2px;
    /*border: 2px solid #7e5d61;*/
    color: #ffffff;
    font-weight: bold;
    width: 100%;
}
  
input {
    border: 1px solid transparent;
    background-color: #f1f1f1;
    padding: 10px;
    font-size: 16px;
  }



/* OVERRIDE */



.btn-app {

    font-size: 11px !important;
    height: 43px !important;
    margin: 0 0 -7px 5px !important;
    min-width: 40px !important;
    padding: 4px 10px !important;

}

