.cba-home-page .panel-success > .panel-heading {
    color: #ffffff;
    background-color: #3b962b;
    border-color: #3b962b;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 5px 18px !important;
}
table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
    bottom: 7px !important;
}
body .ivcardo-panel-heading {
    padding: 0px;
}
/********** loader css start **************************/
.loading_img_div {
    margin-top:10px;
    width:35px;
    height:35px;
    border-radius:50%;
    border:4px solid grey;
    border-bottom-color:transparent;
    -webkit-animation: circ-anim 0.7s linear infinite;
    -moz-animation: circ-anim 0.7s linear infinite;
    -o-animation: circ-anim 0.7s linear infinite;
    animation: circ-anim 0.7s linear infinite;
}
@-webkit-keyframes circ-anim {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@-moz-keyframes circ-anim {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@-o-keyframes circ-anim {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
@keyframes circ-anim {
    from {
        transform: rotate(0);
        -webkit-transform: rotate(0);
        -moz-transform: rotate(0);
        -o-transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -o-transform: rotate(360deg);
    }
}
/********** loader css end **************************/

body .ivcardo_error {
    border: 1px solid red !important
}
.ivcardo-login-box{
    width: 500px;
    border-radius: 1px;
    padding: 30px 35px;
    border-radius: 0px;
    color: #f8f8f8;
   background: rgba(0, 0, 0, 0.58);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
}
.ivcardo-login-box .ivcardo-input-group-lg i {
    position: absolute;
    top: 9px;
    right: 5px;
}
.ivcardo-login-box .ivcardo-input-group-lg {
    position: relative;
}
.login_main_box{
	position:relative;
	height:100vh;
}
.ivcardo-login-box .ivcardo-input-group-lg > .ivcardo-form-control,
 .ivcardo-login-box .ivcardo-input-group-lg > .ivcardo-input-group-addon,
 .ivcardo-login-box .ivcardo-input-group-lg > .ivcardo-input-group-btn > .ivcardo-btn {
 color: #fff;
    background-color: transparent !important;
    font-size: 14px;
    border: 0px !important;
    border-radius: 0px;
    border-bottom: 1px solid #989898 !important;
}
.ivcardo-login-box .ivcardo-input-group-lg > .ivcardo-form-control::-webkit-input-placeholder { 
  color: #fff;
}

.ivcardo-login-box .ivcardo-input-group-lg > .ivcardo-form-control:-ms-input-placeholder { 
  color: #fff;
}

.ivcardo-login-box .ivcardo-input-group-lg > .ivcardo-form-control::placeholder {
  color: #fff;
}
.ivcardo-login-box h4{
    color: #f8f8f8;
    line-height: 20px;
    font-weight: 600;
    text-align: center;
}
.ivcardo-login-box a{
    color: #f8f8f8;
    text-align: center;
}
.inline-address-div{
    margin-right: 2%;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    padding-left: 40px;
    position: relative;
    width: 30%;
}
.iv-home-booking-next-button{
    margin-top: 20px;
}

.ivcardo_block_border {
    
    background: #fff;
    padding: 20px;
}
.ivcardo-book-now-btn{
    padding: 12px !important;
}
th, td{
    border: none!important;
    text-align: left;
}
.ivcardo-address-block-card-view{
    max-width: 1200px;
    width: 100%;
    background-color: rgba(230, 225, 227, 0.6);
    padding: 20px 15px;
    margin: 0 auto;
}
#left-side-menu{
    
    background: #fff;
    padding: 10px 15px;
    font-size: 14px;
    color: #777;
    margin-bottom: 0;
}
#left-side-menu li.menu-item{
    padding: 10px;
}
select, textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"] {
     color: #767676;
     background-color: #fafafa;
    border: 1px solid #dbdbdb;
     height: auto;
     border-radius: 0;
     -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
div.dataTables_wrapper div.dataTables_length select {
    width: 90px!important;
    display: inline-block;
}
#profile_management_user_list_wrapper .dataTables_length{
    float: left;
}

