@import url('https://fonts.googleapis.com/css?family=Roboto');

html {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    position: relative;
}

body {
    font-family: 'Roboto', sans-serif;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    color:#26292E;
}

header {
    width: 100%;
}

    header:after {
        clear: both;
    }

footer {
    width: 100%;
}

/**************** General ****************/
.color-fondo-general {
    /*background: rgba(204,204,204,1);
    background: -moz-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(204,204,204,1)), color-stop(100%, rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top, rgba(204,204,204,1) 0%, rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom, rgba(204,204,204,1) 0%, rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cccccc', endColorstr='#fafafa', GradientType=0 );
        
    background: rgba(229,229,229,1);
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,229,229,1)), color-stop(100%, rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%, rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#fafafa', GradientType=0 );
    */
    background:#ffffff;
}
.btn-xs {
    height: auto !important;
    box-shadow: none !important;
    padding: 4px 3px;
    opacity: 1;
    transition: 0.3s;
    font-size: 13px;
    margin-bottom: 3px;
}
    .btn-xs:active, .btn-xs:focus, .btn-xs:visited, .btn-xs:hover {
    color: white; 
    transition: 0.3s; 
    opacity: 0.85;
    border: 1px solid transparent !important;
    }

.color-texto-azul {
    color: #273c4e;
}

.color-texto-rojo {
    color: #e52723;
}

.color-texto-celeste {
    color: #41a2d4;
}

.color-texto-naranja {
    color: #fab807;
}

.color-texto-verde {
    color: #38a980;
}

.color-texto-blanco {
    color: white;
}

.color-texto-gris-1 {
    color: #eaebec;
}

.color-texto-gris-2 {
    color: #d5d9db;
}

.color-texto-gris-3 {
    color: #b8b8b8;
}

.color-texto-gris-4 {
    color: #8f8f8c;
}

.color-texto-gris-5 {
    color: #656560;
}

.color-fondo-azul {
    background-color: #273c4e;
}

.color-fondo-rojo {
    background-color: #e52723;
}

.color-fondo-celeste {
    background-color: #41a2d4;
}

.color-fondo-naranja {
    background-color: #fab807;
}

.color-fondo-verde {
    background-color: #38a980;
}

.color-fondo-blanco {
    background-color: white;
}

.color-fondo-gris-1 {
    background-color: #eaebec;
}

.color-fondo-gris-2 {
    background-color: #d5d9db;
}

.color-fondo-gris-3 {
    background-color: #b8b8b8;
}

.color-fondo-gris-4 {
    background-color: #8f8f8c;
}

.color-fondo-gris-5 {
    background-color: #656560;
}

.margin-top-10 {
    margin-top: 10px;
}
.float-right{
    float: right
}
/**************** Login ****************/
.fondo-inicial {
    background-color: #bf0909;
    /*background-image: url("../img/fondo-SGA-PC.jpg");*/
    background-size: cover;
    background-position-x: center;
    padding: 0px;
}

.contenedor {
    max-width: 700px;
    margin-top: 5%;
    margin-left: auto;
    margin-right: auto;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
    overflow: hidden;
    -webkit-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
    box-shadow: 0px 10px 20px 0px rgba(0,0,0,0.75);
}

.contenedor-superior {
    padding: 8px 20px;
    background-color: white;
}

.contenedor-principal {
    padding: 10px 20px;
}

.logo-login {
    width: 110px;
}

.columna-redes {
    display: none;
}

.lista-redes {
    margin: 0;
    padding: 10px 0;
    list-style: none;
    text-align: right;
}

    .lista-redes li {
        display: inline-block;
    }

        .lista-redes li a {
            display: block;
            height: 30px;
            width: 30px;
            padding: 6px;
            text-align: center;
            line-height: 12px;
            border-radius: 15px 15px 15px 15px;
            -moz-border-radius: 15px 15px 15px 15px;
            -webkit-border-radius: 15px 15px 15px 15px;
            background-color: #e52723;
            -webkit-transition: background 0.4s ease-in-out;
            -moz-transition: background 0.4s ease-in-out;
            -ms-transition: background 0.4s ease-in-out;
            -o-transition: background 0.4s ease-in-out;
            transition: background 0.4s ease-in-out;
        }

            .lista-redes li a:active,
            .lista-redes li a:focus,
            .lista-redes li a:hover {
                background-color: #656560;
            }

.icono-social {
    font-size: 12px;
    color: #fff;
}

.imagen-login {
    padding: 0 0 10px 10px;
    display: none;
}

.texto-destacado-login {
    margin-top: 10px;
    /*font-size: 230%;*/
    color: #273c4e;
}

.texto-login {
    margin-top: 10px;
    color: #8f8f8c;
}

.boton-login {
    height: 38px;
    margin: 20px 0 10px 0;
    background-color: #41a2d4;
    color: white;
    cursor: pointer;
    border: none;
    border-radius: 19px 19px 19px 19px;
    -moz-border-radius: 19px 19px 19px 19px;
    -webkit-border-radius: 19px 19px 19px 19px;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -ms-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
}

    .boton-login:active,
    .boton-login:focus,
    .boton-login:hover {
        background-color: #e52723;
        color: white;
    }

/**************** Cabecera ****************/
#cabecera-principal {
    min-height: 80px;
    background-color: white;
    -webkit-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.10);
    box-shadow: 0px 1px 2px 0px rgba(0,0,0,0.10);
}

header.navbar {
    margin-bottom: 0;
    border: 0;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
}
.user2 {
    font-size: 25px;
    color:#3c6284
}
.contenedor-cabecera {
    margin: 5px 20px 5px 35px;
    background-image: url("../img/logo-SGA-PC.jpg");
    background-size: 80px;
    background-repeat: no-repeat;
    background-position-y: 0px;
    min-height:50px;
}

.contenedor-interno-cabecera {
    display: inline-block;
    margin: 0 0 0 95px;
    padding: 0 0 0 15px;
    border-left: 1px solid #b8b8b8;
}
.contenedor-interno-cabecera>p {
    margin: 0px;
}
.contenedor-secundario-cabecera {
    float: right;
}
.clic-menu-header {
    padding: 0 5px;
    border: none;
    background: none;
    font-size: 22px;
    color: #4E5C69;
}

    .menu-header {  
        visibility: hidden;
        position: absolute;
        right: 15px;
        top: 30px;
        z-index:99; 
    }
        .menu-header a {
            background: #ffffff;
            display: block;
            padding: 12px 20px;
            width: 200px;
            font-size: 15px;
            font-weight: bold;
            color: #26292E;
            box-shadow: 0px 1px 3px 0 rgba(0,0,0,0.2);
        }
        .menu-header a:hover {
            background: #EDF0F4;
            text-decoration: none;
        }
        .clic-menu-header + .menu-header:active, .clic-menu-header:focus + .menu-header {
            visibility: visible;
        }
         
 .lista-detalles {
    margin: 0;
    padding: 0;
    list-style: none;
    font-size: 80%;
 }

