@charset "utf-8";
/* CSS Document */
/*Import Fonts*/

@font-face {
  font-family: beausans;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/ufonts.com_pfbeausanspro-regular_1.ttf);
}

@font-face {
  font-family: beausans;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/ufonts.com_pfbeausanspro-bold.ttf);
}

@font-face {
  font-family: beausans;
  font-style: normal;
  font-weight: 100;
  src: url(../fonts/ufonts.com_pfbeausanspro-light.ttf);
}
/*Ajustes Movil*/

@media (max-width: 750px) {
  .space-big {
    height: 20px !important;
  }
  .p-h-lg {
    padding: 0px 10px !important;
  }
  .p-h-md {
    padding: 0px 10px !important;
  }
  .panel-heading h4 {
    font-size: 1em !important;
  }
  .angular-google-map-container {
    height: 200px !important;
  }
  .listado-padding {
    font-size: 0.9em;
    padding: 0px 12px !important;
  }
  h4 {
    font-size: 14px !important;
  }
  .container-fluid {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .listado-padding {
    padding: 0px 24px !important;
  }
  .listado-subtitulo1 {
    margin-top: 4px !important;
  }
}

@media (max-width: 770px) {
  .space-big {
    height: 30px !important;
  }
  .p-h-lg {
    padding: 0px 20px;
  }
  .p-h-md {
    padding: 0px 20px;
  }
  .panel-heading h4 {
    font-size: 1.1em;
  }
}

#menu-l {
  background-image: url(../images/sidenav_back.png);
  background-repeat: repeat-y;
  background-position: left;
}

nav ul.nav li a > .icon,
nav ul.nav li .nav-item > .icon {
  top: 0;
  float: left;
  min-width: 30px;
  margin-right: 4px;
  margin-left: 0px;
  line-height: inherit;
}
/*Colores*/

