/* =======Generales======= */
body, html{
	margin: 0;
	padding: 0;
	position: relative;
	font-size: 16px;
    width: 100%;
    height: 100%;
    color: #333;
}
.full-width{
    margin: 0;
    padding: 0;
    width: 100%;
}
.m-none {
  margin: 0;
}
.t-align-center {
	text-align: center!important;
}

.ContentPage {
	min-height: 100vh!important;
}
.sideNav,
.ContentPage{
    position: absolute;
    top: 0;
    height: 100%;
}

.relative {
	position: relative;
}

hr.style1{
	border: none;
	height: 1px;
	background-color: #ECEFF1;
}
hr.style2 {
	border: none;
	height: 1px;

	background-image: linear-gradient(to left, rgba(236, 239, 241, 0.01), rgba(236, 239, 241, 1.0), rgba(236, 239, 241, 0.01));
	background-image: -webkit-linear-gradient(to left, rgba(236, 239, 241, 0.01), rgba(236, 239, 241, 1.0), rgba(236, 239, 241, 0.01));
}

b.warning {
  color: #e22929;
}

/* =======NavLateral======= */
/* --------Generales */
.sideNav{
    left: 0;
    width: 20%;
		transform: translateX(0%)
}
.sideNav-content{
    height: 100%;
    position: absolute;
    z-index: 10;
    color: #ECEFF1;

    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);

    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}

.sideNav-divider {
  color: #90969A;
  border-left: 3px solid #cfd8dc;
  padding: .6rem .75rem!important;
  background-color: #1a2226;
}
.sideNav-divider h6 {
  margin: 0!important;
  font-size: 16px;
}

.collapsible.sidenav-collapsible {
  border: 0;
}
.sideNav-item {
  color: #ECEFF1;
  background-color: #37474f;
  border: 0;

  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.sideNav-item:hover {
  background-color: #455a64;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.sideNav-item::after {
  font-family: 'Material Icons';
  font-size: 18px;
  position: absolute;
  right: 16px;
  content: 'keyboard_arrow_right';
  color: #ECEFF1;
}
.bold.active .sideNav-item {
  background-color: #263238;
  border-right: 4px solid #90a4ae;
}
.bold.active .sideNav-item::after {
  animation: spin 0.2s ease-in-out;
  transform: rotate(90deg);
}


.sideNav-item-solo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  line-height: 1.5;
  padding: 1rem;
  color: #ECEFF1;
  background-color: #37474f;

  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.sideNav-item-solo:hover {
  background-color: #455a64;
  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.sideNav-item-solo:active {
  background-color: #263238;
}

.sideNav-item-solo i, .sideNav-item i{
  width: 2rem;
  font-size: 1.6rem;
  display: inline-block;
  text-align: center;
  margin-right: .60rem;
  line-height: 23px;
}
.sideNav-item-solo i, .sideNav-item i.box {
	font-size: 1.2rem;
}

.collapsible-body {
  padding: 0;
  border: none;
}
.collapsible-sub {
  margin: 0;
  border: none;
}
.collapsible-body.collapsible-item {
  display: block!important;
  padding: .60rem 0 .60rem 1.3rem;
  color: #37474f;
  background-color: #eceff1;

  -webkit-transition: background-color .3s;
  transition: background-color .3s;

  border-bottom: 1px solid #90a4ae;
}
.collapsible-body.collapsible-item:hover {
  background-color: #cfd8dc;

  -webkit-transition: background-color .3s;
  transition: background-color .3s;
}
.collapsible-item i {
  font-size: .8rem;
  display: inline-block;
  text-align: center;
  margin-right: .60rem;
  line-height: 23px;
}
.bold.active .collapsible-item {
  border-right: 3.5px solid #90a4ae;
}
/* --------Especificos */
.logo {
  width: 100%;
  margin-bottom: 1rem;
  padding: 0!important;
  background-color: #37474f;

  -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);

  box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14),0 3px 1px -2px rgba(0,0,0,0.12),0 1px 5px 0 rgba(0,0,0,0.2);
}
#logo-container {
  padding: .3125rem .75rem;
  margin: 0 auto;
  color: #ECEFF1;
  font-size: 1.45rem;
  font-weight: 400;
  line-height: inherit;
  white-space: nowrap;
}
.logo-img {
  margin-right: .45rem;
}
.sideNav-close {
  color: #ECEFF1;
  height: 25px;
  background-color: #263238;
  margin: 0 auto;
  display: none;
}

