/*TEST
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor. rtest go.l...
*/

/*
    Created on : 17 Φεβ 2016, 2:33:49 μμ
    Author     : halvid
*/

html {
    height: 100%;
}

body {
    height: 100%;
}

.elemlist.selected {
    background-color: #eeeeee;
    box-shadow: 0px 0px 3px;
}

.elemlist {
    padding: 4px;
    cursor: pointer;
}

.alert-warning {
    height: auto !important;
}

.el-col {
    min-height: 1px;
}

.elemlist:hover {
    box-shadow: 0px 0px 3px;
}

[fit-width] {
    width: 100%;
}

footer {
    position: fixed;
    background-color: oldlace;
    width: 100%;
    bottom: 0px;
    height: 49px;
    padding: 0px;
    margin: 0px;
}

.navbar {
    min-height: 60px;
}

.navbar-toggle {
    margin-top: 14px;
    margin-bottom: 14px;
}

.dark .form-control {
    color: whitesmoke;
}

footer p {
    margin: 0px;
    line-height: 48px;
}

.controll-tlbr a {
    display: none;
}

h4.compact {
    margin: -10px;
    padding: 0px;
}

[action="view"] {
    cursor: pointer;
}

[vue] {
    opacity: 0;
}

.dark.el-card {
    background-color: #095b69;
}

.rep_payment_header small {
    color: white !important;
}

.dark.el-card .el-card__header {
    background-color: #009688;
}

.rep_payment_header {
    display: none;
    color: white !important;
    background-color: #009688;
    padding: 3px;
    box-shadow: 0px 0px 4px black;
}

.rep_payment_panel.focused {
    background-color: white;
    padding: 3px;
    box-shadow: 0px 0px 4px black;
}

.bottomline-thin-grey {
    border-bottom: 1px solid gainsboro;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.bottomline-thin-white {
    border-bottom: 1px solid white;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.bottomline-thick {
    border-bottom: 3px solid #fff;
    padding: 5px;
    /*margin-bottom: 15px;*/
    cursor: pointer;
}

.bottomline-thick-grey {
    border-bottom: 3px solid #9b9bda;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.label.big {
    font-size: 100%;
    padding: 2px;
    margin: 2px;
    border-radius: 2px;
}

.left-extend {
    margin-left: -10% !important;
}

.material-icons.smicon {
    padding: 2px !important;
    margin: 2px !important;
    font-size: 90% !important;
}

.clickit {
    cursor: pointer;
}

.xxs {
    padding: 2px !important;
    margin: 2px !important;
    font-size: 12px !important;
}

th {
    white-space: nowrap;
}

/*
.main_wrapper {
    height: calc(100% - 60px);
} */

.main {
    height: calc(100vh - 60px);
}

.no_padding {
    padding: 0px;
}

.no_margin {
    margin: 0px;
}

.no_margin_left {
    margin-left: 0px;
}

.no_margin_right {
    margin-right: 0px;
}

.weight400 {
    font-weight: 400;
}

.top_line {
    border-top: #cccccc solid 1px;
}

.bottom_line {
    border-bottom: #cccccc solid 1px;
}

#menu {
    position: absolute;
    right: 20px;
}

#new_inner form table {
    width: 100%;
}

#new_inner form table tr td {
    padding: 5px;
}

ul.selectiongroup {
    width: 100%;
    border-bottom: 1px solid #337ab7;
}

#new_inner form table tr td .form-group {
    margin: 0px;
}

#new_inner form #submit {
    margin-left: 5px;
}

#new_inner form #delete {
    display: none;
}

.btn-primary a {
    color: #ffffff;
}

.btn-primary a:hover {
    text-decoration: none;
}

#delete a {
    color: #ffffff;
}

#delete a:hover {
    text-decoration: none;
}

#locationTable {
    width: 100%;
}

table.tablesorter {
    font-family: arial;
    background-color: #cdcdcd;
    margin: 10px 0pt 15px;
    font-size: 8pt;
    width: 100%;
    text-align: left;
}

table.tablesorter thead tr th,
table.tablesorter tfoot tr td {
    background-color: #e6eeee;
    border: 1px solid #fff;
    font-size: 8pt;
    padding: 4px;
}

table.tablesorter thead tr .header {
    background-image: url(../images/bg.gif);
    background-repeat: no-repeat;
    background-position: center right;
    cursor: pointer;
}

table.tablesorter tbody td {
    color: #3d3d3d;
    padding: 4px;
    background-color: #ffffff;
    vertical-align: top;
}

table.tablesorter tbody tr.odd td {
    background-color: #f0f0f6;
}

table.tablesorter thead tr .headerSortUp {
    background-image: url(../images/asc.gif);
}

