@import url('https://fonts.googleapis.com/css?family=Roboto:300,400,500,700,900');

* {
    border: 0 none;
    margin: 0;
    padding: 0;
}

body {
    font-family: 'Titillium Web', sans-serif !important;
    font-size: 14px;
    background-color: #fff !important;
}

.bg-central {
    height: 100%;
}

.cabecera {
    height: 60px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 6px -6px #777777;
    -moz-box-shadow: 0 5px 6px -6px #777777;
    box-shadow: 0 5px 6px -6px #777777;
    border-radius: 0px;
    padding: 0px 40px;
}





.cabecera h1 {
    font-size: 18px;
    color: #233444;
    font-weight: 300;
    margin-top: 20px;
    text-align: center;
}

.cabecera h1 span {
    font-weight: 600;
}

.contenido-central {
    min-height: 400px;
    padding-top: 96px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
}

.header-top-logo {
    background-color: #004351;
    height: auto;
    margin-bottom: 0px;
}

.header-top-logo img{
    margin:auto;
    display:block;
    padding-top:20px;
    padding-bottom:20px;
}

.header-central {
    background-color:#00343E;
    height: 65px;
    position: fixed;
    width: 80%;
    z-index: 2;
}

.header-central h1 {
    text-align: left;
    font-size: 16px;
    color: #fff;
    font-weight: 300;
    margin-top: 0px;
    padding-top: 23px;
    padding-left: 30px;
}

.header-central h1 span{
    font-weight:600;
    color: #000;
}


.header-central span{
    display:block;
    text-align:right;
    color: #fff;
    padding-top:22px;
    font-size:15px;
    font-weight:normal;
}

.col-izq {
    width: 20%;
    float: left;
    position: fixed;
}
/*
*::-webkit-scrollbar{
    display: none;
}*/

.col-der {
    width: 80%;
    float: right;
    height: 100%;
    min-height: 10px;
}

.sinpad {
    padding-left: 0px;
    padding-right: 0px;
}

.menu-lateral {
    /*min-width: 260px;*/
    background-color: #004351;
    border-radius: 0px;
    height: 100%;
    /*233444*/
    -webkit-box-shadow: 4px 0px 6px -7px #777777;
    -moz-box-shadow: 4px 0px 6px -7px #777777;
    box-shadow: 4px 0px 6px -7px #777777;
    overflow-y: auto;
}
/*#page-content::-webkit-scrollbar{
    display:none;
}*/
/* SCROLL NAVEGADOR

#menuPaginas::-webkit-scrollbar {
  width: 8px;
}

#menuPaginas::-webkit-scrollbar-track {  
  border-radius: 0px;
  background: #ccc; 
}
 
#menuPaginas::-webkit-scrollbar-thumb {
  background: #16a2d2; 
  border-radius: 0px;
}

#menuPaginas::-webkit-scrollbar-thumb:hover {
  background: #16a2d2; 
}

 SCROLL NAVEGADOR */



.botonera ul{
    padding:0px;    
}

li {list-style:none;}

.botonera li a {
    color: #fff;
    display: block;
    padding: 13px 10px 7px 60px;
    width: 100%;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
    font-size: 15px;
}


.botonera li a.active, .botonera li a:hover {
    background-color: #00333E;
    border-left: 3px solid #00A69C;
}

.botonera li a:hover {
    transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; 
}

.botonera li a span {
    display: inline-block;
    vertical-align: middle;
}

.botonera li a span {
    padding: 5px 0;
} 
 
.botonera li a span.text {
    padding: 10px 0;   
}

.box-usuario{
    height:70px;
    margin: 20px auto 30px;
}

.box-usuario .img-user img{
    margin:auto;
    display:block;
}

.nombre-usuario {
    width: 200px;
    margin: auto;
}

.nombre-usuario a span {
    color: #fff;
    font-size: 15px;
    text-align: center;
    font-weight: 600;
    margin-top: 5px;
    font-style: normal;
    display: block;
    text-transform: uppercase;
}

.nombre-usuario ul li a span:after {
    content: "";
    width: 10px;
    height: 10px;
    top: 5px;
    right: 0px;
    position: absolute;
    background-image: url("../../Images/ic_drop_menu.png");
    /*margin-right: -10%;*/
}

.ic-drop {
    width: 10px;
    height: 10px;
    background-image: url("../../Images/ic_drop_menu.png");
}

.ic-empresa{
    margin-top:14px;
    margin-right:7px;
}

.ic-empresa, .nombre-empresa{
    float:left;
}

.box-empresa{
    padding-right: 30px;
}    