.lista-detalles li {
        margin: 0 10px 0 0;
        display: inline-block;
    }

.texto-principal-cabecera {
    margin: 0 0 0 0;
    font-size:18px;
}

.texto-secundario-cabecera {
    display: none;
    font-size: 13px;
}

/**************** Pie ****************/
 footer .navbar {
    border: 0;
}
footer {
    background: #F5F5F5 !important;
    border-top: 1px solid #B8B8B8 !important;
}
.contenedor-pie {
    margin: 5px 20px;
    text-align: center;
    /*background-image: url("../img/isotipoBlanco-SGA-PC.svg");
    background-size: 40px;
    background-repeat: no-repeat;*/
}

.contenedor-interno-pie {
    /*margin: 0 0 0 50px;
    padding: 0 0 0 15px;
    border-left: 1px solid #fff;
    */
}

.texto-pie {
    font-size: 75%;
    line-height: 12px;
    color: #2A3F54;
}

a.texto-destacado-pie {
    font-size: 90%;
    color: #2A3F54;
}

    a.texto-destacado-pie:active,
    a.texto-destacado-pie:focus,
    a.texto-destacado-pie:hover {
        font-size: 90%;
        color: #41a2d4;
    }

/**************** Menú inicial ****************/
.contenedor-opcion-menu {
   display:inline-block; 
   float:none
   
}
.contenedor-opciones {
    text-align: center;
    padding-bottom: 90px
}
.contenedor-titulo-menu-inicio {
    display: block;
    max-width: 600px;
    margin-top: 0%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    border-bottom: 1px solid #b8b8b8;
}

.contenedor-opcion-menu-inicio {
    display: inline-block;
    overflow: hidden;
    height: 120px;
    /*margin-top: 15px;
    margin-left: auto;
    margin-right: auto;*/
    margin: 15px 8px 0 8px;
    padding: 10px;
    background-color: white;
    border-radius: 60px 60px 60px 60px;
    -moz-border-radius: 60px 60px 60px 60px;
    -webkit-border-radius: 60px 60px 60px 60px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
    -ms-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}

    .contenedor-opcion-menu-inicio:hover {
        background-color: #eaebec;
        color: #41a2d4;
        text-decoration: none;
    }

.contenedor-interior-menu-inicio {
    position: relative;
    margin: 0 0 0 100px;
    text-align:left;
}

.contenedor-icono-menu-inicio {
    width: 100px;
    height: 100px;
    padding: 10px;
    position: absolute;
    left: -100px;
    display: inline-block;
    border-radius: 50px 50px 50px 50px;
    -moz-border-radius: 50px 50px 50px 50px;
    -webkit-border-radius: 50px 50px 50px 50px;
}

.elemento-oculto-menu-inicio {
    width: 0;
    height: 100px;
    display: inline-block;
    vertical-align: middle !important;
}

.contenedor-texto-menu-inicio {
    margin: 0 0 0 15px;
    padding: 0 0 0 15px;
    display: inline-block;
    vertical-align: middle !important;
    border-left: 1px solid #b8b8b8;
    text-align: left;
}

.texto-menu-inicio {
    margin: 0;
    padding: 10px 0;
    font-size:21px;
}

/**************** Cuerpo ****************/
#contenedor-cuerpo {
    /*position: absolute;*/
    width: 100%;
    height: 100%;
    padding-left: 260px;
}

.contenedor-interno-cuerpo {
    padding: 10px 20px 70px 20px;
    margin-right: auto;
    margin-left: auto;
}

.contenedor-linea-gris-inferior {
    border-bottom: 1px solid #b8b8b8;
}

.contenedor-icono-cuerpo {
    width: 150px;
    height: 150px;
    padding: 15px;
    display: block;
    margin: 0 auto;
    border-radius: 150px 150px 150px 150px;
    -moz-border-radius: 150px 150px 150px 150px;
    -webkit-border-radius: 150px 150px 150px 150px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
}
.box-header h6{
    font-size:12px
}
/**************** Menu lateral ****************/
#menu-lateral {
    position: absolute;
    width: 260px;
    /*height: 100%;*/
    height: Calc(100% - 70px);
    background-color: #273c4e;
    left: 0;
    z-index: 999;
}

.contenedor-interno-menu-lateral {
    width: 100%;
    height: 100%;
    padding: 20px;
}

#icono-principal-menu {
    display: block;
    height: 30px;
    width: 30px;
    padding: 9px;
    text-align: center;
    line-height: 12px;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;
    -webkit-border-radius: 15px 15px 15px 15px;
    color: #4E5C69;
    background-color:none;
    -webkit-transition: background 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out;
    -ms-transition: background 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out;
    transition: background 0.4s ease-in-out;
    position: absolute;
    top: -55px;
    left: 0px;
    font-size: 20px
}

    /*#icono-principal-menu:hover {
        color: white;
        background-color: #8f8f8c;
    }
     */
/**************** Botones generales ****************/
.divisor-general {
    padding: 6px 0; 
    border-bottom: 1px solid #b8b8b8;
    margin-top: 0.3rem;
}

.divisor-espacio {
    margin-top: 0.3rem;
}

.label-general {
    font-size: 12px;
    line-height: 20px;
}

.boton-general {
    font-size: 12px;
    color: #8f8f8c;
    background-color: #d5d9db;
    border: none;
}

.boton-azul {
    color: white;
    background-color: #273c4e;
}

.boton-rojo {
    color: white;
    background-color: #e52723;
}

.boton-celeste {
    color: white;
    background-color: #3c6284; /*#41a2d4;*/
}

.boton-naranja {
    color: white;
    background-color: #fab807;
    border: none;
}
.btn-default:hover {
   background:#8f8f8c
}
.boton-verde {
    color: white;
    background-color: #38a980;
    padding: 2px;
    margin-bottom: 0px;
}

.boton-plomo {
    color: white;
    font-size:12px;
    background-color: #b8b8b8;
}

/**************** Estilos antiguos editados ****************/
.box {
    padding: 15px 0;
    border-bottom: 1px solid #b8b8b8;
}

    .box h6 {
        margin: 0;
        color: #26292E;
    }

