﻿/*COLORES*/
body {
    font-family: 'Open Sans', sans-serif;
    background: linear-gradient(180deg, #D3E1F3, #EEF3FA);
    font-size: 12px;
    color: #4e4e4e;
    height: 100vh;
}











.form {
    width: 20%;
    margin-left: auto;
    margin-right: auto;
    border:solid;
    border-width:1px;
        
}

.usericon {
    position: inherit;
    width: 64.45%;
    /*height: 165px;*/
    height: 21.48%;
    /*background-image: url(Vista/Img/mono.png);*/
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
}

.labels {
    font-family: 'Open Sans', sans-serif;
    text-align: center;
    font-size: 16px;
    height: 40px;
    margin-top: 10px;
    padding-top: 15px;
    color: black;
}

.componente {
    padding-top: 15px;
}

.clientName {
    height: 55px;
    font-family: 'Open Sans', sans-serif;
    font-size: 30px;
    font-weight: bold;
    color: navy;
    padding-left: 3%;
    padding-top: 12%;
    margin-left: auto;
    margin-right: auto;
    float: left;
}

.userName {
    float: left;
    width: 85%;
    height: 40px;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
    font-size: 15px;
    -ms-text-size-adjust: 100%;
    color: black;
    padding-top: 9%;
    padding-bottom: 9%;
    padding-left: 6%
}

.container {
    width: 93.7%;
    height: 120px;
    margin-left: auto;
    margin-right: auto;
}

.userNamelabel {
    font-size: 14px;
    text-align: right;
    color: white;
    display: inline-block;
    position: relative;
    padding-top: 15px; /*20px;*/
    float: right;
    width: auto;
    margin-right: 5px;
}

.pageName {
    border-color: inherit;
    border-width: medium;
    font-size: 14px;
    text-align: right;
    color: white;
    display: inline-block;
    position: relative;
    padding-top: 15px;
    float: right;
    width: auto;
    top: 0px;
    left: 0px;
    margin-right: 5px;
}

.userImageimage {
    padding-top: 10px;
    float: right;
    width: auto;
}

.userSiteLocation {
    padding-top: 10px;
    float: right;
    width: auto;
}
/**********************SPIN*********************************/
.loader,
.loader:before,
.loader:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation: load7 1.8s infinite ease-in-out;
    animation: load7 1.8s infinite ease-in-out;
}

.loader {
    color: #4169BC;
    font-size: 10px;
    margin: auto;
    text-align: center;
    position: relative;
    text-indent: -9999em;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation-delay: -0.16s;
    animation-delay: -0.16s;
}

    .loader:before,
    .loader:after {
        content: '';
        position: absolute;
        top: 0;
    }

    .loader:before {
        left: -3.5em;
        -webkit-animation-delay: -0.32s;
        animation-delay: -0.32s;
    }

    .loader:after {
        left: 3.5em;
    }

@-webkit-keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}

@keyframes load7 {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em;
    }

    40% {
        box-shadow: 0 2.5em 0 0;
    }
}
/*******************************************************/
#wrapper {
    min-height: 100%;
}

footer {
    position: relative;
    /* Altura total del footer en px con valor negativo */
    margin-top: -50px;
    /* Altura del footer en px. Se han restado los 5px del margen
               superior mas los 5px del margen inferior
            */
    height: 40px;
    padding: 5px 0px;
    clear: both;
    /*background: #286af0;*/
    text-align: center;
    color: gray;
}

/* Esta clase define la anchura del contenido y la posicion centrada 
           El contenido queda centrado y limitado, pero la cabecera y el pie
           llegan hasta los limites del navegador.
        */
.define {
    width: 960px;
    margin: 0 auto;
}
/***********************MENU***************************/
* {
    box-sizing: border-box;
}

/*body {
    font-family: 'Open Sans', sans-serif;
    background: #374954;
    color: white;
    text-align: center;
}*/

#main {
    position: relative;
    list-style: none;
    background: #9CBCE5;  
    font-size: 0;
    color: white;
    text-transform: uppercase;
    display: inline-block;
    padding: 0;
}

    #main li {
        /*font-size: 0.8rem;*/
        font-size: 11px;
        display: inline-block;
        position: relative;
        padding: 15px 20px;
        cursor: pointer;
        z-index: 5;
        min-width: 120px;
    top: 0px;
    left: 0px;
}

    #main a {
        text-decoration: none;
        color: white;
    }

li {
    margin: 0;
}


