.min-h300{min-height:300px;}
.font-11{font-size: 11px !important;font-weight: bold;}
.font-18{font-size: 18px !important;}
.padd-bottom-10{padding-bottom:10px;}
.padd-top-10{padding-top:10px;}
.padd-10{padding:10px;}

@media print {
	  a[href]:after {
	    content: none !important;
	  }
}

/***
UI Loading
***/

.loading-message {
  display: inline-block;
  min-width: 125px;
  padding: 10px;
  margin: 0 auto;
  color: #000 !important;
  font-size: 13px;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
}

.loading-message span {
  line-height:20px;
  vertical-align: middle;
}

.loading-message.loading-message-boxed {
  border: 1px solid #ddd;
  background-color: #eee;  
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);  
}

.page-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 125px;
  margin-left: -50px;
  margin-top: -30px;
  padding: 7px;
  text-align: center;
  color: #333;
  font-size: 13px;
  border: 1px solid #ddd;
  background-color: #eee;  
  vertical-align: middle;
  -webkit-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1);  
}

.page-loading span {
  line-height:20px;
  vertical-align: middle;
}
/*table for head-office*/
.top-table,.top-table th,.top-table td{
	border: 2px solid #2777d8;
}
.top-th-bod {
    background-color: #4b8df8;
    color: #FFFFFF;
    font-weight: bold;
    font-size: 13px;
    text-align: center;
}

.th-bod {
    background-color: #EAFAE8;
    color: #DB1A00;
    font-weight: bold;
    text-align: center;
}
/* hr tag style*/
hr.style1,hr.style2,hr.style3,hr.style4,hr.style5,hr.style6,hr.style7,hr.style8,hr.style9,hr.style10{
	margin-top: 8px;
    margin-bottom: 8px;
}

hr.style1{
	border-top: 1px solid #8c8b8b;
}


hr.style2 {
	border-top: 3px double #8c8b8b;
}

hr.style3 {
	border-top: 1px dashed #8c8b8b;
}

hr.style4 {
	border-top: 1px dotted #8c8b8b;
}

hr.style5 {
	background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}


hr.style6 {
	background-color: #fff;
	border-top: 2px dotted #8c8b8b;
}

hr.style7 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}


hr.style8 {
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}
hr.style8:after {
	content: '';
	display: block;
	margin-top: 2px;
	border-top: 1px solid #8c8b8b;
	border-bottom: 1px solid #fff;
}

hr.style9 {
	border-top: 1px dashed #8c8b8b;
	border-bottom: 1px dashed #fff;
}

hr.style10 {
	border-top: 1px dotted #8c8b8b;
	border-bottom: 1px dotted #fff;
}

.help-block,.has-error .help-block, .has-error .control-label, .has-error .radio, .has-error .checkbox, .has-error .radio-inline, .has-error .checkbox-inline {
    color: #a94442 !important;
}

.help-block {
    margin-top: 1px;
    margin-bottom: 5px;
    font-size: 13px;
}


/************Custom Breadcrumbs**********/
.bc {
  padding: 1px 4px;
  margin-bottom: 2px;
  list-style: none;
  border-radius: 4px;
}
.bc > li {
  display: inline-block;
}
.bc > li + li:before {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0";
}
.bc > .active {
  color: #555;
}
.cst-printer{
	font-size:20px;
}
/***********************Welcome modal popup****************************/
#welcomeModal .modal-content,.cstmModal .modal-content{
	border-radius:0px !important;
}

#welcomeModal .modal-header,.cstmModal .modal-header{
	background-color: #448AFF;
	color:#FFF;
}

#welcomeModal .modal-header .close,.cstmModal .modal-header .close{
	color:#FFF;
	opacity:1;
}

.cstmModal .form-group label{
	font-weight: normal !important;
}