button, input[type="button"], input[type="reset"], input[type="submit"] {
     font-size: 12px;
     line-height: 20px;
     padding: 5px;
}
.searchbtn{
    padding: 10px 22px!important;
}
.ivcardo_select_css {
    padding: 0;
}

.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify-mobile-able.ui-pnotify-in.ui-pnotify-fade-in.ui-pnotify-move{
    color: #ffffff;
    background-color: #4da309;
    top: 120px!important;
}
.page-wrap{
    padding: 0!important;
}
div#page {
    background-color: #fff;
}
.content-wrapper.container{
	width: 100%;
}
.content-wrapper.container > .row {
    margin: 0px;
}

.booking_sidebar_area .ivcardo_sidebar {
    font-size: 16px;
}
.widget-area, .widget-area a{
    color: #213638;
}
.exTab1 .ivcardo-nav {
    margin-bottom: 20px;
}
.page .page-wrap .content-wrapper, .single .page-wrap .content-wrapper {
    padding: 0 !important;
}
.blue-background-ivcardo-image {
    background-image: url(../image/cba-login-page-bg.png);
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    background-color: #999;
    height: 150px;
    width: 100%;
    text-align: center;
}
.ivcardo_company_banner_text{
    font-size: 20px;
    color: #fff;
    display:table;
    margin:0 auto;
    padding-top: 50px;
}
.site-description a{
    color: #fff;
}
.ivcardo_details_subtitle h4 {
    color: #213638;
    font-size: 22px;
    font-weight: bold;
}

body .all-btn {
     border: 0 none;
     /*border-radius: 4px;*/
     display: inline-block;
     font-size: 16px;
     line-height: 16px;
     letter-spacing: 0;
     vertical-align: top;
     background-color:#213638;
     color:#fff;
         height: auto;
     font-weight: 700;
         padding: 13px 30px !important;
    border-radius: 5px;
    text-transform: uppercase;
    border: 2px solid #213638;
 }
body .ivcardo-all-btn{
    border: 0 none;
    /*border-radius: 4px;*/
    display: inline-block;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: top;
    background-color:#213638;
    color:#fff;
    height: 38px;
    font-weight: 700;
    padding: 8px 48px !important;
       border-radius: 5px;
	   border: 2px solid #213638;
    text-transform: uppercase;
}
body .ivcardo-all-btn-previous {
    border: 0 none;
    /*border-radius: 4px;*/
    display: inline-block;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: top;
    background-color: #E5A13E;
    color: #fff;
    height: 38px;
    font-weight: 700;
    padding: 8px 48px !important;
    border-radius: 5px;
    border: 2px solid #E5A13E;
    text-transform: uppercase;
}

body .ivcardo-all-btn-book-now {
    border: 0 none;
    /*border-radius: 4px;*/
    display: inline-block;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: top;
    background-color: #213638;
    color: #fff;
    height: 38px;
    font-weight: 700;
    padding: 8px 48px !important;
    border-radius: 5px;
    border: 2px solid #213638;
    text-transform: uppercase;
}

body .ivcardo-all-btn-book-now-save-quote {
    border: 0 none;
    /*border-radius: 4px;*/
    display: inline-block;
    font-size: 16px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: top;
    background-color: #3D6468;
    color: #fff;
    height: 38px;
    font-weight: 700;
    padding: 8px 48px !important;
    border-radius: 5px;
    border: 2px solid #3D6468;
    text-transform: uppercase;
}

