*{

}

.container.ctn-shadow{
  -webkit-box-shadow: -1px 0px 15px 0px rgba(50, 50, 50, 0.9);
    -moz-box-shadow:    -1px 0px 15px 0px rgba(50, 50, 50, 0.9);
    box-shadow:         -1px 0px 15px 0px rgba(50, 50, 50, 0.9);
    width: 1000px;
}

body{
  background-color: #FFFFFF;
}

.navbar-custom{
  min-height: 20px !important;
  margin-bottom: 0px !important;
  border-radius: 0px;
  text-align: left;
  border: 0px;
}

.navbar-custom .navbar-nav li > a{
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  color:#FFFFFF;
}

.navbar-custom .navbar-nav li > a > i.glyphicon{
  color:#F00;
}

.footer{
  background-color: #2d77aa !important;
  color: #FFFFFF;
}

.mesa-ayuda{
  margin-left: 25px;
  padding-top: 12px;
}
.mesa-ayuda .media-heading{
  font-size: 14px;
  font-weight: bold;
  letter-spacing: -1px;
}

.mesa-ayuda .media-body p{
  font-size: 12px;
  line-height: 14px
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0em 1em !important;
  position: relative;
}

.ui-widget-overlay {
  background: #666 url("/images/fondos/ui-bg_dots-small_22_1f1f1f_2x2.png") 50% 50% repeat !important;
  opacity: 0.8 !important;
  filter: Alpha(Opacity=50) !important;
}

.tbl-miscursos{
  color: #606060;
  font-size: 12px;
  font-weight: bold;
}

.tbl-miscursos thead{
  color: #29a394;
  font-size: 18px;
  font-weight: bold;
}

.tbl-miscursos tbody{
  margin-bottom: 10px;
}

.tbl-miscursos span.ver_curso{
  cursor: pointer;
  font-size: 14px;
  font-weight: 100;
}

.tbl-miscursos span.aprobado{
  color: #2f923f;
}

.tbl-miscursos span.reprobado{
  color: #cc7a7a;
}

.tbl-miscursos span.cursando{
  color: #2d76a9;
}

.tbl-miscursos span.noiniciado{
  color: #757575;
}

.tbl-miscursos > tbody > tr.strip > td,
.tbl-miscursos > tbody > tr.strip > th {
  background-color: #c9e0f0;
}

#mld_curriculum_alumno .progress, .content-formacion-detalle .progress{
  position: relative;
}

#mld_curriculum_alumno .progress-bar, .content-formacion-detalle .progress-bar{
  color:#000000;
  position: absolute;
  background-color: green;
}
#mld_curriculum_alumno .progress-bar[aria-valuenow="0"], .content-formacion-detalle .progress-bar[aria-valuenow="0"] {
  color:#000000;
  width: 100% !important;
  background-color: transparent !important;
  background-image: none;
  -webkit-box-shadow: none;
  box-shadow: none;
} 

.detalle-categoria{
  margin-bottom: 2px;
}

.detalle_nivel{
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.curr-leyenda > div, .tbl-cursos{
  background-color: #BBB7B6;
}
.nom-categoria{
  color:#FFFFFF;
  padding: 0.8em 0.8em;
  font-weight: bold;
  text-decoration: none;
  background-color: #428bca;
  position: static;
  margin: 0px 0px 0px 0px;
  -ms-user-select:none;
  -webkit-user-select:none;
  user-select:none;
  cursor:pointer;
}

.nom-categoria:hover{
  background-color: #49bBEF;
}

.nom-categoria-2{
  background-color: #42413F;
  padding: 0.8em 0.8em;
}
.curr-leyenda>div{
  font-size: 12px;
  font-weight: bold;
  padding: 0.5em;
  color: #4e4e4e;
}
.curr-leyenda .glyphicon{
  margin-right: 5px;
}
.tbl-cursos{
  color:#FFFFFF;
  font-size:12px;
  font-weight: bold;
}

.tbl-cursos thead>tr{
  background-color:#42413F;
}

div[class^='label_estado_']{
  font-size:10px;
  width:100px;
  height:13px;
  line-height:13px;
  border:1px solid #4E4E4E;
}
.label_estado_aprobado_2{
  background-color: #9fc800;
}
.label_estado_reprobado_2{
  background-color: #ba221f;
}
.label_estado_cursando_2{
  background-color: #007ac7;
}
.label_estado_sincursar_2{
  background-color: #FFFFFF;
  color: #000000
}

#mld_curriculum_alumno .modal-body{
  max-height: 500px;
  overflow: auto;
  margin-bottom: 20px;
}

.center {
  text-align: center;
}

.div-login{
  background: url(/images/login.jpg) no-repeat;
  width: 740px;
  height: 568px;
  margin-top: 65px;
  position: relative;  
}

.form-signin {
  max-width: 390px;
  padding: 26px;
  margin: 100px auto;
}

  .recup-pass {
    max-width: 165px;
    margin: 0 auto;
    text-align: center;
    cursor: pointer;
  }

  .form-signin .form-signin-heading,
  .form-signin .checkbox {
  margin-bottom: 10px;
}
  .form-signin .checkbox {
  font-weight: normal;
}
  .form-signin .form-control {
  position: relative;
  font-size: 16px;
  height: auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
  .form-signin .form-control:focus {
  z-index: 2;
}
  .form-signin input[type="text"] {
  margin-bottom: -1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
  .form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}