﻿html {
    height: 100%;
    width: 100%
}

html body {
    height: 100%;
    width: 100%
}

html .container {
    width: 100%;
    min-height: 100%;
    position: relative;
    overflow: hidden
}

html .row,
html form {
    height: 100%
}

body {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.bor-rad-2 {
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box
}

.no-border-r {
    border-right: 0 !important
}

.no-border-r button {
    border-right: 0 !important
}

.no-border-l {
    border-left: 0 !important
}

.no-border-l button {
    border-left: 0 !important
}

div.no-padding {
    padding-left: 0;
    padding-right: 0
}

div.no-padding-r,
button.no-padding-r {
    padding-right: 0
}

div.no-padding-l,
button.no-padding-l {
    padding-left: 0
}

.status-indicator {
    display: block;
    height: 10px;
    width: 10px;
    -webkit-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px;
    background-clip: padding-box
}

.status-indicator.active {
    background-color: #79C027
}

.status-indicator.inactive {
    background-color: #D0001C
}

input {
    outline: 0;
    border: 0;
    color: #A1A1A1;
    font-family: "Roboto-Regular";
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

input::-webkit-input-placeholder {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: normal
}

input::-moz-placeholder {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: normal
}

input:-ms-input-placeholder {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: normal
}

input:-moz-placeholder {
    color: #A1A1A1;
    font-size: 14px;
    font-weight: normal
}

.hidden-input {
    display: none
}

a {
    font-family: "Roboto-Regular";
    cursor: pointer
}

a:hover {
    color: #0E54A3
}

a:visited {
    outline: 0
}

a.simple-link {
    color: #146ACC;
    display: inline-block;
    text-decoration: none;
    line-height: 16px;
    border-bottom: 1px solid transparent
}

a.simple-link:hover {
    color: #0E54A3;
    text-decoration: none;
    border-bottom: 1px solid #0E54A3
}

a.simple-link:focus,
a.simple-link:active,
a.simple-link:visited {
    outline: 0
}

a.simple-link:active {
    text-decoration: none
}

.more-filters {
    margin: 20px 0;
    display: none
}

.more-filters.simple-link {
    display: none
}

.text-right {
    text-align: right
}

.dinline {
    display: inline-block
}

.primary-btn,
.green-btn,
.grey-btn,
.btn-dismiss,
.blue-btn,
.red-btn,
.yellow-btn,
.flex-bulk {
    height: 36px;
    display: inline-block;
    line-height: 36px;
    color: white;
    padding: 0 18px;
    font-size: 14px !important;
    font-family: "Roboto-Regular";
    text-decoration: none
}

.primary-btn:hover,
.green-btn:hover,
.grey-btn:hover,
.btn-dismiss:hover,
.blue-btn:hover,
.red-btn:hover,
.yellow-btn:hover,
.flex-bulk:hover {
    color: white;
    text-decoration: none
}

.primary-btn:visited,
.primary-btn:focus,
.primary-btn:active,
.green-btn:visited,
.green-btn:focus,
.green-btn:active,
.grey-btn:visited,
.grey-btn:focus,
.grey-btn:active,
.btn-dismiss:visited,
.btn-dismiss:focus,
.btn-dismiss:active,
.blue-btn:visited,
.blue-btn:focus,
.blue-btn:active,
.red-btn:visited,
.red-btn:focus,
.red-btn:active,
.yellow-btn:visited,
.yellow-btn:focus,
.yellow-btn:active,
.flex-bulk:visited,
.flex-bulk:focus,
.flex-bulk:active {
    outline: 0;
    text-decoration: none;
    color: white
}

.btn.flex-bulk {
    color: #146ACC;
    border: 1px solid #CDCDCD
}

.btn.flex-bulk:hover {
    color: white;
    border: 1px solid #146ACC;
    background-color: #146ACC
}

.next-step {
    position: relative
}

.next-step.loading .text {
    visibility: hidden
}

.next-step.loading .btn-loader {
    display: block
}

.next-step .btn-loader {
    background: url(../img/icons/checkout_spinner.svg) center no-repeat;
    height: 24px;
    width: 25px;
    background-size: 25px;
    position: absolute;
    top: 6px;
    right: 0;
    left: 0;
    margin: 0 auto;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite;
    display: none
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
        -web-transform-origin: center center
    }
    100% {
        -webkit-transform: rotate(360deg);
        -web-transform-origin: center center
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
        transform-origin: center center
    }
    100% {
        transform: rotate(360deg);
        transform-origin: center center
    }
}

.primary-btn {
    background: #0E54A3
}

.primary-btn:hover {
    background: #146ACC
}

.primary-btn:focus {
    text-decoration: none;
    outline: 0
}

.green-btn,
.grey-btn {
    text-align: center;
    background: #79C027
}

.green-btn:hover,
.grey-btn:hover {
    background: #63b306
}

.blue-btn {
    text-align: center;
    background: #0E54A3
}

.blue-btn:hover {
    background: #146ACC
}

.red-btn {
    text-align: center;
    background: #D0001C
}

.red-btn:hover {
    background: #f92c48
}

.yellow-btn:hover {
    background: #ffff00
}

.grey-btn {
    text-align: center;
    background: #767676
}

.grey-btn:hover {
    background: #545353
}

.btn-dismiss {
    color: #4A4A4A;
    background-color: transparent
}

.btn-dismiss:hover {
    color: #4A4A4A
}

.close-btn {
    position: absolute;
    top: 35px;
    right: 46px;
    cursor: pointer;
    display: block;
    height: 14px;
    width: 14px;
    background: url("../img/icons/ic_close.svg") center no-repeat
}

.close-btn:hover {
    text-decoration: none
}

.back-btn {
    font-size: 16px;
    color: #146ACC;
    padding-left: 28px;
    background: url("../img/icons/ic_arrow_left_blue.svg") center left no-repeat
}

.options-btn {
    height: 36px;
    width: 36px;
    display: block;
    border: 1px solid #EBEBEB;
    background: url("../img/icons/ic_dots.svg") center no-repeat
}

.route.active .edit-btn,
.route:hover .edit-btn {
    border: 1px solid #146ACC;
    background: url("../img/icons/ic_blue_right.svg") center right 8px no-repeat white;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box;
    text-decoration: none
}

.route.active .edit-btn span,
.route:hover .edit-btn span {
    display: block
}

.edit-btn {
    height: 28px;
    min-width: 24px;
    padding: 0 12px;
    display: block;
    background: url("../img/icons/ic_blue_right.svg") center right 8px no-repeat;
    float: right;
    margin-right: 10px;
    line-height: 26px
}

.edit-btn:hover {
    border: 1px solid #146ACC;
    background: url("../img/icons/ic_blue_right.svg") center right 8px no-repeat white;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box;
    text-decoration: none
}

.edit-btn span {
    margin-right: 12px;
    display: none;
    font-size: 14px;
    color: #515151
}

.detail-btn {
    height: 28px;
    vertical-align: middle;
    line-height: 28px;
    display: inline-block;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box;
    background: url("../img/icons/ic_arrow_blue_right.svg") center right 11px no-repeat;
    padding: 0 30px 0 10px;
    text-decoration: none;
    color: #515151;
    float: right;
    margin-right: 7px
}

.detail-btn:hover,
.detail-btn:focus,
.detail-btn:active {
    text-decoration: none;
    outline: 0
}

.detail-btn span {
    font-size: 14px;
    color: #515151;
    display: none
}

html .white-bg {
    background-color: white
}

.full-width {
    width: 100%
}

label.error {
    color: #D0001C
}

input.error {
    border: 1px solid #D0001C;
    margin-bottom: 6px
}

.customCheckbox {
    width: 100%;
    position: relative;
    margin: 0px auto
}

.customCheckbox .label {
    position: relative;
    left: auto;
    top: auto;
    padding: 1px 0 0 33px;
    display: block;
    float: left;
    width: 88%;
    text-align: left;
    background-color: transparent;
    font-family: "Roboto-Regular";
    font-size: 14px;
    color: #4A4A4A;
    font-weight: normal;
    white-space: normal;
    line-height: 15px;
    margin-bottom: 8px
}

.customCheckbox input[type=checkbox] {
    position: absolute;
    left: 0;
    top: 0;
    visibility: hidden;
    height: 15px !important;
    margin: 0;
    width: 18px !important;
    padding: 0 !important
}

.customCheckbox input[type=checkbox] + label {
    display: inline-block;
    margin-left: 0.5rem;
    margin-right: 1rem;
    margin-bottom: 0;
    vertical-align: baseline;
    z-index: 99
}

.customCheckbox input[type=checkbox]:checked + label {
    background-color: #146ACC;
    border: 1px solid #146ACC
}

.customCheckbox input[type=checkbox]:checked + label:after {
    opacity: 1
}

.customCheckbox label {
    width: 15px;
    height: 15px;
    border-radius: 2px;
    cursor: pointer;
    position: absolute;
    margin-left: 0 !important;
    top: 0;
    left: 0;
    background: white;
    border: 2px solid #9B9B9B
}

.customCheckbox label:after {
    content: '';
    width: 10px;
    height: 5px;
    position: absolute;
    top: 3px;
    left: 2px;
    border: 2px solid #fff;
    border-top: none;
    border-right: none;
    background: transparent;
    opacity: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.rounded {
    -webkit-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px;
    background-clip: padding-box
}

.rounded-text {
    -webkit-border-radius: 10px 10px 10px 10px;
    border-radius: 10px 10px 10px 10px;
    background-clip: content-box;
}

.ui-helper-hidden-accessible {
    display: none
}

.ui-autocomplete {
    border: 1px solid #E9E9E9;
    background-color: white
}

.ui-autocomplete li {
    padding: 5px 8px;
    font-size: 14px;
    font-family: "Roboto-Regular"
}

.ui-autocomplete li:hover {
    background-color: #FAFAFA;
    cursor: pointer
}

.lblue-bg {
    background-color: #F3F7FC
}

.mar-bot-12 {
    margin-bottom: 12px
}

.mar-bot-0 {
    margin-bottom: 0 !important
}

html ul {
    padding: 0;
    margin: 0 0 0 0;
    list-style-type: none
}

html h1,
html h2,
html h3,
html h4,
html h5,
html h6 {
    margin: 0 0 16px 0
}

html .btn {
    text-decoration: none
}

html .modal-backdrop {
    background-color: transparent
}

html .dataTables_wrapper.no-footer thead th {
    background: none
}

html .dataTables_wrapper.no-footer thead th span {
    padding-right: 20px
}

html .dataTables_wrapper.no-footer thead th.sorting_asc span {
    background: url("../img/icons/filter_up.svg") center right no-repeat
}

html .dataTables_wrapper.no-footer thead th.sorting_desc span {
    background: url("../img/icons/filter_down.svg") center right no-repeat
}

html .dataTables_wrapper.no-footer thead th.sorting span {
    background: url("../img/icons/filter_none.svg") center right no-repeat
}

html .dataTables_wrapper.no-footer thead th.status[data-orderable="false"] {
    background: none
}

html .dataTables_wrapper.no-footer thead th.status[data-orderable="false"] span {
    background: none
}

html .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 0
}

html button {
    border: 0
}

html button:focus,
html button:active {
    outline: 0;
    border: 0
}

html .bootstrap-select.btn-group {
    outline: 0
}

html .bootstrap-select.btn-group button.dropdown-toggle:focus,
html .bootstrap-select.btn-group button.dropdown-toggle:active {
    outline: 0 !important
}

html .bootstrap-select.btn-group ul.dropdown-menu.inner {
    padding-top: 4px
}

html .bootstrap-select.btn-group ul.dropdown-menu.inner li {
    outline: 0
}

html .bootstrap-select.btn-group ul.dropdown-menu.inner li a {
    padding: 6px 10px
}

html .bootstrap-select.btn-group .dropdown-menu.open {
    padding: 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background-clip: padding-box
}

html .bootstrap-select.btn-group .dropdown-menu.open a {
    outline: 0;
    text-align: left
}

@font-face {
    font-family: 'Roboto-Regular';
    src: url("../fonts/roboto/Roboto-Regular/Roboto-Regular.eot");
    src: url("../fonts/roboto/Roboto-Regular/Roboto-Regular.eot") format("embedded-opentype"), url("../fonts/roboto/Roboto-Regular/Roboto-Regular.woff") format("woff"), url("../fonts/roboto/Roboto-Regular/Roboto-Regular.ttf") format("truetype"), url("../fonts/roboto/Roboto-Regular/Roboto-Regular.svg#Roboto-Regular") format("svg");
    font-weight: 300;
    font-style: 300
}

@font-face {
    font-family: 'Roboto-Bold';
    src: url("../fonts/roboto/bold/Roboto-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/bold/Roboto-Bold.woff") format("woff"), url("../fonts/roboto/bold/Roboto-Bold.ttf") format("truetype"), url("../fonts/roboto/bold/Roboto-Bold.svg#Roboto-Bold") format("svg");
    font-weight: 700;
    font-style: 700
}

@font-face {
    font-family: 'Roboto-Medium';
    src: url("../fonts/roboto/medium/Roboto-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/roboto/medium/Roboto-Medium.woff") format("woff"), url("../fonts/roboto/medium/Roboto-Medium.ttf") format("truetype"), url("../fonts/roboto/medium/Roboto-Medium.svg#Roboto-Medium") format("svg");
    font-weight: 500;
    font-style: 500
}

body {
    font-size: 14px;
    font-family: "Arial", sans-serif
}

h1 {
    color: #4A4A4A;
    font-family: "Roboto-Regular";
    font-size: 21px;
    line-height: 24px;
    font-weight: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

h2 {
    color: #4A4A4A;
    font-family: "Roboto-Regular";
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-weight: normal
}

h2 b,
h2 strong {
    font-family: "Roboto-Bold";
    font-weight: bold
}

h2.sub-title {
    margin-top: 52px
}

@media (max-width: 992px) and (min-width: 300px) {
    h2.sub-title {
        margin-top: 24px;
        margin-bottom: 12px
    }
}

span {
    font-size: 14px;
    font-family: "Roboto-Regular";
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

p {
    font-size: 14px
}

.blue-text {
    color: #126ACC
}

.prim-text {
    color: #146ACC
}

.singe-route-header {
    background-color: #F3F7FC;
    padding: 29px 50px 36px 50px;
    border-bottom: 1px solid #146ACC
}

.singe-route-header .wrap {
    margin-top: 44px
}

.singe-route-header .wrap .name {
    display: inline-block
}

.singe-route-header .wrap span {
    font-size: 24px;
    color: #4A4A4A
}

.singe-route-header .wrap .id {
    color: #146ACC;
    padding-right: 10px;
    font-family: "Roboto-Medium"
}

.price-header {
    min-height: 71px;
    border-bottom: 1px solid #CDCDCD
}

.price-header .back-btn {
    padding: 0 28px 0 30px;
    background-position: center;
    display: inline-block;
    vertical-align: top;
    height: 20px;
    margin-top: 25px;
    margin-left: 14px
}

.price-header .name {
    display: inline-block
}

.price-header .clabel {
    display: block;
    font-size: 12px;
    color: #4A4A4A;
    margin-top: 14px;
    opacity: 0.5
}

.price-header .time {
    color: #146ACC;
    margin-right: 10px
}

.price-header .rname {
    color: #4A4A4A
}

.price-header .time,
.price-header .rname {
    font-size: 21px
}

.price-header .daydate {
    color: #4A4A4A;
    font-size: 21px;
    opacity: 0.5
}

.price-header .green-btn {
    float: right;
    margin: 18px 59px 0 0
}

.price-header .close-btn {
    top: 29px;
    right: 40px
}

.price-header .flex-bulk {
    margin: 18px 18px 0 0
}

.inner .sub-header h1 {
    font-size: 18px
}

.new-route-header {
    min-height: 70px;
    border-bottom: 1px solid #B7D2EF;
    background-color: white;
    padding-top: 18px;
    position: fixed;
    z-index: 100;
    width: 100%
}

.new-route-header .close-btn {
    top: 8px;
    left: 30px;
    right: auto;
    color: #146ACC
}

.new-route-header .clabel {
    font-size: 14px;
    padding-left: 44px;
    margin-top: -7px;
    opacity: 0.5
}

.new-route-header .id {
    color: #146ACC;
    font-size: 21px;
    margin-right: 6px
}

.new-route-header h2 {
    font-size: 21px;
    padding-left: 44px
}

.new-route-header .col-lg-6 {
    text-align: center
}

.new-route-header .steps {
    display: inline-block;
    margin: 0 auto
}

.new-route-header .steps .step {
    display: block;
    float: left;
    border: 1px solid #B7D2EF;
    padding: 0 16px;
    font-size: 16px;
    height: 33px;
    line-height: 29px;
    vertical-align: middle;
    color: #146ACC;
    position: relative;
    margin-right: 50px;
    font-family: "Roboto-Regular"
}

.new-route-header .steps .step.active {
    background-color: #146ACC;
    border: 1px solid #146ACC;
    color: white
}

.new-route-header .steps .step.active a {
    color: white
}

.new-route-header .steps .step:last-child {
    margin-right: 0
}

.new-route-header .steps .step:last-child:after {
    display: none
}

.new-route-header .steps .step:after {
    content: '';
    position: absolute;
    right: -36px;
    top: 14px;
    display: block;
    width: 18px;
    height: 2px;
    background-color: #146ACC
}

.new-route-header .steps .step a {
    display: block;
    text-decoration: none
}

.new-route-header .save-btn,
.new-route-header .next-step {
    margin-right: 15px
}

.mobile-header {
    background-color: #146ACC;
    min-height: 56px;
    position: relative
}

.mobile-header .logo {
    background-image: url(../img/icons/seatplus_logo.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 26px;
    height: 26px;
    width: 24px;
    margin-top: 15px;
    margin-left: 3px
}

.mobile-header h1 {
    color: white;
    display: block;
    text-align: center;
    margin-top: 16px;
    font-size: 16px
}

body.menu-open .mobile-menu {
    display: block
}

.mobile-menu {
    position: absolute;
    top: 52px;
    left: 0;
    width: 100%;
    z-index: 999;
    background-color: #146ACC;
    padding: 15px;
    display: none
}

.mobile-menu ul li {
    display: block
}

.mobile-menu ul li a {
    color: white
}


.new-route-footer {
    min-height: 160px;
    height: 100%;
    max-height: 400px;
    background-color: white;
    border-top: 1px solid #B7D2EF
}

.new-route-footer .col-lg-6 {
    float: none;
    margin: 0 auto;
    text-align: right
}

.new-route-footer .col-lg-6 button {
    margin-top: 22px
}

.route-sidebar-detail,
.sidebar-detail {
    display: none;
    background-color: #F3F7FC;
    padding: 15px 60px 30px 58px;
    width: calc(32%);
    position: fixed;
    right: 0;
    top: 0;
    min-height: 100vh;
    border-left: 1px solid #DDDDDD;
    height: 100%;
    overflow-y: scroll;
    z-index: 1045
}

.route-sidebar-detail.open,
.sidebar-detail.open {
    display: block
}

.route-sidebar-detail .id,
.sidebar-detail .id {
    font-family: "Roboto-Regular";
    font-size: 16px;
    color: #4A4A4A;
    margin-top: 16px
}

.route-sidebar-detail .id:before,
.sidebar-detail .id:before {
    color: #C1C1C1;
    content: '#';
    padding-right: 2px;
    font-family: "Roboto-Regular"
}

.route-sidebar-detail .route-link,
.sidebar-detail .route-link {
    margin-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #DDDDDD
}

.route-sidebar-detail .route-link a,
.sidebar-detail .route-link a {
    background: url("../img/icons/ic_blue_right.svg") center right 10px no-repeat;
    display: block
}

.route-sidebar-detail .route-name,
.route-sidebar-detail .time,
.route-sidebar-detail .customer-name,
.route-sidebar-detail .wrap .name,
.sidebar-detail .route-name,
.sidebar-detail .time,
.sidebar-detail .customer-name,
.sidebar-detail .type-name,
.sidebar-detail .wrap .name {
    margin-top: 39px;
    font-size: 21px;
    color: #4A4A4A;
    padding-bottom: 13px;
    border-bottom: 1px solid #DDDDDD
}

.route-sidebar-detail .route-name .time,
.route-sidebar-detail .time .time,
.route-sidebar-detail .customer-name .time,
.route-sidebar-detail .wrap .name .time,
.sidebar-detail .route-name .time,
.sidebar-detail .time .time,
.sidebar-detail .customer-name .time,
.sidebar-detail .type-name .time,
.sidebar-detail .wrap .name .time {
    border-bottom: 0;
    color: #146ACC;
    margin-right: 13px
}

.route-sidebar-detail .route-name span,
.route-sidebar-detail .time span,
.route-sidebar-detail .customer-name span,
.route-sidebar-detail .wrap .name span,
.sidebar-detail .route-name span,
.sidebar-detail .time span,
.sidebar-detail .customer-name span,
.sidebar-detail .type-name span,
.sidebar-detail .wrap .name span {
    font-size: 21px
}

.route-sidebar-detail .stations,
.sidebar-detail .stations {
    margin-top: 18px
}

.route-sidebar-detail .stations ul,
.sidebar-detail .stations ul {
    list-style-type: none
}

.route-sidebar-detail .stations ul li,
.sidebar-detail .stations ul li {
    font-size: 14px;
    color: #4A4A4A;
    display: block;
    margin-bottom: 6px
}

.route-sidebar-detail .wrap,
.sidebar-detail .wrap {
    padding-bottom: 20px
}

.route-sidebar-detail .wrap.border-bottom,
.sidebar-detail .wrap.border-bottom {
    border-bottom: 1px solid #DDDDDD
}

.route-sidebar-detail .sidebar-box,
.sidebar-detail .sidebar-box {
    margin-top: 20px
}

.route-sidebar-detail .sidebar-box.discounts,
.sidebar-detail .sidebar-box.discounts {
    margin-top: 30px
}

.route-sidebar-detail .sidebar-box.discounts ul li span,
.sidebar-detail .sidebar-box.discounts ul li span {
    vertical-align: top;
    display: inline-block
}

.route-sidebar-detail .sidebar-box.discounts ul li span.name,
.sidebar-detail .sidebar-box.discounts ul li span.name {
    max-width: 70%
}

.route-sidebar-detail .sidebar-box .timetable,
.sidebar-detail .sidebar-box .timetable {
    width: 100%
}

.route-sidebar-detail .sidebar-box .timetable thead th,
.sidebar-detail .sidebar-box .timetable thead th {
    padding-bottom: 13px
}

.route-sidebar-detail .sidebar-box .timetable tbody tr td,
.sidebar-detail .sidebar-box .timetable tbody tr td {
    position: relative;
    padding-left: 20px
}

.route-sidebar-detail .sidebar-box .timetable tbody tr td:after,
.sidebar-detail .sidebar-box .timetable tbody tr td:after {
    content: attr(data-nr);
    left: 0;
    position: absolute
}

.route-sidebar-detail .sidebar-box .timetable span,
.sidebar-detail .sidebar-box .timetable span {
    font-size: 14px
}

.route-sidebar-detail .sidebar-box .show-all,
.sidebar-detail .sidebar-box .show-all {
    display: inline-block;
    margin-top: 10px;
    text-decoration: none
}

.route-sidebar-detail .sidebar-box.timeframe .placeholder-wrap,
.sidebar-detail .sidebar-box.timeframe .placeholder-wrap {
    padding-top: 7px;
    padding-bottom: 7px
}

.route-sidebar-detail .sidebar-box.timeframe .val .from,
.route-sidebar-detail .sidebar-box.timeframe .val .to,
.sidebar-detail .sidebar-box.timeframe .val .from,
.sidebar-detail .sidebar-box.timeframe .val .to {
    float: none;
    display: inline-block;
    width: auto;
    line-height: 16px;
    font-size: 14px
}

.route-sidebar-detail .sidebar-box.timeframe .val .to,
.sidebar-detail .sidebar-box.timeframe .val .to {
    padding-left: 17px
}

.route-sidebar-detail .sidebar-box.timeframe .val .from:after,
.sidebar-detail .sidebar-box.timeframe .val .from:after {
    top: -1px;
    right: -20px;
    color: #4a4a4a
}

.route-sidebar-detail .options-btn,
.sidebar-detail .options-btn {
    display: inline-block;
    float: right
}

.route-sidebar-detail .tripdetails table,
.sidebar-detail .tripdetails table {
    width: 100%
}

.route-sidebar-detail .tripdetails table tr td,
.sidebar-detail .tripdetails table tr td {
    width: 50%;
    line-height: 22px
}

.route-sidebar-detail .tripdetails table tr td:last-child,
.sidebar-detail .tripdetails table tr td:last-child {
    text-align: right;
    color: #9E9E9E
}

.route-sidebar-detail .tripdetails table.route td:last-child,
.sidebar-detail .tripdetails table.route td:last-child {
    text-align: right;
}

.route-sidebar-detail .tripdetails hr,
.sidebar-detail .tripdetails hr {
    margin: 10px 0
}


.route-sidebar-detail .ticketlistor table,
.sidebar-detail .ticketlistor table {
    width: 100%
}

.route-sidebar-detail .ticketlistor table tr td,
.sidebar-detail .ticketlistor table tr td {
    width: 20%;
    line-height: 22px
}

.route-sidebar-detail .ticketlistor table tr td:first-child,
.sidebar-detail .ticketlistor table tr td:first-child {
    width: 10%;
}

.route-sidebar-detail .ticketlistor table tr td:nth-child(2),
.sidebar-detail .ticketlistor table tr td:nth-child(2) {
    width: 30%;
}

.route-sidebar-detail .ticketlistor table tr td:last-child,
.sidebar-detail .ticketlistor table tr td:last-child {
    text-align: right;
    color: #9E9E9E
}

.route-sidebar-detail .ticketlistor table.route td:last-child,
.sidebar-detail .ticketlistor table.route td:last-child {
    text-align: right;
}

.route-sidebar-detail .ticketlistor hr,
.sidebar-detail .ticketlistor hr {
    margin: 10px 0
}


.route-sidebar-detail .ticketstatus table,
.sidebar-detail .ticketstatus table {
    width: 100%
}

.route-sidebar-detail .ticketstatus table tr td,
.sidebar-detail .ticketstatus table tr td {
    width: 33.33%;
    text-align: center
}

.route-sidebar-detail .ticketstatus table tr td span,
.sidebar-detail .ticketstatus table tr td span {
    display: block
}


.route-sidebar-detail .ancildetails table,
.sidebar-detail .ancildetails table {
    width: 100%
}

.route-sidebar-detail .ancildetails table tr td,
.sidebar-detail .ancildetails table tr td {
    width: 20%;
    line-height: 22px;
    text-align: center;
}

.route-sidebar-detail .ancildetails table tr th,
.sidebar-detail .ancildetails table tr th {
    width: 20%;
    line-height: 22px;
    text-align: center;
}

.route-sidebar-detail .ancildetails table tr td:first-child,
.sidebar-detail .ancildetails table tr td:first-child {
    width: 40%;
    text-align: left;
    /*color: #9E9E9E*/
}

.route-sidebar-detail .ancildetails table.route td:last-child,
.sidebar-detail .ancildetails table.route td:last-child {
    text-align: right;
}

.route-sidebar-detail .ancildetails hr,
.sidebar-detail .ancildetails hr {
    margin: 10px 0
}


.side-nav {
    position: fixed;
    left: 0;
    top: 0;
    width: 66px;
    min-height: 100vh;
    background-color: #146ACC;
    z-index: 9
}

.side-nav-scroll {
    position: relative;
    height: calc(100vh - 170px);
    overflow-y: auto;
}

@media (max-width: 10000px) and (min-width: 1200px) {
    .side-nav.saas {
        width: 200px
    }

    .side-nav.saas .logout {
        position: relative;
        bottom: auto;
        left: auto
    }

    .side-nav.saas .user {
        padding: 0 18px 18px 18px;
        width: 100%
    }

    .side-nav.saas .user .user-icon {
        display: none
    }

    .side-nav.saas .user .inner {
        border-top: 1px solid #0E54A3;
        width: 100%;
        padding-top: 10px
    }

    .side-nav.saas .user span {
        color: #fff;
        font-size: 16px
    }

    .side-nav.saas .user a {
        font-size: 14px;
        font-weight: bold;
        color: #fff
    }

    .side-nav.saas ul {
        margin-top: 10px
    }

    .side-nav.saas ul li a {
        background-position: center left 20px
    }

    .side-nav.saas ul li a span {
        display: inline-block;
        background: transparent
    }
}

.side-nav.saas .company-logo {
    width: 100%;
    min-height: 54px;
    padding: 10px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box
}

.side-nav.saas .company-logo .inner {
    height: 54px;
    background: #fff;
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}

.side-nav.saas .company-logo .inner img {
    max-height: 54px
}

@media (max-width: 1199px) and (min-width: 768px) {
    .side-nav.saas .company-logo .inner {
        height: 46px
    }

    .side-nav.saas .company-logo img {
        display: none
    }

    .side-nav.saas .user {
        position: absolute;
        bottom: 70px;
        text-align: center;
        width: 100%;
        height: 63px
    }

    .side-nav.saas .user .user-icon {
        background: url("../img/icons/menu_logout.svg") center no-repeat;
        display: block;
        height: 20px;
        width: 20px;
        margin: 20px auto 0 auto;
        margin-top: 20px
    }

    .side-nav.saas .user:hover {
        background-color: #0E54A3
    }

    .side-nav.saas .user:hover .inner {
        background-color: #0E54A3;
        display: block;
        position: absolute;
        padding: 12px 0 0 10px;
        left: 66px;
        top: 0;
        height: 63px;
        text-align: left;
        min-width: 140px
    }

    .side-nav.saas .user:hover .inner span,
    .side-nav.saas .user:hover .inner a {
        text-align: left;
        color: #fff;
        display: block
    }

    .side-nav.saas .user:hover .inner a {
        font-weight: bold;
        font-size: 14px
    }

    .side-nav.saas .user .inner {
        display: none
    }
}

@media (max-width: 992px) and (min-width: 300px) {
    .side-nav {
        display: none
    }
}

.side-nav .logo-w {
    background-color: #0E54A3;
    background-image: url("../img/icons/seatplus_logo.svg");
    background-position: center;
    background-repeat: no-repeat;
    height: 70px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0
}

.side-nav ul li {
    display: block;
    list-style-type: none;
    width: 100%;
    text-align: center;
    height: 56px
}

.side-nav ul li.active a,
.side-nav ul li:hover a {
    background-color: #0E54A3
}

.side-nav ul li a {
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 28px;
}

.side-nav ul li a span {
    display: none;
    position: relative;
    left: 30px;
    text-align: left;
    padding: 0 27px 0 0;
    color: white;
    height: 56px;
    background: #0E54A3;
    z-index: 99999999999;
    vertical-align: middle;
    line-height: 56px;
    font-size: 16px;
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box;
}

.side-nav ul li a.active,
.side-nav ul li a:hover {
    background-color: #0E54A3 !important
}

.side-nav ul li a.active span,
.side-nav ul li a:hover span {
    display: inline-block
}

.side-nav ul li.dashboard a {
    background-image: url("../img/icons/menu_dashboard.svg")
}

.side-nav ul li.dashboard.active a,
.side-nav ul li.dashboard:hover a {
    background-image: url("../img/icons/menu_dashboard_active.svg")
}

.side-nav ul li.transactions a {
    background-image: url("../img/icons/menu_transactions.svg")
}

.side-nav ul li.transactions.active a,
.side-nav ul li.transactions:hover a {
    background-image: url("../img/icons/menu_transactions_active.svg")
}

.side-nav ul li.sales-channel a {
    background-image: url("../img/icons/menu_sales_channel.svg")
}

.side-nav ul li.sales-channel.active a,
.side-nav ul li.sales-channel:hover a {
    background-image: url("../img/icons/menu_sales_channel_active.svg")
}

.side-nav ul li.ops a {
    background-image: url("../img/icons/menu_ops.svg")
}

.side-nav ul li.ops.active a,
.side-nav ul li.ops:hover a {
    background-image: url("../img/icons/menu_ops_active.svg")
}

.side-nav ul li.routes a {
    background-image: url("../img/icons/menu_routes.svg")
}

.side-nav ul li.routes.active a,
.side-nav ul li.routes:hover a {
    background-image: url("../img/icons/menu_routes_active.svg")
}

.side-nav ul li.pointsman a {
    background-image: url("../img/icons/menu_pointsman.svg")
}

.side-nav ul li.pointsman.active a,
.side-nav ul li.pointsman:hover a {
    background-image: url("../img/icons/menu_pointsman_active.svg")
}

.side-nav ul li.marketing a {
    background-image: url("../img/icons/menu_marketing.svg")
}

.side-nav ul li.marketing.active a,
.side-nav ul li.marketing:hover a {
    background-image: url("../img/icons/menu_marketing_active.svg")
}

.side-nav ul li.tracking a {
    background-image: url("../img/icons/menu_tracker.png")
}

.side-nav ul li.tracking.active a,
.side-nav ul li.tracking:hover a {
    background-image: url("../img/icons/menu_tracker_active.png")
}

.side-nav ul li.survey a {
    background-image: url("../img/icons/menu_survey.svg")
}

.side-nav ul li.survey.active a,
.side-nav ul li.survey:hover a {
    background-image: url("../img/icons/menu_survey_active.svg")
}


.side-nav ul li.bus a {
    background-image: url("../img/icons/menu_bus.svg")
}

.side-nav ul li.bus.active a,
.side-nav ul li.bus:hover a {
    background-image: url("../img/icons/menu_bus_active.svg")
}

.side-nav ul li.customer a {
    background-image: url("../img/icons/menu_customers.svg")
}

.side-nav ul li.customer.active a,
.side-nav ul li.customer:hover a {
    background-image: url("../img/icons/menu_customers_active.svg")
}

.side-nav ul li.chat a {
    background-image: url("../img/icons/menu_chat.svg")
}

.side-nav ul li.chat.active a,
.side-nav ul li.chat:hover a {
    background-image: url("../img/icons/menu_chat_active.svg")
}

.side-nav ul li.driver a {
    background-image: url("../img/icons/menu_driver.svg")
}

.side-nav ul li.driver.active a,
.side-nav ul li.driver:hover a {
    background-image: url("../img/icons/menu_driver_active.svg")
}


.side-nav ul li.tickets a {
    background-image: url("../img/icons/menu_ticket.svg")
}

.side-nav ul li.tickets.active a,
.side-nav ul li.tickets:hover a {
    background-image: url("../img/icons/menu_ticket_active.svg")
}

.side-nav ul li.settings a {
    background-image: url("../img/icons/menu_settings.svg")
}

.side-nav ul li.settings.active a,
.side-nav ul li.settings:hover a {
    background-image: url("../img/icons/menu_settings_active.svg")
}


.side-nav ul li.gamification a {
    background-image: url("../img/icons/menu_gamepad.svg")
}

.side-nav ul li.gamification.active a,
.side-nav ul li.gamification:hover a {
    background-image: url("../img/icons/menu_gamepad_active.svg")
}

.side-nav ul li.sold-tickets a {
    background-image: url("../img/icons/menu_sold_tickets.svg")
}

.side-nav ul li.sold-tickets.active a,
.side-nav ul li.sold-tickets:hover a {
    background-image: url("../img/icons/menu_sold_tickets_active.svg")
}

.side-nav ul li.balancing a {
    background-image: url("../img/icons/menu_balancing.svg")
}

.side-nav ul li.balancing.active a,
.side-nav ul li.balancing:hover a {
    background-image: url("../img/icons/menu_balancing_active.svg")
}

.side-nav ul li.profile a {
    background-image: url("../img/icons/menu_profile.svg")
}

.side-nav ul li.profile.active a,
.side-nav ul li.profile:hover a {
    background-image: url("../img/icons/menu_profile_active.svg")
}

.side-nav .logout {
    height: 56px;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0
}

.side-nav .logout a {
    background-image: url("../img/icons/menu_logout.svg");
    display: block;
    height: 100%;
    width: 100%;
    margin: 0 auto;
    background-position: center;
    background-repeat: no-repeat
}

.side-nav .logout.active,
.side-nav .logout:hover {
    background-color: #0E54A3 !important
}

.side-nav .logout.active a,
.side-nav .logout:hover a {
    background-image: url("../img/icons/menu_logout_active.svg")
}

.min-menu {
    display: inline-block;
    float: right
}

.min-menu ul li {
    display: inline-block;
    font-size: 14px;
    color: #146ACC;
    margin-right: 6px
}

.min-menu ul li:last-child:after {
    display: none
}

.min-menu ul li:after {
    content: '';
    height: 6px;
    width: 6px;
    vertical-align: middle;
    margin-left: 11px;
    display: inline-block;
    background-color: #B7D2EF;
    -webkit-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px;
    background-clip: padding-box
}

.tab-nav-wrap {
    width: 100%
}

.tab-nav-wrap .tabs ul li {
    display: inline-block;
    float: left;
    cursor: pointer;
    margin-right: 20px
}

.tab-nav-wrap .tabs ul li a {
    text-decoration: none;
    color: #4A4A4A
}

.tab-nav-wrap .tabs ul.tabs-ul {
    position: relative;
    height: 30px;
    border-bottom: 1px solid #E9E9E9
}

#magic-line {
    position: absolute;
    bottom: 0px;
    left: 0;
    width: 100px;
    height: 2px;
    background: #146ACC
}

.mobile-header {
    margin-left: -15px;
    margin-right: -15px;
}

.mobile-header .btn {
    width: 22px;
    height: 22px;
    text-align: center;
    z-index: 99;
    position: relative;
    vertical-align: top;
    cursor: pointer;
    float: right;
    margin-right: 4px;
    -webkit-transition: margin-top 0.2s linear;
    -moz-transition: margin-top 0.2s linear;
    -ms-transition: margin-top 0.2s linear;
    -o-transition: margin-top 0.2s linear;
    transition: margin-top 0.2s linear
}

.mobile-header .btn .wrap {
    height: 50px;
    display: block;
    position: relative;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out
}

.mobile-header .btn.open .wrap span {
    background: white
}

.mobile-header .btn.open .wrap span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 16px;
    left: 5px
}

.mobile-header .btn.open .wrap span:nth-child(2) {
    width: 0%;
    opacity: 0
}

.mobile-header .btn.open .wrap span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 32px;
    left: 5px
}

.mobile-header .btn .wrap span:nth-child(1) {
    top: 20px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.mobile-header .btn .wrap span:nth-child(2) {
    display: none;
    top: 22px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.mobile-header .btn .wrap span:nth-child(3) {
    top: 29px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center
}

.mobile-header .btn .wrap span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    opacity: 1;
    left: 0;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out
}

.mobile-menu ul li {
    text-align: center
}

.mobile-menu ul li a {
    display: inline-block;
    font-size: 19px;
    padding: 8px 0
}

.offline .side-nav {
    background-color: #102E51
}

@media (max-width: 10000px) and (min-width: 1200px) {
    .sass-container .main-content {
        width: calc(100% - 200px);
        left: 200px
    }

    .sass-container .main-content.right-sidebar-open {
        width: calc(68% - 200px)
    }
}

.main-content {
    position: absolute;
    left: 66px;
    top: 0;
    width: calc(100% - 66px);
    -webkit-transition: width .2s;
    transition: width .2s;
    min-height: 100%;
    overflow-y: scroll;
    height: 100%
}

@media (max-width: 992px) and (min-width: 300px) {
    .main-content {
        width: 100%;
        position: relative;
        left: auto;
        top: 0
    }
}

.main-content .inner {
    padding: 30px 20px
}

@media (max-width: 992px) and (min-width: 300px) {
    .main-content .inner {
        padding: 0
    }
}

.main-content .inner h1 {
    font-size: 21px
}

.main-content .inner .content-header {
    margin-bottom: 20px
}

.main-content.full-width {
    position: relative;
    left: auto;
    width: 100%
}

.main-content.full-width .inner {
    padding: 0
}

.main-content.right-sidebar-open {
    width: calc(68% - 66px)
}

body.dashboard {
    padding-bottom: 30px
}

body.dashboard .cselect {
    -webkit-border-radius: 0 2px 2px 0;
    border-radius: 0 2px 2px 0;
    background-clip: padding-box
}

body.dashboard h1 {
    font-size: 21px
}

@media (max-width: 992px) and (min-width: 300px) {
    body.dashboard h2 {
        font-size: 14px
    }
}

body.dashboard .cselect {
    border-bottom: 0
}

body.dashboard .graph-box {
    margin-top: 0px
}

@media (max-width: 992px) and (min-width: 300px) {
    body.dashboard .bootstrap-select {
        position: relative;
        width: 100% !important;
        border: 1px solid #E9E9E9;
        background-color: #fafafa;
        height: 53px
    }

    body.dashboard .bootstrap-select button {
        background: url("../img/icons/ic_expand_more.svg") center right 15px no-repeat transparent;
        padding: 15px 0 0 15px
    }

    body.dashboard .bootstrap-select button span {
        font-size: 16px;
        color: #4A4A4A
    }

    body.dashboard .bootstrap-select .bs-caret {
        display: none
    }
}

.bgc-wrap {
    border: 1px solid #B7D2EF;
    -webkit-border-radius: 0px 0px 2px 2px;
    border-radius: 0px 0px 2px 2px;
    background-clip: padding-box;
    padding: 0px 20px 20px 20px
}

@media (max-width: 992px) and (min-width: 300px) {
    .bgc-wrap {
        display: none
    }
}

.bgc-wrap .legend {
    padding: 30px 44px
}

.bgc-wrap .legend .graph-box.active .inner,
.bgc-wrap .legend .graph-box:hover .inner {
    background-color: transparent
}

.graph-box {
    float: left;
    margin-top: 26px;
    width: 100%;
    display: inline-block;
    float: left;
    cursor: pointer
}

@media (max-width: 992px) and (min-width: 300px) {
    .graph-box {
        margin-top: 18px
    }
}

.graph-box.today {
    margin-bottom: 40px
}

.graph-box.today .inner {
    background-color: #F1F6FC
}

.graph-box.has-hover {
    cursor: pointer
}

.graph-box.has-hover.active .inner,
.graph-box.has-hover:hover .inner {
    background-color: #F1F6FC;
    position: relative
}

.graph-box.has-hover.active .inner:after,
.graph-box.has-hover:hover .inner:after {
    background: #0E54A3
}

@media (max-width: 992px) and (min-width: 300px) {
    .graph-box.has-hover.active .inner,
    .graph-box.has-hover:hover .inner {
        background-color: transparent
    }

    .graph-box.has-hover.active .inner:after,
    .graph-box.has-hover:hover .inner:after {
        background: transparent
    }
}

.graph-box.m-graph {
    width: 25%
}

@media (max-width: 992px) and (min-width: 300px) {
    .graph-box.m-graph {
        width: 100%
    }
}

.graph-box.m-graph .inner {
    height: 165px
}

.graph-box.s-graph,
.graph-box.xs-graph {
    cursor: inherit
}

@media (max-width: 992px) and (min-width: 300px) {
    .graph-box.s-graph,
    .graph-box.xs-graph {
        width: 100%
    }
}

.graph-box.s-graph .inner,
.graph-box.xs-graph .inner {
    height:250px;
    width:100%;
}


@media (max-width: 992px) and (min-width: 300px) {
    .graph-box.s-graph .inner,
    .graph-box.xs-graph .inner {
        height: 240px
    }
}

.graph-box.s-graph .inner .val,
.graph-box.s-graph .inner .percent,
.graph-box.s-graph .inner .status-indicator,
.graph-box.xs-graph .inner .val,
.graph-box.xs-graph .inner .percent,
.graph-box.xs-graph .inner .status-indicator {
    position: absolute;
    bottom: 36px
}
.refund-a{
    font-size:18px;
    position: absolute;
    bottom: 10px!important;
    color:red!important;
}

@media (max-width: 992px) and (min-width: 300px) {
    .graph-box.s-graph .inner .val,
    .graph-box.s-graph .inner .percent,
    .graph-box.s-graph .inner .status-indicator,
    .graph-box.xs-graph .inner .val,
    .graph-box.xs-graph .inner .percent,
    .graph-box.xs-graph .inner .status-indicator {
        bottom: 30px
    }
    .refund-a{
        bottom: 0px!important;
    }
}

.graph-box.s-graph .inner .val,
.graph-box.xs-graph .inner .val {
    left: 18px;
    font-family: "Roboto-Bold";
    font-weight: bold
}

.graph-box.s-graph .inner .percent,
.graph-box.s-graph .inner .status-indicator,
.graph-box.xs-graph .inner .percent,
.graph-box.xs-graph .inner .status-indicator {
    right: 18px
}

@media (max-width: 992px) and (min-width: 300px) {
    .graph-box.s-graph .inner.no-border-r,
    .graph-box.xs-graph .inner.no-border-r {
        border-right: 1px solid #B7D2EF !important
    }
}

.graph-box.xs-graph .inner {
    height: 75px;
    min-height: 75px
}

.graph-box.xs-graph .inner .val {
    font-size: 19px;
    font-family: "Roboto-Medium";
    font-weight: 500;
    bottom: 10px
}

.graph-box.full-w {
    width: 100%
}

.graph-box .inner {
    min-height: 95px;
    border: 1px solid #B7D2EF;
    position: relative;
    padding: 12px 20px 15px 20px;
    display:inline-table;
    padding-bottom: 48px !important;
}

@media (max-width: 992px) and (min-width: 300px) {
    .graph-box .inner {
        padding: 12px 15px 15px 15px;
        min-height: 80px
    }
}

.graph-box .inner .clabel {
    color: #136ACC;
    display: block;
    margin-bottom: 5px
}

.graph-box .inner .val {
    font-size: 23px;
    color: #4A4A4A
}

@media (max-width: 992px) and (min-width: 300px) {
    .graph-box .inner .val {
        font-size: 19px
    }
}

.graph-box .inner .percent {
    float: right;
    font-size: 16px;
    padding-right: 13px
}

.graph-box .inner .percent.red {
    color: #D0001C;
    background: url("../img/icons/red-arrow.svg") center right no-repeat
}

.graph-box .inner .percent.green {
    color: #79C027;
    background: url("../img/icons/green-arrow.svg") center right no-repeat
}

.graph-box .inner:after {
    content: '';
    display: block;
    height: 3px;
    width: 100.3%;
    position: absolute;
    bottom: -1px;
    left: -1px;
    background: transparent
}

.four-col-graph .graph-box.xs-graph {
    width: 25%
}

.channel-wrapper {
    border: 1px solid #B7D2EF;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box;
    padding: 3px 20px 20px 5px
}

@media (max-width: 992px) and (min-width: 300px) {
    .channel-wrapper {
        padding: 9px 5px
    }

    .channel-wrapper .col-xs-12 {
        padding: 0
    }
}

.channel-wrapper .head div {
    color: #146ACC
}

.channel-wrapper .head div span,
.channel-wrapper .head div div {
    font-size: 14px
}

@media (max-width: 992px) and (min-width: 300px) {
    .channel-wrapper .head div {
        font-size: 14px
    }

    .channel-wrapper .head div span {
        font-size: 14px
    }
}

.channel-wrapper .head div.revenue {
    font-weight: normal
}

.channel-wrapper .head .channel {
    border-bottom: 0
}

.channel-wrapper .head .channel:hover {
    background: transparent
}

.channel-wrapper .channel {
    border-bottom: 1px solid #B7D2EF;
    padding: 10px 15px 7px 10px
}

@media (max-width: 992px) and (min-width: 300px) {
    .channel-wrapper .channel {
        padding: 6px 7px
    }
}

.channel-wrapper .channel:hover {
    background: #F1F6FC
}

.channel-wrapper .channel:last-child {
    border-bottom: 0
}

.channel-wrapper .channel span,
.channel-wrapper .channel div {
    font-size: 16px;
    font-weight: 500
}

@media (max-width: 992px) and (min-width: 300px) {
    .channel-wrapper .channel span,
    .channel-wrapper .channel div {
        font-size: 14px
    }
}

.channel-wrapper .channel .nr {
    min-width: 38px;
    display: inline-block;
    color: #146ACC
}

@media (max-width: 992px) and (min-width: 300px) {
    .channel-wrapper .channel .nr {
        min-width: 10px
    }
}

.channel-wrapper .channel .left,
.channel-wrapper .channel .right {
    display: inline-block;
    float: left;
    width: 50%
}

.channel-wrapper .channel .right {
    text-align: right
}

.channel-wrapper .channel .right div {
    display: inline-block;
    min-width: 180px
}

@media (max-width: 992px) and (min-width: 300px) {
    .channel-wrapper .channel .right div {
        min-width: auto
    }
}

.channel-wrapper .channel .right .revenue .curr {
    color: #4A4A4A;
    padding-left: 3px;
    opacity: 0.5
}

.sel-w {
    position: relative
}

.cselect {
    height: 100px;
    border: 1px solid #E9E9E9;
    background-color: #FAFAFA;
    position: relative;
    width: 100%;
    padding: 0 19px
}

.cselect .clabel {
    font-size: 14px;
    font-family: "Roboto-Regular";
    color: #A1A1A1;
    position: absolute;
    left: 17px;
    top: 8px
}

.cselect.viewselect .val-wrap {
    position: absolute;
    bottom: 0;
    left: 17px
}

.cselect.viewselect .cval {
    font-size: 16px;
    color: #4A4A4A;
    cursor: pointer;
    margin-right: 36px;
    line-height: 39px;
    display: inline-block
}

.cselect.viewselect .cval:hover,
.cselect.viewselect .cval.active {
    font-family: "Roboto-Medium";
    font-weight: 500;
    border-bottom: 3px solid #146ACC
}

.cselect.viewselect .cval.from-to {
    position: relative
}

.cselect.viewselect .cval.from-to.active .sub {
    display: inline-block
}

.cselect.viewselect .cval.from-to .sub {
    display: none;
    margin-left: 30px;
    padding: 0px 8px;
    background: #FAFAFA;
    z-index: 999;
    position: absolute;
    left: 50px;
    top: 0
}

.cselect.viewselect .cval.from-to .sub input {
    height: 34px;
    padding: 2px 6px
}

.select-wrap {
    height: auto;
    max-width: 300px;
    min-height: 50px
}

.select-wrap.full-width {
    max-width: 100%
}

.select-wrap .bootstrap-select {
    width: 100% !important;
    min-height: 50px;
    position: relative
}

.select-wrap .bootstrap-select button {
    margin-top: 0;
    padding-left: 15px;
    border: 1px solid #B7D2EF;
    width: 100%;
    padding-top: 16px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box;
    height: 50px;
    background: url(../img/icons/dropdown_blue.svg) center right 13px no-repeat white
}

.select-wrap .bootstrap-select button[aria-expanded="true"] {
    border: 1px solid #146ACC
}

.select-wrap .bootstrap-select button .bs-caret {
    display: none
}

.select-wrap .bootstrap-select .dropdown-menu ul li.selected {
    background-color: white;
    outline: 0
}

.select-wrap .bootstrap-select .dropdown-menu ul li.selected a {
    background-color: #e6f0fb;
    outline: 0
}

.c-date-w .input-wrap {
    width: 100%;
    height: 63px;
    padding: 0 17px;
    border: 1px solid #E9E9E9;
    width: 100%;
    background: url(../img/icons/ic_today.svg) center right 15px no-repeat #fafafa
}

.c-text-w .input-wrap {
    width: 100%;
    height: 63px;
    padding: 0 17px;
    border: 1px solid #E9E9E9;
    width: 100%;
    background: #fafafa;
}

.c-date-w input, .c-text-w input {
    background: #fafafa;
    font-size: 16px;
    position: absolute;
    left: 17px;
    top: 30px;
    width: 70%
}

.c-date-w,
.c-sel-w,
.c-text-w {
    position: relative
}

.c-date-w .clabel,
.c-sel-w .clabel,
.c-text-w .clabel {
    font-size: 14px;
    font-family: "Roboto-Regular";
    color: #A1A1A1;
    position: absolute;
    left: 17px;
    top: 8px
}

.c-sel-w .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 100%
}

.c-sel-w .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) button {
    height: 63px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box;
    border: 1px solid #E9E9E9;
    padding-left: 16px;
    vertical-align: middle;
    line-height: 73px;
    background: url("../img/icons/ic_expand_more.svg") center right 28px no-repeat #FAFAFA
}

