/*================================================================================
	Item Name: Materialize - Material Design Admin Template
	Version: 2.3
	Author: GeeksLabs
	Author URL: http://www.themeforest.net/user/geekslabs
================================================================================

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.  */

/* label color */
   .input-field label {
     color: #ccc;
   }
   /* label focus color */
   .input-field input[type=text]:focus + label {
     color: #311b92;
   }
   /* label underline focus color */
   .input-field input[type=text]:focus {
     border-bottom: 1px solid #311b92;
     box-shadow: 0 1px 0 0 #000;
   }
   /* label focus color */
   .input-field input[type=email]:focus + label {
     color: #311b92;
   }
   /* label underline focus color */
   .input-field input[type=email]:focus {
     border-bottom: 1px solid #311b92;
     box-shadow: 0 1px 0 0 #000;
   }
   /* label focus color */
   .input-field input[type=number]:focus + label {
     color: #311b92;
   }
   /* label underline focus color */
   .input-field input[type=number]:focus {
     border-bottom: 1px solid #311b92;
     box-shadow: 0 1px 0 0 #000;
   }
   /* label focus color */
   .input-field input[type=password]:focus + label {
     color: #311b92;
   }
   /* label underline focus color */
   .input-field input[type=password]:focus {
     border-bottom: 1px solid #311b92;
     box-shadow: 0 1px 0 0 #000;
   }
   .input-field textarea.materialize-textarea:focus + label {
     color: #311b92;
   }
   /* label underline focus color */
   .input-field textarea.materialize-textarea:focus {
     border-bottom: 1px solid #311b92;
     box-shadow: 0 1px 0 0 #000;
   }
   /* valid color */
   .input-field input[type=text].valid {
     border-bottom: 1px solid #00ff00;
     box-shadow: 0 1px 0 0 #000;
   }
   /* invalid color */
   .input-field input[type=text].invalid {
     border-bottom: 1px solid #ff0000;
     box-shadow: 0 1px 0 0 #000;
   }
   /* icon prefix focus color */
   .input-field .prefix.active {
     color: #311b92;
   }
   
	
	.fc td, .fc th {
	    cursor:pointer;
	}
	
	.dropdown-content {

    max-height: 150px;
    }
    
    .dropdown-content li > a, .dropdown-content li > span {
    font-size: 1.0rem;
    color: #311b92;
    padding: 0.8rem;
    }
    
    .input-group {
    display: table;
}

.input-group input, .suffix {
    display: table-cell;
}


   .input-group .suffix.active {
     color: #311b92;
   }

.suffix {
    width:1%;
    width:3rem;font-size:2rem;-webkit-transition:color .2s;-moz-transition:color .2s;-o-transition:color .2s;-ms-transition:color .2s;transition:color .2s
}	
	.select_paquete{
		display: block;
padding: 8px 8px 8px 8px;
width: 100%;
background: rgba(255, 255, 255, 0.3) none repeat scroll 0% 0%;
height: 40px;
transition: all 200ms ease 0s;
border: medium none;
font-size: 16px;
font-weight: 400;
outline: medium none;
border-radius: 3px;
	}

  #nav-mobile li.search .search-wrapper {
    margin: 0 12px;
    -webkit-transition: margin .25s ease;
    -moz-transition: margin .25s ease;
    -o-transition: margin .25s ease;
    -ms-transition: margin .25s ease;
    transition: margin .25s ease; }
    #nav-mobile li.search .search-wrapper.focused {
      margin: 0; }
    #nav-mobile li.search .search-wrapper input#search {
      display: block;
      font-size: 16px;
      font-weight: 300;
      width: 100%;
      height: 45px;
      padding: 0 45px 0 15px;
      border: 0; }
      #nav-mobile li.search .search-wrapper input#search:focus {
        outline: none; }
    #nav-mobile li.search .search-wrapper i.material-icons {
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer; }
      
.md {
  position: relative;
  left: 50%;
  transform: translate(-50%);
  width: 500px;
}
/* ------------------------- Separate line ------------------------- */
.breadcrumb1 {
  text-align: center;
  display: inline-block;
  box-shadow: 0 2px 5px rgba(0,0,0,0.25);
  overflow: hidden;
  border-radius: 5px;
  counter-reset: flag;
}
.breadcrumb1 > a {
  text-decoration: none;
  outline: none;
  display: block;
  float: left;
  font-size: 12px;
  line-height: 36px;
  color: #fff;
  padding: 0 10px 0 60px;
  position: relative;
}
.breadcrumb1 > a:first-child {
  padding-left: 46px;
  border-radius: 5px 0 0 5px;
}
.breadcrumb1 > a:first-child:before {
  left: 14px;
}
.breadcrumb > a:last-child {
  border-radius: 0 5px 5px 0;
  padding-right: 20px;
}
.breadcrumb1 > a:last-child:after {
  content: none;
}
.breadcrumb1 > a:before {
  content: counter(flag);
  counter-increment: flag;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  line-height: 20px;
  margin: 8px 0;
  position: absolute;
  top: 0;
  left: 30px;
  font-weight: bold;
}
.breadcrumb1 > a:after {
  content: '';
  position: absolute;
  top: 0;
  right: -18px;
  width: 36px;
  height: 36px;
  transform: scale(0.707) rotate(45deg);
  z-index: 1;
  box-shadow: 2px -2px 0 2px #211265;
  border-radius: 0 5px 0 50px;
}
/*
.breadcrumb a.active,
.breadcrumb a:hover
    background #333
    background linear-gradient(#333, #000)

.breadcrumb a.active:after,
.breadcrumb a:hover:after
    background #333
    background linear-gradient(135deg, #333, #000)
*/
.flat a,
.flat a:after {
  background: #fff;
  color: #311b92;
  transition: all 0.5s;
}
.flat a:before {
  background: #fff;
  box-shadow: 0 0 0 1px #311b92;
}
.flat a:hover,
.flat a.active,
.flat a:hover:after,
.flat a.active:after {
  background: #311b92;
}
.flat a:hover,
.flat a.active {
  color: #fff;
}
.flat a:hover:before,
.flat a.active:before {
  color: #311b92;
}