/* Estilos personalizados SISTEMAS DE INTRANET*/

/*
===========================================*/

@font-face {
    font-family: 'Encode Sans';
    font-style: normal;
    font-weight: 500;
    src: local('Encode Sans Regular'), local('EncodeSans-Regular'),
    url('../fonts/encodesans/encode-sans-v4-latin-500.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/encodesans/encode-sans-v4-latin-500.woff2') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

@font-face {
    font-family: 'Encode Sans Regular';
    font-style: normal;
    font-weight: 100;
    src: local('Encode Sans Regular'), local('EncodeSans-Regular'),
    url('../fonts/encodesans/encode-sans-v4-latin-regular.woff2') format('woff2'), /* Chrome 26+, Opera 23+, Firefox 39+ */
    url('../fonts/encodesans/encode-sans-v4-latin-regular.woff2') format('woff'); /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}

label{
	margin-top:10px;
}
.required:after {
    content: " *";
    color:red;
}
.popover.error-popover {
    background-color: #F2DEDE;
    border-color: #EED3D7;
    box-shadow: none;
    color: #B94A48;
    cursor: pointer;
    max-width: none;
    z-index: 1099;
}
.popover.error-popover .popover-content {
    padding: 6px 14px;
}
.popover.error-popover.right .arrow {
    border-right-color: #EED3D7;
}
.popover.error-popover.right .arrow:after {
    border-right-color: #F2DEDE;
}

.popover.error-popover.top .arrow {
    border-top-color: #EED3D7;
    left: 30px;
}
.popover.error-popover.top .arrow:after {
    border-top-color: #F2DEDE;
}

/* FIN POPOVER */

a {
	color:#009AAE;
}

a:hover{
	text-decoration:none;
	color:#666;
	}

h1{
	margin:0 0 25px 0;
	text-align:left!important;
	font-size:1.7em;
}

.header-main{
background:#f5802d;
color:#fff;
border-bottom:solid 2px #f5802d;
}

.sistema{
	font-size:18pt;
	margin:10px 0;
	color:#ccc;
	float:left; 
    
}

.sistema a{
	color:#fff;
	 
    
}


.user{
	height:30px;
	background:#999;
	}
	

	
.title-form{
	/*padding: 15px;*/
	padding:5px;
    margin-bottom: 20px;
    /*border-bottom:3px solid #f5802d;*/
    border-radius: 4px;
	/*background:#f7d3b3;*/
	font-size:14pt;
	color:#666;
	/*font-weight:bold;*/
	display:block;
	
}	
	
.ba{
	background:#f5802d;
	color:#fff;
	display:block;
}

.ba2{
	background:#f8a972;
	color:#fff;
	display:block;
}

.panel-title ba{
	margin:0;
	background:#000;
}

#menu{
	text-decoration:none;
	min-height:500px;
	margin:-25px 0 0 -13px;
	
	/*margin: -25px 0 0 -70px;*/
	padding-top:10px;
        /*width:250px;*/
	
	background: rgb(245,245,245); /* Old browsers */
        /* IE9 SVG, needs conditional override of 'filter' to 'none' */
        background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZjVmNWY1IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
        background: -moz-linear-gradient(top, rgba(245,245,245,1) 0%, rgba(245,245,245,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(245,245,245,1)), color-stop(0%,rgba(245,245,245,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
        background: -webkit-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
        background: -o-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
        background: -ms-linear-gradient(top, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
        background: linear-gradient(to bottom, rgba(245,245,245,1) 0%,rgba(245,245,245,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f5f5f5', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
     }
     
#menu a{
	color:#999;
	
	padding:5px 18px;
	display:block;
	height:auto;
	 }
 
#menu a:hover{
	background:#ebebeb;
	border-left: solid 2px #ccc;
    padding-left: 16px;
     }

/* CORRECCION PARA SACAR EL BORDE PUNTEADO A LOS A LINK */
a:active, a:active * { outline: none !important; -moz-outline-style: none !important; }
a:focus, a:focus * { outline: none !important; -moz-outline-style: none !important; }

ul{
    list-style:none;
	background:#fff;
	
  }
#menu li > ul li {
    padding: 0 15px;
	
            }
#menu li > ul li a:hover {
	background:#FFF;
            }			


.error{
display:none;
margin:0;
}

.error{
display:none;
}

.error p{
color:#a00f00 !important;
font-family:'OpenSansBold', Helvetica, Arial, sans-serif !important;

}

.mostrar.error{
display:block;
}
.e1500{
	height:1500px;
     }

.e50{
	height:50px;
     }
     
.e30{
	height:30px;
     }
	 
.e10{
	height:10px;
     }
	 
.form-group{
	padding-left:15px;
}


.breadcrumb{
	padding: 8px 1px;
	background:none;
	margin:0;
	border-top:solid 1px #d5d5d5;
	
}

.breadcrumb a{
	color:#CCC;
}
.breadcrumb .active{
	color:#fff;
}

.breadcrumb > li + li:before {
  padding: 0 ;
}

.color-ba{
color:#f5802d;
}

.bg-ba{
background:#f5802d;
color:#fff;
}

.btn{
border-bottom: 3px solid rgba(0, 0, 0, 0.15);
}
  
.btn:active {
border-bottom: 3px solid rgba(0, 0, 0, 0.0);
}

.btn-link{
border-bottom: 3px solid rgba(0, 0, 0, 0.0);
}
  
.btn-link:active {
border-bottom: 3px solid rgba(0, 0, 0, 0.0);
}

.btn-ba{
color:#fff;
background:#009AAE;
}

.btn-ba:hover{
color:#fff;
background:rgb(66,66,66);
}

.btn-ba:active {
color:#fff;
background:#009AAE;
}

.btn-ba:visited{
color:#fff;
}

.open .dropdown-toggle.btn-ba {
  color: #fff;
  background-color: #da610c;
  border-color: #adadad;
}
.secondary {
  background-color: #999;
}

.secondary:hover,
.secondary:focus,
.secondary:active,
.secondary.active,
.open .dropdown-toggle.secondary {
  color: #fff;
  background-color: #777;
  border-color: #adadad;
}






.panel-ba {
  border-color: #f5802d;
}
.panel-ba > .panel-heading {
  color: #fff;
  background-color: #f5802d;
  border-color: #f5802d;
}
.panel-ba > .panel-heading + .panel-collapse .panel-body {
  border-top-color: #f5802d;
}
.panel-ba > .panel-footer + .panel-collapse .panel-body {
  border-bottom-color: #f5802d;
}

.glyphicon-user{
	margin-top:15px;
}
 .btn-volver {
	 padding:2px 8px;
	 
	 color:#FFF;
 }
 
  .btn-volver a{
	 color:#fff;
 }
 
  .btn-volver a:hover{
	  text-decoration:none;
	 color:#d5d5d5;
 }



/*
==============================  Estilos comunes  =============================*/

/* 
font-family: 'OpenSansRegular';
font-family: 'OpenSansItalic';
font-family: 'OpenSansLight';
font-family: 'OpenSansLightItalic';
font-family: 'OpenSansBold';
font-family: 'OpenSansBoldItalic';
font-family: 'OpenSansCondensedBold';
font-family: 'OpenSansCondensedLight';
font-family: 'OpenSansCondensedLightItalic'; 
*/

*{padding:0;
margin:0;
}

body{
    font-family: 'Encode Sans';
}

.no-pad{
padding:0;
}

.color-ba{
color:#f5802d;
}

.bg-ba{
background:#f5802d;
}

.label-ba{
background:#f5802d;
}

th{
font-weight:bold;
font-family: 'OpenSansBold';
}

.text-danger ul, .text-danger ul li, .text-danger p
{
    margin: 0;
}

.text-danger
{
    color:#a94442;
    font-size: 0.85em;
    padding: 0;
    margin: 0;
}

/*
====================================== INDEX REGISTER - LOGIN ========================================*/

#reg-log{
background: url('../img/bg-login-1.jpg') center no-repeat;
min-height:1000px;
}




/*
====================================== INDEX SESIÓN INICIADA ========================================*/

.header{
background:#4A4D58/*#f0f0f0*/;
padding:0 20px;
border-bottom: 1px solid #ddd;
margin-right:0;
box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
-webkit-box-shadow: 0 2px 2px -1px rgba(0,0,0,.1);
}

.header h1{
padding:0;
margin:0;
text-indent:-999999px;
}

.header .logo{
float:left; 
/*background: url('../img/BA-gris.png') no-repeat;*/
padding: 13px 0 0 25px;

}

.header .navbar{
border-bottom:0;
}

.header .navbar a{
color:#666666;
}

.sesion{
margin:10px;
float:right;
}

.sesion  .btn-default{
color: #777;
}

.sesion p, .sesion a, .sesion .btn{
font-size:0.9em;
}

.sesion .btn.btn-default.dropdown-toggle{
background:none;
border:none;
}

.btn-group.open .dropdown-toggle {
-webkit-box-shadow: none; 
 box-shadow: none; 
}

.btn-group:active .dropdown-toggle {
-webkit-box-shadow: none; 
 box-shadow: none; 
}

.sesion .dropdown-menu:before {
  position: absolute;
  top: -7px;
  right: 14px;
  display: inline-block;
  border-right: 7px solid transparent;
  border-bottom: 7px solid #ccc;
  border-left: 7px solid transparent;
  border-bottom-color: rgba(0, 0, 0, 0.2);
  content: '';
}

.sesion .dropdown-menu:after {
  position: absolute;
  top: -6px;
  right: 15px;
  display: inline-block;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #ffffff;
  border-left: 6px solid transparent;
  content: '';
}

.col-xs-12 .sesion {
float:none;
margin:0 auto;
}

.mensajes .dropdown-menu{
left: -100px;
padding: 15px;
}

.mensajes .dropdown-menu>li>a{
text-align:left !important;
background:none !important;
color:#f5802d !important;
padding:0 0 10px 0;
}

.perfil .dropdown-menu li{
text-align:center;
}

.cerrar-sesion{
width:140px;
margin:10px
}

#main{
margin-top:110px;
}

