.webix_icon_button {
    position: relative;
}

.webix_layout_toolbar.webix_toolbar .webix_el_icon .webix_icon {
    height: 100%;
    width: 100%;
    line-height: inherit;
}

.webix_icon_count {
    background-color: #eb6e1a;
    border-radius: 50%;
    font-size: 12px;
    height: 22px;
    min-width: 22px;
    line-height: 17px;
    box-sizing: border-box;
    -moz-box-sizing: boder-box;
    -webkit-box-sizing: boder-box;
    padding: 0 4px;
    text-align: center;
    line-height: 22px;
    position: absolute;
    right: 0;
    top: 0;
}

.header_person {
    background: transparent !important;
}

.header_person .webix_template {
    padding: 0;
    line-height: 46px;
}

.header_person .photo {
    width: 38px;
    height: 38px;
    float: left;
    margin-top: 5px;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.header_person span {
    color: #fff;
    float: left;
    padding-left: 7px;
}

.header_person .webix_icon {
    line-height: inherit;
}

.menu .webix_tree_item {
    height: 40px;
    line-height: 40px;
}

.webix_tree .webix_scroll_cont>.webix_tree_leaves {
    padding: 0;
}

.menu.webix_view {
    background: #f1f1f1 !important;
}

.menu .webix_tree_item.webix_selected,
.menu .webix_tree_item.webix_selected span {
    background-color: #27ae60;
    padding-right: 0;
}

.menu .webix_tree_branch_1 .webix_tree_item {
    /*padding-left:10px;*/
    padding-left: 24px;
    padding-right: 10px;
}

.menu .webix_tree_branch_1>.webix_tree_item {
    /*padding: 5px 12px;*/
    padding: 5px 0 4px 0;
    line-height: 40px;
    /*font-size: 12px;
	text-transform: uppercase;*/
}

.menu .webix_tree_branch_1 {
    border-bottom: 1px solid #e5e5e5;
}

.menu .webix_tree_item.webix_selected span,
.menu .webix_tree_item span {
    margin: 0;
    padding: 1px;
}

.menu .webix_tree_item.webix_selected .webix_icon {
    color: #fff;
}

.menu .webix_icon {
    width: 25px;
    padding-left: 12px !important;
    text-align: center;
}

.menu .dashboard .webix_icon {
    font-size: 18px;
}

.menu .webix_tree_leaves .webix_tree_leaves {
    margin-left: 0px;
}

.list_popup .webix_list_item {
    position: relative;
    line-height: 36px;
}

.list_popup .photo {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    float: left;
    padding-top: 3px;
}

.list_popup .text {
    padding-left: 10px;
    display: inline-block;
    max-width: 180px;
    overflow: hidden;
}

.list_popup .name {
    color: #3498db;
    font-size: 12px;
    display: block;
    font-style: italic;
    overflow: hidden;
    padding: 0 2px 0 4px;
    position: absolute;
    right: 10px;
    background: #fff;
    top: 3px;
}

.extended_search {
    color: #3498db;
    padding: 5px 10px;
    line-height: 30px;
}

.extended_search span {
    cursor: pointer;
}

.show_all {
    background-color: #fbfbfb;
}

.show_all .webix_template {
    line-height: 30px;
    padding: 5px 10px;
}

.show_all .webix_template .webix_icon {
    line-height: 30px;
    float: right;
}

.webix_layout_space,
.webix_layout_wide,
.webix_view.webix_layout_accordion {
    background-color: #f4f4f4;
}

.title {
    background-color: inherit;
    border-width: 0px !important;
    font-size: 18px;
    color: #ffffff;
}

.title .webix_template {
    padding: 10px 12px;
    line-height: 29px;
}

.sub_title .webix_template {
    padding-left: 12px;
    padding-top: 12px;
}

.sub_title2 .webix_template {
    //padding-top: 10px;
}

.sub_title .webix_icon {
    padding-right: 7px;
}

.sub_title2 .webix_icon {
    padding-right: 5px;
}

.tasks_list .webix_list_item:last-child {
    border-bottom: none;
}

.tasks_list .done .list_text {
    text-decoration: line-through;
}

.tasks_list .done .list_text {
    text-decoration: line-through;
}

.tasks_list .marker {
    padding: 1px 1px;
    font-size: 10px;
    border-radius: 3px;
    margin-left: 10px;
}

.tasks_list .marker.projects {
    color: #fff;
    margin-top: 7px;
    background-color: #eb6e1a;
}

.tasks_list .marker.company {
    color: #fff;
    margin-top: 7px;
    background-color: #27ae60;
}

.tasks_list .fa-square-o {
    color: #888;
}

.show_all.webix_layout_form {
    background: #fbfbfb;
}

.chat_list .webix_list_item {
    border-color: #fff;
}

.chat_list .webix_list_item:last-child {
    border-bottom: none;
}

.chat_list .name {
    color: #3498db;
    font-size: 13px;
    display: block;
    line-height: 16px;
    font-weight: 700;
}

.chat_list .photo {
    width: 42px;
    height: 42px;
    margin-top: 10px;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
}

.chat_list .text {
    border-left: 2px solid #49cd81;
    display: block;
    background-color: #fbfbfb;
    margin-top: -55px;
    margin-left: 60px;
    padding: 10px;
    line-height: 21px;
    font-size: 14px;
}

.chat_list .time {
    display: inline-block;
    font-weight: 400;
    color: #666666;
    padding: 0 10px;
}

.chat_list .webix_list_item:nth-child(even) .text {
    text-align: right;
    border-left: none;
    border-right: 2px solid #f19b60;
    margin-left: 0px;
    margin-top: 5px;
    margin-right: 60px;
}

.chat_list .webix_list_item:nth-child(even) .photo {
    float: right;
}

.tiles {
    background: #f4f4f4;
}

.tiles .webix_template {
    margin-top: 8px;
    padding: 0 5px 0 5px;
}

.flex_tmp {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    justify-content: space-around;
}

.flex_tmp .item {
    border-radius: 3px;
    position: relative;
    min-width: 150px;
    height: 105px;
    padding-top: 10px;
    margin: 11px 5.5px 0px 5.5px;
    color: #fff;
    -ms-box-flex: 1;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    /* Firefox 19- */
    -ms-flex: 1 auto;
    /* TWEENER - IE 10 */
    -webkit-flex: 1 auto;
    /* NEW - Chrome */
    flex: 1 auto;
}

.flex_tmp .item .icon {
    padding-left: 10px;
    height: 73px;
    padding-top: 7px;
    display: block;
    width: 30%;
    font-size: 77px;
    color: rgba(255, 255, 255, 0.17);
}

.flex_tmp .item .details {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 150px;
}

.flex_tmp .item .value {
    font-size: 27px;
    text-align: right;
}

.flex_tmp .item .text {
    width: 100%;
    font-size: 18px;
    text-align: right;
}

.tiles .orders {
    background-color: #a693eb;
}

.tiles .users {
    background-color: #63b4ea;
}

.tiles .item.profit {
    background-color: #49cd81;
}

.tiles .feedbacks {
    background-color: #f19b60;
}

.flex_tmp .footer {
    height: 25px;
    text-align: center;
    line-height: 25px;
    font-size: 13px;
    background: rgba(0, 0, 0, 0.05);
}

.flex_tmp .footer .webix_icon {
    font-size: 14px;
}

.revenue_chart {
    background: #b4c6d2;
}

.revenue_chart .webix_canvas_text {
    color: #fff;
    font-size: 11px;
}

.donut_titles .webix_template {
    text-align: center;
    font-size: 13px;
}

.donut_result .webix_canvas_text {
    left: 50% !important;
    top: 50% !important;
    margin-top: -9px;
    margin-left: -7px;
}

.webix_view .defaultSimpleSkin table.mceLayout {
    border: none;
}

/*ckeditor*/

.webix_view .cke_reset {
    border-color: #ccc;
}

.webix_view .cke_top {
    background: #fafafa;
    background-image: none;
    border-color: #ddd;
}

.webix_view .cke_toolgroup {
    background: #fafafa;
    background-image: none;
    border-color: #ccc;
}

.webix_view .cke_button:hover {
    background: #f4f4f4;
    background-image: none;
}

.webix_view .cke_button_on {
    background: #ddd;
}

.webix_view .cke_button_on.cke_button:hover {
    background: #ddd;
}

.rating_bar_element {
    background-image: url(stars.gif);
    width: 80px;
    height: 16px;
    margin-top: 7px;
    position: relative;
}

.rating_bar_element.star1 {
    background-position: 0 -16px;
}

.rating_bar_element.star2 {
    background-position: 0 -32px;
}

.rating_bar_element.star3 {
    background-position: 0 -48px;
}

.rating_bar_element.star4 {
    background-position: 0 -64px;
}

.rating_bar_element.star5 {
    background-position: 0 -80px;
}

.rating_star:hover {
    z-index: 2;
    position: absolute;
    width: 80px;
    height: 16px;
    overflow: hidden;
    left: 0px !important;
    background-image: url(stars.gif);
}

.rating_star.star1:hover {
    background-position: 0 -96px;
}

.rating_star.star2:hover {
    background-position: 0 -112px;
}

.rating_star.star3:hover {
    background-position: 0 -128px
}

.rating_star.star4:hover {
    background-position: 0 -144px
}

.rating_star.star5:hover {
    background-position: 0 -160px
}

.rating_star {
    z-index: 3;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0px;
    float: left;
    cursor: pointer;
}

.webix_view.webix_pager {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.highlight_row {
    background-color: #edf4f9;
    font-weight: bold;
}

.progress_bar_element {
    background-color: #f5f5f5;
    border-radius: 4px;
    width: 100%;
    height: 6px;
    -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    margin-top: 16px;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.progress_result {
    height: 100%;
    float: left;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    background: #eb6e1a;
}

.progress_result.inner {
    background: #a693eb;
}

.progress_result.company {
    background: #49cd81;
}

.webix_view .dhx_scale_holder_now {
    background-image: url(imgs/databg.png);
}

.webix_view .dhx_now .dhx_month_head {
    background-color: #fff8c4;
}

.webix_view .dhx_now .dhx_month_body {
    background-color: #fff8c4;
}

.webix_view .dhx_cal_tab.active {
    background-color: #f0f5f9;
    box-shadow: inset 0 2px #eee;
    -webkit-box-shadow: inset 0 2px #eee;
}

.webix_view .dhx_cal_event_line {
    background-color: #63b4ea;
}

.webix_view .dhx_cal_event_line.other {
    background-color: #27ae60;
}

.dhx_cal_event .dhx_header,
.dhx_cal_event .dhx_footer,
.dhx_cal_event .dhx_body,
.dhx_cal_event .dhx_title {
    background-color: #63b4ea !important;
}

.dhx_cal_event_clear.other {
    color: #1c6d3e;
}

.other.dhx_cal_event .dhx_header,
.other.dhx_cal_event .dhx_footer,
.other.dhx_cal_event .dhx_body,
.other.dhx_cal_event .dhx_title {
    background-color: #27ae60 !important;
}

.calendar_icon {
    display: block;
    height: 14px;
    width: 14px;
    border-radius: 4px;
    float: left;
    margin-top: 6px;
    margin-right: 5px;
    background: #63b4ea;
    border: 1px solid #63b4ea;
}

.calendar_icon.company {
    background: #27ae60;
    border-color: #27ae60;
}

.webix_view .dhx_cal_navline .dhx_cal_date {
    font-size: 15px;
}

.calendar_list .webix_list_item {
    border-bottom-color: #fff;
    padding-left: 2px;
    padding-right: 2px;
}

.calendar_list .disabled .calendar_icon {
    background: #fff;
    border-color: #ddd;
}

.calendar_list .disabled.webix_list_item {
    color: #aaa;
}

.sub_title2 {
    background: transparent !important;
}

.highlighted_header.header1 {
    background-color: #a693eb !important;
}

.webix_toolbar.highlighted_header .webix_template {
    color: #fff !important;
}

.webix_toolbar.highlighted_header .webix_template .webix_icon {
    color: #fff !important;
}

.highlighted_header.header2 {
    background-color: #f19b60 !important;
}

.highlighted_header.header3 {
    background-color: #63b4ea !important;
}

.highlighted_header.header4 {
    background-color: #49cd81 !important;
}

.highlighted_header.header5 {
    background-color: #a4b4bf !important;
}

.highlighted_header.header6 {
    background-color: #fbfbfb !important;
}

.highlighted_header .webix_el_icon .webix_icon {
    font-size: 17px;
}

.webix_dtable .webix_icon {
    color: #777;
}

.webix_row_select .webix_icon {
    color: #fff;
}

.webix_dtable .status {
    padding: 2px 5px;
    font-size: 12px;
    border-radius: 3px;
    color: #fff;
}

.status0 {
    background-color: #eb6e1a;
}

.status1 {
    background-color: #27ae60;
}

.status2 {
    background-color: #a693eb;
}

.webix_list .marker {
    float: left;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 5px;
}

.button0.webix_el_button .webixtype_base {
    background-color: #eb6e1a;
    border-color: #eb6e1a;
    border-bottom-color: #c45c16;
}

.button2.webix_el_button .webixtype_base {
    background-color: #a693eb;
    border-color: #a693eb;
    border-bottom-color: #8878c1;
}

.product_image_action {
    cursor: pointer;
}

.product_image.webix_icon {
    color: #aaa;
    width: 100%;
    font-size: 50px;
    line-height: 80px;
    text-align: center;
}

/* file manager */

.webix_tree.file .folder_title {
    float: left;
    padding: 0 6px 0 3px;
    width: auto;
}

.webix_tree.file .webix_selected .folder_title {
    background-color: #27ae60;
}

.webix_tree.file .webix_selected .folder_title .icon {
    color: #fff;
}

.webix_tree.file .folder_title .icon {
    margin-left: 0;
    color: #63b4ea;
    padding-left: 4px;
    padding-right: 4px;
}

.webix_tree.file .icon {
    padding-right: 0;
}

.webix_tree.file .webix_tree_branch_1 {
    padding: 7px;
}

.webix_tree.file .webix_tree_item {
    padding: 1px 0;
}

.webix_dataview_item.files {
    text-align: center;
    font-size: 14px;
    line-height: 20px;
    border-color: #fff;
    border-right-color: #fff;
    margin: 5px;
}

.webix_dataview_item.files .webix_icon {
    padding-top: 10px;
    width: 30px;
    padding-bottom: 5px;
    font-size: 30px;
}

.webix_dataview_item.files.webix_selected .webix_icon {
    color: #fff !important;
}

.webix_dataview_item.files .folder .webix_icon {
    color: #63b4ea;
}

.webix_dataview_item.files .pp .webix_icon {
    color: #eb6e1a;
}

.webix_dataview_item.files .ex .webix_icon {
    color: #27ae60;
}

.webix_dataview_item.files .doc .webix_icon {
    color: #63b4ea;
}

.webix_dataview_item.files .img .webix_icon {
    color: #eb6e1a;
}

.webix_dataview_item.files .video .webix_icon {
    color: #a693eb;
}

.slider1 .webix_slider_left {
    background-color: #eb6e1a;
}

.slider2 .webix_slider_left {
    background-color: #27ae60;
}

.slider3 .webix_slider_left {
    background-color: #a693eb;
}

/* Delete google credits from maps - FOR DEVELOPMENT ONLY, DELETE IN PRODUCTION VERSION */

.gm-style-cc div,
.gmnoprint a,
.gmnoprint span {
    display: none;
}

.gmnoprint div {
    background: none !important;
}

img[src="http://maps.gstatic.com/mapfiles/api-3/images/google_white2.png"],
a[href^="http://maps.google.com/maps"] {
    display: none !important;
}

.app_button button {
    padding: 0;
    text-align: center;
}

/*
http://docs.webix.com/datatable__rowspans_colspans.html
http://docs.webix.com/samples/60_pro/01_datatable/01_colspans/02_colspans_big.html
*/

.webix_span_layer {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    height: 0px;
    width: 0px;
    overflow: visible;
}

.webix_dtable_span {
    position: absolute;
    background: #fff;
    white-space: normal;
}

.highlighteduser {
    background: #eceff1;
}

.usertotal {
    height: 68px !important;
}

.grandtotal {
    background: #228adf;
    color: #fff;
}

.grandtotal-fixed {
    position: fixed;
    top: auto !important;
    left: auto !important;
    bottom: 10px;
    /*width: 1630px;*/
    right: auto;
    height: 70px;
}

.grandtotal-report {
    font-size: 0px !important;
}

.grandtotal-report-fixed {
    position: fixed;
    top: auto !important;
    left: auto !important;
    bottom: 61px;
    width: calc(100% - 200px) !important;
    right: auto !important;
    height: 70px;
}

.grandtotal-fixed {
    position: fixed;
    top: auto !important;
    left: auto !important;
    bottom: 10px;
    /*width: 1630px;*/
    right: auto;
    height: 70px;
}

.capping_admin_table {
    padding-bottom: 70px;
    box-sizing: border-box;
}

/* For markers in calendar */

.day {
    line-height: 22px;
    height: 19px;
}

.day_marker {
    background-color: #777;
    border-radius: 50%;
    height: 3px;
    margin: 0 auto 3px;
    width: 3px;
}

.webix_cal_select .day_marker {
    background-color: #fff !important;
}

.gpsWide {
    background-color: #C1D9E1;
}

.parentAcceptRoute {
    height: 100%;
    display: block;
}

.parentAcceptRoute:before {
    content: '';
    display: inline-block;
    min-height: inherit;
    height: 100%;
    vertical-align: middle;
}

.accept-route {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 22px;
    margin-left: 15px;
}

.accept-route:hover {
    color: #5fa001;
    opacity: 0.8;
}

/*custom style*/

.custom-blur-popup {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.8);
    text-align: center;
    z-index: 999999;
}

.custom-blur-popup .inner-text {
    text-align: center;
    font-family: 'PT Sans', Tahoma;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    padding-top: 20px;
}

.cssload-loading {
    position: absolute;
    left: 50%;
    width: 23px;
    height: 23px;
    margin: -12px 0 0 -12px;
}

.cssload-loading i {
    position: absolute;
    top: 23px;
    left: 23px;
    display: block;
    width: 23px;
    height: 23px;
    background: rgb(121, 158, 210);
    border-radius: 23px;
    animation: cssload-spin2 1.73s ease-in-out infinite;
    -o-animation: cssload-spin2 1.73s ease-in-out infinite;
    -ms-animation: cssload-spin2 1.73s ease-in-out infinite;
    -webkit-animation: cssload-spin2 1.73s ease-in-out infinite;
    -moz-animation: cssload-spin2 1.73s ease-in-out infinite;
}

.cssload-loading i:first-child {
    top: -23px;
    left: 0;
    background: rgb(25, 70, 133);
    animation: cssload-spin 1.73s ease-in-out infinite;
    -o-animation: cssload-spin 1.73s ease-in-out infinite;
    -ms-animation: cssload-spin 1.73s ease-in-out infinite;
    -webkit-animation: cssload-spin 1.73s ease-in-out infinite;
    -moz-animation: cssload-spin 1.73s ease-in-out infinite;
}

.cssload-loading i:last-child {
    top: 23px;
    left: -23px;
    background: rgb(199, 32, 44);
    animation: cssload-spin3 1.73s ease-in-out infinite;
    -o-animation: cssload-spin3 1.73s ease-in-out infinite;
    -ms-animation: cssload-spin3 1.73s ease-in-out infinite;
    -webkit-animation: cssload-spin3 1.73s ease-in-out infinite;
    -moz-animation: cssload-spin3 1.73s ease-in-out infinite;
}

@keyframes cssload-spin {
    0% {
        top: -23px;
        left: 0;
        transform: scale(1);
    }
    17% {
        transform: scale(.5);
    }
    33% {
        top: 23px;
        left: 23px;
        transform: scale(1);
    }
    50% {
        transform: scale(.5);
    }
    66% {
        top: 23px;
        left: -23px;
        transform: scale(1);
    }
    83% {
        transform: scale(.5);
    }
    100% {
        top: -23px;
        left: 0;
        transform: scale(1);
    }
}

@-o-keyframes cssload-spin {
    0% {
        top: -23px;
        left: 0;
        -o-transform: scale(1);
    }
    17% {
        -o-transform: scale(.5);
    }
    33% {
        top: 23px;
        left: 23px;
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(.5);
    }
    66% {
        top: 23px;
        left: -23px;
        -o-transform: scale(1);
    }
    83% {
        -o-transform: scale(.5);
    }
    100% {
        top: -23px;
        left: 0;
        -o-transform: scale(1);
    }
}

@-ms-keyframes cssload-spin {
    0% {
        top: -23px;
        left: 0;
        -ms-transform: scale(1);
    }
    17% {
        -ms-transform: scale(.5);
    }
    33% {
        top: 23px;
        left: 23px;
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(.5);
    }
    66% {
        top: 23px;
        left: -23px;
        -ms-transform: scale(1);
    }
    83% {
        -ms-transform: scale(.5);
    }
    100% {
        top: -23px;
        left: 0;
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes cssload-spin {
    0% {
        top: -23px;
        left: 0;
        -webkit-transform: scale(1);
    }
    17% {
        -webkit-transform: scale(.5);
    }
    33% {
        top: 23px;
        left: 23px;
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(.5);
    }
    66% {
        top: 23px;
        left: -23px;
        -webkit-transform: scale(1);
    }
    83% {
        -webkit-transform: scale(.5);
    }
    100% {
        top: -23px;
        left: 0;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cssload-spin {
    0% {
        top: -23px;
        left: 0;
        -moz-transform: scale(1);
    }
    17% {
        -moz-transform: scale(.5);
    }
    33% {
        top: 23px;
        left: 23px;
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(.5);
    }
    66% {
        top: 23px;
        left: -23px;
        -moz-transform: scale(1);
    }
    83% {
        -moz-transform: scale(.5);
    }
    100% {
        top: -23px;
        left: 0;
        -moz-transform: scale(1);
    }
}

@keyframes cssload-spin2 {
    0% {
        top: 23px;
        left: 23px;
        transform: scale(1);
    }
    17% {
        transform: scale(.5);
    }
    33% {
        top: 23px;
        left: -23px;
        transform: scale(1);
    }
    50% {
        transform: scale(.5);
    }
    66% {
        top: -23px;
        left: 0;
        transform: scale(1);
    }
    83% {
        transform: scale(.5);
    }
    100% {
        top: 23px;
        left: 23px;
        transform: scale(1);
    }
}

@-o-keyframes cssload-spin2 {
    0% {
        top: 23px;
        left: 23px;
        -o-transform: scale(1);
    }
    17% {
        -o-transform: scale(.5);
    }
    33% {
        top: 23px;
        left: -23px;
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(.5);
    }
    66% {
        top: -23px;
        left: 0;
        -o-transform: scale(1);
    }
    83% {
        -o-transform: scale(.5);
    }
    100% {
        top: 23px;
        left: 23px;
        -o-transform: scale(1);
    }
}

@-ms-keyframes cssload-spin2 {
    0% {
        top: 23px;
        left: 23px;
        -ms-transform: scale(1);
    }
    17% {
        -ms-transform: scale(.5);
    }
    33% {
        top: 23px;
        left: -23px;
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(.5);
    }
    66% {
        top: -23px;
        left: 0;
        -ms-transform: scale(1);
    }
    83% {
        -ms-transform: scale(.5);
    }
    100% {
        top: 23px;
        left: 23px;
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes cssload-spin2 {
    0% {
        top: 23px;
        left: 23px;
        -webkit-transform: scale(1);
    }
    17% {
        -webkit-transform: scale(.5);
    }
    33% {
        top: 23px;
        left: -23px;
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(.5);
    }
    66% {
        top: -23px;
        left: 0;
        -webkit-transform: scale(1);
    }
    83% {
        -webkit-transform: scale(.5);
    }
    100% {
        top: 23px;
        left: 23px;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cssload-spin2 {
    0% {
        top: 23px;
        left: 23px;
        -moz-transform: scale(1);
    }
    17% {
        -moz-transform: scale(.5);
    }
    33% {
        top: 23px;
        left: -23px;
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(.5);
    }
    66% {
        top: -23px;
        left: 0;
        -moz-transform: scale(1);
    }
    83% {
        -moz-transform: scale(.5);
    }
    100% {
        top: 23px;
        left: 23px;
        -moz-transform: scale(1);
    }
}

@keyframes cssload-spin3 {
    0% {
        top: 23px;
        left: -23px;
        transform: scale(1);
    }
    17% {
        transform: scale(.5);
    }
    33% {
        top: -23px;
        left: 0;
        transform: scale(1);
    }
    50% {
        transform: scale(.5);
    }
    66% {
        top: 23px;
        left: 23px;
        transform: scale(1);
    }
    83% {
        transform: scale(.5);
    }
    100% {
        top: 23px;
        left: -23px;
        transform: scale(1);
    }
}

@-o-keyframes cssload-spin3 {
    0% {
        top: 23px;
        left: -23px;
        -o-transform: scale(1);
    }
    17% {
        -o-transform: scale(.5);
    }
    33% {
        top: -23px;
        left: 0;
        -o-transform: scale(1);
    }
    50% {
        -o-transform: scale(.5);
    }
    66% {
        top: 23px;
        left: 23px;
        -o-transform: scale(1);
    }
    83% {
        -o-transform: scale(.5);
    }
    100% {
        top: 23px;
        left: -23px;
        -o-transform: scale(1);
    }
}

@-ms-keyframes cssload-spin3 {
    0% {
        top: 23px;
        left: -23px;
        -ms-transform: scale(1);
    }
    17% {
        -ms-transform: scale(.5);
    }
    33% {
        top: -23px;
        left: 0;
        -ms-transform: scale(1);
    }
    50% {
        -ms-transform: scale(.5);
    }
    66% {
        top: 23px;
        left: 23px;
        -ms-transform: scale(1);
    }
    83% {
        -ms-transform: scale(.5);
    }
    100% {
        top: 23px;
        left: -23px;
        -ms-transform: scale(1);
    }
}

@-webkit-keyframes cssload-spin3 {
    0% {
        top: 23px;
        left: -23px;
        -webkit-transform: scale(1);
    }
    17% {
        -webkit-transform: scale(.5);
    }
    33% {
        top: -23px;
        left: 0;
        -webkit-transform: scale(1);
    }
    50% {
        -webkit-transform: scale(.5);
    }
    66% {
        top: 23px;
        left: 23px;
        -webkit-transform: scale(1);
    }
    83% {
        -webkit-transform: scale(.5);
    }
    100% {
        top: 23px;
        left: -23px;
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes cssload-spin3 {
    0% {
        top: 23px;
        left: -23px;
        -moz-transform: scale(1);
    }
    17% {
        -moz-transform: scale(.5);
    }
    33% {
        top: -23px;
        left: 0;
        -moz-transform: scale(1);
    }
    50% {
        -moz-transform: scale(.5);
    }
    66% {
        top: 23px;
        left: 23px;
        -moz-transform: scale(1);
    }
    83% {
        -moz-transform: scale(.5);
    }
    100% {
        top: 23px;
        left: -23px;
        -moz-transform: scale(1);
    }
}

.ml10 {
    margin-left: 20px !important;
}

.ml-30 {
    margin-left: -30px !important;
}

.ml-42 {
    margin-left: -42px !important;
}

.custom-text {
    background: transparent !important;
    border-color: transparent !important;
    color: #000 !important;
}

.CC-Checkbox .webix_custom_checkbox,
.WP-Checkbox .webix_custom_checkbox {
    float: none;
    vertical-align: middle;
    top: auto;
    margin: 0;
}

.CC-Checkbox .webix_el_box,
.WP-Checkbox .webix_el_box {
    padding-right: 20px;
}

.separator {
    width: 5px !important;
    background-color: #ddd;
    border: 0;
    border-radius: 0;
    height: 105px !important;
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto;
}

.first-sep {
    left: 307px;
}

.second-sep {
    left: 527px;
}

.controlsLayout {
    position: relative;
}

.custom-ttl {
    line-height: 30px;
    background: transparent;
    font-weight: 500;
}

.custom-top-border {
    border-top: 1px solid #c7c7c7;
    margin-top: 10px !important;
    padding-top: 10px;
}

.tripInfo {
    background: #d2e3ef;
}

.busInfo {
    background: #f2f2f2;
}

.custom-in-block {
    display: inline-block;
    width: 210px !important;
    vertical-align: top;
    border-right: 1px solid #ebebeb;
    padding: 0 15px;
    font-size: 15px;
}

.custom-in-block:nth-child(1),
.custom-in-block:nth-child(2),
.custom-in-block:nth-child(3),
.custom-in-block:nth-child(4),
.custom-in-block:nth-child(5) {
    border-bottom: 1px solid #ebebeb;
}

.custom-in-block:nth-child(1),
.custom-in-block:nth-child(6) {
    border-left: 1px solid #ebebeb;
}

.custom-in-bloc:last-child {
    border-right: none;
}