
.UserPhoto {
    font-size: 110px;
    max-width: 140px;
    max-height: 170px;
    border: 1px solid #ced4da;
    box-shadow: inset 0 0 0 rgba(0,0,0,0), 0 0 0 0.2rem rgba(148, 177, 202, 0.25);
    padding: 15px;
    margin: 0 auto;
    text-align: center;
    line-height: 10px;
    margin-bottom: 25px;
    margin-top: 10px;
}

#btnHistorySearch {
    margin-top: 33px;
}

#loading {
    top: 50%;
    left: 50%;
    padding: 15px;
    background: rgba(255,255,255,0.5);
    z-index: 100000;
    display: none;
}

.content-wrapper {
    background-color: #379CF4 !important;
}   

.sidebar-dark-primary {
    background-color: #333 !important;
}

    .sidebar-dark-primary .sidebar a {
        color: #fff !important;
    }

[class*="sidebar-dark"] .brand-link {
    color: #fff !important;
    border-bottom: 1px solid #6c757d !important;
    background-color: #333;
}

.brand-text {
    margin-left: 18px;
}

body .btn-primary {
    background-color: #6c757d;
}


body .btn {
    /*border-radius:20px;*/
    border-color: white;
}
.sidebar {
    background-color: #333;
}
[class*="sidebar-dark"] .user-panel {
    border-bottom: 1px solid rgba(255,255,255,0.5) !important;
}

.nav-sidebar .nav-item > .nav-link {
    /*font-weight:700;*/
}

.card {
    margin-bottom: 0 !important;
    margin-top: 50px;
}

#card2 {
    margin-top:50px;
}

.main-sidebar {
    z-index: 1040;
}

.overflow-auto{overflow: auto!important;}

.jstreeDisabledColor.jstree-default .jstree-disabled>.jstree-icon{filter:none !important;}

.dataTables_scroll table.dataTable{
    width: 100% !important;
}

/*@media (min-width: 992px)
{
    .modal-lg {
        max-width: 800px !important;
    }
}*/
body .content-wrapper {
    background-color: #dee2e6 !important;
    /*margin-bottom: 56px;*/
    height: 125vh;
}

buttons-html5{
    border-radius:0px;
}

  body .buttons-copy{
    background-color:#1B262C;
    color:white;
    border-radius:0px;
}
   body .buttons-excel{
       background-color:#0F4C75;
       color:white;
       border-radius:0px;
   }
   body .buttons-pdf{
        background-color:#3282B8;
       color:white;
       border-radius:0px;
   }
  footer.main-footer{
        background-color:#369CF4;
   }

  /*:hover{
      background-color:aquamarine;

  }*/