main > .container {
  padding: 70px 15px 20px;
}

.footer {
  background-color: #f5f5f5;
  font-size: 0.9em;
  height: 60px;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

.not-set {
  color: #c55;
  font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
  content: "";
  left: 3px;
  display: inline-block;
  width: 0;
  height: 0;
  border: solid 5px transparent;
  margin: 4px 4px 2px 4px;
  background: transparent;
}

a.asc:after {
  border-bottom: solid 7px #212529;
  border-top-width: 0;
}

a.desc:after {
  border-top: solid 7px #212529;
  border-bottom-width: 0;
}

.grid-view th {
  white-space: nowrap;
}

.hint-block {
  display: block;
  margin-top: 5px;
  color: #999;
}

.error-summary {
  color: #a94442;
  background: #fdf7f7;
  border-left: 3px solid #eed3d7;
  padding: 10px 20px;
  margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
  padding-top: 7px;
  color: rgba(255, 255, 255, 0.5);
}

@media (max-width: 767px) {
  .nav li > form > button.logout {
    display: block;
    text-align: left;
    width: 100%;
    padding: 10px 0;
  }
}
.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
  text-decoration: none;
  color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
  outline: none;
}

/**Custom styles**/
html body {
  color: #7c7b7b;
}
html body .cita-search {
  margin-bottom: 15px;
}
html body .section-doc-filter {
  margin-bottom: 35px;
}
html body label.text-right {
  display: block;
  text-align: right;
}
html body #calendar button.fc-today-button {
  display: none;
}
html body #calendar table.fc-scrollgrid-sync-table td.fc-day a.fc-event {
  cursor: pointer;
}
html body #calendar table.fc-scrollgrid-sync-table td.fc-day a.fc-event .fc-event-main .fc-event-main-frame {
  flex-direction: column;
}
html body #calendar table.fc-scrollgrid-sync-table td.fc-day a.fc-event .fc-event-main .fc-event-main-frame .fc-event-time {
  display: block;
}
html body #calendar table.fc-scrollgrid-sync-table td.fc-day a.fc-event .fc-event-main .fc-event-main-frame .fc-event-title-container {
  display: block;
}
html body #calendar table.fc-scrollgrid-sync-table td.fc-day a.fc-event .fc-event-main .fc-event-main-frame .fc-event-title-container .fc-event-title {
  white-space: normal !important;
}
html body .form-group a.btn-fecha-hoy {
  margin-top: 40px;
  display: block;
}
html body .solicitud-reporte-search form {
  max-width: 100%;
}
html body .solicitud-reporte-search form .item-field .form-select, html body .solicitud-reporte-search form .item-field .form-control {
  width: 80%;
}
html body .solicitud-reporte-search form .item-field #salidasreportsearch-fechainicio, html body .solicitud-reporte-search form .item-field #salidasreportsearch-fechafin {
  width: 75%;
}
html body .reporte-solicitud-seccion .content-report {
  margin-top: 40px;
}
html body a {
  color: #13A463;
}
html body a:hover {
  color: #0D7044;
}
html body ul.pagination {
  justify-content: center;
}
html body ul.pagination li {
  width: 30px;
}
html body ul.pagination li.active {
  font-weight: bold;
}
html body .btn-primary {
  background-color: #a6c800;
  color: #303030;
  border-color: #a6c800;
}
html body .btn-primary:first-child:active, html body .btn-primary:active, html body .btn-primary:visited, html body .btn-primary:focus {
  background-color: #a6c800;
  color: #303030;
  border-color: #a6c800;
}
html body .btn-primary:hover {
  background-color: #26D40B;
  color: #303030;
  border-color: #26D40B;
}
html body .btn-success {
  background-color: #13A463;
  color: #fff;
  border-color: #13A463;
}
html body .btn-success:first-child:active, html body .btn-success:active, html body .btn-success:visited, html body .btn-success:focus {
  background-color: #13A463;
  color: #fff;
  border-color: #13A463;
}
html body .btn-success:hover {
  background-color: #0D7044;
  color: #fff;
  border-color: #0D7044;
}
html body .btn-info {
  background-color: #7C7B7B;
  color: #fff;
  border-color: #7C7B7B;
}
html body .btn-info:first-child:active, html body .btn-info:active, html body .btn-info:visited, html body .btn-info:focus {
  background-color: #7C7B7B;
  color: #fff;
  border-color: #7C7B7B;
}
html body .btn-info:hover {
  background-color: #444444;
  color: #fff;
  border-color: #444444;
}
html body form {
  max-width: 80%;
  margin: 0 auto;
}
html body form label {
  font-weight: bold;
}
html body form .form-group {
  margin-top: 15px;
}
html body form .form-group.has-error input, html body form .form-group.has-error select {
  border-color: #dc3545;
}
html body form .form-group.has-error .help-block {
  color: #dc3545;
}
html body table.table.table-striped.table-bordered thead {
  background-color: #e5e5e5;
}
html body .row-special {
  margin: 0;
}
html body .row-special .seccion-lateral {
  padding-left: 0;
  padding-right: 0;
  background-color: #009F5F;
}
html body .row-special .seccion-lateral nav ul li {
  width: 80%;
}
html body .row-special .seccion-lateral nav ul li a.nav-link, html body .row-special .seccion-lateral nav ul li a.dropdown-item {
  font-weight: bold;
}
html body .row-special .seccion-lateral nav ul li a.nav-link.active, html body .row-special .seccion-lateral nav ul li a.dropdown-item.active {
  color: #fff;
  background-color: #0D7044;
}
html body .row-special .seccion-lateral nav ul li a.dropdown-item:focus {
  color: #fff;
  background-color: #0D7044;
}
html body .row-special .seccion-lateral nav ul li a.nav-link.dropdown-toggle {
  color: #fff;
}
html body .row-special .seccion-lateral nav ul li a.nav-link.dropdown-toggle:hover {
  color: #fff;
}
html body .row-special .seccion-contenido header {
  background-color: #e5e5e5;
}
html body .row-special .seccion-contenido header .iconos-section nav .container {
  padding-left: 0;
  padding-right: 0;
}
html body .row-special .seccion-contenido header .iconos-section nav .navbar-collapse {
  display: block !important;
}
html body .row-special .seccion-contenido header .iconos-section nav ul {
  justify-content: end;
  max-width: 90%;
  margin-top: 35px;
}
html body .row-special .seccion-contenido header .iconos-section nav ul li a.nav-link {
  font-weight: bold;
  color: #13A463;
}
html body .row-special .seccion-contenido header .iconos-section nav ul li a.nav-link:hover {
  color: #0D7044;
}
html body .row-special .seccion-contenido header .iconos-section nav ul li button.nav-link {
  font-weight: bold;
  color: #13A463;
}
html body .row-special .seccion-contenido header .iconos-section nav ul li button.nav-link:hover {
  color: #0D7044;
}
html body .row-special .seccion-contenido header .header-section .container a {
  display: inline-block;
  background: url("../images/LogoClaseA.png") no-repeat center;
  width: 300px;
  height: 161px;
}
html body .row-special .seccion-contenido header .header-section .container a span {
  text-indent: -99999999px;
  display: block;
}
html body .row-special .seccion-contenido .special-container {
  max-width: 95%;
  margin-right: auto;
  margin-left: auto;
}
html body .hide-section {
  display: none;
}
html body section#alert-section {
  margin-top: 56px;
}
html body section#breadcrumb-section {
  margin-top: 5px;
}
html body .hide-element {
  display: none !important;
}
html body .processing-screen {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  display: block;
  z-index: 10000;
  background-color: #0D7044;
}
html body .processing-screen .content {
  margin: 0 auto;
  margin-top: 20%;
  width: 450px;
  background-color: #fff;
  border: 1px solid #afc70d;
  border-radius: 5px;
  padding: 10px;
}
html body .processing-screen .content .text {
  text-align: center;
}
html body .processing-screen .content .image-wait {
  text-align: center;
}
html body .processing-screen .content .image-wait img {
  width: 80px;
  height: 80px;
}

