
/* 
    Created on : 30-10-2017
    Author     : Sebastian Franco Brantes
    Description:
        Diseño de inicial del template
*/

/******************************************************************************/
/******************************************************************************/
/*
    1.- Menú general - superior
    2.- Menú lateral - sidebar
    3.- Contenido general
    4.- General 
    5.- Badge - notificaciones
    6.- breadcrumbs
    7.- contenedores
    8.- otros
*/

@font-face {
    font-family: "Open Sans";
    src: url("fonts/open_sans/OpenSans-Regular.ttf");

}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/open_sans/OpenSans-Bold.ttf");
    font-weight: bold;
}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/open_sans/OpenSans-Italic.ttf");
    font-style: italic;
}
@font-face {
    font-family: "Open Sans";
    src: url("fonts/open_sans/OpenSans-BoldItalic.ttf");
    font-weight: bold;
    font-style: italic;
}


body {
    color: #777 !important;
    /*font-family: "Open Sans", Arial, sans-serif !important;*/
    font-family: "Open Sans", Helvetica, Arial, sans-serif !important;
    line-height: 22px;
    margin: 0;
    font-size: 16px;
    /*background-color: #f2f5f9;*/
    background-color: #F7F7F7;
}


/******************************************************************************/
/******************************************************************************/
/*1.- Menú general - superior*/
#menu_general{
    box-shadow: 0 1px 0 rgb(0 0 0 / 3%), 0 1px 8px rgb(0 21 41 / 12%);
}

#menu_general > .navbar-default{
    background-color: #fff !important;
    padding-top: 12px;
    padding-bottom: 12px;
    border: none;
    border-radius: 0px;
}

#menu_general .navbar-brand{
    color: rgba(0,0,0,.5);
}

#menu_general > .navbar-default .navbar-nav > li > a {
    color: rgba(0,0,0,.5);
}

#menu_general > .navbar-default .navbar-nav > .open > a, 
#menu_general >.navbar-default .navbar-nav > li> a:hover, 
#menu_general > .navbar-default .navbar-nav > .open > a:focus {
    color: #fff;
    background-color: #2b374b;
    border-radius: 25px;
}
#menu_toggle{
    margin-left: 20px;
}
#menu_toggle:hover, #menu_toggle:focus{
    color: #fff;
    background-color: #2b374b;
    border-radius: 25px;
}

.dropdown-menu > li > a {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

.menu_principal_lateral{
    margin-right: 20px;
}

#logo_menu{
    margin-top: -5px;
    margin-left: 20px;
}
#logo_menu> a {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

#logo_menu img{
    
}



/*color para las notificaciones que no se han leido*/
.notificacion_alert{
    text-decoration: none;
    background-color: #f7f7f7;
}

.notificacion_fecha{
    font-size:10px; 
    margin-bottom:0px; 
    padding-bottom: 0px; 
    color: #848484;
    text-align: right;
}

/******************************************************************************/
/******************************************************************************/
/*2.- Menú lateral - sidebar*/
#sidebar-wrapper {
    z-index: 1000;
    position: fixed;
    left: 250px;
    width: 0;
    height: 100%;
    margin-left: -250px;
    overflow-y: auto;
    /*background: #000;*/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    background-color: #162c50;
}

#sidebar-wrapper > .panel{
    padding: 0px 0px !important;
    background-color: transparent !important;
    border: none !important;
}

#sidebar-wrapper > .panel-default {
    border-top: 1px solid #eee;
}

#sidebar-wrapper > hr{
    margin-top: 0px; 
    margin-bottom: 0px;
}

.institucion{
    padding: 14px 20px;
    padding-bottom: 0px;
}

.institucion h4{
    color: #fff;
    display: inline;
}

/********************************/
.profile_image {
    width: 65px;
    height: 65px;
    box-shadow:
    inset 0 0 0 2px rgba(255,255,255,0.6), 
    0 1px 1px rgba(0,0,0,0.1);
    background-color: transparent !important;
    display: inline-block;
    vertical-align: middle;
}

