@font-face {
        font-family: "Montserrat";
        src: url('../fonts/Montserrat-Regular.eot');
        src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat') format('svg'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
        font-weight: normal;
        font-style: normal;
    }
@font-face {
        font-family: "Montserrat";
        src: url('../fonts/Montserrat-Bold.eot');
        src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat') format('svg'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
        font-weight:bold;
        font-style: normal;
    }
/* body structure */
body{
	margin:0 auto;
	padding:0;
	font-family:'Montserrat';
	font-weight:normal;
	background:#fff;
	transition:all 0.5s ease 0s;
	font-size:15px;
	color:#556270;
}
html, body {
  height: 100%;
  min-height: 100%;
  width: 100%;
}
a {
    color: #556270;
    text-decoration: none;
	cursor:pointer;
}
a:active, a:hover {
  outline: 0 none;
  text-decoration: none;
  color:#4ECD69 !important;
}

hr {
  height: 0;
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
}

.pull-right{
	float:right;
}
.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px solid;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
}
/* body structure end */
/* typo area section start */
/*  add */
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 700;
  line-height: 1.2;
  color: inherit;
}

/* end add - comment out 
h1,h2,h3,h4,h5,h6{
  font-family: Montserrat;
  font-weight: bold;
  line-height: 1.1;
  color: inherit;
}
*/
h1{
  font-size:48px;
}
h2{
  font-size: 30px;
}
h3{
  font-size: 24px;
}
h4{
  font-size: 18px;
}
h5{
  font-size: 14px;
}
h6 {
  font-size: 12px;
  text-transform:uppercase;
}
p {
  margin: 0 0 10px;
   color: #96a2af;
}

.btn_upgrade {
  background: none repeat scroll 0 0 #4ecd69;
  border-radius: 8px;
  color: #fff;
  padding: 4px 35px;
}
.btn_upgrade:hover{
  background: none repeat scroll 0 0 #556270;
  border-radius: 8px;
  color: #fff;
  padding: 4px 35px;
}
.btn_downgrade {
  background: none repeat scroll 0 0 #d4d6d7;
  border-radius: 8px;
  color: #fff;
  padding: 4px 35px;
}
.btn_downgrade:hover{
  background: none repeat scroll 0 0 #556270;
  border-radius: 8px;
  color: #fff;
  padding: 4px 35px;
}
.btn_in{
	border-radius:80px;
	width:100%;
	margin-bottom:30px;
	padding:10px 0;
	background:#4ecd69;
	font-size:15px;
	font-weight:bold;
}
.btn_in_default{
	background:#ffffff;
	color:#acb2b9;
	border-radius:80px;
	width:100%;
	margin-bottom:30px;
	padding:10px 0;	
	font-size:15px;
	font-weight:bold;
}
.cont_arrow {
  border-left: 4px solid rgba(0, 0, 0, 0);
  border-right: 4px solid rgba(0, 0, 0, 0);
  border-top: 4px solid;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  position: absolute;
  right:3%;
  top: 50%;
  vertical-align: middle;
  width: 0;
}
/* typo area section stop */

/* header section start */
header{
	width:100%;
	float:left;
	padding:10px 0 20px 0;
}
.logo{
	text-align:left;
	float:left;
}
.login_sec{
	color:#556270;
	font-size:13px;
}
.login_sec ul {
  float: left;
  list-style: none outside none;
  margin: 0;
  padding-left: 0;
}
.login_sec ul li {
  float: left;
  line-height: 30px;
  margin-right: 10px;
  text-transform: capitalize;
}
.login_droparea {
  border: 1px solid #ccd0d4;
  border-radius: 23px;
  line-height: 32px !important;
  /* padding: 0 10px; */
}
.login_droparea  a{
	color:#556270;
}

/* 2025-05-12
.open,.login_droparea:hover{
	background:#556270;
}

.open a.dropdown-toggle,.login_droparea:hover a.dropdown-toggle{
	color:#fff;
	text-decoration:none;
}
*/

.dropdown-menu {

  margin-top: 5px !important;
  min-width: 116px;
}
.dropdown-menu  li{
 width:100%;
}
.dropdown-menu > li > a{
	font-size:12px;
	font-family:'Montserrat';
	font-weight:normal;
	color:#556270;
	padding:6px 12px;
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
  color:#4ecd69;
  text-decoration: none;
  background:none;
}
/* header section stop */

/* section start */
section{
	float:left;
	width:100%;
	/* min-height:850px; */
}
.heading{
	font-size:36px;
	color:#556270;
}
/* section stop */

/* modal start */
.custom_modal_width{
	width:400px;
	margin-top:100px;
	text-align:center;
}
.custom_modal_width .mini_head{
	color:#fff;
	font-size:10px;
	margin-bottom:3px;
}
.custom_modal_width .modal-header {
  background: none repeat scroll 0 0 #4ecd69;
  border-radius: 6px 6px 0 0;
  color: #ffffff;
  padding: 25px 0;
  text-align: center;
}
.custom_modal_width .modal-header h4{
	color:#fff;
}
.custom_modal_width p{
	font-size:12px;
	text-align:center;
	margin-bottom:3px;
}
.custom_modal_width .btn,.cource_btn .btn {
  border-radius: 5px;
  font-size: 11px;
  text-transform: none;
}
.custom_modal_width .btn-default {
  border-radius: 5px;
  font-size: 11px;
  text-transform: none;
  color:#96a2af;
}
.modal_close{
	top:0;
	right:0;
  opacity:1;
  display: block;
  font-size: 24px;
  padding: 20px 30px!important;
  text-align: center;
  color:#fff;
}
.modal-footer p{
	float:left;
}
.error_creat .modal-header{
	background:#fff;
}
.error_creat .modal-header h4{
	color:#D09944;
}
.error_creat p{
	margin-bottom:20px;
}
.success_payment .modal-header p{
	color:#fff;
	padding:20px;
}
.modal_macs .custom_search_parent,.modal_macs input{
	width:100%;
}