@media (max-width: 991px) {
    .c-sel-w .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) button {
        line-height: 20px;
        padding: 10px;
        height: 41px;
    }

    .c-sel-w {
        padding-left: 15px;
        padding-right: 15px;
    }

    .csearch {
        height: 41px !important;
        padding-left: 15px;
        padding-right: 15px;
    }

    body.dashboard .bootstrap-select {
        height: 41px;
    }

    .route-sidebar-detail, .sidebar-detail {
        width: 100%;
    }
}

.c-sel-w .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) button:active,
.c-sel-w .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) button:focus {
    outline: 0 !important
}

.c-sel-w .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) button span {
    font-family: "Roboto-Medium"
}

.c-sel-w .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) button .bs-caret {
    display: none
}

.c-sel-w .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) div.dropdown-menu {
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box;
    border: 1px solid #E9E9E9;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none
}

.c-sel-w .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) div.dropdown-menu ul:active,
.c-sel-w .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) div.dropdown-menu ul:focus {
    outline: 0
}

.c-sel-w .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) div.dropdown-menu ul li a:active,
.c-sel-w .bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) div.dropdown-menu ul li a:focus {
    outline: 0
}

.csearch-wrap .csearch .clear {
    display: none
}

.csearch-wrap.has-clear {
    position: relative
}

.csearch-wrap.has-clear .csearch {
    background: #fafafa
}

.csearch-wrap.has-clear .clear {
    position: absolute;
    display: block;
    height: 24px;
    width: 24px;
    top: 20px;
    right: 30px;
    cursor: pointer;
    background: url("../img/icons/ic_close.svg") center no-repeat
}

.csearch {
    height: 63px;
    padding: 0 17px;
    line-height: 44px;
    border: 1px solid #E9E9E9;
    width: 100%;
    background: url("../img/icons/ic_search.svg") center right 20px no-repeat #fafafa
}

.frequency-indicator {
    border: 1px solid #E9E9E9;
    display: inline-block;
    padding: 0px 3px;
    height: 25px;
    background: #fafafa;
    vertical-align: middle;
    line-height: 23px
}

.frequency-indicator span {
    font-size: 13px;
    padding: 0 6px;
    font-family: "Roboto-Regular";
    color: #4A4A4A
}

.frequency-indicator span.active {
    color: #146ACC
}

.discount-icon {
    height: 25px;
    width: 24px;
    display: inline-block;
    font-size: 15px;
    vertical-align: middle;
    line-height: 25px;
    background-color: orange;
    color: white;
    padding-left: 5px
}

.sidebar-box.bus-features .placeholder-wrap,
.modal-box.bus-features .placeholder-wrap {
    padding: 13px 12px 5px 12px
}

.sidebar-box.bus-features .placeholder-wrap span,
.modal-box.bus-features .placeholder-wrap span {
    height: 36px;
    min-width: 60px;
    display: inline-block;
    border: 1px solid #E9E9E9;
    border-radius: 2px;
    background-color: #FFFFFF;
    vertical-align: middle;
    line-height: 36px;
    font-size: 14px;
    color: #4A4A4A;
    padding: 0 8px;
    margin: 0 8px 8px 0;
    text-align: center
}

.sidebar-box .title,
.modal-box .title {
    font-size: 13px;
    color: #9E9E9E;
    text-transform: uppercase;
    margin-bottom: 13px;
    display: inline-block
}

.sidebar-box .edit,
.modal-box .edit {
    float: right;
    display: inline-block;
    margin-top: 3px;
    font-size: 12px
}

.sidebar-box .placeholder-wrap,
.modal-box .placeholder-wrap {
    border: 1px solid #E9E9E9;
    min-height: 50px;
    background-color: #FAFAFA;
    padding: 13px 12px
}

.sidebar-box .placeholder-wrap .val,
.modal-box .placeholder-wrap .val {
    font-size: 16px
}

.sidebar-box .placeholder-wrap.danger,
.sidebar-box .placeholder-wrap.closed,
.modal-box .placeholder-wrap.danger,
.modal-box .placeholder-wrap.closed {
    border: 1px solid #D0001C;
    background-color: #fcf3f4
}

.sidebar-box .placeholder-wrap.danger .val,
.sidebar-box .placeholder-wrap.closed .val,
.modal-box .placeholder-wrap.danger .val,
.modal-box .placeholder-wrap.closed .val {
    color: #D0001C
}

.sidebar-box .placeholder-wrap.double.first,
.modal-box .placeholder-wrap.double.first {
    border-bottom: 0;
    -webkit-border-radius: 2px 2px 0 0;
    border-radius: 2px 2px 0 0;
    background-clip: padding-box
}

.sidebar-box .placeholder-wrap.double.second,
.modal-box .placeholder-wrap.double.second {
    -webkit-border-radius: 0 0 2px 2px;
    border-radius: 0 0 2px 2px;
    background-clip: padding-box
}

.sidebar-box.discounts ul,
.sidebar-box.channel-sales ul,
.modal-box.discounts ul,
.modal-box.channel-sales ul {
    width: 100%
}

.sidebar-box.discounts ul li,
.sidebar-box.channel-sales ul li,
.modal-box.discounts ul li,
.modal-box.channel-sales ul li {
    width: 100%
}

.sidebar-box.discounts ul li .percent,
.sidebar-box.channel-sales ul li .percent,
.modal-box.discounts ul li .percent,
.modal-box.channel-sales ul li .percent {
    float: right
}

.sidebar-box.frequency .placeholder-wrap,
.modal-box.frequency .placeholder-wrap {
    padding-right: 0;
    padding-left: 0
}

