﻿/*input,
select,
textarea {
    max-width: 280px;
}*/

/*@font-face {
    font-family: 'Lato-Light';
    src: url('/fonts/Lato-Light.eot');
    src: url('/fonts/Lato-Light.eot?#iefix') format('embedded-opentype'), url('/fonts/Lato-Light.woff2') format('woff2'), url('/fonts/Lato-Light.woff') format('woff'), url('/fonts/Lato-Light.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Lato-Bold';
    src: url('/fonts/Lato-Bold.eot');
    src: url('/fonts/Lato-Bold.eot?#iefix') format('embedded-opentype'), url('/fonts/Lato-Bold.woff2') format('woff2'), url('/fonts/Lato-Bold.woff') format('woff'), url('/fonts/Lato-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Lato';
    src: url('/fonts/Lato-Regular.eot');
    src: url('/fonts/Lato-Regular.eot?#iefix') format('embedded-opentype'), url('/fonts/Lato-Regular.woff2') format('woff2'), url('/fonts/Lato-Regular.woff') format('woff'), url('/fonts/Lato-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}*/

body {
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    color: #4a4a4a;
    line-height: 1.8em;
    font-weight: 400;
}


h2 {
    font-size: 20px;
}

h3 {
    font-size: 16px;
}

.user-data {
    background: #95AFC2 !important;
    color: white !important;
}

.login_header {
    /*background: url(/images/top_line.png) no-repeat center;*/
    height: 37px;
    position: absolute;
    width: 100%;
    top: 0;
}


.login_footer {
}

.login_body {
    background: url(/images/bg1.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#loginbox form {
    background-color: white !important;
}

.login-header {
    margin-top: 15px;
    margin-bottom: 15px;
    text-align: center !important;
    /*font-family: Lato-Light !important;*/
    font-size: 24pt;
    font-weight: bold;
}

.login-form-body a {
    text-decoration: underline !important;
    color: #999 !important;
}

    .login-form-body a:hover {
        color: #f05304 !important;
    }



.login-form-body label, .edit-form-body label, .sb-form-body label {
    color: #999 !important;
}

div.well {
    height: 250px;
}

.Absolute-Center {
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}


    .Absolute-Center.is-Responsive {
        width: 50%;
        height: 50%;
        min-width: 300px;
        max-width: 600px;
        padding: 0px;
    }

.login-form-body, .edit-form-body, .sb-form-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

#logo-container {
    margin-bottom: 10px;
    width: 100%;
    height: 56px;
    background: url(/images/logo_main.png) no-repeat center center;
    background-color: white;
    margin-top: 15px;
}

.mobile-logo {
    display: inline;
    margin-left: 25px;
}

/*.navbar-header .btn-default:active:hover,
.navbar-header .btn-default.active:hover,
.navbar-header .open > .dropdown-toggle.btn-default:hover,
.navbar-header .btn-default:active:focus,
.navbar-header .btn-default.active:focus,
.navbar-header .open > .dropdown-toggle.btn-default:focus,
.navbar-header .btn-default.focus:active,
.navbar-header .btn-default.active.focus,
.navbar-header .open > .dropdown-toggle.btn-default.focus {
    color: #95AFC2;
}

.navbar-header .dropdown-menu > li > a:hover, .navbar-header .dropdown-menu > li > a:focus {
    color: white !important;
    background-color: #f05304 !important;
}*/

.navbar-toggle i:hover, .navbar-toggle:focus .navbar-top-links a:hover, .navbar-top-links a:focus {
    color: #f05304 !important;
}

#dropdownMenu1:hover {
    color: #f05304 !important;
}

/*.navbar-header .dropdown {
    line-height: 50px;
}

    .navbar-header .dropdown .btn-default {
        color: #95AFC2;
        background-color: #EAF0F3 !important;
        border-color: #EAF0F3 !important;
        font-size: 14pt !important;
    }*/


.btn-light {
    border-color: #999;
    border-radius: 4px;
    /*font-family: Lato-Bold !important;*/
    font-size: 20pt !important;
}

.btn-primary, .btn-default, .btn-danger, .btn-save {
    border-radius: 4px;
    /*font-family: Lato-Bold !important;*/
    font-size: 16px !important;
    margin-top: 5px;
}

    .btn-save span {
        color: white;
    }

.btn-position {
    border-radius: 4px;
    /*font-family: Lato-Bold !important;*/
    color: #fff;
    background-color: #f05304;
    border-color: #f05304;
}

.btn-primary {
    color: #fff;
    background-color: #f05304;
    border-color: #f05304;
}

    .btn-primary:hover, .btn-primary:hover .glyphicon {
        color: #f05304 !important;
        background-color: #fff;
        border-color: #f05304;
    }

    .btn-primary:active, .btn-primary:active .glyphicon {
        color: #f05304 !important;
        background-color: #fff;
        border-color: #f05304;
    }

    .btn-primary:focus, .btn-primary:focus .glyphicon {
        color: #f05304 !important;
        background-color: #fff;
        border-color: #f05304;
    }

    .btn-primary:active:hover, .btn-primary:active:hover .glyphicon {
        color: #f05304 !important;
        background-color: #fff;
        border-color: #f05304;
    }


.btn-save {
    color: #fff;
    background-color: #001d64;
    border-color: #001d64;
}

    .btn-save:hover, .btn-save:hover .glyphicon {
        color: #001d64 !important;
        background-color: #fff;
        border-color: #001d64;
    }

    .btn-save:active, .btn-save:active .glyphicon {
        color: #001d64 !important;
        background-color: #fff;
        border-color: #001d64;
    }

    .btn-save:focus, .btn-save:focus .glyphicon {
        color: #001d64 !important;
        background-color: #fff;
        border-color: #001d64;
    }

    .btn-save:active:hover, .btn-save:hover .glyphicon {
        color: #001d64 !important;
        background-color: #fff;
        border-color: #001d64;
    }


.btn-danger:hover, .btn-danger:hover .glyphicon {
    color: #c9302c !important;
    background-color: #fff;
    border-color: #c9302c;
}

.btn-danger:active, .btn-danger:active .glyphicon {
    color: #c9302c !important;
    background-color: #fff;
    border-color: #c9302c;
}

.btn-danger:focus, .btn-danger:focus .glyphicon {
    color: #c9302c !important;
    background-color: #fff;
    border-color: #c9302c;
}

.btn-danger:active:hover, .btn-danger:active .glyphicon {
    color: #c9302c !important;
    background-color: #fff;
    border-color: #c9302c;
}


.btn-default:hover, .btn-default:hover .glyphicon {
    color: #c9302c !important;
    background-color: #fff;
    border-color: #c9302c;
}

.btn-default:active, .btn-default:active .glyphicon {
    color: #c9302c !important;
    background-color: #fff;
    border-color: #c9302c;
}

.btn-default:focus, .btn-default:focus .glyphicon {
    color: #c9302c !important;
    background-color: #fff;
    border-color: #c9302c;
}

.btn-default:active:hover, .btn-default:hover .glyphicon {
    color: #c9302c !important;
    background-color: #fff;
    border-color: #c9302c;
}

.login-form-body, .edit-form-body, .sb-form-body {
    background-color: white;
    border-color: white;
    border-radius: 4px;
}

.form-control {
    border-radius: 4px !important;
    font-size: 12px;
    height: 30px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    color: white;
    font-size: 12pt;
    text-align: center;
}

.radio input, .checkbox input {
    position: relative !important;
    top: 2px !important;
}



.input-validation-error {
    border: 3px solid #a94442;
}

.validation-summary-errors {
    text-align: center;
    margin-bottom: 5px;
}

    .validation-summary-errors ul {
        list-style: none;
        padding: 10;
        font-size: 14px;
    }

        .validation-summary-errors ul li {
            list-style: none;
            padding: 10px;
        }

.preloader {
    width: 100%;
    height: 100%;
    top: 0;
    position: fixed;
    z-index: 99999;
    background: #fff
}

    .preloader .cssload-speeding-wheel {
        position: absolute;
        top: calc(50% - 3.5px);
        left: calc(50% - 3.5px)
    }

.content-wrapper #page-wrapper {
    margin-left: 0;
    width: 100% !important;
    padding-top: 5px !important;
}

.navbar-top-links > li > a {
    color: #95AFC2 !important;
}

.navbar-top-links .progress {
    margin-bottom: 6px
}

.navbar-default {
    border: 0;
    box-shadow: 1px 1px 15px rgba(0,0,0,.1)
}

.navbar-top-links {
    margin-right: 0
}

    .navbar-top-links .badge {
        position: absolute;
        right: 6px;
        top: 11px
    }

    .navbar-top-links > li {
        float: left
    }

    .navbar-top-links li:last-child {
        margin-right: 15px
    }

.menu-text, .right-menu-text {
    padding-left: 10px;
    font-family: 'Arial', sans-serif;
    font-weight: 400;
    cursor: pointer;
}

.nav .dropdown-menu a span {
    /*font-family: Lato !important;*/
    font-size: 12pt !important;
}

#dropdownMenu1 {
    padding: 0px;
}

.dropdown-menu {
    border-radius: 0;
    border: 0;
    margin-top: 0
}

.navbar-top-links > li > a {
    color: #686868;
    padding: 0 14px;
    line-height: 50px;
    min-height: 50px
}

    .navbar-top-links > li > a:hover {
        background: rgba(0,0,0,.1);
        color: white;
    }

    .navbar-top-links > li > a:focus {
        background: rgba(0,0,0,0);
        color: white;
    }

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background: rgba(0,0,0,.1)
}

.navbar-top-links .dropdown-menu li {
    display: block
}

    .navbar-top-links .dropdown-menu li:last-child {
        margin-right: 0
    }

    .navbar-top-links .dropdown-menu li a div {
        white-space: normal
    }

.navbar-top-links .dropdown-alerts, .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks {
    width: 310px;
    min-width: 0
}

.navbar-top-links .dropdown-messages {
    margin-left: 5px
}

.navbar-top-links .dropdown-tasks {
    margin-left: -59px
}

.navbar-top-links .dropdown-alerts {
    margin-left: -123px
}

.navbar-top-links .dropdown-user {
    right: 0;
    left: auto
}
/*.navbar-header {
    background-color: #272634;
}

.navbar-header .navbar-toggle {
    margin-right: 25px;
}

    .navbar-header .navbar-toggle:focus, .navbar-header .navbar-toggle:hover {
        background: rgba(0,0,0,.3);
    }*/

.nav-small-cap {
    color: #8d9ea7;
    cursor: default;
    font-size: 13px;
    letter-spacing: .035em;
    padding: 12px 15px !important;
    pointer-events: none
}

.profile-pic {
    padding: 0 20px;
    line-height: 40px;
    color: #95AFC2 !important;
    margin-bottom: 0;
}

    .profile-pic img {
        margin-right: 10px
    }

    .profile-pic b {
        padding-left: 15px;
        font-size: 18pt;
    }

.drop-title {
    border-bottom: 1px solid rgba(0,0,0,.1);
    color: #2b2b2b;
    font-size: 15px;
    font-weight: 600;
    padding: 11px 20px 15px
}

/*.sidebar {
    background: #272634;
    overflow-y: auto
}

    .sidebar .sidebar-nav.navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }

    .sidebar .sidebar-nav.right-menu {
        padding-left: 0;
        padding-right: 0
    }

    .sidebar .fa-fw {
        width: 20px;
        text-align: left;
        display: inline-block
    }

    .sidebar .label {
        font-size: 9px;
        width: 18px;
        height: 18px
    }

    .sidebar .sidebar-search {
        padding: 15px
    }*/

#side-menu li.active > a {
    background: #f05304
}

#side-menu li a {
    color: rgba(255,255,255,.4)
}

#side-menu > li > a {
    padding: 15px 30px 15px 15px
}

    #side-menu > li > a:focus, #side-menu > li > a:hover {
        background: rgba(0,0,0,.2)
    }

    #side-menu > li > a.active {
        background-color: #f05304;
        color: #fff
    }

#side-menu ul > li > a:hover {
    color: #13dafe;
    background: #f05304;
}

#side-menu ul > li > a.active {
    color: #13dafe;
    background: #f05304;
}

/*.sidebar .arrow {
    position: absolute;
    right: 15px;
    top: 18px
}

.sidebar .fa.arrow:before {
    content: "\f105"
}

.sidebar .active > a > .fa.arrow:before {
    content: "\f107"
}

.sidebar .nav-second-level li, .sidebar .nav-third-level li {
    border-bottom: none !important
}

    .sidebar .nav-second-level li a {
        padding-left: 37px
    }

    .sidebar .nav-third-level li a {
        padding-left: 52px
    }*/

.content-wrapper .nicescroll-rails {
    display: none !important
}



.top-left-part {
    width: 220px;
    float: left;
    background: #272634;
}

    .top-left-part a {
        color: #fff;
        font-size: 18px;
        line-height: 50px;
        padding-left: 15px;
        text-transform: uppercase;
    }

#wrapper {
    padding: 0;
    position: relative;
    margin: 0 auto;
    width: 100%;
    min-width: 568px;
    padding-top: 98px;
    transition: padding 50ms;
}


.waves-effect {
    position: relative;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent
}

    .waves-effect .waves-ripple {
        position: absolute;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        margin-top: -10px;
        margin-left: -10px;
        opacity: 0;
        background: rgba(0,0,0,.08);
        -webkit-transition: all .5s ease-out;
        -moz-transition: all .5s ease-out;
        -o-transition: all .5s ease-out;
        transition: all .5s ease-out;
        -webkit-transition-property: -webkit-transform,opacity;
        -moz-transition-property: -moz-transform,opacity;
        -o-transition-property: -o-transform,opacity;
        transition-property: transform,opacity;
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
        pointer-events: none
    }

    .waves-effect.waves-light .waves-ripple {
        background: rgba(255,255,255,.4);
        background: -webkit-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
        background: -o-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
        background: -moz-radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%);
        background: radial-gradient(rgba(255,255,255,.2) 0,rgba(255,255,255,.3) 40%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0) 70%)
    }

    .waves-effect.waves-classic .waves-ripple {
        background: rgba(0,0,0,.2)
    }

    .waves-effect.waves-classic.waves-light .waves-ripple {
        background: rgba(255,255,255,.4)
    }

.waves-notransition {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -o-transition: none !important;
    transition: none !important
}

.waves-button, .waves-circle {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-mask-image: -webkit-radial-gradient(circle,#fff 100%,#000 100%)
}

    .waves-button, .waves-button-input, .waves-button:hover, .waves-button:visited {
        white-space: nowrap;
        vertical-align: middle;
        cursor: pointer;
        border: none;
        outline: 0;
        color: inherit;
        background-color: rgba(0,0,0,0);
        font-size: 1em;
        line-height: 1em;
        text-align: center;
        text-decoration: none;
        z-index: 1
    }

.waves-button {
    padding: .85em 1.1em;
    border-radius: .2em
}

.waves-button-input {
    margin: 0;
    padding: .85em 1.1em
}

.waves-input-wrapper {
    border-radius: .2em;
    vertical-align: bottom
}

    .waves-input-wrapper.waves-button {
        padding: 0
    }

    .waves-input-wrapper .waves-button-input {
        position: relative;
        top: 0;
        left: 0;
        z-index: 1
    }

.waves-circle {
    text-align: center;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 50%
}

.waves-float {
    -webkit-mask-image: none;
    -webkit-box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.12);
    box-shadow: 0 1px 1.5px 1px rgba(0,0,0,.12);
    -webkit-transition: all 300ms;
    -moz-transition: all 300ms;
    -o-transition: all 300ms;
    transition: all 300ms
}

    .waves-float:active {
        -webkit-box-shadow: 0 8px 20px 1px rgba(0,0,0,.3);
        box-shadow: 0 8px 20px 1px rgba(0,0,0,.3)
    }