.modal_macs  h4 {
/*  float: left; */
  text-align: left;
  width:100%;
  margin-bottom:0px;
}
.modal_macs {
  float: left;
  width: 100%;
}
.modal .rptalert-warning {
  float: left;
  margin: 20px 0;
  width: 100%;
  border:1px solid #E8B566;
  
}
.modal_macs h4 span{
	font-size:11px;
	text-align:right;
	float:right;
	color:#B6BBC0;
	
}
.modal_macs  label {
  float: left;
  text-align: left;
  width:100%;
  margin-bottom:0px;
}
.modal_macs label span{
	font-size:11px;
	text-align:right;
	float:right;
	color:#B6BBC0;
	
}
.modal_macs input,
.modal_macs textarea{
	text-align:left;
}
.rptalert-warning .modal_macs input{
	background:#FFFFFF;
	border:1px solid #E8B566;
}
.modal_macs a{
	font-size:12px;
	color:#8ADB9A;
	margin-left:10px;
}
.cource_btn hr{
	float:left;
	width:100%;
}
.place_modal {
  float: left;
  margin-top: 20px;
  width: 100%;
}
.modal .btn{
	border-radius:5px;
	font-size:11px;
	font-weight:normal;
}
.import_note{
	margin-top:20px;
}
.import_note p{
	font-size:15px;
}
.import_note strong{
	color:#000;
}
.saprater {
  float: left;
  position: relative;
  width: 100%;
}
.devider_sep {
  background: none repeat scroll 0 0 #4ecd69;
  border-radius: 50%;
  color: #fff;
  left: 44%;
  padding: 9px 12px;
  position: absolute;
  top: 0;
}
/* modal stop */

/* tooltip start*/
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #2c2c2c;
  text-align: center;
  text-decoration: none;
  background-color: #fff;
  border-radius: 4px;
  border:1px solid #2c2c2c;
  font-size:11px;
  padding:12px;
}

.tooltip.top .tooltip-arrow {
width:10px;
  height:10px;
  border:1px solid #2c2c2c;
  left: 50%;
  transform:rotate(45deg);
  border-top:none;
  border-left:none;
  background:#fff;
  
} 
/* tooltip stop */

/* table start */
.table_part ul{
	list-style:none;
	width:16%;
	float:left;
	margin-left:0;
	padding-left:0px;
	cursor:pointer;
}
.table_part ul li{
	color:#556270;
	font-size:12px;
	border-bottom:1px solid #e5e6e7;
	padding:10px 0;
	text-align:center;
	height:33px;	
}

/* 2025-05-12
.dropdown-toggle {
  display: block;
  height: 100%;
  padding: 0 10px;
  width: 100%;
}
*/

.table_part ul li i{
	color:#d4d6d7;
	font-size:15px;
}

.table_part ul li h4{
	margin:0px;
	text-transform:capitalize;
	font-size:15px;
	line-height:15px;
}
/* listing part */
.table_part .listing li{
	list-style:none;
	float:left;
	margin-left:0;
	padding-left:0px;
	text-align:left;
	width:100%;
	padding-top:8px;
}
.manage_ul .last_li{
	display:none;
}

.green_color,.table_part ul li span{
	color:#4ecd69!important;
	font-size:18px;
}
.red_color{
	color:#B01C2E!important;
	font-size:18px;
}
.grey_color {
	color:#B6BBC0!important;
	font-size:18px;
}
.table_part .listing i{
	color:#dbdcdd;
	font-size:14px;
	margin-left:1%;
	line-height:12px;
}
.table_part .listing i:hover{
	color:#556270;	
}
/* hover table */
 .manage_ul{
	transition:all 0.5s ease 0s;
} 
.manage_ul:hover {
  background: none repeat scroll 0 0 #fbfbfb;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 0 1px #aaa;
}
.manage_ul:hover li:first-child{
	background:#4ecd69;	
	border-radius:10px 10px 0 0;
}
.manage_ul:hover li h4{
	color:#fff;
}
.manage_ul:hover .last_li{
	display:block;
}

/* purchase section */
.purchase{
	background:#fbfbfb;
	 box-shadow: 0 0 1px #aaa;
	border-radius:10px 10px 0 0;
}
.purchase li:first-child{
	background:#556270;	
	border-radius:10px 10px 0 0;
}
.purchase li h4{
	color:#fff;
	
}
/* table stop */


/* footer section start */
footer {
  float: left;
  margin-top: 32px;
  width: 100%;
}
footer  a{ font-size: 18px; color: #CCCFD4;} 
footer a:hover{ color: rgb(42,100,150);}
.social_icon{
	color:#ccd0d4;

}
.social_icon ul{
	margin:0;
}
.social_icon ul li {
  float: left;
  font-size: 18px;
  list-style: outside none none;
  margin: 0px 16px 20px 0;
}
.social_icon ul li:last-child{
  margin-right:5px;
}
.social_icon  a:hover{
	color:#4ECD69;
}
.copy_right > span {
  display: block;
  float: left;
  font-size: 11px;
  color:#556270;
}
/* footer section stop */

/* track1 page css start */
.login_part{
	background:#556270;
}
time{
	font-size:36px;
	color:#556270;
	text-transform:uppercase;
}
time sup,time sub{
	font-size:20px;
}
.logout_sec {
  font-size: 18px;
  margin-top: 12px;
}
.logout_sec i{
	font-size:18px;
	color:#556270;
}
.logout_sec ul{
	list-style:none;
}
/* form start */
.form_cont ul{
	list-style:none;
	float:left;
	margin-left:0;
	padding-left:0px;
	cursor:pointer;
	width:100%;
}
.form_cont ul li,.trip_head{
	color:#556270;
	font-size:13px;
	border-bottom:1px solid #e5e6e7;
	padding:20px 0 20px;
	text-align:center;
}
.form_cont ul li i{
	color:#d4d6d7;
	font-size:18px;
}

.form_cont ul li h4{
	margin:0px;
	text-transform:capitalize;
	
}
.form_cont ul li h3 {
  color: #556270;
  font-size: 15px;
  font-weight: normal;
  margin: 0;
  padding:10px 0 ;
  text-align: left;
  width:75%;
  margin:0 auto;
}
.custom_search_parent {
  margin: 0 auto;
  overflow: hidden;
  width:75%;
  background:#eaeaea;
  border:1px solid #dfdfdf;
  border-radius:5px;
  position:relative;
}

.custom_search {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  border: medium none;
  padding: 8px;
  width: 120%;
  font-size:13px;
}
.form_cont .purchase{
	width:100%!important;
}
.form_cont ul li.manage_cont_align{
	border-bottom:none;
}

.border_round{
	background:#fff;
	border-radius:10px;
}
/* track1 page css stop */

/* track2 page css start */
.custom_search_cont h2 {
  color: #556270;
  font-size: 18px;
  margin: 0 auto;
  text-align: left;
  width: 75%;
}
.total_time{
	background:#f7f7f7;
}
.total_time h3{
	font-weight:bold!important;
	font-size:15px;
	text-transform:capitalize;
}
.total_time span{
	font-weight:bold;
	font-size:18px;
	color:#4ecd69;
	margin-left:1%;
}
.padding_30 {
  padding: 20px 20px 0 !important;
}
.client_updates ul{
	list-style:none;
	margin-left:0;
	padding-left:0;
	width: 100%;
	float: left;
}
.client_updates li { 
  text-align: center;
  width: 100%;
  float: left;
}
.client_updates a { 
  width: 100%;
  float: left;
}
.client_updates .dropdown-menu{width:100%;}
.client_updates .caret {
  float: right;
  margin-top: 13px;
}
.back_none .trip_head {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0) !important;
  padding: 5px 0 0;
}
.back_none .trip_head h4{
	color:#556270!important;
}
.table_part ul li span.select_price{
	color:#556270!important;
	font-size:13px;
}

