/*------------------------------------------
    Componenets Styles
-------------------------------------------*/
.btn-bordered{
    color: #1b1b25;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #1b1b25;
    border-radius: 0;
}

.btn-update{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    background-color: #14baeb;
    text-transform: uppercase;
    border: 1px solid #14baeb;
    border-radius: 0;
}

.btn-update:hover,
.btn-update:focus,
.btn-update:active{
    color: #fff;
    background-color: #02A3D2;
    border-color: #02A3D2;
}

.list-grid{
    margin-right: -5px;
}

.slideout-open{
    overflow: hidden;
}

.no-cutter-right{
    padding-right: 0;
}

.no-cutter-left{
    padding-left: 0;
}
/*------------------------------------------
    Google maps directive
-------------------------------------------*/
.angular-google-map-container { height: 400px; }
.tpse-operator-search .card{
    z-index:999;
    left:0;
    color:#1b1b25;
    font-size:14px;
    bottom:0;
}
.gm-style-iw > div{
    height:auto !important;
}
#markerdetailId{
    display: block;
}

/*------------------------------------------
    CSS3 Loader Animation
-------------------------------------------*/
.spinner {
    margin: 100px auto;
    width: 40px;
    height: 40px;
    position: relative;
    text-align: center;

    -webkit-animation: rotate 2.0s infinite linear;
    animation: rotate 2.0s infinite linear;
}

.dot1, .dot2 {
    width: 60%;
    height: 60%;
    display: inline-block;
    position: absolute;
    top: 0;
    background-color: #333;
    border-radius: 100%;

    -webkit-animation: bounce 2.0s infinite ease-in-out;
    animation: bounce 2.0s infinite ease-in-out;
}

.dot2 {
    top: auto;
    bottom: 0px;
    -webkit-animation-delay: -1.0s;
    animation-delay: -1.0s;
}

@-webkit-keyframes rotate { 100% { -webkit-transform: rotate(360deg) }}
@keyframes rotate { 100% { transform: rotate(360deg); -webkit-transform: rotate(360deg) }}

@-webkit-keyframes bounce {
    0%, 100% { -webkit-transform: scale(0.0) }
    50% { -webkit-transform: scale(1.0) }
}

@keyframes bounce {
    0%, 100% {
        transform: scale(0.0);
        -webkit-transform: scale(0.0);
    } 50% {
          transform: scale(1.0);
          -webkit-transform: scale(1.0);
      }
}