table.tablesorter thead tr .headerSortDown {
    background-image: url(../images/desc.gif);
}

table.tablesorter thead tr .headerSortDown,
table.tablesorter thead tr .headerSortUp {
    background-color: #8dbdd8;
}

table.table-striped tbody tr td input {
    width: 100%;
}

#busapp {
    position: absolute;
}

.floatpanel {
    position: fixed;
    z-index: 10000;
    background-color: whitesmoke;
    box-shadow: 1px 1px 1px;
}

.leftbtn {
    position: absolute;
    top: -29px;
    left: -70px;
}

#map_outer {
    float: left;
    height: 100%;
    margin: 0;
    width: 100%;
}

#map_inner {
    width: 100%;
    height: 100%;
}

#map_panel {
    float: left;
    height: 100%;
    margin: 0;
    width: 100%;
}

#map_canvas {
    width: 100%;
    height: 100%;
}

#info_outer {
    /* float: right;
    height: 100%;
    width: 30%; */
}

#info_inner {
    overflow: auto;
    clear: both;
}

#new_inner {
    float: left;
    width: 100%;
}

#info {
    position: absolute;
    top: 10px;
    left: 200px;
    display: none;
    width: 500px;
}

#locationTable a {
    cursor: pointer;
}

#ExcurtionsList {
    overflow: auto;
}

#scheduleTools {
    height: 100%;
    overflow: auto;
}

.left_panel .white_color {
    color: #ffffff;
}

.left_panel input.white_color {
    color: #ffffff;
}

.left_panel .white_color .selectize-input input {
    color: #ffffff;
}

.left_panel .white_color .selectize-input .item {
    color: #ffffff;
}

.slick-cell .selectize-dropdown-content {
    background-color: #cfdedd;
    margin-top: -8px;
    margin-left: -2px;
}

.slick-cell .selectize-input .item {
    max-width: 90%;
    overflow: hidden;
    white-space: NOWRAP;
    /* height: 20px; */
    /* color: blue; */
}

.slick-cell .selectize-control.single .selectize-input,
.slick-cell .selectize-control.multi .selectize-input,
.slick-cell .selectize-control.single .selectize-input.input-active,
.slick-cell .selectize-control.multi .selectize-input.input-active {
    height: auto !important;
    font-size: initial !important;
    line-height: 1 !important;
}

.slick-row.last_row {
    border: 1px solid black !important;
}

/*
.selectize-control{
    background: white !important;
    border: 1px solid black !important;
    overflow: hidden;

}*/

.left_panel_head {
    background: #eeeeee;
}

.header {
    background: #eeeeee;
    padding: 5px 15px 5px 15px;
    border-radius: 5px;
}

.list-group-item {
    cursor: pointer;
}

.list-group-item:hover {
    background: #eeeeee;
}

.ppDemandLeave {
    border-right: none !important;
    border-bottom: none !important;
    border-top: none !important;
    border-left: none !important;
    border-top-right-radius: 4px !important;
    border-bottom-right-radius: 12px !important;
    background-color: green;
    /* background: linear-gradient(50% #92cf94,100% transparent);
    background: -webkit-linear-gradient(left,#92cf94 10%,transparent); */
}

.selectize-dropdown-content .active {
    background-color: greenyellow !important;
}

.ppDemandLeave.fullSelected,
.ppDemandLeave.partSelected,
.ppDemandLeave.partSelected.vis-selected {
    background-color: #79e879;
}

.ppDemandLeave.vis-selected .ppDemandGo.vis-selected {
    border: 0px !important;
}

button.active {
    background-color: yellow !important;
}

/*
.ppDemandGo .vis-item-content{
    float: right;

}
.ppDemandGo.vis-selected{
    border-right: 3px solid red !important;
}*/

.ppDemandGo.fullSelected,
.ppDemandGo.fullSelected.vis-selected,
.ppDemandGo.partSelected {
    background-color: #f9d084 !important;
}

.ppDemandLeave.vis-selected {
    border-left: 3px solid red !important;
}

.label-warning .badge {
    background-color: darkred;
}

.label-success .badge {
    background-color: #4caf50;
}

.label-primary .badge {
    background-color: #115313;
}

.ppDemandGo {
    border-left: none !important;
    border-top-left-radius: 12px !important;
    border-bottom-left-radius: 4px !important;
    border-bottom: none !important;
    border-top: none !important;
    border-right: none !important;
    background-color: orange;
    /* background: linear-gradient(50% #92cf94,100% transparent);
     background: -webkit-linear-gradient(right,#92cf94 10%,transparent);*/
}

.archor {
    background-color: wheat;
    color: green;
}

