@CHARSET "ISO-8859-1";
/*
Custom stylesheet for custom class.
@author : Rajnish
Created Date: 03/03/2016
*/
.text-right
{
    text-align:right;
}
.text-left
{
    text-align:left;
}
.pad-right10
{
    padding-right: 10px;
}
.pad-left10
{
    padding-left: 10px;
}

.calendarbox
{
    border: 1px solid #c5c5c5;
    padding-bottom: 20px;
}
.pie-box
{
    text-align: center;

}
.custom-label
{
    font-size: 16px;
    font-weight: 700;
}
.custom-color-cyan
{
    color: #fff;
    background: #32B7BC !important;
}
.custom-font-color-white
{
    color: #fff;
}
.fa-1_5x
{
    font-size: 1.5em;
}
.grey{color:#878787;}
.teal{color:#32B7BC;}
.list-block .custom-borderone:after {
    background: none !important;
}
.select-box
{
    width: 100%;
    padding: 3%;
    margin: 0 0 5px 0;
    border: 1px solid #ddd;
}
.picker-calendar-day.picker-calendar-day-selected span{background:#0c928d}
#calendar-inline-container .toolbar.toolbar-hidden
{
    -webkit-transition-duration: 0ms !important;
    transition-duration: 0ms !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
}
.margin-bottom15
{
    margin-bottom: 15px;
}

.modal-text #my_journeys_table
{
    width:100%;
}
.modal-text #my_journeys_table td {
    padding: 5px;
    padding-left: 0;
    padding-right: 0;
    text-align: left;
    font-weight: 500;
    width:50%;
}

#journey_summary,#journey_summary_details
{
    width:100%;
    text-align: left;
    font-size: 16px;
}
#journey_summary td,
#journey_summary_details td
{
    color: #000 !important;
    padding: 1px;
}

.modal-title h3 {
    color: #007aff;
    padding-bottom: 10px;
}
.map-button
{
    width: 15%;
    height: 60px;
    padding: 3%;
    margin: 10px 0 10px 0;
    border: 1px solid #ddd;
    color: white;
    cursor: pointer;
    background-color: #0c928d;
    font-size: 20px;
    border-radius: 5px;
}
label[for=startPoint]
{
    clear: both;	
}

.modal-scroll-container {
    width: 300px;
    height:275px;
    overflow: hidden;
    text-align:justify;
}

.modal-scroll-content {
    position:relative;
    width:100%;
    height:270px;
    top:-17px;
    padding:15px 10px 5px 0px;
    overflow-y:auto;    
    overflow-x: auto;
}

.top_bottom_mask {
    position:absolute;
    overflow:hidden;
    width:17px;
    height:10px;
}

.left_right_mask {
    position:absolute;
    width:0px;
    border:1px solid #000000;
}

.corner_top_mask, .corner_bottom_mask {
    position:relative;
    left:-2px;
    border:6px solid #000000;
    height:20px;
    width:13px;
    border-radius:16px;
}

.corner_top_mask {
    top:-3px;
    left:-4px;
}

.corner_bottom_mask {
    top:-18px;
    left:-4px;
}
.loginform .close_popup_button_gray_link{
    width:100%;
    padding:2% 0 3% 0; 
    margin:10px 0 0 0; 
    font-weight:normal;
    text-align:center;
    cursor:pointer; 
    font-size:20px;
    background-color:#3c3c3c;
    -webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
    border: none;
    cursor:pointer;
}
.loginform .close_popup_button_gray_link a{
    color:#FFFFFF;
}
.loginform .social-media-img a img 
{
    max-width: 25% !important;
}
.loginform ul.toolbar_icons
{
    padding: 10px 0px 0px 0px !important;
    text-align: justify !important;
}

.rang-picker,.rangePicker{
    background: #e8e8e8 !important;
}
.rang-picker .picker-center-highlight{
    width: 20%!important;
    margin-left: 23%!important;
}
.rangePicker .picker-center-highlight{
    width: 15%!important;
    margin-left: 30%!important;
}
/*@media screen and (max-width: 480px) {
    .rangePicker .picker-center-highlight {
        width: 15%!important;
        margin-left: 28%!important;
    }
}*/
@media all and (min-width: 768px) {
    .rangePicker .picker-center-highlight {
        width: 7%!important;
        margin-left: 41%!important;
    }    
}

.androidFix {
    overflow:hidden !important;
    overflow-y:hidden !important;
    overflow-x:hidden !important;
}
.custom-swiper-label
{
    text-align: left;
    color: #bdbdbd;
    font-weight: 100!important;
    font-size: 14px;
}
.custom-page-content
{
    width: 100%;
    height: 100%;
    overflow: scroll;
    margin: 5% 0% 0% 0%;
}

.custom-page-content h3{
    color:#32B7BC;
    font-size: 20px;
    font-weight: 400;
    margin: 10px 0 15px 0;
    display: inline-block;
    letter-spacing: -0.5px;
    text-align: left;
}

.custom_navbar_link a{
    float: right;
    width: 10%;
    height: 100%;
    margin: 15px 10px 0px 0px;
    padding: 0 0 0 0;
    text-align: center;
    color: #fff;
}

#calendar_inline_container .picker-calendar-day span {
    display: inline-block !important;
    line-height: 30px !important;
    margin: 0px !important;
    font-weight: 300 !important;
    font-size: 16px !important;
    color: #000 !important;
}
#calendar_inline_container .picker-calendar-day.picker-calendar-day-selected span {
    color: #fff!important;
}
#calendar_inline_container .picker-calendar-day.picker-calendar-day-prev span{
    color: #b8b8b8 !important;
}
#calendar_inline_container .picker-calendar-day.picker-calendar-day-next span{
    color: #b8b8b8 !important;
}

