.h-screen {
  height: 100vh; }

body {
  background-color: #f2f3f8;
  line-height: 1.2;
  font-family: 'Roboto', sans-serif;
  font-weight: 300; }

td {
  vertical-align: middle !important;
  font-weight: 300; }

b, strong {
  font-weight: 500; }

.table th {
  font-weight: 400;
  text-align: center; }

.table td a {
  color: #026330; }

.navbar {
  padding: 0; }

.menu .nav-item {
  padding: 0 10px; }

.menu .nav-item:last-child {
  padding-right: 0; }

#main {
  margin-top: 100px; }

#content {
  padding: 20px 0; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300; }

h1 {
  font-size: 1.5rem; }

h2 {
  font-size: 1.1rem; }

a {
  color: #fd4f00;
  /*#fd4f00;*/ }

a:hover {
  color: #55b947; }

.table {
  margin-bottom: 0;
  border-bottom: 1px solid #55b947; }

.table .list-unstyled {
  margin-bottom: 0; }

.wb {
  padding: 15px;
  background: #fff;
  border: 1px solid #dee2e6;
  border-top: 0; }

.bt-1 {
  border-top: 1px solid #dee2e6; }

.auth .container-fluid {
  padding: 0 15px; }

#auth-image {
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
  background-position: center center; }

#auth-message {
  position: absolute;
  left: 10vh;
  bottom: 5vh;
  font-size: 3.5em;
  max-width: 600px; }

.logo {
  width: 250px;
  border-radius: 10px; }

.auth .logo {
  width: 300px; }

.bd-5 {
  border-radius: 5px; }

.mt--10 {
  margin-top: -10rem; }

.white {
  background: #fff; }

.ofertas .white {
  padding: 15px 25px;
  border-left: 5px solid #0b70b8;
  margin-bottom: 10px; }

.btn-light {
  color: #212529;
  background-color: #f8f9fa; }

.table-col-1 {
  width: 8.33%; }

.table-col-2 {
  width: 16.66%; }

.table-col-3 {
  width: 25%; }

.table-col-4 {
  width: 33.33%; }

.table-col-5 {
  width: 41.66%; }

.table-col-6 {
  width: 50%; }

.table-col-7 {
  width: 58.33%; }

.table-col-8 {
  width: 66.66%; }

.table-col-9 {
  width: 75%; }

.table-col-10 {
  width: 83.33%; }

.table-col-11 {
  width: 91.66%; }

.table-col-12 {
  width: 100%; }

.align-center {
  margin: 0 auto; }

.alert {
  margin-bottom: 0; }

.badge {
  font-weight: 500; }

.btn {
  border-radius: 50px;
  padding: 11px 12px; }

.btn-group > .btn.delete-object {
  border-top-right-radius: 50px !important;
  border-bottom-right-radius: 50px !important; }

.btn-brand1 {
  color: #fff;
  background-color: #55b947;
  border-color: #55b947;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.5s; }

.btn-brand1:hover {
  background-color: #408B35;
  border-color: #408B35;
  color: #fff; }

.btn-brand2 {
  background-color: #0b70b8;
  border-color: #0b70b8;
  color: #fff;
  padding-left: 20px;
  padding-right: 20px;
  transition: all 0.5s; }

.btn-brand2:hover {
  background-color: #0a63a3;
  border-color: #0a63a3;
  color: #fff; }

.btn-inicio {
  width: 100%;
  padding: 30px 0;
  border-radius: 5px;
  font-size: 1.2rem; }

.btn-info {
  color: #fff; }

.text-blue {
  color: #0a63a3; }

.text-subtitle {
  color: #b94755; }

.badge-blue, .dropdown-item.active, .dropdown-item:active {
  color: #fff;
  background-color: #55b947; }

.page-item.active .page-link {
  z-index: 1;
  color: #fff;
  background-color: #55b947;
  border-color: #55b947; }

.page-link {
  color: #0b70b8; }

.page-link:hover {
  color: #0b70b8; }

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
  color: #55b947; }

.font-weight-bold {
  font-weight: 500 !important; }

.font-100 {
  font-size: 100%; }

.font-2x {
  font-size: 2rem; }

.font-09 {
  font-size: 0.9em; }

.radius-0 {
  border-radius: 0 !important; }

.resumen-inscripcion h2 {
  border-bottom: 2px solid #0a63a3;
  padding-bottom: 5px;
  margin-bottom: 20px;
  font-size: 1.5rem; }

.form-group small {
  font-size: 100%; }

small {
  font-weight: 300; }

.form-control::-webkit-input-placeholder, .select2::-webkit-input-placeholder {
  color: #bbbbbb; }

/* WebKit, Blink, Edge */
.form-control:-moz-placeholder, .select2:-moz-placeholder {
  color: #bbbbbb; }

/* Mozilla Firefox 4 to 18 */
.form-control::-moz-placeholder, .select2::-moz-placeholder {
  color: #bbbbbb; }

/* Mozilla Firefox 19+ */
.form-control:-ms-input-placeholder, .select2:-ms-input-placeholder {
  color: #bbbbbb; }

/* Internet Explorer 10-11 */
.form-control::-ms-input-placeholder, .select2::-ms-input-placeholder {
  color: #bbbbbb; }

/* Microsoft Edge */
.in-logo {
  max-height: 50px;
  width: auto; }

.xdebug-error {
  margin: 0 auto;
  margin-top: 50px; }

.dropdown-item {
  font-weight: 300; }

.border-left {
  border-left: 1px solid #ced4da; }

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0; }

input[type=number] {
  -moz-appearance: textfield; }

.mw-20 {
  min-width: 20px; }

textarea.form-control.h-200, textarea.h-200.select2 {
  min-height: 200px; }

.detalle-producto {
  min-height: 295px; }

.condiciones-linea {
  min-height: 350px; }

@media (min-width: 1600px) {
  .container-fluid {
    padding: 0 50px; } }
.datepicker {
  z-index: 1050 !Important; }

.modal-fancy {
  padding: 0;
  background: none; }

.select2 {
  width: inherit !important;
  line-height: 1.6 !important;
  height: auto;
  padding: 0; }

.notifications {
  min-width: 420px; }

.notifications-wrapper {
  overflow: auto;
  max-height: 300px; }

.menu-title {
  font-size: 1.2rem;
  display: inline-block; }

.glyphicon-circle-arrow-right {
  margin-left: 10px; }

.notification-heading, .notification-footer {
  padding: 2px 10px; }

.dropdown-menu.divider {
  margin: 5px 0; }

.item-title {
  font-size: 1.3rem;
  color: #000; }

.notifications a.content {
  text-decoration: none;
  background: #ccc; }

.notification-item {
  padding: 10px;
  margin: 5px;
  background: #f8f9fa;
  border-radius: 4px; }

.custom-file-label::after {
  content: "Examinar"; }

#calendar table .fc-col-header-cell-cushion {
  font-weight: 400;
  text-transform: capitalize; }

#calendar .fc-toolbar .fc-toolbar-title:first-letter {
  text-transform: uppercase; }

.fc-daygrid-event {
  white-space: normal !important; }

/*# sourceMappingURL=backend.css.map */
