﻿/**********************************************************************
                            CSS: Layout.css

Encargado de la administración de estilos para la vista utilizada como
base para todas las páginas: Views\Shared\_Layout.cshtml

                    Sistema de Becas TEC - 2015
**********************************************************************/

.body
{
    line-height: 1.8;
}

/*******************ENCABEZADO************************/
.encabezado_seccion {
    color: #14477B;
    background: #FFFFFF;
    height: 50px;
    box-shadow: 1px 1px 2px #ededed;
}
.encabezado_seccion h1 {
    font-size: 2.75em;
}
.encabezado_seccion a {
    font-size: 12px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;
}
.encabezado_seccion .titulo {
    margin-bottom: 32px;
    margin-top: 33px;
    text-align: center;
}

/*******************MENU************************/
.menu {
    display: block;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-left: 0px;
}
.menu a {
    text-decoration: none;
    color: #636D74;
    font-weight: 200;      
}
.menu a:hover {
    color: #14477B;
}
.menu hr {
    margin-top: 5px;    
    border-top: 1px #a7a9ac solid;
    margin-bottom: 5px;
}
.MenuPrincipal
{
    width:526px;
    float: left;
}
.opcionMenuPrincipal
{
    margin-left: 10px;
    margin-right: 10px;
}
div.popoversMenu:before{
    content: ' ';
	height: 0;
	position: absolute;
	width: 0;
    top: -23px;
    left: 47%;
	border: 10px solid transparent;
	border-bottom-color: #636d74;
}

div.otrosMenuPrincipal:before{
    left: 81% !important;
}

div.misbecasMenuPrincipal:before{
    left: 10% !important;
}

div.menuMisBecasPrincipal:before{
    left: 10% !important;
}

div.menuOtrosPrincipal:before{
    left: 81% !important;
}

.menu ul {
    list-style: none;
    padding: 0;
}
.menu #popover_becas,
.menu #popover_expediente,
.menu #popover_solicitudes,
.menu #popover_reportes,
.menu #popover_entes,
.menu #popover_otros {
    position: absolute;
    display: none;
    background: #F6F6F6;
    z-index: 5;
    width: 450px;
    border-top: 3px solid #636d74;
    text-align: left;
}
.menu li:hover #popover_becas,
.menu li:hover #popover_expediente {
    top: auto;
    margin-top: 1px;
    display: block;
    left: 10%;
}
.menu li:hover #popover_solicitudes{
    top: auto;
    margin-top: 1px;
    display: block;
    left: 24%;
}
.menu li:hover #popover_reportes,
.menu li:hover #popover_entes{
    top: auto;
    margin-top: 1px;
    display: block;
    right: 18%;
}
.menu li:hover #popover_otros {
    top: auto;
    margin-top: 1px;
    display: block;
    right: 0.5%;
}
.menu li:focus:after .flecha_abajo {
    border-bottom: 8px solid #636d74 !important;
    border-left: 9px solid transparent !important;
    border-right: 9px solid transparent !important;
    content: "" !important;
    left: 50% !important;
    margin-left: -8px !important;
    position: absolute !important;
    top: 21px !important;
    width: 0 !important;
}
.menu.detalle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    border-bottom: solid 1px #636d74;
    padding-top: 1px;
    padding-left: 1px;
}
@media (min-width: 768px) {
    .menu ul {
        list-style: none;
        padding: 0;
    }

    .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-top: 0px;
    }
}

/************MENU PEQUEÑO**************************/
.menuLateralE{
    box-shadow: 6px 0px 18px -3px rgba(0,0,0,0.75);
    left: 0; 
    background-color: #efefef; 
    z-index: 999;
    position: fixed; 
    height: 100vh;
    width: 250px;
}