.waves-block {
    display: block
}


.label-info {
    background-color: #001d64;
}

.admin-filter-span-text {
    vertical-align: -webkit-baseline-middle;
    margin-left: 5px;
    height: 20px;
}

.custom_popup_admin_filter {
    overflow: hidden;
    position: absolute;
    z-index: 999;
}

.custom_pseudo_input_admin_filter {
    cursor: pointer;
    width: 200px;
    height: 20px;
}

.custom_input_admin_filter {
    width: 200px;
    height: 20px;
    cursor: pointer !important;
    pointer-events: none;
}

.padding-top-5per {
    padding-top: 5%;
}

.btn-global-filter-select-all {
    font-size: 10px !important;
    margin-top: -5px;
    padding: 2px 10px;
}

.global-filter-title {
    font-size: 12px !important;
    color: #1b1b1b;
    font-weight: 400;
    text-transform: none !important;
}

.global-filter-icon-delete {
    display: none;
    top: 4px;
    margin-left: auto;
    color: red;
    cursor: pointer;
}

.global-filters-btn-area {
    padding: 5px;
    display: -webkit-flex;
}

.global-filters-container {
    position: relative;
    height: 90%;
}

.filter-after-label {
    color: darkgray;
    font-size: 12px;
    font-weight: 100;
    max-height: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.country-select-notif {
    border-color: #aaa;
    height: 25px;
    width: 300px;
}

.tooltip-span-label {
    font-size: 9px;
    font-weight: 100;
    padding-left: 5px;
    display: none;
}

.nested_table td:first-child {
    padding-bottom: 2%;
}

.notification-row > td {
    padding: 2px 10px 0 10px;
    vertical-align: top;
}

.text-danger {
    color: red !important;
    font-size: 12px !important;
    /* background-color: blanchedalmond; */
}

.password_show_icon {
    cursor: pointer;
    position: absolute;
    line-height: 30px !important;
    z-index: 1000;
    right: 10px;
}

.login-form-body #jqxLoader {
    left: 0px !important;
}

.rules_container {
    font-size: 13px;
}

    .rules_container > p {
        font-weight: bold;
        color: black;
    }

    .rules_container .fa-times {
        color: red;
        font-size: 14px;
    }

    .rules_container .fa-check {
        color: green;
        font-size: 14px;
    }

#notification_table span {
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
    font-size: 10px;
    font-weight: bold;
    text-align: center;
    line-height: 14px;
}


.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.notification-row {
    border: 1px solid #aaa;
}

.div_area_click {
    width: 100%;
    border: 1px solid #aaa;
    border-radius: 5px;
    height: 25px;
    cursor: not-allowed;
}

@media (min-width:1024px) {
    .navbar-default {
        width: 100%;
        top: 0
    }

    /*.sidebar {
        z-index: 1;
        position: fixed;
        width: 220px;
        top: 50px;
        height: 95%;
        transform: translate3d(0,0,0);
        transition: all .6s ease-out
    }*/
    .content-wrapper #page-wrapper {
        margin-left: 0;
        width: 100%;
    }

    /*.content-wrapper .sidebar {
        transform: translate3d(-100%,0,0)
    }*/

    .content-wrapper .top-left-part {
        width: 60px;
        transition: .5s ease-out
    }

    .navbar-top-links .dropdown-alerts, .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks {
        margin-left: auto
    }
}

@media (max-width:370px) {
    #notif_period_inner_area .period_picker_container {
        margin-left: 10px;
    }
}

@media (max-width:1024px) {
    .b-r-none {
        border-right: 0
    }

    .analytics-form {
        margin-top: 15%;
    }

    #new_notification_btn {
        display: none;
    }

    #save_tl_btn {
        display: none;
    }

    #delete_selected_tl_btn {
        display: none;
    }

    [class="tabs-panel tabs-panel-tl"] {
        height: 50px !important;
    }

    #grid_mobile_btns_area_tl {
        display: block !important;
    }

    .tl_warning {
        margin-left: 20px;
    }

    .inner_table_row_span_row {
        padding: 0 !important;
    }

    .notification_table .table_row {
        border-left: 5px solid #eaeff3 !important;
        border-bottom: 5px solid #eaeff3 !important;
        border-top: 1px solid #eaeff3 !important;
        border-right: 1px solid #eaeff3 !important;
        padding: 5px;
    }

    .table_row .glyphicon-trash {
        margin: 5px !important;
    }

    .table_row {
        border: none !important;
    }

    .inner_table_row_notification_content {
        padding-top: 0 !important;
        padding-left: 0 !important;
    }

    .inner_table_row_region_area {
        padding: 0 0 5px 27px !important;
    }

    .inner_table_row_country_area {
        padding: 0 0 0 10px !important;
    }

    .inner_table_row_round_trip {
        padding: 0 0 5px 15px !important;
    }

    .inner_table_row_eq {
        padding: 0 0 0 15px !important;
    }

    .approve_btn_row {
        margin-top: 20px !important;
    }
}

@media (max-width:1024px) {
    .Absolute-Center.is-Responsive {
        padding: 10px;
        width: 100%;
    }

    .navbar-top-links {
        display: inline-block
    }

        .navbar-top-links .profile-pic img {
            margin-right: 0
        }

    .top-left-part {
        width: 60px
    }

    .navbar-top-links li:last-child {
        margin-right: 0
    }

    .navbar-top-links .dropdown-alerts, .navbar-top-links .dropdown-messages, .navbar-top-links .dropdown-tasks {
        width: 260px
    }

    .col-in {
        border-right: 0;
        border-bottom: 1px solid rgba(120,130,140,.13)
    }

    ul.timeline:before {
        left: 40px
    }

    ul.timeline > li > .timeline-panel {
        width: calc(10%);
        width: -moz-calc(10%);
        width: -webkit-calc(10%)
    }

    ul.timeline > li > .timeline-badge {
        top: 16px;
        left: 15px;
        margin-left: 0
    }

    ul.timeline > li > .timeline-panel {
        float: right
    }

        ul.timeline > li > .timeline-panel:before {
            right: auto;
            left: -15px;
            border-right-width: 15px;
            border-left-width: 0
        }

        ul.timeline > li > .timeline-panel:after {
            right: auto;
            left: -14px;
            border-right-width: 14px;
            border-left-width: 0
        }

    .login-box {
        max-width: 420px;
        width: 100%
    }
}

@media (max-width:480px) {
    .vtabs .tabs-vertical {
        width: auto
    }

    .Absolute-Center.is-Responsive {
        padding: 10px;
        width: 100%;
    }
}




.gridContainer {
    margin-top: 50px;
    margin-left: 15px;
    margin-right: 15px;
}

.jqx-grid-column-header span {
    font-size: 10px;
    font-weight: bold;
}

#pagerOrdersList {
    background-color: white !important;
}

.jqx-grid-cell {
    border-width: 0px 0px 1px 1px !important;
    font-size: 12px !important;
}

.jqx-grid-cell-hover {
    background-color: transparent !important;
}

    .jqx-grid-cell-hover.rejected {
        background-color: #F3C9C9 !important;
    }

.list-view .jqx-grid-cell {
    border-width: 0px 0px 1px 1px !important;
    font-size: 10px !important;
}

#jqxScrollThumbverticalScrollBarOrdersList {
    background-color: #D1DCE4 !important;
}



#OrdersList {
    border: none;
}

.paging-item {
    padding: 10px;
    border-left: solid;
    border-color: #EAEFF3;
    color: #95AFC2;
    font-weight: bold;
}

    .paging-item:hover {
        color: #f05304;
    }

.jqx-grid-pager-number:hover {
    color: #f05304 !important;
}


.jqx-grid-cell, .jqx-grid-group-cell {
    cursor: pointer;
}

.orderMap, .orderEventsMulty {
    height: 100%;
}

.orderHeader {
    height: 50px;
    padding-left: 30px;
    margin-top: 15px;
    margin-right: 0px !important;
}

.btn-round {
    border-radius: 17px;
    font-size: 14pt;
    color: #999999;
}



.btn-icon {
    margin-right: 5px;
}

.orderMap, .orderData, .orderEventsMulty {
    padding: 0;
}

.orderBody label {
    border: none;
    font-size: 12pt;
    color: #808080;
    background-color: transparent;
    padding: 0 !important;
    margin: 0 !important;
}

.orderBody .form-group {
    border: none;
}

.orderContainer .form-control {
    border: none !important;
    height: auto;
    box-shadow: none;
    -webkit-box-shadow: none;
    padding: 0;
}

.orderDataHeader {
    background: #dff0d8;
}

.orderDataHeader, .orderDataBody {
    padding: 15px;
}

.container-fluid {
    padding: 0;
}

.service-provider {
    padding-top: 10px;
}


.edit-form-body .input-group {
    width: 100%;
}

.login-form-body h4, .sb-form-body h4 {
    font-size: 24pt;
}

.login-form-body .btn-default, .edit-form-body .btn-default, .sb-form-body .btn-default {
    font-size: 20pt;
    font-weight: bold;
}

    .login-form-body .btn-default:hover, .login-form-body .btn-default:focus, .login-form-body .btn-default:active,
    .edit-form-body .btn-default:hover, .edit-form-body .btn-default:focus, .edit-form-body .btn-default:active,
    .sb-form-body .btn-default:hover, .sb-form-body .btn-default:focus, .sb-form-body .btn-default:active, {
        background: #ccc !important;
    }

.btn-def {
    margin-right: 5px;
}

.modal-body .form-group {
    width: 100%;
}

.orderBody .form-group {
    font-size: 12pt;
}

.floatPanel {
    z-index: 100;
    position: absolute;
    cursor: pointer;
    left: 30px;
    top: 70px;
    background-color: white;
    padding: 3px;
}

    .floatPanel label {
        font-size: 11px;
    }

.collapsed .info-section {
    background-image: url('/images/arrow_bottom.png') !important;
    background-repeat: no-repeat;
    background-position: right;
}

.info-section {
    background-image: url('/images/arrow_top.png');
    background-repeat: no-repeat;
    background-position: right;
}

.panel-heading a:hover, .panel-heading a:focus {
    text-decoration: none;
}

.panel-heading, .panel-heading label {
    cursor: pointer;
}

.panel-default > .panel-heading {
    background: #EAEFF3;
}

.stops-list .form-group {
}

.padding-left-10 {
    padding-left: 10px;
}

.padding-left-25 {
    padding-left: 25px;
}

.margin-0 {
    margin: 0;
}

.event-passed {
    color: #969696;
}

.event-latest {
    color: #31708f;
}

.modal-title {
    font-size: 24pt;
}

.addEventFrame .modal-footer button {
    width: 100%;
}

.addEventFrame .form-control {
    font-size: 12pt;
}

.bootstrap-select .btn-default, .bootstrap-select .btn-default:hover, .bootstrap-select .btn-default:focus, .bootstrap-select .btn-default:active {
    background-color: white !important;
    color: black !important;
}

.selectpicker-event-place {
    color: #969696;
}

#addEventError {
    margin-right: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
}

.orderDataBody {
    overflow-y: scroll;
}

.add-event-msg {
    display: inline;
    font-size: 24px;
    margin-left: 15px;
    padding: 5px;
}

.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #f05304; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

.loader-predict-area {
    display: none;
    left: 43%;
    width: 45px;
    height: 45px;
    position: absolute;
    border: 5px solid #f3f3f3;
    border-top: 5px solid #f05304;
}


@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.filtered {
    color: black;
}

.notfiltered {
    color: lightgray;
}

.nav-item.active #home-tab, .nav-item.active #filter-tab {
    background-color: #f05304;
}




#pac-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 50%;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

.ios #pac-input, .android #pac-input {
    width: 90%;
}

.controls {
    margin-top: 10px;
    border: 1px solid transparent;
    border-radius: 2px 0 0 2px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 32px;
    outline: none;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}

.innerdatepicker {
    font-size: 12pt !important;
    height: 34px !important;
    padding: 6px 12px !important;
    margin-left: 5px !important;
}

.form-vertical .form-group {
    width: 100%;
}

.navbar-brand {
    padding: 5px 10px 0px 25px;
    background-color: #f05304;
    height: 53px;
}

/*.navbar-collapse {
    background-color: #001d64 !important;
}*/

/*.navbar-default .navbar-collapse,*/
.navbar-default .navbar-forme {
    border-color: #001d64 !important;
}

.navbar-nav {
    margin: 0px;
    font-size: 20px;
}



.navbar-default .navbar-right > li > a {
    color: white !important;
}

.navbar-default .navbar-nav > li > a {
    color: #95AFC2;
}

    .navbar-default .navbar-nav > li > a:hover {
        color: white;
    }

    .navbar-default .navbar-nav > li > a:focus {
        color: white;
    }

.dropdown-toggle {
    font-size: 14px;
    color: white;
}

    .dropdown-toggle .glyphicon {
        margin-right: 10px;
    }

.navbar-default .navbar-nav > .active > a {
    background-color: #001d64 !important;
    color: white !important;
}

    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #f05304 !important;
    }

.icon-bar:hover {
    background-color: #f05304 !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #f05304 !important;
    background-color: #001d64 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white !important;
}

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #f05304 !important;
    }

.dropdown-toggle .active {
    color: white !important;
}

    .dropdown-toggle .active:focus {
        color: white !important;
    }

.navbar-default {
    background-color: #272634;
}

.navbar .dropdown-menu {
    background-color: #001d64;
    margin-right: 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #001d64;
}

.navbar-default .navbar-nav > li.active > a {
    color: #f05304 !important;
    border-bottom: 3px solid #f05304;
}

.panel-container {
    display: flex;
    flex-direction: row;
    border: none;
    overflow: hidden;
    /* avoid browser level touch actions */
    xtouch-action: none;
    margin-top: 5px;
}


.panel-right {
    /*background: #eaeff3;*/
}
/*.panel-left {
    flex: 0 0 auto;
   
    padding: 5px 10px 5px 30px;
    width: 100%;
    min-height: 200px;
    min-width: 150px;
    white-space: nowrap;
    background: white;
    color: white;
}

.splitter {
    flex: 0 0 auto;
    width: 18px;
    background: url(/images/vsizegrip.png) center center no-repeat #EAEFF3;
    min-height: 200px;
    cursor: col-resize;
}

.panel-right {
    flex: 1 1 auto;
   
    padding: 10px;
    width: 100%;
    min-height: 200px;
    min-width: 200px;
    background: #F2F2F2;
}*/
.main-context-header, .main-context-filter {
    /*background-color: #EAEFF3;*/
}

