/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 5.0
	Author: PIXINVENT
	Author URL: https://themeforest.net/user/pixinvent/portfolio
================================================================================

NOTE:
------
PLACE HERE YOUR OWN CSS CODES AND IF NEEDED, OVERRIDE THE STYLES FROM THE OTHER STYLESHEETS.
WE WILL RELEASE FUTURE UPDATES SO IN ORDER TO NOT OVERWRITE YOUR STYLES IT'S BETTER LIKE THIS.  */

a {
  text-decoration: none;
  color: #0d47a1;
  -webkit-tap-highlight-color: transparent;
}

h1{
  font-size: 40px;
  margin-top: 0;
}
h2{
  font-size: 30px;
}
h3{
  font-size: 20px;
}

h6{
  line-height: 1.5;
}

input[type=text]:not(.browser-default):focus:not([readonly]),
input[type=password]:not(.browser-default):focus:not([readonly]),
input[type=email]:not(.browser-default):focus:not([readonly])
{
    border-bottom: 1px solid #0d47a1;
    box-shadow: 0 1px 0 0 #0d47a1;
}

input[type=text]:not(.browser-default):focus:not([readonly]) + label, 
input[type=password]:not(.browser-default):focus:not([readonly]) + label,
input[type=email]:not(.browser-default):focus:not([readonly]) + label
{
  color: #0d47a1;
}

.input-field .prefix.active{
  color: #0d47a1;
}

[type='checkbox']:checked + span:not(.lever):before {
  border-right: 2px solid #0d47a1;
  border-bottom: 2px solid #0d47a1;
}

.row .col {
  min-height: auto;
}

.brand-sidebar .logo-wrapper a.brand-logo img {
  height: 60px;
}

.brand-sidebar .brand-logo {
  padding: initial;
  padding-left: 10px;
}

.avatar-status
{
    width: 42px;
    border-radius: 39px;
    font-weight: 900;
    text-align: center;
}

.avatar-status i {
  bottom: 10px;
}

html {
    margin-top: 0 !important;
}

.subCategoria:not(.activa){
	display:none;
}

.activa{
  display: block;
}

  /* input[type=radio] {
   position: absolute;
   opacity: 0;
   cursor: pointer;
  } */

input[type=radio]:checked{
     background-color: #0d47a1;
  }


  .btn-cl{
   padding: 12px 24px;
   margin: 2px;
   transition: 0.3s;
   text-decoration: none;
   white-space: nowrap;
   display: inline-block;
  }

  .cl-table {
    background-color: #F4F4F4;
    border-collapse: collapse;
    border-spacing: 0;
    border-radius: 12px !important;
    border: solid 2px #F4F4F4;
    font-size: 14px;
    overflow: hidden;
    margin: 0 auto;
}
.cl-table th {
    border: solid 1px #DDEEEE;
    color: black;
    padding: 10px;
    text-align: left;

}
.cl-table th:nth-child(2),.cl-table th:nth-child(3) {
	text-align: center;
}
.cl-table tbody td {
    border: solid 1px #DDEEEE;
    color: #333;
    padding: 10px;
}

.tw-2{
 font-weight: 800 !important;
}
.categoria:nth-child(1) .subCategoria.rup  button:not(.visible) {
    display: none;
}
.nav-replace{
	display:none;
}

ul li {
    text-align: left;
  }

  span.nivelPregunta {
    font-size: 12px;
    margin: 0 3px;
    padding: 5px;
    border: solid 1px;
    border-radius: 12px;
    width: fit-content;
    background: gray;
    color: white;
}
span.nivelPregunta.Básico{
  background-color: #e81a28;
}
span.nivelPregunta.Inicial{
  background-color: #65a3d5;
}
span.nivelPregunta.Intermedio{
  background-color: #3283cb;
}
span.nivelPregunta.Avanzado{
  background-color: #0266bc;
}
p.pregunta.pregunta-radio.cl-content.cl-left.no-marcada {
        border-bottom: solid 1px;
        border-color: #ff000047;
    }

.input-field > label {
  top: -17px;
}

@media (min-width: 600px) {
  .display-flex-m {
    display: flex;
  }
}

.tabs .indicator{
  background-color: #c62828;
}

.tabs .tab a, .tabs .tab a.active{
  color: #c62828;
}

.tabs .tab a:focus.active {
  background-color: transparent;
}

.tabs .tab a:hover, .tabs .tab a.active {
  color: #c62828;
}

/* .select2-container--default .select2-selection--multiple, 
.select2-container--default.select2-container--focus .select2-selection--multiple{
      height: 46px;
} */

textarea.materialize-textarea {
  min-height: 3.15rem;
}

.input-field > label {
  top: 1px;
}

form#self-evaluations{
  width: 90%;
}

@media only screen and (max-width: 992px)
{
  textarea.materialize-textarea {
    min-height: 3.3rem;
  }
}