/*------------------------------------------
    Planner Notification Styles
-------------------------------------------*/
.op-searchplanner-show{ position:fixed; top:0px; width:100%; height:40px; background:#22b888; z-index:1000000; display:none}
.op-searchplanner-show .col-md-12{ color:#fff; margin-top:10px; position: relative;}
.op-searchplanner-show .col-md-12 i.icon-plus{margin-right:8px; position: relative; top:1px;}
.op-searchplanner-show .col-md-12 span a{ color:#fff; text-decoration:underline;}
.op-searchplanner-show .col-md-12 span{ padding-left:10px;}
.op-searchplanner-show .col-md-12 a{ color:#fff;}
.op-searchplanner-show .col-md-12 .op-searchplanner-show-close i{ margin-right:0px;}
.op-searchplanner-show-close{ position: absolute; right:0px; top:-1px;}
.op-searchplanner-show.active{ display:block;}


.loader-wrapper{
    background-color:#1b8e69;
    float:left;
    height:20px;
    position:relative;
    top:8px;
    width:53%
}

.terms-condition .loader-wrapper{
    float:none;
    width:100%
}

.loader-inner{
    width:100%;
    height:100%;

    background-color:#22b888;
    position:relative;

    -webkit-animation:myloader 1.5s infinite;
            animation:myloader 1.5s infinite;

    -webkit-animation-fill-mode:forwards;
            animation-fill-mode:forwards
}

@-webkit-keyframes myloader {
    from {width: 0px;}
    to {width: 100%;}
}

@keyframes myloader {
    from {width: 0px;}
    to {width: 100%;}
}

/*------------------------------------------
    Custom Checbox Styles Techniques
-------------------------------------------*/

input[type="checkbox"] {
    display:none;
}

input[type="checkbox"] + span {
    display:inline-block;
    width:22px;
    height:22px;
    margin:-1px 9px 0 0;
    vertical-align:middle;
    cursor:pointer;
    border: 2px solid #555555;
    position: relative;
}

input[type="checkbox"]:checked + span{
  background: #555555;
  color: #ffffff;
}

input[type="checkbox"]:checked + span:before{
  content: "\f00c";
  display: block;
  font-family: FontAwesome, sans-serif;
  left: 2px;
  top: -1px;
  position: absolute;
}


.list-destination{
    margin-bottom: 0;
}

.list-destination li{
    margin: 6px 0;
    text-transform: capitalize;
}

.list-destination .btn{
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    background-color: #545473;
    border: 1px solid #545473;
    border-radius: 0;
    padding: 8px 20px;
    text-transform: uppercase;
    text-align: left;
}

.list-destination .btn-primary,
.list-destination .btn-primary:hover,
.list-destination .btn-primary:active,
.list-destination .btn-primary:focus{
    color: #fff;
    background-color: #22b888;
    border-color: #22b888;
}

/* Featured Tag & Hot Deal Tag Styles
--------------------------------------------*/
.featured-tag,
.hotdeal-tag{
    color: #fff;
    font-size: 14px;
    display: inline-block;
    
    position: absolute;
    top: -24px;
    left: 0;
    
    text-transform: uppercase;
    padding: 2px 6px;
}

.featured-tag{
    background-color: #79c143;
}

.hotdeals-tag{
    background-color: #f85051;
}


/* Rating List Styles
--------------------------------------------*/
.list-rating li{
    padding-right: 0;
    padding-left: 0;
}

.list-rating li:first-child{
    padding-left: 5px;
}

.list-rating a{
    color: #1B1B25;
    text-transform: uppercase;
    display: inline-block;
    
    cursor: pointer;
    
    padding: 3px 6px;;
    background-color: transparent;
}

.list-rating a:hover{
    text-decoration: none;
}

.list-rating a.active{
    color: #fff;
    background-color: #22b888;
}


/*------------------------------------------
    Clearing Bootstrap 3 columns Techniques
-------------------------------------------*/

/*  Tablet  */
@media (min-width:767px){

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1){
        clear: none;
    }
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1){
        clear: left;
    }
    
    .tpse-operator-search-header {
        position: relative;
        top: -50px
    }


}
@media (max-width:767px){
    .card .operator-thumbnail > a  > img{
        width:100%;
        max-width:100%;
    }
    .tpse-operator-search .card .content .btn-wishlist, .tpse-operator-search .content .btn-primary{
/*        font-size:14px;*/
    }
    .card .content .btn-wishlist{
        width: 55%;
/*        font-size:14px !important;*/
    }
    .card .content .btn-primary{
        width: 40%;
    }
    
    .main-bg-container{
        padding-top: 12px;
    }
    
    .tpse-search-header-mobile .list-grid{
        margin-bottom: 0;
    }
    
    .tpse-search-header-mobile .btn-bordered{
        border-color: #dedee4;
        font-weight: 400;
    }
    
    .tpse-search-header-mobile .btn-bordered.active,
    .tpse-search-header-mobile .btn-bordered:active{
        box-shadow: none;
    }
    
    .tpse-search-header-mobile .btn-bottom-bordered{
        color: #1b1b25;
        font-size: 16px;
        font-weight: 400;
        text-transform: uppercase;
        
        background-color: transparent;
    }
    
    .tpse-search-header-mobile .btn-bottom-bordered.active,
    .tpse-search-header-mobile .btn-bottom-bordered:active{
        color: #14baeb;
        font-weight: 600;
        box-shadow: none;
    }
    
    .tpse-search-header-mobile .btn-bottom-bordered.active:after,
    .tpse-search-header-mobile .btn-bottom-bordered:active:after{
        content: '';
        display: block;
        
        background-color: #14baeb;
        height: 5px;
        
        position: relative;
        top: 11px;
    }
    
    .tpse-search-header-mobile hr{
        margin-top: 12px;
        margin-bottom: 12px;
    }
    
    .tpse-search-header-mobile hr.clear-margin{
        margin-top: 0;
    }
    

    .overflow-hidden {
        overflow: hidden;
    }

    .slideout-panel{
        position: relative;
    }

    .slideout-panel > .slideout-panel-header{
        color: #fff;
        position: absolute;
        width: 100%;

        top: 0;
        left: 0;
    }

    .slideout-panel > .slideout-panel-content{
        padding-top: 80px;
        padding-bottom: 20px;

/*        height: 100%;*/
    }

    .slideout-panel > .slideout-panel-content > .slideout-panel-inner{
/*        height: 100%;*/
/*        overflow-y: scroll;*/
        overflow-x: hidden;
        
        -webkit-overflow-scrolling: touch;
    }

    .slideout-panel > .slideout-panel-footer{
        color: #fff;
        position: static;
        width: 100%;
        
        padding: 15px;

        bottom: 0;
        left: 0;
        
        text-align: center;
    }

    .slideout-panel {
        right: 0;
    }

    .slideout-panel{
        width: 100%;
        transform: translate(100%,0);
        -o-transform: translate(100%,0);
        -ms-transform: translate(100%,0);
        -moz-transform: translate(100%,0);
        -webkit-transform: translate(100%,0);

        background: #fff;
        top: 0;
        bottom: 0;
        overflow: auto;
        position: fixed;
        opacity: 0;
        filter: alpha(opacity=0);
        z-index: 1111;
        -webkit-transition: all .2s ease-out;
        -o-transition: all .2s ease-out;
        transition: all .2s ease-out;
    }

    .slideout-panel.show-menu {
        transform: translate(0%,0);
        -o-transform: translate(0%,0);
        -ms-transform: translate(0%,0);
        -moz-transform: translate(0%,0);
        -webkit-transform: translate(0%,0);
        opacity: 1;
        filter: alpha(opacity=100);
    }


    .backdrop {
        position: fixed;
        -webkit-transition: opacity .2s ease-out;
        -o-transition: opacity .2s ease-out;
        transition: opacity .2s ease-out;
        opacity: .5;
        filter: alpha(opacity=50);
        top: 0;
        bottom: 0;
        right: 0;
        width: 0;
        background: #000;
        z-index: 1110;
    }

    .backdrop.show {
        width: 100%;
    }
    
    .slideout-panel-content{
        padding-bottom: 15px;
    }
    
    .slideout-panel-header{
        padding: 15px 15px 0;
        margin-bottom: 15px;
        
        width: 100%;
        text-align: justify;
    }
    
    .slideout-panel-header:after{
        content: '';
        display: inline-block;
        width: 100%;
        border-top: 1px solid #eaeaea;
    }
    
    .slideout-panel-header h5{
        color: #1b1b25;
        font-size: 24px;
        
        margin: 0;
        text-align: left;
        text-transform: uppercase;
        
        display: inline-block;
        vertical-align: middle;
    }
    
    .slideout-panel-header .slideout-panel-close{
        color: #1B1B25;
        font-size: 24px;
        
        text-align: right;
        float: right;

        display: inline-block;
        vertical-align: middle;
    }
    
    .site-wrapper.open{
        position: fixed;
        overflow: hidden;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }
    
    #view-slideout-panel .btn-bordered,
    #sort-slideout-panel .btn-bordered{
        font-size: 16px;
        text-align: left;
        padding: 8px 15px;
    }
    
    #view-slideout-panel .btn-bordered.active,
    #view-slideout-panel .btn-bordered:active,
    #sort-slideout-panel .btn-bordered.active,
    #sort-slideout-panel .btn-bordered:active{
        color: #fff;
        background-color: #1B1B25;
        
        box-shadow: none;
    }
    
}

