/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/02/2019, 01:26:55
    Author     : Deivid
*/


/* .login-page,
.register-page {
  background: #44567a;
} */
.banner {
  background-image: url(../images/banner.jpg);
  background-size: cover;
  height: 100%;

   background-repeat: no-repeat;
   background-color: #999999;
   background-blend-mode: multiply;
/*    background-position: center;
   background-size: cover; */
}
/* .banner:hover {
  filter: saturate(180%);
} */

/* .login-page:hover .banner {
  -webkit-transform:scale(1.1);
  transform:scale(1.1);
}
.login-page:hover .login-box-body {
  -webkit-transform:scale(1.0);
  transform:scale(1.0);
} */
.login-page {
  overflow:hidden;
}

/* .login-page:hover .login-box {-webkit-transform:scale(1.0);transform:scale(1.0);} */
/* .login-box-body:hover {-webkit-transform:scale(1.0)!important;transform:scale(1.0)!important;} */

/* .imagen:hover {filter: sepia(60%);} */
.modal-buscador {
    width: 900px;
    margin: 30px auto;
}

.demo input[type="checkbox"] {
	display: none;
}
.demo input[type="checkbox"] + label span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(checkbox-uncheck.png);
	background-size: cover;
	cursor: pointer;
}
.demo input[type="checkbox"]:checked + label span {
	background: url(checkbox-check.png);
	background-size: cover;
}
.bg-primary {
    background-color: #3B8DBC !important;
}
@import url(https://fonts.googleapis.com/css?family=Nunito);
#dataTableBuilder_paginate {
  margin: 0 auto;
  padding-top: 26px;
}

#dataTableBuilder_paginate a {
  padding: 0 5px;
  margin: 0 2px;
}

#dataTableBuilder_previous {
  padding: 5px 5px;
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
  border-top: 1px solid #f0f1f3;
  border-bottom: 1px solid #f0f1f3;
  border-left: 1px solid #f0f1f3;
}

#dataTableBuilder_next {
  padding: 5px 5px;
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
  border-top: 1px solid #f0f1f3;
  border-bottom: 1px solid #f0f1f3;
  border-right: 1px solid #f0f1f3;
}

.dt-button {
  margin: 2px 10px;
}

#dataTableBuilder_filter label {
  font-size: 12.5px;
}

#dataTableBuilder_filter input {
  margin: 5px;
}

.sidebar .nav-link:hover {
  background: #3a4248 !important;
}

.sidebar .nav-link.active {
  background: #36B9CC !important;
}

.btn-primary:hover {
  color: #fff;
  background-color: #36B9CC;
  border-color: #36B9CC;
}

.btn-primary {
  color: #fff;
  background-color: #36B9CC;
  border-color: #36B9CC;
}

.sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer, html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main, html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-minimized .main {
  margin-left: 29px;
}

/* .sidebar-minimized.sidebar-fixed .sidebar {
    width: 30px;
}

.sidebar-minimized .sidebar .nav-item {
    width: 30px;
    overflow: hidden;
}

.sidebar-minimized .sidebar .sidebar-minimizer {
    position: fixed;
    bottom: 0;
    width: 30px;
    height: 50px;
    background-color: #24282c;
} */
.sidebar-minimized .sidebar .nav > .nav-dropdown:hover > .nav-dropdown-items {
  position: absolute;
  left: 30px;
  display: inline;
}

.sidebar-minimized .sidebar .nav-item:hover {
  width: 232px;
  overflow: visible;
}

.sidebar-minimized .sidebar .nav > .nav-dropdown > .nav-dropdown-items {
  display: none;
  max-height: 1000px;
  background: #2f353a;
  width: 201px;
}

.sidebar-minimized .sidebar .nav-link:hover {
  width: 232px;
  background: #20a8d8;
}

/* .app-header .navbar-toggler {
    min-width: 28px;
    padding: 0.25rem 0;
} */
.brand-minimized .app-header {
  padding-left: 0;
}

.sidebar-minimized .sidebar .nav-link {
  position: relative;
  padding-left: 2px;
  margin: 0;
  white-space: nowrap;
  border-left: 0;
}

.sidebar-lg-show.sidebar-fixed.sidebar-minimized .app-footer, html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed.sidebar-minimized .main, html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-minimized .app-footer, html:not([dir=rtl]) .sidebar-show.sidebar-fixed.sidebar-minimized .main {
  margin-left: 30px;
}