/*
Custome Stylesheet
Author : Sangam Patel 
Date : 04 May 2018
*/
.mt_30{
  margin-top: 30px;
}
.mb-10{
  margin-bottom: 10px;
}
.min_350{
  min-height: 350px;
}
#navigation{
 background: #ee5205c7;
}
#topnav {
    background-color: #1d7d06;
}
.logo-holder{
  background: #fff;
}
#topnav .nav-item a,#navigation .navbar-nav > li > a {
color: #fff;
}
.page_title{
  text-align: center;
  padding: 2px 0px;
  position: relative;
      background: #fff;
}
.page_title:after {
content: "";
    position: absolute;
    z-index: -1;
    -webkit-box-shadow: 0 0 40px rgba(0,0,0,0.8);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.28);
    bottom: 0px;
    width: 60%;
    height: 35%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    left: 10%;
    right: 10%;
    margin: 0 auto;
}
.breadcrumbs{
    text-align: center;
    margin-bottom: 1px;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
}
.breadcrumbs li{
  display: inline-block;
}
.noise_bg{
  background: url('../img/noise.png') #fff;
}
.title_text{
    position: relative;
    margin-bottom: 5px;
    font-size: 27px;
        margin-top: 5px;
}
.title_text:after{
content: "\f192";
    font-family: FontAwesome;
    position: absolute;
    bottom: -14px;
    font-size: 9px;
    color: #676767;
    left: 0px;
    right: 0px;
    background: #ffffff;
    width: 14px;
    height: 14px;
    margin: 0 auto;
    border-radius: 50%;
    text-align: center;
}
.title_text:before{
    content: "";
    width: 200px;
    height: 1px;
    position: absolute;
    bottom: -5px;
    background: #b1aaaa;
    left: 0px;
    right: 0px;
    margin: 0 auto;
}
.content_box{
    background: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.2);
}

figure.effect-goliath {
  background: #202020;
}

figure.effect-goliath .img-media,
figure.effect-goliath .gallery-cat-title {
  -webkit-transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
}

figure.effect-goliath .img-media {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

figure.effect-goliath .gallery-cat-title,
figure.effect-goliath .gallery-cat-link {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 30px;
}
@media(max-width: 992px){
	figure.effect-goliath .gallery-cat-title,
figure.effect-goliath .gallery-cat-link {    padding: 10px 20px;}
}
figure.effect-goliath .gallery-cat-link {
  text-transform: none;
  font-size: 90%;
  opacity: 0;
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: translate3d(0,50px,0);
  transform: translate3d(0,50px,0);
}

figure.effect-goliath:hover .img-media {
  -webkit-transform: translate3d(0,-45px,0);
  transform: translate3d(0,-45px,0);
}

figure.effect-goliath:hover .gallery-cat-title {
  -webkit-transform: translate3d(0,-100px,0);
  transform: translate3d(0,-100px,0);
}

figure.effect-goliath:hover .gallery-cat-link {
  opacity: 1;
  -webkit-transform: translate3d(0,0,0);
  transform: translate3d(0,0,0);
}
.img-media{
    width: 100%;
    height: 250px;
    background-size: cover!important;
    background-position: center!important;
}
.gallery-cat-title{
    color: #fff;
    font-size: 14px;
    background: #000000d4;
    padding: 12px 6px!important;
    text-transform: uppercase;
}
.gallery-cat-title span{
  border: 1px dashed #a7a3a3;
      padding: 5px;
}
.gallery-cat-link{
    text-align: right;
    width: 100%;
}
.gallery-cat-link a{
  color: #fff;
  padding: 5px;
  border: 4px double #afafaf;

}
.search-control{
      border-bottom: 1px solid #b1b1b1;
    border-radius: 0px;
        margin-top: 5px;
}
.footer-links li a:before {
    background: #ff4910;
    color: rgb(255, 255, 255);
}
.head:after {
    border-bottom: 4px double #ee5205;
}
.head:before {
    border: 5px double #1d7d06;
}
.gallery-single-img{
  background-size: cover!important;
  height: 250px;
  width: 100%;
  display: block;
  transition: all .3s linear;
}
.gallery-single-img:hover{
      -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
.gallery-info{
      padding: 8px;
    color: #fff;
    position: absolute;
    text-align: center;
    z-index: 9;
    left: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0, 0, 0, 0.82);
    color: #fff;
}
header{
      background-color: transparent!important;
}

#contact-google-map {
    width: 100%;
    height: 430px;
}
.form-horizontal .form-group{
      display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}
