#menuNormal .dropdown-content {
  background-color: #fff;
  margin: 0;
  margin-top: 70px !important;
  display: none;
  min-width: 212px !important;
  max-height: 650px;
  overflow-y: auto;
  opacity: 0;
  position: absolute;
  z-index: 999;
  will-change: width, height;
}

.dropdown-content li {
  clear: both;
  color: rgba(0, 0, 0, 0.87);
  cursor: pointer;
  min-height: 50px;
  line-height: 1.5rem;
  width: 100%;
  text-align: center !important;
  text-transform: none;
}

.dropdown-content li > a, .dropdown-content li > span {
  font-size: 16px;
  color: #047C8D !important;
  font-weight: 600;
  display: block;
  line-height: 22px;
  padding: 14px 16px;
}

.img-size{
  width: 117px;
  height: 60px;
  margin-top: 2px;
  margin-left: 20px;
  line-height: 64px !important;
}

.img-size2{
  width: 60;
  height: 60px;
  margin-top: 2px;
  line-height: 64px !important;
}

.img-size-login{
  width: 198px;
  height: 105px;
}

.img-size-login2{
  width: 132px;
  height: 70px;
}

#slide-out li ul li a{
  color: #3dad4b !important;

}

#slide-out li a{
  color: #3dad4b !important;

}

/*#slide-out .collapsible-bd{
  color: #931831 !important;
}*/



#slide-out i.material-icons {
  color: #3dad4b !important;
}

/*#slide-out li > a {
  color: rgba(0, 0, 0, 0.87);
  display: block;
  font-size: 14px;
  font-weight: 500;
  height: 48px;
  line-height: 48px;
  /*padding: 0 32px !important;
}*/


#slide-out .divider {
  height: 1px;
  overflow: hidden;
  background-color: #3dad4b;
}

@media only screen and (max-width: 600px) {
  .img-size2{
    width: 52;
    height: 52px;
    margin-top: 2px;
    line-height: 56px !important;
  }
}

.container {
  margin: 0 auto;
  max-width: 1280px;
  width: 90% !important;
}

@media only screen and (min-width: 601px) {
  .container {
    width: 90% !important;
  }
}

@media only screen and (min-width: 993px) {
  .container {
    width: 90% !important;
  }
}

#modalLogin .modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff !important;
  padding: 0;
  height: 530px !important;
  max-height: 100% !important;
  width: 300px !important;
  margin: auto;
  overflow-y: auto;
  border-radius: 5px !important;
  will-change: top, opacity;
} 


#CCTSession .modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff !important;
  padding: 0;
  height: 150px !important;
  max-height: 100% !important;
  width: 300px !important;
  margin: auto;
  overflow-y: hidden;
  border-radius: 5px !important;
  will-change: top, opacity;
}

/*#CCTSession .select-dropdown{
  overflow-y: auto !important;
  max-height: 260px !important;
}
*/
#CCTSession .modal .modal-footer {
  border-radius: 0 0 2px 2px;
  background-color: #fafafa;
  padding: 4px 6px;
  height: 56px;
  width: 100%;
  position: absolute;
  bottom: 0;
}


#PLANSession .modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff !important;
  padding: 0;
  min-height: 300px !important;
  max-height: 100% !important;
  width: 580px !important;
  margin: auto;
  overflow-y: hidden;
  border-radius: 5px !important;
  will-change: top, opacity;
}

#modalPassword .modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff !important;
  padding: 0;
  min-height: 300px !important;
  max-height: 100% !important;
  width: 580px !important;
  margin: auto;
  overflow-y: hidden;
  border-radius: 5px !important;
  will-change: top, opacity;
}


#PLANSession .modal .modal-footer {
  position: absolute;
  bottom: 3px !important;
}

#PLANSession .select-dropdown{
  overflow-y: auto !important;
  max-height: 260px !important;
}

@media only screen and (max-width: 600px) {
  #PLANSession .modal {
    width: 300px !important;
  }
}

#CicloSession .modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff !important;
  padding: 0;
  min-height: 300px !important;
  max-height: 100% !important;
  width: 400px !important;
  margin: auto;
  overflow-y: hidden;
  border-radius: 5px !important;
  will-change: top, opacity;
}

#CicloSession .select-dropdown{
  overflow-y: auto !important;
  max-height: 260px !important;
}

  /* label color */
   .input-field label {
     color: #047C8D !important;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label, .input-field input[type=password]:focus + label {
     color: #047C8D !important;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus, .input-field input[type=password]:focus {
     border-bottom: 1px solid #047C8D !important;
     box-shadow: 0 1px 0 0 #047C8D !important;
   }
   /* valid color */
   .input-field input[type=text].valid, .input-field input[type=password].invalid, {
     border-bottom: 1px solid #047C8D !important;
     box-shadow: 0 1px 0 0 #047C8D !important;
   }
   /* invalid color */
   .input-field input[type=text].invalid, .input-field input[type=password].invalid, {
     border-bottom: 1px solid #047C8D !important;
     box-shadow: 0 1px 0 0 #047C8D !important;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #263238;
   }