.ivcardo_profile_page_panel_title h4{
    padding: 10px;
    color: #213638;
    font-size:20px;
    font-weight: bold;
    margin-bottom: 25px;
	border-bottom: 1px solid #213638;
}
.ivcardo-form-field-space .ivcardo-row{
    margin-bottom: 10px;
}
.ivcardo-profile-update-btn{
    width: 100%;
    padding: 12px !important;
    font-size: 14px !important;
}
.ivcardo-mb-t{
    margin-bottom: 30px;
}
.ivcardo_save_send_quote{
    margin-top: 20px;
    margin-left: 15px;
}
div#user_profiles {
    padding-top: 20px;
}
.ivcardo-nav-pills > li.active > a, .ivcardo-nav-pills > li.active > a:hover, .ivcardo-nav-pills > li.active > a:focus {
    background-color: #213638;
}
table.dataTable.no-footer th, table.table.table-bordered th {
    background: #CFE7E5;
    color: #213638;
    letter-spacing: 0.5px;
}
table.dataTable.no-footer td {
    color: #666;
}
.ivcardo-panel-heading span {
    color: #213638;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    width: 100%;
    display: block;
	letter-spacing:1px;
	    margin-bottom: 15px;
}
footer#colophon p{
	margin-bottom:0px;
}
.modal-backdrop{
	    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.6);
    z-index: 1000;
}
.ivcardo-modal-dialog {
    margin: 0px auto;
}
body .ivcardo-btn-success {
    background-color: #3D6468;
    color: #fff;
    background-image: none;
    border: 2px solid #3D6468;
    padding: 5px 25px;
    display: inline-block;
    width: auto;
}
body .ivcardo-btn-success:hover{
	background-color:#fff;
	color:#213638;
	background-image:none;
	padding: 5px 25px;
	border: 2px solid #3D6468;
}
body .ivcardo-btn-default{
	background-color:#213638;
	background-image:none;
	border: 2px solid #213638;
	padding: 5px 25px;
}
body .ivcardo-btn-default:hover{
	background-color:#fff;
	color:#213638;
	background-image:none;
	border: 2px solid #213638;
	padding: 5px 25px;
}
table.dataTable.no-footer tbody tr:nth-child(even),
table.table.table-bordered tbody tr:nth-child(even) {
	    background: #f2f2f2;
}
table.dataTable.no-footer tbody tr:nth-child(odd),
table.table.table-bordered tbody tr:nth-child(odd) {
	background: #FFF;
}
.ivcardo-book-by-profile::-webkit-scrollbar {
    width: 5px;
}

.ivcardo-form-field-space table.table.table-bordered td{
      padding: 5px 0px !important;
}
.ivcardo-form-field-space table.table.table-bordered th {
    padding: 10px 5px !important;
}
body table .ivcardo-btn-success ,body table .ivcardo-btn-success:hover{
    padding: 5px 10px;
}
body .ivcardo-btn-info, .ivcardo-btn-info:hover {
    background-color: #213638;
    color: #fff;
    background-image: none;
    border: 2px solid #213638;
    padding: 5px 10px;
}
body table .ivcardo-btn-info,body table .ivcardo-btn-info:hover{
	padding: 3px 10px;
}
table.dataTable tbody{
	    word-break: break-word;
}

body .ivcardo-btn-info:hover {
    background-color: #fff;
    color: #213638;
}
body .ivcardo-btn-warning, .ivcardo-btn-warning:hover {
	background-color: #8292a0;
    color: #fff;
    background-image: none;
    border: 2px solid #8292a0;
    padding: 3px 10px;
    font-size: 14px;
 }
 body .ivcardo-btn-warning:hover{
	   background-color: #fff;
    color: #8292a0;
  }
  body table .ivcardo-btn-default, body table .ivcardo-btn-default:hover {
    padding: 3px 10px;
}

.ivcardo-modal-content div.dataTables_wrapper div.dataTables_filter {
    text-align: center;
    float: none;
}
.ivcardo_sign_up {
    width: 100%;
    display: inline-block;
}