.manage_ul .current_select{
	display:block;
}
.login {
  background-color: #3B6491;
  color: #ffffff;
  padding-top: 35px;
}
.fullscreen {
  min-height: 100%;
  position: relative;
}
.text-center {
  text-align: center;
}
.close-btn {
  color: #ffffff;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 9999;
}
.close-btn a {
  color: #c0c7ce;
  display: block;
  font-size: 24px;
  padding: 20px 30px;
  text-align: center;
}
.logo_white{
  margin-bottom: 50px;
  width:138px;
  height:86px;
}
.panel {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  margin-bottom: 27px;
}
.panel-default {
  border-color: #dddddd;
}
.form-control {
  background-color:#EAEAEA;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius: 8px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  color: #e4e7ea;
  display: block;
  font-size: 15px;
  height: 41px;
  line-height: 1.8;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  width: 100%;
  text-align:center;
}

.form-control.input-xs {
    height: 28px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.form-select {
    background-color: #eaeaea;
}

.form-select.input-xs {
    height: 28px;
    padding: 5px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
    background-color: #EAEAEA;
    border: 1px solid #cccccc;
    color: #556270;
}

.color_btn{
  background-color: #e4e7ea;
  background-image: none;
  border: 1px solid #cccccc;
  border-radius:0 8px 8px 0;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
  font-size: 15px;
  height: 41px;
  line-height: 1.8;
  padding: 6px 12px;
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  text-align:center;
  cursor:pointer;
}

#email {
  background-image: url("../images/mail.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
#password, #password-confirm,#pwd1,#pwd2{
  background-image: url("../images/lock.png");
  background-position: right center;
  background-repeat: no-repeat;
  padding-left: 20px;
}
.xsmall {
  font-size: 11px !important;
}
.radio label, .checkbox label {
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0;
  padding-left: 20px;
}
#forgot {
  margin-top: 7px;
}
.btn {
  border-radius: 50px;
  font-weight: 700;
  text-transform: uppercase;
}
.login a.btn {
  color: #ffffff !important;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
.login .panel a {
  color: #4ecd69;
}
.login .panel {
  border-radius: 12px;
  color: #556270;
  margin-top: 20px;
  padding: 20px 30px 40px;
}
.valign {
  bottom: 0;
  display: table;
  height: 100% !important;
  position: absolute;
  top: 0;
  width: 100%;
}
/*.fullscreen.text-center.banner > div {
  padding-top: 50px;
}*/
.cont_sec_caret {
  background: url("../images/carret_image.png") no-repeat scroll 96% center rgba(0, 0, 0, 0);
  cursor:pointer;
}
/* 2025-05-12
@media (min-width: 769px) {
  .navbar-collapse {
    width: auto;
    border-top: 0;
    box-shadow: none;
  }
  .navbar-collapse.collapse {
    display: block !important;
    height: auto !important;
    padding-bottom: 0;
    overflow: visible !important;
  }
  .navbar-collapse.in {
    overflow-y: visible;
  }
  .navbar-fixed-top .navbar-collapse,
  .navbar-static-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    padding-left: 0;
    padding-right: 0;
  }
}
.navbar-fixed-top .navbar-collapse,
.navbar-fixed-bottom .navbar-collapse {
  max-height: 340px;
}
@media (max-width: 480px) and (orientation: landscape) {
  .navbar-fixed-top .navbar-collapse,
  .navbar-fixed-bottom .navbar-collapse {
    max-height: 200px;
  }
}*/

/* --- Added this collapsing style */
/* .collapse { commented out 2025-05-13
  display: none;
}
.collapse.in {
  display: block;
}
tr.collapse.in {
  display: table-row;
}
tbody.collapse.in {
  display: table-row-group;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  -o-transition: height 0.35s ease;
  transition: height 0.35s ease;
} */
/*-- end of collapsing style */

.tnx_msg h2{font-size:72px;margin-top:100px;}

/*-- Jumbotron  changes start 
.jumbotron {
  background-color: rgba(0, 0, 0, 0);
}
.valign .jumbotron {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
  width: 100%;
}
.jumbotron h1, .jumbotron .h1 {
  font-size: 67.5px;
}
.jumbotron p {
  font-size: 23px;
  font-weight: 200;
  margin-bottom: 15px;
}

*/
.jumbotron {
  padding: 30px;
  margin-bottom: 30px;
  color: inherit;
/*  background-color: #eeeeee; */
  background-color: transparent;
}
.jumbotron h1,
.jumbotron .h1 {
  color: inherit;
}
.jumbotron p {
  margin-bottom: 15px;
  font-size: 23px;
  font-weight: 200;
}
.jumbotron > hr {
  border-top-color: #d5d5d5;
}
.container .jumbotron {
  border-radius: 6px;
}
.jumbotron .container {
  max-width: 100%;
}
@media screen and (min-width: 768px) {
  .jumbotron {
    padding-top: 48px;
    padding-bottom: 48px;
  }
  .container .jumbotron {
    padding-left: 60px;
    padding-right: 60px;
  }
  .jumbotron h1,
  .jumbotron .h1 {
    font-size: 67.5px;
  }
}

/*-- Jumbotron changes finish */


/* home start */

.banner, #work .page-heading, #footer, #quote {
  background: url("../images/bg.jpg") no-repeat fixed center center / cover  rgba(0, 0, 0, 0);
  color: #ffffff;
}
.banner{
  height: 100%;

}
#header {
  margin-bottom: 50px;
  padding-top: 50px;
}