.sidebar-box.frequency .placeholder-wrap span,
.modal-box.frequency .placeholder-wrap span {
    font-size: 16px;
    width: 11.3%;
    display: inline-block;
    text-align: center
}

.sidebar-box.frequency .placeholder-wrap span.active,
.modal-box.frequency .placeholder-wrap span.active {
    color: #146ACC
}

.sidebar-box.error-messages,
.modal-box.error-messages {
    background: #D0001C;
    padding: 13px 12px
}

.sidebar-box.error-messages ul li,
.modal-box.error-messages ul li {
    color: white;
    font-size: 14px;
    font-family: "Roboto-Regular"
}

.sidebar-box.availability .r-name,
.sidebar-box.availability .val,
.sidebar-box.progress .r-name,
.sidebar-box.progress .val,
.modal-box.availability .r-name,
.modal-box.availability .val,
.modal-box.progress .r-name,
.modal-box.progress .val {
    font-size: 14px;
    color: #4A4A4A
}

.sidebar-box.availability .val,
.sidebar-box.progress .val,
.modal-box.availability .val,
.modal-box.progress .val {
    text-align: right;
    float: right
}

.sidebar-box.availability .progress-wrap,
.sidebar-box.progress .progress-wrap,
.modal-box.availability .progress-wrap,
.modal-box.progress .progress-wrap {
    margin-top: 4px;
    padding-right: 0
}

.sidebar-box.availability .progress-wrap .progress,
.sidebar-box.progress .progress-wrap .progress,
.modal-box.availability .progress-wrap .progress,
.modal-box.progress .progress-wrap .progress {
    margin-bottom: 5px
}

.sidebar-box.driver .val a.remove_driver,
.modal-box.driver .val a.remove_driver {
    display: block;
    text-decoration: underline;
    font-size: 14px;
    margin-bottom: 4px
}

.sidebar-box.sales .val,
.modal-box.sales .val {
    font-size: 14px
}

.sidebar-box.sales .val:before,
.modal-box.sales .val:before {
    content: '';
    margin: 3px 8px 0 0;
    height: 14px;
    width: 14px;
    float: left;
    display: block;
    background-color: #79C027;
    -webkit-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px;
    background-clip: padding-box
}

.sidebar-box.sales .val.closed,
.modal-box.sales .val.closed {
    display: none
}

.sidebar-box.sales .danger .open,
.modal-box.sales .danger .open {
    display: none
}

.sidebar-box.sales .danger .closed,
.modal-box.sales .danger .closed {
    display: block
}

.sidebar-box.sales .danger .closed:before,
.modal-box.sales .danger .closed:before {
    border: 1px solid #D0001C;
    background-color: #D0001C
}

.progress-wrap {
    position: relative;
    padding-right: 40px;
    height: 13px
}

.progress {
    height: 20px;
    margin-bottom: 20px;
    overflow: hidden;
    background-color: #e9e9e9;
    border-radius: 2px
}

.progress.md {
    height: 13px
}

.progress.xs {
    height: 3px
}

.progress .progress-bar {
    float: left;
    width: 0;
    height: 100%;
    font-size: 12px;
    line-height: 20px;
    color: #fff;
    text-align: center;
    background-color: #79C027;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15);
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.15)
}

.progress .progress-bar.danger {
    background-color: #D0001C
}

.progress .val {
    position: absolute;
    right: -10px;
    font-size: 15px;
    color: #4A4A4A;
    line-height: 15px;
    vertical-align: top;
    display: block
}

.alert-rw {
    margin: 0 0 33px 0
}

.alert-rw table {
    border: 1px solid #D0001C !important
}

.alert-rw .row:first-child,
.alert-rw .row:last-child {
    display: none
}

.alert-rw .simple-table.table.dataTable {
    margin-top: 0
}

.alert-rw .simple-table.table.dataTable tr.route:hover td,
.alert-rw .simple-table.table.dataTable tr.route.active td {
    background-color: #146ACC;
    color: white
}

.alert-rw .simple-table.table.dataTable tr.route:hover td .route-name,
.alert-rw .simple-table.table.dataTable tr.route:hover td .id,
.alert-rw .simple-table.table.dataTable tr.route:hover td .bus,
.alert-rw .simple-table.table.dataTable tr.route:hover td .driver,
.alert-rw .simple-table.table.dataTable tr.route.active td .route-name,
.alert-rw .simple-table.table.dataTable tr.route.active td .id,
.alert-rw .simple-table.table.dataTable tr.route.active td .bus,
.alert-rw .simple-table.table.dataTable tr.route.active td .driver {
    color: white
}

.alert-rw .simple-table.table.dataTable tr.route:hover td .progress .val,
.alert-rw .simple-table.table.dataTable tr.route.active td .progress .val {
    color: white
}

.alert-rw .simple-table.table.dataTable tr.route:last-child td {
    border-bottom: 0
}

.alert-rw .simple-table.table.dataTable tr td {
    padding: 12px 10px;
    font-size: 16px;
    background-color: #fcf3f4;
    opacity: 1;
    border-bottom: 1px solid #b3acae
}

.alert-rw .simple-table.table.dataTable tr td.id {
    width: 25px
}

.alert-rw .simple-table.table.dataTable tr td.id .warning {
    margin-left: 3px;
    vertical-align: middle;
    line-height: 20px
}

.alert-rw .simple-table.table.dataTable tr td.progress-td {
    padding-right: 40px
}

.marketing .main-content {
    min-height: 100%
}

.warning {
    height: 20px;
    width: 20px;
    display: block;
    background-color: #F4A61F;
    color: white;
    text-align: center
}

.warning.danger {
    background-color: #D0021B
}

.switch {
    position: relative;
    display: inline-block;
    width: 120px;
    height: 34px
}

.switch .lab-open,
.switch .lab-close {
    position: absolute;
    left: 16px;
    top: 9px;
    color: white;
    text-transform: uppercase;
    font-size: 13px;
    display: block;
    -webkit-transition: .5s;
    transition: .5s;
    opacity: 0
}

.switch .lab-close {
    left: auto;
    right: 10px
}

.switch.on .lab-open {
    opacity: 1
}

.switch.on .lab-close {
    opacity: 0
}

.switch.off .lab-open {
    opacity: 0
}

.switch.off .lab-close {
    opacity: 1
}

.switch input {
    display: none
}

.switch input:checked + .slider {
    background-color: #2196F3
}

.switch input:focus + .slider {
    box-shadow: 0 0 1px #2196F3
}

.switch input:checked + .slider:before {
    -webkit-transform: translateX(86px);
    -ms-transform: translateX(86px);
    transform: translateX(86px)
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #D0001C;
    -webkit-transition: .4s;
    transition: .4s;
    width: 120px
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s
}

.slider.round {
    border-radius: 34px
}

.slider.round:before {
    border-radius: 50%
}

.flex {
    display: inline-block;
    margin-left: 6px;
    background: #79C027;
    color: white;
    padding: 2px 6px;
    text-transform: uppercase
}

.flex.plus {
    background: #F4A61F
}

.rounded-indicator {
    height: 12px;
    width: 12px;
    display: inline-block;
    -webkit-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px;
    background-clip: padding-box
}

.rounded-indicator.danger {
    background-color: #FF0E00
}

.flex-indicator {
    float: left;
    display: inline-block;
    height: 8px;
    width: 8px;
    background-color: #79C027;
    margin: 6px 13px 0 0
}

.flex-indicator.plus {
    background-color: #F4A61F
}

.timepicker {
    max-width: 280px
}

.timeframe .placeholder-wrap,
.timeframe-input .placeholder-wrap {
    padding: 0
}

.timeframe .placeholder-wrap div div,
.timeframe-input .placeholder-wrap div div {
    width: 50%;
    float: left;
    vertical-align: middle;
    line-height: 48px
}

.timeframe .placeholder-wrap div div.from,
.timeframe-input .placeholder-wrap div div.from {
    padding-left: 12px;
    border-right: 1px solid #E9E9E9;
    position: relative
}

.timeframe .placeholder-wrap div div.from:after,
.timeframe-input .placeholder-wrap div div.from:after {
    position: absolute;
    right: -10px;
    top: 14px;
    content: '―';
    display: block;
    height: 20px;
    width: 20px;
    vertical-align: middle;
    line-height: 18px;
    text-align: center;
    background-color: #FAFAFA;
    color: #146ACC
}

.timeframe .placeholder-wrap div div.to,
.timeframe-input .placeholder-wrap div div.to {
    padding-left: 40px
}

form input {
    width: 100%;
    height: 50px;
    padding-left: 12px;
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 10px;
    margin-bottom: 0;
    background-color: white;
    border: 1px solid #B7D2EF
}

form input:focus {
    border: 1px solid #0E54A3
}

.overlay-loader {
    position: fixed;
    top: 1px;
    height: 100%;
    left: 1px;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 999;
    width: 100%;
    display: none
}

.overlay-loader .inner {
    height: 280px;
    width: 450px;
    border-radius: 2px;
    background-color: #FFFFFF;
    text-align: center;
    padding-top: 65px;
    left: 0;
    right: 0;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.overlay-loader .inner .loader {
    margin: 0 auto 44px auto;
    height: 98px;
    width: 98px;
    background: url(../img/icons/satellite-loader.svg) center no-repeat;
    -webkit-animation: spin .8s linear infinite;
    animation: spin .8s linear infinite
}

.overlay-loader .inner span {
    display: inline-block;
    font-size: 20px;
    color: black
}

#ui-datepicker-div {
    border-radius: 0;
    background-color: #fff;
    border: 1px solid #B7D2EF;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box;
    width: 340px;
    padding: 10px;
    z-index: 9999 !important
}

#ui-datepicker-div .ui-datepicker-header {
    background: transparent;
    border: 0
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev {
    background-color: #ccc
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev.ui-state-hover {
    top: 2px;
    left: 2px;
    background-color: #146ACC;
    border: 1px solid transparent
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-prev .ui-icon {
    background: url("../img/icons/arrow_white_left.svg") center no-repeat
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next {
    background-color: #ccc
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next.ui-state-hover {
    top: 2px;
    right: 2px;
    border: 1px solid transparent;
    background-color: #146ACC
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-next .ui-icon {
    background: url("../img/icons/arrow_white_right.svg") center no-repeat
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-month {
    font-size: 19px;
    font-weight: 400
}

#ui-datepicker-div .ui-datepicker-header .ui-datepicker-year {
    display: none
}

#ui-datepicker-div table {
    margin: 0
}

#ui-datepicker-div table thead tr th span {
    font-size: 14px;
    color: #4A4A4A;
    text-transform: uppercase;
    font-weight: 400;
    font-family: "Roboto-Regular"
}

#ui-datepicker-div tr td {
    text-align: center;
    border: 0;
    padding: 0
}

#ui-datepicker-div tr td.ui-datepicker-today a,
#ui-datepicker-div tr td:hover a {
    background-color: #146ACC;
    -webkit-border-radius: 4px 4px 4px 4px;
    border-radius: 4px 4px 4px 4px;
    background-clip: padding-box;
    color: #fff
}

#ui-datepicker-div tr td.ui-datepicker-unselectable:hover a {
    background-color: transparent
}

#ui-datepicker-div tr td.ui-datepicker-unselectable a {
    background-color: transparent
}

#ui-datepicker-div tr td.ui-state-disabled span.ui-state-default {
    background: transparent;
    border: 0;
    text-align: center;
    font-size: 18px;
    color: #88AFDB
}

#ui-datepicker-div tr td a {
    background-color: transparent;
    text-align: center;
    font-size: 14px;
    color: #4A4A4A;
    border: 0;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 0 auto
}

.modal {
    position: relative;
    background: rgba(0, 0, 0, 0.5)
}

.modal .close {
    background: url("../img/icons/ic_close.svg") center no-repeat;
    height: 14px;
    width: 14px;
    position: absolute;
    right: 60px;
    top: 54px
}

#modalDiscount,
#modalRouteDiscount,
.modal {
    text-align: center;
    padding: 0 !important
}

#modalDiscount:before,
#modalRouteDiscount:before,
.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -4px
}

#modalDiscount .modal-body,
#modalRouteDiscount .modal-body,
.modal .modal-body {
    padding: 27px 33px 33px 33px
}

.modal .modal-inner-content {
    font-size: 15px
}

#modalDiscount .sub-title,
#modalRouteDiscount .sub-title,
.modal .sub-title {
    font-size: 18px;
    margin-bottom: 15px;
    color: #4A4A4A
}

#modalDiscount .modal-dialog,
#modalRouteDiscount .modal-dialog,
.modal .modal-dialog {
    width: 600px;
    float: none;
    display: inline-block;
    text-align: left;
    vertical-align: middle
}

#modalDiscount .modal-dialog .modal-content,
#modalRouteDiscount .modal-dialog .modal-content,
.modal .modal-dialog .modal-content {
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box;
    border: 0
}

#modalDiscount .discount-legend,
#modalRouteDiscount .discount-legend,
.modal .discount-legend {
    font-size: 13px;
    color: #9E9E9E;
    text-transform: uppercase;
    margin: 8px 0 14px 0
}

#modalDiscount .discount-legend:before,
#modalRouteDiscount .discount-legend:before,
.modal .discount-legend:before {
    content: '';
    display: inline-block;
    margin-right: 18px;
    height: 15px;
    width: 15px;
    float: left;
    background-color: orange;
    -webkit-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    background-clip: padding-box
}

#modalDiscount .discount-legend.green:before,
#modalRouteDiscount .discount-legend.green:before,
.modal .discount-legend.green:before {
    background-color: #79C027
}

#modalDiscount .checkboxList,
#modalRouteDiscount .checkboxList,
.modal .checkboxList {
    max-height: 350px;
    overflow-y: scroll
}

#modalDiscount .checkboxList table,
#modalRouteDiscount .checkboxList table,
.modal .checkboxList table {
    width: 100%
}

#modalDiscount .checkboxList table tr td,
#modalRouteDiscount .checkboxList table tr td,
.modal .checkboxList table tr td {
    font-size: 14px;
    color: #4A4A4A
}

#modalDiscount .checkboxList table tr td:first-child,
#modalRouteDiscount .checkboxList table tr td:first-child,
.modal .checkboxList table tr td:first-child {
    width: 80%
}

#modalDiscount .checkboxList table tr td:last-child,
#modalRouteDiscount .checkboxList table tr td:last-child,
.modal .checkboxList table tr td:last-child {
    text-align: right
}

#modalDiscount button,
#modalRouteDiscount button,
.modal button {
    margin-top: 25px
}

#modalDiscount .add-btn,
#modalRouteDiscount .add-btn,
.modal .add-btn {
    font-size: 13px
}

#modalDiscount .input-wrapper,
#modalRouteDiscount .input-wrapper,
.modal .input-wrapper {
    position: relative
}

#modalDiscount .input-wrapper:hover > .close-btn,
#modalRouteDiscount .input-wrapper:hover > .close-btn,
.modal .input-wrapper:hover > .close-btn {
    display: block
}

#modalDiscount .input-wrapper .close-btn,
#modalRouteDiscount .input-wrapper .close-btn,
.modal .input-wrapper .close-btn {
    top: 18px;
    right: 13px;
    display: none
}

#modalDiscount .input-wrapper .error-message,
#modalRouteDiscount .input-wrapper .error-message,
.modal .input-wrapper .error-message {
    color: #D0001C;
    font-size: 13px;
    margin-top: -8px;
    margin-bottom: 5px
}

#modalDiscount input,
#modalRouteDiscount input,
.modal input {
    width: 100%;
    border: 1px solid #E9E9E9;
    height: 50px;
    padding-left: 12px;
    background-color: #FAFAFA;
    font-size: 16px;
    color: #4A4A4A;
    margin-bottom: 10px
}

.modal .range-inputs input {
    width: 45%;
    float: left;
}

.modal .range-inputs span {
    width: 10%;
    display: inline-block;
    text-align: center;
    height: 50px;
    line-height: 50px;
}

.modal .range-inputs input[type=text]:last-child {
    float: right;
}

#modalRouteTimetable .sub-title {
    max-width: 386px;
    margin: 0 auto;
    padding: 50px 0 36px 0
}

#modalRouteTimetable .modal-dialog {
    width: 524px
}

#modalRouteTimetable .modal-dialog .modal-body {
    padding: 0
}

#modalRouteTimetable .modal-dialog .ctable {
    width: 100%
}

#modalRouteTimetable .modal-dialog .ctable .chead {
    border-bottom: 1px solid rgba(169, 169, 169, 0.2)
}

#modalRouteTimetable .modal-dialog .ctable .chead .td {
    font-weight: bold;
    font-size: 15px;
    padding-left: 0
}

#modalRouteTimetable .modal-dialog .ctable .chead .tr {
    max-width: 386px;
    margin: 0 auto
}

#modalRouteTimetable .modal-dialog .ctable .td {
    width: 25%;
    font-size: 16px;
    float: left;
    padding: 11px 0
}

#modalRouteTimetable .modal-dialog .ctable .td:nth-child(1) {
    position: relative;
    width: 50%;
    padding-left: 18px
}

#modalRouteTimetable .modal-dialog .ctable .td:nth-child(1):before {
    content: attr(data-nr);
    display: inline-block;
    position: absolute;
    left: 0;
    top: 10px
}

#modalRouteTimetable .modal-dialog .ctable .td:nth-child(2) {
    width: 20%
}

#modalRouteTimetable .modal-dialog .ctable .td:nth-child(3) {
    width: 20%
}

#modalRouteTimetable .modal-dialog .ctable .td:nth-child(4) {
    width: 10%
}

#modalRouteTimetable .modal-dialog .ctable .cbody {
    max-width: 386px;
    margin: 0 auto;
    max-height: 410px;
    overflow-y: scroll
}

#modalRouteTimetable .modal-dialog .ctable .cbody .tr {
    border-bottom: 1px solid rgba(169, 169, 169, 0.2)
}

#modalRouteTimetable .modal-dialog .ctable .cbody .tr:last-child {
    border-bottom: 0
}

#modalRouteTimetable .footer {
    border-top: 1px solid rgba(169, 169, 169, 0.2)
}

#modalRouteTimetable .footer .inner {
    max-width: 386px;
    margin: 0 auto;
    padding: 0 0 24px 0
}

#modalRouteFrequency .modal-dialog,
.frequency-input-w .modal-dialog {
    width: 404px
}

#modalRouteFrequency .placeholder-wrap,
.frequency-input-w .placeholder-wrap {
    padding: 9px 4px
}

#modalRouteFrequency .placeholder-wrap .wrap,
.frequency-input-w .placeholder-wrap .wrap {
    width: 14.2%;
    display: block;
    float: left;
    text-align: center
}

#modalRouteFrequency .placeholder-wrap span,
.frequency-input-w .placeholder-wrap span {
    width: 33px;
    height: 33px;
    text-align: center;
    display: block;
    margin: 0 auto;
    vertical-align: middle;
    line-height: 33px;
    cursor: pointer;
    border: 1px solid transparent;
    -webkit-border-radius: 100px 100px 100px 100px;
    border-radius: 100px 100px 100px 100px;
    background-clip: padding-box
}

#modalRouteFrequency .placeholder-wrap span.active,
#modalRouteFrequency .placeholder-wrap span:hover,
.frequency-input-w .placeholder-wrap span.active,
.frequency-input-w .placeholder-wrap span:hover {
    border: 1px solid #146ACC
}

#modalRouteTimeframe .modal-dialog,
.timeframe-input .modal-dialog {
    width: 460px
}

#modalRouteTimeframe .timeframe,
.timeframe-input .timeframe {
    margin-bottom: 15px
}

#modalRouteTimeframe .timeframe .wrap,
.timeframe-input .timeframe .wrap {
    position: relative;
    padding: 0 20px 8px 0
}

#modalRouteTimeframe .timeframe .wrap .del-btn,
.timeframe-input .timeframe .wrap .del-btn {
    display: none
}

#modalRouteTimeframe .timeframe .wrap:hover .del-btn,
.timeframe-input .timeframe .wrap:hover .del-btn {
    display: block;
    position: absolute;
    top: 15px;
    right: -5px;
    height: 18px;
    width: 18px;
    position: absolute;
    cursor: pointer;
    background-color: #D0001C;
}

#modalRouteTimeframe .timeframe .wrap:hover .del-btn:hover,
.timeframe-input .timeframe .wrap:hover .del-btn:hover {
    background-color: #f92c48;
}

#modalRouteTimeframe input,
.timeframe-input input {
    border: 0;
    padding: 0;
    height: 48px;
    margin: 0
}

#modalRouteTimeframe input.datepicker,
.timeframe-input input.datepicker {
    background: url("../img/icons/ic_today.svg") center right 20px no-repeat
}

.excluded-dates-input-wrap .modal-dialog {
    width: 354px
}

.excluded-dates-input-wrap .placeholder-wrap {
    padding: 13px 12px 13px 4px
}

.excluded-dates-input-wrap .date {
    display: block;
    float: left;
    margin-right: 6px;
    background-color: white;
    border: 1px solid #E9E9E9;
    padding: 0px 0px 0px 7px;
    height: 36px;
    margin-right: 0;
    line-height: 36px;
    margin-left: 8px;
    margin-bottom: 6px;
    width: 127px
}

.extra-bus-wrap .date {
    display: block;
    margin-right: 6px;
    background-color: white;
    border: 1px solid #E9E9E9;
    padding: 0px 0px 0px 7px;
    height: 36px;
    margin-right: 0;
    line-height: 36px;
    margin-left: 8px;
    margin-bottom: 6px;
    width: auto;
}

.excluded-dates-input-wrap .date .val {
    color: #4A4A4A;
    font-size: 16px;
    display: block;
    float: left
}

.excluded-dates-input-wrap .date .remove {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url("../img/icons/ic_close.svg") center no-repeat;
    background-size: 10px;
    margin: 9px 8px 0 8px;
    cursor: pointer;
    float: right
}

.extra-bus-wrap .date .remove {
    display: inline-block;
    height: 16px;
    width: 16px;
    background: url("../img/icons/ic_close.svg") center no-repeat;
    background-size: 10px;
    margin: 9px 8px 0 8px;
    cursor: pointer;
    float: right
}


.excluded-dates-input-wrap .multidatepicker {
    display: block;
    float: left;
    border: 1px solid #E9E9E9;
    height: 36px;
    width: 36px;
    cursor: pointer;
    margin-left: 8px;
    background: url("../img/icons/ic_today_green.svg") center no-repeat white
}

.excluded-dates-input-wrap .multidatepicker.open .ui-datepicker {
    display: block !important
}

.excluded-dates-input-wrap .multidatepicker .ui-datepicker {
    position: relative;
    z-index: 9999;
    top: 40px;
    display: none !important
}

.extra-bus-wrap .multidatepicker2 {
    display: block;
    float: left;
    border: 1px solid #E9E9E9;
    height: 36px;
    width: 36px;
    cursor: pointer;
    margin-left: 8px;
    background: url("../img/icons/ic_today_green.svg") center no-repeat white
}

.extra-bus-wrap .multidatepicker2.open .ui-datepicker {
    display: block !important
}

.extra-bus-wrap .multidatepicker2 .ui-datepicker {
    position: relative;
    z-index: 9999;
    top: 40px;
    display: none !important
}

.addnewExtra {
    display: block;
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    padding: 10px 5px;
    border-radius: 3px;
}

.addExDate {
    height: 20px;
    width: 250px !important;
}

.addExType {
    width: 250px !important;
    height: 50px;
}

.addExButton {
    width: 250px !important;
    height: 30px;
    background-color: #79C027 !important;
    color: #fff !important;
    display: block;
    margin-top: 10px;
}

#pricestable_wrapper tr td {
    position: relative
}

#pricestable_wrapper .iflex {
    display: block;
    height: 14px;
    width: auto;
    background-color: #79C027;
    position: absolute;
    top: 0px;
    right: 17px;
    font-size: 11px;
}

#pricestable_wrapper .iflex.plus {
    background-color: #F4A61F
}

#modalFlexDiscount .route-name,
#modalFlexDiscountBulk .route-name {
    font-size: 14px;
    color: #4A4A4A;
    position: relative;
    padding-bottom: 15px
}

#modalFlexDiscount .route-name:after,
#modalFlexDiscountBulk .route-name:after {
    content: '';
    display: block;
    width: 30px;
    height: 3px;
    background: #79C027;
    position: absolute;
    bottom: 0;
    left: 0
}

#modalFlexDiscount .bulk-title,
#modalFlexDiscountBulk .bulk-title {
    display: none
}

#modalFlexDiscount.flex-bulk-modal .bulk-title,
#modalFlexDiscountBulk.flex-bulk-modal .bulk-title {
    display: block;
    color: #4A4A4A;
    font-size: 16px
}

#modalFlexDiscount.flex-bulk-modal .bulk-title .date,
#modalFlexDiscountBulk.flex-bulk-modal .bulk-title .date {
    font-family: "Roboto-Bold"
}

#modalFlexDiscount.flex-bulk-modal .route-name,
#modalFlexDiscountBulk.flex-bulk-modal .route-name {
    display: none
}

#modalFlexDiscount.flex-bulk-modal .price-wrap,
#modalFlexDiscountBulk.flex-bulk-modal .price-wrap {
    background-color: white;
    padding: 0;
    margin-top: 5px;
    height: 20px
}

#modalFlexDiscount.flex-bulk-modal .price-wrap .price,
#modalFlexDiscountBulk.flex-bulk-modal .price-wrap .price {
    display: none
}

#modalFlexDiscount .sel-wrap,
#modalFlexDiscountBulk .sel-wrap {
    border: 1px solid #146ACC;
    margin-top: 12px
}

#modalFlexDiscount .sel-wrap .c-sel-w,
#modalFlexDiscountBulk .sel-wrap .c-sel-w {
    width: 30%;
    float: left
}

#modalFlexDiscount .sel-wrap .c-sel-w button,
#modalFlexDiscountBulk .sel-wrap .c-sel-w button {
    margin-top: 0;
    z-index: 999;
    height: 36px;
    line-height: 36px;
    padding: 0 25px 0 16px;
    background: url("../img/icons/dropdown_blue.svg") bottom 13px right 13px no-repeat #FAFAFA;
    border-right: 1px solid #146ACC;
    border-top: 0;
    border-bottom: 0;
    border-left: 0;
    -webkit-border-radius: 0 0 0 0;
    border-radius: 0 0 0 0;
    background-clip: padding-box
}

#modalFlexDiscount .sel-wrap .c-sel-w button span,
#modalFlexDiscountBulk .sel-wrap .c-sel-w button span {
    font-size: 17px;
    text-align: center;
    vertical-align: middle
}

#modalFlexDiscount .sel-wrap .c-sel-w ul li a,
#modalFlexDiscountBulk .sel-wrap .c-sel-w ul li a {
    text-align: center
}

#modalFlexDiscount .sel-wrap .c-sel-w select,
#modalFlexDiscountBulk .sel-wrap .c-sel-w select {
    z-index: -9999
}

#modalFlexDiscount .sel-wrap .val-wrap,
#modalFlexDiscountBulk .sel-wrap .val-wrap {
    width: 70%;
    height: 36px;
    float: left;
    position: relative;
    text-align: center
}

#modalFlexDiscount .sel-wrap .val-wrap .val,
#modalFlexDiscountBulk .sel-wrap .val-wrap .val {
    display: inline-block;
    position: absolute;
    top: 5px;
    left: 0;
    right: 0;
    font-size: 17px
}

#modalFlexDiscount .sel-wrap .val-wrap .val.percent:after,
#modalFlexDiscountBulk .sel-wrap .val-wrap .val.percent:after {
    content: '%'
}

#modalFlexDiscount .sel-wrap .val-wrap .val.plus:before,
#modalFlexDiscountBulk .sel-wrap .val-wrap .val.plus:before {
    content: '+'
}

#modalFlexDiscount .sel-wrap .val-wrap .btn,
#modalFlexDiscountBulk .sel-wrap .val-wrap .btn {
    color: #146ACC;
    font-size: 22px;
    position: absolute;
    top: 3px;
    display: block;
    height: 30px;
    width: 30px;
    text-align: center;
    vertical-align: middle;
    line-height: 30px;
    cursor: pointer
}

#modalFlexDiscount .sel-wrap .val-wrap .btn:active,
#modalFlexDiscount .sel-wrap .val-wrap .btn:focus,
#modalFlexDiscountBulk .sel-wrap .val-wrap .btn:active,
#modalFlexDiscountBulk .sel-wrap .val-wrap .btn:focus {
    outline: 0
}

#modalFlexDiscount .sel-wrap .val-wrap .btn.minus,
#modalFlexDiscountBulk .sel-wrap .val-wrap .btn.minus {
    z-index: 999;
    left: 5px;
    background: url("../img/icons/ic_remove.svg") center no-repeat
}

#modalFlexDiscount .sel-wrap .val-wrap .btn.plus,
#modalFlexDiscountBulk .sel-wrap .val-wrap .btn.plus {
    right: 5px;
    background: url("../img/icons/ic_add.svg") center no-repeat
}

