html{
    min-height:100%;/* make sure it is at least as tall as the viewport */
    position:relative;
}
body{
    height:100%; /* force the BODY element to match the height of the HTML element */
    background: #eee;
}
.pagination a,.pagination a:hover{
    color:rgb(52, 154, 150);
}
.pagination .page-item.active .page-link{
    background-color: rgb(52, 154, 150);
    border-color: rgb(52, 154, 150);
}
select{
    -webkit-appearance: none;
}
h1{
    font-weight: normal;
}
.hero-h1{
    font-size: 56px;
}
.hero-h2{
    font-size: 36px;
    font-weight: normal;
}
.hero-h3{
    font-size:24px;
    font-weight: bold;
}
.hero-title-container{
    margin-bottom: 60px;
}
.hero-h1.bot-text{
    font-size: 40px;
}
.login-clean{
    padding: 80px 0 40px;
}
.dark-blue {
  color:#157cb2;
}
.light-green{
    color: #349a96;
}
.gray{
    color:#777;
}
.padtb20{
    padding-bottom: 20px;
    padding-top: 20px;
}
.martb20{
    margin-bottom: 20px;
    margin-top: 20px;
}
.btn-primary{
    background-color: #349a96;
    border-color: #349a96;
}

.login-clean .form-group.button-container {
  text-align:center;
}
.edm_fields{
    display:none;
}
.custom_fields{
    display: none;
}

.filter-container {
  background:#157cb2;
  text-align:left;
  border-radius:20px;
  padding:30px;
  margin:20px auto;
  /*max-width: 90%;*/
}
.max90{
    max-width: 90%;
}
.filter-holder {
  text-align:left;
  display:inline-block;
  color:#fff;
  font-weight:bold;
  margin:0 10px 10px;
  position: relative;
}

.filter-container .btn {
  background:#eee;
  color:#777;
}

.panel-container {
  background:#fff;
  border-radius:20px;
  padding:50px 30px;
  margin:20px auto;
  /*max-width: 90%;*/
}

thead {
  background:#333;
  color:#fff;
}

tbody tr:nth-child(odd) {
  background:#eee;
}

tr {
  font-weight:normal;
}
td,th{
    padding: 5px 10px !important;
    font-size: 14px;
}
th:last-child{
    min-width:110px;
}
.datepicker th:last-child{
    min-width: auto;
}
.add_projects{
    font-size:12px;
}
td{
    color:#333;
}
tbody tr:hover{
    background: #349a96;
    color: #fff;
}
tbody tr:hover a{
    color: #fff;
    text-decoration: underline;
}
.cursor_pointer{
    cursor: pointer;
}
td span{
    font-weight: normal;
    font-size: 10px;
    line-height: 10px;
    clear: both;
}
.datepicker tr:hover{
    background:initial;
    color: initial;
}
.datepicker tr:nth-child(odd){
    background:initial;
    color: initial;
}
.datepicker thead:nth-child(odd){
    background:initial;
    color: initial;
}
.custom-btn{
    padding:10px 30px;
    border-radius: 4px;
    display: inline-block;
    margin: auto 10px;
    font-size: 20px;
}

.panel-container input, .panel-container select, .panel-container textarea{
    padding: 10px;
    margin: 0px 10px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
.panel-container .combobox-container{
    margin: 0px 10px 10px;
    border-radius: 5px;
    border: 1px solid #ccc;
    width: 100%;
}
.combobox-container input{
    border:none;
    width: 100%;
    margin: 0px;
}
.combobox-container ul{
    width:100%;
}
.combobox-container li{
    padding:5px;
}
.combobox-container li.active{
    background: #eee;
}
.combobox-container a{
    color: #777;
}
.combobox-container .dropdown-toggle{
    display: none;
}

.filter-container input, .filter-container select{
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ccc;
    min-width: 135px;
    font-size: 12px;
    
}
.panel-container .input_label{
    padding: 10px;
    margin: 10px;
    font-weight: bold;
    color: #777;
}
.panel-container .required{
    color:#f00;
    font-weight: bold;
}
.home-content{
    color: #333;
}
.green-btn {
    background: #349a96;
    color: #fff;
    font-size: 20px;
}
.green-btn img{
    height: 30px;
    padding-right: 10px;
}
.autowidth{
    width: auto !important;
}
.home-content img{
    padding:20px;
}
.home-content a{
    color: #333;
    font-weight: bold;
    font-size: 32px;
}
.overlay{
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    bottom:0;
    left:0;
    right:0;
    z-index: 999;
    background-color: rgba(0,0,0,0.5);
}
.overlay .overlay-container{
    position: fixed;
    /* top: 20%; */
    display: inline-block;
    text-align: left;
    margin-left: 20%;
    width: 80%;
}
.overlay .overlay-close{
    position: absolute;
    right:30px;
    top:20px;
    color:#777;
    font-size: 20px;
    cursor: pointer;
}
#overlay-title{
    text-transform: capitalize;
}
#overlay-table-body{
    font-weight: normal;
}
.table_data_label{
    color: #777;
    width:20%;
}

.overlay tbody tr:hover{
    background: #349a96;
    cursor:default;
    color: #fff !important;
}

.filedrag
{
	/*display: none;*/
	font-weight: bold;
	text-align: center;
    width: 100%;
    margin: 10px;
	color: #777;
	border: 1px solid #ccc;
	border-radius: 7px;
	cursor: default;
}
.filedrag label{
    width: 100%;
    height: 100%;
    padding: 20px;
}

.filedrag.hover
{
	color: #f00;
	border-color: #349a96;
	border-style: solid;
	box-shadow: inset 0 3px 4px #888;
}
.project-container{
    position: relative;
}
.projectClose{
    position: absolute;
    top:10px;
    right: 20px;
    font-size: 24px;
}
/*switch start*/
/* The switch - the box around the slider */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 34px;
}

/* Hide default HTML checkbox */
.switch input {display:none;}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 26px;
  width: 26px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #349a96;
}

input:focus + .slider {
  box-shadow: 0 0 1px #349a96;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 34px;
}

.slider.round:before {
  border-radius: 50%;
}
/*switch end*/

a:hover{
    text-decoration: none;
}
a:hover i{
    opacity: 0.8;
}

@media only screen and (max-width: 1024px) {
    .filter-container{
        text-align: left;
    }
    
}