.user {
  padding: 0 1.8rem;
  margin-bottom: 1rem;
  color: #ECEFF1;
}
.user img {
  margin-right: 10px;
}
.user small {
  color: rgba(228, 228, 228, 0.8);
  font-size: 14px;
}
.user p {
  line-height: 1;
}

/* =======notificacionArea======= */
.notificacionArea{
    position: fixed;
		color: #ECEFF1;
    background-color: #1a2226;
    height: 100%;
    width: 300px;
    top: 0;
    right: 0;
    z-index: 999;
}
.notificacionArea .notificacionCont {
	margin: 0;
}


.notificacionCont li .valign-wrapper {
	position: relative;
}
.notificacion-delete{
	position: absolute;
	top: 0;
	right: 0;
	height: 74px;
	z-index: 99;
	width: 10px;
}
.notificacion-delete a i {
	display: none;
	width: 60px;
	height: 74px;
	padding: 23px 0 0 18px;
	color: rosybrown;
	background-color: black;
}
.notificacion-delete:hover,
.notificacion-delete:hover a i {
	width: 60px;
	height: 74px;
}
.notificacion-delete:hover a i {
	display: block;
}



.notificacionArea-title{
    height: 56px;
    line-height: 55px;
		border-bottom: 0;
		font-weight: 600;
		background-color: #37474f;

		-webkit-box-shadow: 5px 2px 2px 0 rgba(0,0,0,0.14),5px 3px 1px -2px rgba(0,0,0,0.12),5px 1px 5px 0 rgba(0,0,0,0.2);
		box-shadow: 5px 2px 2px 0 rgba(0,0,0,0.14),5px 3px 1px -2px rgba(0,0,0,0.12),5px 1px 5px 0 rgba(0,0,0,0.2);
}
.notificacionArea-title .notificacion-trigger{
		max-height: 56px;
    position: absolute!important;
    top: 0!important;
    left: 0!important;
		padding: 0!important;
}
.notificacionArea-title .notificacion-trigger i {
	height: 40px!important;
	width: 40px!important;
	line-height: 54px!important;
	font-size: 25px!important;
	color: #fff;
}
.notificacion,
.notificacion-icon,
.notificacion-text{
    margin: 0;
    padding: 0;
    height: 74px;
}
.notificacionCont li:first-child .notificacion {
		border-top: none;
}
.notificacion{
    position: relative;
    display: block;
    width: 100%;
		color: #ECEFF1;
		background-color: #263238;
    border-top: 1px solid #90969A;
    font-size: 14px;
}
.notificacionCont li:last-child .notificacion {
		border-bottom: 1px solid #90969A;
}
.notificacion[data-estado="0"] {
		background-color: transparent;
}
.notificacion small,
.notificacion .time{
    color: #90969A;
		padding-left: 17px;
}
.notificacion-icon,
.notificacion-text{
    position: absolute;
    top: 0;
}
.notificacion-icon{
    width: 60px;
    left: 0;
}
.notificacion-icon i{
    height: 42px;
    width: 42px;
    line-height: 50px;
    margin-left: 12px;
    margin-top: 12px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background-color: transparent;
}
.notificacion-text{
    width: 230px;
    right: 0;
		text-align: left;
		line-height: 22px;
		font-weight: 500;
}
.notificacion .time {
	display: block;
	position: absolute;
	top: 42px;
	padding: 0!important;

	width: 14px;
	height: 14px;

	font-size: 14px;
	line-height: 14px;
}
.notificacionArea-show{
    right: 0;
}
/* =======Contenido======= */
/* --------Generales */
.ContentPage{
    right: 0;
    width: 80%;
}
.row.content {
	margin: 2% 2%;
}
.row.content .head {
	background-color: #455a64;
	padding: 1px 8px;
	margin-bottom: 0;
	color: #ECEFF1;
}
.row.content h1 {
	font-size: 18px;
	margin: 16px 0;
}
.row.content p {
	font-size: 16px;
	font-weight: 300;
	margin: 16px 8px;
}
.colores {
  margin-top: 0.8rem;
}
.colores ul {
	padding: 8px;
  padding-left: 8px;
	margin-top: 4px;
	overflow: hidden;
}
.colores ul li {
	float: left;
  padding: 0 6px;
  margin: 0 4px;
}
.colores ul li div {
  position: relative;
  padding-top: 45px;
}
.colores ul li div label {
  position: absolute;
  width: 80px!important;
  top: 13px;
  right: -73px;
  transform: rotate(-40deg);
}
.row.content .bodie {
	background-color: #546e7a;
	color: #ECEFF1;
	padding: 14px 10px 10px 10px;
}
.row.content .bodie .add-button {
  background-color: transparent;
  -webkit-appearance: none;
	border: none;
	color: #ECEFF1;
	width: 30px;
  height: 30px;
	padding: 0;
	cursor: pointer;
	position: absolute;
	bottom: -42px;
	left: 0;
	z-index: 999;
}
.row.content .bodie .add-button i {
	font-size: 30px;
}
/* --------Header */
.topNav {
	height: 56px;
	line-height: 56px;
}
.sideNav-trigger {
  float: left;
  position: relative;
  z-index: 1;
  margin: 0 18px;
  height: 64px;
  line-height: 64px;
  display: none;
}
.notificacion-trigger {
	/* height: 64px; */
	position: relative;
	padding: 0 20px 0 10px;
}
.notificacion-trigger > i {
	/* height: 64px!important; */
	line-height: 64px!important;
}
.notificacion-trigger > .badge {
	color: #e8f5e9;
	background-color: #388e3c;

	margin-left: 0;
	padding: 0;
	padding-left: 1px;
	border-radius: 50%;

	font-size: .72rem;
	font-weight: 600;
	line-height: 19px;

	width: 20px;
	min-width: inherit;
	height: 20px;

	position: absolute;
	top: 18%;
	right: 22%;
}
#dropdownUser {
  top:56px!important;
  background-color: #eceff1;
}
#dropdownUser li a {
  color: #37474f;
}
.user-arrow {
  margin-left: 2px!important;
}
/* --------Body */
/*DashboardPage*/
/* .dashboard-body {

} */
.content.dashboard {
	margin: 0;
}
.principal {
	background-color: #37474f!important;
	padding: 2% 2%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-content: space-between;
}
.principal .tarjeta-principal {
	border: 2px solid #eceff1;
	border-radius: 5px;
	width: 30%!important;
	margin: 0!important;
}
.principal .tarjeta-principal:first-child {
	margin-left: 1.6%!important;
}
.secundarios {
	margin: 0% 2% 2% 2%;
}
/*LoginPage*/
.login-content {
	margin: 0;
	padding: 0;
	width: 350px;
	/* background-color: rgba(255,255,255,.87); */
	background-color: transparent;
	border-radius: 4px;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #eceff1;
}
.login-content .logo {
	background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.login-content #logo-container {
	font-size: 1.80rem;
}
.login-content h1 {
	font-size: 22px;
	line-height: 20px;
	margin: 0.3rem 0 2.5rem;
	text-align: center;
}
.login-content h1::after,
.login-content h1::before {
  content: "";
  height: 1px;
  position: absolute;
  top: 98px;
  width: 28%;
	right: 0;

	background-image: linear-gradient(to left, rgba(236, 239, 241, 1.0), rgba(236, 239, 241, 0.01));
	background-image: -webkit-linear-gradient(left, rgba(236, 239, 241, 1.0), rgba(236, 239, 241, 0.01));
}
.login-content h1::before {
	left: 0!important;

	background-image: linear-gradient(to right, rgba(236, 239, 241, 1.0), rgba(236, 239, 241, 0.01));
	background-image: -webkit-linear-gradient(right, rgba(236, 239, 241, 1.0), rgba(236, 239, 241, 0.01));
}