.mostrarMenuLateral
{
}
.ocultarMenuLateral
{
}
.fondoMenu
{
    background-color: #efefef !important;
}
.fondoSubMenu
{
    background-color: #afafaf !important;
    border-bottom: 2px solid #262626;
}
.fondoSubSubMenu
{
    background-color: #cfcfcf !important;
    border-bottom: 2px solid #262626;
}

/*******************SUBMENU************************/
.submenu {
    background: #14477B;
}
.submenu p {
    color: #636D74;
    font-size: 0.95em;
    margin-top: 15px;
    margin-bottom: 15px;
}
.submenu span {
    font-size: 0.95em;
    margin-top: 14px;
    margin-bottom: 14px;
}

/*******************POPOVERS MENU************************/
.popoversMenu{
    padding: 15px;
}
.popoversMenu a {
   color: #a7a9ac;
    font-size: 12px;
    font-weight: 100;    
    margin: 0;
    padding: 0;    
    text-align: left;
}
.popoversMenu h4 {
   color: #636d74;
   font-weight: 500;
    font-size: 12px;
    margin: 0;
    padding: 10px 0 10px 0;
}

/*******************DROPDOWN MENU************************/
.dropdown-menu {
        position: absolute;
        display: none;
        background: #F6F6F6;
        z-index: 5;
        width: 400px;
        border-top: 3px solid #636d74;
        text-align: left;
}

/******************SEPARADORES MENU*********************/
.separadorMenu {
    margin-bottom: 5px;
    margin-top: 5px;
    margin-left:-10px; 
    margin-right: 25px;
    border-top: 1px solid #a7a9ac;
}

/******************.menu* *********************/
.menuBecas, .menuMisBecas, .menuSolicitudes, .menuReportes, .menuEntes, .menuVisitas, .menuOtros
{
    margin-top: 11px;
}

.menuBecas, .menuMisBecas {
    margin-left: -30%;
}

.menuSolicitudes {
    margin-left: -230%;
}

.menuReportes
{
    margin-left: -250%;
}
.menuEntes
{
    margin-left: -230%;
    width:225px;
}
.menuVisitas
{
    margin-left: -230%;
}
.menuOtros
{
    margin-left: -430%;
    width:225px;
}

/**************Posicionamiento de menu********************/
.navbar-default {
    background-color: #ffffff;
    border-color: #ffffff;
}
.titulo-xs{
    color: #ffffff;
    font-size:20px;
    margin-top:6px;
}
.ubicacionMenu{
    margin-bottom:-20px;
}
ul {
    list-style: none;
}
.tituloBecas{
    color: #fff;
    font-size: 30px;
    text-align: center;
    margin-top: -5px;
}

/**************Elemento de flecha de menu********************/
.flecha_abajo {
    position: relative;
    display: block;
    border-bottom: 8px solid #FFFFFF;
}

/**************Breadcrumb************************************/
.textobreadcrumb {
    font-size: 13px;
    color: #aebcc0;
    margin-top: 10px;
}
.fondobreadcrumb {
    color: #aebcc0;
    border-radius: 0px;
    list-style: outside none none;
    margin-bottom: 0px;
    line-height: 1px;
    padding: 8px 0px;
}
.breadcrumb {
    background-color: transparent !important;
}

ul > li > h4 {
    cursor: default;
}

div#usuarioOpcion > a + div.popover.fade {
    left: -220px !important;
    width: 304px !important;
    height: 175px !important;
    max-width: none;
    border-radius: 0px;
    border:none;
    background-color: #f6f6f6;
    border-top: 7px solid #14477B;
    top: 24.8px !important;
    box-shadow: none;
    padding: 0px !important;
    border-top-color: #14477B !important;
}

.popover-content {
    padding: 0px !important;
}

div#usuarioOpcion > a + div.popover > div.arrow {
    left: 78% !important;
    top: -18px;
}

@media (min-width: 768px) {
  .modal-lg {
    width: 100%;
  }
}

.popover.bottom .arrow:after {
  border-bottom-color: #14477B !important;
}