/*  2025-05-12
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
} */

/*  Commented out this collapse style 

.navbar-collapse {
  border-top: 1px solid rgba(0, 0, 0, 0);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1) inset;
  overflow-x: visible;
  padding-left: 15px;
  padding-right: 15px;
}
.navbar-collapse.collapse {
  border: medium none !important;
  box-shadow: none !important;
  display: block !important;
  height: auto !important;
  overflow: visible !important;
  padding-bottom: 0;
}

.navbar-nav {
  float: left;
  margin: 0;
}
.nav > li > a {
  display: block;
  padding: 10px 15px;
  position: relative;
}
.navbar-nav > li > a {
  line-height: 27px;
  padding-bottom: 10px;
  padding-top: 10px;
}

*/
/* Added this from old */
/* 2025-05-12
.navbar-nav {
  margin: 5.75px -15px;
}
.navbar-nav > li > a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 27px;
}
@media (min-width: 769px) {
  .navbar-nav {
    float: left;
    margin: 0;
  }
  .navbar-nav > li {
    float: left;
  }
  .navbar-nav > li > a {
    padding-top: 11.5px;
    padding-bottom: 11.5px;
  }
  .navbar-nav.navbar-right:last-child {
    margin-right: -15px;
  }
}
@media (min-width: 769px) {
  .navbar-left {
    float: left !important;
  }
  .navbar-right {
    float: right !important;
  }
}
@media (min-width: 769px) {
  .navbar-right .dropdown-menu {
    left: auto;
    right: 0;
  }
  .navbar-right .dropdown-menu-left {
    left: 0;
    right: auto;
  }
}
*/
/* End of add */

/* 2025-05-12
.navbar-inverse {
  background-color: rgba(0, 0, 0, 0);
  border: medium none;
}
.navbar-inverse .navbar-nav > li > a {
  border-bottom: 2px dashed #a5aeba;
  color: #ffffff;
  margin: 15px;
  padding: 0;
}
*/

/* comment out 
.navbar-right {
  float: right !important;
}
.navbar-nav.navbar-right:last-child {
  margin-right: -15px;
}
*/

/* 2025-05-12
.navbar-inverse .login > li.active > a, .navbar-inverse .login > li.active > a:hover {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #a5aeba;
  border-radius: 20px;
  padding: 0 10px;
}
.navbar-inverse .login > li > a {
  border: 0 none;
  font-size: 10px !important;
  font-weight: 700;
  text-transform: uppercase;
}
.login_main{
	padding:0;
	background:none;
}
.navbar-inverse .login > li > p {
  font-size: 10px;
  font-weight: 700;
  line-height: 0;
}
*/

.banner p {
  color: #a5aeba;
  margin-top: 30px;
}
.banner a.dashed {
  border-bottom: 2px dashed #a5aeba;
  color: #ffffff !important;
}
ul.social {
  display: block;
  padding: 0;
  text-align: center;
  width: 100%;
}
.bottom {
  bottom: 15px;
  position: absolute;
}
ul.social li {
  display: inline;
  font-size: 20px;
  list-style-type: none;
}
ul.social li a {
  color: #a5aeba;
  padding: 10px;
}
ul.social li a:hover{
  color: #ffffff;
}
.page-heading {
  padding-bottom: 40px;
  padding-top: 80px;
}

#work .page-heading {
  padding-bottom: 80px;
}
.row-centered {
  text-align: center;
}
#work a.feature {
  margin-top: -40px;
}

/* Added this */
@media (max-width: 992px) {
  #work a.feature {
    margin-top: 40px;
  }
  #about p {
    text-align: center;
  }
}
/* End of added */

a.feature {
  border-radius: 80px;
  cursor: default;
  display: inline-block;
  font-size: 26px;
  height: 80px;
  line-height: 60px;
  margin-bottom: 15px;
  width: 80px;
}
h4 {
  line-height: 1.65;
}
.btn-success {
  background-color: #4ecd69;
  border-color:#449D44;
  color: #ffffff;
}
.btn-lg, .btn-group-lg > .btn {
  font-size: 19px;
  line-height: 1.33;
  padding: 10px 16px;
}
.nav-bottom {
  padding-bottom: 30px;
  padding-top: 30px;
}
#about .nav-bottom {
  line-height: 1.6;
  margin-bottom: 20px;
  margin-top: 20px;
}
#footer {
  bottom: 0;
  padding-bottom: 14px;
  width: 100%;
}
#footer .nav-bottom a {
  color: #ffffff;
}

/* 2025-05-12
.navbar-inverse .navbar-nav > li > a:hover {
  border-color: #ffffff;
}
.banner a.dashed:hover {
  border-color: #ffffff;
  text-decoration: none;
}
.navbar-inverse .login > li.active > a:hover {
  border-color: #ffffff;
}
.banner p {
  color: #a5aeba;
  margin-top: 30px;
}
*/

#get-quote {
  margin-bottom: 30px;
  margin-top: 10px;
  padding: 20px 30px;
}
.form-control {
    color: #556270;
    text-align: center;
}
.login a {
  color: #c0c7ce;
}
.our_pricess{
			line-height:12px;
			padding-top:5px !important;

}
.upgrade{
	padding:8px !important;		

}
/* agency section */
.agency_head {
  float: left;
  margin: 0;
}
.edit_btn {
  float: left;
  font-size: 12px;
  margin:23px 15px;
}
.edit_btn a {
   color:#4ECD69;
}
.edit_btn a i{
   font-size:18px;
   color:#556270;
}