@media (min-width: 768px){
.form-horizontal .control-label {
    padding-top: 7px;
    margin-bottom: 0;
    text-align: right;
    color: #000;
    font-weight: normal;
}
}
.red{
  color: red;
}
.form-horizontal .form-control {
    font-size: 14px;
    border: 1px solid #afa9a9;
}
.ptb_20{
  padding-top: 20px;
  padding-bottom: 20px;
}

/*bootstrap 3 pagination*/
.pagination {
  display: inline-block;
  padding-left: 0;
  margin: 20px 0;
  border-radius: 4px;
}
.pagination > li {
  display: inline;
}
.pagination > li > a,
.pagination > li > span {
  position: relative;
  float: left;
  padding: 6px 12px;
  line-height: 1.42857143;
  text-decoration: none;
  color: #337ab7;
  background-color: #fff;
  border: 1px solid #ddd;
  margin-left: -1px;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left: 0;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
  border-bottom-right-radius: 4px;
  border-top-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
  z-index: 2;
  color: #23527c;
  background-color: #eeeeee;
  border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7;
  cursor: default;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
  color: #777777;
  background-color: #fff;
  border-color: #ddd;
  cursor: not-allowed;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.3333333;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
  border-bottom-left-radius: 6px;
  border-top-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
  border-bottom-right-radius: 6px;
  border-top-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
}

.error {
    color: #f00;
    font-size: 11px;
}
.mb-5{
	margin-bottom: 10px;
}
.btn-search{
    background: transparent;
    border: none;
    padding: 0px;
    text-transform: uppercase;
    font-size: 12px;
        padding: 10px 12px;
}
.search-addon{
	    padding: 0px!important;
    background: #1b7506;
    color: #fff;
    border: 1px solid #1d7c06;
}

/*Checkbox radio button*/
.checkbox {
    padding-left: 20px; }
.checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.checkbox label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 0px;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
    transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
        top: 3px; }