.main-sidebar {
    margin-top: 20px;
    z-index: 810;
    -webkit-transition: -webkit-transform 0.4s ease-in-out,width 0.4s ease-in-out;
    -moz-transition: -moz-transform 0.4s ease-in-out,width 0.4s ease-in-out;
    -o-transition: -o-transform 0.4s ease-in-out,width 0.4s ease-in-out;
    transition: transform 0.4s ease-in-out,width 0.4s ease-in-out;
}

/**************** Menú - estilos antiguos ****************/
.sidebar {
    padding-bottom: 10px;
}

.sidebar-menu {
    white-space: normal;
    overflow: hidden;
    list-style: none;
    margin: 0;
    padding: 0;
}
    .sidebar-menu .menu-open {
        background-color: #152c40 !important;
    }
        .sidebar-menu > li {
        position: relative;
        margin: 0;
        padding: 0;
    }

    .sidebar-menu li > a {
        position: relative;
    }

    .sidebar-menu > li > a {
        padding: 12px 5px;
        display: block;
        font-size: 95%;
        color: white;
        -webkit-transition: background 0.4s ease-in-out;
        -moz-transition: background 0.4s ease-in-out;
        -ms-transition: background 0.4s ease-in-out;
        -o-transition: background 0.4s ease-in-out;
        transition: background 0.4s ease-in-out;
    }

        .sidebar-menu > li > a:hover,
        .sidebar-menu > li > a:active,
        .sidebar-menu > li > a:focus {
            text-decoration: none;
            background-color: #152c40;
            color: #bab1bd;

        }

    .sidebar-menu li > a > .pull-right-container {
        right: 0;
    }

.pull-right-container .pull-right {
    line-height: 20px;
}

.sidebar-menu > li > a > .fa, .sidebar-menu > li > a > .glyphicon, .sidebar-menu > li > a > .ion {
    width: 20px;
}

.sidebar-menu li > a > .fa-angle-left, .sidebar-menu li > a > .pull-right-container > .fa-angle-left {
    width: auto;
    height: auto;
    padding: 0;
    margin-right: 10px;
    -webkit-transition: transform .5s ease;
    -o-transition: transform .5s ease;
    transition: transform .5s ease;
}

.skin-blue .main-header .navbar .sidebar-toggle {
    color: #fff;
}

.main-header .sidebar-toggle {
    float: left;
    background-color: #273c4e;
    background-image: none;
    padding: 26px 15px;
    font-family: fontAwesome;
}

.treeview-menu {
    display: none;
    list-style: none;
    padding: 0;
    margin: 0;
}

    .treeview-menu .treeview-menu {
        padding-left: 20px;
    }

    .treeview-menu > li {
        margin: 0;
    }

        .treeview-menu > li > a {
            padding: 12px 10px 12px 28px;
            display: block;
            font-size: 90%;
            color: white;
            background-color: #3d5060;
            -webkit-transition: background 0.4s ease-in-out;
            -moz-transition: background 0.4s ease-in-out;
            -ms-transition: background 0.4s ease-in-out;
            -o-transition: background 0.4s ease-in-out;
            transition: background 0.4s ease-in-out;
        }

            .treeview-menu > li > a:hover,
            .treeview-menu > li > a:active,
            .treeview-menu > li > a:focus {
                text-decoration: none;
                background-color: #152c40;
                color: #bab1bd;
            }

            .treeview-menu > li > a > .fa, .treeview-menu > li > a > .glyphicon, .treeview-menu > li > a > .ion {
                width: 20px;
            }

            .treeview-menu > li > a > .pull-right-container > .fa-angle-left, .treeview-menu > li > a > .pull-right-container > .fa-angle-down, .treeview-menu > li > a > .fa-angle-left, .treeview-menu > li > a > .fa-angle-down {
                width: auto;
            }

.treeview > ul.treeview-menu {
    overflow: hidden;
    height: auto;
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.treeview.menu-open > ul.treeview-menu {
    overflow: visible;
    height: auto;
}

.content-wrapper {
    min-height: calc(100vh - 101px);
    background-color: #ecf0f5;
    z-index: 800;
}

.content-wrapper, .main-footer {
    -webkit-transition: -webkit-transform .3s ease-in-out,margin .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,margin .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,margin .3s ease-in-out;
    transition: transform .3s ease-in-out,margin .3s ease-in-out;
    margin-left: 230px;
    z-index: 820;
}

.content {
    min-height: 250px;
    padding: 15px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
}

/**************** Tablas e interiores - nombres de clases antiguas ****************/
/*.form-control.input-sm {
    border: none;
    box-shadow: inset 0px 0px 0px 0px;
}*/

.pagination li a {
    border: none !important;
    font-size: 85%;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #273c4e;
    border-color: #273c4e;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    color: #656560;
    border: none;
}

.table.table-bordered {
    border: none;
    border-radius: 3px;
    overflow: hidden;
    font-size: 85%;
}

    .table.table-bordered thead tr {
        background-color: transparent !important;
        color: white;
        
    }

    .table.table-bordered tr {
        background-color: #f2f2f2;
    }

        .table.table-bordered tr:nth-child(odd) {
            background-color: white;
        }
        .table.table-bordered tr:hover {
            background-color: #dbdfe4;
        }
.table-hover > tbody > tr:hover{
    background-color: #dbdfe4 !important;
}
.table.table-bordered thead tr th {
    padding: 3px; /*aaaaa*/
    border: none;
    background-color: #EDF0F4;
    color: #273c4e;
    border-bottom: 1px solid #273c4e !important;
    padding: 10px 5px !important;
    /*aaaaa*/ /*text-align: center !important;*/
}

.table.table-bordered tbody tr td {
    padding: 3px; /*aaaaa*/
    color: #26292E;
    border: none;
    /*aaaaa*/ /*text-align: left !important;*/
}

        .table.table-bordered tbody tr td span.fa {
            color: #656560;
        }

.dataTables_info {
    color: #8f8f8c;
    font-size: 80%;
}

/***/
/*
.dialog {
    text-align: center;
    padding: 0 !important;
}

.ui-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}*/

.ui-dialog {
    top: 25% !important;
}

@media (min-width: 450px) {
    /**************** Login ****************/
    .texto-destacado-login {
        /*font-size: 255%;*/
    }
    /**************** Cabecera ****************/
    .contenedor-cabecera {
        background-size: 90px;
    }

    .contenedor-interno-cabecera {
        margin: 0 0 0 105px;
    }

    .lista-detalles {
        font-size: 90%;
    }

    .texto-secundario-cabecera {
        display: block;
    }
}

@media (min-width: 768px) {
    /**************** Menu inicio ****************/
    .texto-menu-inicio{
        font-size:24px;
    }
    /**************** Login ****************/
    .columna-redes {
        display: block
    }

    .imagen-login {
        display: block;
    }
    /**************** Cabecera ****************/
    .contenedor-cabecera {
        background-size: 100px; float:none
    }
    .contenedor-secundario-cabecera{
        margin: 0 auto
    }
    #cabecera-principal {
        min-height: 60px;
    }

    .contenedor-interno-cabecera {
        margin: 0 0 0 115px;
    }
    
    /**************** Cuerpo ****************/
    .contenedor-interno-cuerpo {
        padding: 10px 40px 70px 40px;
    }
}

