/* toast */

#toast-container {
  display: block;
  position: fixed;
  z-index: 60000; }
  @media only screen and (max-width : 600px) {
    #toast-container {
      min-width: 100%;
      bottom: 0%; } }
  @media only screen and (min-width : 601px) and (max-width : 992px) {
    #toast-container {
      min-width: 30%;
      left: 5%;
      right: 5%;
      bottom: 7%; } }
  @media only screen and (min-width : 993px) {
    #toast-container {
      min-width: 8%;
      top: 10%;
      right: 7%;
      left: 7%; } }

.toast {
  border-radius: 2px;
  top: 0;
  width: auto;
  clear: both;
  margin-top: 10px;
  position: relative;
  max-width: 100%;
  height: auto;
  min-height: 48px;
  line-height: 1.5em;
  word-break: break-all;
  background-color: #ffa200;
  padding: 10px 25px;
  font-size: 1.1rem;
  font-weight: 300;
  color: #fff;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between; }
  .toast .btn, .toast .btn-large, .toast .btn-flat {
    margin: 0;
    margin-left: 3rem; }
  .toast.rounded {
    border-radius: 24px; }
  @media only screen and (max-width : 600px) {
    .toast {
      width: 100%;
      border-radius: 0; } }
  @media only screen and (min-width : 601px) and (max-width : 992px) {
    .toast {
      float: left; } }
  @media only screen and (min-width : 993px) {
    .toast {
      float: right; } }

/* label color */
 .input-field label {
   color: #546e7a;
 }

 /* label focus color */
 .input-field input[type=text]:focus + label {
   color: #0678be;
 }
 
 .input-field input[type=number]:focus + label {
   color: #0678be;
 }
   
 .input-field input[type=password]:focus + label {
   color: #0678be;
 }
 
 .input-field input[type=password]:focus {
     border-bottom: 1px solid #0678be;
     box-shadow: 0 1px 0 0 #0678be;
 }
 

 .input-field input[type=email]:focus + label {
   color: #0678be;
 }

 .input-field input[type=tel]:focus + label {
   color: #0678be;
 }

 .input-field textarea.materialize-textarea:focus + label{
   color: #0678be;
 }
 
 /* label underline focus color */
 .input-field input[type=text]:focus {
   border-bottom: 1px solid #0678be;
   box-shadow: 0 1px 0 0 #0678be;
 }
 
 .input-field input[type=number]:focus {
   border-bottom: 1px solid #0678be;
   box-shadow: 0 1px 0 0 #0678be;
 }

 .input-field input[type=email]:focus {
   border-bottom: 1px solid #0678be;
   box-shadow: 0 1px 0 0 #0678be;
 }

 .input-field input[type=tel]:focus {
   border-bottom: 1px solid #0678be;
   box-shadow: 0 1px 0 0 #0678be;
 }

 .input-field textarea.materialize-textarea:focus{
   border-bottom: 1px solid #0678be;
   box-shadow: 0 1px 0 0 #0678be;
 }

 /* label underline color */
 .input-field input[type=text] {
   border-bottom: 1px solid #546e7a;
   box-shadow: 0 0px 0 0 #546e7a;
 }
 
 .input-field input[type=number] {
   border-bottom: 1px solid #546e7a;
   box-shadow: 0 0px 0 0 #546e7a;
 }

 .input-field input[type=email] {
   border-bottom: 1px solid #546e7a;
   box-shadow: 0 0px 0 0 #546e7a;
 }

 .input-field input[type=tel] {
   border-bottom: 1px solid #546e7a;
   box-shadow: 0 0px 0 0 #546e7a;
 }

 .input-field textarea.materialize-textarea{
   border-bottom: 1px solid #546e7a;
   box-shadow: 0 0px 0 0 #546e7a;
 }
 
 /* valid color */
 .input-field input[type=text].valid {
   border-bottom: 1px solid #0678be;
   box-shadow: 0 1px 0 0 #0678be;
 }
 
 .input-field input[type=number].valid {
   border-bottom: 1px solid #0678be;
   box-shadow: 0 1px 0 0 #0678be;
 }
 
 .input-field input[type=password].valid {
   border-bottom: 1px solid #0678be;
   box-shadow: 0 1px 0 0 #0678be;
 }
 
 .input-field input[type=email].valid {
   border-bottom: 1px solid #0678be;
   box-shadow: 0 1px 0 0 #0678be;
 }

 .input-field input[type=tel].valid {
   border-bottom: 1px solid #0678be;
   box-shadow: 0 1px 0 0 #0678be;
 }

 .input-field textarea.materialize-textarea.valid {
   border-bottom: 1px solid #0678be;
   box-shadow: 0 1px 0 0 #0678be;
 }

 /* invalid color */
 .input-field input[type=text].invalid {
   border-bottom: 1px solid #a9000c;
   box-shadow: 0 1px 0 0 #a9000c;
 }
 
 .input-field input[type=email].invalid {
   border-bottom: 1px solid #a9000c;
   box-shadow: 0 1px 0 0 #a9000c;
 }

 .input-field input[type=tel].invalid {
   border-bottom: 1px solid #a9000c;
   box-shadow: 0 1px 0 0 #a9000c;
 }

 /* icon prefix focus color */
 .input-field .prefix.active {
   color: #0678be;
 }

 /* icon prefix color */
 .input-field .prefix {
   color: #0678be;
 }
 
 .waves-effect.waves-globalix .waves-ripple {
    background-color: rgba(50, 89, 138, 0.3);
}



/* --------------------------------------------------------------- */

.picker  
{
	outline: none; 
}

.picker__weekday-display
{ 
	background-color: rgb(50, 89, 138);
    font-weight: 600;
}

.picker__date-display 
{ 
	background-color: rgba(50, 89, 138, 0.9); 
}

.picker__nav--prev:hover 
{ 
	background-color: rgba(50, 89, 138, 0.3);
}

.picker__nav--next:hover 
{ 
	background-color: rgba(50, 89, 138, 0.3);
}

.picker__day.picker__day--infocus.picker__day--today.picker__day--selected.picker__day--highlighted 
{ 
	background-color: rgb(50, 89, 138);
}

.picker__today 
{ 
	color: rgb(50, 89, 138);
}

.picker__close 
{ 
	color: rgb(50, 89, 138);
}

.picker__day--infocus:hover 
{ 
	color: rgb(50, 89, 138);
}

.btn-flat.picker__today:active
{ 
	background-color: rgba(50, 89, 138, 0.3);
}
.btn-flat.picker__close:active
{ 
	background-color: rgba(50, 89, 138, 0.3);
}

.btn-flat.picker__clear:active
{ 
	background-color: rgba(50, 89, 138, 0.3);
}

.picker__day.picker__day--infocus.picker__day--today.picker__day--selected.picker__day--highlighted 
{ 
	background-color: rgb(50, 89, 138);
}

.picker__day.picker__day--today 
{ 
	color: rgb(50, 89, 138);
	font-weight: 700;
}

.picker__day--selected, .picker__day--selected:hover, .picker--focused .picker__day--selected 
{
  border-radius: 50%;
  -webkit-transform: scale(.9);
  -moz-transform: scale(.9);
  -ms-transform: scale(.9);
  -o-transform: scale(.9);
  transform: scale(.9);
  background-color: rgb(50, 89, 138);
  color: #ffffff; 
}

.picker__day--selected.picker__day--outfocus, .picker__day--selected:hover.picker__day--outfocus, .picker--focused .picker__day--selected.picker__day--outfocus 
{
    background-color: rgba(50, 89, 138, 0.3);
}

button.picker__today:focus, button.picker__clear:focus, button.picker__close:focus 
{
  background-color: rgba(50, 89, 138, 0.3);
}

/* --------------------------------------------------------------- */

/***************
   Checkboxes
***************/
/* CUSTOM CSS CHECKBOXES */
form p {
  margin-bottom: 10px;
  text-align: left; }

form p:last-child {
  margin-bottom: 0; }

/* Remove default checkbox */
[type="checkbox"]:not(:checked), [type="checkbox"]:checked {
  position: absolute;
  left: -9999px;
  visibility: hidden; }

[type="checkbox"] {
  /* checkbox aspect */ }
  [type="checkbox"] + label {
    position: relative;
    padding-left: 35px;
    cursor: pointer;
    display: inline-block;
    height: 25px;
    line-height: 25px;
    font-size: 1rem;
    -webkit-user-select: none;
    /* webkit (safari, chrome) browsers */
    -moz-user-select: none;
    /* mozilla browsers */
    -khtml-user-select: none;
    /* webkit (konqueror) browsers */
    -ms-user-select: none;
    /* IE10+ */ }
  [type="checkbox"] + label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 18px;
    height: 18px;
    z-index: 0;
    border: 2px solid #5a5a5a;
    border-radius: 1px;
    margin-top: 2px;
    -webkit-transition: 0.2s;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -ms-transition: 0.2s;
    transition: 0.2s; }
  [type="checkbox"]:not(:checked):disabled + label:before {
    border: none;
    background-color: rgba(0, 0, 0, 0.26); }

