@viewport {
	width: device-width;
}

.hiddenRow {
    padding: 0 !important;
}

.material-switch > input[type="checkbox"] {
    display: none;   
}

.material-switch > label {
    cursor: pointer;
    height: 0px;
    position: relative; 
    width: 40px;  
}


.material-switch > label::before {
    background: rgb(0, 0, 0);
    box-shadow: inset 0px 0px 10px rgba(0, 0, 0, 0.5);
    border-radius: 8px; 
    content: '';
    height: 16px;
    margin-top: -8px;
    position:absolute;
    opacity: 0.3;
    transition: all 0.4s ease-in-out;
    width: 40px;
}
.material-switch > label::after {
    background: rgb(255, 255, 255);
    border-radius: 16px;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.3);
    content: '';
    height: 24px;
    left: -4px;
    margin-top: -8px;
    position: absolute;
    top: -4px;
    transition: all 0.3s ease-in-out;
    width: 24px;
}
.material-switch > input[type="checkbox"]:checked + label::before {
    background: inherit;
    opacity: 0.5;
}
.material-switch > input[type="checkbox"]:checked + label::after {
    background: inherit;
    left: 20px;
}

.main {
    margin-top: 60px; /* Add a top margin to avoid content overlay */
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
  }



/* Animations to fade the snackbar in and out */
@-webkit-keyframes fadein {
    from {bottom: 0; opacity: 0;} 
    to {bottom: 30px; opacity: 1;}
}

@keyframes fadein {
    from {bottom: 0; opacity: 0;}
    to {bottom: 30px; opacity: 1;}
}

@-webkit-keyframes fadeout {
    from {bottom: 30px; opacity: 1;} 
    to {bottom: 0; opacity: 0;}
}

@keyframes fadeout {
    from {bottom: 30px; opacity: 1;}
    to {bottom: 0; opacity: 0;}
}

.badge {
  padding: 3px 7px 3px;
  font-size: 12.025px;
  font-weight: bold;
  white-space: nowrap;
  color: #ffffff;
  background-color: #999999;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
}
.badge:hover {
  color: #ffffff;
  text-decoration: none;
  cursor: pointer;
}
.badge-danger {
  
  background-color: #cd0200
  
}
.badge-danger:hover {
  background-color: #953b39 
}
.badge-warning {
  background-color: #f89406;
}
.badge-warning:hover {
  background-color: #c67605;
}
.badge-success {
  background-color: #2e8a19;
}
.badge-success:hover {
  background-color: #356635;
}
.badge-info {
  background-color: #3a87ad;
}
.badge-info:hover {
  background-color: #2d6987;
}
.badge-inverse {
  background-color: #333333;
}
.badge-inverse:hover {
  background-color: #1a1a1a;
}

.chip {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
}
.chip:hover {
    display: inline-block;
    padding: 0 25px;
    height: 50px;
    font-size: 16px;
    line-height: 50px;
    border-radius: 25px;
    background-color: #ffffff;
}

.chip img {
    float: left;
    margin: 0 10px 0 -25px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
}

.ui-widget-content {
	background-color: #fff ;
	border: 1px solid rgb(150, 150, 150);
	line-height: 30px;
	font-size:16px;
}

#listCategories .ui-selecting { background: #d9edf7; }
#listCategories .ui-selected { background: #d9edf7;  }