/*  Medium Desktop  */
@media (min-width:992px){

    /* Column clear fix */
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1){
        clear: none;
    }
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1){
        clear: left;
    }


}

@media (min-width:768px) and (max-width: 1199px){
    
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-x: scroll;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd;
    }
    
    .card .content .btn-wishlist{
        width: 55%;
        font-size: 13px !important;
        padding:5px 12px;
    }
    .card .content .btn-primary{
        width: 43%;
        font-size: 13px !important;;
    }

}

/*  Large Desktop  */
@media (min-width:1200px){

    /* Column clear fix */
    .col-md-1:nth-child(12n+1),
    .col-md-2:nth-child(6n+1),
    .col-md-3:nth-child(4n+1),
    .col-md-4:nth-child(3n+1),
    .col-md-6:nth-child(2n+1),
    .col-sm-1:nth-child(12n+1),
    .col-sm-2:nth-child(6n+1),
    .col-sm-3:nth-child(4n+1),
    .col-sm-4:nth-child(3n+1),
    .col-sm-6:nth-child(2n+1){
        clear: none;
    }
    .col-lg-1:nth-child(12n+1),
    .col-lg-2:nth-child(6n+1),
    .col-lg-3:nth-child(4n+1),
    .col-lg-4:nth-child(3n+1),
    .col-lg-6:nth-child(2n+1){
        clear: left;
    }

    .card .content .btn-primary{
        width: 39%;
    }
}


