body {
  font-family: 'Montserrat', sans-serif;
  overflow-y: scroll !important;
  padding-right: 0 !important;
}

body.modal-open {
  padding-right: 0!important;
}

.color-primary {
  color: #782484;
}

.color-secondary {
  color: #e87513;
}

a.navbar-brand.title {
  white-space: break-spaces;
}

.btn-primary {
  background-color: #782484;
  border-color: transparent;
}

.btn-primary:active,
.btn-primary:hover,
.btn-primary:focus {
  background-color: #782484;
  border-color: #e87513;
  color: #e87513;
  box-shadow: none !important;
}

.btn-primary:disabled {
  background-color: gray;
  border-color: #782484;
}

.btn-secondary {
  background-color: #e87513;
  border-color: transparent;
}

.btn-secondary:active,
.btn-secondary:hover,
.btn-secondary:focus {
  background-color: #e87513;
  border-color: #782484;
  color: #782484;
  box-shadow: none !important;
}

.form-check-input:checked {
  background-color: #782484;
  border-color: #782484;
}

.form-check-input:focus {
  border-color: #782484;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(120 36 132 / 25%);
}

.form-select:focus {
  border-color: #782484;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(120 36 132 / 25%);
}

.custom-control-input {
  top: 1.2rem;
  width: 1.85rem;
  height: 1.85rem;
}

.active>.page-link, .page-link.active {
  background-color: #782484;
  border-color: #782484;
}

nav.navbar  ul.nav.title{
text-align: center;
padding-left: 0;
padding-right: 0;
flex-direction: column;
}

.welcome-user-bg {
  background-color: #ebf3ff;
  box-shadow: inset 0 -6px 18px -12px rgb(66 66 66 / 42%);
}

.courses-user-bg a {
  text-decoration: none;
}

.form-control:focus {
  color: #212529;
  background-color: #fff;
  border-color: #782484;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgb(120 36 132 / 25%);
}

.login-or {
  position: relative;
  color: #aaa;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.span-or {
  display: block;
  position: absolute;
  left: 50%;
  top: -2px;
  margin-left: -25px;
  background-color: #fff;
  width: 50px;
  text-align: center;
}

.hr-or {
  height: 1px;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.navbar .dropdown-menu,
.sidebar .dropdown-menu {
  background-color: #e87513;
}

.navbar .dropdown-menu li a,
.sidebar .dropdown-menu li a {
  color: white;
}

.navbar .dropdown-menu li a:hover,
.sidebar .dropdown-menu li a:hover {
  color: white;
  background-color:#782484
}

.pie {
  width: 100% !important;
}

ol.examen-pregunta li::marker {
  font-size: 20px;
  font-weight: bold;
  color: #782484;
}

ol.examen-respuesta li.opcion-a::marker,
ol.examen-respuesta li.opcion-b::marker,
ol.examen-respuesta li.opcion-c::marker,
ol.examen-respuesta li.opcion-d::marker {
  font-size: 17px;
  font-weight: bold;
}

ol.examen-respuesta li.opcion-a::marker {
  color: #782484;
}

ol.examen-respuesta li.opcion-b::marker {
  color: #782484;
}

ol.examen-respuesta li.opcion-c::marker {
  color: #782484;
}

ol.examen-respuesta li.opcion-d::marker {
  color: #782484;
}

.container-perfil-usuario-imagen {
  position: relative;
  display: inline-block;
}

.perfil-usuario-imagen {
  opacity: 1;

  width: 100%;
  height: auto;
  transition: .5s ease;
  backface-visibility: hidden;
}

.container-perfil-usuario-imagen .middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  text-align: center;
}

.container-perfil-usuario-imagen:hover .perfil-usuario-imagen {
  opacity: 0.3;
}

.container-perfil-usuario-imagen:hover .middle {
  opacity: 1;
}

.paginate_button {
  padding: 0 !important;
}

.dataTable {
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  margin-top: 10px !important;
}

.dataTables_length select {
  display: initial !important;
  width: initial !important;
  background-image: none !important;
  -webkit-appearance: auto !important;
  appearance: auto !important;
}

.dataTables_filter label {
  font-weight: bold;
}

.dataTables_filter input[type="search"] {
  display: initial !important;
  width: initial !important;
}

table tbody tr:hover {
  background-color: #7924842f !important;
}

#allCasillas,
#allIncidencias, 
#incidenciasComputoDirecto {
  max-height: 50vh;
  overflow: auto;
}


.facet-list {
  list-style-type: none;
  margin: 0;
  margin-right: 10px;
  color: #782484;
  background: #eee;
  padding: 5px;
  min-height: 1.5em;
  font-size: 0.85em;
}

.facet-list li {
  margin: 5px;
  padding: 5px;
  font-size: 1.2em;
}

.facet-list li.placeholder {
  height: 2.2em;
  width: 100%;
  padding: 5px;
  border: 1px solid #e87513;
  background-color: #fffffd;
}

.facet {
  border: 1px solid #bbb;
  background-color: #fafafa;
  cursor: move;
}

.facet.ui-sortable-helper {
  opacity: 0.5;
}

.facet-list-incidencias {
  list-style-type: none;
  margin: 0;
  margin-right: 10px;
  color: #782484;
  background: #eee;
  padding: 5px;
  min-height: 1.5em;
  font-size: 15px;
}

.selectBox { 
    position: relative; 
} 

.selectBox select { 
    width: 100%; 
} 

.overSelect { 
    position: absolute; 
    left: 0; 
    right: 0; 
    top: 0; 
    bottom: 0; 
} 

#checkBoxes { 
    display: none;
    border: 1px #C1C1C1 solid;
    padding: 5px;
} 

#checkBoxes label { 
    display: block;
} 

#checkBoxes label:hover { 
    background-color: #025feb;
    color: #fff;
} 

@media only screen and (max-width: 550px) {
  nav .container-fluid.row{
    margin-left: 0;
    margin-right: 0;
  }

  nav.navbar  ul.nav{
    width: 100%;
    text-align: center;
    padding-left: 0;
    padding-right: 0;
    flex-direction: column;
  }
  a.navbar-brand.title {
    font-size: 1.2rem !important;
  }
}

@media only screen and (max-width: 700px) {
  a.navbar-brand.title {
    font-size: 1rem;
  }

  ul a.navbar-brand img {
    height: 45px;
  }
}
