body {
  font-family: "Open Sans", arial, sans-serif;
  font-size: 11pt;
  color: #888;
  padding-top: 60px;
  background: #fff;
}

a {
  color: #0b172f;
}

.bg-color1 {
  background: #5f3fb1;
}

.btn.bg-color1 {
  background: #5f3fb1;
  color: white;
}

.btn.bg-color1 i {
  font-size: 12pt !important;
}

.bg-color2 {
  background: #002b5c;
}

.btn.bg-color2 {
  background: #002b5c;
  color: white;
}

.btn.bg-color2 i {
  font-size: 12pt !important;
}

.bg-color3 {
  background: #004990;
}

.btn.bg-color3 {
  background: #004990;
  color: white;
}

.btn.bg-color3 i {
  font-size: 12pt !important;
}

.bg-color4 {
  background: #007dc3;
}

.btn.bg-color4 {
  background: #007dc3;
  color: white;
}

.btn.bg-color4 i {
  font-size: 12pt !important;
}

.bg-color5 {
  background: #1c869e;
}

.btn.bg-color5 {
  background: #1c869e;
  color: white;
}

.btn.bg-color5 i {
  font-size: 12pt !important;
}

.bg-color6 {
  background: #49a83e;
}

.btn.bg-color6 {
  background: #49a83e;
  color: white;
}

.btn.bg-color6 i {
  font-size: 12pt !important;
}

.bg-color7 {
  background: #e91b2f;
}

.btn.bg-color7 {
  background: #e91b2f;
  color: white;
}

.btn.bg-color7 i {
  font-size: 12pt !important;
}

.bg-color8 {
  background: #f47722;
}

.btn.bg-color8 {
  background: #f47722;
  color: white;
}

.btn.bg-color8 i {
  font-size: 12pt !important;
}

.bg-color9 {
  background: #8CD4F5;
}

.btn.bg-color9 {
  background: #8CD4F5;
  color: white;
}

.btn.bg-color9 i {
  font-size: 12pt !important;
}

#content .page {
  margin-top: 20px;
  background: white;
  padding: 20px 20px;
}

.form-control {
  display: block;
  width: 100%;
  height: calc(2.25rem + 2px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

h2 {
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
  margin-bottom: 20px;
  font-size: 16pt;
  color: #333;
  font-weight: bold;
}

h3 {
  font-size: 14pt;
  color: #333;
}

h4 {
  font-size: 13pt;
  color: #333;
}

h3.folder,
h3.file {
  margin: 10px 0;
  padding: 10px 0;
  font-weight: bold;
}

#content .container .card {
  border: 0;
  border-bottom: 0;
  position: relative;
  margin: 20px 0;
  border-radius: 0;
  padding-bottom: 0px;
}
#content .container .card a, #content .container .card a:hover {
  text-decoration: none;
}
#content .container .card .card-footer {
  text-align: left;
  background: transparent;
  border: 0;
}
#content .container .card .card-footer .last-update {
  position: relative;
  display: inline-block;
  text-align: left;
  color: #aaa;
  margin-left: 22px;
}
#content .container .card .card-footer .readmore {
  text-align: right;
  display: block;
  width: 100%;
}
#content .container .card .card-footer i {
  margin: 0 10px;
  font-size: 9pt;
  color: #0b2343;
}
#content .container .card .card-icon {
  font-size: 28pt;
  position: absolute;
  left: 0;
}
#content .container .card h4.card-title,
#content .container .card p.card-text {
  margin-left: 30pt;
}
#content .container h3.folder {
  font-weight: bold;
}
#content .container h3.folder i {
  font-size: 18pt;
  margin-right: 10px;
}
#content .container i {
  font-size: 18pt;
}
#content .container ul:not(.pagination) {
  list-style-type: none;
  padding-left: 10px;
}
#content .container ul:not(.pagination) li {
  padding-left: 5px;
  font-size: 12pt;
  margin: 12px 0;
}
#content .container ul:not(.pagination) li i {
  text-align: center;
  font-size: 12pt;
  color: #333;
  width: 24px;
}
#content .container ul:not(.pagination) li a {
  margin-left: 0px;
}
#content .container .right-sidebar ul:not(.pagination) {
  list-style-type: none;
  padding-left: 10px;
}
#content .container .right-sidebar ul:not(.pagination) li {
  padding-left: 5px;
  font-size: 12pt;
  margin: 12px 0;
}
#content .container .right-sidebar ul:not(.pagination) li i {
  text-align: center;
  font-size: 12pt;
  color: #ed2443;
  width: 24px;
}
#content .container .right-sidebar ul:not(.pagination) li a {
  margin-left: 0px;
}