@media (min-width: 992px) {
    /**************** Cabecera ****************/
    .lista-detalles {
        font-size: 100%;
        margin:10px 0 0 0 ;
    }
    .texto-principal-cabecera{
        font-size:24px;
    }
    .texto-secundario-cabecera {
        font-size:14px;
    }
    .menu-header{
        top:40px;
    }
   /* .contenedor-cabecera {
        margin: 10px 20px 10px 35px;
    }*/
}

@media (min-width: 1200px) {
}

/*
@media (max-width: 1000px) {
    .img_fondo {
        width: 15%;
        height:;
        margin-top: -70px;
        margin-left: -570px;
        top: 50%;
        position: absolute;
        opacity: 0.4;
        filter: alpha(opacity=40);
        z-index: 0;
    }
}
.social li a {
    display: inline-block;
    color: #fff;
    background: #000;
    padding: 10px 15px;
    text-decoration: none;
    -webkit-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.div-login {
    background-color: #F2F2F2;
    text-align: justify;
}
#div2 {
    font-size: 13px;
}
.table-hover1 > tbody > tr:hover {
    background-color: #E8E8E8;
}
.slider-login {
    margin-top: 1vh;
    height: 100%;
    width: 100%;
}
.tbl1_nivel1 {
    background-color: #D1D0CF;
}
.tbl1_activo_nivel1 {
    font-weight: bold;
    background-color: #ADB0B3;
}
.tbl1_nivel2 {
    background-color: #E8E8E8;
}
.tbl1_activo_nivel2 {
    font-weight: bold;
    background-color: #CCE4E7;
}
.tbl_activo {
    font-weight: bold;
}
.tbl2_nivel1 {
    background-color: #6F8598;
}
.tbl2_activo_nivel1 {
    font-weight: bold;
    background-color: #6F8598;
}
.tbl2_nivel2 {
    background-color: #ADBFCD;
}
.tbl2_activo_nivel2 {
    font-weight: bold;
    background-color: #B4CEE3;
}
.tbl2_nivel3 {
    background-color: #D1D0CF;
}
.tbl2_nivel4 {
    background-color: #E8E8E8;
}
.tbl2_nivel5 {
    background-color: #F4F4F4;
}
.img-logo-footer {
    width: 3%;
    text-align: center;
}
.p-compras {
    color: red;
    font-weight: bold;
    font-size: 14px;
}
.p-direccion {
    color: #273c4e;
}
.icono-usu {
    color: red;
    font-size: 17px;
}
.derecha {
    text-align: right;
}
.izquierda {
    text-align: left;
}
.input-group-addon {
    padding: 4px 10px;
}
.tbl-estilos th, .tbl-estilos1 th {
    background-color: #273c4e;
    color: #fff;
    text-align: center;
    border: 1px solid #ddd !important;
}
.tbl-estilos1 td {
    text-align: center;
    border: 1px solid #ddd !important;
}
.tbl-estilos td {
    border: 1px solid #ddd !important;
}
.tbl-estilos button {
    text-align: center;
}
.div-espacio {
    top: 4px;
}
.content-wrapper {
    background-color: #fff;
    padding: 0px;
}
.skin-blue .main-header .logo {
    background-color: #fff;
    height: 70px;
    padding: 0px;
    text-align: left;
}
body {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 11px;
    line-height: 1.42857143;
    color: #273c4e;
    background-color: #fff;
    width: 100%;
    height: 100%;
    margin: 0 auto;
    padding: 0 auto;
}
html {
    height: 100%;
    margin: 0 auto;
    padding: 0 auto;
}
.h4, h4 {
    font-size: 14px;
}
.h5, h5 {
    font-size: 12px;
}

.btn-1 {
    width: 50%;
    height: 20px;
}
.btn-2 {
    width: 40%;
    height: 20px;
}
.btn-sin-css {
    border: none;
    padding: 0;
    background: none
}
.btn-default {
    color: #273c4e;
    font-weight: bold;
    background-color: #E9E9E9;
    border-color: #8c8c8c;
    font-size: 11px;
}
.main-header {
    background-color: #fff;
    z-index: 800;
}
.skin-blue .main-header .logo:hover {
    background-color: #fff;
}
.main-header .logo img {
    padding: 0px;
    background-color: #fff;
    float: left;
}
.skin-blue .main-header .navbar .sidebar-toggle {
    color: #fff;
}
.main-header .sidebar-toggle {
    float: left;
    background-color: #273c4e;
    background-image: none;
    padding: 26px 15px;
    font-family: fontAwesome;
}
.skin-blue .main-header .navbar {
    background-color: #fff;
}
.main-sidebar {
    position: fixed;
    top: 0px;
    left: 0;
    padding-top: 70px;
    min-height: 100%;
    z-index: 10;
    -webkit-transition: -webkit-transform .3s ease-in-out,width .3s ease-in-out;
    -moz-transition: -moz-transform .3s ease-in-out,width .3s ease-in-out;
    -o-transition: -o-transform .3s ease-in-out,width .3s ease-in-out;
    transition: transform .3s ease-in-out,width .3s ease-in-out;
}
.content {
    min-height: 250px;
    padding: 2px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 50px;
    padding-right: 15px;
}
.skin-blue .sidebar-menu > li.header {
    color: #fff;
    background: #fff;
    position: relative;
    height: 0px;
}
.box {
    top: 0px;
    position: relative;
    border-radius: 2px;
    background: #ffffff;
    border-top: 2px solid #FF0000;
    margin-bottom: 20px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,0.1);
}
.form-horizontal2 .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: left;
}
.skin-blue .wrapper, .skin-blue .main-sidebar, .skin-blue .left-side {
    background-color: #273c4e;
}
.skin-blue .sidebar-menu > li:hover > a, .skin-blue .sidebar-menu > li.active > a, .skin-blue .sidebar-menu > li.menu-open > a {
    color: #fff;
    background: #273c4e;
}
.tbl_borde {
}
.box-header {
    color: #273c4e;
    display: block;
    position: relative;
}

.modal {
    text-align: center;
    padding: 0 !important;
}
    .modal:before {
        content: '';
        display: inline-block;
        height: 100%;
        vertical-align: middle;
        margin-right: -4px;
    }
.modal-dialog {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
}
@media (min-width: 992px) {
    .modal-xl {
        width: 1400px;
        height: 900px;
    }
}
.popover-observacion {
    width: 10%;
}

.popover {
    width: 40%;
    font-size: 11px;
}
.selectpicker {
    background-color: #fff;
}
#WindowLoad {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1050;
    filter: alpha(opacity=20);
    -moz-opacity: 65;
    opacity: 0.10;
    background: #999;
}

.main-header1 {
    background-color: #fff;
    height: 70px;
    padding: 0px;
    text-align: left;
}
.centro {
    background-color: #E9E9E9;
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 500px;
    height: auto;
}
.div-bienvenida {
    background-color: #ffffff;
    min-height: 35px;
    height: auto;
}
.texto_bienvenida {
    z-index: 3;
    font-weight: bolder;
    font-size: 25px;
    font: oblique bold 120%;
    position: relative;
}
.img_fondo {
    width: 45%;
    margin-top: -70px;
    margin-left: 15%;
    top: 50%;
    position: absolute;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 0;
}
.btn-flecha {
    font-weight: bolder;
}
.label-color {
    color: #273c4e;
}
.content-Rof {
    min-height: 250px;
    padding: 2px;
    margin-right: auto;
    margin-left: auto;
    padding-left: 5px;
    padding-right: 5px;
}

.div-tabla-rof {
    top: 3px;
}

#scrollProg {
    margin-top: 20px;
    height: 20vh;
    overflow: auto;
}
    #scrollProg th div {
        position: absolute;
        margin-top: -20px;
    }
#scrollActividad {
    margin-top: 20px;
    height: 40vh;
    overflow-y: auto;
    overflow-x: hidden;
}
    #scrollActividad th div {
        position: absolute;
        margin-top: -20px;
    }
#scrollProgFisica {
    margin-top: 20px;
    height: 30vh;
    overflow: auto;
}
    #scrollProgFisica th div {
        position: absolute;
        margin-top: -20px;
    }
#scrollTblAnual {
    margin-top: 20px;
    height: 25vh;
    overflow: auto;
}
    #scrollTblAnual th div {
        position: absolute;
        margin-top: -20px;
    }
#scrollTblMeses {
    margin-top: 20px;
    height: 25vh;
    overflow: auto;
}
    #scrollTblMeses th div {
        position: absolute;
        margin-top: -20px;
    }

.bootstrap-select > .btn-default {
    background-color: #fff;
    font-weight: normal;
    border-color: #d2d6de;
    display: block;
    width: 100%;
    color: #555;
    height: 23px;
    padding: 2px 10px;
}

    .bootstrap-select > .btn-default:hover {
        background-color: #fff;
    }

a.btn,
a.btn:active,
a.btn:focus,
button.btn:active,
button.btn:focus,
button.btn:active,
button.btn:focus,
.dropdown-menu li a,
.dropdown-menu li a:active,
.dropdown-menu li a:focus,
.dropdown-menu li a:hover,
ul.dropdown-menu li a,
ul.dropdown-menu li a:active,
ul.dropdown-menu li a:focus,
ul.dropdown-menu li a:hover,
.nav-tabs li a,
.nav-tabs li a:active,
.nav-tabs li a:focus {
    outline: 0px !important;
    -webkit-appearance: none;
    text-decoration: none;
}

.panel {
    margin-top: 25px;
}

.panel .panel-heading {
    padding: 5px 5px 0 5px;
}

.panel .nav-tabs {
    border-bottom: none;
}

.nav > li > a {
    background-color: #f5f5f5;
    color: #676767;
    border-color: #dddddd;
    border-width: 1px;
    padding: 5px 15px;
    line-height: 1;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    transition: all 0.75s;
    font-size: 12px;
}

    .nav > li > a:active {
        background-color: #f5f5f5;
        color: #676767;
    }

    .nav > li > a:focus {
        background-color: #f5f5f5;
        color: #676767;
    }

    .nav > li > a:hover {
        background-color: #eeeeee;
        color: #676767;
        border-color: #dddddd;
    }

.nav > li.active > a:hover {
    color: #222222;
}
.btn-outline.btn-highlight {
    color: #676767;
    border-color: #676767;
    background-color: transparent;
    border-width: 2px;
}
.display-title {
    font family: verdana, arial, helvetica;
    color: #008400;
}
ul.nav.nav-tabs li.btn-group.active > a.btn.btn-default {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    border-right: 0px;
    margin-right: 0px;
    border-bottom: 0px;
}
ul.nav.nav-tabs li.btn-group > a.btn.btn-default {
    border: 1px solid #F5F5F5;
    border-right: 0px;
    margin-right: 0px;
    border-bottom: 0px;
}
ul.nav.nav-tabs > li.btn-group.active > a.btn.dropdown-toggle {
    border: 1px solid #dddddd;
    background-color: #ffffff;
    margin-left: 0px;
    border-left: 0px;
    border-bottom: 0px;
}
ul.nav.nav-tabs > li.btn-group > a.btn.dropdown-toggle {
    border: 1px solid #F5F5F5;
    margin-left: 0px;
    border-left: 0px;
    border-bottom: 0px;
}
ul.nav.nav-tabs li.btn-group a.btn.dropdown-toggle span.caret {
    color: #F5F5F5;
}
ul.nav.nav-tabs li.btn-group.active > a.btn.dropdown-toggle > span.caret {
    color: #999999;
}
.lb_tipoInv {
    margin-left: 5px;
    margin-top: -10px;
}
.div-borde {
    border: 1px solid;
    border-color: #d2d6de;
    border-radius: 6px;
}
.div-reducido {
    width: 4.099999995%;
    flex: 0 0 12.499%;
    max-width: 12.499%;
}
.div-recuadro {
    border: 1.5px solid;
    border-color: #CDCCCC;
}
.div-borde-fin {
    border: 1px solid;
    border-color: #CDCCCC;
    margin-left: 15px;
    border-radius: 6px;
}
.btn-fin {
    width: 40%;
    height: 20px;
    border-radius: 7px;
}
.tbl-prog th {
    background-color: #273c4e;
    color: #fff;
    text-align: center;
    border: 1px solid #ddd !important;
}

ul {
    margin: 0;
    list-style: none;
    padding: 0;
}
.list {
}
.list__item {
    display: inline-block;
}
.list__icon {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
.list__icon_social {
    text-align: center;
    border-radius: 50%;
    background-color: red;
    color: #fff;
    padding: 2rem;
    font-size: 2rem;
}
.icon_social {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.list__icon:hover {
    background-color: #273c4e;
}
#lb_observacion {
    text-align: center;
}
#img-pdf {
    text-align: center;
}
#img-excel {
    text-align: center;
}


@media (min-width: 1650px) {
    body {
        font-size: 12px;
        font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    }
    .h4, h4 {
        font-size: 16px;
    }
    .h5, h5 {
        font-size: 14px;
    }
    .btn-default {
        font-size: 12px;
    }
    hr {
        margin-top: 0.3rem;
        border-top: 1px solid #eee;
    }
    .main-footer {
        text-align: center;
        font-size: 12px;
        bottom: 0;
    }
    .input-sm {
        height: 25px;
    }
    select.input-sm {
        height: 25px;
        line-height: 25px;
    }*/