.checkbox label::after {
    display: inline-block;
    position: absolute;
    width: 16px;
    height: 16px;
    left: 0;
    top: 0;
    margin-left: -20px;
    padding-left: 3px;
    padding-top: 1px;
    font-size: 11px;
    color: #555555; }
.checkbox input[type="checkbox"] {
    opacity: 0; }
.checkbox input[type="checkbox"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.checkbox input[type="checkbox"]:checked + label::after {
    font-family: 'FontAwesome';
    content: "\f00c"; }
.checkbox input[type="checkbox"]:disabled + label {
    opacity: 0.65; }
.checkbox input[type="checkbox"]:disabled + label::before {
    background-color: #eeeeee;
    cursor: not-allowed; }
.checkbox.checkbox-circle label::before {
    border-radius: 50%; }
.checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
background-color: #004b8c;
    border-color: #00325d; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
    background-color: #d9534f;
    border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
    background-color: #5bc0de;
    border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
    background-color: #f0ad4e;
    border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
    color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
    background-color: #5cb85c;
    border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
    color: #fff; }

.radio {
    padding-left: 20px; }
.radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
.radio label::before {
    content: "";
    display: inline-block;
    position: absolute;
    width: 17px;
    height: 17px;
    left: 0;
    margin-left: -20px;
    border: 1px solid #cccccc;
    border-radius: 50%;
    background-color: #fff;
    -webkit-transition: border 0.15s ease-in-out;
    -o-transition: border 0.15s ease-in-out;
    transition: border 0.15s ease-in-out; }
.radio label::after {
    display: inline-block;
    position: absolute;
    content: " ";
    width: 11px;
    height: 11px;
    left: 3px;
    top: 3px;
    margin-left: -20px;
    border-radius: 50%;
    background-color: #555555;
    -webkit-transform: scale(0, 0);
    -ms-transform: scale(0, 0);
    -o-transform: scale(0, 0);
    transform: scale(0, 0);
    -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
    transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
.radio input[type="radio"] {
    opacity: 0; }
.radio input[type="radio"]:focus + label::before {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }
.radio input[type="radio"]:checked + label::after {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    transform: scale(1, 1); }
.radio input[type="radio"]:disabled + label {
    opacity: 0.65; }
.radio input[type="radio"]:disabled + label::before {
    cursor: not-allowed; }
.radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
    background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
    border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
    background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
    background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
    border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
    background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
    background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
    border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
    background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
    background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
    border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
    background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
    background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
    border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
    background-color: #5cb85c; }
/*Checkbox radio button*/
.p-10{
	padding: 10px;
}
.project-content{
	    position: absolute;
    width: 100%;
    bottom: 0;
    background: #f5f5f5;
    margin-left: -6px;
    padding: 4px 10px;
    font-size: 12px;
}
.item-content{
	    display: block;
    margin-bottom: 10px;
    position: relative;
}
.item-content:after, .item-content:before {
    display: table;
    content: " ";
}
.item-content:after {
    clear: both;
}
.item-content:hover{
	background: #f9f9f9;
}
.project-time{
	    font-style: italic;
    font-size: 12px!important;
    font-weight: 600;
    letter-spacing: 0.1em;
    color: #868686!important;
}	
.bdr-right{
	    border-right: 1px solid #c5c1c1;
}
.total-project{
	
	    background: #f7f7f7;
    color: #696969;
    padding: 5px;
    border-radius: 3px;
    border: 1px solid #ddd;
}
.img-detaile{
width: 100%;
    height: 210px;
    background-size: cover!important;
    background-position: center!important;
    border-radius: 3px;
}
.paronal-detaile{
	    box-shadow: 0 0 3px rgba(0,0,0,0.07);
    margin-bottom: 10px;
    padding: 0px 16px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);
      
}
.paronal-detaile .row{
    border-bottom: 1px solid #cecccc;
}
.paronal-detaile .row .col-sm-3{
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	min-height: 60px;

}

.paronal-detaile .row .col-sm-3:nth-child(even) {
    background: #f5f5f5;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d2cdcd;
}
.other-detailes{
	    box-shadow: 0 0 3px rgba(0,0,0,0.07);
    margin-bottom: 10px;
    padding: 0px 16px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);	
}
.other-detailes .row{
    border-bottom: 1px solid #cecccc;
}
.other-detailes .row .col-sm-3,.other-detailes .row .col-sm-9{
	padding-top: 5px;
	padding-bottom: 5px;
	  font-size: 14px;
}
.other-detailes .row .col-sm-9{
	background: #f5f5f5;
    border-left: 1px solid #d0d0d0;
    border-right: 1px solid #d2cdcd;
    min-height: 60px;
}
.detaile-description{
	    box-shadow: 0 0 3px rgba(0,0,0,0.07);
    margin-bottom: 10px;
    padding: 0px 16px;
    background: #fff;
    border: 1px solid rgba(0,0,0,0.1);	
}
.detailheading h2{
    text-transform: uppercase;
    color: #e6671c;
    text-shadow: 1px 2px 3px #b1b1b1;
    font-size:22px;
}
.mb-15{
	margin-bottom: 15px;
}
.member-form label{
	font-weight: normal;
	font-size: 14px;
}
.alert {
    padding: 6px !important;
}
.badge {
  font-size: 11px !important;
  font-weight: 300;
  text-align: center;
  background-color: #e02222;
  height: 18px;
  -webkit-border-radius: 12px !important;
     -moz-border-radius: 12px !important;
          border-radius: 12px !important;
  text-shadow:none !important;
  text-align: center;
  vertical-align: middle;
}

.badge.badge-roundless {
   -webkit-border-radius: 0 !important;
      -moz-border-radius: 0 !important;
           border-radius: 0 !important;
}

.badge-default,
.label-default  {
  background-color: #999 !important;
}

.badge-primary,
.label-primary {
  background-color: #428bca !important;
}

.label-success, 
.badge-success {
  background-color: #3cc051;
  background-image: none !important;
}

.label-warning, 
.badge-warning {
  background-color: #fcb322;
  background-image: none !important;
}

.label-danger, 
.badge-danger {
  background-color: #ed4e2a;
  background-image: none !important;
}

.label-info, 
.badge-info {
  background-color: #57b5e3;
  background-image: none !important;
}

.note {
  margin: 0 0 0px 0;
  padding: 15px 30px 15px 15px;
  border-left: 5px solid #eee;
}

.note h1,
.note h2,
.note h3,
.note h4 {
  margin-top: 0;
}

.note p:last-child {
  margin-bottom: 0;
}
.note code,
.note .highlight {
  background-color: #fff;
}

/* Variations */
.note-danger {
  background-color: #FAEAE6;
  border-color: #ed4e2a;
}

.note-warning {
  background-color: #FCF3E1;
  border-color: #fcb322;
}

.note-info {
  background-color: #E8F6FC;
  border-color: #57b5e3;
}

.note-success {
  background-color: #EBFCEE;
  border-color: #3cc051;
}
.dashboard-header .breadcrumbs{
    text-align: left;
    background: #f1f1f1;
    border: 1px solid #efefef;
    margin-bottom: 11px;
    box-shadow: 2px 2px 10px -4px #000;
}
.user-type{
    border-bottom: 1px solid #ccc7c7;
    margin-bottom: 10px;
    font-style: italic;
    font-weight: 500;
}
.blue-pill>li>a {
    border-radius: 2px;
    padding: 5px 20px;
    background: #f5f5f5;
}
.blue-pill>li>a span{
background: #f5f5f5;
    border: 1px solid #ddd;
    padding: 2px 8px;
    border-radius: 50%;
}
.blue-pill>li.active>a, .blue-pill>li.active>a:focus, .blue-pill>li.active>a:hover {
    color: #fff!important;
    background-color: #4b8df8!important;
}
.blue-pill>li.active>a span, .blue-pill>li.active>a:focus span, .blue-pill>li.active>a:hover span{
background: #FF9800;
}

/* Leaflet style start */

.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive {
    font-size: 9px !important;
}

.leaflet-container {
    background: #fff !important;
}

#mapid{
	width:100%; min-height:400px;
}
/* Leaflet style end */
/*************** Map Loading box ********************/
.map-loader {
    position: absolute;
    display: inline;
    margin-left: 35%;
    margin-top: 25%;
}