.profile_image_small {
    width: 50px;
    height: 50px;
    box-shadow:
    inset 0 0 0 2px rgba(255,255,255,0.6), 
    0 1px 1px rgba(0,0,0,0.1);
    background-color: transparent !important;
    display: inline-block;
    vertical-align: middle;
}

.profile_image_small  .circular--portrait{
    border: 1px solid #fff !important;
}

.profile_image_xs_small {
    width: 40px;
    height: 40px;
    box-shadow:
    inset 0 0 0 2px rgba(255,255,255,0.6), 
    0 1px 1px rgba(0,0,0,0.1);
    background-color: transparent !important;
    display: inline-block;
    vertical-align: middle;
}

.profile_image_xs_small  .circular--portrait{
    border: 1px solid #fff !important;
}

.profile_info{
    margin-left: 10px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.profile_info h3{
    color: #fff !important;
    font-size: 14px !important;
    margin: 0px !important;
}

.profile_info h4{
    color: #87a8de;
    font-size: 12px;
    margin: 0px !important;
}

.profile_info hr{
    margin-top: 5px;
    margin-bottom: 7px;
}


/********************************/
.menu_lateral_perfil{
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.menu_lateral{
    color: #87a8de;
    font-size: 16px;
}

.menu_lateral a{
    color: #87a8de;
}

.menu_lateral > li > a {
    padding: 14px 20px;
    border: none !important;
}

.menu_lateral > li.active > a, .menu_lateral > li.active > a:hover, .menu_lateral > li.active > a:focus {
    color: #fff;
    background-color: #0f1f38 !important;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus{
    color: #fff;
    background-color: #0f1f38 !important;
    box-shadow: inset 2px 0 #1a97ff;
}

.kv-sidenav li a:hover{
    color: #fff;
    background-color: #0f1f38 !important;
}

.kv-sidenav .active > ul {
    padding: 14px 20px;
    background-color: #0f1f38 !important;
}

.kv-sidenav li a {
    border: none !important;
}


/*************************************/
.menu_lateral_inferior{
    color: #87a8de;
    font-size: 16px;
    position: absolute;
    bottom: 0px;
    width: 100%;
}

.menu_lateral_inferior a{
    color: #87a8de;
    
}

.menu_lateral_inferior > li > a {
    padding: 14px 20px;
    border: none !important;
}

.menu_lateral_inferior > li.active > a, .menu_lateral_inferior > li.active > a:hover, .menu_lateral_inferior > li.active > a:focus {
    color: #fff;
    background-color: #0f1f38 !important;
}

/*separador del menú*/
hr{
    border-bottom:1px solid #e0e0e0;
}


/******************************************************************************/
/******************************************************************************/
/*3.- Contenido general*/
#wrapper {
    padding-left: 0;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#wrapper.toggled {
    padding-left: 250px;
}



#wrapper.toggled #sidebar-wrapper {
    width: 250px;
}

#page-content-wrapper {
    width: 100%;
    position: absolute;
    padding: 0px;
    color: #333;
    font-size: 13px;
}

#wrapper.toggled #page-content-wrapper {
    position: absolute;
    margin-right: -250px;
}

@media(min-width:768px) {
    #wrapper {
        padding-left: 280px;
        /*margin-top: 70px;*/
    }

    #wrapper.toggled {
        padding-left: 0;
    }

    #sidebar-wrapper {
        width: 280px;
    }

    #wrapper.toggled #sidebar-wrapper {
        width: 0;
    }

    #page-content-wrapper {
        padding: 0px 20px 20px 20px;
        position: relative;
    }

    #wrapper.toggled #page-content-wrapper {
        position: relative;
        margin-right: 0;
    }
}

/******************************************************************************/
/******************************************************************************/
/*4.- General*/
.panel {
    padding: 20px 30px;
    border: none;
    border: 1px solid rgba(0,0,0,0.08);
    margin-bottom: 20px;
    box-shadow: 0 0px 8px 0 rgba(0,0,0,0.06),0 1px 0px 0 rgba(0,0,0,0.02);
}