.botonera img{
    float: left;
    margin-right: 10px;
    margin-left: 15px;
    margin-top: 3px;
}

.botonera li{
    position:relative;
}


#ContentPlaceHolderContainer_lnk_SubirDocumento:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic_menu_enviardoc.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}


#ContentPlaceHolderContainer_hlnk_policy:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic_menu_politicas.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}

#ContentPlaceHolderContainer_hlnk_configurations:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic_menu_configuracion.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}


#ContentPlaceHolderContainer_hlnk_pcrUsers:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic-menu-eje.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}


#ContentPlaceHolderContainer_hlnk_upload:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic_menu_subir.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}


#ContentPlaceHolderContainer_hlnk_SubirDocumentos:before {
    content: " ";
    width: 31px;
    height: 31px;
    background-image: url(../../Images/ic_menu_subir_2_0.png);
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

#ContentPlaceHolderContainer_hlnk_SubirDocumentos:after {
    content: "NUEVO";
    display:none;
    width: 45px;
    height: 14px;
    background-color:dodgerblue;
    text-align: center;
    border-radius: 10px;
    font-size: 8pt;
    /*background-image: url(../../Images/label-nuevo.png);*/
    position: absolute;
    right: 5px;
    top: 3px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}





#ContentPlaceHolderContainer_lnk_tabStatus:before {
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic_menu_descargas.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}

#ContentPlaceHolderContainer_lnk_tab1:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic_menu_bandeja.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}

#ContentPlaceHolderContainer_lnk_tabHome:before {
    content: " ";
    width: 31px;
    height: 31px;
    background-image: url("../../Images/ic-menu-dashboard.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}


#ContentPlaceHolderContainer_hlnk_tab1:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic-menu-eje.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}

#ContentPlaceHolderContainer_hlnk_tab2:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic-menu-eje.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}


#ContentPlaceHolderContainer_hlnk_ayuda:before {
    content: " ";
    width: 31px;
    height: 31px;
    background-image: url(../../Images/ic-ayuda.png);
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

/*#ContentPlaceHolderContainer_hlnk_tab3:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic-menu-eje.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}*/

#ContentPlaceHolderContainer_lnk_tab4:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic_menu_empleado.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}

#ContentPlaceHolderContainer_hlnk_tab5:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic_menu_certificado.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}

#ContentPlaceHolderContainer_hlnk_ScannerCodigoQR:before {
    content: " ";
    width: 31px;
    height: 31px;
    background-image: url("../../Images/ic-registrar-ingreso.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

@media screen (max-width:1100px){
    #ContentPlaceHolderContainer_hlnk_SubirDocumentos:after {
        content: " ";
        width: 64px;
        height: 19px;
        background-image: url(../../Images/label-nuevo.png);
        position: absolute;
        right: 20px;
        top: 38px;
        transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
    }
   
}


#ContentPlaceHolderContainer_hlnk_ReporteAsistencia:before {
    content: " ";
    width: 31px;
    height: 31px;
    background-image: url("../../Images/ic-asistencia.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

#ContentPlaceHolderContainer_hlnk_tab6:before {
    content: " ";
    width: 31px;
    height: 31px;
    background-image: url("../../Images/ic_menu_secciones.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -webkit-transition: all .3s ease-out;
}

#ContentPlaceHolderContainer_hlnk_tab7:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic_menu_sucursales.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}

#ContentPlaceHolderContainer_hlnk_tab8:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic_menu_eventos.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}

#ContentPlaceHolderContainer_hlnk_tab9:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic_menu_def_doc.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}

#ContentPlaceHolderContainer_lnk_tab10:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic_menu_seguridad.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}

#ContentPlaceHolderContainer_hlnk_tab11:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic_menu_firma.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}

#ContentPlaceHolderContainer_hlnk_tab12:before{
    content:" ";
    width:31px;
    height:31px;
    background-image: url("../../Images/ic_menu_empresa.png");
    position: absolute;
    left: 20px;
    top: 8px;
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}


.item-ref {
    display: inline-block;
}

.botonera li:hover > #ContentPlaceHolderContainer_hlnk_tab1:before,
.botonera li:hover > #ContentPlaceHolderContainer_hlnk_tab2:before,
/*.botonera li:hover > #ContentPlaceHolderContainer_hlnk_tab3:before,*/
.botonera li:hover > #ContentPlaceHolderContainer_lnk_tab4:before,
.botonera li:hover > #ContentPlaceHolderContainer_hlnk_tab5:before,
.botonera li:hover > #ContentPlaceHolderContainer_hlnk_tab6:before,
.botonera li:hover > #ContentPlaceHolderContainer_hlnk_tab7:before,
.botonera li:hover > #ContentPlaceHolderContainer_hlnk_tab8:before,
.botonera li:hover > #ContentPlaceHolderContainer_hlnk_tab9:before,
.botonera li:hover > #ContentPlaceHolderContainer_lnk_tab10:before,
.botonera li:hover > #ContentPlaceHolderContainer_hlnk_tab11:before,
.botonera li:hover > #ContentPlaceHolderContainer_hlnk_tab12:before,
.botonera li:hover > #ContentPlaceHolderContainer_lnk_tabStatus:before,
.botonera li:hover > #ContentPlaceHolderContainer_hlnk_upload:before,
.botonera li:hover > #ContentPlaceHolderContainer_hlnk_pcrUsers:before,
.botonera li:hover > #ContentPlaceHolderContainer_hlnk_policy:before,
.botonera li:hover > #ContentPlaceHolderContainer_hlnk_configurations:before{
    left: 23px;
    transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; 
}


