﻿/*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-family: Lato;
    font-size: 12px;
}


h2 {
    font-size: 20px;
}

h3 {
    font-size: 18px;
}

.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/bg.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: #EA6012 !important;
    }

    .login-form-body a:visited {
        color: #999 !important;
    }

.login-form-body label, .edit-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 {
    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: #EA6012 !important;
}

.navbar-toggle i:hover, .navbar-toggle:focus .navbar-top-links a:hover, .navbar-top-links a:focus {
    color: #EA6012 !important;
}

#dropdownMenu1:hover {
    color: #EA6012 !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;
    }


.contentCollaps {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.collapsible {
    cursor: pointer;
}

.collapsIcon {
    float: right;
    color: #999;
    -moz-transition: all 2s linear;
    -webkit-transition: all 2s linear;
    transition: all 0.2s linear;
}

    .collapsIcon.down {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }


.btn-light {
    border-color: #999;
    border-radius: 4px;
    font-family: Lato-Bold !important;
    font-size: 20pt !important;
}

.btn-primary, .btn-default, .btn-danger {
    border-radius: 4px;
    font-family: Lato-Bold !important;
    font-size: 18px !important;
}

.btn-primary {
    color: #fff;
    background-color: #EA6012;
    border-color: #EA6012;
}

    .btn-primary:hover {
        background-color: #D95711;
        border-color: #D95711;
    }

    .btn-primary:active, .btn-primary.active {
        background-color: #D95711;
        border-color: #D95711;
    }

    .btn-primary:focus {
        background-color: #D95711;
        border-color: #D95711;
    }

    .btn-primary:active:hover {
        background-color: #D95711;
        border-color: #D95711;
    }

.login-form-body, .edit-form-body {
    background-color: white;
    border-color: white;
    border-radius: 4px;
}

.form-control {
    border-radius: 4px !important;
    border-bottom-left-radius: 0 !important;
    border-top-left-radius: 0 !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: 1px solid #a94442;
}

.validation-summary-errors {
    text-align: center;
}

    .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
}

.navbar-top-links > li > a {
    color: #95AFC2 !important;
}

.navbar-top-links .progress {
    margin-bottom: 6px
}

/*.navbar-header {
    width: 100%;
    background: #EAF0F3;
    border: 0
}*/

.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 {
    padding-left: 10px;
}

.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 {
        /*float: none;
    padding: 0 15px;
    line-height: 50px;
    border: 0;
    color: #95AFC2 !important;
    margin: 0;
    display: inline-block;
    border-radius: 0*/
        margin-right: 25px;
    }

        .navbar-header .navbar-toggle:focus, .navbar-header .navbar-toggle:hover {
            background: rgba(0,0,0,.3);
            /*color: #EB5E0A;
        border-color: #EB5E0A;*/
        }

.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: #EA6012
}

#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: #EA6012;
        color: #fff
    }

#side-menu ul > li > a:hover {
    color: #13dafe;
    background: #D95711;
}

#side-menu ul > li > a.active {
    color: #13dafe;
    background: #D95711;
}

/*.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;
    }

#page-wrapper {
    padding: 0;
    min-height: 568px;
}


.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
}



@media (min-width:768px) {
    #page-wrapper {
        /*position: relative;
        margin: 0 0 0 220px;
        transition: .5s ease-out;
        top: 40px*/
    }

    .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:1024px) {
    .b-r-none {
        border-right: 0
    }
}

@media (max-width:767px) {
    .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: 14px;
    font-weight: bold;
}

#pagerOrdersList {
    background-color: white !important;
}

.jqx-grid-cell {
    border-width: 0px 0px 1px 1px !important;
    font-size: 14px !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: #EA6012;
    }

.jqx-grid-pager-number:hover {
    color: #EA6012 !important;
}


.jqx-grid-cell {
    cursor: pointer;
}

.orderMap {
    height: 600px;
}

.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 {
    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 {
    font-size: 24pt;
}

.login-form-body .btn-default, .edit-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 {
        background: #ccc !important;
    }

.modal-body .form-group {
    width: 100%;
}

.orderBody .form-group {
    font-size: 12pt;
}

.floatPanel {
    z-index: 100;
    position: absolute;
    cursor: pointer;
    left: 10px;
    top: 50px;
    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: #B3B3B3;
}

.event-latest {
    color: #31708f;
}

.modal-title {
    font-size: 18pt;
}

.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: #B3B3B3;
}

#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 #EA6012; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 2s linear infinite;
}

@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: #EA6012;
}

#pac-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: 500px;
}

    #pac-input:focus {
        border-color: #4d90fe;
    }

.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: #EB5E0A;
    height: 53px;
}