.highlighted .card {
  border: 0;
}
.highlighted .card a {
  min-height: 142px;
}
.highlighted .card .card-body {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.highlighted .card .card-body .media {
  display: flex;
  vertical-align: middle;
  align-items: center;
  min-height: 100px;
}
.highlighted .card .card-body .media .media-body {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.highlighted .card .card-body .media .media-body h3 {
  color: white;
}
.highlighted .card .card-body .media .media-body a {
  text-decoration: none;
  color: white;
}
.highlighted .card .card-body .media .media-body a:hover {
  text-decoration: none;
}

.row {
  width: 100%;
  margin: 0;
}

.btn {
	padding: 12px 30px;
	border-radius: 25px;
	color: white !important;
}

.btn-primary {
  background-color: #0b172f;
  border: none;
  color: white;
}

.icon {
  width: 20px;
  height: 20px;
}

.close {
  position: absolute;
  top: 0;
  right: 11px;
}

.flex-center {
  display: flex;
  align-items: center;
}
.flex-center > * {
  display: flex;
  align-items: stretch;
  flex: 1;
}
.flex-center > * > * {
  justify-content: center;
  display: flex;
}

span.label {
  margin-bottom: 5px;
  display: block;
}

.inline {
  display: inline-block;
}

.inline-left {
  max-width: 70%;
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
}

.chosen-container-single .chosen-single,
.chosen-container-multi .chosen-choices {
  background: white;
  font-size: 12pt;
  box-shadow: none;
  height: 40px;
  padding: 5px 12px;
  border-color: #ccc;
}
.chosen-container-single .chosen-single div b,
.chosen-container-multi .chosen-choices div b {
  background-position: 0 8px;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -16px 8px;
}

thead tr[role=row] {
  background: #002b5c;
  color: white;
}

.dataTable th.sorting_asc input,
.dataTable th.sorting_desc input,
.dataTable th.sorting input {
  color: white;
}

.dataTable th {
  font-weight: 400;
}

nav.navbar {
  background-color: white;
  border-bottom: 2px solid #002b5c;
}
nav.navbar a {
  color: #002b5c;
}

nav.navbar a.navbar-brand {
  max-width: 200px;
  padding-top: 0;
  margin-bottom: 0;
}
nav.navbar a.navbar-brand img {
  width: 100%;
  height: auto;
}
nav.navbar span.user-name {
  border-right: 1px solid #fff;
  padding-right: 20px;
  color: #002b5c;
}
nav.navbar #hamburger {
  cursor: pointer;
}

.nav-labels a.nav-link:hover {
  color: inherit;
}

.nav-labels {
  z-index: 100;
  position: fixed;
  right: 0px;
  background: #002b5c;
  width: 45px;
  height: 100vh;
  padding-left: 10px;
  overflow: visible;
  transition: all 0.5s ease;
}
.nav-labels .mr-auto {
  margin: 10px auto;
}
.nav-labels a.nav-link {
  color: white;
  font-size: 12.5pt;
  width: 200px;
  border-bottom: 2px solid transparent;
  padding-top: 5px;
  padding-bottom: 5px;
}
.nav-labels a.nav-link i {
  width: 32px;
  text-align: center;
}
.nav-labels .user-icon {
  color: white;
  width: 35px;
  height: 35px;
  fill: white;
  border-radius: 50%;
  margin-right: 10px;
}
.nav-labels .user li {
  text-align: right;
}
.nav-labels .user li a {
  padding-right: 20px;
}

.nav-labels.active {
  width: 250px;
}

ul.navbar-nav li.nav-item a i.rotate {
  transform: rotate(90deg);
}

ul.navbar-nav li ul.sub-menu {
  height: 0;
  display: block;
  overflow: hidden;
  transition: all 0.5s ease;
}

ul.navbar-nav li ul.sub-menu.active {
  height: auto;
  transition: all 0.5s ease;
}

form.filtros {
  margin-bottom: 20px;
}

footer .copyright {
  background: transparent;
  margin: 0 auto;
  width: 100%;
  padding: 20px;
  border-top: 2px solid #eee;
}

body.page_1 .page-item.active a {
  border: 1px solid #333;
  background-color: #333;
}
body.page_1 #content .container h3.folder {
  font-weight: bold;
}
body.page_1 #content .container h3.folder i {
  font-size: 18pt;
  margin-right: 10px;
}
body.page_1 #content .container i {
  font-size: 18pt;
}
body.page_1 #content .container ul {
  list-style-type: none;
  padding-left: 0px;
}
body.page_1 #content .container ul li {
  padding-left: 5px;
  font-size: 12pt;
  margin: 12px 0;
}
body.page_1 #content .container ul li a {
  margin-left: 0px;
}
body.page_1 h1.page-title {
  color: #333;
}