.detail_user {
	text-align:right;
	display:block;
}
.bordr_right{
  border-right: 1px solid #ddd;
  color: #c0c4c8;
  padding: 0 42px 20px 15px;
  text-align:left;
}
.detail_user span{
	display:block;
	color:#65707C;
}
.detail_user a{
	color:#4ECD69;
}
.breadcrumb{
	background:none;
}
.breadcrumb > li + li:before {
  color: #4ECD69;
  content: ">";
  padding: 0 5px;
}
.nav-tabs li a{
	color:#4ECD69;
}
.border-0{
	border-radius:3px;
	margin-top:20px;
	font-size:12px;
	color:#818A93;
	text-transform:capitalize;
	font-weight:normal;
}
.border-10{
	border-radius:3px;
	font-size:12px;
	color:#818A93;
	text-transform:capitalize;
	font-weight:normal;
	margin-left:20px;
}
.border-1{
	border-radius:3px;
	Font-size:12px;
	color:#818A93;
	text-transform:capitalize;
	font-weight:normal;
}
.border-0 i,
.border-10 i,
.border-1 i{
	color:#4ECD69;
	font-size:14px;
}
.btn_right{
	text-align:right;
}
.select_all {
  color: #4ecd69;
  float: right;
  font-size: 13px;
  margin-right: 8px;
  margin-top: 25px;
  text-align: right;
}
.border_sec {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  border-bottom: 1px solid #d4d6d7;
  border-image: none;
  border-left: 1px solid #d4d6d7;
  border-radius: 12px;
  border-top: 1px solid #d4d6d7;
  box-shadow: 0 0 8px #ddd;
  margin: 20px 0;
}
.map_google{
	width:100%;
}
.report_btns{
	float:right;
	margin-top:20px;
	}
.report_btns ul{
	list-style:none;
	padding:0;	
}
.report_btns ul li{
	float:left;
}

.report_warning a{
	color:#E8B566;
	margin-right:5px;
}
.full_cont_width {
  float: left;
  margin-top: 0;
  width: 100%;
  text-align:justify;
}
.track_time_detail{
	padding:0;
	list-style:none;
}
.track_time_detail li{
	float:left;
	margin-right:3%;
}
.track_time_detail li:last-child{
	float:left;
	margin-right:0;
}
.track_time_detail li img{
	margin-top:10px;
}

.track_time_detail .input-group-btn .btn{
	font-size:12px;

}
.track_time_detail .input-group-btn .btn:first-child,.slide_btn .btn:first-child{
	border-radius:5px 0 0 5px!important;
}
.track_time_detail .input-group-btn .btn:last-child,.track_time_detail .input-group-btn .dropdown-toggle,.slide_btn .btn:last-child{
	border-radius:0 5px 5px 0px!important;
}
.slide_cont {
  border: 1px solid #ddd;
  border-radius: 10px;
  float: left;
  margin-top: 20px;
  width:100%;
}
.slide_btn .btn{
	font-size:12px;
	background:#556270;
	color:#fff;
}
.slide_btn .btn:hover{
	font-size:12px;
	background:#313C47;
	color:#fff;
}
.destiny_style{
	float:left;
	width:70%;
}
.mini_cont_show .full_cont_width {
  float: none;
  line-height: 60px;
  margin: 0;
}
.mini_cont_show p.full_cont_width{
	display:none;
}
.mini_cont_show  .report_warning{
	text-indent:0;
	font-size:0;
}
.mini_cont_show  .report_warning i{
	color:#dbe0e3;
	font-size:15px;
	line-height:23px;
}
.mini_cont_show .mini_map{
	display:block!important;
}
.mini_cont_show .toogle_map1{
	display:none!important;
}