.btn-green {
  color: #ffffff;
  background-color: #2aa198;
  border-color: #2aa198;
}
.btn-green:focus,
.btn-green.focus {
  color: #ffffff;
  background-color: #1f7972;
  border-color: #103c39;
}
.btn-green:hover {
  color: #ffffff;
  background-color: #1f7972;
  border-color: #1d706a;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  color: #ffffff;
  background-color: #1f7972;
  border-color: #1d706a;
}
.btn-green:active:hover,
.btn-green.active:hover,
.open > .dropdown-toggle.btn-green:hover,
.btn-green:active:focus,
.btn-green.active:focus,
.open > .dropdown-toggle.btn-green:focus,
.btn-green:active.focus,
.btn-green.active.focus,
.open > .dropdown-toggle.btn-green.focus {
  color: #ffffff;
  background-color: #185c57;
  border-color: #103c39;
}
.btn-green:active,
.btn-green.active,
.open > .dropdown-toggle.btn-green {
  background-image: none;
}
.btn-green.disabled:hover,
.btn-green[disabled]:hover,
fieldset[disabled] .btn-green:hover,
.btn-green.disabled:focus,
.btn-green[disabled]:focus,
fieldset[disabled] .btn-green:focus,
.btn-green.disabled.focus,
.btn-green[disabled].focus,
fieldset[disabled] .btn-green.focus {
  background-color: #2aa198;
  border-color: #2aa198;
}
.btn-green .badge {
  color: #2aa198;
  background-color: #ffffff;
}
.jumbotron
{   
    padding-top: 0px;
    padding-bottom:0px;
    background-image:url('../images/Wheat_Field.jpg'); 
    background-size: cover;
    background: contain;
    width: 100%; /* make sure to define width to fill container */
    height: 750px; /* define the height in pixels or make sure   */
                   /* you have something in your div with height */
                   /* so you can see your image */
    
 }
 
 .messageBody {
	 padding-top: 15px;
	 
 }
 /* Background Gradient for Analagous Colors */
.goldGradient
{
    background-color: #FFEEB5;
    /* For WebKit (Safari, Chrome, etc) */
    background: #FFEEB5 -webkit-gradient(linear, left top, left bottom, from(#AE8913), to(#FFEEB5)) no-repeat;
    /* Mozilla,Firefox/Gecko */
    background: #FFEEB5 -moz-linear-gradient(top, #AE8913, #FFEEB5) no-repeat;
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AE8913, endColorstr=#FFEEB5) no-repeat;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#AE8913, endColorstr=#AE8913)" no-repeat;
}
/* Background Gradient for Monochromatic Colors */
.silverGradient
{
    background-color: #FFFFFF;
    /* For WebKit (Safari, Chrome, etc) */
    background: #FFFFFF -webkit-gradient(linear, left top, left bottom, from(#9A8383), to(#FFFFFF)) no-repeat;
    /* Mozilla,Firefox/Gecko */
    background: #FFFFFF -moz-linear-gradient(top, #9A8383, #FFFFFF) no-repeat;
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9A8383, endColorstr=#FFFFFF) no-repeat;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#9A8383, endColorstr=#9A8383)" no-repeat;
}
/* Background Gradient for Monochromatic Colors */
.bronzeGradient
{
    background-color: #FFD8B1;
    /* For WebKit (Safari, Chrome, etc) */
    background: #FFD8B1 -webkit-gradient(linear, left top, left bottom, from(#A75B10), to(#FFD8B1)) no-repeat;
    /* Mozilla,Firefox/Gecko */
    background: #FFD8B1 -moz-linear-gradient(top, #A75B10, #FFD8B1) no-repeat;
    /* IE 5.5 - 7 */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#A75B10, endColorstr=#FFD8B1) no-repeat;
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#A75B10, endColorstr=#A75B10)" no-repeat;
}

.centerDiv {
	width: 100%;
}
.sideDiv {
	width: 0%;
}
.nav-tabs {
	font-size: .85em;
}
.centerDiv, .sideDiv {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px;
}
.centerDiv, .sideDiv {
	float: left;
}


.priority  {
    
    margin: -30px -30px 0 0;
	padding: 3px;
    height: 50px;
    width: 50px;
    border-radius: 50%;
	position:absolute;
	top:0;
	right:0;	
	z-index:100;
	float:right;
	
	
}
.message_li:hover {
	
	background:#f5f5f0;

}

