/*-------------------------------*/
/*           VARIABLES           */
/*-------------------------------*/
body {
  position: relative;
  overflow-x: hidden;
}

.dropdown-toggle {
  color: #000000;
  background-color: #ffffff !important;
  background: #ffffff !important;
  border: 2px solid #bdc3c7;
}


.submenu1 {
  padding-left: 20px;
}


.navBarCabecera {
  padding-top: 10px;
  padding-bottom: 10px;
  position: fixed;
  width: 100%;
  z-index: 10;
  background-color: #EEEEEE;
}

/* Para asegurarnos de que la pantalla de selección de fecha nunca esté por debajo de nada. */
.ui-datepicker {
  z-index: 9999 !important;
}

#divLoading {
  display: none;
}

#divLoading.show {
  display: block;
  position: fixed;
  z-index: 999999 !important;
  background-image: url("../images/ajax-loader3.gif");
  background-color: #ffffff;
  opacity: 0.4;
  background-repeat: no-repeat;
  background-position: center;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
}

#loadinggif.show {

  left: 50%;
  top: 50%;
  position: absolute;
  z-index: 101;
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
}

div.content {
  width: 1000px;
  height: 1000px;
}



.page-header-atras {
  padding-bottom: 14px;
  margin: 5px 0 30px;
  border-bottom: 2px solid #e7e9ec;
}

.cabeceraTablaInforme {
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: 5px;
}

.cuerpoTablaInforme {
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: 5px;
}

#divInforme {
  background-color: #FFFFFF;
}

.trDiaFichado {
  border-bottom: 1px solid #000;
}


.divRangosHorarios {
  background-color: #f9f9f9;
  margin-right: 20px;
}

.divRangosHorarios * {
  padding: 5px 10px;
}

.textoBotonAccesible {
  font-size: 30px !important;
  color: white !important;
  font-weight: bold !important;
  text-decoration: none;
}

.botonAtras {
  font-size: 30px !important;
  font-weight: bold !important;
  text-decoration: none;
}

.botonAtras i {
  color: #FF0059;
}


.elementoCentrado {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.contenedorCentrador {
  text-align: center;
}

label {
  margin-left: 5px;
}

body,
html {
  height: 100%;
  /* background-color: #583e7e; */
}

.nav .open>a {
  background-color: transparent;
}

.nav .open>a:hover {
  background-color: transparent;
}

.nav .open>a:focus {
  background-color: transparent;
}

/*-------------------------------*/
/*           Wrappers            */
/*-------------------------------*/
#wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  padding-left: 0;
  transition: all 0.5s ease;
}

#wrapper.toggled {
  padding-left: 220px;
}

#wrapper.toggled #sidebar-wrapper {
  width: 220px;
}

#wrapper.toggled #page-content-wrapper {
  margin-right: -220px;
  position: absolute;
}

#sidebar-wrapper {
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  background: #1a1a1a;
  height: 100%;
  left: 220px;
  margin-left: -220px;
  overflow-x: hidden;
  overflow-y: auto;
  transition: all 0.5s ease;
  width: 0;
  z-index: 1000;
}

#sidebar-wrapper::-webkit-scrollbar {
  display: none;
}

#page-content-wrapper {
  padding-top: 70px;
  width: 100%;
  height: 100vh;
  /* valor mio. PRUEBA. */
}

#custom-sidebar-wrapper {
  height: auto !important;
  margin: 0 auto -100px;
  min-height: 100%;
  padding: 0 0 100px;
}

#sidebar-footer {
  height: 100px;
}

#sidebar-footer img {
  height: 60px;
}

#sidebar-footer span {
  font-size: 20px;
  color: #8e8882;
}


/* ESTILOS PROPIOS */
#footer-wrapper {
  min-height: 100%;
}

#footer-wrapper-main {
  overflow: auto;
  padding-bottom: 60px;
}

/*.custom-footer {
	font-size:12px;
	padding:10px;
	position:fixed;
	bottom:0;
	background-color:#292c2f;
}*/
.custom-footer {
  position: relative;
  /* margin-top: -60px; */
  /* height:60px; */
  clear: both;
  background-color: #E3E3E3;
  font: bold 14px sans-serif;
  /*padding-top:20px;*/
  padding: 20px 10px;
}

table tbody tr:hover {
  background-color: #d9edf7 !important;
  /* color:rgba(255, 255, 255, 1); */
}

.icon-background {
  color: #FF0059;
}

.row .form-inline .btn {
  margin-top: 10px;
}

.form-inline .form-control {
  display: block !important;
  width: 100% !important;
}