.login-form {
	margin-bottom: 2rem;
}
.login-form .input-field input {
	border-radius: 3px;
	color: #9e9e9e;
	padding: 0 12px!important;
	max-width: 350px!important;
}
.login-form .input-field input:not(.browser-default) {
	box-sizing: border-box;
}
.login-form button.btn-flat {
	color: #9e9e9e;
}
/*Contenido genral*/
#mCSB_1_container {
	margin-right: 0!important;
}
/*Tablas*/
.dataTable thead tr th.buttons {
	max-width: 26px;
}

.dataTables_wrapper #example_length {
 display: none;
}
.dataTables_wrapper #example_filter label {
  position: relative;
}
.dataTables_wrapper #example_filter label i {
 	position: absolute;
	top: -4px;
	left: 4px;
	color: #9e9e9e;
	cursor: text;
	transition: .2s ease-out;
}
.dataTables_wrapper #example_filter label i.focus {
	color: #ECEFF1;
}
.dataTables_wrapper #example_filter label input {
	box-sizing: border-box;
	margin: 0 10px 0 0;
	padding: 0 12px 0 32px;
	color: #ECEFF1;
}
.dataTables_wrapper #example_filter label input:focus {
	border: none;
	border-bottom: 1px solid #ECEFF1;
	box-shadow: none;
	box-shadow: 0 1px 0 0 #ECEFF1;
}
table#example > tbody tr {
	background-color: rgba(0, 0, 0, 0.2)
}
table#example > tbody tr.odd {
  background-color: rgba(255, 255, 255, 0.1);
}
table#example > tbody tr.even {
  background-color: rgba(255, 255, 255, 0.2);
}
table#example tbody tr td .estado {
	padding: 2px 6px;
	font-size: 14px;
	color: rgba(255, 255, 255, 0.6);
	border-radius: 6px;
	height: 2px;
}
table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td:first-child::before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th:first-child::before {
	top: 30%;
}
table#example tbody tr td .edit-button,
table#example tbody tr td .delete-button {
	background-color: #1976d2;
	border: none;
	padding: 12px 5px 1px 5px;
	margin: 0 auto;
  border-radius: 6px;
  -webkit-appearance: none;
}
table#example tbody tr td .edit-button i {
	color: #ECEFF1;
	font-size: 22px;
}
table#example tbody tr td .delete-button {
  background-color: #b71c1c;
  cursor: pointer;
}
table#example tbody tr td .delete-button i {
	color: #ECEFF1;
	font-size: 22px;
}
.dataTables_wrapper #example_info {
	color: #ECEFF1;
}
.dataTables_wrapper #example_paginate .paginate_button {
	color: #ECEFF1!important;
}
.dataTables_wrapper #example_paginate .paginate_button:hover {
	border: none;
	background: transparent!important;
	background-color: #455a64!important;
}
.dataTables_wrapper #example_paginate .paginate_button.disabled {
	color: rgba(0, 0, 0, 0.2)!important;
}
.dataTables_wrapper #example_paginate .paginate_button.disabled:hover {
	background: transparent!important;
	background-color: transparent!important;
}
.dataTables_wrapper #example_paginate span .paginate_button.current {
	background: none;
	background-color: #455a64;
	border: none;
	box-shadow: 0 1px 3px 0 rgba(0,0,0,0.3);
}