.color-legajo {
  color: #ffffff;
  background-image: linear-gradient(to right, #12b5c6 0%, #73b97c 100%);
}

.color-legajo-v {
  color: #ffffff;
  background-image: linear-gradient(to top, #12b5c6 0%, #73b97c 100%);
}

.color-legajo-v-2 {
  background-image: linear-gradient(to top, #73b97c 0%, #12b5c6 100%);
}

.navbar-brand-legajo {
  background-color: #12b5c6;
}

.color-escuela {
  color: #ffffff;
  background-image: linear-gradient(to right, #ee266c 0%, #de8814 100%);
}

.navbar-brand-escuela {
  background-color: #ee266c;
}

.nav-lines.nav-justified {
  margin-bottom: -2px;
  border-bottom: 2px solid #12b5c6;
}

.navbar-brand {
  font-size: 24px !important;
  font-weight: 400 !important;
}

.bg-default.lt {
  background-color: #ffffff !important;
}

.bg-default .bg {
  background-color: #f2f3f3;
}

.bg-primary.lt {
  background-color: #12b5c6 !important;
}

.bg-primary .bg {
  background-color: #0f93a1;
}

.bg-danger {
  background-color: #f44336 !important;
}
/*Panels*/

.panel-default > .panel-heading h4 i {
  margin-right: 4px;
  color: #a4a3a4;
}

.card-docente {
  background-image: url(../images/bar_colors_card_docente.png), url(../images/back_user_02.jpg);
  background-position: center bottom, center top;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, cover;
}

.panel-default .panel-heading {
  background-color: #ffffff;
  border: none !important;
}

.panel-default > .panel-heading .badge {
  background-color: inherit;
}

.panel-heading small {
  display: block;
  margin-top: -10px;
  opacity: 0.5;
}

.panel-heading h4 {
  color: #12b5c6;
  font-family: Gotham, 'Helvetica Neue', Helvetica, Arial, 'sans-serif';
}

.panel-divider {
  margin: -5px 24px;
  border-bottom: 1px solid rgba(110, 115, 120, 0.15);
}
/*Tables*/

.table > thead > tr > th {
  padding: 12px 10px;
  border-bottom: 2px solid #a7abaf;
  background-color: #f2f3f3;
}

.table-hover > tbody > tr:hover {
  background-color: #ecf5f5;
}

.table > tbody > tr > td,
.table > tfoot > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  padding: 12px !important;
  border-top: 1px solid #e7e8ea;
}

.table a {
  color: #12b5c6;
}

.table a:hover {
  color: inherit;
}

.fila-total {
  background-color: rgba(185, 175, 109, 0.22);
  border-top: 2px solid #a7abaf;
  font-weight: 700;
}
/*bt*/

.btn-primary {
  color: #ffffff !important;
  background-color: #a7abaf !important;
  border-color: #8b8e8c !important;
  text-transform: none;
  font-weight: 400;
}

.btn-primary:hover {
  color: #ffffff !important;
  background-color: #b1b3b2 !important;
  border-color: #8b8e8c !important;
}

.btn-primary.active {
  color: #ffffff !important;
  background-color: #545554 !important;
  border-color: #545554 !important;
}

.btn-primary:focus {
  color: #ffffff !important;
  background-color: #12b5c6 !important;
  border-color: #12b5c6 !important;
}

.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.btn-default.btn-stroke:hover,
.btn-default.btn-stroke:focus,
.btn-default.btn-stroke:active,
.btn-default.btn-stroke.active,
.open .dropdown-toggle.btn-default {
  color: rgb(255, 255, 255) !important;
  background-color: #a5a4a5 !important;
  border-color: #777777 !important;
}

.md-btn {
  text-transform: none;
  font-weight: 400;
  padding-left: 8px;
  padding-right: 8px;
}
/*Componentes*/

.label-success {
  background-color: #5cb85c !important;
}

.label-danger {
  background-color: #d9534f !important;
}

.label-warning {
  background-color: #f0ad4e !important;
}

.md-input:focus,
.md-input.focus {
  border-color: #545554;
}

.md-input:focus ~ label,
.md-input.focus ~ label {
  color: #545554;
}

.space-small {
  height: 10px;
}

.space-big {
  height: 50px;
}

.hr-2 {
  height: 2px;
  background-color: #dddddd;
}

.hr-color {
  height: 2px;
  background-image: linear-gradient(to right, #12b5c6 0%, #73b97c 100%);
  margin-top: 0px;
}

.hr-small {
  margin: 0px;
}

.hr-md {
  margin: 8px 0px;
}

.tooltip {
  z-index: 1000 !important;
  min-width: 100px !important;
  position: fixed;
}

.pager li > a,
.pager li > span {
  display: inline-block;
  padding: 0px;
  background-color: transparent;
  border: none;
  border-radius: none;
}
/*Fonts*/

.link-w {
}

.link-w a {
  color: #ffffff;
}

.link-w a:hover {
  color: #4a4a4a;
}

.link-color {
  color: #12b5c6;
}

.link-color a {
  color: #12b5c6;
}

.link-color a:hover {
  color: #4a4a4a;
}

.navbar-header-small {
  display: block;
  margin-top: -8px;
}

.navbar-small {
  display: block;
  margin-top: -18px;
}

.form-horizontal .control-label {
  padding-top: 7px;
  margin-bottom: 0;
  text-align: left;
}

.form-group label {
  color: #12b5c6;
  font-weight: normal;
}

.md-input ~ label {
  color: #10a1b0;
}

h2,
.h2 {
  font-size: 24px;
  color: #12b5c6;
}

.text-accent {
  color: #12b5c6;
}

a.text-accent:hover {
  color: #73b97d;
}
/*otros*/

.top-shadow {
  box-shadow: 0 -2px 5px 0 rgba(0, 0, 0, 0.26);
}

#footer-menu {
  background-image: url(../images/bar_colors_card_docente.png);
  background-position: left top;
  background-repeat: no-repeat;
  background-size: auto;
}
/*Modal*/

.modal-header {
  background-image: linear-gradient(to right, #12b5c6 0%, #73b97c 100%);
  color: #ffffff;
}

.modal-body {
  background-color: #f5f5f5;
  /* background-image: linear-gradient(to top, #f3f1f2 50%,#d4d4d4 100%);	*/
}

@media (min-width: 768px) {
  .modal-dialog {
    /* width: 700px;*/
    margin: 30px auto;
  }
}
/*CALENDAR*/

.ui-widget-header {
  border: none !important;
  border-bottom: 3px solid #e7e8ea !important;
  background: none !important;
  color: rgba(0, 0, 0, 0.87);
  font-weight: 700;
  padding: 12px 24px;
  background-color: #f3f2f2 !important;
}

.ui-widget {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-size: 1.1em;
}

.fc-event {
  position: relative;
  /* for resize handle and other inner positioning */
  display: block;
  /* make the <a> tag block */
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #f5b651;
  /* default BORDER color */
  font-weight: normal;
  /* undo jqui's ui-widget-header bold */
}

.fc-event,
.fc-event-dot {
  background-color: #f5b651;
  /* default BACKGROUND color */
}

.fc .fc-row {
  border-style: solid;
  border-width: 0 !important;
}

.ui-widget button {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif !important;
  font-weight: normal !important;
  border: 1px solid #dddee0 !important;
}

.ui-button.ui-state-default {
  background: transparent !important;
  background-color: #ffffff !important;
  color: #4a4a4a !important;
  border: 1px solid #dddee0 !important;
}

.ui-button.ui-state-hover {
  background: transparent !important;
  background-color: #eeeeee !important;
  color: #4a4a4a !important;
}

.ui-button.ui-state-active {
  background: transparent !important;
  background-color: #4caf50 !important;
  color: #ffffff !important;
}

.fc h2 {
  font-size: 1.5em !important;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #ffffff !important;
  color: #a4a4a4;
}
/*para los bt del calendario*/

.ui-state-default .ui-icon {
  background-image: url(../../libs/jquery/fullcalendar/lib/cupertino/images/ui-icons_2694e8_256x240.png) !important;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px !important;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px !important;
}

.fc .ui-icon:after {
  content: none !important;
}
/*BT INICIO*/

.ico-bt {
  text-align: center;
  margin: 16px;
  line-height: 1.1;
}

.ico-bt i {
  font-size: 2.4em;
  color: #ffffff;
}

.ico-bt .badge {
  position: relative;
  top: -24px;
  margin: 0 -1em;
}
/*.ico-bt em {
	color: #12b5c6;
}*/

.carousel-inner > .item > img,
.carousel-inner > .item > a > img {
  width: 100%;
  margin: auto;
}
/*Footable*/

.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;
  cursor: default;
  background-color: #a5a4a5;
  border-color: #777;
}

.footable.breakpoint > tbody > tr > td > span.footable-toggle {
  padding-right: 8px !important;
  font-size: 12px !important;
  color: #12b5c6 !important;
  position: relative !important;
  top: 1px !important;
}

#colspan .footable-toggle {
  display: none;
  visibility: hidden;
}

.table.footable.footable-filtering-right > thead > tr.footable-filtering > th,
table.footable > thead > tr.footable-filtering > th {
  text-align: left !important;
}

table.footable > tbody > tr.footable-empty > td {
  vertical-align: middle;
  text-align: center;
  font-size: medium;
  color: #12b5c6;
}

table.footable-details > tbody > tr > td:nth-child(2) {
  text-align: left;
}

table > tbody > tr > td > span.footable-toggle {
  opacity: 1;
}
/*nav  pills*/

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:active {
  color: rgba(0, 0, 0, 0.87);
  background-color: #efefef;
}

.nav-stacked .nav-sm > li > a {
  color: #12b5c6;
}

.nav-stacked .nav-sm > li > a:hover {
  color: #4a4a4a;
}
/*Slider PROGRAMAS*/

.slick-slider {
  padding-left: 20px;
  padding-top: 20px;
}

.slick-slide {
  padding-right: 20px;
  padding-bottom: 20px;
}

.slider h5 {
  font-size: 1.2em;
}

.slider a {
  color: #12b5c6;
}

.slider a:hover {
  color: #4a4a4a;
}

.slick-dots {
  position: absolute;
  bottom: 0px;
}

.slick-dots li button::before {
  font-size: xx-large;
}

.slick-dots li.slick-active button:before {
  color: #12b5c6;
  font-size: xx-large;
}

.slick-slide img {
  display: block;
  border-bottom: 1px solid #f3f3f5;
}
/*INICIO Programas Destacados*/

.thumbnail-carrusel {
  display: block;
  padding: 0px;
  margin-bottom: 20px;
  line-height: 1.42857143;
  background-color: #fff;
  border: 0px solid #ddd;
  border-radius: 0px;
  width: auto;
}
/*MAPA competencias*/

.angular-google-map-container {
  height: 300px;
}

.angular-google-map-marker {
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  border-radius: 4px;
  padding: 4px;
  box-shadow: 1px 1px 2px #000000;
  background-color: rgba(255, 255, 255, 0.8);
}
/*IMG user*/

.img-user {
  max-width: 100px;
}
/* esto configura el comportamiento bloqueante del spinner waiting*/

#loading-bar {
  pointer-events: all;
  z-index: 99999;
  border: none;
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  cursor: wait;
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
}
/* Barra CARGANDO */

#loading-bar .bar {
  background: #12b5c6;
  height: 6px;
}
/* esto configura  la ubicacion centrada en pantalla del spinner waiting */