.organi_sec li {
    padding-bottom: 8px !important;
    font-weight: 600;
}
.ivcardo_sign_up.text-center.login_forgot a {
    font-size: 14px;
}
.ivcardo_main_ref{
	    border: 1px solid #ccc;
    padding: 25px 15px 5px 15px;
    margin-bottom: 25px;
    font-weight: 600;
    color: #213638;
}
.ivcardo_check {
  display: block;
  position: relative;
     padding-left: 20px;
  margin-bottom: 12px;
  cursor: pointer;
	font-weight:600;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.ivcardo_check input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
      height: 15px;
    width: 15px;
  background-color: #eee;
  border-radius: 50%;
}

.ivcardo_check:hover input ~ .checkmark {
  background-color: #ccc;
}

.ivcardo_check input:checked ~ .checkmark {
    background-color: #213638;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.ivcardo_check input:checked ~ .checkmark:after {
  display: block;
}

.ivcardo_check .checkmark:after {
 	top: 5px;
    left: 5px;
    width: 5px;
    height: 5px;
	border-radius: 50%;
	background: white;
}

.ivcardo_main_ref .ivcardo-row{
	text-align: center;
}

body .ivcardo_main_ref .ivcardo-form-control{
	height: auto !important;
	padding: 4px 5px;
	    border: 1px solid #213638;
}
body .ivcardo_submit{
	text-align:center;
}
body .ivcardo_submit .ivcardo-btn-success{
	padding: 5px 25px !important;
    display: inline-block;
    width: auto;
}
table.table.table-bordered .ivcardo-btn-success{
	margin-right: 10px;
}
.ivcardo_delegate {
    margin: 0 auto;
    padding: 15px;
    box-shadow: 0px 0px 34px 0px #cccccc61;
    border-radius: 10px;
    margin-bottom: 20px;
}
div.dataTables_wrapper div.dataTables_info {
    font-size: 12px;
    color: #213638;
    font-weight: 600;
}
span.ivcardo-panelHeading1 a,
span.PanelHeading1 a{
	color:#213638;
}
.ivcardo_delegate .ivcardo-col-md-5 {
   
    padding-top: 10px;
	
}
body .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover,
body .dataTables_wrapper .dataTables_paginate .paginate_button.disabled.next  {

    padding: 2px 7px !important;
    border: 1px solid #213638 !important;
}
body .dataTables_wrapper .dataTables_paginate .paginate_button.current,
body .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover
 {
	  background: #213638 !important;
    color: #fff !important;
 }
body .dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button{
	
	 background: #fff !important;
    color: #213638 !important;
}
a#delegate_user_profile_list_next{
	width:auto;
}
.dataTables_length,.dataTables_filter{
	color: #213638;
}
div.dataTables_wrapper div.dataTables_length select,.dataTables_filter input[type="search"] {
    border: 1px solid #213638;
    color: #213638;
}

body .ivcardo-btn-primary,body .ivcardo-btn-primary:hover{
	    padding: 5px 25px;
}
.ivcardo_dark{
	    font-weight: 600;
    margin-top: 7px;
    display: block;
}

.view_trip_detail_modal .ivcardo-col-sm-5 {
    font-weight: 600;
}
.view_trip_detail_modal .ivcardo-row {
    margin-bottom: 5px;
}
.tab-content .ivcardo-col-sm-12 {
    margin-top: 5px;
}
.tab-content {
	    padding-top: 20px;
}
.ivcardo-nav > li > a{
	color:#213638
}
ul.ivcardo-nav.ivcardo-nav-tabs {
    margin-top: 15px;
}
body div.dataTables_wrapper div.dataTables_paginate {
	white-space: unset;
    min-width: 200px !important;
	margin-bottom: 20px;
}
.ivcardo_edit_nickname {
    color: #213638;
    cursor: pointer;
}
.ivcardo_edit_nickname:hover{
	text-decoration:underline;
}
.ivcardo-modal-footer{
	margin-top: 25px;
}
@media only screen and (min-width: 767px) {
	.ivcardo-modal-dialog {
		width: 100%;
	}
	
}