.ppDemandGo .vis-item-overflow {
    overflow: visible;
}

.ppDemandLeave .vis-item-overflow {
    overflow: visible;
}

#tripsTimeline .vis-item-content .material-icons {
    font-size: 13px;
}

#pendingTimeline .vis-item-content .material-icons {
    font-size: 13px;
}

#scheduledTimeline .vis-item-content .material-icons {
    font-size: 13px;
}

#pendingTimeline .vis-label i {
    font-size: 13px;
}

/*
.vis-label{
    max-height:8px;
    height: 8px !important;
}
.vis-item,.vis-item-overflow,.vis-item-content,.material-icons{
    max-height:8px;
    overflow: hiddden;
    padding: 0px !important;
    height: 8px !important;
    font-size: 8px !important;

}
.badge {

    padding: 0px !important;
    font-size: 8px !important;
    font-weight: 700;
  max-height:8px;
    height: 8px !important;
}*/

#PlannedExcurtionsList .list-group .list-group-item .row-content {
    width: calc(100% - 110px);
    min-height: 35px;
}

#PlannedExcurtionsList .list-group .list-group-item .row-action-primary i {
    width: 30px;
    height: 30px;
    font-size: 18px;
    line-height: 29px;
    display: inline-block;
}

#PickupPointForm .list-group-separator {
    clear: both;
    margin-bottom: 10px;
    overflow: hidden;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    float: right;
    width: 100%;
}

.vis-background.delayTimeLine {
    background-color: rgba(168, 187, 195, 0.4);
}

.canceledrow * {
    color: red;
    text-decoration: line-through;
}

.compact-icons .material-icons {
    font-size: inherit;
}

.vis-range.ruller {
    background: none !important;
    text-align: center;
    border-bottom: 0px;
    border-top: 1px #ac2925 dashed;
    border-left: 2px solid #ac2925;
    border-right: 2px solid #ac2925;
}

.unfocus * {
    background: #cdcdcd !important;
    background-color: #cdcdcd !important;
    color: white;
    padding: 0px;
    font-size: 10px;
    /*border:1px #EEEEEE solid !important;*/
}

.vis-background.runninroute {
    border-left: blue solid 2px;
    border-right: green dashed 2px;
}

.selectedcxm {
    background-color: #006dcc;
    color: white;
    width: 100%;
    display: block;
}

.subselectedcxm {
    background-color: #ff5722;
    color: white;
    width: 100%;
    display: block;
}

.spinner {
    width: 40px;
    height: 40px;
    position: relative;
    margin: 100px auto;
}

.alert-dismissable,
.alert-dismissible {
    height: 54px;
}

.bandfocushed:hover {
    background-color: #f0ead8;
}

.bandfocushed {
    background-color: #eeeeee;
}

.double-bounce1,
.double-bounce2 {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: #333;
    opacity: 0.6;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation: sk-bounce 2s infinite ease-in-out;
    animation: sk-bounce 2s infinite ease-in-out;
}

.partSelected {
    border: #ac2925 dotted 2px !important;
    box-shadow: 2px 2px 2px #ef9a9a;
}

.fullSelected {
    border: #a91b0c solid 2px !important;
    box-shadow: 2px 2px 2px #ef9a9a;
}

.modal-title {
    margin-left: -10px;
    margin-top: -10px;
}

.double-bounce2 {
    -webkit-animation-delay: -1s;
    animation-delay: -1s;
}

.compact .form-group {
    padding-bottom: 0px !important;
    margin: 0px !important;
    font-size: 80%;
}

.simpleheading {
    font-weight: bold;
    background-color: white;
    padding-top: 3px;
    padding-bottom: 3px;
    box-shadow: 0px 1px 0px;
    margin-bottom: 3px;
}

.tour_companies .list-group .list-group-item {
    display: table;
    width: 100%;
}

.tour_companies .list-group .list-group-item:hover {
    background: #cccccc;
}

.tour_companies .list-group .list-group-item.active {
    background: #cccccc;
}

.tour_companies .list-group .list-group-item.active:hover {
    background: #cccccc;
    outline: none;
}

.tour_companies .list-group .list-group-item .row-content {
    display: table-cell;
    height: 40px;
    width: 100%;
    vertical-align: middle;
}

#ClientFormC label {
    left: 15px;
}

#flightData label {
    left: 15px;
}

@-webkit-keyframes sk-bounce {
    0%,
    100% {
        -webkit-transform: scale(0);
    }
    50% {
        -webkit-transform: scale(1);
    }
}

@keyframes sk-bounce {
    0%,
    100% {
        transform: scale(0);
        -webkit-transform: scale(0);
    }
    50% {
        transform: scale(1);
        -webkit-transform: scale(1);
    }
}