#modalFlexDiscount .price-wrap,
#modalFlexDiscountBulk .price-wrap {
    background-color: #F7F7F7;
    height: 40px;
    padding: 6px;
    margin-top: 15px
}

#modalFlexDiscount .price-wrap .flex,
#modalFlexDiscountBulk .price-wrap .flex {
    margin-top: 2px;
    margin-left: 0
}

#modalFlexDiscount .price-wrap .flex.plus:after,
#modalFlexDiscountBulk .price-wrap .flex.plus:after {
    content: '+';
    margin-left: 3px;
    display: inline-block
}

#modalFlexDiscount .price-wrap .flex.minus:after,
#modalFlexDiscountBulk .price-wrap .flex.minus:after {
    content: '‒';
    margin-left: 3px;
    display: inline-block
}

#modalFlexDiscount .price-wrap .price,
#modalFlexDiscountBulk .price-wrap .price {
    display: inline-block;
    float: right
}

#modalFlexDiscount .price-wrap .price .pval,
#modalFlexDiscountBulk .price-wrap .price .pval {
    color: #146ACC;
    display: inline-block;
    font-size: 18px
}

#modalFlexDiscount .price-wrap .price .currency,
#modalFlexDiscountBulk .price-wrap .price .currency {
    color: #4A4A4A;
    display: inline-block;
    font-size: 18px
}

.settings-modal .modal-dialog {
    width: 500px
}

.settings-modal .modal-dialog .modal-body {
    padding: 55px 70px
}

.settings-modal .modal-dialog .modal-body .close {
    color: white;
    position: absolute;
    right: 20px;
    top: 20px
}

.settings-modal .modal-dialog .modal-body h2 {
    font-size: 18px;
    margin-bottom: 30px
}

.settings-modal .modal-dialog .modal-body .features-wrap .select2-selection--multiple {
    border: 1px solid #B7D2EF;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box;
    background-color: #FAFAFA;
    min-height: 50px
}

.settings-modal .modal-dialog .modal-body .features-wrap .select2-selection--multiple input {
    border: 0;
    height: auto;
    height: 38px;
    background-color: #FAFAFA
}

.settings-modal .modal-dialog .modal-body .features-wrap .select2-selection--multiple .select2-selection__choice {
    height: 36px;
    border: 1px solid #E9E9E9;
    min-width: 80px;
    background: white;
    position: relative;
    vertical-align: middle;
    line-height: 36px;
    font-size: 14px
}

.settings-modal .modal-dialog .modal-body .features-wrap .select2-selection--multiple .select2-selection__choice__remove {
    position: absolute;
    right: 4px;
    font-size: 18px;
    font-weight: lighter
}

.settings-modal .modal-dialog .modal-body input {
    margin-bottom: 0;
    background-color: white;
    border: 1px solid #B7D2EF
}

.settings-modal .modal-dialog .modal-body input:focus {
    border: 1px solid #146ACC
}

.settings-modal .modal-dialog .modal-body .status-wrap {
    max-width: 180px
}

.settings-modal .modal-dialog .modal-body button[type="submit"],
.settings-modal .modal-dialog .modal-body button[type="button"] {
    margin-top: 0
}

#modalPrint .modal-dialog {
    width: auto
}

#modalPrint .modal-content {
    width: 620px;
    padding: 50px 80px;
    background-color: #1C3A5E
}

#modalPrint .modal-content .modal-body {
    padding: 0
}

#modalPrint .modal-content div {
    color: white
}

#modalPrint .modal-content .close {
    opacity: 1;
    font-weight: 400;
    position: absolute;
    right: -40px;
    top: -15px
}

#modalPrint .modal-content .clabel span {
    font-size: 17px
}

#modalPrint .modal-content .payment-type {
    margin: 15px 0 38px 0
}

#modalPrint .modal-content .route-name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 16px
}

#modalPrint .modal-content .item {
    margin-bottom: 6px
}

#modalPrint .modal-content .item span {
    font-size: 18px
}

#modalPrint .modal-content .item span.val {
    font-weight: 500
}

#modalPrint .modal-content .item .left {
    display: inline-block;
    float: left
}

#modalPrint .modal-content .item .left span {
    font-weight: 500
}

#modalPrint .modal-content .item .right {
    display: inline-block;
    float: right
}

#modalPrint .modal-content .total-wrap {
    margin-top: 18px;
    position: relative;
    left: auto;
    bottom: auto
}

#modalPrint .modal-content .total-wrap .total span.clabel {
    margin-bottom: 0px
}

#modalPrint .modal-content .total-wrap .total .currency {
    font-size: 21px
}

#modalPrint .modal-content .total-wrap button {
    margin-top: 19px
}

#modalPrint .modal-content .total-wrap .col-lg-12 {
    padding: 0
}

.modal .bus_row,
.modal .driver_row {
    height: 50px;
    vertical-align: middle;
    line-height: 50px;
    border: 1px solid #D0D0D0;
    border-radius: 2px;
    background-color: #FAFAFA;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 10px;
    font-size: 16px;
    padding-left: 17px;
    position: relative;
    color: #4A4A4A
}

.modal .bus_row .remove_bus,
.modal .bus_row .remove_driver,
.modal .driver_row .remove_bus,
.modal .driver_row .remove_driver {
    height: 14px;
    width: 14px;
    position: absolute;
    top: 18px;
    right: 10px;
    background: url("../img/icons/ic_close.svg") center no-repeat
}

#modalEditRouteTimetable .modal-dialog {
    width: 100%;
    margin: 0;
    height: 100%
}

#modalEditRouteTimetable .modal-dialog header.new-route-header {
    padding: 18px 15px 0 15px
}

#modalEditRouteTimetable .modal-dialog header.new-route-header .close {
    position: relative;
    float: left;
    margin-left: 14px;
    display: inline;
    left: 0;
    top: 0;
    margin-top: 7px
}

#modalEditRouteTimetable .modal-dialog header.new-route-header .id {
    color: #146ACC;
    font-size: 21px;
    margin-right: 6px
}

#modalEditRouteTimetable .modal-dialog header.new-route-header .id:before {
    display: none
}

#modalEditRouteTimetable .modal-dialog header button {
    margin-top: 0
}

#modalEditRouteTimetable .modal-dialog .modal-content {
    height: 100%
}

#modalEditRouteTimetable .modal-dialog .modal-body {
    height: 100%;
    padding: 0
}

#modalEditRouteTimetable .modal-dialog .timetable {
    margin: 120px auto 0 auto;
    max-width: 720px
}

#modalEditRouteTimetable .modal-dialog .footer {
    margin: 0 auto;
    max-width: 520px
}

.double-confirm.modal .modal-dialog {
    width: auto
}

.double-confirm.modal h1 {
    text-align: center;
    font-size: 21px;
    margin-bottom: 48px
}

.double-confirm.modal .modal-content {
    width: 620px;
    padding: 50px 80px;
    background-color: #1C3A5E;
    border: 2px solid #146ACC
}

.double-confirm.modal .modal-content .total-wrap {
    position: relative;
    top: 0;
    bottom: 0;
    border-top: 0;
    margin-top: 0
}

.double-confirm.modal .modal-content .modal-body {
    padding: 0
}

.double-confirm.modal .text-center {
    text-align: center
}

.double-confirm.modal .cancel-btn {
    display: inline-block;
    text-align: center;
    margin: 0 auto;
    color: #fff;
    font-size: 17px;
    margin-top: 30px;
    line-height: 20px;
    border-bottom: 1px solid transparent
}

.double-confirm.modal .cancel-btn:hover {
    text-decoration: none;
    border-bottom: 1px solid white
}

.modal-ac-wrap {
    position: relative
}

.modal .ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0
}

table td {
    font-family: "Roboto-Regular"
}

.simple-table.table.dataTable {
    margin-top: 20px;
    border-bottom: 1px solid #b6d3f3
}

.simple-table.table.dataTable tr.odd {
    background-color: white;
}

.simple-table.table.dataTable thead,
.simple-table.table.dataTable tr.even {
    background-color: #f3f7fd
}

.simple-table.table.dataTable thead tr th {
    color: #146ACC;
    font-weight: normal;
    padding: 8px 10px;
    border-bottom: 1px solid #b6d3f3
}

.simple-table.table.dataTable thead tr th.id {
    width: 25px !important
}

.simple-table.table.dataTable tr td {
    border: 0;
    font-size: 16px;
    padding: 12px 10px;
    line-height: 16px;
    vertical-align: middle
}

.simple-table.table.dataTable tr td.id {
    width: 25px
}

.simple-table.table.dataTable tr td.to,
.simple-table.table.dataTable tr td.from {
    color: #146ACC
}

.simple-table.table.dataTable tr.route.active:hover {
    background-color: #146ACC
}

.simple-table.table.dataTable tr.route.active:hover td {
    background-color: #146ACC
}

.simple-table.table.dataTable tr.route:hover {
    background-color: #e6f0fb
}

.simple-table.table.dataTable tr.route:hover td {
    background-color: #e6f0fb
}

.dataTables_filter {
    display: none
}

.form-group span.error {
    position: relative;
    top: auto;
    left: auto;
    display: block;
    margin: -3px 0 8px 0;
    color: #D0001C
}

.form-label fieldset {
    margin: 0;
    padding: 0;
    border: 0;
    position: relative
}

.form-label fieldset label {
    position: absolute;
    top: 21px;
    left: 14px;
    color: #4A4A4A;
    transform: translate3d(0, 0, 0);
    transition: all 0.2s ease-in-out
}

.form-label input {
    display: block;
    width: 100%;
    line-height: 1;
    outline: 0;
    appearance: none;
    transition: all 0.2s ease-in-out
}

.form-css-label input[data-empty="false"],
.form-css-label input:valid,
.form-css-label input:focus {
    padding: 27px 14px 10px
}

.form-css-label input:focus {
    outline: 0;
    background: #fff
}

.form-css-label input[data-empty="false"] + label,
.form-css-label input:valid + label,
.form-css-label input:focus + label {
    color: #146ACC;
    font-size: 14px;
    transform: translate3d(0, -11px, 0)
}

.form-js-label input[data-empty="false"],
.form-js-label input:focus {
    padding: 22px 8px 10px
}

.form-js-label input:focus {
    outline: 0;
    background: #fff
}

.form-js-label input[data-empty="false"] + label,
.form-js-label input:focus + label {
    color: #146ACC;
    font-size: 14px;
    transform: translate3d(0, -10px, 0)
}

.login .form-group .error {
    margin: -3px 0 8px 0
}

.form-wrapper label {
    display: block;
    margin-bottom: 12px
}

.form-wrapper .form-group {
    margin-bottom: 28px
}

.new-route-trip {
    background-color: #e6f0fb
}

.new-route-trip .container {
    min-height: 50%;
}

.new-route-trip .main-content {
    padding-bottom: 140px;
    padding-top: 70px;
    /*min-height: calc(100vh - 163px - 70px)*/
}

.new-route-trip .main-content .inner {
    padding-bottom: 10px !important;
    padding-top: 20px !important;
}

.new-route-trip.step-1 .container,
.new-route-trip.new-trip .step-2 .container {
    max-width: 1400px
}

.new-route-trip.step-2 .form-wrapper {
    text-align: center
}

.new-route-trip .form-wrapper {
    margin: 0 auto;
    padding-top: 59px;
    float: none
}

.new-route-trip .form-wrapper .form-group {
    margin-bottom: 28px
}

.new-route-trip .form-wrapper input {
    display: block;
    border: 1px solid #B7D2EF;
    height: 50px;
    padding: 0 15px;
    background-color: white;
    width: 100%
}

.new-route-trip .form-wrapper input.error {
    border: 1px solid #D0001C
}

.new-route-trip .form-wrapper input:focus {
    border: 1px solid #146ACC
}

.new-route-trip .form-wrapper hr {
    border-top: 1px solid #B7D2EF
}

.new-route-trip .form-wrapper .selected-discounts .placeholder-wrap {
    background-color: white;
    margin-bottom: 15px;
    border: 1px solid #B7D2EF
}

.new-route-trip .form-wrapper .selected-discounts .placeholder-wrap ul li {
    margin-bottom: 6px
}

.new-route-trip .form-wrapper .selected-discounts .placeholder-wrap ul li:last-child {
    margin-bottom: 0
}

.new-route-trip .form-wrapper .selected-discounts .placeholder-wrap .percent {
    float: right
}

.new-route-trip .form-wrapper .new-stations-pl span.error {
    position: absolute;
    top: 19px;
    right: 38px
}

.new-route-trip .placeholder-wrap {
    background: white;
    border: 1px solid #B7D2EF
}

.new-route-trip .timepicker {
    font-size: 18px
}

.new-route-trip .frequency-input-w .placeholder-wrap span.active,
.new-route-trip .frequency-input-w .placeholder-wrap span:hover {
    background-color: #146ACC;
    color: white;
    border: 0
}

.new-route-trip .timeframe-input {
    margin-bottom: 10px
}

.new-route-trip .timeframe-input div div.from {
    padding-left: 0
}

.new-route-trip .timeframe-input div div.from:after {
    background-color: white
}

.new-route-trip .timeframe-input div div.to {
    padding-left: 0
}

.new-route-trip .timeframe-input input {
    border: 0;
    height: 48px
}

.new-route-trip .excluded-dates-input-wrap .placeholder-wrap {
    padding: 6px 0 0px 0;
    min-height: 50px;
    position: relative
}

.new-route-trip .excluded-dates-input-wrap .placeholder-wrap .date {
    background-color: #FAFAFA
}

.new-route-trip .excluded-dates-input-wrap .multidatepicker {
    border: 0;
    height: 25px;
    width: 25px;
    margin: 0 0 0 0;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 16px;
    margin: auto 0
}

.new-route-trip .discount-input-wrap .discount-input.placeholder-wrap {
    padding: 16px 8px 11px 16px;
    max-height: 300px;
    overflow-y: scroll
}

.new-route-trip .discount-input-wrap .discount-input.placeholder-wrap .customCheckbox {
    margin-bottom: 13px
}

.new-route-trip .discount-input-wrap .discount-input.placeholder-wrap .customCheckbox .label {
    margin-bottom: 10px
}

.new-route-trip .discount-input-wrap .discount-input.placeholder-wrap .customCheckbox input[type=checkbox] {
    display: inline-block
}

.new-route-trip .discount-input-wrap .discount-input table {
    width: 100%
}

.new-route-trip .discount-input-wrap .discount-input table tr td {
    width: 50%
}

.new-route-trip .discount-input-wrap .discount-input table tr td:last-child {
    text-align: right
}

.new-route-trip .discount-input-wrap .discount-input table tr:last-child .customCheckbox {
    margin-bottom: 0
}

.new-route-trip .discount-input-wrap .agenda {
    font-size: 13px;
    opacity: 0.5;
    text-align: right;
    float: right;
    display: block;
    margin: 8px 0 0 0
}

.new-route-trip .excluded-input .dates-wrap {
    max-width: 412px
}

.stations-wrap {
    position: relative;
    padding-top: 12px;
    display: inline-block;
    margin: 0 auto
}

.stations-wrap:after {
    content: '';
    display: block;
    height: calc(100% - 80px);
    width: 1px;
    background-color: #B7D2EF;
    position: absolute;
    left: 38px;
    top: 51px
}

.stations-wrap.trip-timetable:after {
    height: calc(100% - 97px)
}

.stations-wrap.trip-timetable .station-item {
    margin-bottom: 30px
}

.stations-wrap.trip-timetable .station-item:first-child .arrival-wrap label,
.stations-wrap.trip-timetable .station-item:first-child .arrival-wrap input {
    visibility: hidden
}

.stations-wrap.trip-timetable .station-item:last-child .departure-wrap label,
.stations-wrap.trip-timetable .station-item:last-child .departure-wrap input {
    display: none
}

.stations-wrap.trip-timetable .station-item .station-placeholder {
    width: 40%;
    min-width: 300px;
    float: left;
    height: 90px;
    margin-right: 20px;
    text-align: left
}

.stations-wrap.trip-timetable .station-item .station-placeholder .station-address {
    font-size: 14px;
    opacity: 0.5;
    display: block;
    margin-top: 4px;
    line-height: 18px
}

.stations-wrap.trip-timetable .station-item .bullet {
    top: 28px
}

.stations-wrap.trip-timetable .station-item .bullet.blue {
    background: #146ACC
}

.stations-wrap.trip-timetable .station-item .bullet.white {
    background: white
}

.stations-wrap.trip-timetable .station-item .item {
    float: left;
    width: 100%;
    max-width: 80px;
    margin-right: 20px
}

.stations-wrap.trip-timetable .station-item .item:last-child {
    margin-right: 0
}

.stations-wrap.trip-timetable .station-item .item label {
    margin: 11px 0 9px 0
}

.stations-wrap .form-group {
    margin-bottom: 0
}

.stations-wrap .station-item {
    position: relative;
    padding-left: 100px
}

.stations-wrap .station-item .station-placeholder {
    height: 67px;
    width: 100%;
    border: 1px solid #B7D2EF;
    border-radius: 2px;
    background-color: #FFFFFF;
    padding: 13px 13px 13px 18px
}

.stations-wrap .station-item .station-placeholder .station-name {
    color: #146ACC;
    font-size: 16px;
    display: block
}

.stations-wrap .station-item .station-placeholder .station-address {
    font-size: 14px
}

.stations-wrap .station-item .station-placeholder.input-wrapper {
    padding: 8px 0 0 0;
    border: 0;
    position: relative;
    background-color: transparent
}

.stations-wrap .station-item .station-placeholder.input-wrapper:hover .delete-btn {
    display: block
}

.stations-wrap .station-item.station {
    margin-right: -15px;
    padding-right: 15px
}

.stations-wrap .station-item.station:hover {
    background-color: #B7D2EF
}

.stations-wrap .station-item.start-station .bullet,
.stations-wrap .station-item.end-station .bullet {
    border: 0;
    background: url("../img/icons/ic_pin_drop.svg") center no-repeat #146ACC
}

.stations-wrap .station-item.add-new .station-placeholder {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    vertical-align: middle;
    line-height: 45px
}

.stations-wrap .station-item.add-new .station-placeholder span {
    color: #146ACC
}

.stations-wrap .station-item.start-station {
    margin-bottom: 8px
}

.stations-wrap .station-item.end-station {
    margin-top: 8px
}

.stations-wrap .station-item.end-station:after {
    content: '';
    display: none
}

.stations-wrap .delete-btn {
    display: none;
    height: 18px;
    width: 14px;
    z-index: 999;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 24px;
    background: url("../img/icons/ic_delete_forever.svg") center no-repeat
}

.stations-wrap .bullet {
    position: absolute;
    left: 20px;
    top: 15px;
    box-sizing: border-box;
    height: 38px;
    width: 38px;
    border: 1px solid #B7D2EF;
    background-color: #FFFFFF;
    z-index: 9
}

.stations-wrap .bullet.draggable {
    cursor: move;
    background: url("../img/icons/ic_draggable.svg") center no-repeat white
}

.stations-wrap .bullet.plus {
    cursor: pointer;
    background: url("../img/icons/ic_add.svg") center no-repeat white
}

.stations-wrap .bullet.blue {
    background-color: #0E54A3
}

.single-route .sub-header .primary-btn {
    margin-left: 10px
}

.single-route .min-menu {
    margin-top: 11px
}

.single-route .main-content .inner {
    padding: 35px 35px 45px 35px
}

.single-route .simple-table.table.dataTable tr .time {
    width: 100px;
    color: #146ACC
}

.single-route .simple-table.table.dataTable tr .discounts {
    color: #146ACC
}

.single-route .simple-table.table.dataTable tr.route td {
    line-height: 16px;
    vertical-align: middle
}

.single-route .simple-table.table.dataTable tr.route:hover {
    background-color: #0E54A3 !important
}

.single-route .simple-table.table.dataTable tr.route:hover td {
    background-color: #0E54A3 !important;
    color: white
}

.single-route .simple-table.table.dataTable tr.route:hover td.discounts i {
    background: white;
    color: #146ACC
}

.single-route .simple-table.table.dataTable tr.route .discounts i {
    margin-right: 6px
}

.table.dataTable.no-footer {
    border-bottom: 0
}

.single-route-prices .dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #D8D8D8
}

.dataTables_wrapper .row {
    margin: 0 !important
}

.dataTables_wrapper .row .col-sm-12 {
    padding: 0
}

.table-prices.table-bordered td,
.table-prices.table-bordered th,
.table-prices.table-bordered .th,
.table-discounts.table-bordered td,
.table-discounts.table-bordered th,
.table-discounts.table-bordered .th {
    font-size: 16px;
    font-family: "Roboto-Regular";
    background-color: #F7F7F7
}

.table-prices.table-bordered td input.disabled,
.table-prices.table-bordered th input.disabled,
.table-prices.table-bordered .th input.disabled,
.table-discounts.table-bordered td input.disabled,
.table-discounts.table-bordered th input.disabled,
.table-discounts.table-bordered .th input.disabled {
    background-color: #F7F7F7
}

.table-prices.table-bordered td.active,
.table-prices.table-bordered th.active,
.table-prices.table-bordered .th.active,
.table-discounts.table-bordered td.active,
.table-discounts.table-bordered th.active,
.table-discounts.table-bordered .th.active {
    background-color: white
}

.table-prices.table-bordered td.hover,
.table-prices.table-bordered th.hover,
.table-prices.table-bordered .th.hover,
.table-discounts.table-bordered td.hover,
.table-discounts.table-bordered th.hover,
.table-discounts.table-bordered .th.hover {
    background-color: #E7F0F9
}

.table-prices.table-bordered td.hover input,
.table-prices.table-bordered th.hover input,
.table-prices.table-bordered .th.hover input,
.table-discounts.table-bordered td.hover input,
.table-discounts.table-bordered th.hover input,
.table-discounts.table-bordered .th.hover input {
    background-color: #E7F0F9
}

.table-prices.table-bordered thead th,
.table-discounts.table-bordered thead th {
    height: 70px;
    background-color: #F7F7F7;
    border-bottom: 4px solid #D8D8D8
}

.table-prices.table-bordered thead th:first-child,
.table-discounts.table-bordered thead th:first-child {
    border-right: 4px solid #D8D8D8;
    width: 154px
}

.table-prices.table-bordered thead th.hover,
.table-discounts.table-bordered thead th.hover {
    background-color: #E7F0F9
}

.table-prices.table-bordered tbody .th,
.table-discounts.table-bordered tbody .th {
    border-right: 4px solid #D8D8D8;
    background-color: #F7F7F7;
    text-align: right;
    padding-right: 15px;
    vertical-align: middle;
    border-bottom: 1px solid #D8D8D8;
    font-family: "Roboto-Medium"
}

.table-prices.table-bordered tbody tr td,
.table-discounts.table-bordered tbody tr td {
    border: 0;
    padding: 0
}

.table-prices.table-bordered tbody tr td .wrap,
.table-discounts.table-bordered tbody tr td .wrap {
    display: block;
    height: 40px;
    width: 100%;
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8;
    padding-left: 12px
}

.table-prices.table-bordered tbody tr td .wrap.changed,
.table-discounts.table-bordered tbody tr td .wrap.changed {
    background-color: #cce0f8
}

.table-prices.table-bordered tbody tr td .wrap.changed input,
.table-discounts.table-bordered tbody tr td .wrap.changed input {
    background-color: #cce0f8
}

.table-prices.table-bordered tbody tr td .wrap:hover,
.table-discounts.table-bordered tbody tr td .wrap:hover {
    background-color: white;
    color: #146ACC;
    border: 1px solid #146ACC;
    margin-right: -1px
}

.table-prices.table-bordered tbody tr td .wrap:hover.disabled,
.table-discounts.table-bordered tbody tr td .wrap:hover.disabled {
    background-color: #F7F7F7;
    border: 0;
    border-left: 1px solid #D8D8D8;
    border-bottom: 1px solid #D8D8D8
}

.table-prices.table-bordered tbody tr td .wrap input,
.table-discounts.table-bordered tbody tr td .wrap input {
    border: 0
}

.table-prices.table-bordered tbody tr td:first-child input,
.table-prices.table-bordered tbody tr td.first input,
.table-discounts.table-bordered tbody tr td:first-child input,
.table-discounts.table-bordered tbody tr td.first input {
    border-left: 0
}

.table-prices.table-bordered tbody tr.last input,
.table-discounts.table-bordered tbody tr.last input {
    border-bottom: 0
}

.table-prices.table-bordered tbody tr.last input.disabled:hover,
.table-discounts.table-bordered tbody tr.last input.disabled:hover {
    border-bottom: 0
}

.flex-prices-table td .wrap.open,
.table-prices td .wrap.open {
    position: relative;
    z-index: 1048;
    background-color: white
}

.flex-prices-table td .wrap input,
.table-prices td .wrap input {
    height: 100%;
    width: 100%;
    border: 0
}

.flex-prices-table td.active.hover input,
.table-prices td.active.hover input {
    background-color: transparent
}

#pricestable_wrapper div.row:first-child,
#discounttable_wrapper div.row:first-child {
    display: none
}

.single-route-discounts #pricestable_wrapper .row {
    margin-left: 0;
    margin-right: 0
}

.single-route-discounts #pricestable_wrapper .row .col-sm-12 {
    padding: 0
}

.single-route-discounts .discount-indicator {
    display: block;
    float: left;
    margin-right: 6px;
    background-color: orange;
    color: white;
    text-align: center;
    height: 26px;
    width: 24px;
    vertical-align: middle;
    line-height: 26px
}

.single-route-discounts .discount-indicator.green {
    background-color: #79C027
}

.single-route-discounts .inner {
    position: relative
}

.single-route-discounts .table-discounts.table-bordered tr td.active {
    cursor: pointer
}

.single-route-discounts .table-discounts.table-bordered tr td .wrap {
    height: 40px;
    width: 100%;
    min-width: 84px;
    padding-top: 7px;
    padding-left: 12px;
    border-bottom: 1px solid #D8D8D8;
    border-right: 1px solid #D8D8D8
}

.single-route-discounts .table-discounts.table-bordered tr td .wrap.open {
    position: relative;
    z-index: 1048;
    background-color: white
}

.simple-table.table .route {
    cursor: pointer
}

.simple-table.table .route.active td,
.simple-table.table .column.active td {
    background-color: #146ACC;
    color: white
}

.simple-table.table .route.active td.from,
.simple-table.table .route.active td.to,
.simple-table.table .route.active td.time,
.simple-table.table .route.active td.discounts,
.simple-table.table .column.active td.from,
.simple-table.table .column.active td.to,
.simple-table.table .column.active td.time,
.simple-table.table .column.active td.discounts,
.simple-table.table .active td a {
    color: white
}

.simple-table.table .route.active.capabilities td.time .route-name,
.simple-table.table .route.active.capabilities td .bus,
.simple-table.table .route.active.capabilities td .progress-wrap .val,
.simple-table.table .route.active.capabilities td .driver,
.simple-table.table .column.active.capabilities td.time .route-name,
.simple-table.table .column.active.capabilities td .bus,
.simple-table.table .column.active.capabilities td .progress-wrap .val,
.simple-table.table .column.active.capabilities td .driver {
    color: white
}

.simple-table.table .route.capabilities .time,
.simple-table.table .column.capabilities .time {
    color: #146ACC;
    padding-right: 0
}

.simple-table.table .route.capabilities .time .route-name,
.simple-table.table .column.capabilities .time .route-name {
    margin-left: 8px;
    display: inline-block;
    color: #4A4A4A;
    font-size: 16px;
    min-width: 230px
}

.simple-table.table .route.capabilities .time .bus,
.simple-table.table .route.capabilities .time .driver,
.simple-table.table .column.capabilities .time .bus,
.simple-table.table .column.capabilities .time .driver {
    color: #4A4A4A;
    font-size: 14px;
    opacity: 0.5;
    float: left
}

.simple-table.table .route.capabilities .time .bus,
.simple-table.table .column.capabilities .time .bus {
    margin-right: 5px
}

.simple-table.table .route.capabilities .time .bus:after,
.simple-table.table .column.capabilities .time .bus:after {
    content: '•';
    display: block;
    float: right;
    width: 3px;
    margin: 0 2px 0 3px;
    height: 6px;
    vertical-align: middle
}

.simple-table.table .route.capabilities td.progress-td,
.simple-table.table .column.capabilities td.progress-td {
    padding-top: 15px;
    padding-right: 40px
}

.simple-table.table .route .status,
.simple-table.table .column .status {
    width: 20px;
    text-align: center
}

.simple-table.table .route .status span,
.simple-table.table .column .status span {
    display: block;
    height: 8px;
    width: 8px;
    margin: 0 auto;
    background-color: #F4A61F
}

.simple-table.table .route .status span.open,
.simple-table.table .column .status span.open {
    background-color: #79C027
}

.simple-table.table .route .status span.closed,
.simple-table.table .column .status span.closed {
    background-color: #D0001C
}

.ticketlistview table .ticketid {
    width: 200px
}