footer{
background: #FCFCFC;
padding: 10px;
border-top: 1px solid #eee;
text-align: center;
font-size: 0.8em;
}

.white {
    color: #fff;
}

.gris {
	background:#666;
}

/*@media (min-width: 320px) {
  #main {
    margin-top:175px;
  }

@media (min-width: 768px) {
  #main {
    margin-top:170px;
  }
}
@media (min-width: 992px) {
  #main {
    margin-top:115px;
  }
  
 
}
@media (min-width: 1200px) {
  #main {
    margin-top:110px;
  }
}*/

@media (max-width: 992px) {
   #menu{
	margin: 0;
	width:100%;
	min-height:100%;
	margin:-25px 0 0 0;
}
.navbar-fixed-top{
	/*position:absolute;*/
}

#main{
	margin-top:200px;
}
}

@media (max-width: 769px) {
	#main{
	margin-top:165px;
}

.sistema{
	font-size:12pt;
}
}

/*
===================== Errores ====================*/
.error{
display:none;
}

.error p{
color:#ff5b57 !important;
font-weight:bold;
font-family:'OpenSansBold', Helvetica, Arial, sans-serif !important;
padding: 3px 0 15px;
font-size:0.8em;
}


.mostrar.error{
display:block;
}

/*
============================== P A G I N A C I Ó N ===========================*/

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
z-index: 2;
color: #fff;
background-color: #f5802d;
border-color: #CA6A25;
cursor: default;
}