/*body.page_7 {
	.btn-primary,.page-item.active a,.btn-success{border-color:$color2 ;background-color:$color2;}
	.btn-primary:hover,.page-item.active a:hover,.btn-success:hover{filter:brightness(0.9);}
	.page-item.active a{border:1px solid $color2; background-color:$color2;}
	h1.page-title{color:$color2;}
} //Reportes
body.page_3 {
	.btn-primary,.page-item.active a,.btn-success{border-color:$color4 ;background-color:$color4;}
	.btn-primary:hover,.page-item.active a:hover,.btn-success:hover{filter:brightness(0.9);}
	.page-item.active a{border:1px solid $color4; background-color:$color4;}
	h1.page-title{color:$color4;}
} //Perfiles
body.page_4 {
	.btn-primary,.page-item.active a,.btn-success{border-color:$color7 ;background-color:$color7;}
	.btn-primary:hover,.page-item.active a:hover,.btn-success:hover{filter:brightness(0.9);}
	.page-item.active a{border:1px solid $color7; background-color:$color7;}
	h1.page-title{color:$color7;}
} //Empleados
body.page_5 {
	.btn-primary,.page-item.active a,.btn-success{border-color:$color3 ;background-color:$color3;}
	.btn-primary:hover,.page-item.active a:hover,.btn-success:hover{filter:brightness(0.9);}
	.page-item.active a{border:1px solid $color3; background-color:$color3;}
	h1.page-title{color:$color3;}
} //Salones Premier
body.page_6 {
	.btn-primary,.page-item.active a,.btn-success{border-color:$color5 ;background-color:$color5;}
	.btn-primary:hover,.page-item.active a:hover,.btn-success:hover{filter:brightness(0.9);}
	.page-item.active a{border:1px solid $color5; background-color:$color5;}
	h1.page-title{color:$color5;}
} //Servicios
body.page_10 {
	.btn-primary,.page-item.active a,.btn-success{border-color:$color6 ;background-color:$color6;}
	.btn-primary:hover,.page-item.active a:hover,.btn-success:hover{filter:brightness(0.9);}
	.page-item.active a{border:1px solid $color6; background-color:$color6;}
	h1.page-title{color:$color6;}
} //Promociones
body.page_8 {
	.btn-primary,.page-item.active a,.btn-success{border-color:$color9 ;background-color:$color9;}
	.btn-primary:hover,.page-item.active a:hover,.btn-success:hover{filter:brightness(0.9);}
	.page-item.active a{border:1px solid $color9; background-color:$color9;}
	h1.page-title{color:$color9;}
} //Productos
body.page_9 {
	.btn-primary,.page-item.active a,.btn-success{border-color:$color8 ;background-color:$color8;}
	.btn-primary:hover,.page-item.active a:hover,.btn-success:hover{filter:brightness(0.9);}
	.page-item.active a{border:1px solid $color8; background-color:$color8;}
	h1.page-title{color:$color8;}
} //Inventarios
*/
body.login {
	background: url("/imagenes/login_bg.jpg") no-repeat;
	background-size: cover;
}
@media (max-width: 1199px) {
  body.login {
    background-size: 150%;
  }
}
@media (max-width: 992px) {
  body.login {
    background-size: 260%;
  }
}
body.login footer,
body.login nav,
body.login #nav-labels {
  display: none;
}
body.login .card {
  margin: 0 auto;
  margin-top: 18vh;
  background: white;
  border: 1px solid #ccc;
  max-width: 400px;
  width: 100%;
}
body.login .card-footer .list-inline {
  margin-bottom: 0;
}
body.login .card-footer .list-inline li {
  margin-right: 15px;
}
body.login #enviar {
  color: white !important;
}