/*    .form-control {
        height: 25px;
        font-size: 12px;
    }*/
    /*.centro {
        min-height: 805px;
        height: auto;
    }
    .tb-bienvenida {
        height: 795px;
        margin-top: 35px;
    }

    .btn-bienvenida {
        margin-top: 65px;
    }

    .tb-bienvenida td {
        text-align: justify;
    }
    .div-asociacion-cc {
        top: 10px;
    }
    .nav > li > a {
        background-color: #f5f5f5;
        color: #676767;
        border-color: #dddddd;
        border-width: 1px;
        padding: 10px 20px;
        line-height: 1;
        -webkit-transition: all 0.75s;
        -moz-transition: all 0.75s;
        transition: all 0.75s;
        font-size: 12px;
    }
    .nav-tabs > li.active > a:hover {
        font-size: 13px;
    }
    .bootstrap-select > .btn-default {
        height: 25px;
    }
    .lds-spinner div {
        left: 500px;
    }
    .img_fondo {
        width: 60%;
    }
}
*/

/**************** Cambios ****************/
.label-derecha {
    text-align: right;
}

.label-azul {
    color: #273c4e;
    font-size: 12px;
}

.label-titulo {
    font-size: 13px;
    line-height: 30px;
    color: #273c4e;
    font-weight: bolder;
}

