﻿body {
    padding-top: 60px;
    background-color: #F5F5F5;
    padding-bottom: 40px;
}

/*--- Menú Superior ---*/

.navbar-right > li > a {
    padding-left:5px;
}

#departmentMenu
{
    overflow-y: auto;
    max-height: 31em;
}

.navbar-fixed-top
{
    margin-bottom:0px;
    border-bottom: 1px solid #CCCCCC !important;
    background-color:#EEEEEE !important;
}

/*  Colores del menú superior */

.navbar-fixed-top {
    padding: 0 0;
    background-color: transparent;
    -webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
    -moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
    transition: background .5s ease-in-out, padding .5s ease-in-out;
    z-index: 10;
}

.navbar .navbar-nav > li > a {
    color: #001489;
    padding-top: 14px;
    padding-bottom: 10px;
}

.navbar-fixed-top .navbar-nav > li {
    color: #001489;
    font-size: 1.1em;
    font-family: Arial, Helvetica, sans-serif
}

.dropdown-menu li > a, .dropdown-menu li > span {
    font-size: 1em;
    color: #001489;
    padding: 0.3rem 1rem; 
}

.navbar .navbar-nav > li > a:hover, .navbar .navbar-nav > li > a:focus {
    color: #ef6c00;
    background-color: transparent;
}

.navbar .navbar-nav > .open > a, .navbar .navbar-nav > .open > a:hover, .navbar .navbar-nav > .open > a:focus {
    background-color: rgba(0, 0, 0, 0.05);
    color: #ef6c00;
}

.top-nav-collapse .navbar-nav > li > a {
    color: #1a237e;
    transition-duration: 1s;
    font-size: 15px;
}

.navbar .navbar-toggle:hover, .navbar .navbar-toggle:focus {
    background-color: #FF5722;
}

.navbar .navbar-toggle {
    border-color: #FF5722;
}

.navbar-toggle {
    position: relative;
    float: right;
    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: #FF5722;
    background-image: none;
    border: 1px solid #FF5722;
    border-radius: 4px;
}


/*--- Quitar el color del autocomplete ----*/

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

input:-webkit-autofill {
    transition: all 5000s ease-in-out 0s;
}


input, select, textarea {
    max-width: 100%;
}

#EtiquetasInput{
    font-size: small; 
    margin-left: 2px; 
    margin-bottom: -3px;
}

#EtiquetaFormulario
{
    color: #9e9e9e; 
    font-size: 1rem; 
    font-weight: 700;
}

#Titulo{
    font-weight: 600;
    font-size: 2.3em;
    font-variant-caps:small-caps;
}

#DivBreadCrumb
{
    padding-top:18px;
    margin-bottom:5px;
    height:3em;
}

#DivBreadCrumb > ol 
{
    padding: 7px 5px 7px 20px;
    background-color:#E8E8E8 !important; 
    vertical-align:middle;
}

#DivBreadCrumb > ol >li > span
{
   vertical-align:baseline;
   padding-left:5px;
}



#menuBreadcrumb
{
    padding-top:18px;
    margin-bottom:5px;
    height:3em;
}

#menuBreadcrumb > ol 
{
    padding: 7px 5px 7px 20px;
    background-color:#E8E8E8 !important; 
    vertical-align:middle;
}

#menuBreadcrumb > ol >li > span
{
   vertical-align:baseline;
   padding-left:5px;
}

 input[type=date]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    display: none;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance:textfield;
}

.btn-primary {
    background: #003da5;
}

.btn-primary:hover, .btn-primary:focus {
    background-color: #003da5 !important;
    color: #fff;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


#hbd{
    padding-top: 10px;
    font-family: 'Pacifico', cursive;
    font-size: 18px;
    text-align: center;
}

#hbdText{
    padding-top: 10px;
    font-family: 'Pacifico', cursive;
    font-size: 18px;
    text-align: center;
    color: orangered;
}

#hbdFrase{

    font-family: 'Pacifico', cursive;
    font-size: 12px;
    text-align: center;
    color: darkblue;
}
/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}


.footer {
    background-color:#152374;
    width: 100%;
    height: 30px;
    font-size: 10px;
    color: white;
    position: fixed;
    text-align: center;
    bottom: 0;
}

#imgf{
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

#imgt{
    width: 30px;
    height: 30px;
    margin-bottom: 10px;
}

#imgy{
    width: 50px;
    height: 30px;
    margin-bottom: 10px;
}

#imgi{
    width: 33px;
    height: 25px;
    margin-bottom: 10px;
}

#imgm{
    width: 60px;
    height: 20px;
    margin-bottom: 10px;
}

#textof{
    padding-top: 10px;
}

.redondo {
    border: 2px solid #000C60;
    margin: 0;
    padding: 0;
    border-radius: 800px;
    overflow: hidden;
}

#profilePicture{
    margin-top:0.2rem;
    width:2.35rem;
    border: 1px solid #001489;
}

/*#profilePictureContainer :hover
{
    position:fixed;
    width:20%;
    left:70%;
}*/


#MenuMovil{
    display:none;
}


.marginBottom-0 {margin-bottom:0;}

.dropdown-submenu{position:relative;}
.dropdown-submenu>.dropdown-menu{top:0;left:100%;margin-top:-6px;margin-left:-1px;-webkit-border-radius:0 6px 6px 6px;-moz-border-radius:0 6px 6px 6px;border-radius:0 6px 6px 6px;}
.dropdown-submenu>a:after{display:block;content:" ";float:right;width:0;height:0;border-color:transparent;border-style:solid;border-width:5px 0 5px 5px;border-left-color:#cccccc;margin-top:5px;margin-right:-10px;}
.dropdown-submenu:hover>a:after{border-left-color:#555;}
.dropdown-submenu.pull-left{float:none;}.dropdown-submenu.pull-left>.dropdown-menu{left:-100%;margin-left:10px;-webkit-border-radius:6px 0 6px 6px;-moz-border-radius:6px 0 6px 6px;border-radius:6px 0 6px 6px;}



/* Large desktops and laptops */
@media (min-width: 1200px) { 
    #logoClienteMovil{
        display: none;
    }
    #MenuMovil{
    display:none;
}

}

/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
    #logoClienteMovil{
        display: none;
    }
    #MenuMovil{
    display:none;
}
}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
    #logoClienteMovil{
        display: none;
    }

}

/* Landscape phones and portrait tablets */
@media (max-width: 767px) {

    #logoCliente{
        display: none;
    }

    #RecursosHumanosAnuncio1{
        display:none;
    }

    #Titulo{
    font-family: 'Fjalla One', sans-serif;
    font-size:  20px;
    }

    .navbar .navbar-nav .open .dropdown-menu > li > a:hover, .navbar .navbar-nav .open .dropdown-menu > li > a:focus {
    color: #251F60;
    background-color: transparent;
}

    .navbar .navbar-nav .open .dropdown-menu > li > a {
    color: rgb(37, 31, 96);
}
    
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
    .footer {
        height: 40px;
    }

     #logoCliente{
        display: none;
    }
}


.table-condensed>tbody>tr>td, .table-condensed>tbody>tr>th, .table-condensed>tfoot>tr>td, .table-condensed>tfoot>tr>th, .table-condensed>thead>tr>td, .table-condensed>thead>tr>th {
    padding: 5px;
    vertical-align: middle;
}