/* letter fixed view */
.letter-view{
	width:595px;height:842px;border: 1px solid #d9d9d9; margin:0px auto;padding: 10px 15px 20px;
}

.invoice-bx{
	width: 50%;
    border: 0px;
    background: #fff;
    color: #585858;
    border-bottom: 1px dashed #8a8a8a;
}

div.dataTables_paginate {
    margin: 10px 0px !important;
    float: right;
}

/* Panel setting */
.panel-heading {
    padding: 2px 15px !important;
}

.panel-heading h3{
  color: #000000;
  font-weight: 300 !important;
  font-size: 14px;
}

/* panel loading */
.loaded-area{
	position:relative;
}
.g-loader{
	position: absolute;
	top:0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	background: #fff;
	margin: auto;
}
.loader-thumb{
    width: 250px;
    height: 200px;
    background: url(../img/loading9.gif);
    background-repeat: no-repeat;
    background-position: center;
    display: block;
    margin: auto;
    border-radius: 3px!important;
    margin-top: 10%;
}
.btn-half{
	width: 48%;
    margin: 1px;
}
@media(max-width: 1200px){
.btn-half{
	width: 100%;
    margin: 1px;
}	
}
@media(max-width: 689px){
.project-content{
	position: relative;
}
}

/* Other */
#btnShowInput{
	margin: -12px;
    padding: 7px 12px;
    background: none;
    border: 0px;
}


/* fixed social calender*/
#fixed-social {position: fixed; z-index: 99999; top: 180px;right:-153px;transition: all 0.5s; cursor: pointer;display: inline-block;}
#fixed-social img{display:block; width: 152px; height:224px; }
#fixed-social:hover{right:0px;}
#fixed-social i{display: inline-block;padding-bottom:2px;}
#fixed-social>a{color:#fff;text-decoration: none;}
.resp-container {position: relative;overflow: hidden;padding-top: 50.25%;}
.resp-iframe {position: absolute;top: 0;left: 0;width: 100%;height: 100%;border: 0;}
.dairy_cls .modal-header{padding:8px;}
.dairy_cls .modal-title{color:#000;}
.titles_cls{ background:#3863ff;width:40px;color: #fff;padding:8px 10px; font-size: 15px;border-radius:6px 0 0 6px; writing-mode: vertical-rl;text-orientation: mixed;display:inline-block; text-align: center; line-height: 20px;text-transform: uppercase;height:224px;}