.pagination .active {
  background-color: #36B9CC;
  text-decoration: none;
  border-top: 1px solid #36B9CC;
  border-bottom: 1px solid #36B9CC;
}

.pagination .active a {
  color: #fff;
  text-decoration: none;
}

.paginate_button {
  border-left: 0.5px solid #f0f1f3;
  border-right: 0.5px solid #f0f1f3;
  border-top: 1px solid #f0f1f3;
  border-bottom: 1px solid #f0f1f3;
  padding: 5px 5px;
  color: #212529;
}

.paginate_button .previous {
  border-right-width: 3px !important;
  border-right-style: solid;
  border-right-color: rgb(240, 241, 243);
}

.paginate_button a {
  color: #212529;
  text-decoration: none;
}

.dataTables_wrapper {
  display: flow;
}

.dataTables_filter {
  overflow: auto;
  float: right;
}

.dataTables_info {
  display: inline-flex;
}

.dataTables_paginate {
  display: inline-flex;
  float: right;
  padding: 0;
}

#dataTableBuilder_paginate {
  padding: 0;
}

.table-bordered th, .table-bordered td {
  border: 1px solid #f0f1f3;
}

.table thead th {
  border-bottom: 2px solid #f0f1f3;
}

.table th, .table td {
  padding: 8px;
}

.table-striped tbody tr:nth-of-type(odd) {
  background-color: #fefefe;
}

.fa-eye {
  color: #36B9CC;
}

.fa-edit {
  color: #36B9CC;
}

.fa-trash {
  color: #f86c6b;
}

.icon-card-header {
  position: relative;
  top: 2px;
}

.activeCardHeaderCollapse {
  background-color: #36B9CC;
  color: #fff !important;
}

.activeSpanCollapse {
  color: #fff !important;
}

.activeIconCollapse {
  position: relative;
  top: 9px;
  display: none;
}

.activeButtonCollapse {
  color: #fff !important;
}

.sidebar > .sidebar-nav::-webkit-scrollbar {
  display: none;
}

.sidebar .nav-item {
  letter-spacing: 0.05em;
}

.sidebar .open .nav-dropdown-toggle {
  background: #3A4248 !important;
}

@media (min-width: 900px) {
  .lm-px-0 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .lm-px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .lm-px-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .lm-pl-1 {
    padding-left: 0.25rem !important;
  }
  .lm-pl-2 {
    padding-left: 0.5rem !important;
  }
  .lm-max-width-4 {
    max-width: 4% !important;
  }
  .lm-max-width-7 {
    max-width: 7% !important;
  }
  .lm-max-width-12 {
    max-width: 12% !important;
  }
  .lm-font-size-12 {
    font-size: 12px !important;
  }
  .lm-font-size-13 {
    font-size: 13px !important;
  }
  .linoc .select2-container .select2-selection--single {
    height: 34px !important;
  }
  .linoc .select2-container--open .select2-dropdown--above {
    width: 200px !important;
  }
  .linoc-select2 .select2-dropdown {
    width: 200px !important;
  }
}
.alert {
  margin-bottom: 0 !important;
}

.dataTables_processing {
  float: right;
  padding-right: 1rem !important;
  padding-top: 0.5rem !important;
  margin-top: 0.25rem !important;
}

@media (max-width: 991.98px) {
  .app-body {
    margin-top: 0px !important;
  }
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__display {
  padding-left: 20px;
}

.custom-file-input:lang(es) ~ .custom-file-label::after {
  content: "Seleccionar";
}

.input_focus {
  color: #5c6873;
  background-color: #fff;
  border-color: #8ad4ee;
  outline: 0;
  box-shadow: 0 0 0 0.05rem rgba(32, 168, 216, 0.25);
}

.alert {
  z-index: 3;
}

.brand-card-header {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 4rem;
  border-radius: 0.25rem 0.25rem 0 0;
}

.bg-custom-orange {
  background: #FF5F38 !important;
  color: #fff;
}

.bg-info {
  background: #36B9CC !important;
}

.badge-success {
  color: #fff;
  background-color: #36B9CC;
}

a.bg-info:focus, a.bg-info:hover, button.bg-info:focus, button.bg-info:hover {
  background-color: rgb(9, 214, 199) !important;
}

.bg-success {
  background-color: #4dc0b5 !important;
}