/* Popup container */
.popup {
    position: relative;
    display: inline-block;
    /*cursor: pointer; */
}

/* The actual popup (appears on top) */
.popup .popuptext {
    visibility: hidden;
    
    white-space:nowrap;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    bottom: 100%;
    left: 50%;
    margin-left: -150px;
}

/* Toggle this class when clicking on the popup container (hide and show the popup) */
.popup .show {
    visibility: visible;
    -webkit-animation: fadeIn 1s;
    animation: fadeIn 1s
}
.addRescue  {
    
    margin: -38px -30px 0 0;
	padding: 3px;

	position:absolute;
	top:0;
	right:0;	
	z-index:100;
	float:right;
	cursor: pointer;
	
}
.removeRescue {
	cursor: pointer;	
}

.removeHotline {
	cursor: pointer;	
}
.removeShift {
	cursor: pointer;	
}

.fa-play-circle-o {
	cursor: pointer;
	color: Red;
	
}
#Rescue_Table {
	font-family: 	Arial, Verdana, sans-serif;
	
	font-size:	14px;

}

/* Add animation (fade in the popup) */
@-webkit-keyframes fadeIn {
    from {opacity: 0;} 
    to {opacity: 1;}
}

@keyframes fadeIn {
    from {opacity: 0;}
    to {opacity:1 ;}
}

#header_nav { 
  height: 300px;
  max-height: 300px;
  width: 100%;
  overflow-y: scroll;
  -webkit-overflow-scrolling:touch; // mobile safari
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #910303;
}

/* CSS for the timepicker addon */
.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { float: left; clear:left; padding: 0 0 0 5px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 40%; }
.ui-timepicker-div td { font-size: 90%; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-div .ui_tpicker_unit_hide{ display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input { background: none; color: inherit; border: none; outline: none; border-bottom: solid 1px #555; width: 95%; }
.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus { border-bottom-color: #aaa; }

.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; padding: 0 5px 0 0; }
.ui-timepicker-rtl dl dt{ float: right; clear: right; }
.ui-timepicker-rtl dl dd { margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine { padding-right: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time, 
.ui-timepicker-div.ui-timepicker-oneLine dt { display: none; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label { display: block; padding-top: 2px; }
.ui-timepicker-div.ui-timepicker-oneLine dl { text-align: right; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd, 
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div { display:inline-block; margin:0; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before { content:':'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before { content:'.'; display:inline-block; }
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before{ display: none; }


/* Custom Media Breakpoint */

@media (max-width: 1114px) {
  .navbar-header {
      float: none;
      
  }
  .navbar-left,.navbar-right {
      float: none !important;
  }
  .navbar-toggle {
      display: block;
      
  }
  .navbar-collapse {
      border-top: 1px solid transparent;
      box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);

  }
  .navbar-fixed-top {
      top: 0;
      border-width: 0 0 1px;
      overflow: auto;
  }
  .navbar-collapse.collapse {
      display: none!important;

  }
  .navbar-nav {
      float: none!important;
      margin-top: 7.5px;
  }
  .navbar-nav>li {
      float: none;
  }
  .navbar-nav>li>a {
      padding-top: 10px;
      padding-bottom: 10px;

  }
  .collapse.in{
      display:block !important;
      
  }
}

.ui-state-active {
    background-color: #98cbe8;
    color:#fff;
}

.ui-state-active {
    background-color: #98cbe8;
    color:#fff;
}

.ui-state-hover {
    background-color: #b0ddf7;
    color:#fff;  
}

.ui-datepicker-prev:before 
{
    content: "<"; 
    cursor: pointer; 
    padding-right: 15px;
    font-size: 14pt; 
}

.ui-datepicker-next:before {
    content: ">"; 
    padding-left: 15px;
    font-size: 14pt; 
    cursor: pointer; 
      
 }

.ui-datepicker {
    z-index: 2000 !important;
}



 