.navbar-collapse {
    background-color: #272634 !important;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-forme {
    border-color: #272634 !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;
}

    .dropdown-toggle .glyphicon {
        margin-right: 10px;
    }

.navbar-default .navbar-nav > .active > a {
    background-color: #272634 !important;
    color: white !important;
}

    .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
        color: #EB5E0A !important;
    }

.icon-bar:hover {
    background-color: #EB5E0A !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #EB5E0A !important;
    background-color: #272634 !important;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a {
    color: white !important;
}

    .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover {
        color: #EB5E0A !important;
    }

.dropdown-toggle .active {
    color: white !important;
}

    .dropdown-toggle .active:focus {
        color: white !important;
    }

.navbar-default {
    background-color: #272634;
}

.navbar .dropdown-menu {
    background-color: #272634;
    margin-right: 10px;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #272634;
}

.navbar-default .navbar-nav > li.active > a {
    color: #EB5E0A !important;
    border-bottom: 3px solid #EB5E0A;
}

.panel-container {
    display: flex;
    flex-direction: row;
    border: none;
    overflow: hidden;
    /* avoid browser level touch actions */
    xtouch-action: none;
}


.panel-right {
    background: #F2F2F2;
}
/*.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;
}

.sidebar {
    background-color: #F2F2F2;
    z-index: 1;
    position: fixed;
    top: 53px;
    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;
}

.main-context-header .glyphicon {
    color: #95AFC2;
    margin-top: 5px;
    margin-left: 10px;
    text-decoration: none;
    cursor: pointer;
}

    .main-context-header .glyphicon:hover {
        color: #EB5E0A;
    }

.main-context-header {
    color: #94AEC0;
}

    .main-context-header h3 {
        font-weight: bold;
    }

    .main-context-header a {
        font-size: 24px;
    }

.sidebar {
    color: #272634;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:hover, .nav-pills > li.active > a:focus {
    background-color: #EB5E0A;
    color: #272634;
    text-decoration: none;
}

.nav-pills > li > a {
    color: #999999;
    text-decoration: underline;
}

.tabs-panel, .tabs-panel1 {
    padding: 5px 10px 5px 30px;
    font-size: 14px;
    min-height: 40px;
}

.table-panel {
    padding: 5px 10px 5px 30px;
}

.details-header {
    padding-top: 10px;
    padding-left: 10px;
    display: inline-block;
    width: 90%;
}

.details-title {
    font-size: 12px;
    margin: 0px;
}

.details-num {
    font-size: 16px;
}

.details-top {
    width: 100%;
}

    .details-top .glyphicon {
        padding-top: 15px;
        padding-right: 10px;
        color: #B3B3B3;
    }

        .details-top .glyphicon:hover {
            color: #EB5E0A;
        }

.jqx-widget .jqx-grid-cell, .jqx-widget .jqx-grid-column-header, .jqx-widget .jqx-grid-group-cell {
    border-left: none;
}

.jqx-fill-state-pressed {
    background-color: #F2F2F2;
}

.jqx-widget-header {
    background-color: transparent;
}

.stop-link {
    color: #EB5E0A;
    text-decoration: underline;
}

.bet-form-body {
    margin: 10px;
}

.view-lable {
    font-size: 12px;
    display: block;
    color: #B3B3B3;
}

.view-group {
    display: inline-block;
    margin-bottom: 15px;
    margin-right: 15px;
    width: 25%;
    vertical-align: top;
}

.view2-group {
    display: inline-block;
    margin-right: 15px;
    width: 45%;
    vertical-align: top;
}

    .view-group span, .view2-group span {
        font-size: 12px;
    }

.view-row h4 {
    font-size: 12px;
    color: #EB5E0A;
    font-weight: bold;
    margin-top: 10px;
    margin-top: 15px;
}

    .view-row h4 .glyphicon {
        margin-right: 5px;
    }

.view-row {
    margin-top: 10px;
}

.sidebar {
    padding-left: 20px;
}

    .sidebar a {
        color: #EB5E0A;
        text-decoration: underline;
    }

.buttons-area {
    margin: 10px;
}

.remove {
    color: #CC3366;
}

.command-link {
    cursor: pointer;
    text-decoration: underline;
}



.bet-item {
    background-color: white;
    padding: 5px;
    margin-bottom: 10px;
    border: 2px solid #f3f3f3;
}

.rejected-bet {
    background-color: #F2DEDE;
    color: black;
}

.selected-bet {
    background-color: #DFF0D7;
    color: black;
}

.bet-currency {
    color: #EA6012;
    font-weight: bold;
    font-size: 20px;
    text-align: right;
}

.rejected-bet .bet-currency {
    color: #BB4945;
}

.selected-bet .bet-currency {
    color: #438954;
}

.badge {
    background-color: #ED1C37;
}

.list-group-item.active > .badge, .nav-pills > .active > a > .badge {
    background-color: #ED1C37;
    color: white;
}

.detailsview-top {
    background-color: #EAEFF3;
}

    .detailsview-top .details-header {
        margin-left: 25px;
    }

.first-btn {
    margin-bottom: 10px !important;
}

.details-section {
    margin-top: 5px;
}

.normal-bet {
    background-color: #EAEFF3;
}

.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;
}

.inline-block {
    display: inline-block;
}

.filter-panel {
    background-color: #EAEFF3;
}

.jqx-popover {
    z-index: 999 !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;
    margin-bottom: 5px;
    display: inline-block;
}

    .filter-block .glyphicon {
        color: #B3B3B3;
    }

.popover-panel {
    width: 290px;
}

.filter-apply-btn, .filter-cancel-btn {
    width: 49%;
    display: inline-block;
}

.tabs-panel .nav, .tabs-panel1 .nav {
    display: inline-block;
    width: 60%;
}

.tabs-panel .glyphicon, .tabs-panel1 .glyphicon {
    font-size: 24px;
    margin-top: 0px;
    margin-right: 10px;
    color: #95AFC2;
    cursor: pointer;
}

    .tabs-panel .glyphicon:hover, .tabs-panel1 .glyphicon:hover {
        color: #EB5E0A;
        text-decoration: none;
    }

.tabs-panel i {
    font-size: 24px;
    margin-top: 0px;
    margin-right: 10px;
    color: #95AFC2;
    cursor: pointer;
}

    .tabs-panel i:hover {
        color: #EB5E0A;
        text-decoration: none;
    }

.filter-button {
    cursor: pointer;
}

    .filter-button:hover {
        color: #EB5E0A;
    }

#saveFilterButton {
    margin-left: 20px;
    text-decoration: underline;
    color: #94AEC0;
    border: none;
    background: transparent;
}

    #saveFilterButton:hover {
        color: #EB5E0A;
        cursor: pointer;
    }

    #saveFilterButton span:hover {
        color: #EB5E0A;
    }

.login-summary-error ul {
    padding-left: 0px;
}

.rejected {
    background-color: #F2DEDE;
}

.with_bet {
    background-color: #ffff99;
}

.confirmed {
    background-color: #ccff99;
}

.locked {
    background-color: #cccccc;
}

.inline-details .view-column {
    width: 100%;
    display: inline-block;
    vertical-align: top;
}

.full-details {
    padding-left: 30px;
}

    .full-details .view-column {
        width: 33%;
        display: inline-block;
        vertical-align: top;
    }

@media (max-width:1024px) {
    .full-details .view-column {
        width: 49%;
        display: inline-block;
        vertical-align: top;
    }
}

@media (max-width:768px) {
    .full-details .view-column {
        width: 100%;
        display: inline-block;
        vertical-align: top;
    }
}

.full-details .two-columns {
    width: 49%;
    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:768px) {
    .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-fill-state-normal {
    background-color: transparent;
}

.btn span {
    font-size: 18px !important;
    color: white !important;
}

.spotTab {
    cursor: pointer;
}


.selected-filter {
    background-color: white;
    color: black;
}

.filter_checkbox {
    color: #9C99A3;
}

    .filter_checkbox:hover {
        color: #EB5E0A;
        cursor: pointer;
    }

.filter_input {
    border-color: #aaa;
    background: #EAEFF3;
    color: #9C99A3;
    border-width: 1px;
}

    .filter_input:hover {
        color: #EB5E0A;
        background-color: white;
    }

    .filter_input:focus {
        color: black;
        background-color: white;
    }

.selected-filter-input {
    color: black;
    background-color: white;
}

.details-row {
    margin-top: 3px;
}

/*.transport-form-control {
    min-width:150px;
    max-width:400px;
}*/

