body {
    font-family: 'Roboto', 'Montserrat', Helvetica, sans-serif;
     }

     a {
      color: #958563;
    }
/* Loginpage */
.login-page{
  background-color: #333366;
}

/* Comunes esqueleto */
.sidebar-dark-blue{
    background-color:#333366;
}

.layout-navbar-fixed .wrapper .sidebar-dark-blue .brand-link:not([class*=navbar]) {
    background-color: #333366;
}

/*
dorado: #958563
marron: C29600
*/
/* PRIMARY */
.btn-primary {
  color: #fff;
  background-color: #C29600;
  border-color: #C29600;
}
.btn-primary:hover {
  color: #fff;
  background-color: #958563;
  border-color: #958563;
}
.sidebar-dark-blue .nav-sidebar>.nav-item>.nav-link.active, .sidebar-light-blue .nav-sidebar>.nav-item>.nav-link.active {
  background-color: #C29600;
  color: #fff;
}

.page-link {
  color: #C29600;
  background-color: #fff;
}

.page-item.active .page-link {
  color: #fff;
  background-color: #C29600;
  border-color: #C29600;
}
.page-link:hover {
  color: #C29600;
  background-color: #e9ecef;
  border-color: #dee2e6;
}


#UserTable .profile-user-img,
#PersonalTable .profile-user-img
#LogTable .profile-user-img,
.profile-user-img{
    width: 40px;
}

#ModalView .profile-user-img{
    margin-right: 10px;
}


.items-collection{
  margin:20px 0 0 0;
}
.items-collection label.btn-default.active{
  background-color:#bab3a2;
  color:#FFF;
}
.items-collection label.btn-default{
  width:90%;
  border:1px solid #bab3a2;
  margin:5px; 
  border-radius: 17px;
  color: #212529;
}
.items-collection label .itemcontent{
  width:100%;
}
/*.items-collection .btn-group{
  width:90%
}*/

#ModalAdd .itemcontent input[type=checkbox],
.modaledit .itemcontent input[type=checkbox]{
  display: none
}
.btn-primary {
  background-color: #bab3a2;
  border-color: #bab3a2;
}
.badge-primary {
  color: #fff;
  background-color: #bab3a2;
}


.select2-container--default.select2-container--focus .select2-selection--multiple, .select2-container--default.select2-container--focus .select2-selection--single {
  border-color: #C29600;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #333366 !important;
  line-height: 21px !important;
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
  font-weight: lighter;
}


/*handsontable*/
.handsontable .htCommentCell:after {
    border-top: 6px solid #FF6666 !important;
}
.htCommentsContainer .htCommentTextArea {
    border-left: 3px solid #FF6666 !important;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .118), 0 1px 2px rgba(0, 0, 0, .239);

}
.handsontable th {
    background-color: #958563 !important;
}

.bg-gradient-dorado {
  background: #958563 linear-gradient(180deg,#958563 , #ccc ) repeat-x !important;
  color: #fff;
}
.login-logo a, .register-logo a{color:white}


 #slider-fechas {
      margin: 10px 0;
      text-align: left;
    }
    .output {
      margin-top: 20px;
      /* font-weight: bold; */
      text-align: left;
    }
    .noUi-connect {
      background: #333366;  
    }