/*Operator Layout Styles*/

.tpse-operator-search .card{
    margin-bottom: 30px;
}

.operator-thumbnail{
    position: relative;
}

.card .image-thumbnail{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    
    display: block;
    
    height:197px;
    max-height:197px;
}

.card .operator-thumbnail > a > img{
    height:197px;
    max-height:197px;
    min-width: 100%;
}

.operator-thumbnail .title{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 12px;

    background-color: rgba(255, 255, 255, 0.9);
}

.tpse-operator-search-container .banner-and-menu-block {
    height: 195px
}

/*Operator Search Skin - Theme*/

.tpse-operator-search-header .btn-group .btn{
    border-radius: 0;
    border: none;

    color: #fff;
    font-size: 16px;
    font-family: inherit;
    text-transform: uppercase;

    background-color: #1b1b25;
    padding: 14px 10px;
}

.tpse-operator-search-header .btn-group .btn + .btn{
    margin-left: 2px;
}

.tpse-operator-search-header .btn-group .btn [class*="icon-"]{
    font-size: 1.2em;
    display: inline-block;

    margin-right: 6px;
}

.tpse-operator-search-header .btn-group .btn .badge{
    color: #1B1B25;
    font-size: 14px;
    font-weight: normal;

    border-radius: 0;
    margin-left: 12px;
}

.tpse-operator-search-header .btn-group .active {
    background-color: #fff;
    color: #1b1b25;
}

.tpse-operator-search-header .btn-group .active .badge {
    background-color: #1b1b25;
    color: #fff;
}

.tpse-operator-search{
    font-size: 14px;
    font-family: inherit;
}

.tpse-operator-search .well{
    background-color: #fff;
    border: 1px solid #dedee4 !important;
    border-radius: 0;
    box-shadow: none;

    padding: 12px;
}

.distace-val {
    font-weight: bold
}

.tpse-operator-search .well-important{
    color: #ffffff;
    background-color: #1B1B25;
}

.tpse-operator-search .well .form-control{
    border-radius: 0;
    padding: 9px 6px;
    height: 40px;
    border:1px solid #1b1b25;
    color:#545473;
}

.tpse-operator-search .well .form-none{
    color: #1b1b25;
    font-weight: 600;
    text-align: right;

    padding: 0;

    height: auto;

    border: none;
    box-shadow: none;
}

.tpse-operator-search .well-important .form-control{
    border: 0;
}

.tpse-operator-search .well-important .form-control + .form-control{
    margin-top: 12px;
}

.tpse-operator-search .well label{
    color: #545473;
    font-weight: 400;
    text-transform: uppercase;
}
.checkbox{
    padding-left:0
}
.tpse-operator-search .well .checkbox >label{
    text-align:center;
    padding-left:0;
}

.tpse-operator-search .well-destinations > label {
    color: #545473
}

.well-destinations ul.list-destination li label{
    color:#555;
}

.tpse-operator-search .well-important label{
    color: #fff;
}