/* CSS used here will be applied after bootstrap.css */
.modal-header-success {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #5cb85c;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal-header-warning {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #f0ad4e;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal-header-danger {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #d9534f;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal-header-info {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #5bc0de;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal-header-primary {
  color: #fff;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #428bca;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal-header-custom {
  color: #fff !important;
  padding: 9px 15px;
  border-bottom: 1px solid #eee;
  background-color: #D92B68;
  -webkit-border-top-left-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-radius-topleft: 3px;
  -moz-border-radius-topright: 3px;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.modal-title,
.close {
  color: #ffffff;
  opacity: 1;
}

/*.modal-title {
	color:#ffffff;
}
.modal-header{
     background-color:#FF0059;
}
.modal-content {
    overflow:hidden;
}*/






/*h3 span.fa-stack {
	font-size: 30px;
}
h3 span {
	vertical-align:middle;
}*/
/*table tbody tr:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
}*/

table tbody tr td {
  vertical-align: middle !important;
}

/*td input[type="checkbox"] {
    float: left;
    margin: 0 auto;
    width: 100%;
}*/

.btn,
.form-control {
  border-radius: 2px !important;
}

.modal-content {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
}

.fa-sm {
  font-size: 0.7em !important;
}

/* FIN ESTILOS PROPIOS */



/*-------------------------------*/
/*     Sidebar nav styles        */
/*-------------------------------*/
.sidebar-nav {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 220px;
}

.sidebar-nav li {
  display: inline-block;
  line-height: 20px;
  position: relative;
  width: 100%;
}

.sidebar-nav li:before {
  background-color: #1c1c1c;
  content: '';
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 3px;
  z-index: -1;
}

.sidebar-nav li:first-child a {
  background-color: #1a1a1a !important;
  color: #ffffff !important;
}

.sidebar-nav li:before {
  /*background-color: #402d5c;*/
  background-color: #61041A;
}

.sidebar-nav li:hover:before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav li a {
  color: #dddddd;
  display: block;
  padding: 10px 15px 10px 30px;
  text-decoration: none;
}

.sidebar-nav li.open:hover before {
  -webkit-transition: width 0.2s ease-in;
  transition: width 0.2s ease-in;
  width: 100%;
}

.sidebar-nav .dropdown-menu {
  background-color: #222222;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0;
  padding: 0;
  position: relative;
  width: 100%;
}

.sidebar-nav li a:hover,
.sidebar-nav li a:active,
.sidebar-nav li a:focus,
.sidebar-nav li.open a:hover,
.sidebar-nav li.open a:active,
.sidebar-nav li.open a:focus {
  background-color: transparent;
  color: #ffffff;
  text-decoration: none;
}

.sidebar-nav>.sidebar-brand {
  font-size: 20px;
  height: 65px;
  line-height: 44px;
}

/*-------------------------------*/
/*       Hamburger-Cross         */
/*-------------------------------*/
.hamburger {
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: relative;
  width: 32px;
  z-index: 999;
  top: 0px;
}

/*
  background: transparent;
  border: none;
  display: block;
  height: 32px;
  margin-left: 15px;
  position: absolute;
  top: 20px;
  width: 32px;
  z-index: 999;

*/

.hamburger:hover {
  outline: none;
}

.hamburger:focus {
  outline: none;
}

.hamburger:active {
  outline: none;
}

.hamburger.is-closed:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-closed:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

.hamburger.is-closed:hover .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  top: 0;
}

.hamburger.is-closed:hover .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  bottom: 0;
}

.hamburger.is-closed .hamb-top {
  -webkit-transition: all 0.35s ease-in-out;
  /* background-color: rgba(255, 255, 255, 0.7); */
  background-color: rgba(0, 0, 0, 0.6);
  top: 5px;
}

.hamburger.is-closed .hamb-middle {
  /* background-color: rgba(255, 255, 255, 0.7); */
  background-color: rgba(0, 0, 0, 0.6);
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-closed .hamb-bottom {
  -webkit-transition: all 0.35s ease-in-out;
  /* background-color: rgba(255, 255, 255, 0.7); */
  background-color: rgba(0, 0, 0, 0.6);
  bottom: 5px;
}

.hamburger.is-closed .hamb-top,
.hamburger.is-closed .hamb-middle,
.hamburger.is-closed .hamb-bottom,
.hamburger.is-open .hamb-top,
.hamburger.is-open .hamb-middle,
.hamburger.is-open .hamb-bottom {
  height: 4px;
  left: 0;
  position: absolute;
  width: 100%;
}

.hamburger.is-open .hamb-top {
  -webkit-transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #fff;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open .hamb-middle {
  background-color: #fff;
  display: none;
}

.hamburger.is-open .hamb-bottom {
  -webkit-transform: rotate(-45deg);
  -webkit-transition: -webkit-transform 0.2s cubic-bezier(0.73, 1, 0.28, 0.08);
  background-color: #fff;
  margin-top: -2px;
  top: 50%;
}

.hamburger.is-open:before {
  -webkit-transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  color: #ffffff;
  content: '';
  display: block;
  font-size: 14px;
  line-height: 32px;
  opacity: 0;
  text-align: center;
  width: 100px;
}

.hamburger.is-open:hover before {
  -webkit-transform: translate3d(-100px, 0, 0);
  -webkit-transition: all 0.35s ease-in-out;
  display: block;
  opacity: 1;
}

/*-------------------------------*/
/*          Dark Overlay         */
/*-------------------------------*/
.overlay {
  position: fixed;
  display: none;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 1;
}

/* SOME DEMO STYLES - NOT REQUIRED */
body,
html {
  /* background-color: #583e7e; */
  background-color: #ffffff;
}

body h1,
body h2,
body h3,
body h4 {
  /* color: rgba(255, 255, 255, 0.9); */
  color: rgba(0, 0, 0, 0.9);
}

body p,
body blockquote {
  /* color: rgba(255, 255, 255, 0.7); */
  color: rgba(0, 0, 0, 0.7);
}

body a {
  /* color: rgba(255, 255, 255, 0.8); */
  color: rgba(0, 0, 0, 0.8);
  text-decoration: underline;
}

body a:hover {
  /* color: #fff; */
  color: rgba(0, 0, 0, 0.6);
}