body.admin .search.row {
  display: none;
}

body.authenticated #admin {
  display: none;
}

body.page_1 #content .container {
  margin-top: 20px;
  text-align: center;
}
body.page_1 #content .container .mosaic {
  color: white;
}
body.page_1 #content .container .mosaic h3 {
  margin-bottom: 0;
}
body.page_1 #content .container .mosaic i {
  font-size: 36pt;
  margin-bottom: 0px;
  /* font-weight: 100; */
}
body.page_1 #content .container .mosaic.white .card-body {
  background: white;
}
body.page_1 #content .container .mosaic.color1 .card-body {
  background: #002b5c;
}
body.page_1 #content .container .mosaic.color2 .card-body {
  background: #002b5c;
}
body.page_1 #content .container .mosaic.color3 .card-body {
  background: #002b5c;
}
body.page_1 #content .container .mosaic.color4 .card-body {
  background: #002b5c;
}
body.page_1 #content .container .mosaic.color5 .card-body {
  background: #002b5c;
}
body.page_1 #content .container .mosaic.color6 .card-body {
  background: #002b5c;
}
body.page_1 #content .container .mosaic.color7 .card-body {
  background: #002b5c;
}
body.page_1 #content .container .mosaic.color8 .card-body {
  background: #002b5c;
}
body.page_1 #content .container .mosaic.color9 .card-body {
  background: #002b5c;
}
body.page_1 #content .container .mosaic .card-body {
  color: white;
}
body.page_1 #content .container .mosaic .card-body:hover {
  background: #333;
}
body.page_1 #content .container .mosaic.white .card-body:hover {
  background: #ddd;
}
body.page_1 .modal-body {
  /*.mosaic.color1{background:$color1;}
  .mosaic.color2{background:$color2;}
  .mosaic.color3{background:$color3;}
  .mosaic.color4{background:$color4;}
  .mosaic.color5{background:$color5;}
  .mosaic.color6{background:$color6;}
  .mosaic.color7{background:$color7;}
  .mosaic.color8{background:$color8;}
  .mosaic.color9{background:$color9;}*/
}
body.page_1 .modal-body .mosaic {
  display: inline-block;
  padding: 15px;
  display: inline-block;
  width: 100%;
  margin: 5px 0 5px 0px;
  box-shadow: none;
  cursor: pointer;
  font-weight: 300;
  font-size: 15pt;
  border-radius: 5px;
}
body.page_1 .modal-body .mosaic label {
  display: inline-block;
  font-size: 16pt;
  margin-bottom: 0;
}
body.page_1 .modal-body .mosaic i {
  font-size: 16pt;
  margin-right: 10px;
}
body.page_1 .modal-body .mosaic:hover {
  background: #333;
}

/*# sourceMappingURL=style.css.map */
.highlighted2{
    width:100%
}

.highlighted2 .card {
  border: 0;
}
.highlighted2 .card a {
  min-height: 142px;
}
.highlighted2 .card .card-body {
  border: 1px solid #ccc;
  border-radius: 4px;
}
.highlighted2 .card .card-body .media {
  display: flex;
  vertical-align: middle;
  align-items: center;
  min-height: 100px;
}
.highlighted2 .card .card-body .media .media-body {
  display: inline-flex;
  align-items: center;
  vertical-align: middle;
}
.highlighted2 .card .card-body .media .media-body h3 {
  color: white;
}
.highlighted2 .card .card-body .media .media-body a {
  text-decoration: none;
  color: white;
}
.highlighted2 .card .card-body .media .media-body a:hover {
  text-decoration: none;
}

mosaic2 {
  color: white;
}
.mosaic2 h3 {
  margin-bottom: 0;
}
.mosaic2 i {
  font-size: 36pt;
  margin-bottom: 0px;
  /* font-weight: 100; */
}
.mosaic2.white .card-body {
  background: white;
}
.mosaic2.color1 .card-body {
  background: #002b5c;
}
.mosaic2 .card-body {
  color: white;
}
.mosaic2 .card-body:hover {
  background: #333;
}
.mosaic2.white .card-body:hover {
  background: #ddd;
}