.panel-default{
    border-top: 4px solid #3c8dbc;
}

h3{
    margin-bottom: 25px;
}

.breadcrumb{
    /*background-color: #f5f5f5;*/
    background-color: transparent !important;
    margin-bottom: 10px !important;
}



/******************************************************************************/
/******************************************************************************/
/*5.- Badge - notificaciones */
.badge-error {
  background-color: #b94a48;
}

.badge-warning {
  background-color: #f89406;
}

.badge-success {
  background-color: #468847;
}

.badge-info {
  background-color: #3a87ad;
}

.badge-inverse {
  background-color: #333333;
}

/******************************************************************************/
/******************************************************************************/
/*6.- breadcrumbs */
.breadcrumbs > a{
    color: #36a9e1  !important;
    font-size: 12px !important;
}

.breadcrumbs > span{
    color: #9da0a8 !important;
    font-size: 12px !important;
}

/******************************************************************************/
/******************************************************************************/
/*7.- tables gridview */
.table-hover > tbody > tr:hover {
    background-color: #eeeeee;
}

.grid_view_button{
    margin-left: 6px;
    font-size: 20px;
}

.grid_view_button_vacio{
    margin-left: 6px; 
    font-size: 20px;
    color:#dadada;
}

.botones_mantenedor{
    margin-bottom: 10px;
}


/******************************************************************************/
/******************************************************************************/
/*8.- img circle */
.circular--portrait {
  position: relative;
  overflow: hidden;
  border-radius: 50%;
  border: 4px solid #fff;
}

.circular--portrait img {
  width: 100%;
  height: auto;
}

.circular--landscape {
  display: inline-block;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}

.circular--landscape img {
  width: auto;
  height: 100%;
  margin-left: -50px;
}


.circular--square {
  border-top-left-radius: 50% 50%;
  border-top-right-radius: 50% 50%;
  border-bottom-right-radius: 50% 50%;
  border-bottom-left-radius: 50% 50%;
}

/******************************************************************************/
/******************************************************************************/
/*7.- contenedores */
.contenedor_pagina{
    padding-top: 10px;
    padding-bottom: 10px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgb(0 0 0 / 8%);
    border: 0;
}


.contenedor_pagina .titulo{
    border-bottom: 2px solid #E6E9ED;
    padding: 1px 5px 6px;
    margin-bottom: 10px;
}


/******************************************************************************/
/******************************************************************************/
/*8.- otros */
.nav-participantes > li > a{
    padding: 3px 1px !important;
}

.display-flex-center {
    display:flex;
    align-items:center;
}

.icon-square{
    padding: 25px;
    background-color: red;
    border-radius: 10px;
    float: left;
    margin: 5px;
}

.icon-opciones-upload{
    background-color: #f5f6ff; 
    color: #659cf5; 
    font-size: 30px;
}

.menu_app > .dropdown-menu{
    width: 350px;
    padding: 10px;
}

.menu_app > .dropdown-menu > li{
    width: 33%;
    float: left;
    border-radius: 5px;
    text-align: center;
}

.menu_app > .dropdown-menu > li > a > span{
    font-size: 30px;
    text-align: center;
}

.menu_app > .dropdown-menu > li > a > p{
    width: 100%;
    text-align: center;
}

.menu_app > .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background: rgba(22, 44, 80, 0.8);
    color: #fff;
    border-radius: 5px;
}

.cuerpo_new{
    border-left: 5px solid #d3d3d3;
    padding-left: 30px !important;
}

.cuerpo_new:hover{
    border-left: 5px solid #EABE3F;
}

.news{
    min-height: 130px;
}
    
.showmore-button{
    text-align: right;
    color: #337ab7;
    cursor: pointer;
    margin-top: 10px;
}

form div.required label.control-label:after {
  content:" * ";
  color:red;
}