﻿
:root {
    --colorColegio: #870150;
    --colorMenuPrincipal: #6b013f;
    --colorMenuPrincipalHover: #440028;
    --colorMenuSubMenu: #870150;
    --colorMenuSubMenuHover: #440028;
}

.FondoGrisOcuro {
    background-color: #005580;
}

.fondoColorIconoUsuario {
    color: #005580;
}

.gridPagerStyle a {
    border: 0.5px solid #DFDDDD;
    padding: 1px 16px 1px 16px;
    margin-left: -5px;
}

.gridPagerStyle span {
    border: 0.5px solid #DFDDDD;
    padding: 1px 16px 1px 16px;
    background-color:#006699;
    color:white;
    margin-left: -5px;
}

.gridHeaderStyle {
    background-color: #069;
    color: White !important;
}

    .gridHeaderStyle th {
        padding: 4px 4px 4px 4px;
    }

    .gridHeaderStyle a {
        color: White !important;
    }


/*TABS*/
.resp-tab-active {
    font-family: 'Catamaran', sans-serif;
    font-size: 16px;
    border: 1px solid steelblue !important;
    border-bottom: none;
    margin-bottom: -1px !important;
    padding: 5px 25px !important;
    /*padding: 12px 14px 14px 14px !important;*/
    /*border-top: 6px solid #5AB1D0 !important;*/
    border-top: 6px solid steelblue !important;
    border-bottom: 0px #fff solid !important;

    border-radius: 0 0 0 0;
    -moz-border-radius: 0 0 0 0;
    -webkit-border-radius: 0 0 0 0;

}

.resp-tab-content {
    border: 1px solid steelblue;
    border-top-color: steelblue;
    
    border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    -webkit-border-radius: 0 0 5px 5px;
}


/*TABS*/
/* TAB GRID EXPDIENTES   
----------------------------------------------------------*/
.TabGridActivado {
    background-color: white !important;
    border: 1px solid steelblue !important;
    border-top: 6px solid steelblue !important;
    border-bottom: 0px #fff solid !important;
}

.TabGridDesActivado {
    border-top-color: #c1c1c1;
    border-right-color: #c1c1c1;
    border-bottom-color: #c1c1c1;
    border-left-color: #c1c1c1;
    background-color: #E1E1E1;
}

.TabGrid {
    font-size: 14px;
    display: inline-block;
    padding: 5px 25px;
    /*padding: 13px 25px;*/
    /*margin: 10px 4px 0 0;*/
    margin: 2px 2px 0 0;
    list-style: none;
    cursor: pointer;
    float: left;
}

.TabGridDiv {
    width: 100%;
    background-color: white;
    border: 1px solid steelblue !important;
    margin-top: -1px;
}
/* TAB MENU  */
    
/* LINKS  */

a:link, a:visited {
    color: #006699;
    text-decoration: none;
}

a:hover {
    color: #00334d;
    /*color: #111;
    font-weight:bold;*/
    /*text-decoration: underline;*/
}

a:active {
    color: #006699;
    text-decoration: none;
}

a {
    color: #006699;
    text-decoration: none;
    /*font-weight: bold;*/
}
/* LINKS  */
 
    
/*Botones*/