#dropdownlistContentDestCountry {
    width: 100% !important;
}

.warn {
    color: red;
}

.filter-block .glyphicon-remove {
    cursor: pointer;
    text-decoration: none;
}

    .filter-block .glyphicon-remove:hover {
        color: #EB5E0A;
    }

.spotDetailsTab {
    cursor: pointer;
}

.left-message, .right-message {
    width: 100%;
    margin: 5px;
    display: block;
}



.left-message-body {
    padding: 5px;
    background-color: #dff0d8;
    margin-right: 25%;
}

.right-message-body {
    padding: 5px;
    background-color: #d9edf7;
    text-align: right;
    margin-left: 25%;
}

#chat {
    background-color: white;
    padding: 5px;
}

.dest-country .glyphicon {
    margin-top: 28px;
    cursor: pointer;
}

    .dest-country .glyphicon:hover {
        text-decoration: none;
        color: #EB5E0A;
    }

.mobile .main-context-filter {
    display: none;
}

.mobile .main-context-header button {
    display: none;
}


.mobile .new-filter-btn {
    display: none;
}

.mobile .mode-switch {
    display: none;
}

.mobile .save-filter-btn {
    display: none !important;
}

.save-filter-btn {
    display: inline-block;
}



.mobile .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: 12px;
}