.label-texto {
    font-size: 12px;
    line-height: 30px;
    font-weight: normal;
    color: #8f8f8c;
}

.input-group .form-control {
    /*height: 27px !important*/
}
.form-control {
   
   /* padding: 4px 10px !important;
    box-shadow: none !important;
    border: 1px solid #778490 !important;*/
}
.bs3 {
    padding: 0px !important;
}

    .bs3 .btn-default {
        border-color: transparent !important;
        background-color: transparent !important;
        box-shadow: none !important;
        height: auto;
    }
        .bs3 .btn-default:hover, .bs3 .btn-default:active, .bs3 .btn-default:focus {
            background-color: transparent !important;
            border-color: transparent !important;
            box-shadow: none !important;
        }

.input-sm {
    height: 25px;
    /*padding: 2px 10px;*/
    /*font-size: 11px;*/
}

.input-group-addon {
    padding: 3px 9px;
    border: 1px solid #778490; 
}

.bootstrap-select > .btn-default {
    
    padding: 2px 10px;
    font-size: 12px;
}

select.input-sm {
    height: 27px;
    line-height: 25px;
}

/*.form-control[disabled], .form-control[readonly],
fieldset[disabled] .form-control {
    opacity: 1;
    font-size: 12px;
    color: #26292E;*/
    /*background-color: #d5d9db;*/
    /*border: none;
}*/

.box-formulario {
    display: block;
    background: #EDF0F4;
    padding: 15px;
    margin:10px 0;
}

/*popover*/
.popover-marco1, .popover-marco2, .popover-cadena, .popover-observacion, .popover-marco, .popover-generica, .popover-genericacadena {
    display: none;
}

/*
.popover-titulo{
    font-size: 12px;
    line-height: 1px;
    color: #8f8f8c;
}

.popover-texto::first-letter{
    font-size: 12px;
    line-height: 2px;
    text-transform: capitalize;
}

.popover-texto{
    font-size: 12px;
    line-height: 20px;
    text-transform: lowercase;
}*/

/*dialog*/
#WindowLoad {
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 1050;
    background: rgba(0,0,0,0.1)/* #999;*/
}

/*modal*/
/*.modal-content {
    border-radius: 0
}*/
.modal {
    background: rgba(0,0,0,0.1);
}
.modal-title {
    font-size: 16px;
    padding:3px 0;
    font-weight: bold;
   
}

.modal-body {
   /*background: rgba(229,229,229,1);
    background: -moz-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(250,250,250,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(229,229,229,1)), color-stop(100%, rgba(250,250,250,1)));
    background: -webkit-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(250,250,250,1) 100%);
    background: -o-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(250,250,250,1) 100%);
    background: -ms-linear-gradient(top, rgba(229,229,229,1) 0%, rgba(250,250,250,1) 100%);
    background: linear-gradient(to bottom, rgba(229,229,229,1) 0%, rgba(250,250,250,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#fafafa', GradientType=0 );
    */
    background: #ffffff;
}

.modal-xl {
    width: 1285px;
}
.modal-header {
    background-color: #273C4E; /*    #F1F1F2;*/
    color: #ddd; /*#273c4e;*/
    border-bottom: 1.5px solid rgba(0,0,0,0.2);
}
/*botones*/
    .btn-sin-css {
    border: none;
    padding: 0;
    background: none
}

/*.btn-xs {
    height: 27px;
}*/

/*.btn-sm {
    height: 27px;
}*/

.hidecol {
    display: none;
}

/* Tabla desplegable */
table.simple-tree-table {
    font-size: 12px;
}

    table.simple-tree-table .tree-icon {
        display: inline-block;
        width: 1.5em;
        line-height: 1.5em;
        margin: .1em;
        background-color: #b8b8b8;
        text-align: center;
        cursor: pointer;
        font-weight: bolder;
    }

    table.simple-tree-table tr.tree-opened .tree-icon:after {
        content: "-";
        font-weight: bolder;
    }

    table.simple-tree-table tr.tree-closed .tree-icon:after {
        content: "+";
        font-weight: bolder;
    }

/*Paneles - tabs */
.panel .panel-heading {
    padding: 10px 5px 0 15px;
}

.panel .nav-tabs {
    border-bottom: none;
}