/*Formularios*/
.input-field {
  position: relative;
}
.input-field input {
  color: #ECEFF1;
}

.input-field textarea {
  color: #ECEFF1;
}

.info-text {
  position: absolute;
  left: 0;
  top: 62px;
}
.info-text i {
  margin: 0 15px;
}

.foto-actual {
  margin-top: 14px;
}
.foto-actual img {
  width: 160px;
}

.color #color_picker {
	background-color: transparent;
  border: 0 transparent;
  height: 24px;
  width: 24px;
  padding: 0;
	position: absolute;
	top: 15px;
	right: 15px;
	cursor: pointer;
}

/*info*/
.breadcrumb-container {
	-webkit-box-shadow: none;
	box-shadow: none;
	background-color: transparent;
	height: 30px;
	line-height: 27px;
}
.breadcrumb-container .breadcrumb {
	font-size: 16px;
}
.breadcrumb-container .breadcrumb:last-child {
	color: rgba(255,255,255,0.7);
}
.breadcrumb-container .breadcrumb.active {
	color: #fff;
}

.img-container {
	width: 100%;
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: center;
	align-content: space-around;
}
.img-container .user-imgs {
	height: fit-content;
}
.img-container .user-imgs img {
	width: 8rem;
}

/* --------Footer */
.footer {
	color: #eceff1;
}
.footer.hidden {
	display: none;
}
.footer-copyright {
  height: 50px;
  line-height: 50px;
  font-weight: 300;
}
/*LoginPage*/
.form-footer {
	margin-top: 0;
	line-height: 1.5;
}