[type="checkbox"]:checked + label:before {
  top: -4px;
  left: -3px;
  width: 12px;
  height: 22px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #0678be;
  border-bottom: 2px solid #0678be;
  -webkit-transform: rotate(40deg);
  -moz-transform: rotate(40deg);
  -ms-transform: rotate(40deg);
  -o-transform: rotate(40deg);
  transform: rotate(40deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
[type="checkbox"]:checked:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  border-bottom: 2px solid rgba(0, 0, 0, 0.26); }

/* Indeterminate checkbox */
[type="checkbox"]:indeterminate + label:before {
  left: -10px;
  top: -11px;
  width: 10px;
  height: 22px;
  border-top: none;
  border-left: none;
  border-right: 2px solid #0678be;
  border-bottom: none;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-backface-visibility: hidden;
  -webkit-transform-origin: 100% 100%;
  -moz-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  -o-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
[type="checkbox"]:indeterminate:disabled + label:before {
  border-right: 2px solid rgba(0, 0, 0, 0.26);
  background-color: transparent; }

[type="checkbox"].filled-in + label:after {
  border-radius: 2px; }
[type="checkbox"].filled-in + label:before, [type="checkbox"].filled-in + label:after {
  content: '';
  left: 0;
  position: absolute;
  /* .1s delay is for check animation */
  transition: border .25s, background-color .25s, width .2s .1s, height .2s .1s, top .2s .1s, left .2s .1s;
  z-index: 1; }
[type="checkbox"].filled-in:not(:checked) + label:before {
  width: 0;
  height: 0;
  border: 3px solid transparent;
  left: 6px;
  top: 10px;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%; }
[type="checkbox"].filled-in:not(:checked) + label:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0; }
[type="checkbox"].filled-in:checked + label:before {
  top: 0;
  left: 1px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%; }
[type="checkbox"].filled-in:checked + label:after {
  top: 0px;
  width: 20px;
  height: 20px;
  border: 2px solid #0678be;
  background-color: #0678be;
  z-index: 0; }
[type="checkbox"].filled-in:disabled:not(:checked) + label:before {
  background-color: transparent;
  border: 2px solid transparent; }
[type="checkbox"].filled-in:disabled:not(:checked) + label:after {
  border-color: transparent;
  background-color: #BDBDBD; }
[type="checkbox"].filled-in:disabled:checked + label:before {
  background-color: transparent; }
[type="checkbox"].filled-in:disabled:checked + label:after {
  background-color: #BDBDBD;
  border-color: #BDBDBD; }