#page-content {
	min-height: 490px;	
	position: relative;
	border-radius: 0 0 5px 5px; -webkit-border-radius: 0 0 5px 5px; -moz-border-radius: 0 0 5px 5px;
	behavior: url(/Styles/PIE.htc);
	*behavior: none; /* IE 7 g.v. 02/09/2015 */ 
	*z-index: -10; /* IE 7 g.v. 02/09/2015 */   
}


.contenido-central h2.title{
    margin-top:0px;
}

.menu-activado {
    background-color: #00333E;
    border-left: 3px solid #00A69C;
}



.botonera li.menu-activado > #ContentPlaceHolderContainer_hlnk_tab1:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_hlnk_tab2:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_lnk_tab4:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_hlnk_tab5:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_hlnk_tab6:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_hlnk_tab7:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_hlnk_tab8:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_hlnk_tab9:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_lnk_tab10:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_hlnk_tab11:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_hlnk_tab12:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_lnk_tabStatus:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_hlnk_upload:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_hlnk_pcrUsers:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_hlnk_policy:before,
.botonera li.menu-activado > #ContentPlaceHolderContainer_hlnk_configurations:before{
    left: 17px;
    transition: all 0.2s ease-in; -moz-transition: all 0.2s ease-in; -webkit-transition: all 0.2s ease-in; 
}



.btn-primario {
    background-color: #00A69C;
    color: #fff;
}

.btn-primario:hover, .btn-primario:focus {
    background-color: #007C74;
    color: #fff !important;
}

.btn-secundario{
    background-color:#3bbeb0;
    color:#fff;
}

.btn-secundario:hover, .btn-secundario:focus {
    background-color:#39aa99;
    color:#fff !important;
}


.btn-neutro{
    background-color:#ADADAD;
    color:#fff;
}

.btn-neutro:hover, .btn-neutro:focus {
    background-color:#9B9B9B;
    color:#fff !important;
}



.btn-grey{
    background-color:#00B3F0;
    color:#fff;
}

.btn-grey:hover, .btn-grey:focus {
    background-color:#0097BF;
    color:#fff !important;
}

.btn-centrado {
    margin: auto;
    width: 160px;
    display: block !important;
}

.control-label.sinpad-der{
    text-align:right;
    padding-top:8px;
}

.sinpad-der{
    padding-right:0px !important;
}

.sinpad-izq{
    padding-left:0px !important;
}

.pie-formulario{
     margin-right:15px;
}


.box-login {
    width: 350px;
    /*background-color: #004351;*/
    background: rgba(0, 66, 64, 0.85) /* Green background with 30% opacity */;
    margin-top: 150px;
    min-height: 300px;
    padding: 30px;
    border-top: 4px solid #00A69C;
    color: #fff;
    margin-left:200px;
    border-radius:2rem;
}


.btn-100{
    width:100%;
}

.logo-login img{
    display:block;
    margin:0px auto 20px;
}

.box-login a {
    text-align: center;
    display: block;
    color: #0BE5D8;
}

.box-login a:hover {
    color: #0BE5D8;
}

.linea-login{
    background-color:#595959;
    height:1px;
    width:100%;
    margin-bottom:20px;
}


.box-login .form-control{
    background-color:#D6D6D8;
    border: 0px;
}

.box-login label{
    font-weight:normal;
    color:#fff;
}

.logo-login {
    margin-bottom: 30px;
}

.firstModal label{
    font-weight:normal;
}

.boton-cerrar-modal {
    height: 20px;
}


.firstModal .form-control{
    background-color:#D6D6D8;
    border: 0px;
}