/******Custom Swiper*******/
.custom-swiper-container {
    width: 100%;
    overflow: hidden;
}
.custom-swiper-content {
    position:relative;
    width:100%;
    top:-17px;
    padding:15px 10px 5px 0px;
    overflow-y:auto;    
    overflow-x: auto;
}
.custom-swiper-middel-content
{
    margin: 5% 0 8% 0;
}
.swiper-container .btn
{
    padding: 8% 0 8% 0!important;
}
.swiper-container .custom-swiper-container .button
{
    width: 100%!important;
    padding: 8% 0 8% 0!important;
    margin: 10px 0 0 0!important;
    margin-bottom: 15px!important;
    font-weight: normal!important;
    text-align: center!important;
    font-size: 20px!important;
    line-height: 16px!important;
    
    -webkit-border-radius: 5px!important;
    -moz-border-radius: 5px!important;
    border-radius: 5px!important;
    border: none!important;
}
@media screen and (min-width: 760px) {
    .swiper-container .custom-swiper-container .button
    {
        line-height: 0px!important;
    }
}

.knob{width: 100px; display: inline-block; position: relative;}
.knob > div{display: block;}
.knob input{-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none; line-height: 11px; text-shadow: 1px 0px 2px rgba(0,0,0,0.2);}

select,textarea,
input[type="text"],
input[type="file"],
input[type="password"]{
    -webkit-appearance: none;
    border-radius: 0;
}

//Add css for smart select box
.smart-select-picker .toolbar
{
    height: 60px !important;
}
.smart-select-picker .toolbar-inner .right
{
    font-weight: normal;
}
.smart-select-picker .list-block
{
    margin: 0px 0 !important;
}
.smart-select-picker .list-block ul
{
    padding: 5px 10px 0px 10px !important;
}
.picker-modal .toolbar + .picker-modal-inner
{
    height: calc(100% - 60px) !important;
}
.table-header
{
    font-size: 18px;
    font-weight: 400;
    background-color: #32B7BC;
    color: #fff;
    width: 100%;
    padding: 5px 0px 5px 0px;
}
.table-odd-even tbody tr:nth-child(odd) 
{
    background: #eee;
}
.table-hover tbody tr:hover
{
    cursor: pointer;
}