.drop {
    overflow: hidden;
    list-style: none;
    position: absolute;
    padding: 0;
    width: 150%;
    left: 0;
    top: 48px;
}

    .drop div {
        -webkit-transform: translate(0, -100%);
        -moz-transform: translate(0, -100%);
        -ms-transform: translate(0, -100%);
        transform: translate(0, -100%);
        -webkit-transition: all 0.5s 0.1s;
        -moz-transition: all 0.5s 0.1s;
        -ms-transition: all 0.5s 0.1s;
        transition: all 0.5s 0.1s;
        position: relative;
    }

    .drop li {
        display: block;
        padding: 0;
        width: 150%;
        background: #5E89CE !important;
    }

        .drop li:hover {
            display: block;
            padding: 0;
            width: 150%;
            color: white;
            background: #2A4AA5 !important;
        }

        .drop li a {
            text-decoration: none;
            color: white;
        }

#marker {
    height: 6px;
    background: #4169BC !important;
    position: absolute;
    bottom: 0;
    width: 120px;
    z-index: 2;
    -webkit-transition: all 0.35s;
    -moz-transition: all 0.35s;
    -ms-transition: all 0.35s;
    transition: all 0.35s;
}

#main li:nth-child(1):hover ul div {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#main li:nth-child(1):hover ~ #marker {
    -webkit-transform: translate(0px, 0);
    -moz-transform: translate(0px, 0);
    -ms-transform: translate(0px, 0);
    transform: translate(0px, 0);
}

#main li:nth-child(2):hover ul div {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#main li:nth-child(2):hover ~ #marker {
    -webkit-transform: translate(120px, 0);
    -moz-transform: translate(120px, 0);
    -ms-transform: translate(120px, 0);
    transform: translate(120px, 0);
}

#main li:nth-child(3):hover ul div {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#main li:nth-child(3):hover ~ #marker {
    -webkit-transform: translate(240px, 0);
    -moz-transform: translate(240px, 0);
    -ms-transform: translate(240px, 0);
    transform: translate(240px, 0);
}

#main li:nth-child(4):hover ul div {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
}

#main li:nth-child(4):hover ~ #marker {
    -webkit-transform: translate(360px, 0);
    -moz-transform: translate(360px, 0);
    -ms-transform: translate(360px, 0);
    transform: translate(360px, 0);
}

/*****SPOILER*****/

/* Ocultar botón radio */
input[id^="spoiler"] {
    display: none;
}
    /* Estilo botón clicable */
    input[id^="spoiler"] + label {
        display: block;
        width: 100%;
        margin: 0 auto;
        padding: 5px 20px;
        background: #9CBCE5;
        color: white;
        cursor: pointer;
    }
    /* Estilo botón cuando su INPUT está seleccionado */
    input[id^="spoiler"]:checked + label {
        color: white;
        background: #7EA5DB;
    }
    /* Estilo caja SPOILER (inicialmente oculto) */
    input[id^="spoiler"] ~ .spoiler {
        width: 90%;
        height: 0;
        overflow: hidden;
        opacity: 0;
        margin: 10px auto 0;
    }
    /* Estilo caja SPOILER cuando su INPUT está seleccionado */
    input[id^="spoiler"]:checked + label + .spoiler {
        height: auto;
        opacity: 1;
    }

  /**GRID VIEW*/

.mGridNone {
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #525252;
    background-color: #FFF;
    text-align: center;
    font-size: 0.9em;
}

.mGridRed {
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #525252;
    background-image: url(../Images/redBack.png);
    text-align: center;
    font-size: 0.9em;
}

.mGridGreen {
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #525252;
    background-image: url(../Images/greenBack.png);
    text-align: center;
    font-size: 0.9em;
}

table.dataGrid tr.mGridGreen {
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #525252;
    background-image: url(../Images/greenBack.png);
}

.mGrid {
    margin-top: 0px;
}

    /*.mGrid td {
    padding: 2px;
    border: solid 1px #c1c1c1;
    color: #525252;
    background-color:#FFF;
    
}*/

    .mGrid th {
        padding: 4px 2px;
        color: #fff;
        background: #9CBCE5 url(grd_head.png) repeat-x top;
        border-left: solid 1px #337AB7;
        font-size: 0.9em;
        border-radius: 3px;
        text-align: center;
    }

    .mGrid .alt {
        background: #fcfcfc url(grd_alt.png) repeat-x top;
    }

    .mGrid .pgr {
        background: #424242 url(grd_pgr.png) repeat-x top;
    }

        .mGrid .pgr table {
            margin: 5px 0;
        }

        .mGrid .pgr td {
            border-width: 0;
            padding: 0 6px;
            border-left: solid 1px #666;
            font-weight: bold;
            color: #fff;
            line-height: 12px;
        }

        .mGrid .pgr a {
            color: #666;
            text-decoration: none;
        }

            .mGrid .pgr a:hover {
                color: #000;
                text-decoration: none;
            }
    .mGridNone.cell {
       color:chartreuse;

    }

