#filter-panel.active {
    /*min-width: 30px;*/
    max-width: 30px;
    width: 50px;
}

#filter-panel {
    max-width: 300px;
    width: 300px;
    transition: max-width 1s, width 1s;
    z-index: 999;
    margin-top: 3px;
}

.sidebar {
    background-color: #eaeff3;
    z-index: 1;
    position: fixed;
    top: 98px;
    height: 100%;
    /*transform: translate3d(0,0,0);*/
    /*transition: all .6s ease-out*/
}

.right-active-panel {
    float: right;
    padding-top: 10px;
    padding-right: 5px;
    min-width: 20px;
    height: 100%;
}

    .right-active-panel a {
        cursor: pointer;
    }

.sidebar .glyphicon-chevron-right {
    display: none;
}

.sidebar .glyphicon-chevron-left {
    display: inline;
}

.sidebar.active .glyphicon-chevron-right {
    display: inline;
}

.sidebar.active .glyphicon-chevron-left {
    display: none;
}

.sidebar .glyphicon {
    color: #999999;
    text-decoration: none;
}

.tabs-panel .glyphicon {
    color: #001d64;
    /*margin-top: 5px;*/
    margin-left: 2px;
    text-decoration: none;
    cursor: pointer;
}

.tabs-panel .tabinfo.glyphicon {
    color: #e0e0e0;
}

.tabs-panel .glyphicon:hover {
    color: #f05304;
}

.tabs-panel a {
    font-size: 14px !important;
}


.main-context-header {
    color: #94AEC0;
}

    .main-context-header h3 {
        font-weight: bold;
    }

    .main-context-header a {
        font-size: 14px;
    }

.sidebar {
    color: #272634;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #f05304;
    color: white;
    text-decoration: none;
    border: 1px solid #f05304;
}

.nav-pills > li > a {
    color: #999999;
    text-decoration: underline;
}

.tabs-panel {
    padding: 5px 15px 5px 15px;
    font-size: 14px;
    height: 50px;
}

.subtubs.tabs-panel {
    height: 100px;
}

.table-panel {
    padding: 0px 10px 0px 10px;
}

.details-header {
    padding: 10px;
    display: inline-block;
    width: 100%;
    display: table;
}

.details-title {
    font-size: 12px;
    margin: 0px;
}

.details-num {
    font-size: 12px;
}

.details-top {
    /*width:100%;*/
}

    .details-top .glyphicon {
        padding-top: 15px;
        padding-right: 10px;
        color: #969696;
    }

        .details-top .glyphicon:hover {
            color: #f05304;
        }

.jqx-widget .jqx-grid-cell {
    border-left: none;
}

.jqx-fill-state-pressed {
    background-color: #eaeff3;
}

.jqx-widget-header {
    background-color: transparent;
}

.stop-link {
    color: #f05304;
}

.selected_row .stop-link {
    color: #001d64;
}


.bet-form-body {
/*    margin: 10px;*/
    padding: 10px;
/*    padding-bottom: 10px;*/
}

.view-lable {
    font-size: 12px;
    display: block;
    color: #969696;
    margin-bottom: 0px;
    font-weight: 700;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: normal;
}

.view-group {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 25%;
    vertical-align: top;
}

.view2-group {
    display: inline-block;
    width: 45%;
    vertical-align: top;
}

.right {
    float: right;
}

.left {
    float: left;
}

.view-group span, .view2-group span {
    font-size: 12px;
}

.view-row h4 {
    font-size: 12px;
    color: #f05304;
    font-weight: bold;
    margin: 0px;
}

    .view-row h4 .glyphicon {
        margin-right: 5px;
    }

.view-row {
    margin-top: 2px;
}

.sidebar {
    padding-left: 20px;
}

    .sidebar a {
        color: #f05304;
        text-decoration: underline;
    }

.buttons-area {
    /*margin: 10px;*/
}

.remove {
    color: #CC3366;
}

.command-link {
    cursor: pointer;
    text-decoration: underline;
}



.bet-item {
    padding: 5px;
    border-bottom: 2px solid #f3f3f3;
    color: #969696;
}

.rejected-bet {
    /*background-color: #F2DEDE;*/
}

.actual-bet {
    color: #4a4a4a;
}

.selected-bet {
    /*background-color: #DFF0D7;*/
    color: #1b1b1b;
}

.bet-currency {
    font-weight: bold;
    font-size: 20px;
    text-align: right;
}

.bet-notes {
    font-style: italic;
    font-weight: normal;
    line-height: 1.1em;
}

.rejected-bet .bet-currency, .bets-history-area .rejected-bet .bet-currency {
    color: #969696;
}

.selected-bet .bet-currency {
    color: #f05304;
}

.tabs-panel .badge {
    margin-left: 5px;
}

.tabs-panel .badg-tr {
    margin-left: 5px;
    font-weight: 700;
}

.badge {
    background-color: transparent;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    color: white;
    border: 1px solid white;
}

.detailsview-top {
    /*background-color: #EAEFF3;*/
}

    .detailsview-top .details-header {
        /*margin-left: 10px;*/
    }

.first-btn {
    /*margin-bottom: 10px !important;*/
}

.details-section {
    margin-top: 0px;
}

.normal-bet {
    background-color: #EAEFF3;
}

.panel-body {
    padding: 0px !important;
}

    .panel-body h3 {
        background-color: #EAEFF3;
        padding: 5px;
    }

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
    /*border-right:none !important;*/
}

.jqx-grid-cell-sort {
    background-color: transparent;
}

.jqx-fill-state-hover.jqx-grid-cell-sort {
    background-color: #e8e8e8;
}

.jqx-fill-state-pressed.jqx-grid-cell-sort {
    background-color: #eaeff3;
}

.jqx-widget .jqx-grid-column-header {
    cursor: pointer;
}

.jqx-widget .jqx-grid-columngroup-header {
    cursor: default !important;
}


.jqx-grid-column-header, .jqx-grid-columngroup-header {
    /*word-wrap: break-word;*/
    white-space: inherit;
    word-wrap: break-word
}

.jqx-widget .jqx-grid-column-header {
    margin-left: 5px;
    margin-right: 10px;
}

.notification-jqx-grid .jqx-fill-state-pressed {
    border-color: #f05304 !important;
    background-color: #fff !important;
    color: #333 !important;
}

.notification-jqx-grid .jqx-rc-all {
}

.inline-block {
    display: inline-block;
}

.filter-panel {
    background-color: #EAEFF3;
}

.jqx-popover {
    z-index: 1600 !important;
    background-color: #EAEFF3 !important;
}

    .jqx-popover.bottom .jqx-popover-arrow::after {
        border-bottom-color: #EAEFF3 !important;
    }

.filter-button {
    background-color: white;
    color: #9C99A3;
}

.filter-block {
    margin-right: 5px;
    display: inline-block;
    margin-bottom: 5px;
    font-weight:normal;
}

    .filter-block .glyphicon {
        color: #969696;
    }

.popover-panel {
    width: 290px;
}

.popover-panel-large {
    width: 600px;
}

.filter-apply-btn, .filter-cancel-btn {
    width: 49%;
    display: inline-block;
}

.tabs-panel .nav {
    display: inline-block;
    width: auto;
}

.subTabs .nav {
    display: inline-block;
    width: auto;
}
/*.tabs-panel .glyphicon {
    font-size: 24px;
    margin-top: 5px;
    margin-right: 10px;
    color: #95AFC2;
    cursor: pointer;
    top: -10px;
}

    .tabs-panel .glyphicon:hover {
        color: #f05304;
        text-decoration: none;
    }*/

.filter-button {
    cursor: pointer;
    background-color: #EAEFF3;
}

    .filter-button:hover {
        color: #f05304;
    }


.cmr-details {
    border: 2px solid rgba(0, 0, 0, .1);
    padding: 5px;
}

.cmr-details-title-section {
    display: table;
    width: 100%;
    color: #1b1b1b;
    padding-bottom: 5px;
    position: relative;
}

    .cmr-details-title-section::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 2px;
    }

.cmr-details-title-section-item {
    display: table-cell;
}

.cmr-user-comments {
    width: 100%;
    display: inline-block;
    resize: none;
    border-color: rgba(0,0,0, .2);
    font-weight: 100;
    outline: none;
}

.add-cmr-btn {
    padding: 2px 10px;
    color: white;
    float: right;
}

.cmr-input-file::-webkit-file-upload-button, .invoice-input-file::-webkit-file-upload-button {
    color: white;
    display: inline-block;
    background: rgba(0,0,0, .2);
    border: none;
    padding: 5px 5px;
    border-radius: 3px;
    white-space: nowrap;
    cursor: pointer;
}

.div-row {
    display: inline-block;
    width: 100%;
}

#saveFilterButton {
    font-size: 14px !important;
    text-decoration: underline;
    color: #94AEC0;
    border: none;
    background: transparent;
}

    #saveFilterButton:hover {
        color: #f05304;
        cursor: pointer;
    }

    #saveFilterButton span:hover {
        color: #f05304;
    }

.login-summary-error ul {
    padding-left: 0px;
}

.rejected {
    background-color: #F3C9C9;
}

.with_bet {
    background-color: #ffff99;
}

.confirmed {
    background-color: #ccff99;
}

.locked {
    background-color: #cccccc;
}

.inline-details {
    margin: 15px;
}

    .inline-details .view-column, .inline-details .view-column4 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

.full-details {
    padding-left: 10px;
    padding-right: 10px;
    color: #4a4a4a;
    font-weight: bold;
}

    .full-details .view-column {
        width: 33%;
        display: inline-block;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
    }

    .full-details .view-column4 {
        width: 23%;
        display: inline-block;
        vertical-align: top;
        padding-left: 10px;
        padding-right: 10px;
    }



.detailsview-top .view-column {
    width: 31%;
    display: inline-block;
    vertical-align: top;
    padding: 0px;
}

.detailsview-top .view-column4 {
    width: 23%;
    display: inline-block;
    vertical-align: top;
}

@media (max-width:1024px) {
    .full-details .view-column, .full-details .view-column4 {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }

    .tooltip-span-label {
        display: inline;
    }
}

@media (max-width:1024px) {
    .full-details .view-column, .full-details .view-column4 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
}

.remarks {
    font-weight: normal;
}

.dashboard .banners {
    width: 100%;
    height: 100%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.dashboard .two-columns {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.dashboard .three-columns {
    width: 33%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

.dashboard .four-columns, .modal-body .four-columns, .send-contract-form .four-columns {
    width: 24%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}


.full-details .two-columns, .panel-body .two-columns {
    width: 49%;
    display: inline-block;
    vertical-align: top;
}

.full-details .three-columns, .panel-body .three-columns, .modal-body .three-columns {
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.full-details .four-columns, .panel-body .four-columns {
    width: 24%;
    display: inline-block;
    vertical-align: top;
}

.full-details .five-columns, .panel-body .five-columns {
    width: 19%;
    display: inline-block;
    vertical-align: top;
}


.two-inputs {
    width: 49%;
    min-width: 50px;
    display: inline-block;
    vertical-align: top;
}

.full-details .two-buttons {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 20px;
}

@media (max-width:1024px) {
    .full-details .two-columns {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    /*.full-details .two-inputs {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }*/

    .full-details .two-buttons {
        width: 100%;
        display: inline-block;
        vertical-align: top;
        margin-bottom: 10px;
        margin-right: 0px;
    }
}

.inline-details .two-buttons {
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
    margin-right: 10px;
}

/*.inline-details .two-inputs {
    min-width: 150px;
    max-width: 250px;
    display: inline-block;
    vertical-align: top;
}*/

.form-vertical .btn {
    min-width: 150px;
}

#spotBets {
    padding-right: 15px;
}

.nav-pills > li > a:focus {
    background-color: transparent;
}

.inline {
    display: inline;
}

.jqx-button {
    background-color: #eaeff3;
}

/*.btn span {
    font-size: 18px !important;
    color: #001d64 !important;
}*/

.spotTab {
    cursor: pointer;
}


.selected-filter {
    background-color: #f05304;
    color: #001d64;
}

.filter_checkbox {
    color: #9C99A3;
}

    .filter_checkbox:hover {
        color: #f05304 !important;
        cursor: pointer;
    }

.filter_input {
    border-color: #aaa;
    background: #EAEFF3;
    /*color: #9C99A3;*/
    border-width: 1px;
}

    .filter_input:hover {
        color: #f05304;
        background-color: white;
    }

    .filter_input:focus {
        color: black;
        background-color: white;
    }

.selected-filter-input {
    background-color: #f05304;
    color: #001d64;
}
    .selected-filter-input:hover {
        color: white;
        background-color: #f05304;
    }
.details-row {
    margin-top: 3px;
    display: table-row;
}

/*.transport-form-control {
    min-width:150px;
    max-width:400px;
}*/

#dropdownlistContentDestCountry {
    width: 100% !important;
}

.warn, .warn .periodValue {
    color: #c9302c;
    font-weight: bold;
}

.filter-block .glyphicon-remove {
    cursor: pointer;
    text-decoration: none;
}

    .filter-block .glyphicon-remove:hover {
        color: #f05304;
    }

.spotDetailsTab {
    cursor: pointer;
}

.left-message, .right-message {
    width: 100%;
    margin: 5px;
    display: block;
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    /* This is the dangerous one in WebKit, as it breaks things wherever */
    word-break: break-all;
    /* Instead use this non-standard one: */
    word-break: break-word;
    /* Adds a hyphen where the word breaks, if supported (No Blink) */
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}



.left-message-body {
    padding: 5px;
    background-color: #F2F1F2;
    margin-right: 25%;
    word-break: normal;
}

.right-message-body {
    padding: 5px;
    background-color: #D9EAF5;
    text-align: right;
    margin-left: 25%;
    word-break: normal;
}

#chat {
    background-color: white;
    padding: 5px;
}

.dest-country .glyphicon, .source-country .glyphicon {
    margin-top: 28px;
    cursor: pointer;
}

    .dest-country .glyphicon:hover, .source-country .glyphicon:hover {
        text-decoration: none;
        color: #f05304;
    }

.ios #filter-selector, tablet #filter-selector {
    width: 100% !important;
}

@media (max-width: 900px) {

    #showAdminFiltersBtn.active-admin-filter, #wrapper {
        padding-top: 75px !important;
    }

    #showFiltersBtn, #showFilterConfigBtn, #saveFilterBtn, #gridConfigBtn {
        display: none;
    }

    #showAdminFiltersBtn {
        display: none;
    }

    .section-border, .admin-filters-area {
        display: none;
    }

    .main-context-filter {
        display: none;
    }

    .main-context-header button {
        display: none;
    }


    .new-filter-btn {
        display: none;
    }

    .mode-switch {
        display: none;
    }

    .save-filter-btn {
        display: none !important;
    }
}


@media (max-width: 1279px) {
    .tabs-panel .nav {
        width: 100%;
    }
}