.check-configuracion label{
    font-weight:normal;
}

.check-configuracion input[type="checkbox"]{
    margin-right:5px;
}

.nombre-seccion{
    margin-bottom:30px;
}

.nombre-seccion span {
    text-align: center;
    display: block;
    color: #04D1C5;
    font-size: 14px;
    font-weight: 500;
}


.version {
    position: absolute;
    bottom: 15px;
    width: 100%;
    display: none;
}

.version p {
    text-align: center;
    color: #566874;
    font-size: 13px;
    margin-bottom: 0px;
}

.version p span {
    color: #00b3f0;
    font-weight: 900;
}

.texto-version {
    text-align: center;
    color: #566874;
    font-size: 13px;
    display: block;
}


.nombre-usuario .dropdown-menu {
    width: 200px;
}

.nombre-usuario .dropdown-menu > li > a {
    padding: 10px 20px;
}


.nombre-usuario .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #edeff3;
    border-left: 3px solid #00A69C;
    transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
}

.nombre-usuario .dropdown-menu > li > a {
    transition: all .3s ease-out; -moz-transition: all .3s ease-out; -webkit-transition: all .3s ease-out;
}


.nombre-usuario .dropdown-menu {
    padding: 0px 0;
}


.modalbddo{
    background-color:#fff;
    padding:20px;
    max-width: 800px;
    min-width: 400px;
}

.modalbddo label {
    color:#000 !important;
}

.modalbddo p {
    color:#000 !important;
}



.cabecera-modal {
    margin-bottom: 20px;
    height: 25px;
}


.modalbddo .form-group {
    margin-bottom: 5px;
}

.box-cert .btn-primario{
    margin-right:5px;
    }


.modalbddo .check-espacio label {
    margin-left: 5px;
}    

.modalbddo label{
    font-weight:normal;
}    


.btn-menu-mobile{
    width:22px;
    height:14px;
    background-image: url("../../Images/ic-menu-xs.png");
    margin-top:50px;
    cursor:pointer;
}
 
 
.header-central .btn-menu-mobile {
    width: 22px;
    height: 14px;
    background-image: url(../../Images/ic-menu-xs.png);
    margin-top: 50px;
    margin-left:15px;
} 


.box-empresa{
    float:right;
}


.comboEmpresa {
    float: left;
    margin-top: 18px;
    margin-left: 10px;
}

.icon-ref{
    width:26px;
    height:26px;
    float:left;
    margin-right:5px;
}


.text-ref{
    height:26px;
    float:left;
    margin-right:20px;
}

.text-ref p{
    padding-top:5px;
}


legend {
    font-size: 17px !important; 
}

.acordeon-bandeja .panel {
    padding: 10px;
    background-color: #efefef;
}
     
     
/*MEDIA QUERIES RESPONSIVE*/


@media (max-width: 480px) { /*480*/


.bloque-izquierda {
    width: 100% !important;
}

.bloque-derecha {
    display:none !important;
}

.box-login {
    width: 90% !important;
    margin: 30px auto 0px !important;
}

.desarrollado-por {
    text-align: right;
    display: block;
    margin-top: 0px !important;
}


.texto-bandeja h1 {
    font-size: 27px !important;
    line-height: 32px !important;
}

.version-login {
    margin-left: 0 !important;
    width: 100% !important;
    margin-top: 18px !important;
}


.bienvenido-transformacion h2 {
    font-size: 36px !important;
}

.bienvenido-transformacion h3 {
    font-size: 19px !important;
}


.header-top-logo img {
    padding-right: 16.66666667%;
    max-height:117px
}
                   
                            
.referencias-iconos {
    margin-top: 30px;
}

.item-ref {
    margin-bottom: 5px;
    width: 100%;
} 

.clearfix-xs{
    clear:both;
}

.logo-empresa-xs img{
    margin:50px auto 0px;
    display:block;
    width: 100px;
}


.modalbddo.modal-largo {
    max-height: 400px;
    overflow-y: scroll;
}

.modalbddo.modal-largo .form-control {
     height:auto;
     min-height:34px;
}

.modalbddo.modal-largo .form-control.estilo-hash-xs{
    font-size: 11px;
    padding-top: 8px;
}

.modalbddo{
    min-width: 350px;
}
                            
.info-message {
    line-height: 18px;
    white-space: pre-wrap;
}                            
                            
                            
.admin-button {
    margin: 0px auto 10px !important;
    display: block;
}                         
                   
.btn-100-xs{
    width:100%;    
    margin: 0px !important;
}

.modalbddo{
    width:90% !important;
    margin: auto;
}


.fila-certificado {
    width: 100% !important;
    padding: 0px !important;
}     
     
                   
.spacing-top{
    float:none !important;
}                            

#boxes #dialog {
    width: 90%;
}

