:root { 
    --white: #ffffff;
    --blue: #00205B;
    --red: #0c6824;
    --black: #000000;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic.eot');
    src: url('fonts/CenturyGothic.eot?#iefix') format('embedded-opentype'),
        url('fonts/CenturyGothic.woff2') format('woff2'),
        url('fonts/CenturyGothic.woff') format('woff'),
        url('fonts/CenturyGothic.ttf') format('truetype'),
        url('fonts/CenturyGothic.svg#CenturyGothic') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Century Gothic';
    src: url('fonts/CenturyGothic-Bold.eot');
    src: url('fonts/CenturyGothic-Bold.eot?#iefix') format('embedded-opentype'),
        url('fonts/CenturyGothic-Bold.woff2') format('woff2'),
        url('fonts/CenturyGothic-Bold.woff') format('woff'),
        url('fonts/CenturyGothic-Bold.ttf') format('truetype'),
        url('fonts/CenturyGothic-Bold.svg#CenturyGothic-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
html, body {
    height: 100%;
}
body { 
    font-family: 'Roboto', sans-serif;
    background: #fff; 
    font-weight: 300; 
    font-size: 14px; 
    color: #000;
    margin: 0;
    padding: 78px 0 0 0;
}
a, a:hover { 
    text-decoration: none; 
    color: var(--blue);
}
img { 
    max-width: 100%; 
}
.pagina-admin {
    height: 100%;
    background-size: cover;
}
.container-fluid, .container { 
    width: 1350px; 
    max-width: 100% !important; 
    margin: 0 auto; 
}
.clear { 
    clear: both; 
}
.right { 
    text-align: right; 
}
.left { 
    text-align: left; 
}
.justify { 
    text-align: justify; 
}
.center { 
    text-align: center; 
}
.alert { 
    padding: 10px 15px; 
}
h1, h2, h3, h4 { 
    font-family: 'Roboto', sans-serif;
    color: var(--blue); 
    font-weight: normal;
}
.height10 {
    height: 10px;
}
.height20 {
    height: 20px;
}
.height30 {
    height: 30px;
}
.height50 {
    height: 50px;
}
.red {
    color: var(--red);
}
.blue {
    color: var(--blue);
}
.bg-red {
    background: var(--red);
}
.bg-blue {
    background: var(--blue) !important;
}
/** HEADER **/ 
header {
    text-align: center;
    padding: 10px 0;
    background: #fff;
    background-size: cover;
    margin-top: 0;
    margin-bottom: 50px;
    -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1); 
    box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.1);
}
header.logoleft {
    text-align: left;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 1000;
    width: 100%;
}
header .logo {
    padding: 0 15px;
}
header .logo img {
    width: 186px;
}
.pagina-admin {
    padding-bottom: 40px;
    min-height: 500px;
}
input, select, textarea {
    border: 1px solid #D2D2D2;
    padding: 12px 15px;
    margin-bottom: 14px;
    color: #333;
    width: 100%;
    background: #fff;
    border-radius: 6px;
}
.pagina-admin input.boton, .boton {
    padding: 12px 30px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 500;
    background: var(--red);
    border: none;
    outline: none;
    font-weight: bold;
    font-size: 0.9em;
    text-transform: uppercase;
    border-radius: 6px;
    display: inline-block;
}
a.boton:hover {
    color: #fff;
}
.pagelogin {
  width: 400px;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  color: #000;
  background: rgba(0,0,0,0.05);
  padding: 20px 30px;
  border-radius: 8px;
}
.pagelogin h3 {
    color: #000;
    text-align: center;
    font-weight: normal;
    font-size: 22px;
}
.pagelogin a {
    color: var(--blue);
}
.logologin {
    width: 220px;
}
.alert.alert-danger {
    color: var(--red);    
}
.alert.alert-info, .alert.alert-success {
    color: var(--blue);    
}
.sidenav {
    height: 100%; 
    width: 260px; 
    position: fixed; 
    z-index: 1; 
    top: 0; 
    left: 0;
    background-color: var(--red);
    overflow-x: hidden; 
    padding-top: 60px; 
    transition: 0.5s; 
    -webkit-box-shadow: 1px 0px 20px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 1px 0px 20px 0px rgba(0,0,0,0.15);
    box-shadow: 1px 0px 20px 0px rgba(0,0,0,0.15);
    padding-top: 80px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 16px;
    color: #818181;
    display: block;
    transition: 0.3s;
    white-space: nowrap;
}
.sidenav .closebtn {
    display: none;
    position: absolute;
    top: 0;
    right: 15px;
    font-size: 36px;
    margin-left: 50px;
    opacity: 1 !important;
    color: #111 !important;
    margin-top: 0;
    padding-top: 0;
    padding-right: 0;
}
.abrirmenu {
    display: none;
    position: absolute;
    top: 2px;
    right: 15px;
    color: var(--blue);
    font-size: 23px;
    font-weight: normal;
    cursor: pointer;
}
.menu-administracion { 
    margin-bottom: 30px; 
    font-size: 14px; 
}
.menu-administracion ul { 
    list-style-type: none; 
    margin: 0; 
    padding: 0; 
}
.menu-administracion ul li { 
    width: 100%; 
    padding: 0; 
    border-bottom: 1px solid #0b571e; 
    text-transform: uppercase; 
    font-size: 14px; 
}
.menu-administracion ul li i { 
    margin-right: 8px; 
}
.menu-administracion ul li a {
  color: #fff;
  display: block;
  width: 100%;
  padding: 13px 14px;
  background: #fff;
  transition: all .2s ease-in-out;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  font-size: 13px;
  font-weight: normal;
  background: transparent;
}
.menu-administracion ul li a:hover, .menu-administracion ul li a.active { 
    background: #fff;
    color: var(--red);
}
img.seguridad {
    width: 170px;
    margin-bottom: 40px;
}
.tabla { 
    width: 100%; 
    margin-bottom: 20px;
}
.tabla tr:nth-child(2n) { 
    background: #f8f8f8; 
}
.tabla th {
    padding: 12px 7px;
    font-size: 10px;
    text-transform: uppercase;
    border-bottom: 1px solid #d0d0d0;
    background: #2c2e2d;
    color: #fff;
}
.tabla td {
  padding: 10px 7px;
  font-size: 12px;
  border-bottom: 1px solid #f0f0f0;
  color: #111;
  text-transform: uppercase;
}
.alert {
  padding: 15px 15px;
}
.tabla i { 
    font-size: 14px; 
    padding: 3px 6px; 
}
.tabla .opciones { 
    text-align: center; 
}
.tabla .opciones a {
    display: inline-block;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center;
    border-radius: 2px;
    background: var(--blue);
    color:#fff;
    width: 34px;
}
.tabla .opciones a.danger {
    background: var(--red);
}
#pswd_info {
    position: absolute;
    bottom: inherit;
    right: 0;
    width: 100%;
    padding: 15px;
    background: #fff;
    font-size: 12px;
    border-radius: 5px;
    border: 1px solid #d0d0d0;
    left: 0;
    top: 48px;
    color: #333;
    background: rgba(255,255,255,1);
    z-index: 100;
    -webkit-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    -moz-box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
    box-shadow: 2px 2px 10px 0px rgba(0,0,0,0.5);
}
#pswd_info h4 {
    margin: 0 0 10px 0;
    padding: 0;
    font-weight: 400;
    font-size: 14px;
}
#pswd_info strong {
    font-weight: 400;
}
#pswd_info ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
#pswd_info ul li {
    margin-bottom: 4px;
}
.invalid {
    background:url(images/invalid.png) no-repeat left 3px;
    padding-left:20px;
    background-size: 12px;
}
.valid {
    background:url(images/valid.png) no-repeat left 3px;
    padding-left:20px;
    background-size: 12px;
}
#pswd_info {
    display:none;
}
.password-container {
    position: relative;
}
label {
    font-weight: 300;
    display: block;
}
input[type="checkbox"] {
    margin: 0 6px 0 0 ;
    padding: 0;
    width: auto;
    height: auto;
}
.pagina {
  padding-top: 40px;
  padding-left: 260px;
}
input.alerta1, span.alerta1, input.verde {
  background: #e8fad8;
  border: 1px solid #c4f29c !important;
}
input.alerta2, span.alerta2, input.amarillo {
  background: #fbf5d7;
  border: 1px solid #ffed8e !important;
}
input.alerta3, span.alerta3, input.naranja {
  background: #ffddc6;
  border: 1px solid #f9c19b !important;
}
input.alerta4, span.alerta4, input.rojo {
  background: #febcbc;
  border: 1px solid #f79999 !important;
}
input.alerta1, input.alerta2, input.alerta3, input.alerta4 {
    width: 100px;
}
tr.vencido td {
    background: #f5cfcf;
}
tr.rojo td.total {
    background: #f6aaaa;
}
tr.bronce td.total {
    background: #e3c185;
}
tr.plata td.total {
    background: #e3e4e5;
}
tr.oro td.total {
    background: #f6cd4e;
}
th.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: hidden;
    max-width: 60px;
    text-align: center;
}
@media(min-width: 767px) {
    .enunciado {
        text-align: right;
        padding-top: 2px;
    }
}
.maximo {
    position: relative;
}
.maximo span {
    font-size: 0.9em;
    color: #666;
}
.paginacion a, .paginacion span {
    display: inline-block;
    border: 1px solid #d0d0d0;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 27px;
    margin: 0 2px;
}
.paginacion span.disabled {
    opacity: 0.5;
}
.paginacion span.current {
    background: var(--blue);
    color: #fff;
}
.tabla-responsive {
    overflow-x: auto;
}
.tabla-responsive table {
    min-width: 800px;
}
.maincontent {
    /*
    max-width: 100%;

    overflow-x: auto;
    */
}
.leyenda label {
    display: inline-block;
    font-weight: 300;
    margin-right: 6px;
    white-space: nowrap;
    margin-bottom: 6px;
}
.leyenda span {
    display: inline-block;
    width: 14px;
    height: 14px;
    position: relative;
    top: 2px;
}
h5 {
    font-size: 16px;
}
#form_checklist small {
    font-size: 14px;
}
.preguntas input[type="radio"] { 
    display: inline-block; 
    opacity: 0; 
    position: absolute; 
}
.preguntas input[type="checkbox"] { 
    display: inline-block; 
    opacity: 0; 
    position: absolute; 
}
.preguntas label { 
    font-weight: normal; 
    vertical-align: top; 
    margin: 0; 
    padding: 5px 10px 8px 32px; 
}
.preguntas label { 
    background: url(images/noseleccionado.png) no-repeat left 6px; 
    background-size: 24px;
}
.preguntas label.true.seleccionado { 
    background: url(images/true_seleccionado.png) no-repeat left 6px;
    background-size: 24px; 
}
.preguntas label.false.seleccionado { 
    background: url(images/false_seleccionado.png) no-repeat left 6px; 
    background-size: 24px; 
}
.fileuploader-input .fileuploader-input-button {
    padding: 14px 18px !important;
    text-align: center !important;
    background: #fff !important;
    border: 2px dashed #ccc !important;
    color: #333 !important;
}
form.noedit input[type="text"], form.noedit input[type="tel"], form.noedit input[type="email"] {
    cursor: not-allowed;
    background: #f2f2f2;
}

@media(max-width: 1200px) {
    .pagina {
        padding-left: 0;
    }
    .abrirmenu {
        display: block;
        top: 11px;
    }
    .sidenav {
        width: 0; 
    }
    .sidenav.opener {
        width: 260px;
    }
}


.sucursales .iframe iframe {
  width: 100%;
  max-width: 100%;
  height: 300px;
  border: 1px solid #f0f0f0;
}