@media (max-width: 1020px) {

    .ios #showFiltersBtn, .ios #exportBtn, .ios #showFilterConfigBtn, .ios #saveFilterBtn, .ios #gridConfigBtn,
    .android #showFiltersBtn, tablet #exportBtn, .android #showFilterConfigBtn, .android #saveFilterBtn, .android #gridConfigBtn {
        display: none;
    }



    .ios .main-context-filter, .android .main-context-filter {
        display: none;
    }

    .ios .main-context-header button, .android .main-context-header button {
        display: none;
    }


    .ios .new-filter-btn, .android .new-filter-btn {
        display: none;
    }

    .ios .mode-switch, .android .mode-switch {
        display: none;
    }

    .ios .save-filter-btn, .android .save-filter-btn {
        display: none !important;
    }
}

.save-filter-btn {
    display: inline-block;
}



.ios .table-panel, .android .table-panel {
    padding-left: 10px !important;
}

.jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal-horizontal, .jqx-scrollbar-mobile .jqx-scrollbar-thumb-state-normal {
    background: none !important;
    border-color: transparent !important;
    border-width: 0px !important;
}

.jqx-fill-state-normal, .jqx-widget-content, .jqx-fill-state-hover, .jqx-fill-state-presed, .jqx-fill-state-focus {
    font-size: 10px;
}

.jqx-splitter-splitbar-vertical {
    background-color: transparent !important;
}

.jqx-splitter-collapse-button-vertical {
    background-color: #001d64;
}

.input-group-addon {
    font-size: 12px;
}

.ios .tabs-panel, .android .tabs-panel {
    padding: 5px 10px 5px 10px;
    min-width: unset;
}

@media (max-width: 1024px) {
    .ios .tabs-panel .nav, .android .tabs-panel .nav {
        width: 100%;
    }

    .ios .subTabs .nav, .android .subTabs .nav {
        width: 100%;
    }
}

.nav > li > a {
    padding: 5px;
}

.mobile-block {
    margin-left: 50px;
}


.ios .mobile-block, .android .mobile-block {
    display: block;
    margin-left: 0px;
}

.additional-info {
    float: right;
    width: 24%;
}

.ios .additional-info, .android .additional-info {
    float: right;
    width: 100%;
}

.navbar-nav > li {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.ios .full-details, .android .full-details {
    padding-left: 10px;
    padding-right: 10px;
}

.ios .desktop-new, .android .desktop-new {
    display: none;
}

/*.ios .navbar-header .navbar-toggle {
    margin-right: 0px;
}*/

.back-btn {
    width: 15%;
    margin-left: 15px;
    font-size: 24px;
    cursor: pointer;
    color: #001d64 !important;
    text-decoration: none !important;
    margin-top: 10px;
}

.ios .back-btn, .android .back-btn {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    color: #95AFC2;
    margin-top: 15px;
    vertical-align: top;
}

.ios .detailsview-top .details-header, .android .detailsview-top .details-header {
    margin-left: 0px;
}

.ios .panel-left, .android .panel-left {
    width: 100%;
}

/*@media (max-width:1200px) and (min-width:1024px) {
    .main-menu-item-text {
        display: none;
    }
}*/

.table-clm {
    padding-left: 10px;
}

.pac-container {
    z-index: 999999 !important;
}

.chat-icon i {
    color: #b3b3b3;
}

    .chat-icon i:hover {
        color: #b3b3b3;
    }



.main-header {
    position: relative;
    background-color: white;
    left: 0px;
    top: 0px;
    z-index: 999;
    width: 100%;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.fixed-header {
    position: fixed;
}

.main-header .header-upper {
    position: relative;
    padding: 5px 0px;
    background: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.header-upper {
    text-align: center;
}

.main-header .header-upper .auto-container {
    padding: 0;
}

.main-header .header-upper .top-bar {
    position: absolute;
    right: 0px;
    top: 0px;
    visibility: visible;
    opacity: 1;
    width: 100%;
    border-top: 3px solid #001d64;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.auto-container {
    position: static;
    /*max-width: 1300px;*/
    padding: 0px 15px;
    margin: 0 auto;
}

.main-header .header-upper .top-right {
    position: relative;
    float: right;
    right: 0px;
    top: 0px;
    padding: 5px 0px 8px 20px;
    background: #001d64;
    color: #ffffff;
    border-radius: 0px 0px 0px 5px;
    -webkit-border-radius: 0px 0px 0px 5px;
    -ms-border-radius: 0px 0px 0px 5px;
    -o-border-radius: 0px 0px 0px 5px;
    -moz-border-radius: 0px 0px 0px 5px;
}

/* .main-header .header-upper .top-right::after {
        content: '';
        position: absolute;
        left: 100%;
        top: 0px;
        width: 1500px;
        height: 100%;
        background: #001d64;
    }*/

.pull-left {
    float: left;
}

.pull-left {
    float: left !important;
}

.pull-right {
    float: right;
}

.pull-right {
    float: right !important;
}

.main-header .header-upper li.dropdown {
    margin: 0 !important;
}

    .main-header .header-upper li.dropdown a.dropdown-toggle {
        margin: 0 10px 0 20px;
    }

    .main-header .header-upper li.dropdown ul.dropdown-menu {
        width: 100%;
        min-width: 240px;
        top: 139%;
        border: 1px solid #3a3a6a;
        border-bottom-right-radius: 5px;
        border-bottom-left-radius: 5px;
    }

.main-header .header-upper .top-right li .icon {
    font-size: 14px;
    top: 0;
    position: unset;
    margin: 0 5px 0 0;
}

.main-header .header-upper ul.clearfix > li {
    position: relative;
    float: left;
    margin: 0 5px;
    color: #ffffff;
    font-size: 11px;
    line-height: 20px;
}

.main-header .header-lower {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    background: #eaeff3;
}

.main-menu {
    position: relative;
    float: left;
}

.navbar-header {
    float: left;
}

.main-menu .navbar-collapse {
    padding: 0px;
}



.main-header ul, .main-header li {
    list-style: none;
    padding: 0px;
    margin: 0px;
}

#select_lang {
    height: 20px;
    font-size: 11px;
    padding: 0 5px;
    display: inline;
    margin-left: 5px;
}

.main-menu .navigation {
    position: relative;
    margin: 0px;
    border-left: 1px solid #e0e0e0;
}

    .main-menu .navigation > li {
        position: relative;
        float: left;
        padding: 0px;
        border-right: 1px solid #e0e0e0;
    }

        .main-menu .navigation > li > a {
            position: relative;
            display: block;
            padding: 5px 30px;
            font-size: 12px;
            color: #353535;
            line-height: 28px;
            text-transform: uppercase;
            opacity: 1;
            transition: all 500ms ease;
            -moz-transition: all 500ms ease;
            -webkit-transition: all 500ms ease;
            -ms-transition: all 500ms ease;
            -o-transition: all 500ms ease;
        }

        .main-menu .navigation > li.active > a {
            color: #ffffff !important;
        }

.main-header .active {
    position: relative;
    display: block;
    line-height: 24px;
    color: #ffffff !important;
    font-size: 13px;
    text-transform: uppercase;
    background: #f05304;
}

.main-menu .navigation > li:hover > a, .main-menu .navigation > li.current > a, .main-menu .navigation > li.current-menu-item > a, .get-quote-btn:hover, .get-quote-btn:hover > a {
    color: #f05304;
    background: #d4dde5;
    opacity: 1;
}

.main-header .get-quote-btn {
    position: relative;
    display: block;
    padding: 5px 30px;
    font-size: 12px;
    color: #353535;
    line-height: 28px;
    text-transform: uppercase;
    opacity: 1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.qet-quote-outer {
    position: relative;
    float: left;
    padding: 0px;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

/*.qet-quote-outer:hover > a {
            color: #f05304;
        }

        .qet-quote-outer.active a {
            color: white;
        }*/

.admin-filter-icon {
    cursor: pointer;
    margin-right: 15px;
}

.admin-filter-btns-area {
    float: right;
}

.menu-item {
    color: white;
    text-decoration: none;
    display: flex;
    height: 20px;
    align-items: center;
}

    .menu-item:hover {
        color: #f05304;
        text-decoration: none;
    }

.dropdown {
    color: white:
}

.dropdown-toggle:hover, .dropdown-toggle:focus {
    color: #f05304;
    text-decoration: none;
}

.main-header .dropdown-menu {
    background-color: #001d64;
}

    .main-header .dropdown-menu > li {
        float: none !important;
        margin: 5px 0;
    }

        .main-header .dropdown-menu > li > a {
            color: white;
            font-size: 13px;
        }

        .main-header .dropdown-menu > li:hover > a {
            color: #f05304;
        }

.asstra-header {
    position: relative;
    color: #2b2b2b;
    text-transform: uppercase;
    /*padding-left: 34px;*/
}

/*.asstra-header::before {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 15px;
        height: 20px;
        background: #f05304;
    }
    .asstra-header::after {
        content: '';
        position: absolute;
        left: 10px;
        top: 0px;
        width: 10px;
        height: 20px;
        background: #f05304;
        transform: skewX(-25deg);
        -webkit-transform: skewX(-25deg);
        -ms-transform: skewX(-25deg);
        -o-transform: skewX(-25deg);
        -moz-transform: skewX(-25deg);
    }*/

.section-border {
    border: 1px solid #dee0e3;
    margin: 0px;
}

.jqx-tree-grid-title {
    font-size: 10px;
    white-space: nowrap !important;
}

.jqx-tree-grid-indent {
    width: 15px;
}

.filter-input-class {
    width: 270px;
    padding: 3px;
    margin-left: 10px;
    border: 1px solid #9C99A3;
}

.admin-filter-input-class {
    width: 270px;
    border-color: #aaaaaa;
    border-width: 1px;
    border-radius: 3px;
    font-size: 10px;
    padding: 5px;
    line-height: 1.231;
}

.filter-close-span {
    width: 10px;
    height: 10px;
    position: absolute;
    bottom: 5px;
    right: 18px;
}

.tabs-panel .active div {
    color: white;
    background-color: #f05304;
    text-decoration: none;
    border: 1px solid #eaeff3;
}

.tabs-panel .subTabs .active div, .tabs-panel .spotSub1Tab.active div {
    background-color: #EAEFF3 !important;
}

.tabs-panel .subTabs .active div, .tabs-panel .spotSub1Tab.active div {
    color: black;
}

.tabs-panel .subTabs .active .badge, .tabs-panel .spotSub1Tab.active .badge {
    border: 1px solid black;
    color: black;
}

.tabs-panel .badge {
    border: 1px solid black;
    color: black;
}

.tabs-panel .active .badge {
    border: 1px solid white;
    color: white;
}

.tabs-panel .subTabs .badge, .tabs-panel .spotSub1Tab .badge {
    background-color: transparent !important;
    border: 1px solid black;
    color: black;
}

.tabs-panel .acc-btn:hover {
    border: 1px solid #f05304;
}

.tabs-panel .subTabs .acc-btn:hover, .tabs-panel .spotSub1Tab .acc-btn:hover {
    color: black;
    border: 1px solid #001d64;
}

.tabs-panel .subTabs.active .acc-btn:hover, .tabs-panel .spotSub1Tab.active .acc-btn:hover {
    color: black;
    border: 1px solid #001d64;
}

.tabs-panel .active .acc-btn:hover {
    border: 1px solid #001d64;
}

.tabs-panel .acc-btn {
    position: relative;
    border: 1px solid #eaeff3;
    font-size: 14px;
    margin-bottom: 0px;
    cursor: pointer;
    background-color: transparent;
    line-height: 24px;
    padding: 5px 25px 5px 25px;
    /*text-decoration: underline;*/
    overflow: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.tabs-panel .icon-outer::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 125%;
    height: 100%;
    background: #f05304;
    transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);
}

.tabs-panel .icon-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.tabs-panel .nav-pills > li + li {
    margin-left: 10px;
}

.dashboard .acc-btn {
    position: relative;
    font-size: 14px;
    margin-bottom: 0px;
    cursor: pointer;
    background: #001d64;
    color: white;
    line-height: 24px;
    padding: 10px 0px 10px 25px;
    padding-right: 0px;
    padding-right: 90px;
    overflow: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.dashboard .acc-new-btn {
    position: relative;
    font-size: 14px;
    margin-bottom: 0px;
    cursor: pointer;
    color: white;
    line-height: 24px;
    padding: 10px 0px 10px 25px;
    padding-right: 0px;
    padding-right: 90px;
    overflow: hidden;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}


.dashboard .collapsed .acc-btn {
    background: #eaeff3;
    color: black;
}

.dashboard .panel-heading {
    text-decoration: none;
}

.dashboard .icon-outer::before {
    content: '';
    position: absolute;
    left: 0px;
    top: 0px;
    display: block;
    width: 125%;
    height: 100%;
    background: #f05304;
    transform: skewX(-22deg);
    -webkit-transform: skewX(-22deg);
    -ms-transform: skewX(-22deg);
    -o-transform: skewX(-22deg);
    -moz-transform: skewX(-22deg);
}

.dashboard .icon-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.dashboard .icon-outer {
    text-align: center;
    font-size: 16px;
    color: #ffffff;
}

.dashboard .icon-new-outer {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 60px;
    height: 100%;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.dashboard .icon-new-outer {
    text-align: center;
    font-size: 18px;
    color: #ffffff;
}

.dashboard .acc-new-btn {
    font-size: 18px;
    cursor: pointer;
    line-height: 18px;
    text-decoration: none;
    height: 100%;
}

.dashboard .acc-btn {
    font-size: 14px;
    cursor: pointer;
    line-height: 24px;
    text-decoration: none;
}

.dashboard .icon-outer .icon, .dashboard .icon-new-outer .icon {
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -20px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

.dashboard {
    font-size: 14px;
    line-height: 32px;
    text-decoration: none;
    padding-left: 0px !important;
    padding-right: 0px !important;
}

    .dashboard .fa-plus {
        display: none;
    }

    .dashboard .collapsed .fa-plus {
        display: inline;
    }

    .dashboard .fa-minus {
        display: inline;
    }

    .dashboard .collapsed .fa-minus {
        display: none;
    }

@media (max-width:1024px) {

    .dashboard .two-columns, .dashboard .three-columns, .dashboard .four-columns {
        width: 100%;
    }
}

.details-header .details-title {
    display: inline;
}

/*.details-header .details-num {
    display: inline;
}*/
.details-header .details-title {
    padding-right: 5px;
    display: table-cell;
}

.details-header .details-num {
    font-weight: bold;
    /*   display: table-cell;*/
}

.expeditir-info span, .sp-info {
    cursor: pointer;
    border-bottom: 1px solid #f05304;
}



.jqx-widget-header {
    /*height:50px;*/
}

.details-section-divider::before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background: #f1f1f1;
}

.details-section-divider::after {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 2px;
    background: #f05304;
}

.formbar-title::before, .jqx-popover-title::before, .details-section-title::before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #f1f1f1;
}

.formbar-title::after, .jqx-popover-title::after, .details-section-title::after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 30%;
    height: 2px;
    background: #f05304;
}

.details-subsection-title::after {
    background: none !important;
    text-transform: none !important;
}

.details-section-title {
    padding-top: 5px;
    padding-bottom: 5px;
}

.formbar-title h3, .jqx-popover-title, .details-section-title {
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 600;
    text-transform: uppercase;
}

.formbar-title, .jqx-popover-title, .details-section-title {
    position: relative;
    /*margin-bottom: 10px;*/
    padding-bottom: 0px;
}

.formbar-title {
   /* margin-bottom: 10px;*/
}

.dropdown-left-manual {
    right: 0;
    left: auto;
    padding-left: 1px;
    padding-right: 1px;
}

.expeditir-info, .sp-info {
    font-size: 12px;
    color: #f05304;
    font-weight: bold;
}

.details-context {
    padding: 10px 10px 10px 10px;
}

.central-colunm {
    background-color: #eaeff3;
}

#details-area {
    font-size: 12px;
    font-family: 'Arial', sans-serif;
    color: #4a4a4a;
    font-weight: bold;
    line-height: 1.8em;
}

.nav > li > a:hover, .nav > li > a:focus {
    color: #f05304;
    border: 1px solid #f05304;
    background-color: transparent;
    text-decoration: underline;
}

#jobNumberFilterInput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9C99A3;
    opacity: 1; /* Firefox */
}

#jobNumberFilterInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9C99A3;
}