#loading-bar-spinner {
  top: 50%;
  left: 50%;
}
/* esto configura  el grosor y color del spinner waiting */

#loading-bar-spinner .spinner-icon {
  width: 24px;
  height: 24px;
  border: solid 4px transparent;
  border-top-color: #12b5c6;
  border-left-color: #12b5c6;
}
/*LISTADO*/

.listado-padding {
  font-size: 0.9em;
  padding: 0px 34px;
}

.listado-titulo {
  border-bottom: 3px solid #e7e8ea;
  background-color: #f2f3f3;
  padding: 10px 4px;
  margin-top: 20px;
}

.listado-titulo i {
  margin-right: 10px;
  float: left;
}

.listado-destacado {
  border-bottom: 3px solid #18b6c2;
  margin-bottom: -20px;
  margin-top: 12px;
  padding: 14px 4px;
  font-size: 1.2em;
}

.listado-subtitulo1 {
  border-bottom: 3px solid #e7e8ea;
  padding: 12px 0px;
  font-weight: 700;
  margin-top: 12px;
}

.listado-subtitulo2 {
  border-bottom: 1px solid #e7e8ea;
  padding: 12px 0px;
  color: #12b5c6;
}

.listado-subtitulo3 {
  border-bottom: 1px solid #e7e8ea;
  padding: 12px 0px;
  font-weight: 700;
}

.listado-fila {
  border-bottom: 1px solid #e7e8ea;
  padding: 12px 0px;
}

.listado-fila:hover {
  background-color: #fdffec !important;
}

.listado-fila-select {
  background-color: #ecfff9 !important;
}

.listado-th {
  border-bottom: 2px solid #dbdbdb;
  background-color: #f2f3f3;
  padding: 10px 0px;
  font-weight: 700;
}

.btn-collapse:after {
  font-family: 'Glyphicons Halflings';
  content: '\e113';
}

.btn-collapse.collapsed:after {
  content: '\e114';
}