.nav > li > a {
    background-color: #f5f5f5;
    color: #676767;
    border-color: #dddddd;
    border-width: 1px;
    padding: 10px 15px;
    line-height: 1;
    -webkit-transition: all 0.75s;
    -moz-transition: all 0.75s;
    transition: all 0.75s;
    font-size: 12px;
}

    .nav > li > a:focus {
        background-color: #f5f5f5;
        color: #676767;
    }

    .nav > li > a:hover {
        background-color: #d5d9db;
        color: #676767;
        border-color: #dddddd;
    }

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    color: #273c4e;
    cursor: default;
    background-color: #b8b8b8;
    border: 1px solid #f5f5f5;
    border-bottom-color: transparent;
    font-weight: bold;
    font-size: 12px;
}


/* Scroll Tablas*/
thead tr th {
    position: sticky;
    top: 0;
    z-index: 10;
}

.table-responsive {
    height: 80vh;
    overflow: auto;
}

/**************** Mantenimiento de Usuarios ****************/
.tbl-estilos th {
    background-color: #EDF0F4;
    color: #273c4e;
    text-align: center;
    border-bottom: 1px solid #273c4e !important;
    padding: 10px 5px !important
}

.tbl-estilos td {
    border: 1px solid #ddd !important;
}

table.tbl-estilos {
    font-size: 12px;
}

/****************Asociacion ****************/ 
.txt_subir_archivo {
    position: absolute;
    font-size: 5px;
    opacity: 0;
    right: 0;
    top: 0;
}

.tbl-asociacion-clasif input {
    width: 90%;
}

/**************** Programación operativa ****************/
/*Primera tabla*/
.tbl1_nivel1 {
    background-color: #D1D0CF;
}

.tbl1_nivel2 {
    background-color: #E8E8E8;
}

.tbl_justificar {
    text-align: justify;
}

/*Segunda tabla*/
.tbl2_nivel1 {
    background-color: #6F8598;
}

.tbl2_nivel2 {
    background-color: #ADBFCD;
}

.tbl2_nivel3 {
    background-color: #D1D0CF;
}

.tbl2_nivel4 {
    background-color: #E8E8E8;
}

.tbl2_nivel5 {
    background-color: #F4F4F4;
}

.texto-simple {
    font-weight: normal;
}

/*Nivel 1*/
table.simple-tree-table td.td_nivel1 {
    text-indent: -18px;
    padding-left: 25px;
}

table.simple-tree-table tr.tree-opened td.td_nivel1 .tree-icon:after {
    position: relative;
    left: 9px;
}

table.simple-tree-table tr.tree-closed td.td_nivel1 .tree-icon:after {
    position: relative;
    left: 9px;
}

/*Nivel 2*/
table.simple-tree-table td.td_nivel2 {
    text-indent: -38px;
    padding-left: 40px;
}

table.simple-tree-table tr.tree-opened td.td_nivel2 .tree-icon:after {
    position: relative;
    left: 19px;
}

table.simple-tree-table tr.tree-closed td.td_nivel2 .tree-icon:after {
    position: relative;
    left: 19px;
}

/*Nivel 3*/
table.simple-tree-table td.td_nivel3 {
    text-indent: -58px;
    padding-left: 55px;
}

table.simple-tree-table tr.tree-opened td.td_nivel3 .tree-icon:after {
    position: relative;
    padding-left: 58px;
}

table.simple-tree-table tr.tree-closed td.td_nivel3 .tree-icon:after {
    position: relative;
    padding-left: 58px;
}

/*Nivel 4*/
table.simple-tree-table td.td_nivel4 {
    text-indent: -78px;
    padding-left: 70px;
}

table.simple-tree-table tr.tree-opened td.td_nivel4 .tree-icon:after {
    position: relative;
    padding-left: 78px;
}

table.simple-tree-table tr.tree-closed td.td_nivel4 .tree-icon:after {
    position: relative;
    padding-left: 78px;
}

/*Nivel 5*/
table.simple-tree-table td.td_nivel5 {
    text-indent: -98px;
    padding-left: 85px;
}

table.simple-tree-table tr.tree-opened td.td_nivel5 .tree-icon:after {
    position: relative;
    padding-left: 98px;
}

table.simple-tree-table tr.tree-closed td.td_nivel5 .tree-icon:after {
    position: relative;
    padding-left: 98px;
}

/*Nivel 6*/
table.simple-tree-table td.td_nivel6 {
    text-indent: -118px;
    padding-left: 95px;
}

.p_nivel1 {
    margin-left: 15px;
}

.p_nivel2 {
    margin-left: 25px;
}

.centrar {
    text-align: center;
}

/**************** Mantenimiento de Maestros ******************/
#lb_formulario {
    text-align: left;
}

.contenedor-titulo-menu-inicio-maestro {
    display: block;
    max-width: 600px;
    margin-top: 10%;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    /*border-bottom: 1px solid #b8b8b8;*/
}

.contenedor-opcion-menu-inicio-maestro {
    display: block;
    overflow: hidden;
    max-width: 350px; /**/
    height: 80px; /**/
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    padding: 25 0 0 0px;
    /*background-color: white;*/ background-color: #eaebec;
    border-radius: 60px 60px 60px 60px;
    -moz-border-radius: 60px 60px 60px 60px;
    -webkit-border-radius: 60px 60px 60px 60px;
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.25);
    -webkit-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
    -moz-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
    -ms-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
    -o-transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
    transition: background 0.4s ease-in-out, color 0.4s ease-in-out;
}

.contenedor-interior-menu-inicio-maestro {
    position: relative;
    margin: 0 0 0 0px;
    text-align: center;
}

.contenedor-texto-menu-inicio-maestro {
    margin: 0 0 0 15px;
    padding: 15px 0px 0px 0px;
    display: inline-block;
    /*vertical-align: middle !important;
    border-left: 1px solid #b8b8b8;*/
}

.texto-menu-inicio-maestro {
    margin: 0;
    padding: 10px 0;
    text-align: center;
}

.elemento-oculto-menu-inicio-maestro {
    width: 0;
    height: 100px;
    display: inline-block;
    vertical-align: middle !important;
}

/**************** Mantenimiento ROF ****************/
.buttons-excel, .dataTables_filter {
    display: none !important;
}

.div-rof .dataTables_paginate {
    text-align: center
}

/**************** Modificacion POI ****************/
#Tbl_Modificacion2 {
    font-size: 12px;
}

/*Input Upload*/
.form-managed-file input.form-file {
    position: absolute;
    left: -1000em;
}

.form-managed-file a {
    display: inline-block;
    color: white;
    font-size: 12px;
    text-align: center;
    background: #b8b8b8;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms;
    text-decoration: none;
    padding: 7px 15px 4px;
    border-radius: 3px;
}

/**************** Modificacion POI nuevo ****************/
.label-enviado {
    color: #38a980;
    font-weight: normal;
}

.label-observado {
    color: #e52723;
    font-weight: normal;
}

.label-pendiente {
    color: #062380;
    font-weight: normal;
}