#jobNumberFilterInput::-ms-input-placeholder { /* Microsoft Edge */
    color: #9C99A3;
}


#licensePlateFilterInput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9C99A3;
    opacity: 1; /* Firefox */
}

#licensePlateFilterInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9C99A3;
}

#licensePlateFilterInput::-ms-input-placeholder { /* Microsoft Edge */
    color: #9C99A3;
}


#releaseNumberFilterInput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9C99A3;
    opacity: 1; /* Firefox */
}

#releaseNumberFilterInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9C99A3;
}

#releaseNumberFilterInput::-ms-input-placeholder { /* Microsoft Edge */
    color: #9C99A3;
}


#shipmentNumberFilterInput::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #9C99A3;
    opacity: 1; /* Firefox */
}

#shipmentNumberFilterInput:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #9C99A3;
}

#shipmentNumberFilterInput::-ms-input-placeholder { /* Microsoft Edge */
    color: #9C99A3;
}

.bets-history:hover {
    color: #f05304;
}

.modal-dialog h3 {
    background-color: transparent !important;
}

.today-alert {
    color: #c9302c;
}

.speech-bubble {
    position: relative;
    background: #f05304;
    border-radius: .4em;
}

    .speech-bubble:after {
        content: '';
        position: absolute;
        bottom: 0;
        left: 50%;
        width: 0;
        height: 0;
        border: 15px solid transparent;
        border-top-color: #f05304;
        border-bottom: 0;
        border-left: 0;
        margin-left: -5px;
        margin-bottom: -12px;
    }

.speech-bubble {
    width: 10px;
    padding: 2px 10px;
    margin: 1em 0;
    margin-left: 0px;
    text-align: center;
    color: white;
    text-shadow: 0 -.05em .1em rgba(0,0,0,.3);
}

.round-badge {
    border-radius: 3px;
}

.info-message {
    font-size: 18px;
    text-align: center;
}

.warn-pink {
    color: white;
    background-color: #C7006D;
    padding: 2px;
}

.warn-red {
    color: white;
    background-color: #c9302c;
    padding: 2px;
}

.info-yellow {
    color: #f05304;
}

.passed-event {
    color: #969696;
}

    .passed-event .view-lable {
        color: #969696;
    }

.curent-event {
    color: #f05304;
}

.timeline-wrapper {
    background: #EFEFEF;
    box-shadow: 1px 1px 10px #999;
    margin: auto;
    text-align: center;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 20px !important;
    width: 100%;
    padding-top: 5px;
}

.timeline-scrolls {
    overflow-x: scroll;
    overflow-y: hidden;
    height: 150px;
    white-space: nowrap
}

.event-block {
    margin: 2px;
    height: 110px;
    width: 150px;
    display: inline-block;
    vertical-align: top;
}

.event-block-inner {
    box-shadow: 1px 1px 10px #999;
    height: 90px;
    width: 150px;
    cursor: pointer;
    display: inline-block;
    vertical-align: top;
    white-space: normal !important;
    background-color: white;
    color: black;
}

.curent-event-block {
    background-color: #f05304;
    color: white;
}

.passed-event-block {
    background-color: #eaeff3;
    color: #969696;
}

.bootstrap-datetimepicker-widget table td.day:hover, .bootstrap-datetimepicker-widget table td.hour:hover, .bootstrap-datetimepicker-widget table td.minute:hover, .bootstrap-datetimepicker-widget table td.second:hover {
    background-color: #f05304;
    color: white;
}

.bootstrap-datetimepicker-widget table td span:hover {
    background-color: #f05304;
    color: white;
}

.event-block-inner p {
    font-size: 8px;
}

.bootstrap-datetimepicker-widget table td.active, .bootstrap-datetimepicker-widget table td.active:hover {
    background-color: #001d64;
}


/*#001d64*/

.input-group-addon {
    color: #f05304;
    background-color: white;
}

/*.input-group .form-control {
    float:none !important;
}*/

.left-fa-icon {
    /*display: inline;
    font-size: 13px;
    vertical-align: 1px;*/
}

#newTransportBtn .glyphicon {
    color: white !important;
}

#newTransportBtn span:hover {
    color: #001d64 !important;
}

.jqx-grid {
    border-right: 1px solid #aaa;
}

.new-event {
    background-color: #FFE0CC;
}

.dashboard-image {
    display: inline;
}

.dashboard-content {
    padding: 0px 25px 25px 25px;
    width: 100%;
    font-size: 12px;
    line-height: 18px;
}

    .dashboard-content span {
        color: #4A4A4A;
    }

    .dashboard-content .counter {
        font-weight: bold;
        float: right;
    }

@media (max-width:1279px) {
    .dashboard-content {
        width: 100%;
    }
}

.ios .menu-text-chat,
.android .menu-text-chat {
    display: none;
}



.logo-mobile {
    display: none;
}

@media (max-width:1279px) {
    .tabs-panel {
        height: 95px;
    }

    [class="tabs-panel tabs-panel-flex"] {
        height: 50px;
    }

    [class="tabs-panel tabs-panel-adm"] {
        height: 50px;
    }

    .subtubs.tabs-panel {
        height: 140px;
    }
}

@media (max-width:1240px) {
    /*.tabs-panel {
        height: 95px;
    }*/
    [class="tabs-panel tabs-panel-flex"] {
        height: 95px;
        display: block !important;
    }
}

.spotTab {
    width: auto;
    display: inline !important;
}

@media (max-width:1480px) {
    .menu-text-chat, .menu-text {
        display: none;
    }
}

@media (max-width:1024px) {


    #wrapper {
        min-width: 300px;
        padding-top: 75px;
    }

    .dashboard-image {
        display: none;
    }

    .dashboard-content {
        margin-left: 10px;
    }

    .header-upper .auto-container {
        padding: 0px 5px;
    }

    .header-lower .auto-container {
        padding: 0px 0px;
    }

    .main-menu-item-text {
        display: none;
    }

    .main-header .header-upper li.dropdown a.dropdown-toggle {
        margin: 0 10px 0 10px;
    }

    .main-header .header-upper li.dropdown .glyphicon {
        margin-right: 0px;
    }

    .main-header .header-upper li.dropdown span.caret {
        display: none;
    }

    .tabs-panel .acc-btn {
        padding: 5px;
        font-size: 12px;
        text-align: center;
    }

    .logo {
        display: none;
    }


    .header-upper {
        height: 37px;
    }

    .header-lower .auto-container {
        width: 100%;
    }

    .icon-bar {
        background: #f05304;
    }

    .logo-mobile {
        display: inline-block;
    }

    .main-menu .collapse.in, .main-menu .collapsing {
        padding: 0px;
        border: 1px solid #ffffff;
        margin: 10px 0px;
        border-radius: 3px;
        -ms-border-radius: 3px;
        -moz-border-radius: 3px;
        -webkit-border-radius: 3px;
        -o-border-radius: 3px;
        min-width: 250px;
    }

    .main-menu .navbar-collapse > .navigation {
        float: none !important;
        margin: 0px;
        width: 250px !important;
        background: #f05304;
    }

    .nav-width-public {
        width: 100px !important;
    }

    .main-menu .navigation > li {
        float: none;
    }

    .navbar-collapse {
        position: absolute;
        top: 37px;
    }

    #page-wrapper {
        padding-top: 10px;
    }

    #filter-panel {
        z-index: 99;
    }

    .dashboard .two-columns, .dashboard .three-columns, .dashboard .four-columns {
        display: block;
    }

    .menu-support-text {
        display: none;
    }

    .sidebar {
        top: 85px;
    }


    .details-header .view-column, .details-header .view-column4 {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }

    .position-info {
        display: table-caption !important;
    }

    .mobile-add-transport {
        display: inline-block !important;
    }

    .form-group .two-inputs, .form-group .three-inputs {
        width: 100%;
    }

    .select-event-time {
        width: 100% !important;
        display: inline-block;
    }

    .submit-event {
        vertical-align: top;
        width: 100% !important;
        display: inline-block;
    }



    /*#filter-selector {
            width: 100% !important;
        }*/



    .main-menu .navigation > li > a {
        font-size: 10px;
        display: flex;
        padding: 5px 30px 5px 15px;
    }

    .menu-text-chat, .menu-text {
        line-height: 30px !important;
        text-align: left !important;
    }

        .menu-text-chat, .menu-text span {
            display: none !important;
        }

    .menu-text-chat, .menu-text {
        display: block;
    }
}

.position-info {
}

.mobile-add-transport {
    display: none;
}

.select-event-time {
    width: 60%;
    display: inline-block;
}

.submit-event {
    vertical-align: top;
    width: 38%;
    display: inline-block;
}

/*.jqx-rc-all {
      z-index: 999 !important;
}*/


#showFiltersBtn.active, .active {
    color: #f05304;
}

#showAdminFiltersBtn.active-admin-filter, .active-admin-filter {
    color: #f05304;
}

#filter-selector {
    width: 150px;
    height: 36px;
    vertical-align: top;
    border-radius: 3px !important;
}

.jqx-widget, .jqx-widget-content {
    font-family: 'Arial', sans-serif;
}

.glyphicon span {
    font-family: 'Arial', sans-serif;
}

.asstra-small-btn {
    border: 1px solid #e0e0e0;
    padding: 6px;
    border-radius: 3px;
    background-color: #eaeff3;
    cursor: pointer;
    text-decoration: none !important;
    color: #001d64;
}



.asstra-btn, #showTransportModeBtn {
    border: 1px solid #e0e0e0;
    padding: 10px;
    border-radius: 3px;
    background-color: #eaeff3;
}

#showTransportModeBtn {
    padding: 4px;
}

.asstra-btn-warn {
    border: 1px solid #e0e0e0;
    padding: 10px;
    color: #c9302c !important;
    border-radius: 3px;
    background-color: #eaeff3;
}

    .asstra-btn:hover, .asstra-btn-warn:hover, .asstra-small-btn:hover, #showTransportModeBtn:hover {
        border: 1px solid #f05304;
        color: #f05304;
    }

    .asstra-btn.active, .asstra-btn-warn.active, .asstra-small-btn.active, #showTransportModeBtn.active {
        border: 1px solid #f05304;
        color: #f05304;
    }



.ios .btn-tab, .android .btn-tab {
    width: 50px;
}


.tabs-panel {
    border-bottom: 2px solid #e0e0e0;
}

#slider .view-column, #slider .view-column4 {
    width: 100% !important;
}

.new_mark {
    width: 10px;
    height: 100px;
    background-color: #f05304;
    display: inline-block;
    float: left;
    margin-left: 5px;
}

.new_mark_no, .rejected_mark_no {
    width: 20px;
    height: 25px;
    display: inline;
    margin-left: 5px;
}
.new_marknew {
    width: 100%;
    height: 35px;
    background-color: #f05304;
    display: inline-block;
    float: left;
}
.new_marknew_no, .rejected_marknew_no {
    width: 100%;
    height: 35px;
    display: inline-block;
    float: left;
}
.e-rowcell.e-full {
    padding: 0px !important;
}
.selected_row {
    background-color: #ffc0a1 !important;
}

.rejected_mark {
    width: 10px;
    height: 25px;
    background-color: #c9302c;
    display: inline-block;
    float: left;
    margin-left: 5px;
}

.details-header .view-column, .details-header .view-column4 {
    margin: 0px;
}

.dashboard .badge {
    font-size: 14px;
    margin-bottom: 5px;
    border-radius: 3px;
}

.required:after {
    color: #c9302c;
    content: " *";
}

.registration-form-column {
    width: 30%;
    display: inline-block;
    vertical-align: top;
    margin-left: 2%;
}

.reg-btn {
    /*color: #001d64 !important;*/
    font-weight: bold;
    font-size: large;
    /*text-decoration: none !important;*/
}

.login-btn {
    width: 49%;
    display: inline;
}

.login-btn-right {
    float: right;
}

.ios .login-btn, .android .login-btn {
    display: block;
    text-align: center;
    width: 100%;
}

.ios .login-btn-right, .android .login-btn-right {
    float: none;
}

.ios .registration-form-column, .android .registration-form-column {
    width: 100%;
    display: block;
    vertical-align: top;
    margin-left: 0px;
}

.downloaded {
    color: green;
}

@media (max-width: 1024px) {
    .navbar-toggle {
        display: inherit !important;
    }

    .collapse.navbar-collapse {
    }
}

@media (min-width: 1025px) {


    .collapse.navbar-collapse {
        display: block !important;
    }
}
/*@media (min-width: 1024px) {

    .navbar-collapse.collapse {
        display: inherit !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
    }

    .navbar-collapse {
        width: auto;
        border-top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
    }
}*/