html body.tablet-version-page.site-login .seccion-lateral {
  display: none;
}
html body.tablet-version-page.site-login .seccion-contenido {
  width: 100%;
}
html body.tablet-version-page.site-login .seccion-contenido header .iconos-section {
  display: none;
}
html body.tablet-version-page.site-login .seccion-contenido .special-container .site-login .container {
  padding-left: 0;
  padding-right: 0;
}
html body.tablet-version-page:not(.site-login) .seccion-contenido header .iconos-section nav .container .navbar-collapse ul {
  max-width: 100%;
}
html body.tablet-version-page:not(.site-login) .seccion-contenido header .iconos-section nav .container .navbar-collapse ul li form {
  margin-left: 0;
  margin-right: 0;
  max-width: 100%;
}
html body.tablet-version-page:not(.site-login) .seccion-contenido header .iconos-section nav .container .navbar-collapse ul li form button {
  text-align: right;
}
html body.tablet-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table {
  display: block;
}
html body.tablet-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table tfoot, html body.tablet-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table thead, html body.tablet-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table tbody, html body.tablet-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table th, html body.tablet-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table td, html body.tablet-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table tr {
  display: block;
}
html body.tablet-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
html body.tablet-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table tfoot tr td.hide-row {
  display: none;
}
html body.tablet-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table tr {
  border: 1px solid #b7b7b7;
}
html body.tablet-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table td {
  border: none;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
  padding-left: 40%;
  overflow-wrap: break-word;
  line-height: 15px;
  min-height: 52px;
}
html body.tablet-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table td:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 40%;
  overflow-wrap: break-word;
  content: attr(data-before);
  font-weight: bold;
}
html body.tablet-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table td.actions-section a {
  display: inline-block;
  padding: 10px;
}
html body.tablet-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table td.actions-section a span.glyphicon {
  font-size: 18px;
}

