/* Custom Stylesheet */
/**
 * Use this file to override Materialize files so you can update
 * the core Materialize files in the future
 *
 * Made By MaterializeCSS.com
 */
 .select-wrapper input.select-dropdown {
   color: #905abb !important;
   border-bottom: 1px solid #955dbc !important;
 }

 span.close {
  color:#fff !important;
 }
 span.card-title {
   color:#fff !important;
 }
 span {
   color: #905abb !important;
 }
 .select-wrapper .caret {
   fill: #935cbd;
 }
input.select-dropdown
.dropdown-trigger
{
  color: #9b619e !important;
}
.icon-block {
  padding: 0 15px;
}
.icon-block .material-icons {
	font-size: inherit;
}

html{
  background: url("../images/747.JPG") no-repeat center center fixed !important; 
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
  /* height: 100% !important; */
  margin: 0 !important;
}

body{
  /* height: 100% !important; */
  margin: 0 !important;
}

.FormHeader{
  margin-top: 100px;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.extrapadding{
  padding: 30px;
}

.trans-70{
  opacity: 0.7 !important;
}

.trans-80{
  opacity: 0.8 !important;
}

.input-field input:focus + label {
  color: #9c27b0   !important;
}
/* label underline focus color */
.row .input-field input:focus {
  border-bottom: 1px solid #9c27b0  !important;
  box-shadow: 0 1px 0 0 #9c27b0  !important
}

.cal_bird{
  margin-top: 65px;
}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed !important; /* Stay in place */
  z-index: 1 !important; /* Sit on top */
  left: 0 !important;
  top: 0 !important;
  width: 100% !important; /* Full width */
  height: 100% !important; /* Full height */
  max-height: 100% !important;
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0) !important; /* Fallback color */
  background-color: rgba(0,0,0,0.4) !important; /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
  background-color: #fefefe;
  margin: 15% auto; /* 15% from the top and centered */
  padding: 20px;
  border: 1px solid #888;
  width: 70%; /* Could be more or less, depending on screen size */
}

/* The Close Button */
.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}

.modal-valign-height-adjust{
  height: 70%;
}

.no-block{
  display: inline !important;
}

.margin-5px{
  margin: 5px;
}

.content{
  min-height: calc(100vh - 170px);
}