.input-group-addon {
    font-size: 12px;
}

.mobile .tabs-panel, .mobile .tabs-panel1 {
    padding: 5px 10px 5px 10px;
}

    .mobile .tabs-panel .nav, .mobile .tabs-panel1 .nav {
        width: 100%;
    }

.nav > li > a {
    padding: 5px;
}

.mobile-block {
    margin-left: 50px;
}


.mobile .mobile-block {
    display: block;
    margin-left: 0px;
}

.additional-info {
    float: right;
    width: 24%;
}

.mobile .additional-info {
    float: right;
    width: 100%;
}

.navbar-nav > li {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
}

.mobile .full-details {
    padding-left: 10px;
    padding-right: 10px;
}

.mobile .desktop-new {
    display: none;
}

.mobile .navbar-header .navbar-toggle {
    margin-right: 0px;
}

.back-btn {
    display: none;
    width: 5%;
}

.mobile .back-btn {
    display: inline-block;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 20px;
    color: #95AFC2;
    margin-top: 15px;
    vertical-align: top;
}

.mobile .detailsview-top .details-header {
    margin-left: 0px;
}

.mobile .panel-left {
    width: 100%;
}

@media (max-width:1200px) and (min-width:768px) {
    .main-menu-item-text {
        display: none;
    }
}

.jqx-grid-cell-pinned {
    background-color: #EAEFF3;
}

.tabs-panel .glyphicon span,
.tabs-panel1 .glyphicon span {
    margin-left: 5px;
    text-decoration:none;
}

.details-section-title {
    position: relative;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-size: 16px;
    color: #1b1b1b;
    font-weight: 600;
    text-transform: uppercase;
}

    .details-section-title::before {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 100%;
        height: 2px;
        background: #f1f1f1;
    }

    .details-section-title::after {
        content: "";
        position: absolute;
        left: 0px;
        bottom: 0px;
        width: 30%;
        height: 2px;
        background: #f05304;
    }

.required:after {
    color: red;
    content: " *";
}

.login-form-body .icon_btn, .edit-form-body .icon_btn, .icon_btn {
    cursor: pointer;
    color: #D95711 !important;
    text-decoration: none !important;
}

.form-group {
    margin-bottom: 5px;
}

.btnContainer {
    margin-bottom: 10px;
    padding: 10px;
}

.formBtn {
    border-radius: 3px;
    padding: 1px 5px 1px 5px;
    cursor: pointer;
    color: #fff;
    background-color: #001d64;
    border-color: #001d64;
    padding: 6px 12px;
    line-height: 1.42857143;
}

    .formBtn:hover {
        color: #D95711;
    }

.formContent {
    margin-bottom: 10px;
    min-height: 40px;
    padding: 10px;
}

.conosamentContainer {
    display: flex;
    width: 100%;
}

.black {
    color: black;
    font-weight: bold;
}

.shipDateTime {
    border: 1px solid black;
    border-color: rgba(0,0,0,.3);
    border-radius: 2px;
    padding: 10px;
    margin-bottom: 1%;
}

.inline-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    font-size: initial;
}

.inline-input {
    width: 20% !important;
    height: 20px !important;
    margin: 0.3rem;
}

.spotTab a, .spotSubTab a {
    text-decoration: none !important;
}

.spotTab, .spotSubTab {
    border: 1px solid lightgray;
    min-width: 100px;
    text-align: center;
}

.nav-pills > li > a {
    border-radius: unset;
}

.spotTab span, .spotSubTab span {
    display: none;
    background-color: gray;
    color: white;
    padding: 2px;
    border-radius: 4px;
}

.spotTab .warn, .spotSubTab .warn {
    background-color: red;
}

.removeBtn {
    color: red;
    cursor: pointer;
}

.appTransItems {
    margin-bottom: 10px;
}

.appTransportItem {
    border: 1px solid black;
    border-color: rgba(0,0,0,.3);
    border-radius: 2px;
    padding: 10px;
}

#billOfLadingCombo.jqx-combobox-state-disabled, .jqx-combobox-state-disabled .jqx-combobox-input {
    background-color: #eee !important;
    color: black;
    opacity: 1;
}