.btnFormulario {
    font-size: 14px;
    /*font-weight: bold;*/
    padding: 5px 10px 5px 10px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    background-color: #006699;
    color: White !important;
    border-style: none;
    margin-right: 15px;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btnFormulario:hover {
        cursor: pointer;
        background-color: white;
        color: #006699 !important;
        border-color: #006699;
        border-style: solid;
        border-width: 1px;
    }

.btn-formu-cancelar {
    background-color: #bcbcbc;
    border-color: #ffffff;
}

    .btn-formu-cancelar:hover {
        /*color: #16191f !important;
        border-color: #eeeeee !important;*/
        color: #16191f !important;
        border-color: #16191f;
        border-style: solid;
        border-width: 1px;
    }
.btnFormularioPeq {
    font-size: 12px;
    /*font-weight: bold;*/
    padding: 1px 5px 1px 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px; /*IE 7 AND 8 DO NOT SUPPORT BORDER RADIUS*/
    background-color: #006699;
    color: White !important;
    border-style: none;
    margin-right: 15px;
    border-color: transparent;
    border-style: solid;
    border-width: 1px;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

    .btnFormularioPeq:hover {
        cursor: pointer;
        background-color: white;
        color: #006699 !important;
        border-color: #006699;
        border-style: solid;
        border-width: 1px;
    }

/*Botones*/

/*Menus*/

.nav {
    list-style: none;
    *zoom: 1;
    /*background:#175e4c;*/
    padding-left: 19px;
    padding-top: 19px;
    font-size: medium;
    list-style: none;
    margin-bottom: 0px;
    text-align: left;
    /*padding-bottom: 10px !important;*/
}

    .nav:before,
    .nav:after {
        content: " ";
        display: table;
    }

    .nav:after {
        clear: both;
    }

    .nav ul {
        list-style: none;
        min-width: 13.5em;
        width: auto;
    }

    .nav a {
        padding: 10px 10px !important;
        color: #fff;
        /*font-weight: 400;*/
        /*text-transform: uppercase;*/
        font-weight: 400;
        font-style: normal;
        font-size: 14px;
        /*font-size: 12px;*/
        opacity: 1;
        margin-top: -1px !important;
        margin-left: 1px !important;
		white-space: nowrap;
    }

        .nav a:hover {
            text-decoration: none;
        }

        .nav a:link, .nav a:visited {
            color: #fff;
            text-decoration: none;
        }

        .nav a:active {
            color: #fff;
            text-decoration: none;
        }


    .nav li {
        position: relative;
        margin-right: 5px;
        white-space: nowrap;
    }

    .nav > li {
        float: left;
        /*border-top: 1px solid #104336;*/
    }

        .nav > li > a {
            display: block;
        }

    .nav li ul {
        position: absolute;
        left: -9999px;
    }

    .nav > li.hover > ul {
        left: 0;
    }

    .nav li li.hover ul {
        left: 100%;
        top: 0;
    }

    .nav li li .parent {
        background-image: url("../Images/rightArrow.png");
        background-repeat: no-repeat;
        background-position: 95% 50%;
    }

    .nav li li a {
        display: block;
        background-color: #0077b3;
        /*color: #fff;*/
        position: relative;
        z-index: 100;
        /*border-top: 1px solid #175e4c;  #DFDFDF*/
    }

        .nav li li a:hover {
            /*background: #66A5D5;*/
            background-color: #00669a;
        }

    .nav li li li a {
        /*background:#249578;*/
        z-index: 200;
        /*border-top: 1px solid #1d7a62;*/
        /*background: #DFDFDF;*/
        background-color: #3f3f3f;
        color: #fff;
        margin-left: 0px !important;
        margin-top: 0px !important;
    }

        .nav li li li a:hover {
            background-color: #666666;
        }


.toggleMenu {
    display: none;
    background-color: #385924;
    width: 40px;
    height: 40px;
    cursor: pointer;
    margin-top: 0px;
}

    .toggleMenu:after {
        content: '';
        display: block;
        width: 30px;
        height: 5px;
        background: white;
        margin: 7px 5px;
        box-shadow: 0px 0px 0px white, 0px 10px 0px white, 0px 20px 0px white;
        /*box-shadow: 0px 10px 0px #777, 0px 20px 0px #777*/
    }

/*Menus*/

@media screen and (max-width: 768px) {
/*Menus*/


    .nav {
        width: 100%;
        background: #385924;
        margin-top: -10px !important;
    }

        .nav a {
            color: #fff;
        }

        .nav > li {
            float: none;
        }

            .nav > li > .parent {
                background-position: 95% 50%;
                background-image: url("../Images/downArrow.png");
                background-repeat: no-repeat;
                background-position: 95% 50%;
            }

        .nav li li .parent {
            background-image: url("../Images/downArrow.png");
            background-repeat: no-repeat;
            background-position: 95% 50%;
        }

            .nav li li .parent:hover {
                background-image: url("../Images/downArrow.png") !important;
                background-repeat: no-repeat !important;
                background-position: 95% 50% !important;
            }

        .nav li li li a {
            background: #009eee;
        }

            .nav li li li a:hover {
                /*background: #666666;*/
            }

        .nav ul {
            display: block;
            width: 100%;
        }

        .nav > li.hover > ul, .nav li li.hover ul {
            position: static;
        }

        .nav li li a {
            background-color: #007cbb;
            color: #fff;
        }

            .nav li li a:hover {
                /*background-color: #22578a;*/
            }
 
}
.divContenedorRepositorio i{
    color: #006699;
}