.pagination>li>a:hover, .pagination>li>span:hover, .pagination>li>a:focus, .pagination>li>span:focus {
color: #222;
background-color: #f5f5f5;
border-color: #ddd;}

.pagination>li>a, .pagination>li>span {
color: #F5802D;
font-weight:bold;
}


/* IE7 Only */
*:first-child+html #main {margin-top : 195px;}
*:first-child+html .col-md-9 {
    width: 66.66666667%;
  }

/* IE6 Only */
* html #main {margin-top : 195px;}

fieldset {
    margin-top: 40px;
}

fieldset legend {
    font-size: 14px;
    font-weight: bold;
    border-bottom: 1px solid #333;
    padding-bottom: 8px;
    margin-bottom: 40px;
}

fieldset legend i {
    margin-right:5px;
}

/* IGUALO EL HEIGHT DE LAS CAJAS DE TEXTO CON LOS SELECTS*/
input[type="text"] {
    height: 30px;
}

.div_form_academica {
    display: none;
}

.div_capacitaciones {
    display: block;
}

/* ERRORES */
.error {
    color: #ff5b57;
    font-weight: bold;
    font-size: 10pt;
    /*margin-top: 10px;*/
    width: 500px;
    clear: both;
}

/* ERRORES */
.error_server {
    color: #ff5b57;
    font-weight: bold;
    font-size: 9pt;
    margin-top: 15px;
    margin-left: 10px;
    width: 500px;
    clear: both;
}

.error_control {
    color: #ff5b57!important;
    margin-bottom: 8px!important;
}

.required
{
    content: " *";
    background-position:top right;
    background-repeat:no-repeat;
    padding-right:10px;
}

.form-periodo-field {
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
}

select {
    text-transform: uppercase;
}

h4 {
    font-weight: bold;
}

@font-face {
    font-family: "dinm";
    src: url("../fonts/dinm.woff") format('woff');
}

body {
    /*font-family: 'dinm';*/
    font-family: 'Encode Sans';
    font-size: 16px!important;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 50%;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 50%;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 50%;
}

.loadingoverlay {
    z-index: 999;
}

.grid-row-titles th {
    vertical-align: middle!important;
}

.grid-row-titles th:nth-child(1) {
    font-weight:normal;
    width: 130px!important;
}

.well:hover {
    color: black;
}
.well {
    color: #333;
    cursor:pointer;
    min-height:150px;
    max-height:150px;
    vertical-align: middle;
    padding-top: 40px;
    padding-botom: 0px;
}

.well_p {
    font-size: 10pt;
    margin-top:10px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #009AAE;
}

input:focus + .slider {
    box-shadow: 0 0 1px #009AAE;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.td_massaction {
    text-align: left;
    vertical-align: middle!important;
}

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    transform: scale(3) rotateZ(-20deg);
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    transform: scale(1) rotateZ(0deg);
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

/* https://css-tricks.com/snippets/css/sticky-footer/ */
* {
    margin: 0;
}
html, body {
    height: 100%;
}
.page-wrap {
    min-height: 100%;
    /* equal to footer height */
    margin-bottom: -40px;
}
.page-wrap:after {
    content: "";
    display: block;
}
.site-footer, .page-wrap:after {
    height: 40px;
}

/* CUSTOM PAGINADOR */
.col-acciones {
    text-align: center;
    width: 115px;
}

.align-middle {
    vertical-align: middle!important;
}

.bs-callout {
    padding: 15px;
    margin: 10px 0 20px 0;
    border: 1px solid #eee;
    border-left-width: 5px;
    border-radius: 3px;
}

.bs-callout-danger {
    border-left-color: #ce4844;
}

.bs-callout-warning {
    border-left-color: #f0ad4e;
}

.bs-callout-ms {
    border-left-color: #009AAE;
}

.bs-callout-ms h2 {
    margin: 0px;
}

.bs-callout p {
    margin: 0px;
}

.bs-callout h4 {
    margin: 0px;
}