.mini_cont_show .full_map{
	display:none;
}
.destiny_style i {
  color: #4ecd69;
  float: left;
  font-size: 30px;
  line-height: 47px;
  padding: 10px;
}
.destiny_style h3 { 
  float: left; 
}
.destiny_style a {
  color: #4ecd69;
  float: left;
  font-size:14px;
  line-height:55px;
  padding: 10px;
}
.slide_btn{
	float:right;
	padding:20px;
	width:30%;
	text-align:right;
}
.map_detail{
	padding-left:30px;
}
.full-width,.full-width img{
	width:100%;
}
.col_line {
  float: left;
  list-style: none outside none;
  width: 100%;
  padding:0px;
  margin-bottom:0px;
}
.five_colm h3{
	margin-top:10px;
}
.col_line li{
	float:left;
	width:20%;
	margin-right:3%;
}
.col_line li.btn_track{
	width:8%;
	margin-right:0px;
}
.btn_track .btn{
	border-radius:8px;
	font-size:12px;
}
.col_line li .custom_search_parent{
	width:100%;
}
.custom_input {
  font-size: 12px;
  height: 32px;
  width: 100%;
}
/* merge code start */
.agency{padding:0px; margin-bottom:20px;}
.agency .box_bg{background: none repeat scroll 0% 0% rgb(255, 255, 255); min-height: 230px; border: 2px solid rgb(229, 229, 229); border-radius: 10px; text-align: left; padding: 18px;position:relative;}
.agency .box_bg:hover,.box_bg1{ background:#4ecd69 !important; color:#fff;}
.agency .box_bg:hover p,.box_bg1 p{color:#fff;}
.box_bg h3{margin:0 0 0 0;}
.box_bg p{margin:0px;}
.cont_posi {
  bottom: 21px;
  width: 50%;
}
.box_tab_add {
  padding: 115px 0;
}
.box_tab_add i {
  color: #94e0a5;
  font-size: 32px;
  margin-top: 50px;
}
.agency .box_bg:hover .icon_edit_cont i ,.box_bg1 .icon_edit_cont i{
  color: #fff;
}
.box_bg:hover .icon_edit_cont,.icon_edit_cont:hover{
	color:#fff;
}
.icon_edit_cont i{
  color:#96a2af;
}
.index_brn a{
	margin-left:10px;
}
#profile{ width:100%;}
#profile .pro_left{border:1px solid #ccc; border-radius:5px; float:left; width:100%; padding:10px 0 0 0;}
#profile .pro_right{border:1px solid #ccc; border-radius:5px;}
#profile .pro_right .table{margin-bottom:0;}
.padd{ padding-left:0px;}
.padd1{ padding-right:0px;}
.pro_left h3{ margin-top:0px;}
.pro_left ul{ margin:0px;padding:0;}
#profile h1{ font-size:48px;color: #556270; margin-bottom:35px; font-weight:bold;}
.pro_left ul li{ border-top:1px solid #ccc; padding:6px 0px;list-style:none;}
.pro_left li a {color: #556270;padding: 0 0 0 16px;}
.pro_left li a:hover{ text-decoration:none; color:#4ecd69;}
.user li {float: right;padding: 0 0 0 13px;}

.dropdown-menu > li {float: none; padding: 0;}
footer{ margin:20px 0 20px 0;}
.img {background: url("images/drag.png")no-repeat;
height:81px;
width:92px;
margin:0px;
padding:0px;
}
.show_email {
    float: left;
    margin: 0;
    padding: 3px 34px;
}
.browse {
    border: medium none !important;
    float: left;
    margin: 0 0 0 2px;
    width: 84px !important;
}
/*end merge code*/
.route_head_services h3{
	float:left;
}
.route_head_services .input-group {
  display: block;
  float: left;
  padding: 18px;
}
.ver_table tr th{
	text-align:center;
	font-size:12px;
}
.ver_table tr td {
  border-right: 1px solid #f2f3f3;
  position: relative;
  text-align: center;
}
.ver_table tr td i {
  line-height: 60px;
}
.ver_table tr td i.green_table{
 color:#4ecd69;
}
.ver_table tr td i.green_table_transperent{
 color:#fff;
 text-shadow:-1px -1px 0 #4ecd69,1px -1px 0 #4ecd69,-1px 1px 0 #4ecd69,1px 1px 0 #4ecd69;  
}
.ver_table tr td i.fa-exclamation-circle{
  line-height: 20px;
  position: absolute;
  right: 7px;
  top: 0;
}
.ver_table tr td i.fa-edit {
 /* line-height: 20px;
  position: absolute;
  right: 7px;
  top: 0;
  opacity:0.6; */
}
.ver_table tr td i.fa-edit:hover{
	opacity:1;
}
.ver_table tr td i.yellow_table{
 color:#e8b566;
 }
.ver_table tr td:last-child{
	border-right:none;;
}
.ver_table tr td.text_left {
  text-align: left;
  width: 30%;
}
.ver_table h3{
	margin-top:0px;
	font-size:18px;
	color:#556270;
	opacity:0.6;
}
.ver_table h4{
	color:#556270;
	font-size:15px;
	opacity:0.6;
}
.table_hover{
	background:#EEEFEF;
}
/* agency section stop*/
/*--------------------------------------------------media start here----------------------------------------*/
@media (max-width: 767px){
	.table_part ul{
		width: 100%;
		margin-top:20px;
	}
	.time{
		width: 100%!important;
	}
	.purchase{
		width:100%!important;
	}
	.logo {
		margin: 0 auto;
		text-align: center;
		width: 100%;
	}
	#password, #password-confirm{
		font-size:12px;
		padding-left:0px;
	}	

	.submit{
	width:100%;
	}

	#email{
		font-size:12px;
		padding-left:0px;
	}
/*-- added this from original styles.css */
  .col-centered {
    width: 95%;
  }
  #header {
    padding-top: 0;
  }
  #logo {
    display: none;
  }
  #login {
    padding-top: 50px;
  }
  #banner .social {
    position: relative;
    margin: 0;
  }
 /* Commented out
 
  #banner .btn {
    font-size: 12px;
    padding: 15px 25px 15px 25px!important;
  }
  */

  #login .panel {
    padding: 10px 20px 20px 10px;
    margin-top: 10px;
  }
  #login .panel a.btn {
    display: block;
    width: 100%!important;
  }
  .pull-right,
  .pull-left {
    width: 100%;
  }
  .valign {
    position: relative;
  }
  .valign .jumbotron {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: top;
  }
  .fullscreen {
    height: auto!important;
  }
  h1 {
    font-size: 30px;
    margin: 10px;
  }
  p.lead {
    font-size: 15px;
  }
  #or {
    display: none;
  }
  
  /* 2025-05-12
  .navbar-inverse {
    background-color: #4ecd69;
    border: none;
  }
  .navbar-header {
    background-image: url(../images/logo-sm.png);
    background-repeat: no-repeat;
    background-position: 20px center;
  }
  .navbar-default,
  div.navbar-collapse {
    border-top: none;
    box-shadow: none;
  }
  .navbar-inverse .navbar-nav > li > a {
    border-bottom: none;
    margin: 0;
    padding: 10px;
  }
  .navbar-inverse .navbar-nav > li > a:hover {
    background-color: #33b54f;
  }
  .navbar-inverse .login > li > a {
    border: 0;
  }
  .navbar-inverse .login > li.active > a,
  .navbar-inverse .login > li.active > a:hover {
    border: none;
    border-radius: 0;
    padding: 10px;
  }
  .navbar-inverse .login > li.active > a:hover {
    background-color: #33b54f;
  }
  .navbar-inverse .login > li.active > a:hover {
    border-color: #fff;
  }
  .navbar-inverse .navbar-toggle {
    border: none;
  }
  .navbar-inverse .navbar-toggle:hover,
  .navbar-inverse .navbar-toggle:focus {
    background-color: transparent;
  }
*/

/*-- end add */
}
@media (min-width: 768px) and (max-width: 991px){
	.table_part ul li{
		font-size:10px;
	}
	.table_part .listing li{
		padding-top:8px;

	}
	.table_part ul li{
		height:40px;
	}
	.table_part ul li span.select_price{
		font-size:12px;
	}
	.upgrade{
		padding:10px;
	}
}

/*************/
.timeline-bar {
  padding-top: 20px;
}
.timeline {
  float: left;
}
.btn.btn-default.border-1.edit-time {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  color:#818a93;
  margin-left: 5px;
  padding:5px 6px;
}
.timeline-btn .btn {
  background: none repeat scroll 0 0 #556270;
  color: #fff;
  font-size: 12px;
}
.timeline-btn .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
  margin-right: -1px;
  border-radius: 5px;
}
.timeline {
  float: left;
  width: 70%;
  padding-top: 7px;
}
.time-line i {
  color:#62A4EA;
  float: left;
  margin-right: 5px;
  vertical-align: middle;
}
.time-line {
  margin-left: 5px;
}
.line {
  background: none repeat scroll 0 0 #62a4ea;
  float: left;
  height: 5px;
  margin-top: 5px;
  text-align: left;
  width: 65px;
  margin-right: 5px;
}
.line3 {
  background: none repeat scroll 0 0 #62a4ea;
  float: left;
  height: 5px;
  text-align: left;
  width: 25px;
  margin-top: 5px;
  margin-right: 5px;
}
.line4 {
  background: none repeat scroll 0 0 #62a4ea;
  float: left;
  height: 5px;
  text-align: left;
  width: 35px;
  margin-top: 5px;
  margin-right: 5px;
}
.line6 {
  background: none repeat scroll 0 0 #62a4ea;
  float: left;
  height: 5px;
  text-align: left;
  width: 5px;
  margin-top: 5px;
  margin-right: 5px;
  border-radius:50%;
}
.timeline-btn {
  float: left;
  text-align: right;
  width: 28%;
}
.timeline-btn .input-group-btn {
  padding-right: 2px;
  text-align: right;
  width: 54%;
}
.mini_cont_show .col-sm-12.timeline-bar {
  display: none;
}
/***  ***/