input:not([type]):disabled, input:not([type])[readonly="readonly"],
input[type=text]:not(.browser-default):disabled,
input[type=text]:not(.browser-default)[readonly="readonly"],
input[type=password]:not(.browser-default):disabled,
input[type=password]:not(.browser-default)[readonly="readonly"],
input[type=email]:not(.browser-default):disabled,
input[type=email]:not(.browser-default)[readonly="readonly"],
input[type=url]:not(.browser-default):disabled,
input[type=url]:not(.browser-default)[readonly="readonly"],
input[type=time]:not(.browser-default):disabled,
input[type=time]:not(.browser-default)[readonly="readonly"],
input[type=date]:not(.browser-default):disabled,
input[type=date]:not(.browser-default)[readonly="readonly"],
input[type=datetime]:not(.browser-default):disabled,
input[type=datetime]:not(.browser-default)[readonly="readonly"],
input[type=datetime-local]:not(.browser-default):disabled,
input[type=datetime-local]:not(.browser-default)[readonly="readonly"],
input[type=tel]:not(.browser-default):disabled,
input[type=tel]:not(.browser-default)[readonly="readonly"],
input[type=number]:not(.browser-default):disabled,
input[type=number]:not(.browser-default)[readonly="readonly"],
input[type=search]:not(.browser-default):disabled,
input[type=search]:not(.browser-default)[readonly="readonly"],
textarea.materialize-textarea:disabled,
textarea.materialize-textarea[readonly="readonly"] {
  color: black !important;
  border-bottom: 1px solid #9e9e9e !important;
}











.btn, .btn-large {
  text-decoration: none;
  color: #fff;
  /*background-color: #3dad4b !important;*/
  background-color: #E9004C !important;
  text-align: center;
  letter-spacing: .5px;
  transition: .2s ease-out;
  cursor: pointer;
  width: 100% !important;
}

header #loginResp{
  margin-top: 10px !important;
}

.select-wrapper span.caret {
  color: #37474F !important;
  z-index: 20;
}

.borde{
  border: 1px solid #931831 !important;
  border-radius: 10px;
  margin-top: 10px;
  /*background-color: red !important;*/
}

.letbold{
  color: #37474f !important;
  font-weight: bold !important;
  font-size: 15PX !important;
}

.letgris{
  color: #314047 !important;
  font-size: 15PX !important;
}

.letverde{
  color: #3dad4b !important;
  font-size: 15PX !important;
}

.letverdeB{
  color: #E9004C !important;
  font-size: 15PX !important;
  font-weight: bold !important;
  text-transform: uppercase;
  /*padding-top: 450px !important;*/
}

table.bordered > thead > tr,
table.bordered > tbody > tr {
  border-bottom: 1px solid #047C8D !important;
}

.modal {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  background-color: #fff !important;
  padding: 0;
  max-height: 70%;
  width: 55%;
  margin: auto;
  overflow-y: auto;
  border-radius: 5px !important;
  will-change: top, opacity;
}

.side-nav li {
  float: none;
  line-height: 35px;
}

.side-nav li.active {
  background-color: rgba(0, 0, 0, 0.05);
}

.side-nav .divider {
  margin: 0 0 0 0 !important;
}

.side-nav .collapsible-header,
.side-nav.fixed .collapsible-header {
  padding: 0 32px !important;
}

.side-nav .collapsible-body li a,
.side-nav.fixed .collapsible-body li a {
  padding: 0 23.5px 0 48px !important;
}

.side-nav li > a {
  color: #3dad4b !important;
  display: block;
  font-size: 14px;
  font-weight: 400 !important;
  height: 48px;
  line-height: 48px;
  padding: 0 32px;
}

.side-nav li > a > i,
.side-nav li > a > [class^="mdi-"], .side-nav li > a li > a > [class*="mdi-"],
.side-nav li > a > i.material-icons {
  float: left;
  height: 48px;
  line-height: 48px;
  margin: 0 25px 0 0 !important;
  width: 24px;
  color: #3dad4b !important;
}

.picker__date-display {
  text-align: left;
  background-color: #025E75 !important;
  color: #fff;
  padding: 13px !important;
  font-weight: 300;
}

.picker__close, .picker__today, .picker__clear {
  font-size: 1.1rem;
  padding: 0 1rem;
  color: #025E75 !important;
}

.picker__clear {
  color: #f44336 !important;
  float: none !important;
}

.picker__day--today {
  position: relative;
  color: #025E75 !important;
  letter-spacing: -.3;
  padding: .75rem 0;
  font-weight: 400;
  border: 1px solid transparent;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  border-radius: 50%;
  -webkit-transform: scale(0.9);
          transform: scale(0.9);
  background-color: #025E75 !important;
  color: #ffffff !important;
}

label {
    font-size: 0.8rem;
    color: #047C8D !important;
}

.picker__weekday-display {
  font-weight: 500;
  font-size: 2.4rem !important;
  margin-right: 5px;
  margin-top: 4px;
}

.picker__month-display {
  font-size: 2.4rem !important;
  font-weight: 500;
}

.picker__day-display {
  font-size: 2.4rem !important;
  font-weight: 500;
  margin-right: 5px;
}

.picker__year-display {
  font-size: 1.25rem !important;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
}

.picker__footer {
  text-align: right;
  padding: 5px 7px !important;
}

[type="checkbox"].filled-in:checked + label:after {
    top: 0;
    width: 20px;
    height: 20px;
    border: 2px solid #047C8D !important;
    background-color: #047C8D !important;
    z-index: 0;
}

.pagination li.active {
    background-color: #025E75 !important;
}