.rating-well .all-btn {
    margin-bottom: 5px
}

.tpse-operator-search .well .bootstrap-select.btn-group .dropdown-menu.inner {
    padding-bottom: 10px
}

.tpse-operator-search .well .ui-slider{
    margin-top: 12px;
    margin-bottom: 30px;
}

.tpse-operator-search .well .ui-corner-all{
    background-color: #dedee4;
    background-image: none;
    border-radius: 0;
    border: none;
    height: 6px;
}

.tpse-operator-search .well .ui-slider-handle{
    width: 40px;
    height: 25px;

    background-color: transparent;
    top: -31px;
}

.tpse-operator-search .well .ui-slider-handle:hover,
.tpse-operator-search .well .ui-slider-handle:focus{
    outline: none;
    text-decoration: none;
}

.tpse-operator-search .well .ui-slider-handle + .ui-slider-handle{
    top: 13px;
}

.tpse-operator-search .well .ui-slider-handle:after{
    content: 'Min';
    color: #fff;
    font-size: 14px;
    font-family: inherit;
    text-transform: uppercase;
    text-align: center;

    display: block;
    line-height: 25px;
    background-color: #14baeb;
}

.tpse-operator-search .well .ui-slider-handle + .ui-slider-handle:after{
    content: 'Max';
}

.tpse-operator-search .well .ui-slider-handle:before{
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -6px;
    bottom: -6px;

    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #14baeb;
}

.tpse-operator-search .well .ui-slider-handle + .ui-slider-handle:before{
    border-top: none;
    border-bottom: 6px solid #14baeb;

    bottom: auto;
    top: -6px;
}

.tpse-operator-search .select2-container-multi .select2-choices{
    border-color: #fff;
    background-image: none;
}

.tpse-operator-search .select2-container-multi .select2-choices .select2-search-choice{
    color: #fff;
    font-size: 13px;
    border-radius: 0;
    border: none;
    background-image: none;
    background-color: #545473;

    padding: 6px 6px 6px 18px;
    margin-left: 0;
    margin-right: 5px;
    box-shadow: none;
}

.tpse-operator-search .select2-container-multi .select2-choices .active {
    background-color: #14baeb;
}

.select2-container-multi .select2-search-choice-close:before {
    content: "\f00d";
    position: absolute;
    font-family: FontAwesome;
    color: #fff;
    font-size: 14px;
    top: 2px;
}

.tpse-operator-search .btn-showmore{
    color: #1b1b25;
    font-size: 30px;

    border-color: #dedee4;
    border-radius: 0;

    background-color: transparent;
    text-transform: uppercase;
}

.tpse-operator-search .btn-showmore:hover{
    color: #fff;
    border-color: #1B1B25;
    background-color: #1b1b25;
}

.operator-thumbnail .title{
    min-height: 70px;
    background-color: rgba(255, 255, 255, 0.9);
}

.tpse-operator-search .title a{
    color: #1b1b25;
    font-size: 18px;
    font-weight: 400;
    text-transform: uppercase;
}


.tpse-operator-search .content{
    border: 1px solid #dedee4;
    border-top: none;
    padding: 9px;
}

.tpse-operator-search .content .divider{
    border-top: 1px solid #dedee4;
    margin: 6px 0;
}

.tpse-operator-search .content .content-group{
    text-transform: uppercase;
}

.tpse-operator-search .content .price{
    font-size: 1.3em;
    font-weight: 600;
    line-height: 1em;
}

.tpse-operator-search .content .card-labels{
    width: 80%;
}

.tpse-operator-search .content .distance{
    text-transform: uppercase;
}

.tpse-operator-search .content-buttons{
    margin-top: 12px;
}

.tpse-operator-search .content .btn{
    border-radius: 0;
    border: none;
}

.tpse-operator-search .content .fa-clock-o{
    color: inherit;
}

.tpse-operator-search .content .btn-primary{
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    line-height: 1;
    background-color: #1b1b25;
    border: 1px solid #1B1B25;
    padding: 8px 20px;
    text-transform: uppercase
}