.banner {
    width: 100%;
    /*height: 194px;*/
    height: 228px;
    margin-top: 0px;
    margin-left: 0px;
    padding-top: 0px;
}

.bannerL {
    width: 74%;
    /*height: 194px;*/
    float: left;
    height: 194px;
}

.clientlogo {
    /*width: 89.53%;*/
    width: 20%;
    height: 120px;
    /*background-image: url(Vista/Img/UTP_Logo.png);*/
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
    float: left;
}


.titleText {
    float: left;
    width: 80%;
    height: 50px;
    margin-top: 5%;
    font-family: 'Open Sans', sans-serif;
    text-align: left;
    font-size: 50px;
    color: white;
}

.bexaplogo {
    width: 100%;
    height: 65px;
    background-repeat: no-repeat;
    margin-left: auto;
    margin-right: auto;
}

.bannerR {
    width: 80%;
    height: 120px;
    float: left;
}

.formtemplate {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05)
}

.Avatar {
    width: 35px;
    height: 35px;
    border-radius: 17px;
}

.titleBar {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    color: black;
}

.formBody {
    width: 56%;
    /*width: 620px;*/
    /*height: 504px;*/
    background-image: url(../Img/Cuerpo.png);
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    /*border: solid;*/
}

.HPlanif_formBody {
    width: 95%;
    /*width: 620px;*/
    /*height: 504px;*/
    background-image: url(../Img/Cuerpo.png);
    background-repeat: repeat-y;
    margin-left: auto;
    margin-right: auto;
    border: solid;
}

.formBottom {
    width: 56%;
    height: 11px;
    background-image: url(../Img/Bottom.png);
    background-repeat: repeat-y;
}

.horizontalLines {
    margin-left: 5px;
    /*width: 615px;*/
    width: 100%;
    height: 38px;
}

.horizontalElements {
    float: left;
    /*width: 120px;*/
    width: 25%;
}

.horizontalElementsbig2 {
    float: left;
    width: 50%;
}

.horizontalElementsbig3 {
    float: left;
    width: 75%;
}

.horizontalElementsbig4 {
    float: left;
    width: 100%;
    height: 19px;
}

.HE_alingcenter {
    text-align: center;
}

.HE_alingleft {
    text-align: left;
}

.HE_alingright {
    text-align: right;
}

.componets_font {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
}

.horizontalLines_auto {
    margin-left: 5px;
    width: 100%;
    height: auto;
}


.menuCSS3 {
    /*margin-top:25.26%;*/
    height: 100%;
}

    .menuCSS3 ul {
        display: flex;
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .menuCSS3 a {
        display: block;
        padding: 10px; /*2em;*/
        background-color: #1a1818;
        text-decoration: none;
        color: white;
        height: 40px;
    }

        .menuCSS3 a:hover {
            background-color: #444444;
            text-decoration: none;
            color: white;
        }

    .menuCSS3 ul li ul {
        display: none;
    }

        .menuCSS3 ul li a:hover + ul, .menuCSS3 ul li ul:hover {
            display: block;
        }

/***************************spoiler*/


/* Style The Dropdown Button */
.dropbtn {
    background-color: #9CBCE5;
    color: white;
    padding: 16px;
    font-size: 14px;
    border: none;
    cursor: pointer;
    text-decoration: none;
    height: 48px;
}
    .dropbtn a {
        color: white;
    }
    /* The container <div> - needed to position the dropdown content */
    .dropdown {
    position: relative;
    display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
    display: none;
    position: absolute;
    background-color: #5E89CE;
    width: 200px;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
    border-radius: 5px;
}

    /* Links inside the dropdown */
    .dropdown-content a {
        color: white;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
        font-size: 14px;
    }

        /* Change color of dropdown links on hover */
        .dropdown-content a:hover {
            background-color: #4169BC;
            color: black;
            font-size: 14px;
            border-radius: 5px;
        }

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
    display: block;

}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
    background-color: #7EA5DB;
    border-radius: 5px;
}