.label-anulado {
    color: #fab807;
    font-weight: normal;
}

.label-aprobado {
    color: #273c4e;
    font-weight: normal;
}

.label-transmitido {
    color: #8f8f8c;
    font-weight: normal;
}

.label-verificado {
    color: #8f8f8c;
    font-weight: normal;
}

.label-desistir {
    color: #000;
    font-weight: normal;
}

.label-proceso{
    color: #273c4e;
    font-weight: normal;
}

/*************** Crear Ficha AO ************************************/
.td-border {
    border: 1px solid #ddd !important;
    font-size: 12px;
}

.td-cabecera {
    background-color: #273c4e;
    color: #fff;
    text-align: center;
    font-size: 12px;
}

.input-borde {
    border: 1px solid #ddd !important;
}

/**************** Modificación Financiera ****************/
.tbl-clasificador input {
    width: 90%;
}

.tbl_clasificador_Aprob input {
    width: 90%;
}

.input-centrar {
    text-align: center;
}

.input-derecha {
    text-align: right;
}

/**************** Atención Solicitud de Mod ****************/
#Tbl_Aprobacion {
    font-size: 12px;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.scheduler-border {
    font-size: 13px !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

/**************** Ejecución Recurso ****************/
/*Input Upload*/
.form-recurso-file input.cargar-recurso {
    position: absolute;
    left: -1000em;
}

.form-recurso-file a {
    display: inline-block;
    color: white;
    font-size: 12px;
    text-align: center;
    background: #b8b8b8;
    position: relative;
    overflow: hidden;
    z-index: 1;
    transition: all 500ms;
    text-decoration: none;
    padding: 7px 35px 4px;
    border-radius: 3px;
}

#SC_EjecCierre {    
    height: 50vh;
    overflow: auto;
}

#SC_EjecCierre th div {
    position: absolute;
}

/*************** Nota de Atención de Lib y Crédito ***************/
.label-general-form {
    font-size: 11px;
    line-height: 13px;
    color: #8f8f8c;
}

#scrollCredito {
    margin-top: 0px;
    height:65vh;
    overflow: auto;
}

/*************** Seguimiento ***************/
#scrollTblSegCuanti {
    margin-top: 20px;
    height: 80vh;
    overflow: auto;
}

#scrollTblSegCuanti th div {
    position: absolute;
    margin-top: -20px;
}

/***************** Avance ***************/
.td-detalle{
    background-color: #b8b8b8;
    color: #fff;
    text-align: left;
    font-size:12px;
}

/***************** Consulta programación ***************/
.table.table-filtro tbody tr td {
    padding: 3px;
    color: #656560;
    font-size:85%;
}

#tblActividad tbody tr td {
    /*background-color: white*/
}

/*   */
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.logo-form-usuario {
    width: 180px;
    margin: 10px;
}
.container-border {
    border: solid 2px #8f8f8c;
    box-shadow: 0px -10px 5px rgba(31, 73, 125, 0.8), 0px 10px 5px rgba(31, 73, 125, 0.8);
    box-shadow: 10px -10px 5px rgba(0,0,0,0.6);
    -moz-box-shadow: 10px -10px 5px rgba(0,0,0,0.6);
    -webkit-box-shadow: 10px -10px 5px rgba(0,0,0,0.6);
    -o-box-shadow: 10px -10px 5px rgba(0,0,0,0.6);
    border-radius: 10px;
}
/*alertas*/
.alert {
    padding: 15px;
    margin-bottom: 20px;
    border: 1px solid transparent;
    border-radius: 4px;
}

    .alert h4 {
        margin-top: 0;
        color: inherit;
    }

    .alert .alert-link {
        font-weight: bold;
    }

    .alert > p,
    .alert > ul {
        margin-bottom: 0;
    }

        .alert > p + p {
            margin-top: 5px;
        }

.alert-dismissable,
.alert-dismissible {
    padding-right: 35px;
}

    .alert-dismissable .close,
    .alert-dismissible .close {
        position: relative;
        top: -2px;
        right: -21px;
        color: inherit;
    }

.alert-success {
    color: #3c763d;
    background-color: #dff0d8;
    border-color: #d6e9c6;
}

    .alert-success hr {
        border-top-color: #c9e2b3;
    }

    .alert-success .alert-link {
        color: #2b542c;
    }

.alert-info {
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

    .alert-info hr {
        border-top-color: #a6e1ec;
    }

    .alert-info .alert-link {
        color: #245269;
    }

.alert-warning {
    color: #8a6d3b;
    background-color: #fcf8e3;
    border-color: #faebcc;
}

    .alert-warning hr {
        border-top-color: #f7e1b5;
    }

    .alert-warning .alert-link {
        color: #66512c;
    }

.alert-danger {
    color: #a94442;
    background-color: #f2dede;
    border-color: #ebccd1;
}

    .alert-danger hr {
        border-top-color: #e4b9c0;
    }

    .alert-danger .alert-link {
        color: #843534;
    }

    /**************************/
/* input [type = file]
----------------------------------------------- */

.inputstl {
    padding: 19px;
    border: solid 1px #173955;
    outline: 0;
    background: -webkit-gradient(linear, left top, left 25, from(#FFFFFF), color-stop(4%, #AACCE8), to(#FFFFFF));
    background: -moz-linear-gradient(top, #FFFFFF, #AACCE8 1px, #FFFFFF 25px);
    box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -moz-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
    -webkit-box-shadow: rgba(0,0,0, 0.1) 0px 0px 8px;
}

/***********************/

.saip-form-inline {
    display: flex;
    flex-flow: row wrap;
    align-items: center;
}

    .saip-form-inline label {
        margin: 5px 10px 15px 0;
    }

    .saip-form-inline input {
        vertical-align: middle;
        margin: 5px 10px 5px 0;
        padding: 10px;
       /* background-color: #fff;*/
        border: 1px solid #ddd;
    }

    .saip-form-inline button {
        padding: 10px 20px;
        background-color: dodgerblue;
        border: 1px solid #ddd;
        color: white;
        cursor: pointer;
    }

        .saip-form-inline button:hover {
            background-color: royalblue;
        }

@media (max-width: 800px) {
    .saip-form-inline input {
        margin: 10px 0;
    }

    .saip-form-inline {
        flex-direction: column;
        align-items: stretch;
    }
}



/* Error */
.error {
    color: red;
    font-size: 11px;
}

.texto-error {
    margin-top: 10px;
    color: #8f8f8c;
    font-size: 17px;
}

.texto-destacado-error {
    margin-top: 15px;
    font-size: 230%;
    color: red;
    text-align: center;
}