.tpse-operator-search .content .btn-wishlist{
    color: #1b1b25;
    font-size: 16px;
    font-weight: 600;
    background-color: #fff;
    text-transform: uppercase;
    border: 1px solid #1b1b25;
}

.event-date-well .date-style + label {
    margin-top: 10px
}


/*Operator Search Calendar View Styles*/

.tpse-operator-search .table-bordered,
.tpse-operator-search .table-bordered > thead > tr > th,
.tpse-operator-search .table-bordered > tbody > tr > td{
    border-color: #dedee4;
    border-bottom-width: 1px;
}

.tpse-operator-search .table-bordered > thead > tr > th + th,
.tpse-operator-search .table-bordered > tbody > tr > td + td{
    border-left-color: #f9dbd9 !important;
}

.tpse-operator-search .table th{
    color: #3c5b75;
    font-size: 13px;
    font-weight: normal;
    text-transform: uppercase;
    line-height: 1.3em;
    text-align: center;
    vertical-align: middle;
}

.tpse-operator-search .table th.control{
    text-align: center;
}

.tpse-operator-search td:not(:first-child){
    color: #4a5972;
    text-align: center;

    vertical-align: middle;
}

.tpse-operator-search td:last-child a{
    color: #4a5972;
    font-weight: 600;
    text-transform: uppercase;
}

.tpse-operator-search td:last-child a [class*="icon-"]{
    font-size: 1.3em;

    display: inline-block;
    margin-bottom: 9px;
}


/*Map View Styles*/

.tpse-operator-search .map-results{
    position: relative;
}

.tpse-operator-search #markerdetail{
    position: absolute;
    bottom: 0;
    left: 15px;
    width: 260px;
}

.tpse-operator-search #markerdetail .close {
    background-color: #000;
    font-size: 17px;
    z-index: 10;
    position: absolute;
    right: 5px;
    top: 5px;
    color: #fff;
    opacity: 1;
    padding: 1px 5px 2px;
}

.tpse-operator-search #markerdetail .close i {
  position: relative;
  top: -1px
}

.tpse-operator-search .card .content .btn-wishlist{
    border-radius: 0;
    float: left;
    width: 53%;
    font-weight: bold;
}

.tpse-operator-search #markerdetail .card{
    margin-bottom: 0;
}

.tpse-operator-search #markerdetail .content{
    background-color: white;
    border: none;
}

.card .content .btn-primary{
    float: right;
}
.control .btn-link{
    color:#3c5b75;
}
#map_canvas img{max-width:none}

.rating{
    color: #fff;
    margin: 0;
    padding: 0;
}

ul.rating {
    display: inline-block;
}

.rating li {
    list-style-type: none;
    display: inline-block;
    padding: 1px;
    text-align: center;
    font-weight: bold;
    cursor: pointer;
}

.rating .filled {
    color: #1B1B25;
}

#grid .table>thead>tr>th {
    vertical-align: middle
}       

#grid .table>thead>tr>th.control {
    text-align: center
}

.table > tbody > tr.custom-operators-details-row > td {
    vertical-align: middle
}

.clock-icon {
    margin-right: 2px
}

/***operator search design code goes here********/

/**z-index calender problem fixed***/
.btn-group>.btn:hover, .btn-group-vertical>.btn:hover, .btn-group>.btn:focus, .btn-group-vertical>.btn:focus, .btn-group>.btn:active, .btn-group-vertical>.btn:active, .btn-group>.btn.active, .btn-group-vertical>.btn.active {
    z-index: 1 !important;
}
div#ui-datepicker-div {
    z-index: 4 !important;
}
/*calender header icon*/
/*.ui-widget-header .ui-icon {*/
    /*background-image: url("../img/ui-icons_ffffff_256x240.png") !important;*/
/*}*/

/**calender issues fixed**/


.btn-group.bootstrap-select.form-control.custom-select .btn {
    background: none;
    padding: 9px 6px;
    height: 40px;
    border-radius: 0px;
}

.tpse-operator-search .well .form-control.custom-select {
    border-radius: 0;
    padding:0px;
    height: 40px;
    margin-bottom: 0;

}