@-moz-keyframes pulsate {
    from {
        -moz-transform: scale(0.25);
        opacity: 1.0;
    }

    95% {
        -moz-transform: scale(1.3);
        opacity: 0;
    }

    to {
        -moz-transform: scale(0.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulsate {
    from {
        -webkit-transform: scale(0.25);
        opacity: 1.0;
    }

    95% {
        -webkit-transform: scale(1.3);
        opacity: 0;
    }

    to {
        -webkit-transform: scale(0.3);
        opacity: 0;
    }
}

@-webkit-keyframes pulsate {
    0% {
        -webkit-transform: scale(0.1, 0.1);
        opacity: 0.0;
    }

    50% {
        opacity: 1.0;
    }

    100% {
        -webkit-transform: scale(1.2, 1.2);
        opacity: 0.0;
    }
}



@keyframes pulsate {
    0% {
        transform: scale(0.1);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

.marker {
    width: 40px;
    height: 40px;
    position: absolute;
    top: 130px;
    left: 200px;
    display: block;
}

.pin {
    width: 14px;
    height: 14px;
    position: relative;
    top: 5px;
    left: 5px;
    background: rgba(5, 124, 255, 1);
    border: 4px solid #FFF;
    border-radius: 50%;
    z-index: 1000;
}

.pin-effect {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    display: block;
    background: rgba(5, 124, 255, 0.6);
    border-radius: 50%;
    opacity: 0;
    animation: pulsate 1s ease-out infinite;
}

.pin-in {
    width: 14px;
    height: 14px;
    position: relative;
    top: 5px;
    left: 5px;
    background: #8e44ad;
    border: 4px solid #FFF;
    border-radius: 50%;
    z-index: 1000;
}

.pin-effect-in {
    width: 24px;
    height: 24px;
    position: absolute;
    top: 0;
    display: block;
    background: #8e44ad;
    border-radius: 50%;
    opacity: 0;
    animation: pulsate 1s ease-out infinite;
}

.hastracking:after {
    content: url(/images/hastrackingimg.png);
    margin-left: 10px;
    vertical-align: top;
}
.hastttracking:after {
    content: url(/images/hastttrackingimg.png);
    margin-left: 10px;
    vertical-align: top;
}
.shippeotracking {
    content: url(/images/shippeotracking.png);
    margin-right: 3px;
    display: inline-block;
    width: 20px;
}

.tttracking {
    content: url(/images/tttracking.png);
    margin-right: 5px;
    display: inline-block;
    width: 20px;
}

.needtracking:after {
    content: url(/images/needtrackingimg.png);
    margin-left: 10px;
}
.needtrackingred:after {
    content: url(/images/needtrackingredimg.png);
    margin-left: 10px;
}
@media (max-width: 1024px) {
    .main-menu .collapse {
        display: none !important;
    }

        .main-menu .collapse.in {
            display: block !important;
        }
}

.pin-right::after {
    content: '';
    display: inline-block;
    margin-left: 1.0em;
    width: 1.0em;
    height: 1.0em;
    border-top: 0.5em solid rgb(5, 124, 255);
    border-right: 0.5em solid rgb(5, 124, 255);
    -moz-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.pin-left::after {
    content: '';
    display: inline-block;
    margin-left: -1.6em;
    width: 1.0em;
    height: 1.0em;
    border-top: 0.5em solid rgb(5, 124, 255);
    border-right: 0.5em solid rgb(5, 124, 255);
    -moz-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
}

.main-menu-item {
    cursor: pointer;
    text-align: center;
}

    .main-menu-item .menu-text {
        text-align: center;
        line-height: 5px;
    }

        .main-menu-item .menu-text span {
            font-size: 10px;
            display: block;
        }


.online {
    color: #1aff1a;
}


#chatpanel .jsPanel-hdr::before {
    content: "";
    /*position: absolute;*/
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 2px;
    background: #f1f1f1;
}

#chatpanel .jsPanel-hdr::after {
    content: "";
    /*position: absolute;*/
    left: 0px;
    bottom: 0px;
    width: 30%;
    height: 2px;
    background: #f05304;
}

.chatlist_text, .chatlist_phone, .chatlist_email {
    color: rgb(170, 170, 170);
}

.online .chatlist_text, .online .chatlist_phone, .online .chatlist_email {
    color: black;
}

.chatlist_email {
    font-variant: initial;
}

.chatlist_h {
    color: rgb(170, 170, 170);
}

.online .chatlist_h {
    color: #f05304;
}

.online .glyphicon-user, .online .fa-comments, .online.fa-comments {
    color: green;
}

.fa-comments {
    color: #b3b3b3;
}

.online.fa-comments span {
    color: #353535;
}

.chat-icon i.online {
    color: green;
}

#chatsList .jqx-grid, #chatsList .jqx-grid-content, #chatsList .jqx-grid-content, #chatsList .jqx-cell {
    background-color: transparent;
}


    #chatsList .jqx-cell.jqx-grid-cell-selected {
        background-color: white;
    }


.blink-bg {
    color: black;
    animation: blinkingBackground 2s infinite;
}

@keyframes blinkingBackground {
    0% {
        color: white;
        background-color: #f05304;
    }

    25% {
        color: white;
        background-color: #f05304bd;
    }

    50% {
        color: black;
        background-color: #f0530470;
    }

    75% {
        color: black;
        background-color: #f053042e;
    }

    100% {
        color: black;
        background-color: transparent;
    }
}

.chat_btn {
    cursor: pointer;
    color: #001d64;
}

.jsPanel-title {
    margin: 5px;
}

.right-message-info {
    font-weight: bold;
    font-size: 1.0rem;
    white-space: pre-line;
    text-align: right;
}

.left-message-info {
    font-weight: bold;
    font-size: 1.0rem;
    white-space: pre-line;
    text-align: left;
}

#user_status .tooltiptext_online {
    visibility: hidden;
    width: 120px;
    background-color: #001d64;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    /* Position the tooltip */
    position: absolute;
    z-index: 1;
}

#user_status:hover .tooltiptext_online {
    visibility: visible;
}

#search_msg::-ms-clear, #search_chat::-ms-clear {
    display: none;
}

#listBoxContractId, #listBoxServiceProviderId {
    z-index: 2055;
}

#Contracts .jqx-grid-cell-selected {
    background: #ffc0a1 !important;
    font-weight: 700;
}

#Contracts .jqx-grid-cell {
    font-size: 10px !important;
}

.etaStatusLate {
    display: inline;
    color: #c9302c;
    margin-right: 5px;
}

.etaStatusOnTime {
    display: inline;
    color: green;
    margin-right: 5px;
}

.etaStatusEarly {
    display: inline;
    color: #FFCF00;
    margin-right: 5px;
}

.noEta {
    display: none !important;
}

/*margin-top:25px;*/
.jqx-grid-cell .badge {
    background-color: #001d64
}

.three-inputs {
    width: 32%;
    min-width: 50px;
    display: inline-block;
    vertical-align: top;
}

.jqx-listbox {
    z-index: 2055 !important;
}

.jqx-combobox-arrow-normal {
    background-color: transparent;
    border: none;
}

.validation-summary-errors ul li {
    padding: 2px;
}

.jqx-dropdownlist {
    padding-top: 0px !important;
}

.input-group .form-control {
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !important;
}

.indev {
    color: #a6a6a6 !important;
}

.selected_filter {
    background-color: #f05304;
    color: white;
    border: solid 1px #f05304;
}

.btn-chat {
    font-size: 10px !important;
}

.nodata {
    margin-top: 25px;
}

.spotTab .tooltip {
    background-color: transparent !important;
    border: none !important;
    width: 250px;
}

.spotTab .tooltip-inner {
    background-color: black !important;
}

.tabinfo:hover {
    color: black !important;
}

.tabinfo {
    position: absolute;
    right: 2px;
    top: 2px;
}

.chat_icon {
    background-image: url("/images/chat_off.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 16px;
    width: 16px;
    display: inline-block;
    vertical-align: middle;
}


.online .chat_icon {
    background-image: url("/images/chat_on.png");
}

.online.chat_icon {
    background-image: url("/images/chat_on.png");
}

.left-shadow-overlay {
    box-shadow: 10px 0 15px 10px #585858;
}

.handle {
    background-color: #2E2E2E;
    left: -40px;
    padding: 10px;
    position: absolute;
    top: 0px;
    width: 40px;
    cursor: pointer;
    color: white;
}

.handle-filters-slider {
    font-size: 15px;
    background-color: #2E2E2E;
    right: -40px;
    padding: 10px 10px 6px 12px;
    position: absolute;
    top: 61px;
    width: 40px;
    cursor: pointer;
    color: white;
    opacity: 0.6;
    transition: 0.3s;
}

    .handle-filters-slider:hover {
        opacity: 1;
    }

.jqx-fill-state-pressed {
    background: #ffc0a1 !important;
}

.modal-dialog {
    margin: 80px auto !important;
}

#showMapModal .modal-dialog, #showEventsMultyModal .modal-dialog, #largeModal .modal-dialog {
    margin: 0px auto !important;
}

.ios .modal-dialog, .android .modal-dialog {
    margin: 0px auto !important;
}

.filter-details .fa-plus, .full-details .fa-plus {
    display: none;
}

.filter-details .collapsed .fa-plus, .full-details .collapsed .fa-plus {
    display: inline;
}

.filter-details .fa-minus, .full-details .fa-minus {
    display: inline;
}

.filter-details .collapsed .fa-minus, .full-details .collapsed .fa-minus {
    display: none;
}

.filter-details .icon-outer .icon, .filter-details .icon-new-outer .icon,
.full-details .icon-outer .icon, .full-details .icon-new-outer .icon {
    cursor: pointer;
}

.info-gray {
    background-color: gray;
    color: white;
    padding: 2px;
    border-radius: 4px;
}

.info-red {
    background-color: #c9302c;
    color: white;
    padding: 2px;
    border-radius: 4px;
}

.info-blue {
    background-color: #001d64;
    color: white;
    padding: 2px;
    border-radius: 4px;
}

.info-yellow {
    background-color: orange;
    color: white;
    padding: 2px;
    border-radius: 4px;
}

.info-green {
    background-color: green;
    color: white;
    padding: 2px;
    border-radius: 4px;
}

.info-red {
    background-color: #c9302c;
    color: white;
    padding: 2px;
    border-radius: 4px;
}

.filter-details .fa-minus, .filter-details .fa-plus, .full-details .fa-minus, .full-details .fa-plus {
    color: lightgray;
}


.link-left {
    width: 50% !important;
}

@media screen and (min-width:1480px) {
    .two-row-menu {
        text-decoration: none;
        padding-top: 0px !important;
    }
}

@media (max-width: 1024px) {
    .covid {
        display: none;
    }

    .Absolute-Center.is-Responsive {
        height: 80%;
    }

    .link-left {
        width: 100% !important;
    }

    .handle-filters-slider {
        font-size: 15px;
        background-color: #2E2E2E;
        right: -40px;
        padding: 10px 10px 6px 12px;
        position: absolute;
        top: 0%;
        width: 40px;
        cursor: pointer;
        color: white;
        opacity: 0.6;
        transition: 0.3s;
    }
}

#price-info input[disabled], #price-info .jqx-combobox-state-disabled, #price-info .form-control[disabled] {
    background: #eee;
    color: black;
    font-weight: bold;
    color: #999;
    font-weight: bold;
}


#price-info .jqx-combobox-input {
    font-size: 12px;
}

.loading-icon {
    margin-right: 5px;
    color: #f05304 !important;
    font-size: larger;
}

.unloading-icon {
    margin-right: 5px;
    color: green !important;
    font-size: larger;
}

.target {
    color: #001d64;
}

.view-lable-short {
    font-size: 12px;
    display: inline;
    color: #969696;
    margin-bottom: 0px;
    font-weight: 700;
}

.small-column {
    width: 10%;
    display: inline-block;
    vertical-align: top;
    margin-left: 5px;
    margin-right: 5px;
}

#price-info {
    background-color: #eaeff3;
    padding: 5px;
}

.disabled-input {
    background: #eee;
}

.white {
    background: white;
}


.transport-order {
    background: url(/images/download.png) no-repeat center;
    background-size: contain;
    width: 100%;
    height: 15px;
    display: block;
    margin-top: 2px;
}

    .transport-order:hover {
        background: url(/images/download-new.png) no-repeat center;
        background-size: contain;
        width: 100%;
        height: 15px;
        display: block;
        margin-top: 2px;
    }

    .transport-order.downloaded {
        background: url(/images/download-new.png) no-repeat center;
        background-size: contain;
        width: 100%;
        height: 15px;
        display: block;
        margin-top: 2px;
    }


.transport-order-label {
    color: #f05304;
    font-style: normal;
    text-decoration: none;
}

    .transport-order-label:hover {
        color: #001d64;
        font-style: normal;
        text-decoration: underline;
    }

    .transport-order-label.downloaded {
        font-style: normal;
        color: #001d64;
        text-decoration: none;
    }

.copy-btn {
    margin-top: 3px;
    margin-left: 5px;
    color: #001d64;
}

    .copy-btn.animate, .copy-btn.animate:hover {
        color: #1aff1a;
    }

    .copy-btn:hover {
        color: #f05304;
    }

.dashboard-content-sp {
    padding-left: 15%;
}

.two-buttons {
    display: inline-block;
}

.filter-selector-block {
    float: right;
}

.add-notification-btn {
    float: right;
}

@media (max-width: 1024px) {
    .hide-mobile, .two-buttons .hide-mobile {
        display: none !important;
    }

    .top-right button {
        font-size: 10px !important;
        padding: 3px;
    }

    .dashboard-content {
        padding-left: 0px;
    }

    .panel-body, .bet-form-body {
        padding: 0px;
    }

    .dashboard-content p {
        margin: 0 0 20px;
    }

    .dashboard-content img {
        padding-bottom: 10px;
    }

    .full-details .view-column, .full-details .view-column4 {
        margin: 0px;
    }

    .form-vertical {
        padding: 5px;
    }

    .two-buttons {
        display: block;
    }

    .two-tabs {
        width: 45%;
    }

    .filter-selector-block {
        float: left;
    }



    #cycletransport {
        text-align: center;
    }


    .add-notification-btn {
        float: left;
    }

    .auto-container-desktop {
        padding-left: 15px !important;
    }

    .table_header {
        display: none;
    }

    .notification_table .view-column4 {
        display: contents;
    }

    .inner_table_row .btn_container_table {
        float: left !important;
    }

    .inner_table_row .glyphicon {
        float: left;
    }

    .add-notification-mobile-btn {
        display: -webkit-box !important;
    }

    .add-notification-btn {
        display: none;
    }
}

#detailsViewArea, #details-area {
    height: 100%;
}

.auto-container-desktop {
    padding-left: 40px !important;
}

.page-wrapper-column1 {
    float: left;
    width: 270px;
}

.page-wrapper-column2 {
    float: right;
    width: calc(100% - 270px);
}

.page-wrapper-row:after {
    content: "";
    display: table;
    clear: both;
}

.full-with {
    width: 100% !important;
}

.notification_table {
    padding-top: 1%;
}

    .notification_table .view-column4 {
        padding: 3px 0 3px 1%;
        width: 24%;
        height: auto;
    }

.table_header {
    border: 1px solid #d4d4d4;
    font-size: 10px;
    color: black;
    font-weight: bold;
    border-radius: 2px;
}

    .table_header .view-column4 {
        border-right: 2px solid #d4d4d4;
    }

        .table_header .view-column4:last-child {
            border-right: none;
        }

.table_row {
    border-bottom: 1px solid #d4d4d4;
}

.inner_table_row {
    padding: 10px 0 0 10px;
    position: relative;
}

    .inner_table_row:last-child {
        padding: 0 0 5px 10px;
    }

.table_row .input-group-addon {
    line-height: 0px !important;
    color: #f05304 !important;
}

.add-notification-mobile-btn {
    display: none;
}

.cmr-completed {
    background: url(/images/cmr_green.png) no-repeat center;
    background-size: contain;
    width: 50%;
    height: 25px;
    display: inline-block;
    margin-top: 2px;
}

.cmr-in {
    background: url(/images/cmr_blue.png) no-repeat center;
    background-size: contain;
    width: 50%;
    height: 25px;
    display: inline-block;
    margin-top: 2px;

}
.cmr-allowed {
    background: url(/images/cmr.png) no-repeat center;
    background-size: contain;
    width: 50%;
    height: 25px;
    display: inline-block;
    margin-top: 2px;
}