.additional_data-table i {
  color:#4ecd69;
}
.additional_data-table {
  float: left;
  width: 100%;
}
.additional_data-table {
  background: none repeat scroll 0 0 #f8f8f8;
  border: 1px solid #d5d5d5;
  /* margin-top:5px; */
}
.tab-pane .toogle_map:first-child .additional-table .additional_data-table {

	margin-top:20px;
}
.mini_cont_show table {
  display: none;
}
.optional {
  color: #d5d5d5;
  font-size: 20px;
  text-align: right;
}
.additional_data-table h3{margin-top:10px;}
.col-sm-12.toogle_map.mini_cont_show.last {
  margin-bottom: 15px;
}
/*******/
.requ-lft {
  color:#b6bbc0;
  float: right;
  font-size: 11px;
  padding-right: 15px;
  padding-top: 7px;
}
.form-control.custom_srch {
  text-align: left;
}
a.test_link {
	color:#4ecd69;
	font-size:12px;
	text-decoration:none;
}
.abt-agency input {
  text-align: left;
}
.abt-agency textarea {
  text-align: left;
}
.abt-agency  .abt-ag-btn{font-size:18px;}
.alert.add-or-block-user.alert-dismissible.fade.in {
  background: none repeat scroll 0 0 #d5d5d5;
  float: left;
  margin-right: 10px;
  padding: 8px 10px;
  width: 30%;
}
.abt-agency .alert-dismissable .close, .alert-dismissible .close {
  color: inherit;
  position: relative;
  right: 0;
  top:0px;
}
.modal-footer {
  border-top:0 !important;
}
.abt-agency.panel.panel-default {
  padding: 10px;
}