.custom-select .caret {
    border-top: 6px solid;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
}

.custom-select.dropup .caret{
    border-top: 0;
    border-bottom: 6px solid;
}

.custom-select .btn-default
{
    border:none;
}

.date-style input
{
    background:#fff url(../img/calender-icon.png) no-repeat 96% 9px;
    padding: 9px 15px;
    position: relative;
    cursor: pointer;
}

.date-style input.form-control
{
    padding: 9px 12px !important;
}


.custom-select:after {

    background: #3d3334;
    width: 1px;
    content: "";
    height: 100%;
    position: absolute;
    right: 40px;
    top: 0;
}

.custom-select + .custom-select{
    position: relative;
    margin-top: 12px;
}

/*========================*/

.nightly-rate,.distance-from
{
    text-align: right;
    font-weight: bold;
}
.well.form-group.reset-font-size {
    font-size: 13px;
}
.col-sm-6.col-xs-6.distance-from.distace-val.ng-binding {
    padding-left: 6px;
}

/***===slider=======*/
.ui-slider-container {
    background: rgb(222, 222, 228);
}

.ui-slider-container {
    padding-left: 0px;
    padding-right: 22px;
}

/***===========================================***/


.tpse-operator-search .nav {
    border:1px solid #dedee4;
}
.tpse-operator-search .nav {
    margin-bottom: 12px;
    padding: 10px;
    position: relative;
}
.tpse-operator-search .nav-header {
    margin: 2px 0 5px;
    min-height: 20px;
    padding-left: 0;
    padding-right: 0;
    color:#22b888;
}
.legend-theme li {
    margin-top: 10px;
}
.legend-theme li:nth-child(2) {
    margin-top: 0px;
}
.legend-theme li i {
    background: #22b888;
    color: #fff;
    text-align: center;
    font-size: 18px;
    width: 23px;
    display: inline-block;
    padding-top: 3px;
    padding-bottom: 2px;
    position: relative;
    top: 2px;
    margin-right: 3px;
}
.checkbox > label a {
    width:22px;
    height:22px;
    display: inline-block;
    float: left;
    background: url("../img/flexible-dates-tne-checkbox.png") -4px -4px no-repeat;
    cursor: pointer;
    margin-right: 3px;
}
.checkbox > label a.checked{
    background-position:-4px -34px;
}
.info-detail-icon{
    font-size: 16px;
    color: #fff;
    width: 22px;
    height:22px;
    background:#22b888;
    display: inline-block;
    text-align: center;
    line-height: 22px;
}
.instant-confirm-centeralign{
    padding-top:2px;
    float:left;
}
.card .operator-thumbnail{
    height:197px;
    min-height: 197px;
    
    overflow: hidden;
}
#googleMaps .card .operator-thumbnail{
    min-height: 197px;
    height: auto;
}
.card .info-bar{
    min-height:20px;
    height:20px;
}
.list-destination .btn{
    border-radius:0;
    background:#545473;
    font-size:14px;
    color:#fff;
    border:none;
    white-space: normal;
    text-align: left;
}
.list-destination .btn-primary{
    background: #14baeb;
    border:none;
    border-radius: 0;
}
.list-destination .btn:focus{
    outline:none;
}
.list-destination{
    overflow:hidden;
}
.list-destination li{
    margin:4px 7px 3px 0;
    float: left;
}

.block-destination li{
    float: none;
}

/** tpse calender selection  style starts here **/

#grid .table td.selected {
    background-color: #eeeef1;
}
.calendarWeekEnd {background: #81e2ff}

#grid .table-hover>tbody>tr:hover>td, #grid .table-hover>tbody>tr:hover>th{
    background-color: #fcfcfd;
}

/** tpse calender selection style ends here **/
/**button focus color removed**/
.btn-showmore:focus {
    color:#1b1b25 !important;
    background-color: transparent !important;
    border-color:transparent !important;
    outline: 1px solid #e4e4e4 !important;

}

/**end button focus color**/


/*//Mobile (XS) Styles*/
/*//----------------------------------*/
/*@media (max-width:767px){*/
    /**/
    /**/
/*}*/
