body {
   font: 400 15px Lato, sans-serif;
   line-height: 1.5;	
   color: #818181;
   position: relative;
   /*background: #fefefe !important;*/
 }
 
 
.custom-toggler.navbar-toggler {
    border-color: black;
}
.custom-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

 h2 .heading{
	font-size: 24px;
   text-transform: uppercase;
   color: #303030;
   font-weight: 600;
   margin-bottom: 30px;
 }
 h2 {
   font-size: 24px;
   text-transform: uppercase;
   color: #303030;
   font-weight: 600;
   margin-bottom: 0px;
 }
 

 h4 {
   font-size: 19px;
   line-height: 1.375em;
   color: #303030;
   font-weight: 400;
   margin-bottom: 30px;
 }  
 
.topheader {
    color: #000;
    padding: 75px 25px 25px 25px;
    font-family: Montserrat, sans-serif;
  }
 
.jumbotron {
    /*background-color: #304040;*/
	background-color: #5B7065;
    color: #fff;
    padding: 50px 25px 25px 25px;
    font-family: Montserrat, sans-serif;
  }
  


  .container-fluid {
    padding: 0px 25px;
  }
  
.hide {
  display: none;
}

.myDIV:hover + .hide {
  display: block;
  color: red;
}
  
  .bg-grey {
    background-color: #f6f6f6;
  }
  .logo_top{
	height:60px;
  	width:60px;
  }
  .logo-small {
    color: #304040;
    
  }
  .logo {
    color: #304040;
    font-size: 200px;
  }
 .thumbnail {
    padding: 0 0 15px 0;
    border: none;
    border-radius: 0;
  }
  .thumbnail img {
    width: 100%;
    height: 100%;
    margin-bottom: 10px;
  }
 
  .item h4 {
    font-size: 19px;
    line-height: 1.375em;
    font-weight: 400;
    font-style: italic;
    margin: 70px 0;
  }
  .item span {
    font-style: normal;
  }
  

  
  .navbar {
    margin-bottom: 0;
    background-color: #304040;
    z-index: 9999;
    border: 0;
    font-size: 12px !important;
    line-height: 1.42857143 !important;
    letter-spacing: 4px;
    border-radius: 0;
    font-family: Montserrat, sans-serif;
  }

  .navbar li a, .navbar .navbar-brand {
    color: #fff !important;
  }
  .navbar-nav li a{
	display:block;
  	padding: 10px;
  }
  
  .navbar-nav li a:hover, .navbar-nav li.active a {
    color: #304040 !important;
    background-color: #fff !important;
  	display:block;
  	text-decoration: none;
  }
  

   
  .navbar .navbar-toggle {
    border-color: transparent;
    color: #fff !important;
  }
  
 .grid-striped .row:nth-of-type(odd) {
    background-color: rgba(0,0,0,.05);
 }
 .modal-backdrop {
    z-index: 100000 !important;
  }

  .modal {
    z-index: 100001 !important;
  }
  footer{
  	margin-top: 2em;
  	margin-bottom: 1em;
  }
  footer .glyphicon {
    font-size: 20px;
    margin-bottom: 20px;
    color: #304040;
  }
  /*.slideanim {visibility:hidden;}*/

  
fieldset.scheduler-border {
  margin: 35px 10px;
  padding: 0 10px 10px;
  border: 1px solid #666;
  border-radius: 8px;
  box-shadow: 0 0 10px #666;
  padding-top: 10px;
}
legend.scheduler-border {
  padding: 2px 4px;
  background: #fff;
  text-transform: uppercase;
  /* For better legibility against the box-shadow */
}
fieldset.scheduler-border > legend.scheduler-border {
  float: left;
  margin-top: -35px;
}
fieldset.scheduler-border > legend.scheduler-border + * {
  clear: both;
}


.padding-0{
    padding-right:0;
    padding-left:0;
}

.space { margin:0; padding:0; height:1em; } /* height as desired*/

.error {
	color: red;
}

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


::-webkit-input-placeholder { /* Chrome */
  color: #666!important;;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666!important;;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666!important;;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #666 !important;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}
.popover-danger {
    background-color: red !important;
    border-color: red !important;
    color: white !important;
}

.navbar li .dropdown-menu a {
    color: #000  !important;
  }
  .navbar-nav li .dropdown-menu a:hover, .navbar-nav li.active .dropdown-menu a  {
    color: #fff !important;
    background-color:#304040 !important;
  	display:block;
  	text-decoration: none;
  }
  
table.dataTable thead > tr > th.sorting::before,
table.dataTable thead > tr > th.sorting::after {
  font-size: 20px;
}