.border_bottom {
    border-bottom: 1px solid gray;
}

.sortview.none {
    display: none;
}

.longview.none {
    display: none;
}

/*drag drop gui*/

/* draggable targets
[data-draggable="target"]
{
        float:left;
        list-style-type:none;

        width:42%;
        height:7.5em;
        overflow-y:auto;

        margin:0 0.5em 0.5em 0;
        padding:0.5em;

        border:2px solid #888;
        border-radius:0.2em;

        background:#ddd;
        color:#555;
}*/

/* drop target state */

[data-draggable="target"][aria-dropeffect="move"] {
    border-color: #68b;
    background: #fff;
}

/* drop target focus and dragover state */

[data-draggable="target"][aria-dropeffect="move"]:focus,
[data-draggable="target"][aria-dropeffect="move"].dragover {
    outline: none;
    box-shadow: 0 0 0 1px #fff, 0 0 0 3px #68b;
}

/* draggable items */

[data-draggable="item"] {
    display: block;
    list-style-type: none;
    z-index: 1000;
    margin: 0 0 2px 0;
    padding: 0.2em 0.4em;
    border-radius: 0.2em;
    line-height: 1.3;
}

/* items focus state */

[data-draggable="item"]:focus {
    outline: none;
    box-shadow: 0 0 0 2px #68b, inset 0 0 0 1px #ddd;
}

/* items grabbed state */

[data-draggable="item"][aria-grabbed="true"] {
    background: #8ad;
    color: #fff;
}

#fileList .fileline,
.visitline {
    padding: 0 5px;
    display: flex;
}

.visitline > span {
    min-width: 25px;
    padding-right: 5px;
    text-align: right;
}

#fileList {
    border: 1px solid rgba(0, 0, 0, 0.12);
    background-color: #fff;
    position: relative;
}

#fileList:empty:after,
.uploader:empty:after {
    display: block;
}

#fileList:after,
.uploader:after {
    display: none;
    bottom: 0;
    content: "Drop file to Upload!";
    height: 20px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 100%;
    opacity: 0.5;
}

.uploader:after {
    content: "Click or Drop file to Upload!";
}

#fileList .fileline.dz-preview > div {
    width: 50%;
    align-items: center;
    display: flex;
    height: 100px;
}

#fileList .fileline .download {
    margin-right: 15px;
}

#fileList.dz-drag-hover {
    border: 1px dashed rgba(33, 150, 243, 0.9) !important;
    background: #f9f9f9;
    cursor: copy;
}

.fileline .abort {
    align-items: center;
    display: flex;
    margin-left: 10px;
    cursor: pointer;
}

.fileline .remove {
    font-size: 14px;
}

.uploader {
    display: flex;
    flex-direction: column;
    height: 40px;
    justify-content: center;
    padding: 10px;
    position: relative;
}

.uploader .fileline.dz-preview {
    display: flex;
    justify-content: space-between;
}

.uploader .fileline .dz-progress-wrap {
    display: flex;
    flex-direction: column;
    flex-grow: 0.7;
    justify-content: center;
}

.uploader.dz-drag-hover {
    background: #eee;
}

.dz-progress .dz-upload {
    height: 5px;
    background: #3f51b5;
}

.dz-progress {
    width: 100%;
    background: #b3d4fc;
    height: 5px;
}

.dz-error .dz-progress,
.dzn-error .dz-progress,
.dzn-success .dz-progress,
.dzn-upld-complete .dz-progress {
    display: none !important;
}

.dzn-error,
.dz-error {
    color: red !important;
}

.dzn-success {
    color: green !important;
}

.dz-complete-message {
    display: none !important;
}

.dz-complete-message img {
    margin-right: 5px;
}

.dzn-upld-complete .dz-complete-message {
    display: block !important;
}

.dzn-upld-complete .abort {
    visibility: hidden !important;
}

.hidden {
    visibility: hidden !important;
}

#dropzone-click {
    cursor: pointer;
}

.alert.alert-success .btn_tools a {
    color: #000000;
}

.compact_info span {
    vertical-align: top;
}

.sorting_table {
    position: fixed;
    width: calc(100% - 50px);
    z-index: 2;
}

.table_to_sort {
    margin-top: 60px;
}

.material-icons.shy {
    font-size: 110%;
}

.backet {
    border-bottom: 1px solid grey;
    border-left: 1px solid grey;
    border-right: 1px solid grey;
    padding: 3px;
    cursor: cell;
}

.fixedtop {
    position: fixed;
    top: 0;
    z-index: 1000;
}