html body.mobile-version-page.site-login .seccion-lateral {
  display: none;
}
html body.mobile-version-page.site-login .seccion-contenido header .iconos-section {
  display: none;
}
html body.mobile-version-page.site-login .seccion-contenido .special-container main .site-login .container {
  padding-left: 0;
  padding-right: 0;
}
html body.mobile-version-page.site-login .seccion-contenido .special-container main .site-login .container form .field-loginform-recaptcha #loginform-recaptcha-recaptcha-login-form {
  padding-left: 0;
  padding-right: 0;
}
html body.mobile-version-page.site-login .seccion-contenido .special-container main .site-login .container form .field-loginform-recaptcha #loginform-recaptcha-recaptcha-login-form > div {
  max-width: 200px;
}
html body.mobile-version-page.site-login .seccion-contenido .special-container main .site-login .container form .form-group div {
  margin-top: 15px;
  text-align: center;
}
html body.mobile-version-page:not(.site-login) .seccion-contenido header .iconos-section nav button.navbar-toggler {
  display: none;
}
html body.mobile-version-page:not(.site-login) .seccion-contenido header .iconos-section nav .container .navbar-collapse ul {
  margin-top: 0;
  max-width: 90%;
  margin: 0 auto;
}
html body.mobile-version-page:not(.site-login) .seccion-contenido header .iconos-section nav .container .navbar-collapse ul li {
  text-align: right;
}
html body.mobile-version-page:not(.site-login) .seccion-contenido header .iconos-section nav .container .navbar-collapse ul li form {
  max-width: 100%;
}
html body.mobile-version-page:not(.site-login) .seccion-contenido header .iconos-section nav .container .navbar-collapse ul li form button {
  text-align: right;
}
html body.mobile-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table {
  display: block;
}
html body.mobile-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table tfoot, html body.mobile-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table thead, html body.mobile-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table tbody, html body.mobile-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table th, html body.mobile-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table td, html body.mobile-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table tr {
  display: block;
}
html body.mobile-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table thead tr {
  position: absolute;
  top: -9999px;
  left: -9999px;
}
html body.mobile-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table tfoot tr td.hide-row {
  display: none;
}
html body.mobile-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table tr {
  border: 1px solid #b7b7b7;
}
html body.mobile-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table td {
  border: none;
  border-bottom: 1px solid #b7b7b7;
  position: relative;
  padding-left: 55%;
  overflow-wrap: break-word;
  line-height: 15px;
  min-height: 52px;
}
html body.mobile-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table td:before {
  position: absolute;
  top: 6px;
  left: 6px;
  width: 40%;
  overflow-wrap: break-word;
  content: attr(data-before);
  font-weight: bold;
}
html body.mobile-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table td.actions-section a {
  display: inline-block;
  padding: 10px;
}
html body.mobile-version-page:not(.site-login) .seccion-contenido .special-container main .grid-view table.table td.actions-section a span.glyphicon {
  font-size: 18px;
}/*# sourceMappingURL=site.css.map */