.cmr-delivered, .cmr-check, .cmr-sent {
    background: url(/images/cmr_orange.png) no-repeat center;
    background-size: contain;
    width: 50%;
    height: 25px;
    display: inline-block;
    margin-top: 2px;
}

.cmr-notFound, .cmr-incorrect {
    background: url(/images/cmr_red.png) no-repeat center;
    background-size: contain;
    width: 50%;
    height: 25px;
    display: inline-block;
    margin-top: 2px;
}

div.jfilestyle input {
    background-color: transparent !important;
    border: none !important;
}

div.jfilestyle label {
    border-radius: 4px !important;
    color: #001d64 !important;
}

.jqx-disableselect {
    color: rgba(0,0,0,.7);
    font-size: 11px;
}

.jqx-input-content {
    color: rgba(0,0,0,.7);
    font-size: 12px;
}

div.jfilestyle label {
    color: white !important;
    background-color: #001d64 !important;
    border-color: #001d64 !important;
}

    div.jfilestyle label:hover {
        color: white !important;
        background-color: #f05304 !important;
        border-color: #f05304 !important;
    }


.phone12 .jqx-input-content {
    font-size: 12px;
}

/*.inner_table_row .jqx-rc-all {
    z-index:unset !important;
}*/

.jqx-action-button {
    border-left: none;
}

.jqx-grid-cell-pinned {
    background-color: transparent !important;
}

.online_status {
    cursor: pointer;
}

.map-address-input {
    background-color: #fff;
    font-family: Roboto;
    font-size: 15px;
    font-weight: 300;
    margin-left: 12px;
    padding: 0 11px 0 13px;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0 0 10px 0;
}

    .map-address-input:focus {
        border-color: #4d90fe;
    }

.view-netto-bets .small-column {
    width: 30% !important;
}

div[id^="price-info"] .view-column-nettobet-edit {
    width: 100% !important;
}

.form-Btn {
    margin: 2% 0 0 75%;
    border: 1px solid rgba(0,0,0,.3);
    border-radius: 5px;
    color: #969696;
    background-color: white;
    font-weight: 500;
}

#add-netto-bet-btn-area {
    cursor: not-allowed;
}

.btn-disabled {
    pointer-events: none;
}

.notactive {
    pointer-events: none;
    cursor: default;
}

    .notactive span {
        color: lightgray;
    }

    .notactive .fa-trash-alt {
        display: none;
    }

    .notactive .label-info {
        background-color: lightgray;
    }

.view-column-nettobet-edit {
    padding: 0 !important;
}

    .view-column-nettobet-edit .jqx-combobox {
        padding-right: 7px;
    }

.view-column-cmr-edit {
    width: 100% !important;
    border: 1px solid rgba(0,0,0,0.05);
    border-radius: 2px;
    padding: 5px;
}

.form-icon {
    color: #f05304;
    margin-left: 10px;
    cursor: pointer;
    float: right;
}

.not-allowed {
    cursor: not-allowed !important;
    opacity: .55;
}

.cmr-info-field {
    width: 95%;
    color: #555;
    font-size: 12px !important;
}

#listBoxformat-selector .jqx-rc-all {
    z-index: inherit !important;
}

#listBoxformat-selector .jqx-listbox {
    z-index: inherit !important;
}

.view-column-cmr-edit input:disabled {
    background-color: #eee;
}

.autocomplete-item:hover {
    color: #f05304;
}

.autocomplete-item {
    color: black;
    background-color: #eaeff3;
    padding: 5px;
    cursor: pointer;
}

.autocomplete-active {
    color: white;
    background-color: #f05304;
}

.jqx-grid-card-cell {
    padding: 3px;
}

.jqx-grid-card-cell-label {
    padding: 3px;
}

@media (max-width: 1024px) {
    .singleTab {
        width: 100%;
    }
}

.nav-tabs-scrollable-container {
    height: 45px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.nav-tabs-scrollable {
    width: 100%;
    display: flex !important;
    white-space: nowrap;
}

.nav-tabs-scrollable-container::-webkit-scrollbar {
    display: none;
}

.tabs-btns-container {
    /*float:right;
    width:40%;*/
}

.mobile-dropdown-container {
    display: inline-flex;
    float: right;
    width: 50%;
    justify-content: right;
}

.mobile-dropdown-button {
    width: 100%;
    margin-top: 4px;
    background-color: #001d64;
    border-color: #001d64;
    padding: 6px 12px;
    font-size: 16px;
    border-radius: 4px;
    font-family: inherit;
}

.mobile-dropdown-button-caret {
    position: absolute;
    right: 10px;
    top: 50%;
}

.mobile-dropdown-menu {
    border-radius: 2px;
    background-color: #001d64;
    width: inherit;
}

.mobile-dropdown-menu-item {
    border-color: #001d64;
    background-color: #001d64;
    color: white;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.tabs-panel-flex {
    display: flex;
}

.tabs-btns-container {
    position: absolute;
    right: 10px;
}

.dropdown-select-tree-option {
    display: flex;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.dropdown-select-tree {
    font-size: 11px;
}

    .dropdown-select-tree .option {
        padding-left: 0px !important;
    }

.dropdown-select-listbox {
    position: relative;
}

    .dropdown-select-listbox:active,
    .dropdown-select-listbox.open {
        background-color: #fff !important;
        border-color: #bbb;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    }


        .dropdown-select-listbox.open:after {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        .dropdown-select-listbox.open .list {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            pointer-events: auto;
        }

        .dropdown-select-listbox.open .option {
            cursor: pointer;
        }

    .dropdown-select-listbox.wide {
        width: 100%;
    }

        .dropdown-select-listbox.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .dropdown-select-listbox .list {
        box-sizing: border-box;
        transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        background-color: #fff;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        position: inherit;
        top: 100%;
        left: 0;
        z-index: 1001;
        max-height: 250px;
        overflow: auto;
        border: 1px solid #ddd;
        width: 170px;
    }

        .dropdown-select-listbox .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .dropdown-select-listbox .dd-search {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0.5rem 0 0 0;
    }

    .dropdown-select-listbox .dd-searchbox {
        height: 22px;
        margin-bottom: 2px;
        width: 90%;
        border: 1px solid #999;
        border-color: #999;
        border-radius: 2px;
        outline: none;
    }

        .dropdown-select-listbox .dd-searchbox:focus {
            border-color: #12CBC4;
        }

    .dropdown-select-listbox .list ul {
        padding: 0;
    }

    .dropdown-select-listbox .option {
        cursor: default;
        font-weight: 400;
        line-height: 25px;
        outline: none;
        padding-left: 10px;
        padding-right: 29px;
        text-align: left;
        transition: all 0.2s;
        list-style: none;
    }

        .dropdown-select-listbox .option:hover,
        .dropdown-select-listbox .option:focus {
            background-color: #f6f6f6 !important;
        }

        .dropdown-select-listbox .option.selected {
            font-weight: 600;
            color: #12cbc4;
        }

            .dropdown-select-listbox .option.selected:focus {
                background: #f6f6f6;
            }

    .dropdown-select-listbox a {
        color: #aaa;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
    }

        .dropdown-select-listbox a:hover {
            color: #666;
        }


.dropdown-select {
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25) 0%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    background-color: #fff;
    border-radius: 4px;
    border: solid 1px rgba(0,0,0,.2);
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    float: left;
    height: 30px;
    line-height: 26px;
    outline: none;
    padding-left: 10px;
    padding-right: 30px;
    position: relative;
    text-align: left !important;
    transition: all 0.2s ease-in-out;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
    width: auto;
    font-size: 11px;
}

    .dropdown-select:after {
        height: 0;
        width: 0;
        border-left: 4px solid transparent;
        border-right: 4px solid transparent;
        border-top: 4px solid #777;
        -webkit-transform: origin(50% 20%);
        transform: origin(50% 20%);
        transition: all 0.125s ease-in-out;
        content: '';
        display: block;
        margin-top: -2px;
        pointer-events: none;
        position: absolute;
        right: 10px;
        top: 50%;
    }

    .dropdown-select:focus {
        background-color: #fff;
    }

    .dropdown-select:hover {
        background-color: #fff;
    }

    .dropdown-select:active,
    .dropdown-select.open {
        background-color: #fff !important;
        border-color: #bbb;
        box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05) inset;
    }



        .dropdown-select.open:after {
            -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg);
        }

        .dropdown-select.open .list {
            -webkit-transform: scale(1);
            transform: scale(1);
            opacity: 1;
            pointer-events: auto;
        }

        .dropdown-select.open .option {
            cursor: pointer;
        }

    .dropdown-select.wide {
        /*width: 100%;*/
    }

        .dropdown-select.wide .list {
            left: 0 !important;
            right: 0 !important;
        }

    .dropdown-select .list {
        box-sizing: border-box;
        transition: all 0.15s cubic-bezier(0.25, 0, 0.25, 1.75), opacity 0.1s linear;
        -webkit-transform: scale(0.75);
        transform: scale(0.75);
        -webkit-transform-origin: 50% 0;
        transform-origin: 50% 0;
        background-color: #fff;
        border-bottom-left-radius: 4px;
        border-bottom-right-radius: 4px;
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1001;
        max-height: 250px;
        overflow: auto;
        border: 1px solid #ddd;
        width: 170px;
    }

        .dropdown-select .list:hover .option:not(:hover) {
            background-color: transparent !important;
        }

    .dropdown-select .dd-search {
        overflow: hidden;
        display: flex;
        align-items: center;
        justify-content: left;
        margin: 0.5rem 0 0 15px;
    }

    .dropdown-select .dd-searchbox {
        height: 22px;
        margin-bottom: 2px;
        width: 90%;
        border: 1px solid #999;
        border-color: #999;
        border-radius: 2px;
        outline: none;
    }

        .dropdown-select .dd-searchbox:focus {
            border-color: #12CBC4;
        }

    .dropdown-select .list ul {
        padding: 0;
    }

    .dropdown-select .option {
        cursor: default;
        font-weight: 400;
        line-height: 25px;
        outline: none;
        padding-left: 10px;
        margin-right: 39px;
        text-align: left;
        transition: all 0.2s;
        list-style: none;
    }

        .dropdown-select .option:hover,
        .dropdown-select .option:focus {
            background-color: #f6f6f6 !important;
        }

        .dropdown-select .option.selected {
            font-weight: 600;
            color: #12cbc4;
        }

            .dropdown-select .option.selected:focus {
                background: #f6f6f6;
            }

    .dropdown-select a {
        color: #aaa;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
    }

        .dropdown-select a:hover {
            color: #666;
        }

.clear-filter-btn {
    height: 16px;
    background: inherit;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    font-size: 10px;
    font-weight: 100;
    text-align: center;
    padding: 0 5px 1px 5px;
    line-height: 15px;
    display: none;
}

.ios .hide-mobile, .android .hide-mobile {
    display: none !important;
}

#wrapper.short-wrapper {
    padding-top: 0px !important;
}

#grid_mobile_btns_area {
    display: none;
}

.ios #grid_mobile_btns_area, .android #grid_mobile_btns_area {
    display: inline-grid;
}

#grid_mobile_btns_area_tl a {
    font-size: 20px;
    background: inherit;
    border-radius: 50%;
    text-decoration: none;
    padding: 15px;
    z-index: 999;
    border: 2px solid #e0e0e0;
    color: #001d64;
}

#grid_mobile_btns_area a {
    /* position: absolute;
        top: 80%;
        left: 75%;*/
    font-size: 24px;
    background: inherit;
    border-radius: 50%;
    text-decoration: none;
    padding: 15px;
    z-index: 999;
    border: 2px solid #e0e0e0;
    color: #001d64;
    text-align: center;
}

    #grid_mobile_btns_area a:first-child {
        margin-bottom: 5px;
    }

    #grid_mobile_btns_area a.active {
        border: 2px solid #f05304;
    }

.custom-filter-list-action-btns {
    margin-right: 3px;
    margin-left: 3px;
    color: #001d64;
    float: right;
    text-decoration: none !important;
}

#select_custom_filters.jqx-widget {
    margin-top: 3px;
    margin-left: 2px;
    font-weight: 100;
}

.tl_warning {
    margin-top: 5px;
    margin-bottom: 5px;
    display: none;
}

.jqx-grid-card-cell-value {
    font-weight: 700;
}

.filter-details {
    padding-left: 10px;
    padding-right: 10px;
    color: #4a4a4a;
    font-weight: bold;
}

.save-filter-area {
    display: none;
}

.ios .save-filter-area, .android .save-filter-area {
    display: flex;
}

.ios .my-video-dimensions, .android .my-video-dimensions {
    width: 100%
}

.ios .chat-icon, .android .chat-icon {
    display: none !important;
}

#search_log_header_info_container .two-inputs {
    font-weight: 700;
    color: black;
}

#search_log_header_info_container .details-context {
    margin: 0 30px 0 10px;
    padding: 0;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
}


.progress-ring {
    margin-left: 7px;
}

.progress-ring__circle {
    transition: 0.35s stroke-dashoffset;
    transform: rotate(-90deg);
    transform-origin: 50% 50%;
}

body {
    overscroll-behavior-y: contain;
}

.period-time-input {
    height: 25px;
    padding: 4px;
}

.period-days-select {
    width: 40px;
    height: 25px;
    border-color: #ccc;
}

.period_picker_container {
    width: 60px;
    margin-left: 25px;
}

.available_transport_section_checkbox {
    position: absolute;
    margin: 10px !important;
}

.panel-suitable-transport {
    position: relative;
}

    .panel-suitable-transport h4 {
        margin-left: 15px;
    }

.readed_msg_container {
    display: inline;
    float: left;
}

    .readed_msg_container i {
        font-size: 11px;
        color: #4a4a4a;
    }

.forwarder_away .glyphicon-user {
    color: #ffd100 !important;
}

.calendar-filter-input {
    text-align: left;
    width: 150px !important;
}

#table_content_area {
    background-color: transparent !important;
}

.suitable-transport-btns-container {
    width: 100%;
    overflow: hidden;
    margin: 10px 0 0 0;
}

    .suitable-transport-btns-container .button-exp {
        float: right;
        background: transparent;
        border: 1px solid rgba(0,0,0,.2);
        border-radius: 4px;
        font-size: 11px;
        font-weight: 500;
        padding: 6px 12px;
    }

.sp-users-container {
    margin-bottom: 5px;
    display: flex;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: 3px;
    padding: 5px;
}

.panel-title {
    color: black !important;
}

.noarrow::after {
    display: none !important;
}

.map-location {
    height: 70%;
}

.ios .map-location, .android .map-location {
    height: 75%;
}

.transitMobileLable {
    font-weight: normal;
    position: absolute;
    font-size: 8px;
    line-height: normal;
    text-align: center;
    padding: 3px;
    background: #e0e0e0;
    color: black;
    border-radius: 2px;
}


    .transitMobileLable.active {
        background: #f05304;
        color: white;
    }

.jqx-combobox-state-disabled, .jqx-combobox-state-disabled input {
    background: #eee;
    color: #555;
}

.dropdown-select-listbox .option.selected {
    color: #f05304;
}

