.material-tooltip{
  display: none !important;
}

.btn-primary{
  background-color: #eeeeee !important;
  color: #000 !important;
}
.btn-primary:hover{
  background-color: #b71c1c !important;
  color: #fff !important;
}

.box.box-solid.box-primary>.box-header{
  background-color: #212121 !important;
}
.form-group label{
  font-size: 14px !important;
  font-weight: normal !important;
  color: #424242 !important;
}
.form-group input{
  font-size: 14px !important;
  font-weight: normal !important;
  color: #212121 !important;
}
.box.box-solid.box-primary{
  margin-top: 5px !important;
}
.box.box-tools{
  margin-top: 50px !important;
}
.table.table-hover tbody tr th span{
  font-weight: normal !important;
}
.form-horizontal .form-group{
  margin-left: -10px !important;
}
.moto-img{
  width: 15% !important;
}
.moto-img span img{
  height: 100px !important;
}
.grey-text{
  color: #424242 !important;
}

.nav ul li a.no-dropdown:hover{
  color: #ffffff !important;
  font-size: 16px !important;
}

.nav ul li a:hover{
  color: #ffffff !important;
  font-size: 16px !important;
}

nav i:hover{
  color: #e0e0e0 !important;
}
.collapsible.collapsible-accordion li.active{
  background-color: #7e7975 !important;
}

/* label color 
.input-field label {
  color: #000 !important;
}
/* label focus color */
.input-field input[type=text]:focus + label {
  color: #b71c1c !important;
}
/* label focus color */
.input-field input[type=password]:focus + label {
  color: #b71c1c !important;
}
/* label focus color */
.input-field input[type=email]:focus + label {
  color: #b71c1c !important;
}
/* label underline focus color */
.input-field input[type=text]:focus {
  border-bottom: 1px solid #b71c1c !important;
  box-shadow: 0 1px 0 0 #e53935 !important;
}

/* label underline focus color */
.input-field input[type=password]:focus {
  border-bottom: 1px solid #b71c1c !important;
  box-shadow: 0 1px 0 0 #e53935 !important;
}

/* label underline focus color */
.input-field input[type=email]:focus {
  border-bottom: 1px solid #b71c1c !important;
  box-shadow: 0 1px 0 0 #e53935 !important;
}

/* valid color 
.input-field input[type=text].valid {
  border-bottom: 1px solid #000 !important;
  box-shadow: 0 1px 0 0 #000 !important;
}*/
/* invalid color 
.input-field input[type=text].invalid {
  border-bottom: 1px solid #000 !important;
  box-shadow: 0 1px 0 0 #000 !important;
}*/
/* icon prefix focus color */
.input-field .prefix.active {
  color: #b71c1c !important;
}

/*formato para el iframe auto aujustable*/
.embed-container {
  position: relative;
  padding-bottom: 35.25%;
  height: 0;
  overflow: hidden;
}
.embed-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*diseño para el tab*/
.tabs .tab a{
  color:#000;
} /*Black color to the text*/

.tabs .tab a:hover {
  background-color:#eee;
  color:#b71c1c;
} /*Text color on hover*/

.tabs .tab a.active {
  background-color:#000000;
  color:#eee;
} /*Background and text color when a tab is active*/

.tabs .indicator {
  background-color:#b71c1c;
} /*Color of underline*/

/*Diseño color al head del collapsible*/
li.active .collapsible-header{ 
  background-color:#901727; 
  color:white;
}