/* =======MediaQuerys======= */
@media (max-width: 767px){
  .sideNav{
    width: 40%;
    height: 100%;
    position: fixed;
    z-index: 1000;

    transform: translateX(-300%);
		-webkit-transform: translateX(-300%);

    transition: transform 1s ease-in-out;
    -webkit-transition: -webkit-transform 1s ease-in-out;
  }
  .sideNav-FontMenu{
    height: 100%;
    width: 100%;
    cursor: pointer;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 6;
    background-color: rgba(0,0,0,0.5);
  }
  .sideNav-content{
    width: 320px;
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
  }
  .ContentPage{
    width: 100%;
  }
  .sideNav-trigger {
    display: block;
  }
  .sideNav-close {
    display: block;
  }
	.row.content .bodie .add-button {
		position: relative;
		bottom: 0;
		left: 0;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
    .sideNav{
      width: 30%;
    }
    .ContentPage{
      width: 70%;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .sideNav{
      width: 25%;
    }
    .ContentPage{
      width: 75%;
    }
}

/* =======Animations======= */
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(22.5deg);
  }
  50% {
    transform: rotate(45deg);
  }
  75% {
    transform: rotate(67.5deg);
  }
  100% {
    transform: rotate(90deg);
  }
}

/* .sideNav-item {
  padding: 0 .75rem;
  padding-left: .75rem;
  margin-right: .75rem;
  color: #ECEFF1!important;
}
.sideNav-item::after {
  font-family: 'Material Icons';
  font-size: 18px;
  position: absolute;
  right: 16px;
  content: 'keyboard_arrow_down';
  color: #ECEFF1;
}
.sideNav-item.link::after {
  content: ''!important;
}
.sideNav-item .material-icons {
  margin-right: 10px!important;
  color: #ECEFF1!important;
}

.sideNav li > a {
  font-weight: 300;
}

.collapsible-sub li a .material-icons {
  margin-right: 7px!important;
  color: #ECEFF1!important;
  font-size: 18px!important;
  line-height: 51px!important;
}
.sideNav .collapsible-body li a, .sideNav.fixed .collapsible-body li a {
  padding: 0 1.40rem!important;
  margin: 0!important;

  color: #ECEFF1;
  background-color: #37474f;
  border-right: -0.9px solid #ECEFF1;
}
ul.collapsible-sub li .collapsible-body:hover {
  background-color: #455a64!important;
}
li.bold.active {
  border-right: 4px solid #ECEFF1;
}
 */