.vgroup {
    box-shadow: 0px 1px 3px;
    padding-left: 2px;
    padding-right: 2px;
}

.commitions input {
    width: calc(100% - 40px);
    display: inline;
}

.margin_top_15 {
    margin-top: 15px;
}

.dark_color {
    color: #333333 !important;
}

.popview {
    display: none;
}

.importData_sorting .sorting_head {
    display: inline;
    white-space: nowrap;
    overflow: hidden;
}

.reservation_row.is-selected {
    font-weight: 700;
    background: #ccc;
}

#import_left_panel .panel_btn {
    padding: 7px 0px 7px 0px;
    width: 25px;
    height: 26px;
}

#search-bookings .left_panel h3 {
    margin: 10px 0 0 50px;
    color: #ffffff;
}

#search-bookings .left_panel input {
    color: #ffffff;
}

.twitter-typeahead {
    width: 100%;
}

span.twitter-typeahead .tt-menu,
span.twitter-typeahead .tt-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    width: 100%;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    font-size: 14px;
    text-align: left;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 4px;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
    background-clip: padding-box;
}

span.twitter-typeahead .tt-suggestion {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #333333;
    white-space: nowrap;
}

span.twitter-typeahead .tt-suggestion.tt-cursor,
span.twitter-typeahead .tt-suggestion:hover,
span.twitter-typeahead .tt-suggestion:focus {
    color: #ffffff;
    text-decoration: none;
    outline: 0;
    background-color: #337ab7;
}

