/* HELPERS */
.color2-app{
	background: #003c70!important;
}

.color2-app-text{
	color: #292c96!important;
}

.border-color2-app{
	border: solid 2px #003c70;
}

.color-app{
	background: #6c6c6c!important;
}

.color-app-text{
	color: #5c5c5c!important;
}

.block{
	display: block!important;
}

.bold{
	font-weight: 500;
}

.disnone{
	display: none!important;
}

.padding10{
	padding: 10px!important;
}

.no-margin{
	margin: 0!important;
}

.margin3{
	margin: 3px;
}

.error{
	padding: 3px;
	border-radius: 5px;
	margin-bottom: 15px;
	background: #db2c1b;
}

.height100{
	height: 100px;
	line-height: 100px;
}

.height50{
	height: 50px;
	line-height: 50px;
}

.full-width{
	width: 100%;
}

.margin-top-10{
	margin-top: 10px;
}

.margin-top-20{
	margin-top: 20px;
}

.margin-top-30{
	margin-top: 30px;
}

.margin-top-40{
	margin-top: 40px;
}

img.rounded{
	border-radius: 50%;
}

img.center, div.center{
	margin:0 auto;
	display: block;
}

div.center.valign-wrapper{
	display: flex;
}

.relative{
	position: relative!important;
}

.mb10{
	margin-bottom: 10px!important;
}

/* GENERALES */

body{
	background: #F5F5F5;
  background: url("/img/background.png");
}

.container{
  border: 1px solid rgb(0, 0, 0, 0.1);
  border-radius: 5px;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left:0.7em;
  padding-right:0.7em;
  padding-top:0.3em;
  padding-bottom:0.7em;
  background-color: rgb(255, 255, 255, 0.5);
}

.input-field{
  margin-top: 1.5rem;
}

.container .row{
  margin-left: 0;
  margin-right: 0;
  padding: 0.3em;
  padding: 0.3em;
}

.card{
  border-radius: 0.3em;
  margin-bottom: 0.1em;
  background-color: #ffffff;
}

.row{
  /* border-radius: 5px;
  background-color: rgb(255, 255, 255, 1);
  border: 1px solid rgb(0, 0, 0, 0.2); */
  margin-bottom: 0.1em;
}

/* BOTONES DATATABLES (COPY, EXCEL, CSV, PDF) */
.dt-buttons .buttons-copy{
  border: none;
  border-radius: 2px;
  background-color: #003c70;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
}

.dt-buttons .buttons-copy:hover{
  background-color: grey;
}

.dt-buttons .buttons-excel{
  border: none;
  border-radius: 2px;
  background-color: #003c70;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
}

.dt-buttons .buttons-excel:hover{
  background-color: grey;
}

.dt-buttons .buttons-csv{
  border: none;
  border-radius: 2px;
  background-color: #003c70;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
}

.dt-buttons .buttons-csv:hover{
  background-color: grey;
}

.dt-buttons .buttons-pdf{
  border: none;
  border-radius: 2px;
  background-color: #003c70;
  color: #ffffff;
  padding-top: 2px;
  padding-bottom: 2px;
}

.dt-buttons .buttons-pdf:hover{
  background-color: grey;
}

/* BOTON BACK */
a.btn.btnback {
  z-index: 1;
	float: left;
  position: absolute;
	margin-top: 5px;
	margin-left: 5px;
	padding-left: 0px;
  background-color: #Ef6C00;
}

a.btn.btnback:hover {
  background-color: #26A69A;
}

a.btn.btnback:active {
  background-color: #26A69A;
}

a.btn.btnback:visited {
  background-color: #26A69A;
}

/* BOTON UP */
#buttonUp {
  display: inline-block;
  background-color: #ef6c00;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 4px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  transition: background-color .3s, 
    opacity .5s, visibility .5s;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
}
#buttonUp::after {
  content: "\f077";
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 2em;
  line-height: 50px;
  color: #fff;
}
#buttonUp:hover {
  cursor: pointer;
  background-color: #26a69a;
}
#buttonUp:active {
  background-color: #ef6c00;
}
#buttonUp.show {
  opacity: 1;
  visibility: visible;
}

/* Styles for the content section */

.content {
  width: 77%;
  margin: 50px auto;
  font-family: 'Merriweather', serif;
  font-size: 17px;
  color: #6c767a;
  line-height: 1.9;
}
@media (min-width: 500px) {
  .content {
    width: 43%;
  }
  #buttonUp {
    /* margin: 30px; */
  }
}
.content h1 {
  margin-bottom: -10px;
  color: #03a9f4;
  line-height: 1.5;
}
.content h3 {
  font-style: italic;
  color: #96a2a7;
}

/* NAV */

nav .dropdown-content{
	top: 64px!important;
	width: 200px!important;
	right:0px!important;
}

li.li-title {
    background: #003c70!important;
    cursor: default;
}

li.li-title p {
	font-size: 18px;
	margin:0px;
	font-weight: 400;
	text-align: center;
    position: relative;
    top: 12px;
    color: white;
}

nav ul li:hover {
    background: #003c70;
}

ul.side-nav li:hover a, ul.side-nav li:hover a i {
    color:white!important;
}

li.no-hover .select-wrapper {
    top: 10px;
}

li.no-hover  {
    background: #051b2d!important;
    height: 64px;
}

nav li a i.right{
	margin: 0!important;
	width: 100%;
}

.input-field.cambio-rol{
	width: 100px;
}