/******MANAGE USERS*******/
.m_user_left {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.m_user_left > ul {
  list-style: outside none none;
  padding:0;
}
.m_user_left li.active {
  background:#4ECD69;
  color: #fff;
  padding: 10px;
}
.m_user_left li.active a{color:#fff;}
.m_user_left li.active a:hover{color:#fff;}
.m_user_left li {
  padding: 10px;
  border-bottom: 1px solid #d5d5d5;
}
.m_user_left li a:hover{
  color:#4ECD69;
}
.m_user_left_btn {
  text-align: center;
}
.m_user_left i {
  float: right;
}
.m_user_left_btn i{
  color:#4ECD69;
  text-align: center;
  float:none;
}

#manage_users input {
  text-align: left;
}
.abt-agency.panel.panel-default {
  height: 230px;
  overflow: auto;
}
.m_user_left .table > thead > tr > th, .table > tbody > tr > th, .table > tfoot > tr > th, .table > thead > tr > td, .table > tbody > tr > td, .table > tfoot > tr > td {
  border-top:0 !important;
  line-height:37px ;
  padding: 8px;
  vertical-align: top;
}
.bg-head{background:#556270; color:#fff;}
/******/

/* 2025-05-12
.departure .dropdown.open {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
}
.departure .btn.btn-default.dropdown-toggle {
  padding: 10px;
}
*/

.col-sm-3.departure {
  border-right: 1px solid #d5d5d5;
  margin-bottom: 15px;
}
/******/
.edit-route-table{text-align:center;}
.edit-route-table input{width:120px;}

/****/
.fare_rule input{text-align:left;}
.ser-table table{ text-align:center;}
/**** manage vehicles *****/
#manage_vehicles input{text-align:left;}
.m_vehicles_left {
  border: 1px solid #d5d5d5;
  border-radius: 5px;
}
.m_vehicles_left > ul {
  list-style: outside none none;
  padding:0;
  margin:0;
}
.m_vehicles_left li {
  border-bottom: 1px solid #d5d5d5;
  padding: 10px;
}
.m_vehicles_left li.active {
  background:#556270;
  color: #fff;
  padding: 10px;
}
.m_vehicles_left li.active a {
  color: #fff;
}
.m_vehicles_left i {
  float: right;
}
.m_vehicles_left_btn {
  text-align: center;
}
.m_vehicles_left_btn i {
  color: #4ecd69;
  float: none;
  text-align: center;
}
.m_vehicles_right table th{background:#556270;color:#fff; border-bottom:0;}
.m_vehicles_right td,.m_vehicles_right th{
	border-right:1px solid #ddd;
	text-indent:20px;
}
.m_vehicles_right td:last-child,.m_vehicles_right th:last-child,.m_vehicles_right td:nth-last-child(2),.m_vehicles_right th:nth-last-child(2){
	border-right:none;
}
.btn.btn-success.full-width.hover{
	background:#449d44;
}
.cont_align{
	display:inline-block;
	width:100%;
}
.cont_align img{
	float:left;
	height:30px;
	width:30px;
}
.cont_align h4{
	float:left;
	margin-top:0px;
	margin-left:10px;
}
.cont_align a {
  color: #4ecd69;
  font-size: 13px;
  font-weight: bold;
  line-height: 35px;
  margin-left: 6px;
}
.cont_right p {
  float: left;
  font-size: 14px;
  font-weight: bold;
  line-height: 31px;
  margin-bottom: 0;
  margin-right: 10px;
}
.cont_right input[type="checkbox"] {
margin-top:11px;
}
.coleps_table{
	width:100%;
	background:#556270;
	color:#fff;
		border: 1px solid #d3d3d3;
}
.coleps_table .table{
	margin-bottom:0px;
}
.coleps_table td{	
	line-height:24px!important;
	font-size:12px;
	border-bottom:1px solid #697685;
}
.coleps_table th{	
	line-height:24px!important;
	font-size:12px;
	color:#8796A5;	
	border-bottom:1px solid #697685!important;
}
.cont_select .custom_search_parent{
	width:95%;
	float:left;
}
.cont_select .close_btn{
	color:#5D6A77;
	font-size:18px;
	line-height:40px;
}
.acc_detail{
	font-size:12px;
}
.edit_setting {
  margin-bottom: 0;
  text-align: right;
  width: 100%;
}
.acc_detail span {
  color: #556270;
  font-weight: bold;
  margin-left: 7px;
}
.green_txt{
	color:#4ECD69;
}

.xx {
  padding-bottom: 10px;
  float: left;
  width: 100%;
}
.user_type{background:none !important; border:0px !important}
.xx > input {
  background:#EAEAEA;
  border: 1px solid #d5d5d5;
  border-radius: 5px;
  float: left;
  padding: 5px;
  width: 90%;
}

.modal-content{ padding:0 15px;}
.input_fields_wrap.userType{ border: 0 none; background: none; width: 100%;}
.input_fields_wrap.userType .xx > input{ width: 92%;}
.input_fields_wrap.userType .remove_field{ line-height: 33px; color: #556270; font-size: 14px; }
.profilePic{ border: 1px solid #ccc; text-align: center; border-radius: 5px;}
.profilePic a{ display: inline-block;}

.row.agency .col-md-3{ margin-top: 20px;}
.row.agency .col-md-3:nth-child(-n+4){ margin-top: 0px;}

.toogle_map.active h3{
	cursor:pointer;
}
.panel-title a{
	color:#333333;
	font-size:24px;
	margin:0;
}

.m_user_right .panel-body{
	padding:0;
}
.cont_right{
	padding-right:20px;
}

/*****/
.model_small{
	width:320px;
}
.upload-files thead{
	background:#d5d5d5;
}
.upload-files span{
	font-size:12px;
}
.select_area > p {
  float: left;
}
.select-btn {
  color: #4ecd69;
  float: right;
}
.report_edit {
  padding: 0 5px;
}
.report_edit  a {
  color: #ddd;
}
.report_edit  a  span{
	display:none;
}
.navi_tab_active a{
	color:#313C47;
}
.navi_tab_active a span{
	color:#4ecd69;
	display:inline;
}

.warning_color{
	color:#e8b566!important;
}
.error_side a {
  color: #e0e4e5;
  display: block;
  float: right;
  margin-bottom: 10px;
  margin-left: 10px;
}
.full_width_heading p{
	width:100%;
}
.full_width_heading p {
  float: left;
  width: 100%;
}
.warning_error{
	float:left;
	width:100%;
	background:#FAF0E0;
	border:1px solid #D4A155;
	color:#D4A155;
}
.warning_error b{
	float:left;
	width:100%;
}
.no_padding{
	padding:0;
}

/* Custom Code */

#calendar_tbdy th{
	text-align:center; 
	/*border-left:none !important; */
	border-right:none !important;
}
.week-table th{text-align:center; border-left:none !important; border-right:none !important;}
.week-table td{text-align:center;}
#calendar_tbdy td.services{line-height: inherit;
position: relative;
width: 26%;}
#calendar_tbdy td.services .edit-btn{line-height: 15px;
position: absolute;
right: 10px;
top: 10px;}
#calendar_tbdy td.mon, #calendar_tbdy td.tue, #calendar_tbdy td.wed, #calendar_tbdy td.thur, #calendar_tbdy td.fri, #calendar_tbdy td.sat, #calendar_tbdy td.sun{width:230px; text-align:center;}



/* custom checkbox css */
.custom_checkbox input[type="checkbox"] {display: none;} 
.custom_checkbox input[type="checkbox"] + label { 
    color:#556270; 
    font-size: 15px; 
  } 
.custom_checkbox input[type="checkbox"] + label span { 
    display: inline-block; 
    width: 19px; 
    height: 19px; 
    margin: -1px 4px 0 0; 
    vertical-align: middle; 
     cursor: pointer; 
	
}
.custom_checkbox input[type="checkbox"] + label span i{ 
    display:block; 

	
} 
.custom_checkbox input[type="checkbox"]:checked + label span { 
	color:#4ECD69;
} 

/* commented out 2025-05-16 
.addi-table,.adde-table {
  border-collapse: separate;
  float: left;
}
.addi-table th{
	background:#556270;
	color:#fff;
}
.addi-table tbody  tr:hover td,.adde-table tbody  tr:hover td{
	background:#DDE0E2;
	border-top:1px solid #556270!important;
	border-bottom:1px solid #556270;
}
.addi-table tbody  tr td i{
	color:#dddddd;
}
.addi-table tbody  tr:hover td i{
	color:#556270;
}
.addi-table tr:hover td:first-child,.adde-table tr:hover td:first-child{
	border-left:1px solid #556270;
}
.addi-table tr:hover td:last-child,.adde-table tr:hover td:last-child{
	border-right:1px solid #556270;
}
.addi-table tr td:last-child,
.adde-table tr td:last-child{
	text-align:center;
}
*/

.add_sec {
  font-weight: bold;
  margin-left: 16px;
  margin-top: 16px;
  text-transform: uppercase;
}
.exception_run{margin-top:10px;}
.color_btn label{
	margin-bottom:0px;
	cursor:pointer;
}
.add_field_button{
	margin-top:10px;
	text-transform:lowercase;
}
.add_time_button{
	margin-top:10px;
	text-transform:lowercase;
}
.add_exc_button{
	margin-top:10px;
	text-transform:lowercase;
}
.agency .breadcrumb{
	margin-bottom:10px;
}
.edit_remove {
  width: 85px;
  text-align:center;
}
.full_width_select {
  margin-bottom: 10px;
  width: 100%;
}
.select_td{
	text-align:center;
	white-space:nowrap;
	/*width:124px;*/
}

/* 2025-05-12
@media (max-width: 768px) {
  .navbar-nav .open .dropdown-menu {
    position: static;
    float: none;
    width: auto;
    margin-top: 0;
    background-color: transparent;
    border: 0;
    box-shadow: none;
  }
  .navbar-nav .open .dropdown-menu > li > a,
  .navbar-nav .open .dropdown-menu .dropdown-header {
    padding: 5px 15px 5px 25px;
  }
  .navbar-nav .open .dropdown-menu > li > a {
    line-height: 27px;
  }
  .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-nav .open .dropdown-menu > li > a:focus {
    background-image: none;
  }
  #banner .btn {
    font-size: 12px;
    padding: 15px 25px 15px 25px!important;
  }

}
*/