/*.box-login {
    width: 320px;
    margin: 40px auto 20px;
}*/
                            
                            
.title {
    font-size: 18px !important;
} 


legend {
    font-size: 17px;
}                           
                            
                            
.col-der {
    width: 100%;
    float: none;
}

.header-central {
    height: 118px;
    position: fixed;
    width: 100%;
    z-index: 2;
}  

.col-izq {
    width: 80%;
    float: left;
    position: fixed;
    z-index: 9999;
    
    -webkit-box-shadow: 4px 0px 14px -5px rgba(0,0,0,0.40);
    -moz-box-shadow: 4px 0px 14px -5px rgba(0,0,0,0.40);
    box-shadow: 4px 0px 14px -5px rgba(0,0,0,0.40);
    transition: width .4s;
}

.header-top-logo {
    background-color: #004351;
    height: auto;
    margin-bottom: 0px;
}

    .btndelete {
        width: 32.5rem;
        margin-left: 0rem !important;
    }

    .header-central h1 {
        font-size: 15px;
        padding-top: 30px;
        padding-left: 0px;
    }

.contenido-central {
    min-height: 400px;
    padding-top: 135px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}

#page-content {
    min-height: 490px;
    padding: 7px 7px;
}

.ic-empresa {
    margin-top: 0px;
    margin-right: 7px;
}


.header-central span {
    padding-top: 6px;
}

.box-empresa{
    float:left;
}

.btn {
    margin-bottom: 10px !important;
    margin-right: 6px;
}


.margen-en-xs{
    margin-top: 20px;
}




                          


}



@media (min-width: 481px) and (max-width:767px){ /*ms*/


    .logo-empresa-xs img {
        margin: 50px auto 0px;
        display: block
    }

    .bloque-izquierda {
        width: 100% !important;
    }

    .bloque-derecha {
        display: none !important;
    }

    .box-login {
        width: 90% !important;
        background: rgba(63, 63, 63, 0.85) /* Green background with 30% opacity */;
        margin: 30px auto 0px !important;
    }

    .desarrollado-por {
        text-align: right;
        display: block;
        margin-top: 0px !important;
    }


    .texto-bandeja h1 {
        font-size: 27px !important;
        line-height: 32px !important;
    }

    .version-login {
        margin-left: 0 !important;
        width: 100% !important;
        margin-top: 18px !important;
    }


    .bienvenido-transformacion h2 {
        font-size: 36px !important;
    }

    .bienvenido-transformacion h3 {
        font-size: 19px !important;
    }                                                 

.margen-en-xs{
    margin-top: 20px;
}     
                                            
.col-der {
    width: 100%;
    float: none;
}   

.header-central {
    height: auto;
    position: fixed;
    width: 100%;
    z-index: 2;
    padding-bottom: 12px;
}

.col-izq {
    width: 70%;
    float: left;
    position: fixed;
    z-index: 9999;
    transition: width .4s;
}   

.header-central h1 {
    font-size: 16px;
    padding-top: 16px;
    padding-left: 0px;
}      

.contenido-central {
    min-height: 400px;
    padding-top: 135px;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 30px;
}  

#page-content {
    min-height: 490px;
    padding: 18px 18px;
}

.ic-empresa {
    margin-top: 0px;
    margin-right: 7px;
}

.header-central span {
    padding-top: 6px;
}


.box-empresa{
    float:left;
}
                                                    
                                                 
                                     
}


legend {
    color: #00a69c !important;
}

/*.bg-circuito{
    background-image: url("../../Images/bg-circuito.png");
    background-repeat: no-repeat;
    background-position: left bottom;
}*/



@media (min-width: 768px) and (max-width:991px) { /*sm*/


.bloque-izquierda {
    width: 50% !important;
}

.bloque-derecha {
    width: 50% !important;
    padding-right: 40px !important;
}


.box-login {
    margin-top: 100px !important;
    margin-left: 65px !important;
}

.texto-bandeja h1 {
    font-size: 38px !important;
    line-height: 42px !important;
}

.desarrollado-por {
    margin-top: 120px !important;
}

}



@media (min-width: 992px) and (max-width:1200px) { /*md*/


    .bloque-izquierda {
        width: 50% !important;
    }


    .bloque-derecha {
        width: 50% !important;
    }

    .texto-bandeja h1 {
        font-size: 40px !important;
        line-height: 43px !important;
    }

    .box-login {
        margin-top: 100px !important;
    }

}