.input-group.input-group-lg span.twitter-typeahead .form-control {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group.input-group-sm span.twitter-typeahead .form-control {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

span.twitter-typeahead {
    width: 100%;
}

.input-group span.twitter-typeahead {
    display: block !important;
    height: 34px;
}

.input-group span.twitter-typeahead .tt-menu,
.input-group span.twitter-typeahead .tt-dropdown-menu {
    top: 32px !important;
}

.input-group span.twitter-typeahead:not(:first-child):not(:last-child) .form-control {
    border-radius: 0;
}

.input-group span.twitter-typeahead:first-child .form-control {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group span.twitter-typeahead:last-child .form-control {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.input-group.input-group-sm span.twitter-typeahead {
    height: 30px;
}

.input-group.input-group-sm span.twitter-typeahead .tt-menu,
.input-group.input-group-sm span.twitter-typeahead .tt-dropdown-menu {
    top: 30px !important;
}

.input-group.input-group-lg span.twitter-typeahead {
    height: 46px;
}

.input-group.input-group-lg span.twitter-typeahead .tt-menu,
.input-group.input-group-lg span.twitter-typeahead .tt-dropdown-menu {
    top: 46px !important;
}

.tt-highlight {
    background-color: #ff6;
}

.typeahead-loader {
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.typeahead-loader img {
    width: 26px;
}

.typeahead-is-loading .typeahead-loader {
    display: block;
}

.modal-dialog {
    /* new custom width */
    /* margin-top: 130px; */
    width: 80%;
    vertical-align: middle;
    /* must be half of the width, minus scrollbar on the left (30px) */
    /*margin-left: -375px;*/
}

.resortitem {
    margin-bottom: 0px;
}

.resortitem button {
    margin: 0px;
}

.resortitem .form-group {
    padding: 0px;
}

.resortitem .form-group input {
    margin: 0px;
}

.pupitem {
    margin-bottom: 0px;
}

.flight_DEP {
    color: #cc0000 !important;
}

.flight_ARV {
    color: blue !important;
}

.reportViewer {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.reportViewer:first-child {
    margin-top: 15px;
}

.reportViewer .badge {
    background: #337ab7;
}

.reportViewer .material-icons {
    vertical-align: middle;
}

.infoList_item:nth-child(2n) {
    background: #f0f0f0;
}

.select2-container--default .select2-selection--multiple {
    border: none;
    border-radius: 0px;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: none;
    border-radius: 0px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    border: none;
    border-radius: 0px;
    margin-top: 0px;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: 0px;
}

.moving {
    border: solid 2px brown !important;
}

/*vue-js*/

.slide-fade-enter-active {
    transition: all 0.3s ease;
}

.slide-fade-leave-active {
    transition: all 0.8s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter,
.slide-fade-leave-to
    /* .slide-fade-leave-active below version 2.1.8 */

{
    transform: translateX(10px);
    opacity: 0;
}

#toBeRoute .slick-header-column.ui-state-default {
    height: 35px;
    line-height: 16px;
}

.ui-state-default {
    background: #f6f6f6;
    color: #095b69;
}

.ui-state-hover {
    background: #eeeeee;
    color: #c77405;
}

.slick-header-column.ui-state-default {
    height: 30px;
    line-height: 30px;
}

.slick-sort-indicator {
    margin-top: 13px;
}

#flightDetailsPannel .slick-header-column.ui-state-default {
    line-height: 30px;
}

.panel_btn {
    height: 60px;
    padding: 20px 15px 20px 15px;
}

/* start slic grid */

.ms-ctn .ms-sel-ctn {
    overflow: hidden;
    position: relative;
}

.ms-res-ctn {
    overflow-x: hidden;
}

.ms-res-ctn .dropdown-menu {
    margin: 0px;
}

.slick-column-name {
    font-weight: 600;
}

.slick-cell.selected {
    background-color: antiquewhite;
}

.slick-group-totals div {
    text-align: center;
    background-color: grey;
    color: white;
}

.slick-cell.editable {
    border: none;
}

.slick-cell input {
    border: none;
}

.slick-header-column {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    -ms-box-sizing: content-box;
    box-sizing: content-box;
}

.ms-sel-ctn {
    height: 30px;
}

.ms-ctn input {
    position: absolute;
    left: 200%;
}

.ms-ctn.ms-ctn-focus .ms-sel-ctn input {
    position: absolute;
    left: 200%;
}

.ms-ctn.ms-ctn-focus .ms-sel-ctn input:first-child {
    position: absolute;
    left: 0%;
}

.slick-cell.selected {
    /*white-space: normal !important;*/
}

.slick-cell.selected .ms-ctn .ms-sel-ctn .ms-sel-item {
    white-space: nowrap !important;
}

.slick-cell.selected .ms-ctn.ms-ctn-focus .ms-sel-ctn .ms-sel-item {
    white-space: nowrap !important;
}

.slick-cell .ms-sel-ctn .ms-sel-text {
    padding-left: 24px;
}

.slick-cell .ms-ctn {
    position: relative;
    padding: 6px 6px;
    height: auto;
    margin-top: -5px;
    margin-left: 4px;
}

.slick-cell .ms-res-ctn {
    width: 100%;
    display: block;
    overflow-y: auto;
    margin-top: -5px;
    /*margin-left: -10px;*/
}

.ms-ctn .ms-trigger {
    background-color: white !important;
}

.singlesuggest .ms-sel-ctn .ms-sel-item .ms-close-btn {
    display: none;
}

.slick-cell .ms-sel-ctn .ms-sel-item {
    background: inherit;
    color: inherit;
    float: left;
    font-size: inherit;
    padding: 0px;
    border-radius: 0px;
    border: none;
    margin: 0px;
}

.ms-ctn .form-control {
    border: 0 !important;
}

.slick-cell.editable {
    /*    z-index: 11;
        overflow: visible;
        background: white;
         border-color: black;
         border-style: solid; */
    border-bottom: 2px solid grey !important;
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    padding-left: 2px !important;
}

.bus_row_OFFLINE {
    background-color: #3d3d3d !important;
    color: white;
}

.bus_row_FREE {
    background-color: #c77405 !important;
    color: rgb(234, 255, 115);
}

.bus_row_STOPED {
    background-color: rgb(217, 219, 111) !important;
}

.bus_row_FUEL {
    background-color: rgb(217, 219, 111) !important;
}

.bus_row_MOVING {
    background-color: skyblue;
}

.ui-grid-render-container {
    position: static;
}

/* end slic grid */

/*
Our Zap Slideout styles...
 */

.zap-slideout .form-control {
    background-color: #3449;
    color: thistle;
}

.zap-slideout-menu {
    /*margin-top: -40px;*/
}

.zap-slideout {
    position: relative;
    z-index: 10 !important;
    height: calc(100vh - 60px);
    color: white;
    background-color: #34495e;
    /*-webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);*/
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.zap-slideout {
    padding: 3px;
    width: 100vw;
    position: fixed;
    top: 0px;
    margin-top: 60px;
}

#trackmap .zap-slideout {
    padding-top: 0px !important;
}

/*.rightpanel {
    width: 100%;
    margin-left: 0%;
    -webkit-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -ms-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1);
}

@media screen and (min-width: 800px) {
    .zap-slideout {
        padding: 10px;
        width: 40vw;
    }
}

@media screen and (min-width: 1000px) {
    .zap-slideout {
        padding: 20px;
        width: 40vw;
    }
    .rightpanel.isOpen {
        width: 60%;
        margin-left: 40%;
    }
}

@media screen and (min-width: 1200px) {
    .zap-slideout {
        width: 35vw;
    }
    .rightpanel.isOpen {
        width: 65%;
        margin-left: 35%;
    }
}*/

/* .zap-slideout.isOpen {
    /*-webkit-transform: translateX(0);
    transform: translateX(0);
} */

.slidey-fade-enter-active {
    transition: all 0.3s ease;
}

.slidey-fade-leave-active {
    transition: all 0.3s ease;
}

.slidey-fade-enter,
.slide-fade-leave-to
    /* .slide-fade-leave-active below version 2.1.8 */

{
    transform: translateY(0px);
    /* opacity: 0; */
}

.zap-slideout-opener {
    position: absolute;
    top: 0px;
    right: -30px;
    margin-left: 0px;
    /* font-weight: 600; */
    /* text-transform: uppercase; */
    /* letter-spacing: 0.08em; */
    color: #fff;
    padding: 5px;
    background-color: #0a4e47;
    cursor: pointer;
    z-index: 1;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

.zap-slideout-opener.isOpen {
    /*margin-left: -31px;*/
    right: 0px;
}

.zap-slideout-opener:hover {
    text-decoration: underline;
}

/* .zap-slideout-menu {
    font-weight: 600;
    color: #fff;
  } */

.zap-slideout-menu-item,
.zap-slideout-menu-item--small {
    cursor: pointer;
}

.zap-slideout-menu-item:hover,
.zap-slideout-menu-item--small:hover {
    text-decoration: underline;
}

.zap-slideout-menu-item + .zap-slideout-menu-item,
.zap-slideout-menu-item--small + .zap-slideout-menu-item,
.zap-slideout-menu-item + .zap-slideout-menu-item--small,
.zap-slideout-menu-item--small + .zap-slideout-menu-item--small {
    margin-top: 20px;
}

.zap-slideout-menu-item {
    font-size: 36px;
}

.zap-slideout-menu-item + .zap-slideout-menu-item--small {
    margin-top: 30px;
}

.flip-list-move {
    transition: transform 1s;
}

.flip-enter-active {
    transition: all 0.2s cubic-bezier(0.55, 0.085, 0.68, 0.53);
}

.flip-leave-active {
    transition: all 0.25s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.flip-enter,
.flip-leave-to {
    transform: scaleY(0) translateZ(0);
    opacity: 0;
}

.zap-slideout-menu-item--small {
    font-size: 18px;
    font-weight: normal;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: #ecf0f1;
}

.fade-enter-active,
.fade-leave-active {
    transition: opacity 0.4s;
}

.fade-enter,
.fade-leave-to {
    opacity: 0;
}

.slide-fade-enter-active {
    transition: all 0.4s ease;
}

.slide-fade-leave-active,
.slide-fade-enter-to,
.slide-fade-leave-to {
    transition: all 0.4s cubic-bezier(1, 0.5, 0.8, 1);
}

.slide-fade-enter
    /* .slide-fade-leave-active below version 2.1.8 */

{
    transform: translateX(100px);
    opacity: 0;
}

.slide-fade-leave-active,
.slide-fade-leave-to {
    right: -100%;
    opacity: 0;
}

.slide-fade-enter-to,
.right-stacked {
    opacity: 1;
    right: 0px;
}

.bounce-enter-active {
    animation: bounce-in 0.5s;
}

.bounce-leave-active {
    animation: bounce-in 0.5s reverse;
}

.enter {
    transform: translateX(100%);
}

.enter-to {
    transform: translateX(0);
}

.slide-enter-active {
    position: absolute;
}

.leave {
    transform: translateX(0);
}

.leave-to {
    transform: translateX(-100%);
}

.slide-enter-active,
.slide-leave-active {
    transition: all 750ms ease-in-out;
}

@keyframes bounce-in {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(1.5);
    }
    100% {
        transform: scale(1);
    }
}

.left_panel .selectize-control.multi .selectize-dropdown {
    /*background: #333333;*/
}

.left_panel .selectize-input .item {
    background-color: #bfd8d6 !important;
    padding-left: 3px !important;
    padding-right: 3px !important;
}

.green-header {
    background-color: #02635a;
    color: whitesmoke;
    font-weight: bold;
    padding-top: 5px;
    padding-bottom: 5px;
    box-shadow: 0px 0px 8px grey;
}

.left_panel h1,
.left_panel h2,
.left_panel h3,
.left_panel h4,
.left_panel h5,
.left_panel h6,
.left_panel .h1,
.left_panel .h2,
.left_panel .h3,
.left_panel .h4 {
    color: whitesmoke;
}

.left_panel small {
    color: #bdb9b9;
}

.left_panel .btn:not(.btn-raised),
.left_panel .input-group-btn .btn:not(.btn-raised),
.left_panel .btn:not(.btn-raised).btn-default,
.left_panel .input-group-btn .btn:not(.btn-raised).btn-default,
.left_panel .form-control {
    color: rgba(223, 255, 250, 0.87);
}

.left_panel .selectize-dropdown.form-control {
    color: #333333;
}

.left_panel .btn:disabled {
    color: rgba(255, 255, 255, 0.39);
}

.left_panel .btn-group .btn.active {
    background: rgba(153, 153, 153, 0.2);
}

[cloack-view] {
    opacity: 0;
}

.bright.left_panel .form-control {
    color: #333333;
}

.left_panel {
    color: white;
}

.bright.left_panel .btn:not(.btn-raised),
.bright.left_panel .input-group-btn .btn:not(.btn-raised),
.bright.left_panel .btn:not(.btn-raised).btn-default,
.bright.left_panel .input-group-btn .btn:not(.btn-raised).btn-default {
    color: #009688;
}

.bright.left_panel h1,
.bright.left_panel h2,
.bright.left_panel h3,
.bright.left_panel h4,
.bright.left_panel h5,
.bright.left_panel h6,
.bright.left_panel .h1,
.bright.left_panel .h2,
.bright.left_panel .h3,
.bright.left_panel .h4 {
    color: #333333;
}

.cursor {
    cursor: pointer;
}

.w_100 {
    width: 100% !important;
}

.m_0 {
    margin: 0px !important;
}

.m_y_0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
}

.m_b_4 {
    margin-bottom: 4px !important;
}

.p_0 {
    padding: 0px !important;
}

.p_5 {
    padding: 5px !important;
}

.p_r_0 {
    padding-right: 0px !important;
}

.p_b_0 {
    padding-bottom: 0px !important;
}

.p_l_0 {
    padding-left: 0px !important;
}

.p_y_0 {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
}

.p_b_4 {
    padding-bottom: 4px !important;
}

.border {
    background-color: #e0e0e0 !important;
}

.privateborder {
    background-color: #f9d084 !important;
}

.border_bottom_gray {
    border-bottom: #cccccc solid 1px !important;
}

.cost_missing {
    background-color: #f1d1d1 !important;
}

.invoiced {
    background-color: lightgreen !important;
}

.deptinvoiced {
    background-color: lightsalmon !important;
}

/*
.slick-cell.selected{
    border: 2px solid blue;
} */

.slick-row.odd.composed_route {
    background-color: rgb(211, 255, 218) !important;

}

.slick-row.even.composed_route {
    background-color: rgb(195, 231, 201) !important;
}

.slick-row.odd.excrs.composed_route {
    background-color: rgb(180, 217, 251) !important;
}
.slick-row.even.excrs.composed_route {
    background-color: rgb(180, 210, 221) !important;
}

.slick-row.even.problem_composed_route {
    background-color: hotpink !important;
    border: 1px solid red;
}

.slick-row.odd.problem_composed_route {
    background-color: hotpink !important;
    border: 1px solid red;
}

.selectize-input {
    padding: 0px !important;
}

.traveltag {
    background-color: green !important;
    margin-right: 2px;
    border-radius: 3px;
}

.selectedborders {
    box-shadow: 0px 0px 2px;
    background-color: rgb(184, 243, 184) !important;
}

.capitalised *:not(.material-icons):not(.slick-column-name) {
    text-transform: uppercase;
}

.slick-column-name {
    text-transform: initial
}

.row.panel-body {
    color: #0a4e47;
}

.slick-row.even.warning {
    background-color: #fff09a !important;
}

.slick-row.odd.warning {
    background-color: #eedd7a !important;
}

.el-card.el-bootstrap {
    background-color: #305b63;
    border-color: #4d5643;
}

.el-bootstrap > .el-card__header {
    /* width: 100%; */
    background-color: #009688 !important;
}

.el-range-editor.el-bootstrap,
.el-bootstrap INPUT {
    background-color: transparent;
    color: #FFFFFF !important;
    border-left: none;
    border-right: none;
    border-top: none;
    /* width: 100%; */
}

.el-bootstrap .el-collapse-item__wrap, .el-bootstrap .el-collapse-item__header {
    background-color: #19545f;
    padding-left: 4px;
    color: #FFFFFF !important;
}

.el-bootstrap, .el-collapse-item__content {
    color: #FFFFFF !important;
}

.el-bootstrap .el-collapse-item__header {
    background-color: #009688;
}

.el-card.compact .el-card__header {
    padding-top: 4px;
    padding-bottom: 3px;
}

.el-card.compact .el-card__body {
    padding-top: 5px;
    padding-bottom: 4px;
}

.slick-row.route_top {
    border-top: double #009688 2px !important;
}

.dark .el-button--text {
    color: #FFFFFF !important;
}