.ticketlistview table tbody tr.active td {
    background-color: #146ACC;
    color: white
}

.ticketlistview table tbody tr.active td.ticketid .id {
    color: white
}

.ticketlistview table tbody .ticketid .id {
    color: #146ACC;
    font-size: 16px
}

.ticketlistview table tbody .ticketid .date {
    opacity: 0.5
}

.ticketlistview table tbody .customer {
    color: #4A4A4A
}

.ticketlistview table tbody .departure .date,
.ticketlistview table tbody .departure .routeid,
.ticketlistview table tbody .arrival .date,
.ticketlistview table tbody .arrival .routeid,
.ticketlistview table tbody .shortcode .date,
.ticketlistview table tbody .shortcode .routeid {
    opacity: 0.5;
    display: block
}

.transactionsview .four-col-graph {
    margin-bottom: 15px
}

.transactionsview table.transactions-table .selling-channel span,
.transactionsview table.transactions-table .payment-type span {
    opacity: 0.5
}

.transactionsview table.transactions-table tr.active td {
    background-color: #0E54A3;
    color: white
}

.settingsview .tab-nav-wrap {
    margin: 20px 0
}

.settingsview .discounts-table .name {
    width: 220px
}

.tab-content {
    display: none
}

.tab-content.active {
    display: block
}

body.login,
body.forgot-password {
    background-color: #fafafa
}

.logo-pl {
    height: 50px;
    width: 230px;
    display: block;
    background-color: #146ACC;
    color: white;
    text-align: center;
    line-height: 75px;
    margin: 0 auto 33px auto;
    background: url("../img/seatplus-text.svg") center no-repeat
}

.logo-pl.white {
    background: url("../img/seatplus-text-white.svg") center no-repeat
}

.login-wrap {
    width: 100%;
    max-width: 380px;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto
}

.login-wrap .company_lh {
    text-align: center;
    margin-bottom: 35px
}

.login-wrap .company_lh img {
    margin: 0 auto
}

.login-wrap input {
    height: 63px;
    width: 100%;
    border: 1px solid #B7D2EF;
    border-radius: 2px;
    background-color: #FFFFFF;
    margin-bottom: 14px;
    padding: 0 14px;
    font-size: 16px;
    color: #4A4A4A
}

.login-wrap button {
    width: 100%;
    height: 56px;
    text-transform: uppercase
}

.login-wrap .text-center {
    text-align: center;
    margin-top: 28px
}

.login-wrap .text-center a {
    display: inline-block;
    margin: 0 auto
}

.login.offline-login {
    background-color: #1C3A5E
}

.login.offline-login .logo-pl {
    margin-bottom: 23px
}

.login.offline-login .offline-name {
    font-size: 22px;
    color: white;
    text-align: center;
    margin-bottom: 50px
}

.login.offline-login .login-wrap form.form-label fieldset label {
    color: #fff
}

.login.offline-login .login-wrap form input {
    border: 2px solid #146ACC;
    background-color: #1C3A5E;
    color: white
}

.login.offline-login .login-wrap form input:focus {
    border: 2px solid #146ACC
}

.login.offline-login .login-wrap a {
    color: #fff
}

#four-o-four {
    width: 100%;
    height: 100%;
    text-align: center
}

#four-o-four .center-block {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    margin: 0 auto;
    left: 0;
    right: 0
}

#four-o-four .logo-pl {
    margin-bottom: 0
}

#four-o-four .img {
    background: url("../img/404-pl.svg") center no-repeat;
    height: 329px;
    width: 518px;
    margin: 40px auto 0 auto
}

#four-o-four a {
    margin-top: 20px
}


/*!
 * Bootstrap v3.3.7 (http://getbootstrap.com)
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: 0.67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

td,
th {
    padding: 0
}


/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #000 !important;
        -webkit-box-shadow: none !important;
        box-shadow: none !important;
        text-shadow: none !important
    }

    a,
    a:visited {
        text-decoration: underline
    }

    a[href]:after {
        content: " (" attr(href) ")"
    }

    abbr[title]:after {
        content: " (" attr(title) ")"
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: ""
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid
    }

    thead {
        display: table-header-group
    }

    tr,
    img {
        page-break-inside: avoid
    }

    img {
        max-width: 100% !important
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3
    }

    h2,
    h3 {
        page-break-after: avoid
    }

    .navbar {
        display: none
    }

    .btn > .caret,
    .dropup > .btn > .caret {
        border-top-color: #000 !important
    }

    .label {
        border: 1px solid #000
    }

    .table {
        border-collapse: collapse !important
    }

    .table td,
    .table th {
        background-color: #fff !important
    }

    .table-bordered th,
    .table-bordered td {
        border: 1px solid #ddd !important
    }
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-size: 10px;
    -webkit-tap-highlight-color: transparent
}

body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    color: #333;
    background-color: #fff
}

input,
button,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

a {
    color: #337ab7;
    text-decoration: none
}

a:hover,
a:focus {
    color: #23527c;
    text-decoration: underline
}

a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px
}

figure {
    margin: 0
}

img {
    vertical-align: middle
}

.img-responsive {
    display: block;
    max-width: 100%;
    height: auto
}

.img-rounded {
    border-radius: 6px
}

.img-thumbnail {
    padding: 4px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: inline-block;
    max-width: 100%;
    height: auto
}

.img-circle {
    border-radius: 50%
}

hr {
    margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #eee
}

.sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    position: static;
    width: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    clip: auto
}

[role="button"] {
    cursor: pointer
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

@media (min-width: 768px) {
    .container {
        width: 750px
    }
}

@media (min-width: 992px) {
    .container {
        width: 970px
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px
    }
}

.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px
}

/*
.row {
    margin-left: -15px;
    margin-right: -15px
}*/

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    position: relative;
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px
}

.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left
}

.col-xs-12 {
    width: 100%
}

.col-xs-11 {
    width: 91.66666667%
}

.col-xs-10 {
    width: 83.33333333%
}

.col-xs-9 {
    width: 75%
}

.col-xs-8 {
    width: 66.66666667%
}

.col-xs-7 {
    width: 58.33333333%
}

.col-xs-6 {
    width: 50%
}

.col-xs-5 {
    width: 41.66666667%
}

.col-xs-4 {
    width: 33.33333333%
}

.col-xs-3 {
    width: 25%
}

.col-xs-2 {
    width: 16.66666667%
}

.col-xs-1 {
    width: 8.33333333%
}

.col-xs-pull-12 {
    right: 100%
}

.col-xs-pull-11 {
    right: 91.66666667%
}

.col-xs-pull-10 {
    right: 83.33333333%
}

.col-xs-pull-9 {
    right: 75%
}

.col-xs-pull-8 {
    right: 66.66666667%
}

.col-xs-pull-7 {
    right: 58.33333333%
}

.col-xs-pull-6 {
    right: 50%
}

.col-xs-pull-5 {
    right: 41.66666667%
}

.col-xs-pull-4 {
    right: 33.33333333%
}

.col-xs-pull-3 {
    right: 25%
}

.col-xs-pull-2 {
    right: 16.66666667%
}

.col-xs-pull-1 {
    right: 8.33333333%
}

.col-xs-pull-0 {
    right: auto
}

.col-xs-push-12 {
    left: 100%
}

.col-xs-push-11 {
    left: 91.66666667%
}

.col-xs-push-10 {
    left: 83.33333333%
}

.col-xs-push-9 {
    left: 75%
}

.col-xs-push-8 {
    left: 66.66666667%
}

.col-xs-push-7 {
    left: 58.33333333%
}

.col-xs-push-6 {
    left: 50%
}

.col-xs-push-5 {
    left: 41.66666667%
}

.col-xs-push-4 {
    left: 33.33333333%
}

.col-xs-push-3 {
    left: 25%
}

.col-xs-push-2 {
    left: 16.66666667%
}

.col-xs-push-1 {
    left: 8.33333333%
}

.col-xs-push-0 {
    left: auto
}

.col-xs-offset-12 {
    margin-left: 100%
}

.col-xs-offset-11 {
    margin-left: 91.66666667%
}

.col-xs-offset-10 {
    margin-left: 83.33333333%
}

.col-xs-offset-9 {
    margin-left: 75%
}

.col-xs-offset-8 {
    margin-left: 66.66666667%
}

.col-xs-offset-7 {
    margin-left: 58.33333333%
}

.col-xs-offset-6 {
    margin-left: 50%
}

.col-xs-offset-5 {
    margin-left: 41.66666667%
}

.col-xs-offset-4 {
    margin-left: 33.33333333%
}

.col-xs-offset-3 {
    margin-left: 25%
}

.col-xs-offset-2 {
    margin-left: 16.66666667%
}

.col-xs-offset-1 {
    margin-left: 8.33333333%
}

.col-xs-offset-0 {
    margin-left: 0
}

@media (min-width: 768px) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left
    }

    .col-sm-12 {
        width: 100%
    }

    .col-sm-11 {
        width: 91.66666667%
    }

    .col-sm-10 {
        width: 83.33333333%
    }

    .col-sm-9 {
        width: 75%
    }

    .col-sm-8 {
        width: 66.66666667%
    }

    .col-sm-7 {
        width: 58.33333333%
    }

    .col-sm-6 {
        width: 50%
    }

    .col-sm-5 {
        width: 41.66666667%
    }

    .col-sm-4 {
        width: 33.33333333%
    }

    .col-sm-3 {
        width: 25%
    }

    .col-sm-2 {
        width: 16.66666667%
    }

    .col-sm-1 {
        width: 8.33333333%
    }

    .col-sm-pull-12 {
        right: 100%
    }

    .col-sm-pull-11 {
        right: 91.66666667%
    }

    .col-sm-pull-10 {
        right: 83.33333333%
    }

    .col-sm-pull-9 {
        right: 75%
    }

    .col-sm-pull-8 {
        right: 66.66666667%
    }

    .col-sm-pull-7 {
        right: 58.33333333%
    }

    .col-sm-pull-6 {
        right: 50%
    }

    .col-sm-pull-5 {
        right: 41.66666667%
    }

    .col-sm-pull-4 {
        right: 33.33333333%
    }

    .col-sm-pull-3 {
        right: 25%
    }

    .col-sm-pull-2 {
        right: 16.66666667%
    }

    .col-sm-pull-1 {
        right: 8.33333333%
    }

    .col-sm-pull-0 {
        right: auto
    }

    .col-sm-push-12 {
        left: 100%
    }

    .col-sm-push-11 {
        left: 91.66666667%
    }

    .col-sm-push-10 {
        left: 83.33333333%
    }

    .col-sm-push-9 {
        left: 75%
    }

    .col-sm-push-8 {
        left: 66.66666667%
    }

    .col-sm-push-7 {
        left: 58.33333333%
    }

    .col-sm-push-6 {
        left: 50%
    }

    .col-sm-push-5 {
        left: 41.66666667%
    }

    .col-sm-push-4 {
        left: 33.33333333%
    }

    .col-sm-push-3 {
        left: 25%
    }

    .col-sm-push-2 {
        left: 16.66666667%
    }

    .col-sm-push-1 {
        left: 8.33333333%
    }

    .col-sm-push-0 {
        left: auto
    }

    .col-sm-offset-12 {
        margin-left: 100%
    }

    .col-sm-offset-11 {
        margin-left: 91.66666667%
    }

    .col-sm-offset-10 {
        margin-left: 83.33333333%
    }

    .col-sm-offset-9 {
        margin-left: 75%
    }

    .col-sm-offset-8 {
        margin-left: 66.66666667%
    }

    .col-sm-offset-7 {
        margin-left: 58.33333333%
    }

    .col-sm-offset-6 {
        margin-left: 50%
    }

    .col-sm-offset-5 {
        margin-left: 41.66666667%
    }

    .col-sm-offset-4 {
        margin-left: 33.33333333%
    }

    .col-sm-offset-3 {
        margin-left: 25%
    }

    .col-sm-offset-2 {
        margin-left: 16.66666667%
    }

    .col-sm-offset-1 {
        margin-left: 8.33333333%
    }

    .col-sm-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 992px) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left
    }

    .col-md-12 {
        width: 100%
    }

    .col-md-11 {
        width: 91.66666667%
    }

    .col-md-10 {
        width: 83.33333333%
    }

    .col-md-9 {
        width: 75%
    }

    .col-md-8 {
        width: 66.66666667%
    }

    .col-md-7 {
        width: 58.33333333%
    }

    .col-md-6 {
        width: 50%
    }

    .col-md-5 {
        width: 41.66666667%
    }

    .col-md-4 {
        width: 33.33333333%
    }

    .col-md-3 {
        width: 25%
    }

    .col-md-2 {
        width: 16.66666667%
    }

    .col-md-1 {
        width: 8.33333333%
    }

    .col-md-pull-12 {
        right: 100%
    }

    .col-md-pull-11 {
        right: 91.66666667%
    }

    .col-md-pull-10 {
        right: 83.33333333%
    }

    .col-md-pull-9 {
        right: 75%
    }

    .col-md-pull-8 {
        right: 66.66666667%
    }

    .col-md-pull-7 {
        right: 58.33333333%
    }

    .col-md-pull-6 {
        right: 50%
    }

    .col-md-pull-5 {
        right: 41.66666667%
    }

    .col-md-pull-4 {
        right: 33.33333333%
    }

    .col-md-pull-3 {
        right: 25%
    }

    .col-md-pull-2 {
        right: 16.66666667%
    }

    .col-md-pull-1 {
        right: 8.33333333%
    }

    .col-md-pull-0 {
        right: auto
    }

    .col-md-push-12 {
        left: 100%
    }

    .col-md-push-11 {
        left: 91.66666667%
    }

    .col-md-push-10 {
        left: 83.33333333%
    }

    .col-md-push-9 {
        left: 75%
    }

    .col-md-push-8 {
        left: 66.66666667%
    }

    .col-md-push-7 {
        left: 58.33333333%
    }

    .col-md-push-6 {
        left: 50%
    }

    .col-md-push-5 {
        left: 41.66666667%
    }

    .col-md-push-4 {
        left: 33.33333333%
    }

    .col-md-push-3 {
        left: 25%
    }

    .col-md-push-2 {
        left: 16.66666667%
    }

    .col-md-push-1 {
        left: 8.33333333%
    }

    .col-md-push-0 {
        left: auto
    }

    .col-md-offset-12 {
        margin-left: 100%
    }

    .col-md-offset-11 {
        margin-left: 91.66666667%
    }

    .col-md-offset-10 {
        margin-left: 83.33333333%
    }

    .col-md-offset-9 {
        margin-left: 75%
    }

    .col-md-offset-8 {
        margin-left: 66.66666667%
    }

    .col-md-offset-7 {
        margin-left: 58.33333333%
    }

    .col-md-offset-6 {
        margin-left: 50%
    }

    .col-md-offset-5 {
        margin-left: 41.66666667%
    }

    .col-md-offset-4 {
        margin-left: 33.33333333%
    }

    .col-md-offset-3 {
        margin-left: 25%
    }

    .col-md-offset-2 {
        margin-left: 16.66666667%
    }

    .col-md-offset-1 {
        margin-left: 8.33333333%
    }

    .col-md-offset-0 {
        margin-left: 0
    }
}

@media (min-width: 1200px) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left
    }

    .col-lg-12 {
        width: 100%
    }

    .col-lg-11 {
        width: 91.66666667%
    }

    .col-lg-10 {
        width: 83.33333333%
    }

    .col-lg-9 {
        width: 75%
    }

    .col-lg-8 {
        width: 66.66666667%
    }

    .col-lg-7 {
        width: 58.33333333%
    }

    .col-lg-6 {
        width: 50%
    }

    .col-lg-5 {
        width: 41.66666667%
    }

    .col-lg-4 {
        width: 33.33333333%
    }

    .col-lg-3 {
        width: 25%
    }

    .col-lg-2 {
        width: 16.66666667%
    }

    .col-lg-1 {
        width: 8.33333333%
    }

    .col-lg-pull-12 {
        right: 100%
    }

    .col-lg-pull-11 {
        right: 91.66666667%
    }

    .col-lg-pull-10 {
        right: 83.33333333%
    }

    .col-lg-pull-9 {
        right: 75%
    }

    .col-lg-pull-8 {
        right: 66.66666667%
    }

    .col-lg-pull-7 {
        right: 58.33333333%
    }

    .col-lg-pull-6 {
        right: 50%
    }

    .col-lg-pull-5 {
        right: 41.66666667%
    }

    .col-lg-pull-4 {
        right: 33.33333333%
    }

    .col-lg-pull-3 {
        right: 25%
    }

    .col-lg-pull-2 {
        right: 16.66666667%
    }

    .col-lg-pull-1 {
        right: 8.33333333%
    }

    .col-lg-pull-0 {
        right: auto
    }

    .col-lg-push-12 {
        left: 100%
    }

    .col-lg-push-11 {
        left: 91.66666667%
    }

    .col-lg-push-10 {
        left: 83.33333333%
    }

    .col-lg-push-9 {
        left: 75%
    }

    .col-lg-push-8 {
        left: 66.66666667%
    }

    .col-lg-push-7 {
        left: 58.33333333%
    }

    .col-lg-push-6 {
        left: 50%
    }

    .col-lg-push-5 {
        left: 41.66666667%
    }

    .col-lg-push-4 {
        left: 33.33333333%
    }

    .col-lg-push-3 {
        left: 25%
    }

    .col-lg-push-2 {
        left: 16.66666667%
    }

    .col-lg-push-1 {
        left: 8.33333333%
    }

    .col-lg-push-0 {
        left: auto
    }

    .col-lg-offset-12 {
        margin-left: 100%
    }

    .col-lg-offset-11 {
        margin-left: 91.66666667%
    }

    .col-lg-offset-10 {
        margin-left: 83.33333333%
    }

    .col-lg-offset-9 {
        margin-left: 75%
    }

    .col-lg-offset-8 {
        margin-left: 66.66666667%
    }

    .col-lg-offset-7 {
        margin-left: 58.33333333%
    }

    .col-lg-offset-6 {
        margin-left: 50%
    }

    .col-lg-offset-5 {
        margin-left: 41.66666667%
    }

    .col-lg-offset-4 {
        margin-left: 33.33333333%
    }

    .col-lg-offset-3 {
        margin-left: 25%
    }

    .col-lg-offset-2 {
        margin-left: 16.66666667%
    }

    .col-lg-offset-1 {
        margin-left: 8.33333333%
    }

    .col-lg-offset-0 {
        margin-left: 0
    }
}

table {
    background-color: transparent
}

caption {
    padding-top: 8px;
    padding-bottom: 8px;
    color: #777;
    text-align: left
}

th {
    text-align: left
}

.table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}

.table > thead > tr > th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
    border-top: 0
}

.table > tbody + tbody {
    border-top: 2px solid #ddd
}

.table .table {
    background-color: #fff
}

.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
    padding: 5px
}

.table-bordered {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
    border: 1px solid #ddd
}

.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
    border-bottom-width: 2px
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.table-hover > tbody > tr:hover {
    background-color: #f5f5f5
}

table col[class*="col-"] {
    position: static;
    float: none;
    display: table-column
}

table td[class*="col-"],
table th[class*="col-"] {
    position: static;
    float: none;
    display: table-cell
}

.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
    background-color: #f5f5f5
}

.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
    background-color: #e8e8e8
}

.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
    background-color: #dff0d8
}

.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
    background-color: #d0e9c6
}

.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
    background-color: #d9edf7
}

.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
    background-color: #c4e3f3
}

.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
    background-color: #fcf8e3
}

.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
    background-color: #faf2cc
}

.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
    background-color: #f2dede
}

.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
    background-color: #ebcccc
}

.table-responsive {
    overflow-x: auto;
    min-height: 0.01%
}

@media screen and (max-width: 767px) {
    .table-responsive {
        width: 100%;
        margin-bottom: 15px;
        overflow-y: hidden;
        -ms-overflow-style: -ms-autohiding-scrollbar;
        border: 1px solid #ddd
    }

    .table-responsive > .table {
        margin-bottom: 0
    }

    .table-responsive > .table > thead > tr > th,
    .table-responsive > .table > tbody > tr > th,
    .table-responsive > .table > tfoot > tr > th,
    .table-responsive > .table > thead > tr > td,
    .table-responsive > .table > tbody > tr > td,
    .table-responsive > .table > tfoot > tr > td {
        white-space: nowrap
    }

    .table-responsive > .table-bordered {
        border: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:first-child,
    .table-responsive > .table-bordered > tbody > tr > th:first-child,
    .table-responsive > .table-bordered > tfoot > tr > th:first-child,
    .table-responsive > .table-bordered > thead > tr > td:first-child,
    .table-responsive > .table-bordered > tbody > tr > td:first-child,
    .table-responsive > .table-bordered > tfoot > tr > td:first-child {
        border-left: 0
    }

    .table-responsive > .table-bordered > thead > tr > th:last-child,
    .table-responsive > .table-bordered > tbody > tr > th:last-child,
    .table-responsive > .table-bordered > tfoot > tr > th:last-child,
    .table-responsive > .table-bordered > thead > tr > td:last-child,
    .table-responsive > .table-bordered > tbody > tr > td:last-child,
    .table-responsive > .table-bordered > tfoot > tr > td:last-child {
        border-right: 0
    }

    .table-responsive > .table-bordered > tbody > tr:last-child > th,
    .table-responsive > .table-bordered > tfoot > tr:last-child > th,
    .table-responsive > .table-bordered > tbody > tr:last-child > td,
    .table-responsive > .table-bordered > tfoot > tr:last-child > td {
        border-bottom: 0
    }
}

.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear
}

.fade.in {
    opacity: 1
}

.collapse {
    display: none
}

.collapse.in {
    display: block
}

tr.collapse.in {
    display: table-row
}

tbody.collapse.in {
    display: table-row-group
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent
}

.dropup,
.dropdown {
    position: relative
}

.dropdown-toggle:focus {
    outline: 0
}

.dropdown-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;
    text-align: left;
    background-color: #fff;
    border: 1px solid #ccc;
    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);
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto
}

.dropdown-menu .divider {
    height: 1px;
    margin: 9px 0;
    overflow: hidden;
    background-color: #e5e5e5
}

.dropdown-menu > li > a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333;
    white-space: nowrap
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5
}

.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7
}

.dropdown-menu > .disabled > a,
.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    color: #777
}

.dropdown-menu > .disabled > a:hover,
.dropdown-menu > .disabled > a:focus {
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    cursor: not-allowed
}

.open > .dropdown-menu {
    display: block
}

.open > a {
    outline: 0
}

.dropdown-menu-right {
    left: auto;
    right: 0
}

.dropdown-menu-left {
    left: 0;
    right: auto
}

.dropdown-header {
    display: block;
    padding: 3px 20px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #777;
    white-space: nowrap
}

.dropdown-backdrop {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 990
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto
}

.dropup .caret,
.navbar-fixed-bottom .dropdown .caret {
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
    content: ""
}

.dropup .dropdown-menu,
.navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px
}

@media (min-width: 768px) {
    .navbar-right .dropdown-menu {
        left: auto;
        right: 0
    }

    .navbar-right .dropdown-menu-left {
        left: 0;
        right: auto
    }
}

.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .2;
    filter: alpha(opacity=20)
}

.close:hover,
.close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: .5;
    filter: alpha(opacity=50)
}

button.close {
    padding: 0;
    cursor: pointer;
    background: transparent;
    border: 0;
    -webkit-appearance: none
}

.modal-open {
    overflow: hidden
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0
}

.modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out
}

.modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0)
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto
}

.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px
}

.modal-content {
    position: relative;
    background-color: #fff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    outline: 0
}

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000
}

.modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0)
}

.modal-backdrop.in {
    opacity: .5;
    filter: alpha(opacity=50)
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5
}

.modal-header .close {
    margin-top: -2px
}

.modal-title {
    margin: 0;
    line-height: 1.42857143
}

.modal-body {
    position: relative;
    padding: 15px
}

.modal-footer {
    padding: 15px;
    text-align: right;
    border-top: 1px solid #e5e5e5
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0
}

.modal-scrollbar-measure {
    position: absolute;
    top: -9999px;
    width: 50px;
    height: 50px;
    overflow: scroll
}

@media (min-width: 768px) {
    .modal-dialog {
        width: 600px;
        margin: 30px auto
    }

    .modal-content {
        -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
        box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5)
    }

    .modal-sm {
        width: 300px
    }
}

@media (min-width: 992px) {
    .modal-lg {
        width: 900px
    }
}

.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style: normal;
    font-weight: normal;
    letter-spacing: normal;
    line-break: auto;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    white-space: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    font-size: 14px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
    margin-top: -10px
}

.popover.right {
    margin-left: 10px
}

.popover.bottom {
    margin-top: 10px
}

.popover.left {
    margin-left: -10px
}

.popover-title {
    margin: 0;
    padding: 8px 14px;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0
}

.popover-content {
    padding: 9px 14px
}

.popover > .arrow,
.popover > .arrow:after {
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.popover > .arrow {
    border-width: 11px
}

.popover > .arrow:after {
    border-width: 10px;
    content: ""
}

.popover.top > .arrow {
    left: 50%;
    margin-left: -11px;
    border-bottom-width: 0;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, 0.25);
    bottom: -11px
}

.popover.top > .arrow:after {
    content: " ";
    bottom: 1px;
    margin-left: -10px;
    border-bottom-width: 0;
    border-top-color: #fff
}

.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-left-width: 0;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right > .arrow:after {
    content: " ";
    left: 1px;
    bottom: -10px;
    border-left-width: 0;
    border-right-color: #fff
}

.popover.bottom > .arrow {
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, 0.25);
    top: -11px
}

.popover.bottom > .arrow:after {
    content: " ";
    top: 1px;
    margin-left: -10px;
    border-top-width: 0;
    border-bottom-color: #fff
}