@media screen and (min-width: 1167px) {
    nav li a i.right{
		margin: 0!important;
		padding: 0 6px;
		width: 100%;
	} 

}

@media screen and (min-width: 1167px) {
    .input-field.cambio-rol{
		width: 120px;
	}
}

@media screen and (min-width: 1210px) {
    .input-field.cambio-rol{
		width: 100%;
	}
}

.input-field.buscador{
	margin-top: 0px;

}

nav{
	background-color: #051b2d; 
}

#icon-principal {
    height: 56px;
    margin-top: 4px;
    line-height: 56px;
    margin-left: 4px;
    background: rgba(255,255,255, 1);
    border-radius: 3px;
}

#icon-movil{
	padding: 40px 10px;
    width: 100%;
}

#icon-principal.center{
	margin: 5px auto;
}

.side-nav .collapsible-header{
	padding: 0 32px!important;
}


a#botonatras i {
    transform: rotate(45deg);
}

a#botonatras span {
	position: relative;
	right: 8px;
}

#botonatras {
    padding: 0 0.65rem;
    position: absolute;
    top: 71px;
}

label{
	font-size: 1rem!important;
}

.border-top{
	border-top: 2px black solid;
}

.img-login-logo{
	margin: 0 auto;
    display: block;
    padding: 40px 0;
    margin-top: 30px;
}

.waves-effect.waves-color-app .waves-ripple{
	background-color: rgba(41, 44, 150, 0.65);
}

.autocomplete-content {
    width: 95%;
    position: absolute;
}

.input-field .prefix.icon {
    position: absolute;
    margin-top: 8px;
    right: 0px;
    width: 3rem;
    font-size: 2rem;
    -webkit-transition: color .2s;
    transition: color .2s;
}

.tablesorter thead th{
	cursor: pointer;
}

table {
  /*background: #003c70;*/
}

table thead {
  /*color: #ffffff;*/
}

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

.tab a.active, .tab a:hover{
	color: #292c96!important;
	font-weight: bold;
}

a.btn{
	background-color: #003c70;
}

a:hover.btn{
  background-color: grey;
}




/* ICONOS */

@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: url(https://fonts.gstatic.com/s/materialicons/v30/2fcrYFNaTjcS6g4U3t-Y5ZjZjT5FdEJ140U2DJYC3mY.woff2) format('woff2');
}

.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: normal;
  text-transform: none;
  display: inline-block;
  white-space: nowrap;
  word-wrap: normal;
  direction: ltr;
  -webkit-font-feature-settings: 'liga';
  -webkit-font-smoothing: antialiased;
}

.buscador .close{
	top: 10px!important;
}

select.select{
    background-color: rgb(41, 44, 150);
    color: white;
    border: black solid 3px;
    border-radius: 10px;
}

select.select:focus{
	outline: none;
}

nav ul a.dropdown-button{
	width: 100%;
	height: 64px;
}

.modal{
	width: 55%;
	/* height: 90%!important; */
	max-height: 80%!important;
}

.picker__wrap{
    width: 80%;
    margin: 0 auto;
}
.picker__list{
	width: 100%;
}
.picker__list-item{
    text-align: center;
}

.card .min-span{
	position: absolute;
	bottom: 0;
	line-height:24px; 
	font-size: 12px;
}

.no-overflow{
	overflow: hidden;
}

.pointer{
	cursor: pointer;
}

.dataTables_wrapper .dataTables_filter {
float: left;
text-align: left;
}
.dataTables_wrapper .dataTables_filter input {
margin-left: 0;
}

.w100, .full{
	width: 100%;
}

.no_margin{
    margin: 0!important;
}

.height200{
    /*padding: 10px;*/
    height: 110px;
    line-height: 40px;
}
.height200 i{
    font-size: 30px;
}

.btn_hover:hover{
    background: #ddd!important;
}

.btn_hover:hover{
    font-size: 18px;
    color: #003c70;
}

main{
    overflow-x: auto;
    min-height: calc(100vh - 64px);
}

#btn_volver{
	padding-left: 7px;
	padding-right: 11px;
	position: absolute;
}

#btn_volver i{
	margin-right: 0px;	
}

/*header, main, footer {
  	padding-left: 300px;
}

@media only screen and (max-width : 992px) {
	header, main, footer {
		padding-left: 0;
	}
}*/

/* Search Field */
input[type=date]:not(.browser-default) + label:after,
textarea.materialize-textarea + label:after {
  display: block;
  content: "";
  position: absolute;
  top: 60px;
  left: 0;
  opacity: 0;
  -webkit-transition: .2s opacity ease-out, .2s color ease-out;
  transition: .2s opacity ease-out, .2s color ease-out;
}

.input-field input[type=date] {
  display: block;
  line-height: inherit;
  padding-left: 4rem;
  width: calc(100% - 4rem);
}

.input-field input[type=date]:focus {
  background-color: #fff;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #444;
}

.input-field input[type=date]:focus + label i,
.input-field input[type=date]:focus ~ .mdi-navigation-close,
.input-field input[type=date]:focus ~ .material-icons {
  color: #444;
}

.input-field input[type=date] + label {
  left: 1rem;
}

.input-field input[type=date] ~ .mdi-navigation-close,
.input-field input[type=date] ~ .material-icons {
  position: absolute;
  top: 0;
  right: 1rem;
  color: transparent;
  cursor: pointer;
  font-size: 2rem;
  -webkit-transition: .3s color;
  transition: .3s color;
}