.dd-searchbox:focus {
    border: 1px solid #f05304 !important;
    border-color: #f05304 !important;
}

.nolimit {
    color: white;
    background-color: lightgray;
}

.tag {
    padding: 5px;
    border-radius: 3px;
    color: black;
}

.grid-cell-user-icon {
    cursor: pointer;
    margin-top: 3px;
    margin-left: 10px;
    width: 10px;
    color: #001d64;
    font-size: 12px;
}

.grid-cell-nouser-icon {
    float: left;
    margin-top: 3px;
    margin-left: 10px;
    width: 10px;
    color: #001d64;
    font-size: 12px;
}

.grid-cell-offer-icon {
    margin-left: 5px;
    margin-right: 5px;
    color: #001d64;
}

.grid-cell-offer-icon-image {
    width: 16pt;
}

.grid-cell-eye-icon {
    cursor: pointer;

    margin-top: 2px;
    margin-left: 5px;
    width: 10px;
    color: #f05304;
}

.grid-cell-link {
    margin-left: 5px;
    margin-top: 3px;
}

.grid-cell-checkbox {
    margin-left: 10px;
    margin-right: 5px;
    margin-top: 3px;
}

.grid-cell-default {
    margin-top: 4px;
    margin-right: 10px;
    margin-left: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
}

.grid-cell-new {
    font-weight: 900;
    color: #001d64;
}

.grid-cell-new-default {
    color: black;
}

.grid-cell-action {
    margin-right: 3px;
    color: #f05304;
}

.grid-cell-sp-icon {
    width: 20px;
    margin-right: 5px;
}

.grid-cell-flag {
    margin-right: 10px;
    margin-left: 15px;
    margin-top: 2px;
}

.grid-column {
    padding-top: 2px;
    cursor: pointer;
    padding-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 14px;
}

.grid-column-inner {
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
}

.grid-column-group {
    padding-top: 2px;
    padding-bottom: 2px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
    margin-left: 5px;
    margin-right: 5px;
    line-height: 14px;
}

.grid-column-group-inner {
    text-overflow: ellipsis;
    cursor: default;
    word-break: break-word;
    white-space: normal;
}

.grid-column-transport-icon {
    margin-right: 10px;
    margin-left: 15px;
    margin-top: 2px;
    margin-right: 5px;
    color: #f05304;
}

.grid-column-transport-icon-link {
    color: #f05304;
    text-decoration: underline;
    font-size: 10pt;
    margin-left: 5px;
}

.grid-cell-new-font-weight {
    font-weight: 900;
}


.global-filters-container .bootstrap-tagsinput, .jqx-grid .bootstrap-tagsinput, .table_row .bootstrap-tagsinput {
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}

    .global-filters-container .bootstrap-tagsinput input[type="text"], .jqx-grid .bootstrap-tagsinput input[type="text"], .table_row .bootstrap-tagsinput input[type="text"] {
        display: none;
    }


.asstra-tags .bootstrap-tagsinput {
    border: none;
    box-shadow: none;
}

    .asstra-tags .bootstrap-tagsinput:hover, .asstra-tags .bootstrap-tagsinput:focus {
        border: 1px solid #ccc;
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    }


.tt-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
    cursor: pointer;
}

.tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.428571429;
    color: #333333;
    white-space: nowrap;
}

    .tt-suggestion:hover,
    .tt-suggestion:focus {
        color: #ffffff;
        text-decoration: none;
        outline: 0;
        background-color: #428bca;
    }

.tt-query,
.tt-hint {
    margin-bottom: 0;
}

.tt-hint {
    display: none;
}

.modal-body .two-columns {
    width: 48%;
    display: inline-block;
    vertical-align: top;
    text-align: left;
}

@media (max-width:1024px) {
    .modal-body .two-columns {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
}

#newTagForm .bootstrap-tagsinput {
    background-color: transparent;
    border: none;
    box-shadow: none;
}

    #newTagForm .bootstrap-tagsinput .tag [data-role="remove"] {
        display: none;
    }


.global-filters-container .tag-edit, .jqx-grid .tag-edit, .table_row .tag-edit, #newTagForm .tag-edit {
    display: none;
}

.jqx-grid-cell-pinned {
    background-color: white !important;
}

.jqx-grid-column-header {
    background-color: white !important;
}

.form-control-checkbox {
    margin-right: 5px !important;
}


.colorPickSelector {
    width: 100% !important;
    border-radius: 5px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    -webkit-transition: all linear .2s;
    -moz-transition: all linear .2s;
    -ms-transition: all linear .2s;
    -o-transition: all linear .2s;
    transition: all linear .2s;
}

#colorPick {
    z-index: 1400 !important;
}

.tab-btn {
    display: none;
}


.tag-body {
}

.tab-btn {
    cursor: pointer;
}

.popup-tag {
    display: none;
    position: fixed;
    z-index: 9999;
}

    .popup-tag:hover {
        display: block;
    }

    .popup-tag .tag-body:hover {
        /*transform: scale(2, 2);
        transform-origin: center;
        z-index: 9999;
        position: fixed;*/
    }

    .popup-tag .tag-body .tab-btn {
        display: inline-block;
    }

    .popup-tag .tag-body-small:hover {
        width: fit-content;
        height: fit-content;
    }

.tag-body-small .tag-text {
    display: none;
}

.popup-tag .tag-body-small .tag-text {
    display: inline-block;
}

.tag-body-small {
    width: 15px;
    margin-right: 3px;
    padding: 3px;
    display: inline-block;
    border-radius: 2px;
}

/*.jqx-grid-cell:hover {
    z-index: 998 !important;
}
*/
.filter-block .selected-filter.filter-button:hover {
    color: white;
}

.jqx-popover-content .bootstrap-tagsinput {
    width: 100%;
    background-color: #EAEFF3 !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
}

.user-form .bootstrap-tagsinput {
    width: 100%;
    border: none !important;
    box-shadow: none !important;
    padding: 0px !important;
}

    .jqx-popover-content .bootstrap-tagsinput input, .user-form .bootstrap-tagsinput input {
        display: none;
    }

.bootstrap-tagsinput .tag [data-role="remove"]::after {
    font-size: 12px;
}

.form-control.jqx-combobox {
    padding: 2px;
}

.checkbox-label {
    margin-left: 5px;
}

.active-notif {
    background-color: #eaeff3;
    padding: 5px;
}

.notactive-notif {
    padding: 5px;
}


#ajax-context-details-body {
    height: 100%;
    display: none;
}

.details-num {
    line-height: normal;
    margin-top: 2px;
}

.bootstrap-tagsinput input:hover, .bootstrap-tagsinput:hover {
    border: none !important;
    box-shadow: none !important;
}

/*.jqx-enableselect {
    z-index: 800 !important;
}*/

div[name=filedrag] {
    margin-left: 160px;
}

div.jfilestyle label {
    width: 150px !important;
}

.details-num {
    display: block;
    /*  white-space: nowrap;*/
    overflow: hidden;
    text-overflow: ellipsis;
}



.fin-header .details-header .details-title {
    display: block;
}


.edit-cell {
    background-color: #ffd5c0;
}

.modal {
    z-index: 2050 !important;
}

.modal-backdrop {
    z-index: 2040 !important;
}

.jsPanel-standard {
    z-index: 5000 !important;
}

.jfilestyle {
    width: 100%;
}

.showMapFrame, .showEventsMultyFrame, .large-modal-frame {
    z-index: 2045 !important;
}

.globe {
    width: 16px;
}

.e-pagesizes {
    float: right;
    padding-bottom: 9px;
    padding-top: 24px;
    padding-right: 5px;
}

.e-pagerconstant {
    display: none !important;
}

.e-pagercontainer {
    float: right;
}

.e-pager div.e-parentmsgbar {
    padding-right: 0 !important;
}

.e-grid .e-rowcell {
    font-size: 10px !important;
}

/*.e-headercelldiv {
    word-wrap: break-word !important;
    white-space: inherit !important;
}

.e-grid .e-headercelldiv {
    line-height: 14px !important;*/
    /*text-align: center !important;*/
    /*font-size: 10px !important;
}

.e-grid .e-headercell {
    padding: 0px !important;
}*/

/*.e-rowcell .e-checkbox-wrapper {
    text-align: center !important;
    width: 100%;
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #f05304 !important;
}

.group-hide .e-icons::before {
    content: '' !important;
}
.group-hide {
    pointer-events: none;
}

.e-row .e-customizedExpandcell {
    border-style: solid;
    border-width: 1px 0 0 0;
    border-color: #e0e0e0;
}



.e-row[aria-selected="true"] .e-customizedExpandcell {
    background-color: #e0e0e0;        
}

 

.e-grid.e-gridhover tr[role='row']:hover {
    background-color: #eee;
            
}

*/
.e-pager .e-currentitem, .e-pager .e-currentitem:hover {
    background: #f05304 !important;
}


.e-grid .e-frozenheader > .e-table, .e-grid .e-frozencontent > .e-table, .e-grid .e-frozencontent .e-virtualtable > .e-table, .e-grid .e-frozenheader .e-virtualtable > .e-table {
    border-right-color: #f05304 !important;
}

.e-detailrowcollapse .e-icon-grightarrow::before,
.e-detailrowexpand .e-icon-grightarrow::before
{
    content: '\e7f9' !important;
}

.e-detailrowcollapse  .e-icon-gdownarrow::before,
.e-detailrowexpand .e-icon-gdownarrow::before
{
    content: '\e934' !important;
}

.e-detailrowcollapse, .e-detailrowexpand {
    text-align: center;
}

    .e-detailrowcollapse a:hover, .e-detailrowexpand a:hover,
    .e-detailrowcollapse a:focus, .e-detailrowexpand a:focus {
        text-decoration: none;
    }

.e-cursor, .e-cursor-rnum {
    cursor: pointer;
}

.e-cursor_full {
    cursor: pointer;
    padding: 0px !important;
}

.selected-release {
    padding: 5px;
    color: black;
    border-radius: 4px;
    border: 2px solid #001d64;
}
.notselected-release {
    padding: 5px;
    color: black;
    border: 1px solid gray;
    border-radius: 4px;
}

.e-checkbox-wrapper .e-frame.e-check, .e-css.e-checkbox-wrapper .e-frame.e-check {
    background-color: #f05304 !important;
}

.e-templatecell span {
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-word;
    white-space: normal;
    line-height:15px;
}

.e-gridcontent .e-grid .e-normal, .e-gridcontent .e-grid .e-cursor, .e-gridcontent .e-grid .e-cursor-rnum {
    padding: 0px 5px !important;
    display: inline;
}
.e-gridcontent .e-grid .e-normal-inline, .e-gridcontent .e-grid .e-cursor-inline {
    padding: 0px 5px !important;
}
    .e-grid .e-cursor_full {
        padding: 0px !important;
    }

.e-grid .e-groupcaption {
    padding: 0px !important;
}
.e-grid .e-headercell {
    padding: 0px 5px !important;
}

.e-grid .e-rowcell .e-checkbox-wrapper, .e-grid .e-rowcell .e-css.e-checkbox-wrapper {
    padding-left: 5px !important;
}

.e-rowcell-inner {
    height: 30px;
    display:block;
}

.modal-header.formbar-title {
    min-height:40px;
}

.e-pager .e-pagercontainer {
    margin: 0px 6px 0px 18px !important;
}

.e-pager div.e-parentmsgbar {
    padding-bottom: 0px !important; 
    padding-top: 10px !important;
}

.e-pagesizes {
    padding-bottom: 0px !important;
    padding-top: 20px !important;
}


.sconfirmed {
    font-size: 14px;
    color: green;
}

.sunconfirmed {
    font-size: 14px;
    color: red;
}

.list-view .e-grid {
    font-family: 'Arial', sans-serif !important;
}

.e-grid .e-headercelldiv {
    color: black !important;
    font-weight: bold !important;
}

.e-grid .e-rowcell:not(.e-editedbatchcell):not(.e-updatedtd), .e-grid .e-detailrowcollapse:not(.e-editedbatchcell):not(.e-updatedtd), .e-grid .e-detailrowexpand:not(.e-editedbatchcell):not(.e-updatedtd), .e-grid .e-gridcontent .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd), .e-grid .e-gridheader .e-rowdragdrop:not(.e-editedbatchcell):not(.e-updatedtd), .e-grid .e-emptyrow:not(.e-editedbatchcell):not(.e-updatedtd) {
    color: black !important;
}

.e-grid td.e-active {
    background: #ffc0a1 !important;
}



.sb-start-btn {
    width: 250px !important;
}


.phone_code_selector_container_wrapper.disabled span, .phone_code_selector_container_wrapper.disabled #phone_code_input_select {
    background-color: #eaeff3 !important;
}

.big-info-sign {

    vertical-align: middle;
    color:lightgray;
}

.users_login_list_label {
    text-indent: 2%;
    font-size: 16px;
    color: #aaa;
    font-weight: 700;
}



.selected-user {
    color: #f05304;
    font-weight: 700;
}

.twenty {
    width:20%;
}

.eventHideMode {
    display:none;
}

.eventSkippedMode {
    display: none;
}



.e-toast-container .e-toast {
    background-color: white !important;

}

.e-toast .e-toast-info .e-toast-title {
    color: #001d64 !important;
}

.e-toast .e-toast-info .e-toast-content {
    color: #001d64 !important;
    border-top: #001d64 solid;
}

.e-toast .e-toast-info .e-toast-close-icon {
    color: #001d64 !important;
}


.e-toast .e-toast-info .glyphicon {
    color: #001d64;
}

.e-toast .e-toast-success .glyphicon {
    color: forestgreen;
}

.e-toast .e-toast-success .e-toast-title {
    color: forestgreen !important;
}

.e-toast .e-toast-success .e-toast-content {
    color: forestgreen !important;
    border-top: forestgreen solid;
}

.e-toast .e-toast-success .e-toast-close-icon {
    color: forestgreen !important;
}

.e-toast-progress {
    background-color: #f05304 !important;
}

.e-toast-container .e-toast .e-toast-close-icon {
    font-size: 10px !important;
    align-items: start !important;
}

.e-toast-container .e-toast {
    font-size: 10px !important;
    line-height: 1 !important;
}

.e-rowcell-inner-updating {
    width: 100%;
    display: block;
    height: 30px;
    background-image: url(/images/update.gif);
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    float: left;
    background-size: 20px;
}

.orange {
    color: #f05304;
}

.green {
    color: green;
}

.hiddenPlus {
    display:none;
}



.login-form-body a:focus, .edit-form-body a:focus, .sb-form-body a:focus {
    outline: none;
    color: #f05304 !important;
}

.sb-form-body a {
    text-decoration: underline !important;
    color: #999;
}

    .sb-form-body a:hover {
        color: #f05304 !important;
    }

.freightId_mark {
    background-image: url("/images/transeu_short.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 16px;
    width: 30px;
    display: inline-block;
    vertical-align: middle;
    margin-left:5px;
}

.delete-remark {
    color: lightgray;
}

.delete-remark:hover {
    color: red;
}


td:has(> .e-first-order) {
    background-color: #d8e3ff;
}

.first-order-sign {
    color:#296ACD ;
    font-size: 12px;
}