.popover.left > .arrow {
    top: 50%;
    right: -11px;
    margin-top: -11px;
    border-right-width: 0;
    border-left-color: #999;
    border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left > .arrow:after {
    content: " ";
    right: 1px;
    border-right-width: 0;
    border-left-color: #fff;
    bottom: -10px
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.modal-header:before,
.modal-header:after,
.modal-footer:before,
.modal-footer:after {
    content: " ";
    display: table
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.modal-header:after,
.modal-footer:after {
    clear: both
}

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none !important
}

.show {
    display: block !important
}

.invisible {
    visibility: hidden
}

.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0
}

.hidden {
    display: none !important
}

.affix {
    position: fixed
}

@-ms-viewport {
    width: device-width
}

.visible-xs,
.visible-sm,
.visible-md,
.visible-lg {
    display: none !important
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
    display: none !important
}

@media (max-width: 767px) {
    .visible-xs {
        display: block !important
    }

    table.visible-xs {
        display: table !important
    }

    tr.visible-xs {
        display: table-row !important
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important
    }
}

@media (max-width: 767px) {
    .visible-xs-block {
        display: block !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important
    }
}

@media (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm {
        display: block !important
    }

    table.visible-sm {
        display: table !important
    }

    tr.visible-sm {
        display: table-row !important
    }

    th.visible-sm,
    td.visible-sm {
        display: table-cell !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-block {
        display: block !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline {
        display: inline !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .visible-sm-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md {
        display: block !important
    }

    table.visible-md {
        display: table !important
    }

    tr.visible-md {
        display: table-row !important
    }

    th.visible-md,
    td.visible-md {
        display: table-cell !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-block {
        display: block !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline {
        display: inline !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .visible-md-inline-block {
        display: inline-block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg {
        display: block !important
    }

    table.visible-lg {
        display: table !important
    }

    tr.visible-lg {
        display: table-row !important
    }

    th.visible-lg,
    td.visible-lg {
        display: table-cell !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-block {
        display: block !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline {
        display: inline !important
    }
}

@media (min-width: 1200px) {
    .visible-lg-inline-block {
        display: inline-block !important
    }
}

@media (max-width: 767px) {
    .hidden-xs {
        display: none !important
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .hidden-sm {
        display: none !important
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .hidden-md {
        display: none !important
    }
}

@media (min-width: 1200px) {
    .hidden-lg {
        display: none !important
    }
}

.visible-print {
    display: none !important
}

@media print {
    .visible-print {
        display: block !important
    }

    table.visible-print {
        display: table !important
    }

    tr.visible-print {
        display: table-row !important
    }

    th.visible-print,
    td.visible-print {
        display: table-cell !important
    }
}

.visible-print-block {
    display: none !important
}

@media print {
    .visible-print-block {
        display: block !important
    }
}

.visible-print-inline {
    display: none !important
}

@media print {
    .visible-print-inline {
        display: inline !important
    }
}

.visible-print-inline-block {
    display: none !important
}

@media print {
    .visible-print-inline-block {
        display: inline-block !important
    }
}

@media print {
    .hidden-print {
        display: none !important
    }
}


/*!
 * Bootstrap-select v1.12.2 (http://silviomoreto.github.io/bootstrap-select)
 *
 * Copyright 2013-2017 bootstrap-select
 * Licensed under MIT (https://github.com/silviomoreto/bootstrap-select/blob/master/LICENSE)
 */

select.bs-select-hidden,
select.selectpicker {
    display: none !important
}

.bootstrap-select {
    width: 220px \9
}

.bootstrap-select > .dropdown-toggle {
    width: 100%;
    padding-right: 25px;
    z-index: 1
}

.bootstrap-select > .dropdown-toggle.bs-placeholder,
.bootstrap-select > .dropdown-toggle.bs-placeholder:active,
.bootstrap-select > .dropdown-toggle.bs-placeholder:focus,
.bootstrap-select > .dropdown-toggle.bs-placeholder:hover {
    color: #999
}

.bootstrap-select > select {
    position: absolute !important;
    bottom: 0;
    left: 50%;
    display: block !important;
    width: 0.5px !important;
    height: 100% !important;
    padding: 0 !important;
    opacity: 0 !important;
    border: none
}

.bootstrap-select > select.mobile-device {
    top: 0;
    left: 0;
    display: block !important;
    width: 100% !important;
    z-index: 2
}

.error .bootstrap-select .dropdown-toggle,
.has-error .bootstrap-select .dropdown-toggle {
    border-color: #b94a48
}

.bootstrap-select.fit-width {
    width: auto !important
}

.bootstrap-select:not([class*=col-]):not([class*=form-control]):not(.input-group-btn) {
    width: 220px
}

.bootstrap-select .dropdown-toggle:focus {
    outline: thin dotted #333 !important;
    outline: 5px auto -webkit-focus-ring-color !important;
    outline-offset: -2px
}

.bootstrap-select.form-control {
    margin-bottom: 0;
    padding: 0;
    border: none
}

.bootstrap-select.form-control:not([class*=col-]) {
    width: 100%
}

.bootstrap-select.form-control.input-group-btn {
    z-index: auto
}

.bootstrap-select.form-control.input-group-btn:not(:first-child):not(:last-child) > .btn {
    border-radius: 0
}

.bootstrap-select.btn-group:not(.input-group-btn),
.bootstrap-select.btn-group[class*=col-] {
    float: none;
    display: inline-block;
    margin-left: 0
}

.bootstrap-select.btn-group.dropdown-menu-right,
.bootstrap-select.btn-group[class*=col-].dropdown-menu-right,
.row .bootstrap-select.btn-group[class*=col-].dropdown-menu-right {
    float: right
}

.form-group .bootstrap-select.btn-group,
.form-horizontal .bootstrap-select.btn-group,
.form-inline .bootstrap-select.btn-group {
    margin-bottom: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control,
.form-group-sm .bootstrap-select.btn-group.form-control {
    padding: 0
}

.form-group-lg .bootstrap-select.btn-group.form-control .dropdown-toggle,
.form-group-sm .bootstrap-select.btn-group.form-control .dropdown-toggle {
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    border-radius: inherit
}

.form-checkbox {
    width: 10%;
    height: 25px;
}

.form-inline .bootstrap-select.btn-group .form-control {
    width: 100%
}

.bootstrap-select.btn-group.disabled,
.bootstrap-select.btn-group > .disabled {
    cursor: not-allowed
}

.bootstrap-select.btn-group.disabled:focus,
.bootstrap-select.btn-group > .disabled:focus {
    outline: 0 !important
}

.bootstrap-select.btn-group.bs-container {
    position: absolute;
    height: 0 !important;
    padding: 0 !important
}

.bootstrap-select.btn-group.bs-container .dropdown-menu {
    z-index: 1060
}

.bootstrap-select.btn-group .dropdown-toggle .filter-option {
    display: inline-block;
    overflow: hidden;
    width: 100%;
    text-align: left
}

.bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 50%;
    right: 12px;
    margin-top: -2px;
    vertical-align: middle
}

.bootstrap-select.btn-group[class*=col-] .dropdown-toggle {
    width: 100%
}

.bootstrap-select.btn-group .dropdown-menu {
    min-width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .dropdown-menu.inner {
    position: static;
    float: none;
    border: 0;
    padding: 0;
    margin: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.bootstrap-select.btn-group .dropdown-menu li {
    position: relative
}

.bootstrap-select.btn-group .dropdown-menu li.active small {
    color: #fff
}

.bootstrap-select.btn-group .dropdown-menu li.disabled a {
    cursor: not-allowed
}

.bootstrap-select.btn-group .dropdown-menu li a {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.bootstrap-select.btn-group .dropdown-menu li a.opt {
    position: relative;
    padding-left: 2.25em
}

.bootstrap-select.btn-group .dropdown-menu li a span.check-mark {
    display: none
}

.bootstrap-select.btn-group .dropdown-menu li a span.text {
    display: inline-block
}

.bootstrap-select.btn-group .dropdown-menu li small {
    padding-left: .5em
}

.bootstrap-select.btn-group .dropdown-menu .notify {
    position: absolute;
    bottom: 5px;
    width: 96%;
    margin: 0 2%;
    min-height: 26px;
    padding: 3px 5px;
    background: #f5f5f5;
    border: 1px solid #e3e3e3;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
    pointer-events: none;
    opacity: .9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bootstrap-select.btn-group .no-results {
    padding: 3px;
    background: #f5f5f5;
    margin: 0 5px;
    white-space: nowrap
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .filter-option {
    position: static
}

.bootstrap-select.btn-group.fit-width .dropdown-toggle .caret {
    position: static;
    top: auto;
    margin-top: -1px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li.selected a span.check-mark {
    position: absolute;
    display: inline-block;
    right: 15px;
    margin-top: 5px
}

.bootstrap-select.btn-group.show-tick .dropdown-menu li a span.text {
    margin-right: 34px
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle {
    z-index: 1061
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:before {
    content: '';
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 7px solid rgba(204, 204, 204, 0.2);
    position: absolute;
    bottom: -4px;
    left: 9px;
    display: none
}

.bootstrap-select.show-menu-arrow .dropdown-toggle:after {
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    position: absolute;
    bottom: -4px;
    left: 10px;
    display: none
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:before {
    bottom: auto;
    top: -3px;
    border-top: 7px solid rgba(204, 204, 204, 0.2);
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.dropup .dropdown-toggle:after {
    bottom: auto;
    top: -3px;
    border-top: 6px solid #fff;
    border-bottom: 0
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:before {
    right: 12px;
    left: auto
}

.bootstrap-select.show-menu-arrow.pull-right .dropdown-toggle:after {
    right: 13px;
    left: auto
}

.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:after,
.bootstrap-select.show-menu-arrow.open > .dropdown-toggle:before {
    display: block
}

.bs-actionsbox,
.bs-donebutton,
.bs-searchbox {
    padding: 4px 8px
}

.bs-actionsbox {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-actionsbox .btn-group button {
    width: 50%
}

.bs-donebutton {
    float: left;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bs-donebutton .btn-group button {
    width: 100%
}

.bs-searchbox + .bs-actionsbox {
    padding: 0 8px 4px
}

.bs-searchbox .form-control {
    margin-bottom: 0;
    width: 100%;
    float: none
}

table.dataTable {
    width: 100%;
    margin: 0 auto;
    clear: both;
    border-collapse: separate;
    border-spacing: 0
}

table.dataTable thead th,
table.dataTable tfoot th {
    font-weight: bold
}

table.dataTable thead th,
table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #111
}

table.dataTable thead th:active,
table.dataTable thead td:active {
    outline: none
}

table.dataTable tfoot th,
table.dataTable tfoot td {
    padding: 10px 18px 6px 18px;
    border-top: 1px solid #111
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    cursor: pointer;
    *cursor: hand
}

table.dataTable thead .sorting,
table.dataTable thead .sorting_asc,
table.dataTable thead .sorting_desc,
table.dataTable thead .sorting_asc_disabled,
table.dataTable thead .sorting_desc_disabled {
    background-repeat: no-repeat;
    background-position: center right
}

table.dataTable thead .sorting {
    background-image: url("../images/sort_both.png")
}

table.dataTable thead .sorting_asc {
    background-image: url("../images/sort_asc.png")
}

table.dataTable thead .sorting_desc {
    background-image: url("../images/sort_desc.png")
}

table.dataTable thead .sorting_asc_disabled {
    background-image: url("../images/sort_asc_disabled.png")
}

table.dataTable thead .sorting_desc_disabled {
    background-image: url("../images/sort_desc_disabled.png")
}

table.dataTable tbody tr {
    background-color: #ffffff
}

table.dataTable tbody tr.selected {
    background-color: #B0BED9
}

table.dataTable tbody th,
table.dataTable tbody td {
    padding: 8px 10px
}

table.dataTable.row-border tbody th,
table.dataTable.row-border tbody td,
table.dataTable.display tbody th,
table.dataTable.display tbody td {
    border-top: 1px solid #ddd
}

table.dataTable.row-border tbody tr:first-child th,
table.dataTable.row-border tbody tr:first-child td,
table.dataTable.display tbody tr:first-child th,
table.dataTable.display tbody tr:first-child td {
    border-top: none
}

table.dataTable.cell-border tbody th,
table.dataTable.cell-border tbody td {
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd
}

table.dataTable.cell-border tbody tr th:first-child,
table.dataTable.cell-border tbody tr td:first-child {
    border-left: 1px solid #ddd
}

table.dataTable.cell-border tbody tr:first-child th,
table.dataTable.cell-border tbody tr:first-child td {
    border-top: none
}

table.dataTable.stripe tbody tr.odd,
table.dataTable.display tbody tr.odd {
    background-color: #f9f9f9
}

table.dataTable.stripe tbody tr.odd.selected,
table.dataTable.display tbody tr.odd.selected {
    background-color: #acbad4
}

table.dataTable.hover tbody tr:hover,
table.dataTable.display tbody tr:hover {
    background-color: #f6f6f6
}

table.dataTable.hover tbody tr:hover.selected,
table.dataTable.display tbody tr:hover.selected {
    background-color: #aab7d1
}

table.dataTable.order-column tbody tr > .sorting_1,
table.dataTable.order-column tbody tr > .sorting_2,
table.dataTable.order-column tbody tr > .sorting_3,
table.dataTable.display tbody tr > .sorting_1,
table.dataTable.display tbody tr > .sorting_2,
table.dataTable.display tbody tr > .sorting_3 {
    background-color: #fafafa
}

table.dataTable.order-column tbody tr.selected > .sorting_1,
table.dataTable.order-column tbody tr.selected > .sorting_2,
table.dataTable.order-column tbody tr.selected > .sorting_3,
table.dataTable.display tbody tr.selected > .sorting_1,
table.dataTable.display tbody tr.selected > .sorting_2,
table.dataTable.display tbody tr.selected > .sorting_3 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.odd > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: #f1f1f1
}

table.dataTable.display tbody tr.odd > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_2 {
    background-color: #f3f3f3
}

table.dataTable.display tbody tr.odd > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd > .sorting_3 {
    background-color: whitesmoke
}

table.dataTable.display tbody tr.odd.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_1 {
    background-color: #a6b4cd
}

table.dataTable.display tbody tr.odd.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_2 {
    background-color: #a8b5cf
}

table.dataTable.display tbody tr.odd.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.odd.selected > .sorting_3 {
    background-color: #a9b7d1
}

table.dataTable.display tbody tr.even > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even > .sorting_1 {
    background-color: #fafafa
}

table.dataTable.display tbody tr.even > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even > .sorting_2 {
    background-color: #fcfcfc
}

table.dataTable.display tbody tr.even > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even > .sorting_3 {
    background-color: #fefefe
}

table.dataTable.display tbody tr.even.selected > .sorting_1,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_1 {
    background-color: #acbad5
}

table.dataTable.display tbody tr.even.selected > .sorting_2,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_2 {
    background-color: #aebcd6
}

table.dataTable.display tbody tr.even.selected > .sorting_3,
table.dataTable.order-column.stripe tbody tr.even.selected > .sorting_3 {
    background-color: #afbdd8
}

table.dataTable.display tbody tr:hover > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover > .sorting_1 {
    background-color: #eaeaea
}

table.dataTable.display tbody tr:hover > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover > .sorting_2 {
    background-color: #ececec
}

table.dataTable.display tbody tr:hover > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover > .sorting_3 {
    background-color: #efefef
}

table.dataTable.display tbody tr:hover.selected > .sorting_1,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_1 {
    background-color: #a2aec7
}

table.dataTable.display tbody tr:hover.selected > .sorting_2,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_2 {
    background-color: #a3b0c9
}

table.dataTable.display tbody tr:hover.selected > .sorting_3,
table.dataTable.order-column.hover tbody tr:hover.selected > .sorting_3 {
    background-color: #a5b2cb
}

table.dataTable.no-footer {
    border-bottom: 1px solid #111
}

table.dataTable.nowrap th,
table.dataTable.nowrap td {
    white-space: nowrap
}

table.dataTable.compact thead th,
table.dataTable.compact thead td {
    padding: 4px 17px 4px 4px
}

table.dataTable.compact tfoot th,
table.dataTable.compact tfoot td {
    padding: 4px
}

table.dataTable.compact tbody th,
table.dataTable.compact tbody td {
    padding: 4px
}

table.dataTable th.dt-left,
table.dataTable td.dt-left {
    text-align: left
}

table.dataTable th.dt-center,
table.dataTable td.dt-center,
table.dataTable td.dataTables_empty {
    text-align: center
}

table.dataTable th.dt-right,
table.dataTable td.dt-right {
    text-align: right
}

table.dataTable th.dt-justify,
table.dataTable td.dt-justify {
    text-align: justify
}

table.dataTable th.dt-nowrap,
table.dataTable td.dt-nowrap {
    white-space: nowrap
}

table.dataTable thead th.dt-head-left,
table.dataTable thead td.dt-head-left,
table.dataTable tfoot th.dt-head-left,
table.dataTable tfoot td.dt-head-left {
    text-align: left
}

table.dataTable thead th.dt-head-center,
table.dataTable thead td.dt-head-center,
table.dataTable tfoot th.dt-head-center,
table.dataTable tfoot td.dt-head-center {
    text-align: center
}

table.dataTable thead th.dt-head-right,
table.dataTable thead td.dt-head-right,
table.dataTable tfoot th.dt-head-right,
table.dataTable tfoot td.dt-head-right {
    text-align: right
}

table.dataTable thead th.dt-head-justify,
table.dataTable thead td.dt-head-justify,
table.dataTable tfoot th.dt-head-justify,
table.dataTable tfoot td.dt-head-justify {
    text-align: justify
}

table.dataTable thead th.dt-head-nowrap,
table.dataTable thead td.dt-head-nowrap,
table.dataTable tfoot th.dt-head-nowrap,
table.dataTable tfoot td.dt-head-nowrap {
    white-space: nowrap
}

table.dataTable tbody th.dt-body-left,
table.dataTable tbody td.dt-body-left {
    text-align: left
}

table.dataTable tbody th.dt-body-center,
table.dataTable tbody td.dt-body-center {
    text-align: center
}

table.dataTable tbody th.dt-body-right,
table.dataTable tbody td.dt-body-right {
    text-align: right
}

table.dataTable tbody th.dt-body-justify,
table.dataTable tbody td.dt-body-justify {
    text-align: justify
}

table.dataTable tbody th.dt-body-nowrap,
table.dataTable tbody td.dt-body-nowrap {
    white-space: nowrap
}

table.dataTable,
table.dataTable th,
table.dataTable td {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.dataTables_wrapper {
    position: relative;
    clear: both;
    *zoom: 1;
    zoom: 1
}

.dataTables_wrapper .dataTables_length {
    float: left
}

.dataTables_wrapper .dataTables_filter {
    float: right;
    text-align: right
}

.dataTables_wrapper .dataTables_filter input {
    margin-left: 0.5em
}

.dataTables_wrapper .dataTables_info {
    clear: both;
    float: left;
    padding-top: 0.755em
}

.dataTables_wrapper .dataTables_paginate {
    float: right;
    text-align: right;
    padding-top: 0.25em;
    margin: 15px 0
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    box-sizing: border-box;
    display: inline-block;
    min-width: 1.5em;
    padding: 0.5em 1em;
    margin-left: 2px;
    text-align: center;
    text-decoration: none !important;
    cursor: pointer;
    *cursor: hand;
    color: #333 !important;
    border: 1px solid transparent;
    border-radius: 2px
}

.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    color: #146ACC !important;
    border: 1px solid #979797;
    background-color: white;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #dcdcdc));
    background: -webkit-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -moz-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -ms-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: -o-linear-gradient(top, #fff 0%, #dcdcdc 100%);
    background: linear-gradient(to bottom, #fff 0%, #dcdcdc 100%)
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    cursor: default;
    color: #666 !important;
    border: 1px solid transparent;
    background: transparent;
    box-shadow: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover a,
.dataTables_wrapper .dataTables_paginate .paginate_button:active a,
.dataTables_wrapper .dataTables_paginate .paginate_button:focus a {
    text-decoration: none;
    outline: 0;
    border: 0
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active {
    background: #146ACC;
    color: white
}

.dataTables_wrapper .dataTables_paginate .paginate_button.active a {
    color: white
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    color: white !important;
    background: #146ACC;
    color: white
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover.disabled {
    cursor: default;
    background: #F3F7FC
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover.disabled a {
    color: #146ACC;
    outline: 0;
    cursor: default
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover a {
    color: white;
    text-decoration: none
}

.dataTables_wrapper .dataTables_paginate .paginate_button:active {
    outline: none;
    background-color: #146ACC
}

.dataTables_wrapper .dataTables_paginate .ellipsis {
    padding: 0 1em
}

.dataTables_wrapper .dataTables_processing {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 40px;
    margin-left: -50%;
    margin-top: -25px;
    padding-top: 20px;
    text-align: center;
    font-size: 1.2em;
    background-color: white;
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(25%, rgba(255, 255, 255, 0.9)), color-stop(75%, rgba(255, 255, 255, 0.9)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%);
    background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.9) 25%, rgba(255, 255, 255, 0.9) 75%, rgba(255, 255, 255, 0) 100%)
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #333
}

.dataTables_wrapper .dataTables_scroll {
    clear: both
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody {
    *margin-top: -1px;
    -webkit-overflow-scrolling: touch
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td {
    vertical-align: middle
}

.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > thead > tr > td > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > th > div.dataTables_sizing,
.dataTables_wrapper .dataTables_scroll div.dataTables_scrollBody > table > tbody > tr > td > div.dataTables_sizing {
    height: 0;
    overflow: hidden;
    margin: 0 !important;
    padding: 0 !important
}

.dataTables_wrapper.no-footer .dataTables_scrollBody {
    border-bottom: 1px solid #111
}

.dataTables_wrapper.no-footer div.dataTables_scrollHead > table,
.dataTables_wrapper.no-footer div.dataTables_scrollBody > table {
    border-bottom: none
}

.dataTables_wrapper:after {
    visibility: hidden;
    display: block;
    content: "";
    clear: both;
    height: 0
}

@media screen and (max-width: 767px) {
    .dataTables_wrapper .dataTables_info,
    .dataTables_wrapper .dataTables_paginate {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_paginate {
        margin-top: 0.5em
    }
}

@media screen and (max-width: 640px) {
    .dataTables_wrapper .dataTables_length,
    .dataTables_wrapper .dataTables_filter {
        float: none;
        text-align: center
    }

    .dataTables_wrapper .dataTables_filter {
        margin-top: 0.5em
    }
}

table.DTFC_Cloned tr {
    background-color: white;
    margin-bottom: 0
}

div.DTFC_LeftHeadWrapper table,
div.DTFC_RightHeadWrapper table {
    border-bottom: none !important;
    margin-bottom: 0 !important;
    background-color: white
}

div.DTFC_LeftBodyWrapper table,
div.DTFC_RightBodyWrapper table {
    border-top: none;
    margin: 0 !important
}

div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_LeftBodyWrapper table thead .sorting:after,
div.DTFC_LeftBodyWrapper table thead .sorting_asc:after,
div.DTFC_LeftBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after,
div.DTFC_RightBodyWrapper table thead .sorting:after,
div.DTFC_RightBodyWrapper table thead .sorting_asc:after,
div.DTFC_RightBodyWrapper table thead .sorting_desc:after {
    display: none
}

div.DTFC_LeftBodyWrapper table tbody tr:first-child th,
div.DTFC_LeftBodyWrapper table tbody tr:first-child td,
div.DTFC_RightBodyWrapper table tbody tr:first-child th,
div.DTFC_RightBodyWrapper table tbody tr:first-child td {
    border-top: none
}

div.DTFC_LeftFootWrapper table,
div.DTFC_RightFootWrapper table {
    border-top: none;
    margin-top: 0 !important;
    background-color: white
}


/*! jQuery UI - v1.12.1 - 2017-06-30
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, progressbar.css, selectmenu.css, slider.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?scope=&folderName=base&cornerRadiusShadow=8px&offsetLeftShadow=0px&offsetTopShadow=0px&thicknessShadow=5px&opacityShadow=30&bgImgOpacityShadow=0&bgTextureShadow=flat&bgColorShadow=666666&opacityOverlay=30&bgImgOpacityOverlay=0&bgTextureOverlay=flat&bgColorOverlay=aaaaaa&iconColorError=cc0000&fcError=5f3f3f&borderColorError=f1a899&bgTextureError=flat&bgColorError=fddfdf&iconColorHighlight=777620&fcHighlight=777620&borderColorHighlight=dad55e&bgTextureHighlight=flat&bgColorHighlight=fffa90&iconColorActive=ffffff&fcActive=ffffff&borderColorActive=003eff&bgTextureActive=flat&bgColorActive=007fff&iconColorHover=555555&fcHover=2b2b2b&borderColorHover=cccccc&bgTextureHover=flat&bgColorHover=ededed&iconColorDefault=777777&fcDefault=454545&borderColorDefault=c5c5c5&bgTextureDefault=flat&bgColorDefault=f6f6f6&iconColorContent=444444&fcContent=333333&borderColorContent=dddddd&bgTextureContent=flat&bgColorContent=ffffff&iconColorHeader=444444&fcHeader=333333&borderColorHeader=dddddd&bgTextureHeader=flat&bgColorHeader=e9e9e9&cornerRadius=3px&fwDefault=normal&fsDefault=1em&ffDefault=Arial%2CHelvetica%2Csans-serif
* Copyright jQuery Foundation and other contributors; Licensed MIT */

.ui-helper-hidden {
    display: none
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none
}

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
    content: "";
    display: table;
    border-collapse: collapse
}

.ui-helper-clearfix:after {
    clear: both
}

.ui-helper-zfix {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: absolute;
    opacity: 0;
    filter: Alpha(Opacity=0)
}

.ui-front {
    z-index: 100
}

.ui-state-disabled {
    cursor: default !important;
    pointer-events: none
}

.ui-icon {
    display: inline-block;
    vertical-align: middle;
    margin-top: -.25em;
    position: relative;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat
}

.ui-widget-icon-block {
    left: 50%;
    margin-left: -8px;
    display: block
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.ui-accordion .ui-accordion-header {
    display: block;
    cursor: pointer;
    position: relative;
    margin: 2px 0 0 0;
    padding: .5em .5em .5em .7em;
    font-size: 100%
}

.ui-accordion .ui-accordion-content {
    padding: 1em 2.2em;
    border-top: 0;
    overflow: auto
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default
}

.ui-menu {
    list-style: none;
    padding: 0;
    margin: 0;
    display: block;
    outline: 0
}

.ui-menu .ui-menu {
    position: absolute
}

.ui-menu .ui-menu-item {
    margin: 0;
    cursor: pointer;
    list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")
}

.ui-menu .ui-menu-item-wrapper {
    position: relative;
    padding: 3px 1em 3px .4em
}

.ui-menu .ui-menu-divider {
    margin: 5px 0;
    height: 0;
    font-size: 0;
    line-height: 0;
    border-width: 1px 0 0 0
}

.ui-menu .ui-state-focus,
.ui-menu .ui-state-active {
    margin: -1px
}

.ui-menu-icons {
    position: relative
}

.ui-menu-icons .ui-menu-item-wrapper {
    padding-left: 2em
}

.ui-menu .ui-icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: .2em;
    margin: auto 0
}

.ui-menu .ui-menu-icon {
    left: auto;
    right: 0
}

.ui-button {
    padding: .4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: .1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible
}

.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
    text-decoration: none
}

.ui-button-icon-only {
    width: 2em;
    box-sizing: border-box;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-button-icon-only {
    text-indent: 0
}

.ui-button-icon-only .ui-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -8px;
    margin-left: -8px
}

.ui-button.ui-icon-notext .ui-icon {
    padding: 0;
    width: 2.1em;
    height: 2.1em;
    text-indent: -9999px;
    white-space: nowrap
}

input.ui-button.ui-icon-notext .ui-icon {
    width: auto;
    height: auto;
    text-indent: 0;
    white-space: normal;
    padding: .4em 1em
}

input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
    border: 0;
    padding: 0
}

.ui-controlgroup {
    vertical-align: middle;
    display: inline-block
}

.ui-controlgroup > .ui-controlgroup-item {
    float: left;
    margin-left: 0;
    margin-right: 0
}

.ui-controlgroup > .ui-controlgroup-item:focus,
.ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
    z-index: 9999
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
    display: block;
    float: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
    text-align: left
}

.ui-controlgroup-vertical .ui-controlgroup-item {
    box-sizing: border-box
}

.ui-controlgroup .ui-controlgroup-label {
    padding: .4em 1em
}

.ui-controlgroup .ui-controlgroup-label span {
    font-size: 80%
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
    border-left: none
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
    border-top: none
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
    border-right: none
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
    border-bottom: none
}

.ui-controlgroup-vertical .ui-spinner-input {
    width: 75%;
    width: calc(100% - 2.4em)
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
    border-top-style: solid
}

.ui-checkboxradio-label .ui-icon-background {
    box-shadow: inset 1px 1px 1px #ccc;
    border-radius: .12em;
    border: none
}

.ui-checkboxradio-radio-label .ui-icon-background {
    width: 16px;
    height: 16px;
    border-radius: 1em;
    overflow: visible;
    border: none
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon,
.ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
    background-image: none;
    width: 8px;
    height: 8px;
    border-width: 4px;
    border-style: solid
}

.ui-checkboxradio-disabled {
    pointer-events: none
}

.ui-datepicker {
    width: 17em;
    padding: .2em .2em 0;
    display: none
}

.ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: .2em 0
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 1.8em;
    height: 1.8em
}

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
    top: 1px
}

.ui-datepicker .ui-datepicker-prev {
    left: 2px
}

.ui-datepicker .ui-datepicker-next {
    right: 2px
}

.ui-datepicker .ui-datepicker-prev-hover {
    left: 1px
}

.ui-datepicker .ui-datepicker-next-hover {
    right: 1px
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 50%;
    margin-top: -8px
}

.ui-datepicker .ui-datepicker-title {
    margin: 0 2.3em;
    line-height: 1.8em;
    text-align: center
}

.ui-datepicker .ui-datepicker-title select {
    font-size: 1em;
    margin: 1px 0
}

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
    width: 45%
}

.ui-datepicker table {
    width: 100%;
    font-size: .9em;
    border-collapse: collapse;
    margin: 0 0 .4em
}

.ui-datepicker th {
    padding: .7em .3em;
    text-align: center;
    font-weight: bold;
    border: 0
}

.ui-datepicker td {
    border: 0;
    padding: 1px
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: .2em;
    text-align: right;
    text-decoration: none
}

.ui-datepicker .ui-datepicker-buttonpane {
    background-image: none;
    margin: .7em 0 0 0;
    padding: 0 .2em;
    border-left: 0;
    border-right: 0;
    border-bottom: 0
}

.ui-datepicker .ui-datepicker-buttonpane button {
    float: right;
    margin: .5em .2em .4em;
    cursor: pointer;
    padding: .2em .6em .3em .6em;
    width: auto;
    overflow: visible
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
    float: left
}

.ui-datepicker.ui-datepicker-multi {
    width: auto
}

.ui-datepicker-multi .ui-datepicker-group {
    float: left
}

.ui-datepicker-multi .ui-datepicker-group table {
    width: 95%;
    margin: 0 auto .4em
}

.ui-datepicker-multi-2 .ui-datepicker-group {
    width: 50%
}

.ui-datepicker-multi-3 .ui-datepicker-group {
    width: 33.3%
}

.ui-datepicker-multi-4 .ui-datepicker-group {
    width: 25%
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
    border-left-width: 0
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
    clear: left
}

.ui-datepicker-row-break {
    clear: both;
    width: 100%;
    font-size: 0
}

.ui-datepicker-rtl {
    direction: rtl
}

.ui-datepicker-rtl .ui-datepicker-prev {
    right: 2px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next {
    left: 2px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
    right: 1px;
    left: auto
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
    left: 1px;
    right: auto
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
    clear: right
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
    float: left
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
    float: right
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
    border-right-width: 0;
    border-left-width: 1px
}

.ui-datepicker .ui-icon {
    display: block;
    text-indent: -99999px;
    overflow: hidden;
    background-repeat: no-repeat;
    left: .5em;
    top: .3em
}

.ui-progressbar {
    height: 2em;
    text-align: left;
    overflow: hidden
}

.ui-progressbar .ui-progressbar-value {
    margin: -1px;
    height: 100%
}

.ui-progressbar .ui-progressbar-overlay {
    background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
    height: 100%;
    filter: alpha(opacity=25);
    opacity: 0.25
}

.ui-progressbar-indeterminate .ui-progressbar-value {
    background-image: none
}

.ui-selectmenu-menu {
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    left: 0;
    display: none
}

.ui-selectmenu-menu .ui-menu {
    overflow: auto;
    overflow-x: hidden;
    padding-bottom: 1px
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
    font-size: 1em;
    font-weight: bold;
    line-height: 1.5;
    padding: 2px 0.4em;
    margin: 0.5em 0 0 0;
    height: auto;
    border: 0
}

.ui-selectmenu-open {
    display: block
}

.ui-selectmenu-text {
    display: block;
    margin-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis
}

.ui-selectmenu-button.ui-button {
    text-align: left;
    white-space: nowrap;
    width: 14em
}

.ui-selectmenu-icon.ui-icon {
    float: right;
    margin-top: 0
}

.ui-slider {
    position: relative;
    text-align: left
}

.ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 1.2em;
    height: 1.2em;
    cursor: default;
    -ms-touch-action: none;
    touch-action: none
}

.ui-slider .ui-slider-range {
    position: absolute;
    z-index: 1;
    font-size: .7em;
    display: block;
    border: 0;
    background-position: 0 0
}

.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
    filter: inherit
}

.ui-slider-horizontal {
    height: .8em
}

.ui-slider-horizontal .ui-slider-handle {
    top: -.3em;
    margin-left: -.6em
}

.ui-slider-horizontal .ui-slider-range {
    top: 0;
    height: 100%
}

.ui-slider-horizontal .ui-slider-range-min {
    left: 0
}

.ui-slider-horizontal .ui-slider-range-max {
    right: 0
}

.ui-slider-vertical {
    width: .8em;
    height: 100px
}

.ui-slider-vertical .ui-slider-handle {
    left: -.3em;
    margin-left: 0;
    margin-bottom: -.6em
}

.ui-slider-vertical .ui-slider-range {
    left: 0;
    width: 100%
}

.ui-slider-vertical .ui-slider-range-min {
    bottom: 0
}

.ui-slider-vertical .ui-slider-range-max {
    top: 0
}

.ui-spinner {
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0;
    vertical-align: middle
}

.ui-spinner-input {
    border: none;
    background: none;
    color: inherit;
    padding: .222em 0;
    margin: .2em 0;
    vertical-align: middle;
    margin-left: .4em;
    margin-right: 2em
}

.ui-spinner-button {
    width: 1.6em;
    height: 50%;
    font-size: .5em;
    padding: 0;
    margin: 0;
    text-align: center;
    position: absolute;
    cursor: default;
    display: block;
    overflow: hidden;
    right: 0
}

.ui-spinner a.ui-spinner-button {
    border-top-style: none;
    border-bottom-style: none;
    border-right-style: none
}

.ui-spinner-up {
    top: 0
}

.ui-spinner-down {
    bottom: 0
}

.ui-tabs {
    position: relative;
    padding: .2em
}

.ui-tabs .ui-tabs-nav {
    margin: 0;
    padding: .2em .2em 0
}

.ui-tabs .ui-tabs-nav li {
    list-style: none;
    float: left;
    position: relative;
    top: 0;
    margin: 1px .2em 0 0;
    border-bottom-width: 0;
    padding: 0;
    white-space: nowrap
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
    float: left;
    padding: .5em 1em;
    text-decoration: none
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
    margin-bottom: -1px;
    padding-bottom: 1px
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor,
.ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
    cursor: text
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
    cursor: pointer
}

.ui-tabs .ui-tabs-panel {
    display: block;
    border-width: 0;
    padding: 1em 1.4em;
    background: none
}

.ui-tooltip {
    padding: 8px;
    position: absolute;
    z-index: 9999;
    max-width: 300px
}

body .ui-tooltip {
    border-width: 2px
}

.ui-widget {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget .ui-widget {
    font-size: 1em
}

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1em
}

.ui-widget.ui-widget-content {
    border: 1px solid #c5c5c5
}

.ui-widget-content {
    border: 1px solid #ddd;
    background: #fff;
    color: #333
}

.ui-widget-content a {
    color: #333
}

.ui-widget-header {
    border: 1px solid #ddd;
    background: #e9e9e9;
    color: #333;
    font-weight: bold
}

.ui-widget-header a {
    color: #333
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: 1px solid #c5c5c5;
    background: #f6f6f6;
    font-weight: normal;
    color: #454545
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
    color: #454545;
    text-decoration: none
}

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
    border: 1px solid #ccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b
}

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
    color: #2b2b2b;
    text-decoration: none
}

.ui-visual-focus {
    box-shadow: 0 0 3px 1px #5e9ed6
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #fff
}

.ui-icon-background,
.ui-state-active .ui-icon-background {
    border: #003eff;
    background-color: #fff
}

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
    color: #fff;
    text-decoration: none
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e;
    background: #fffa90;
    color: #777620
}

.ui-state-checked {
    border: 1px solid #dad55e;
    background: #fffa90
}

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
    color: #777620
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
    border: 1px solid #f1a899;
    background: #fddfdf;
    color: #5f3f3f
}

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
    color: #5f3f3f
}

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
    color: #5f3f3f
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
    font-weight: bold
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
    opacity: .7;
    filter: Alpha(Opacity=70);
    font-weight: normal
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
    opacity: .35;
    filter: Alpha(Opacity=35);
    background-image: none
}

.ui-state-disabled .ui-icon {
    filter: Alpha(Opacity=35)
}

.ui-icon {
    width: 16px;
    height: 16px
}

.ui-icon,
.ui-widget-content .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-widget-header .ui-icon {
    background-image: url("images/ui-icons_444444_256x240.png")
}

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
    background-image: url("images/ui-icons_555555_256x240.png")
}

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
    background-image: url("images/ui-icons_ffffff_256x240.png")
}

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
    background-image: url("images/ui-icons_777620_256x240.png")
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
    background-image: url("images/ui-icons_cc0000_256x240.png")
}

.ui-button .ui-icon {
    background-image: url("images/ui-icons_777777_256x240.png")
}

.ui-icon-blank {
    background-position: 16px 16px
}

.ui-icon-caret-1-n {
    background-position: 0 0
}

.ui-icon-caret-1-ne {
    background-position: -16px 0
}

.ui-icon-caret-1-e {
    background-position: -32px 0
}

.ui-icon-caret-1-se {
    background-position: -48px 0
}

.ui-icon-caret-1-s {
    background-position: -65px 0
}

.ui-icon-caret-1-sw {
    background-position: -80px 0
}

.ui-icon-caret-1-w {
    background-position: -96px 0
}

.ui-icon-caret-1-nw {
    background-position: -112px 0
}

.ui-icon-caret-2-n-s {
    background-position: -128px 0
}

.ui-icon-caret-2-e-w {
    background-position: -144px 0
}

.ui-icon-triangle-1-n {
    background-position: 0 -16px
}

.ui-icon-triangle-1-ne {
    background-position: -16px -16px
}

.ui-icon-triangle-1-e {
    background-position: -32px -16px
}

.ui-icon-triangle-1-se {
    background-position: -48px -16px
}

.ui-icon-triangle-1-s {
    background-position: -65px -16px
}

.ui-icon-triangle-1-sw {
    background-position: -80px -16px
}

.ui-icon-triangle-1-w {
    background-position: -96px -16px
}

.ui-icon-triangle-1-nw {
    background-position: -112px -16px
}

.ui-icon-triangle-2-n-s {
    background-position: -128px -16px
}

.ui-icon-triangle-2-e-w {
    background-position: -144px -16px
}

.ui-icon-arrow-1-n {
    background-position: 0 -32px
}

.ui-icon-arrow-1-ne {
    background-position: -16px -32px
}

.ui-icon-arrow-1-e {
    background-position: -32px -32px
}

.ui-icon-arrow-1-se {
    background-position: -48px -32px
}

.ui-icon-arrow-1-s {
    background-position: -65px -32px
}

.ui-icon-arrow-1-sw {
    background-position: -80px -32px
}

.ui-icon-arrow-1-w {
    background-position: -96px -32px
}

.ui-icon-arrow-1-nw {
    background-position: -112px -32px
}

.ui-icon-arrow-2-n-s {
    background-position: -128px -32px
}

.ui-icon-arrow-2-ne-sw {
    background-position: -144px -32px
}

.ui-icon-arrow-2-e-w {
    background-position: -160px -32px
}

.ui-icon-arrow-2-se-nw {
    background-position: -176px -32px
}

.ui-icon-arrowstop-1-n {
    background-position: -192px -32px
}

.ui-icon-arrowstop-1-e {
    background-position: -208px -32px
}

.ui-icon-arrowstop-1-s {
    background-position: -224px -32px
}

.ui-icon-arrowstop-1-w {
    background-position: -240px -32px
}

.ui-icon-arrowthick-1-n {
    background-position: 1px -48px
}

.ui-icon-arrowthick-1-ne {
    background-position: -16px -48px
}

.ui-icon-arrowthick-1-e {
    background-position: -32px -48px
}

.ui-icon-arrowthick-1-se {
    background-position: -48px -48px
}

.ui-icon-arrowthick-1-s {
    background-position: -64px -48px
}

.ui-icon-arrowthick-1-sw {
    background-position: -80px -48px
}

.ui-icon-arrowthick-1-w {
    background-position: -96px -48px
}

.ui-icon-arrowthick-1-nw {
    background-position: -112px -48px
}

.ui-icon-arrowthick-2-n-s {
    background-position: -128px -48px
}

.ui-icon-arrowthick-2-ne-sw {
    background-position: -144px -48px
}

.ui-icon-arrowthick-2-e-w {
    background-position: -160px -48px
}

.ui-icon-arrowthick-2-se-nw {
    background-position: -176px -48px
}

.ui-icon-arrowthickstop-1-n {
    background-position: -192px -48px
}

.ui-icon-arrowthickstop-1-e {
    background-position: -208px -48px
}

.ui-icon-arrowthickstop-1-s {
    background-position: -224px -48px
}

.ui-icon-arrowthickstop-1-w {
    background-position: -240px -48px
}

.ui-icon-arrowreturnthick-1-w {
    background-position: 0 -64px
}

.ui-icon-arrowreturnthick-1-n {
    background-position: -16px -64px
}

.ui-icon-arrowreturnthick-1-e {
    background-position: -32px -64px
}

.ui-icon-arrowreturnthick-1-s {
    background-position: -48px -64px
}

.ui-icon-arrowreturn-1-w {
    background-position: -64px -64px
}

.ui-icon-arrowreturn-1-n {
    background-position: -80px -64px
}

.ui-icon-arrowreturn-1-e {
    background-position: -96px -64px
}

.ui-icon-arrowreturn-1-s {
    background-position: -112px -64px
}

.ui-icon-arrowrefresh-1-w {
    background-position: -128px -64px
}

.ui-icon-arrowrefresh-1-n {
    background-position: -144px -64px
}

.ui-icon-arrowrefresh-1-e {
    background-position: -160px -64px
}

.ui-icon-arrowrefresh-1-s {
    background-position: -176px -64px
}

.ui-icon-arrow-4 {
    background-position: 0 -80px
}

.ui-icon-arrow-4-diag {
    background-position: -16px -80px
}

.ui-icon-extlink {
    background-position: -32px -80px
}

.ui-icon-newwin {
    background-position: -48px -80px
}

.ui-icon-refresh {
    background-position: -64px -80px
}

.ui-icon-shuffle {
    background-position: -80px -80px
}

.ui-icon-transfer-e-w {
    background-position: -96px -80px
}

.ui-icon-transferthick-e-w {
    background-position: -112px -80px
}

.ui-icon-folder-collapsed {
    background-position: 0 -96px
}

.ui-icon-folder-open {
    background-position: -16px -96px
}

.ui-icon-document {
    background-position: -32px -96px
}

.ui-icon-document-b {
    background-position: -48px -96px
}

.ui-icon-note {
    background-position: -64px -96px
}

.ui-icon-mail-closed {
    background-position: -80px -96px
}

.ui-icon-mail-open {
    background-position: -96px -96px
}

.ui-icon-suitcase {
    background-position: -112px -96px
}

.ui-icon-comment {
    background-position: -128px -96px
}

.ui-icon-person {
    background-position: -144px -96px
}

.ui-icon-print {
    background-position: -160px -96px
}

.ui-icon-trash {
    background-position: -176px -96px
}

.ui-icon-locked {
    background-position: -192px -96px
}

.ui-icon-unlocked {
    background-position: -208px -96px
}

.ui-icon-bookmark {
    background-position: -224px -96px
}

.ui-icon-tag {
    background-position: -240px -96px
}

.ui-icon-home {
    background-position: 0 -112px
}

.ui-icon-flag {
    background-position: -16px -112px
}

.ui-icon-calendar {
    background-position: -32px -112px
}

.ui-icon-cart {
    background-position: -48px -112px
}

.ui-icon-pencil {
    background-position: -64px -112px
}

.ui-icon-clock {
    background-position: -80px -112px
}

.ui-icon-disk {
    background-position: -96px -112px
}

.ui-icon-calculator {
    background-position: -112px -112px
}

.ui-icon-zoomin {
    background-position: -128px -112px
}

.ui-icon-zoomout {
    background-position: -144px -112px
}

.ui-icon-search {
    background-position: -160px -112px
}

.ui-icon-wrench {
    background-position: -176px -112px
}

.ui-icon-gear {
    background-position: -192px -112px
}

.ui-icon-heart {
    background-position: -208px -112px
}

.ui-icon-star {
    background-position: -224px -112px
}

.ui-icon-link {
    background-position: -240px -112px
}

.ui-icon-cancel {
    background-position: 0 -128px
}

.ui-icon-plus {
    background-position: -16px -128px
}

.ui-icon-plusthick {
    background-position: -32px -128px
}

.ui-icon-minus {
    background-position: -48px -128px
}

.ui-icon-minusthick {
    background-position: -64px -128px
}

.ui-icon-close {
    background-position: -80px -128px
}

.ui-icon-closethick {
    background-position: -96px -128px
}

.ui-icon-key {
    background-position: -112px -128px
}

.ui-icon-lightbulb {
    background-position: -128px -128px
}

.ui-icon-scissors {
    background-position: -144px -128px
}

.ui-icon-clipboard {
    background-position: -160px -128px
}

.ui-icon-copy {
    background-position: -176px -128px
}

.ui-icon-contact {
    background-position: -192px -128px
}

.ui-icon-image {
    background-position: -208px -128px
}

.ui-icon-video {
    background-position: -224px -128px
}

.ui-icon-script {
    background-position: -240px -128px
}

.ui-icon-alert {
    background-position: 0 -144px
}

.ui-icon-info {
    background-position: -16px -144px
}

.ui-icon-notice {
    background-position: -32px -144px
}

.ui-icon-help {
    background-position: -48px -144px
}

.ui-icon-check {
    background-position: -64px -144px
}

.ui-icon-bullet {
    background-position: -80px -144px
}

.ui-icon-radio-on {
    background-position: -96px -144px
}

.ui-icon-radio-off {
    background-position: -112px -144px
}

.ui-icon-pin-w {
    background-position: -128px -144px
}

.ui-icon-pin-s {
    background-position: -144px -144px
}

.ui-icon-play {
    background-position: 0 -160px
}

.ui-icon-pause {
    background-position: -16px -160px
}

.ui-icon-seek-next {
    background-position: -32px -160px
}

.ui-icon-seek-prev {
    background-position: -48px -160px
}

.ui-icon-seek-end {
    background-position: -64px -160px
}

.ui-icon-seek-start {
    background-position: -80px -160px
}

.ui-icon-seek-first {
    background-position: -80px -160px
}

.ui-icon-stop {
    background-position: -96px -160px
}

.ui-icon-eject {
    background-position: -112px -160px
}

.ui-icon-volume-off {
    background-position: -128px -160px
}

.ui-icon-volume-on {
    background-position: -144px -160px
}

.ui-icon-power {
    background-position: 0 -176px
}

.ui-icon-signal-diag {
    background-position: -16px -176px
}

.ui-icon-signal {
    background-position: -32px -176px
}

.ui-icon-battery-0 {
    background-position: -48px -176px
}

.ui-icon-battery-1 {
    background-position: -64px -176px
}

.ui-icon-battery-2 {
    background-position: -80px -176px
}

.ui-icon-battery-3 {
    background-position: -96px -176px
}

.ui-icon-circle-plus {
    background-position: 0 -192px
}

.ui-icon-circle-minus {
    background-position: -16px -192px
}

.ui-icon-circle-close {
    background-position: -32px -192px
}

.ui-icon-circle-triangle-e {
    background-position: -48px -192px
}

.ui-icon-circle-triangle-s {
    background-position: -64px -192px
}

.ui-icon-circle-triangle-w {
    background-position: -80px -192px
}

.ui-icon-circle-triangle-n {
    background-position: -96px -192px
}

.ui-icon-circle-arrow-e {
    background-position: -112px -192px
}

.ui-icon-circle-arrow-s {
    background-position: -128px -192px
}

.ui-icon-circle-arrow-w {
    background-position: -144px -192px
}

.ui-icon-circle-arrow-n {
    background-position: -160px -192px
}

.ui-icon-circle-zoomin {
    background-position: -176px -192px
}

.ui-icon-circle-zoomout {
    background-position: -192px -192px
}

.ui-icon-circle-check {
    background-position: -208px -192px
}

.ui-icon-circlesmall-plus {
    background-position: 0 -208px
}

.ui-icon-circlesmall-minus {
    background-position: -16px -208px
}

.ui-icon-circlesmall-close {
    background-position: -32px -208px
}

.ui-icon-squaresmall-plus {
    background-position: -48px -208px
}

.ui-icon-squaresmall-minus {
    background-position: -64px -208px
}

.ui-icon-squaresmall-close {
    background-position: -80px -208px
}

.ui-icon-grip-dotted-vertical {
    background-position: 0 -224px
}

.ui-icon-grip-dotted-horizontal {
    background-position: -16px -224px
}

.ui-icon-grip-solid-vertical {
    background-position: -32px -224px
}

.ui-icon-grip-solid-horizontal {
    background-position: -48px -224px
}

.ui-icon-gripsmall-diagonal-se {
    background-position: -64px -224px
}

.ui-icon-grip-diagonal-se {
    background-position: -80px -224px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
    border-top-left-radius: 3px
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-top-right-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
    border-bottom-left-radius: 3px
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
    border-bottom-right-radius: 3px
}

.ui-widget-overlay {
    background: #aaa;
    opacity: .3;
    filter: Alpha(Opacity=30)
}

.ui-widget-shadow {
    -webkit-box-shadow: 0 0 5px #666;
    box-shadow: 0 0 5px #666
}

table.ui-datepicker-calendar {
    border-collapse: separate
}

.ui-datepicker-calendar td {
    border: 1px solid transparent
}

#ui-datepicker-div {
    display: none
}

.ui-datepicker .ui-datepicker-calendar .ui-state-highlight a {
    background: #743620;
    color: #fff
}

.daterangepicker {
    position: absolute;
    color: inherit;
    background-color: #fff;
    border-radius: 4px;
    width: 278px;
    padding: 4px;
    margin-top: 1px;
    top: 100px;
    left: 20px
}

.daterangepicker:before,
.daterangepicker:after {
    position: absolute;
    display: inline-block;
    border-bottom-color: rgba(0, 0, 0, 0.2);
    content: ''
}

.daterangepicker:before {
    top: -7px;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    border-bottom: 7px solid #ccc
}

.daterangepicker:after {
    top: -6px;
    border-right: 6px solid transparent;
    border-bottom: 6px solid #fff;
    border-left: 6px solid transparent
}

.daterangepicker.opensleft:before {
    right: 9px
}

.daterangepicker.opensleft:after {
    right: 10px
}

.daterangepicker.openscenter:before {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.openscenter:after {
    left: 0;
    right: 0;
    width: 0;
    margin-left: auto;
    margin-right: auto
}

.daterangepicker.opensright:before {
    left: 9px
}

.daterangepicker.opensright:after {
    left: 10px
}

.daterangepicker.dropup {
    margin-top: -5px
}

.daterangepicker.dropup:before {
    top: initial;
    bottom: -7px;
    border-bottom: initial;
    border-top: 7px solid #ccc
}

.daterangepicker.dropup:after {
    top: initial;
    bottom: -6px;
    border-bottom: initial;
    border-top: 6px solid #fff
}

.daterangepicker.dropdown-menu {
    max-width: none;
    z-index: 3001
}

.daterangepicker.single .ranges,
.daterangepicker.single .calendar {
    float: none
}

.daterangepicker.show-calendar .calendar {
    display: block
}

.daterangepicker .calendar {
    display: none;
    max-width: 270px;
    margin: 4px
}

.daterangepicker .calendar.single .calendar-table {
    border: none
}

.daterangepicker .calendar th,
.daterangepicker .calendar td {
    white-space: nowrap;
    text-align: center;
    min-width: 32px
}

.daterangepicker .calendar-table {
    border: 1px solid #fff;
    padding: 4px;
    border-radius: 4px;
    background-color: #fff
}

.daterangepicker table {
    width: 100%;
    margin: 0
}

.daterangepicker td,
.daterangepicker th {
    text-align: center;
    width: 20px;
    height: 20px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    cursor: pointer
}

.daterangepicker td.available:hover,
.daterangepicker th.available:hover {
    background-color: #eee;
    border-color: transparent;
    color: inherit
}

.daterangepicker td.week,
.daterangepicker th.week {
    font-size: 80%;
    color: #ccc
}

.daterangepicker td.off,
.daterangepicker td.off.in-range,
.daterangepicker td.off.start-date,
.daterangepicker td.off.end-date {
    background-color: #fff;
    border-color: transparent;
    color: #999
}

.daterangepicker td.in-range {
    background-color: #ebf4f8;
    border-color: transparent;
    color: #000;
    border-radius: 0
}

.daterangepicker td.start-date {
    border-radius: 4px 0 0 4px
}

.daterangepicker td.end-date {
    border-radius: 0 4px 4px 0
}

.daterangepicker td.start-date.end-date {
    border-radius: 4px
}

.daterangepicker td.active,
.daterangepicker td.active:hover {
    background-color: #146ACC;
    border-color: transparent;
    color: #fff
}

.daterangepicker th.month {
    width: auto
}

.daterangepicker td.disabled,
.daterangepicker option.disabled {
    color: #999;
    cursor: not-allowed;
    text-decoration: line-through
}

.daterangepicker select.monthselect,
.daterangepicker select.yearselect {
    font-size: 12px;
    padding: 1px;
    height: auto;
    margin: 0;
    cursor: default
}

.daterangepicker select.monthselect {
    margin-right: 2%;
    width: 56%
}

.daterangepicker select.yearselect {
    width: 40%
}

.daterangepicker select.hourselect,
.daterangepicker select.minuteselect,
.daterangepicker select.secondselect,
.daterangepicker select.ampmselect {
    width: 50px;
    margin-bottom: 0
}

.daterangepicker .input-mini {
    border: 1px solid #ccc;
    border-radius: 4px;
    color: #555;
    height: 30px;
    line-height: 30px;
    display: block;
    vertical-align: middle;
    margin: 0 0 5px 0;
    padding: 0 6px 0 28px;
    width: 100%
}

.daterangepicker .input-mini.active {
    border: 1px solid #08c;
    border-radius: 4px
}

.daterangepicker .daterangepicker_input {
    position: relative
}

.daterangepicker .daterangepicker_input i {
    position: absolute;
    left: 8px;
    top: 8px
}

.daterangepicker.rtl .input-mini {
    padding-right: 28px;
    padding-left: 6px
}

.daterangepicker.rtl .daterangepicker_input i {
    left: auto;
    right: 8px
}

.daterangepicker .calendar-time {
    text-align: center;
    margin: 5px auto;
    line-height: 30px;
    position: relative;
    padding-left: 28px
}

.daterangepicker .calendar-time select.disabled {
    color: #ccc;
    cursor: not-allowed
}

.ranges {
    font-size: 11px;
    float: none;
    margin: 4px;
    text-align: left
}

.ranges ul {
    list-style: none;
    margin: 0 auto;
    padding: 0;
    width: 100%
}

.ranges li {
    font-size: 13px;
    background-color: #f5f5f5;
    border: 1px solid #f5f5f5;
    border-radius: 4px;
    color: #08c;
    padding: 3px 12px;
    margin-bottom: 8px;
    cursor: pointer
}

.ranges li:hover {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff
}

.ranges li.active {
    background-color: #08c;
    border: 1px solid #08c;
    color: #fff
}

@media (min-width: 564px) {
    .daterangepicker {
        width: auto
    }

    .daterangepicker .ranges ul {
        width: 160px
    }

    .daterangepicker.single .ranges ul {
        width: 100%
    }

    .daterangepicker.single .calendar.left {
        clear: none
    }

    .daterangepicker.single.ltr .ranges,
    .daterangepicker.single.ltr .calendar {
        float: left
    }

    .daterangepicker.single.rtl .ranges,
    .daterangepicker.single.rtl .calendar {
        float: right
    }

    .daterangepicker.ltr {
        direction: ltr;
        text-align: left
    }

    .daterangepicker.ltr .calendar.left {
        clear: left;
        margin-right: 0
    }

    .daterangepicker.ltr .calendar.left .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker.ltr .calendar.right {
        margin-left: 0
    }

    .daterangepicker.ltr .calendar.right .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker.ltr .left .daterangepicker_input {
        padding-right: 12px
    }

    .daterangepicker.ltr .calendar.left .calendar-table {
        padding-right: 12px
    }

    .daterangepicker.ltr .ranges,
    .daterangepicker.ltr .calendar {
        float: left
    }

    .daterangepicker.rtl {
        direction: rtl;
        text-align: right
    }

    .daterangepicker.rtl .calendar.left {
        clear: right;
        margin-left: 0
    }

    .daterangepicker.rtl .calendar.left .calendar-table {
        border-left: none;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0
    }

    .daterangepicker.rtl .calendar.right {
        margin-right: 0
    }

    .daterangepicker.rtl .calendar.right .calendar-table {
        border-right: none;
        border-top-right-radius: 0;
        border-bottom-right-radius: 0
    }

    .daterangepicker.rtl .left .daterangepicker_input {
        padding-left: 12px
    }

    .daterangepicker.rtl .calendar.left .calendar-table {
        padding-left: 12px
    }

    .daterangepicker.rtl .ranges,
    .daterangepicker.rtl .calendar {
        text-align: right;
        float: right
    }
}

@media (min-width: 730px) {
    .daterangepicker .ranges {
        width: auto
    }

    .daterangepicker.ltr .ranges {
        float: left
    }

    .daterangepicker.rtl .ranges {
        float: right
    }

    .daterangepicker .calendar.left {
        clear: none !important
    }
}

.range_inputs button {
    color: white;
    font-size: 14px;
    -webkit-border-radius: 2px 2px 2px 2px;
    border-radius: 2px 2px 2px 2px;
    background-clip: padding-box
}

.range_inputs button.btn-success {
    background-color: #63b306
}

.range_inputs button.btn-success:hover {
    background-color: #79C027
}

.range_inputs button.cancelBtn {
    background-color: #f92c48
}

.range_inputs button.cancelBtn:hover {
    background-color: #D0001C
}

.select2-container {
    box-sizing: border-box;
    display: inline-block;
    margin: 0;
    position: relative;
    vertical-align: middle
}

.select2-container .select2-selection--single {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    height: 28px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
    display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
    position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
    padding-right: 8px;
    padding-left: 20px
}

.select2-container .select2-selection--multiple {
    box-sizing: border-box;
    cursor: pointer;
    display: block;
    min-height: 32px;
    user-select: none;
    -webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
    display: inline-block;
    overflow: hidden;
    padding-left: 8px;
    text-overflow: ellipsis;
    white-space: nowrap
}

.select2-container .select2-search--inline {
    float: left
}

.select2-container .select2-search--inline .select2-search__field {
    box-sizing: border-box;
    border: none;
    font-size: 100%;
    margin-top: 5px;
    padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-dropdown {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    box-sizing: border-box;
    display: block;
    position: absolute;
    left: -100000px;
    width: 100%;
    z-index: 1051
}

.select2-results {
    display: block
}

.select2-results__options {
    list-style: none;
    margin: 0;
    padding: 0
}

.select2-results__option {
    padding: 6px;
    user-select: none;
    -webkit-user-select: none
}

.select2-results__option[aria-selected] {
    cursor: pointer
}

.select2-container--open .select2-dropdown {
    left: 0
}

.select2-container--open .select2-dropdown--above {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-search--dropdown {
    display: block;
    padding: 4px
}

.select2-search--dropdown .select2-search__field {
    padding: 4px;
    width: 100%;
    box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
    -webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
    display: none
}

.select2-close-mask {
    border: 0;
    margin: 0;
    padding: 0;
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    min-height: 100%;
    min-width: 100%;
    height: auto;
    width: auto;
    opacity: 0;
    z-index: 99;
    background-color: #fff;
    filter: alpha(opacity=0)
}

.select2-hidden-accessible {
    border: 0 !important;
    clip: rect(0 0 0 0) !important;
    height: 1px !important;
    margin: -1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    width: 1px !important
}

.select2-container--default .select2-selection--single {
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    left: 1px;
    right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
    display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--default .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
    box-sizing: border-box;
    list-style: none;
    margin: 0;
    padding: 0 5px;
    width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
    list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
    color: #999;
    margin-top: 5px;
    float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-top: 5px;
    margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: #999;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
    float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid black 1px;
    outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
    background-color: #eee;
    cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
    display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
    background: transparent;
    border: none;
    outline: 0;
    box-shadow: none;
    -webkit-appearance: textfield
}

.select2-container--default .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--default .select2-results__option[role=group] {
    padding: 0
}

.select2-container--default .select2-results__option[aria-disabled=true] {
    color: #999
}

.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
    padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
    padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -1em;
    padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -2em;
    padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -3em;
    padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -4em;
    padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
    margin-left: -5em;
    padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #5897fb;
    color: white
}

.select2-container--default .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic .select2-selection--single {
    background-color: #f7f7f7;
    border: 1px solid #aaa;
    border-radius: 4px;
    outline: 0;
    background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
    background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic .select2-selection--single:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
    color: #444;
    line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
    cursor: pointer;
    float: right;
    font-weight: bold;
    margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
    color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
    background-color: #ddd;
    border: none;
    border-left: 1px solid #aaa;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    height: 26px;
    position: absolute;
    top: 1px;
    right: 1px;
    width: 20px;
    background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
    border-color: #888 transparent transparent transparent;
    border-style: solid;
    border-width: 5px 4px 0 4px;
    height: 0;
    left: 50%;
    margin-left: -4px;
    margin-top: -2px;
    position: absolute;
    top: 50%;
    width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
    float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
    border: none;
    border-right: 1px solid #aaa;
    border-radius: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    left: 1px;
    right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
    background: transparent;
    border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #888 transparent;
    border-width: 0 4px 5px 4px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
    background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
    background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
    background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}

.select2-container--classic .select2-selection--multiple {
    background-color: white;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: text;
    outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
    border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
    list-style: none;
    margin: 0;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
    display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
    background-color: #e4e4e4;
    border: 1px solid #aaa;
    border-radius: 4px;
    cursor: default;
    float: left;
    margin-right: 5px;
    margin-top: 5px;
    padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
    color: #888;
    cursor: pointer;
    display: inline-block;
    font-weight: bold;
    margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
    color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    float: right
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
    margin-left: 5px;
    margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
    margin-left: 2px;
    margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
    border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
    border-top: none;
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
    border-bottom: none;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
    border: 1px solid #aaa;
    outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
    outline: 0;
    box-shadow: none
}

.select2-container--classic .select2-dropdown {
    background-color: #fff;
    border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
    border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
    border-top: none
}

.select2-container--classic .select2-results > .select2-results__options {
    max-height: 200px;
    overflow-y: auto
}

.select2-container--classic .select2-results__option[role=group] {
    padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
    color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
    background-color: #3875d7;
    color: #fff
}

.select2-container--classic .select2-results__group {
    cursor: default;
    display: block;
    padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
    border-color: #5897fb
}

.pt20 {
    padding-top: 20px;
}

.pt50 {
    padding-top: 50px;
}

.red {
    color: red;
}

.ui-autocomplete {
    position: absolute;
    cursor: default;
    z-index: 1001 !important
}

.ui-front {
    z-index: 1500 !important;
}

.lang_picker {
    color: #000;
}

.language_selector {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 100%;
    display: none;
}

.lang_sidebar {
    position: relative;
    width: 100%;
    float: left;
    height: 35px;
}

/* chat window */
.mytext {
    border: 0;
    padding: 10px;
    background: whitesmoke;
}

.text {
    width: 95%;
}

.text > p:first-of-type {
    width: 100%;
    margin-top: 0;
    margin-bottom: auto;
    line-height: 13px;
    font-size: 12px;
}

.text > p:last-of-type {
    width: 100%;
    text-align: right;
    color: silver;
    margin-bottom: -7px;
    margin-top: auto;
}

.text-l {
    float: left;
    padding-right: 10px;
}

.text-r {
    float: right;
    padding-left: 10px;
}

.avatar {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 25%;
    float: left;
    padding-right: 10px;
}

.macro {
    margin-top: 5px;
    width: 100%;
    border-radius: 5px;
    padding: 5px;
    display: flex;
}

.msj-rta {
    float: right;
    background: whitesmoke;
}

.msj {
    float: left;
    background: white;
}

.chat_frame {
    background: #e0e0de;
    height: 250px;
    overflow: hidden;
    padding: 0;
    position: fixed;
    bottom: 0px;
    right: 16px;
    z-index: 10000;
    display: none;
}

.chat_frame > div:last-of-type {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
}

body > div.chat_frame > div > div:nth-child(2) > span {
    background: whitesmoke;
    padding: 10px;
    font-size: 21px;
    border-radius: 50%;
}

body > div > div > div.msj-rta.macro {
    margin: auto;
    margin-left: 1%;
}

.chat_frame ul {
    width: 100%;
    list-style-type: none;
    padding: 18px;
    position: absolute;
    bottom: 47px;
    display: flex;
    flex-direction: column;
    top: 0;
    overflow-y: scroll;
}

.msj:before {
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: -14px;
    position: relative;
    border-style: solid;
    border-width: 0 13px 13px 0;
    border-color: transparent #ffffff transparent transparent;
}

.msj-rta:after {
    width: 0;
    height: 0;
    content: "";
    top: -5px;
    left: 14px;
    position: relative;
    border-style: solid;
    border-width: 13px 13px 0 0;
    border-color: whitesmoke transparent transparent transparent;
}

input:focus {
    outline: none;
}

::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #d4d4d4;
}

::-moz-placeholder { /* Firefox 19+ */
    color: #d4d4d4;
}

:-ms-input-placeholder { /* IE 10+ */
    color: #d4d4d4;
}

:-moz-placeholder { /* Firefox 18- */
    color: #d4d4d4;
}

/* END chat window */


.trip_hols {
    width: 320px;
    height: auto;
    position: absolute;
    top: 100px;
    right: 20px;
    background: #ffffff !important;
    z-index: 10;
}

.triprow {
    width: 100%;
    height: auto;
    border: 1px solid #aaa;
    padding: 5px;
    position: relative;
}

.triprow.used {
    opacity: 0.5;
    pointer-events: none;
}

.dep_id {
    width: 100%;
    float: left;
}

.triprow button {
    position: absolute;
    top: 17px;
    right: 10px;
    font-size: 13px;
}

.dayacyt {
    background-color: #39a047;
}

.triph_header {
    font-size: 16px;
    padding: 10px 0px;
}

.trg3 {
    height: auto;
    width: 100%;
    max-height: 700px;
    overflow-y: scroll;
}

.event_desc {
    position: absolute;
    top: 0px;
    left: 0px;
    border: 2px solid #aaa;
    border-radius: 5px;
    background: #eee;
    display: none;
    z-index: 30;
    font-size: 14px;
    padding: 5px;
}

.tprsert {
    margin: 10px 0px 20px;
    border-bottom: 1px solid #eee;
    padding-bottom: 5px;
    width: 100%;
    font-size: 14px;
}

.availd, .location-change {
    display: none;
}

.depdz {
    float: left;
    width: 20%;
    margin: 10px 5% 10px 0;
    height: 50px;
    line-height: 30px;
    border: 1px solid #aaa;
    text-align: center;
    background: #0b660a;
    color: #fff;
    font-size: 16px;
    padding: 10px;
    cursor: pointer;
}

.selectdepdz {
    background: #032b03;
}

.seat_map {
    display: none;
}

.confirmation_seat {
    display: none;
}

.sumrow {
    float: left;
    width: 100%;
}

.sumrow.sumrow-padding {
    padding-left: 20px;
}

.sumrow.ticket-change-seat-cost > span {
    text-decoration: line-through;
}

.sumrow.ticket-change-seat-cost.include > span {
    text-decoration: none;
}

.save_new_ticket, .admin_pay_new_ticket, .user_pay_new_ticket {
    display: none;
    margin-right: 10px;
}

.ticket_economy {
    color: #267729;
}

.ticket_premium {
    color: #7519a0;
}

.ticket_family {
    color: #1937d1;
}

.box_economy {

}

.box_premium {

}

.box_family {

}

.percent_mod {
    width: 100px;
    margin-left: 20px;
}

.percinp {
    width: 70px !important;
    height: 25px;
}

.perclab {
    width: 150px !important;
    float: left;
}

.percrow {
    line-height: 40px;
    border-bottom: 1px solid #dedede;
}

.mdf40 {
    height: 40px;
}

.moper3 {
    margin-left: 15px;
    width: 70px !important;
    height: 45px;
}

table.dis_table {
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

table.dis_table td, table.dis_table th {
    border: 1px solid #AAAAAA;
    padding: 4px 4px;
    height: 50px;
}

table.dis_table tbody td {
    font-size: 14px;
    background-color: #fff;
}

table.dis_table thead {
    background: #99A3A4;
    border-bottom: 3px solid #444444;
}

table.dis_table thead th {
    font-size: 16px;
    font-weight: bold;
    border-left: 2px solid #D0E4F5;
}

table.dis_table thead th:first-child {
    border-left: none;
}

table.dis_table tfoot td {
    font-size: 14px;
}

table.dis_table tfoot .links {
    text-align: right;
}

table.dis_table tfoot .links a {
    display: inline-block;
    background: #1C6EA4;
    color: #FFFFFF;
    padding: 2px 8px;
    border-radius: 5px;
}

.dis_table_input {
    width: 100px !important;
    display: inline !important;
}

.btn50h {
    height: 50px !important;
}

.ancsadd {
    display: none;
    padding-top: 30px;
}

.anc_title {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.anc_row {
    height: 30px;
    margin: 5px 0px;
    border-bottom: 1px solid #eee;
    padding: 5px 0px;
}

.anc_row input {
    height: 30px;
}

.family_preview, .premium_preview {
    display: none;
    margin-top: 20px;
}

.reservation_cost_inp {
    width: 55px;
    color: #555;
    text-align: center;
}

.canceled-ticket, .canceled-order {
    background-color: rgb(173, 24, 51, 0.4) !important;
}

.payment_details {
    display: none;
    margin-top: 40px;
}

.payment_details2 {
    margin-top: 40px;
}

.seat_sum {
    display: inline-block;
}

.btform {
    border: 1px solid #aaa !important;
    height: 35px;
    font-size: 15px;
}

.allotment_select {
    width: 50px;
    height: 30px;
    display: block;
    margin: 5px auto;
    color: #000;
}

.half-width {
    width: 50%;
}

.ui-autocomplete-loading {
    background: url('../img/loader_100.svg') no-repeat right center
}

.lightco {
    color: #afafaf;
}


.availability .stations-wrap {
    position: relative;
    padding-top: 12px;
    display: inline-block;
    margin: 0 auto;
    width: 90%;
}

.availability .stations-wrap:after {
    content: '';
    display: block;
    height: calc(100% - 80px);
    width: 1px;
    background-color: #B7D2EF;
    position: absolute;
    left: 38px;
    top: 39px
}

.availability .stations-wrap.trip-timetable:after {
    height: calc(100% - 97px)
}

.availability .stations-wrap.trip-timetable .station-item {
    margin-bottom: 30px

}

.availability .stations-wrap.trip-timetable .station-item:first-child .arrival-wrap label,
.availability .stations-wrap.trip-timetable .station-item:first-child .arrival-wrap input {
    visibility: hidden
}

.availability .stations-wrap.trip-timetable .station-item:last-child .departure-wrap label,
.availability .stations-wrap.trip-timetable .station-item:last-child .departure-wrap input {
    display: none
}

.availability .stations-wrap.trip-timetable .station-item .station-placeholder {
    width: 40%;
    min-width: 300px;
    float: left;
    height: 90px;
    margin-right: 20px;
    text-align: left
}

.availability .stations-wrap.trip-timetable .station-item .station-placeholder .station-address {
    font-size: 14px;
    opacity: 0.5;
    display: block;
    margin-top: 4px;
    line-height: 18px
}

.availability .stations-wrap.trip-timetable .station-item .bullet {
    top: 28px
}

.availability .stations-wrap.trip-timetable .station-item .bullet.blue {
    background: #146ACC
}

.availability .stations-wrap.trip-timetable .station-item .bullet.white {
    background: white
}

.availability .stations-wrap.trip-timetable .station-item .item {
    float: left;
    width: 100%;
    max-width: 80px;
    margin-right: 20px
}

.availability .stations-wrap.trip-timetable .station-item .item:last-child {
    margin-right: 0
}

.availability .stations-wrap.trip-timetable .station-item .item label {
    margin: 11px 0 9px 0
}

.availability .stations-wrap .form-group {
    margin-bottom: 0
}

.availability .stations-wrap .station-item {
    position: relative;
    padding-left: 100px;
    height: 200px;
    width: 100%;
}

.availability .stations-wrap .station-item .station-placeholder {
    height: 25px !important;
    width: 100%;
    border: 0px none !important;
    border-radius: 2px;
    background-color: transparent !important;
    padding: 20px 13px 13px 18px !important;
}

.availability .stations-wrap .station-item .station-placeholder .station-name {
    color: #146ACC;
    font-size: 14px;
    display: block
}

.availability .stations-wrap .station-item .station-placeholder .station-address {
    font-size: 14px
}

.availability .stations-wrap .station-item .station-placeholder.input-wrapper {
    padding: 8px 0 0 0;
    border: 0;
    position: relative;
    background-color: transparent
}

.availability .stations-wrap .station-item .station-placeholder.input-wrapper:hover .delete-btn {
    display: block
}

.availability .stations-wrap .station-item.station {
    margin-right: -15px;
    padding-right: 15px
}

.availability .stations-wrap .station-item.station:hover {
    background-color: transparent !important;
}

.availability .stations-wrap .station-item.start-station .bullet,
.availability .stations-wrap .station-item.end-station .bullet {
    border: 0;
    background: url("../img/icons/ic_pin_drop.svg") center no-repeat #146ACC
}

.availability .stations-wrap .station-item.add-new .station-placeholder {
    cursor: pointer;
    background-color: transparent;
    border: 0;
    vertical-align: middle;
    line-height: 45px
}

.availability .stations-wrap .station-item.add-new .station-placeholder span {
    color: #146ACC
}

.availability .stations-wrap .station-item.start-station {
    margin-bottom: 8px
}

.availability .stations-wrap .station-item.end-station {
    margin-top: 8px
}

.availability .stations-wrap .station-item.end-station:after {
    content: '';
    display: none
}

.availability .stations-wrap .delete-btn {
    display: none;
    height: 18px;
    width: 14px;
    z-index: 999;
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 24px;
    background: url("../img/icons/ic_delete_forever.svg") center no-repeat
}

.availability .stations-wrap .bullet {
    position: absolute;
    left: 20px;
    top: 15px;
    box-sizing: border-box;
    height: 38px;
    width: 38px;
    border: 1px solid #B7D2EF;
    background-color: #FFFFFF;
    z-index: 9;
    padding-left: 0px;
    padding-top: 10px;
    text-align: center;
    font-size: 12px;
}

.squared {
    border-radius: 10px;
}

.availability .stations-wrap .bullet.draggable {
    cursor: move;
    background: url("../img/icons/ic_draggable.svg") center no-repeat white
}

.availability .stations-wrap .bullet.plus {
    cursor: pointer;
    background: url("../img/icons/ic_add.svg") center no-repeat white
}

.availability .stations-wrap .bullet.blue {
    background-color: #0E54A3
}

.availability .station-det {
    width: 100%;
    font-size: 12px;
    display: block;
    line-height: 1.2;
}

.user_payment_details {
    margin-top: 40px;
    display: none;
}

.warning_history {
    width: 100%;
    margin: 20px auto;
}

table.ticketlist tbody tr.sub-ticket {
    opacity: 0.4;
}

table.orders-list.datatable tbody tr table.ticketlist {
    margin-top: 0;
    margin-left: 20px;
    font-size: 0.8em;
}

table.orders-list.datatable tbody tr table.ticketlist tbody td {
    font-size: 1em;
    line-height: 1.3em;
    padding: 8px 10px
}

table.orders-list.datatable tbody tr table.ticketlist tbody td.ticket-id .id {
    font-size: 1.1em;
}

table tr td span.shorten-100 {
    font-size: 1em;
    display: inline-block;
    width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
}

table tr td span.route-departure-time {
    opacity: 0.5;
}

table tr td span.route-departure-time.bold {
    opacity: 1;
    font-weight: bolder;
}

.ticketlistview table tbody .shortcode .routeid {
    display: inline;
}

.badge {
    display: inline-block;
    padding: 0px 5px;
    border-radius: 3px;
    font-size: 10px;
    font-weight: bold;
    text-transform: uppercase;
    margin-left: 8px;
}

.badge.user-type[data-type=children] {
    background-color: #17a2b8;
    color: #ffffff;
}

.badge.user-type[data-type=infant] {
    background-color: #ffc107;
}

.badge.user-type.infant-date:after {
    display: inline-block;
    content: ' < 2y';
    margin-left: 3px;
    font-weight: bold;
    background: #ffc107;
    border-radius: 0 3px 3px 0;
    margin-right: -5px;
    padding: 0 3px;
    color: black;
}

.badge.sport-luggage {
    background-color: #28a745;
    color: #ffffff;
}

.badge.extra-luggage {
    background-color: #343a40;
    color: #ffffff;
}

.badge.ticket-used {
    background-color: #dc3545;
    color: #ffffff;
}

.switch-btn {
    font-size: 0.8em;
    margin-left: 20px
}

label.inline-checkbox {
    display: inline-block;
    margin-left: 30px
}

label.inline-checkbox input {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
}

a.survey-sync-link i {
    display: none;
}

a.survey-sync-link.loading i {
    display: inline-block;
}

a.survey-sync-link.loading span {
    display: none;
}

#survey-driver-response-list .reject-response {
    color: red;
}

#survey-driver-response-list tr.survey-response.rejected-survey {
    background-color: rgba(173, 24, 51, 0.4) !important;
}

.add_holder.trip_desc {
    font-size: 12px;
    margin-bottom: 15px;
}

div#extras-wrapper .title {
    font-weight: bold;
    margin-bottom: 10px;
}

div#extras-wrapper label {
    display: block;
    clear: both;
    padding-left: 10px;
}

div#extras-wrapper label input {
    display: inline !important;
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.clearfix {
    clear: both;
}

.is_active_trip {
    background-color: rgba(0, 153, 51, 0.6) !important;
}

.is_past_trip {
    background-color: rgba(255, 153, 51, 0.6) !important;
}

.is_future_trip {
    background-color: rgba(255, 255, 255, 1) !important;
}

.box_color {
    width: 100px;
    height: 30px;
    text-align: center;
    border: 1px solid #333;
    float: left;
    padding-top: 5px;
    margin-right: 10px;
}


#modalDriverOrderRoute .bootstrap-select {
    width: 100%;
}

.error-message-holder {
    color: red;
    padding-bottom: 10px;
    font-style: italic;
}

.con_row {
    float: left;
    width: 100%;
    height: 42px;
    font-size: 12px;
    padding: 5px 0px;
    border-bottom: 1px solid #aaa;
}

.add_connb {
    margin-right: 20px;
}

.dflex_p {
    margin-right: 75px;
    height: 35px;
    width: 20%;
    margin-top: 18px;
}

.flex_pr_table th, .flex_pr_table td.th {
    font-size: 12px !important;
    text-align: center;
}

#flex_main_type {
    width: 80px;
}

.dflex_p2 {
    margin-right: 5px;
    height: 35px;
    width: 10%;
    margin-top: 18px;
}


.stats-box {
    float: left;
    width: 100%;
    display: inline-block;
    cursor: pointer;
    margin-bottom: 40px;
}


.stats-box .inner {
    min-height: 95px;
    border: 1px solid #B7D2EF;
    position: relative;
    padding: 12px 20px 15px 20px;
    background-color: #F1F6FC;
}

.stats-container {
    margin-top: 26px;
}

.stats-container[data-stats="4"] .stats-box {
    width: 25%;
}

.stats-container .stats-box:not(:last-child) .inner {
    border-right: none;
}

.stats-box.has-hover {
    cursor: pointer
}

.stats-box.has-hover.active .inner,
.stats-box.has-hover:hover .inner {
    background-color: #F1F6FC;
    position: relative
}

.stats-box.has-hover.active .inner:after,
.stats-box.has-hover:hover .inner:after {
    background: #0E54A3
}

@media (max-width: 992px) and (min-width: 300px) {
    .stats-box.has-hover.active .inner,
    .stats-box.has-hover:hover .inner {
        background-color: transparent
    }

    .stats-box.has-hover.active .inner:after,
    .stats-box.has-hover:hover .inner:after {
        background: transparent
    }
}

.stats-box .inner .stat-label {
    color: #136ACC;
    display: block;
    margin-bottom: 5px;
}

.stats-box .inner .val {
    left: 18px;
    font-family: "Roboto-Bold";
    font-weight: bold;
    font-size: 23px;
    color: #4A4A4A;
    position: absolute;
    bottom: 16px;
}

.stats-box .inner .val span {
    font-size: 15px;
    font-weight: normal;
}

.stats-box .inner .percent.green {
    color: #79C027;
    background: url(../img/icons/green-arrow.svg) center right no-repeat;
}

.stats-box .inner .percent.red {
    color: #D0001C;
    background: url("../img/icons/red-arrow.svg") center right no-repeat
}

.stats-box .inner .percent {
    position: absolute;
    bottom: 16px;
    right: 18px;
    float: right;
    font-size: 16px;
    padding-right: 13px;
}

.stats-container .stats-supertitle {
    padding: 6px 20px;
    font-size: 1.2em;
    border: 1px solid #B7D2EF;
    border-bottom: none;
}

.stats-container .date-range {
    font-weight: bold;
    font-size: 15px;
}

.gamification-driver .gamification-header, .gamification-driver .gamification-header .gamification-avatar {
    text-align: center;
    position: relative;
}

.gamification-driver .gamification-header .stripes {
    height: 50px;
    width: 100px;
    position: absolute;
    bottom: 40px;
    left: 50%;
}

.gamification-driver .gamification-header .stripes .stripe {
    display: inline-block;
    height: 50px;
    width: 15px;
    background-color: #41ff86;
}

.gamification-driver .gamification-header .stripes[data-level="2"] .stripe {
    width: 13px;
    background-color: #ffdb3b;
}

.gamification-driver .gamification-header .stripes[data-level="3"] .stripe {
    width: 10px;
    background-color: #20b0ff;
}

.gamification-driver .gamification-header .stripes[data-level="4"] .stripe {
    width: 8px;
    background-color: #8328c9;
}

.gamification-driver .score {
    text-align: center;
    font-size: 1.5em;
    margin-bottom: 20px;
}

.gamification-driver .score .note {
    font-size: 0.8em;
}

.gamification-driver .driver-avatar {
    width: 165px;
    border-radius: 100%;
    border: 1px solid #eee;
    padding: 5px;
}

.gamification-driver h2 {
    ont-weight: bold;
    font-size: 20px;
    margin-top: 10px;
}

.gamification-driver .achievement-list {
    display: table;
    border-spacing: 0 2px;
    width: 100%;
}

.gamification-driver .achievement-list .achievement {
    display: table-row;
    height: 30px;
}

.gamification-driver .achievement-list .achievement > * {
    display: table-cell;
    line-height: 35px;
    margin: 2px;
}

.gamification-driver .achievement-list .achievement .counter {
    width: 50px;
    font-weight: bold;
    text-align: right;
    padding-right: 20px;
}

.gamification-driver .achievement-list .achievement .level {
    width: 10px;
}

.gamification-driver .achievement-list .achievement[data-level="1"] .level {
    background-color: #41ff86;
}

.gamification-driver .achievement-list .achievement[data-level="2"] .level {
    background-color: #ffdb3b;
}

.gamification-driver .achievement-list .achievement[data-level="3"] .level {
    background-color: #20b0ff;
}

.gamification-driver .achievement-list .achievement[data-level="4"] .level {
    background-color: #8328c9;
}

.gamification-driver .achievement-list .achievement:nth-child(5n) > * {
    border-bottom: 10px solid #fff;
}

.gamification-driver .achievement-list .achievement .reward {
    width: 20px;
}

.gamification-driver .achievement-list .achievement.has-achieved {
    font-weight: bold;
}

.gamification-driver .achievement-list .achievement.has-achieved:not(.award-handed) .reward i {
    color: red;
}

.gamification-driver .achievement-list .achievement .rank-progress {
    height: 5px;
    background-color: grey;
    position: relative;
}

.gamification-driver .achievement-list .achievement .rank-progress-bar {
    display: inline-block;
    height: 5px;
    background-color: #41ff86;
    float: left;
}

.gamification-driver .achievement-list .points-note {
    text-align: right;
    font-weight: normal;
    font-size: 0.9em;
}

.gamification-driver .achievement-list .points-note i {
    color: red;
}

.gamification-driver .achievement-list .achievement .rank-progress-bar.rank-partial {
    background-color: red;
}

.gamification-edit-driver div.score-badge {
    text-align: center;
}

.gamification-edit-driver div.score-badge i {
    font-size: 20px;
    color: #eee;
}

.gamification-edit-driver div.score-badge i.badge-achieved {
    color: #ffd400;
}

.gamification-edit-driver div.score-badge i.badge-predicted {
    color: #41ff86;
}

.gamification-edit-driver div.score-badge i.badge-not-predicted {
    color: red;
}

div.rating {
    text-align: center;
    font-size: 20px;
}

div.rating.monthly {
    text-align: center;
    font-size: 1em;
    padding: 20px 0;
}

div.rating i {
    color: #ccc;
}

div.rating i.full {
    color: #ffd400;
}

div.rating i.full:before {
    content: "\f005";
}

div.rating.left {
    text-align: left;
}

table div.rating {
    text-align: left;
    font-size: 16px;
}

.css-table {
    display: table;
    width: 100%;
}

.css-table > .head {
    display: table-header-group;
    width: 100%;
}

.css-table > .body {
    display: table-row-group;
}

.css-table > .head > *, .css-table > .body > * {
    display: table-row;
}

.css-table > .head > * > *, .css-table > .body > * > * {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 8px 7px 8px;
}

.css-table > .body > * > * {
    border-top: 1px solid #B7D2EF;
}

.css-table > .head > * > * {
    font-weight: bold;
}

.value-list {

}

.value-list .data-row {
    margin: 10px 0;
}

.value-list .data-row > * {
    display: inline-block;
}

.value-list .title {
    font-size: 1.2em;
    border-bottom: 1px solid #B7D2EF;
}

.value-list .label {
    font-weight: bold;
    width: 150px;
}

.value-list .content {

}

.score-choice {
    display: inline-block;
    line-height: 1em;
    margin-right: 8px;
}

.score-choice.positive {
    color: #79C027;
}

.score-choice.negative {
    color: red;
}

.score-choice input[type=radio] {
    line-height: 1em;
    height: 1em;
    display: inline-block;
    width: auto;
    margin-right: 8px;
}

.score-comment input {
    width: 100%;
}

.test {
    color: #003f5c
}

.driver-monthly-scores .rating {
    font-size: 16px;
}

.bg-success {
    background: #28a745;
}

.text-center {
    text-align: center
}

ul.disc {
    list-style: disc;
}

ul.disc li {
    margin-left: 20px;
}

.side-nav {

}
.sidebar-ul{
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 60vh;
}
div.user span{
    font-size:12px!important;
}
div.logo-w{
    display: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    background: rgba(90, 90, 90);
}

::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0.2);
}
.chanAc{
    cursor: pointer;
}
.tripAc{
    cursor: pointer;
}
div.channel div{
    text-align: center;
}
.showa{
    display: none;
}
.holdSubT{
    padding:20px;
    border-top: 3px solid #444;
    border-bottom: 3px solid #444;
}
.initA3{
    border-bottom: 1px solid #444;
}
.pg5{
    padding:5px 0;
}
.subtt{
    margin-bottom: 10px;
}
.subtt2{
    margin-bottom: 10px;
    margin-top: 30px;
}
.distribusion-ticket{
    color:#e2da4f;
}
.holdb{
    width: 40%;
    padding:10px;
    height:40px;
    margin:10px 20px;
    background-color: gray;
    color:whitesmoke;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.holdb.actival{
    background-color: #0A246A;
}
.dateholderallot{
    background-color: whitesmoke;
    width:100%;
    height: 60px;
    display: none;
}
