body {
    width: 100%;
    height: 100%;
    font: 16px;
    font-family: 'Open Sans', 'Arial', sans-serif;
    overflow: hidden;
}

a:hover, a:focus {
    text-decoration: none;
    outline: none;
}

label {
    font-weight: normal;
}

div.container {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    /*float: left;*/
    display: flex;
    flex-direction: column;
}

div.header {
    width: 100%;
    background-color: #204971;
    height: 70px;
    padding: 0 10px 0 24px;
    z-index: 70;
/*    display: flex;
    flex-shrink: 0;*/
}

#map_and_content {
    flex-direction: column;
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
}

div.map_and_content div.map_section {
    width: 100%;
    height: 100%;
    display: flex;
    position: relative;
}
div.map_and_content div.map_section.hidden {
    display: none;
}
div.section_fuel_dashboard {
    display: flex;
    flex-direction: column;
    height: 100%;
}
div.section_fuel_dashboard.hidden {
    display: none;
}
#unit_list_for_fuel_dashboard_widget_container {
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
div.map-shade {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    z-index: 401;
    align-items: center;
    opacity: 1;
    visibility: visible;
    transition: all 0.25s ease-in-out;
}
div.map-shade.hidden {
    /*display:none;*/
    visibility: hidden;
    opacity: 0;
}
div.map-shade div.map-shade-text {
    font-size: 24px;
    color: white;
}
div.header img.logo {
    float: left;
    margin-top: 14px;
    width: 120px;
    height: 38px;
}

div.menu {
    float: left;
    height: 100%;
    width: 150%;
}

div.menu ul {
    height: 100%;
    width: 100%;
}

div.menu ul li {
    float: left;
    height: 100%;
}

div.menu ul li a img{
    margin-bottom: 3px;
}

div.menu ul li a:hover {
    background-color: #0b3053;
    border-top-color: #b0d562;
}

div.menu ul li.active_menu a {
    background-color: #0b3053;
    border-top-color: #b0d562;
}

div.menu ul li a {
    color: #ffffff;
    font-size: 11px;
    font-family: OpenSansRegular;
    text-transform: uppercase;
    display: block;
    border-top: 5px solid transparent;
    height: 100%;
    padding: 9px 22px 0;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

span.menu_notification {
    position: absolute;
    display: block !important;
    background: #b0d562;
    color: #0b3053;
    font-size: 11px;
    border-radius: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    top: 4px;
    left: 51%;
}

#missed_messages {
    position: absolute;
    background: #b0d562;
    color: #0b3053;
    font-size: 11px;
    border-radius: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
    top: 7px;
    left: 26%;
}

.missed_mess_unit {
    position: absolute;
    background: #b0d562;
    color: #0b3053;
    font-size: 11px;
    border-radius: 10px;
    width: 18px;
    height: 18px;
    text-align: center;
    line-height: 18px;
}

/*small_menu*/
div.small_menu.menu_none {
    display: none;
}
#slider.menu_none {
    display: none;
}
div.small_menu {
    height: 100%;
    /*width: 615px;*/
    margin-left: 2%;
/*    display: flex;
    flex-direction: row;
    align-items: center;*/
    display: inline-block;
}

div.small_menu ul {
    height: 100%;
    width: 100%;
}

div.small_menu ul li {
    float: left;
    height: 100%;
}

div.small_menu ul li a:hover {
    background-color: #0b3053;
    border-top-color: #b0d562;
}



div.small_menu ul li.active_menu a {
    background-color: #0b3053;
    border-top-color: #b0d562;
    padding: 0 10px;
}

div.small_menu ul li.active_menu a span {
    display: block;
    text-align: center;
}

div.small_menu ul li.active_menu a img {
    margin-top: 0;
}

div.small_menu ul li a {
    color: #ffffff;
    font-size: 11px;
    font-family: OpenSansRegular;
    text-transform: uppercase;
    display: block;
    border-top: 5px solid transparent;
    height: 100%;
    text-align: center;
    box-sizing: border-box;
    position: relative;
}

div.small_menu ul li a span {
    display: none;
    text-align: center;
}

div.small_menu ul li.active_menu{
    margin-left: -1px;
}

div.small_menu ul li:hover{
    margin-left:-1px;
}

div.small_menu ul li:hover a{
    padding: 0 10px;
}

div.small_menu ul li:hover a img{
    margin: 0;
}

div.small_menu ul li:hover a span{
    display: block;
}

div.small_menu ul li a img {
    border-right: 1px solid #0b3053;
    padding: 6px 17px;
    margin-top: 11px;
}

div.small_menu ul li:last-child a img {
    border-right: none;
}

div.right_header {
    float: right;
    height: 100%;
    line-height: 19px;
    padding-top: 4px;
}

div.right_header p {
    color: #82b2e3;
    font-size: 11px;
    font-family: OpenSansRegular;
    margin: 0;
}

div.right_header p span {
    color: #ffffff;
}

div.right_header p img {
    vertical-align: middle;
    margin-left: 5px;
}

div.main_content {
    width: 100%;
    height: 100%;
/*    position: relative;
    float: left;*/
    /*background-color: lightgreen;*/
    background-color: #275484;
    overflow: hidden;
    /* padding-top: 70px; */
    display: flex;
    flex-direction: row;
}

div.wrap_content {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    background-color: #2b5e93;
    display: flex;
    flex-shrink: 0;
}

div.content {
    height: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
    background-color: #2b5e93;
    min-width: 400px;
    max-width: 700px;
    overflow: hidden;
}
.unit_list_scroller {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.unit_list_scroller {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
div.unit_list_wrapper  div.mCustomScrollBox {
    width: 100%;
}
div.unit_list_wrapper {
    width: 100%;
}
div#units_groups {
    width: 100%;
}
div.hide_content {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    right: -24px;
    top:0px;
    border-radius: 0 3px 3px 0;
    height: 46px;
    background: rgba(32, 73, 113, .5);
    position:absolute;
    /*left: 400px;*/
    cursor: pointer;
    text-align: center;
    z-index: 999;
}

div.hide_content img {
    /*margin-top: -13px;*/
    width: 18px;
    height: 14px;
}

div.content div.geozones_sorting {
    width: 100%;
    height: 45px;
    background-color: #2d67a3;
    text-align: center;
}

div.content div.geozones_sorting div {
    height: 100%;
    display: inline-block;
    /*width: 33%;*/
    margin: 0 10px;
}

div.content div.geozones_sorting a {
    display: inline-block;
    height: 100%;
    color: #a8c0da;
    font-size: 13px;
    font-family: OpenSansRegular;
    border-bottom: 1px solid transparent;
    line-height: 45px;
    padding: 0 15px;
    text-transform: uppercase;
}

div.content div.geozones_sorting a:hover {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: OpenSansBold;
}

div.content div.geozones_sorting div.active_sorting a {
    border-bottom: 1px solid #fff;
    color: #fff;
    font-family: OpenSansBold;
}

/**/

div.geosites_sorting {
    width: 100%;
    height: 45px;
    background-color: #2d67a3;
    text-align: center;
}

div.geosites_sorting div {
    height: 100%;
    display: inline-block;
    /*width: 33%;*/
    /*margin: 0 10px;*/
}

div.geosites_sorting a {
    display: inline-block;
    height: 100%;
    color: #a8c0da;
    font-size: 13px;
    font-family: OpenSansRegular;
    border-bottom: 1px solid transparent;
    line-height: 45px;
    padding: 0 15px;
    text-transform: uppercase;
}

div.geosites_sorting img, .delete_report:hover, .edit_report:hover {
    /*visibility: hidden;*/
    cursor: pointer;
}

div.geosites_sorting a:hover {
    border-bottom: 1px solid #fff;
    color: #ffffff;
    font-family: OpenSansBold;
}

div.geosites_sorting div.active_sorting a {
    border-bottom: 1px solid #fff;
    color: #ffffff;
    font-family: OpenSansBold;
}

div.geosites_sorting div.active_sorting img {
    visibility: visible;
}

div.content div.tabs-container {
    width: 100%;
    height: 45px;
    background-color: #2d67a3;
    text-align: center;
}

div.content div.tabs-container div {
    height: 100%;
    display: inline-block;
    /*width: 33%;*/
    margin: 0 10px;
}

div.content div.tabs-container a {
    display: inline-block;
    height: 100%;
    color: #a8c0da;
    font-size: 13px;
    font-family: OpenSansRegular;
    border-bottom: 1px solid transparent;
    line-height: 45px;
    padding: 0 15px;
    text-transform: uppercase;
}

div.content div.tabs-container img, .delete_report:hover, .edit_report:hover {
    /*visibility: hidden;*/
    cursor: pointer;
}

div.content div.tabs-container a:hover {
    border-bottom: 2px solid #fff;
    color: #ffffff;
    font-family: OpenSansBold;
}

div.content div.tabs-container div.active a {
    border-bottom: 2px solid #fff;
    color: #fff;
    font-family: OpenSansBold;
}

div.content div.tabs-container div.active img {
    visibility: visible;
}

ul#accordion, #geozones_groups {
    width: 100%;
    background-color: transparent;
}

ul#accordion > li > div, div.units_group, div.accordione_group{
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansRegular;
    height: 42px;
    border-bottom: 1px solid #204971;
    line-height: 42px;
    padding: 0 70px 0 24px;
    width: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

div#units_groups div.units_group {
    padding: 0 70px 0 13px;
}
ul#accordion > li > div span, div.units_group span, div.accordione_group > span {
    color: #6497cb;
}

ul#accordion > li > div div, 
ul#accordion > div > div > li > div.units_group div,
div#accordion div.units_group div,
div.accordione_group > div {
    position: absolute;
    right: 7px;
    top: 0;
    /*float: right;*/
}

ul#accordion > li > div div img, 
ul#accordion > div > div > li > div.units_group div img, 
div#accordion div.units_group div img, 
div.accordione_group > div img {
    margin-left: 3px;
    opacity: .65;
    transition: all .5s cubic-bezier(0.23, 1, 0.32, 1);
}

ul#accordion > li > div div img, ul#accordion > div > div > li > div.units_group div img:hover, div.accordione_group > div img:hover {
    opacity: 1;

}

span.arrow_accordion {
    background: url("../img/arrow_accordion.png") no-repeat center left;
    width: 11px;
    height: 10px;
    display: inline-block;
    margin-right: 10px;
}

span.arrow_accordion_white {
    background: url("/img/arrow_accordion_white.png") no-repeat center left;
}

img.arrow_accordion, img.show-hide-unit-group {
    margin-right: 6px;
}

img.show-hide-unit {
    /*margin-left: 2px;*/
}
ul#accordion ul.within_accordion, .accordion-item ul.within_accordion{
    width: 100%;
}

span.show-hide-all-units {
    display: inline-block;
    position: absolute;
    left: 13px;
    top: 12px;
}

span.show-hide-unit-group,
span.show-hide-unit,
span.show-hide-all-units {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
    display: inline-block;
    vertical-align: middle;
    background-image: url("/img/darkblue/eye-off.png");
}

img.show_hide_notification {
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    display: inline-block;
    vertical-align: middle;
}

span.show-hide-unit-group.active,
span.show-hide-unit.active,
span.show-hide-all-units.active {
    background-image: url("/img/darkblue/eye-on.png");
}

span.show-hide-unit-group.uncertain, span.show-hide-all-units.uncertain {
    background-image: url("/img/darkblue/eye-partial.png");
}

ul#accordion ul.within_accordion li:not(.same), .accordion-item ul.within_accordion > li {
    width: 100%;
    height: 33px;
    background-color: #204971;
    border-bottom: 1px solid #183959;
    line-height: 33px;
    padding: 0 144px 0 24px;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansLight;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

ul#accordion ul.within_accordion, .accordion-item .within-accordion-items{
    display: none;
}

ul#accordion ul.within_accordion li:hover, .accordion-item ul.within_accordion li:hover {
    background: #183959;
}

ul#accordion ul.within_accordion li div:not(.create_tracks_block2):not(.create_tracks_block5), 
.accordion-item ul.within_accordion li div
{
    height: 100%;
    line-height: 30px;
    float: right;
    position: absolute;
    right: 10px;
    top: 0;
}

div#accordion div.unit_item div
{

}

ul#accordion ul.within_accordion li div img, 
.accordion-item ul.within_accordion li div img
/*, div#accordion div.unit_item div.unit-status-icons img*/
{
    margin-left: 6px;
    vertical-align: middle;
}
div.accordion-pager ul.pagination{
    margin: 5px 0 0 0;
}
div.accordion-pager {
    background-color: #204971;
}
img.car_icon {
    margin: 0 10px 0 8px;
    vertical-align: middle;
    width: 24px;
    min-width: 24px;
}

div.tmp_group_header {
    padding: 10px 13px 10px 13px;
    width: 100%;
    /*height: 100%;*/
}

div.tmp_group_header .jq-selectbox {
    width: 100%;
    margin-bottom: 15px;
}

div.tmp_group_header div.car_objects_list{
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansLight;
    height: 34px;
    background-color: #204971;
    border-bottom: 1px solid #183959;
    padding: 5px 10px 5px 24px;
    position: relative;
    cursor: pointer;
}

div.car_objects div.car_objects_list {
    width: 100%;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansLight;
    height: 34px;
    background-color: #204971;
    border-bottom: 1px solid #183959;
    padding: 5px 10px 5px 24px;
    position: relative;
    cursor: pointer;
}

.car_objects_list > span {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 230px;
    display: inline-block;
}

div.tmp_group_header .jq-selectbox__select-text {
    color: #ffffff;
}

/*div.tmp_group_header .car_icon {*/
/*margin: 0 12px;*/
/*}*/

div.tmp_group_header div.car_objects_list div {
    float: right;
}

div.tmp_group_header div.car_objects_list div img {
    vertical-align: middle;
    margin: 0 2px;
}

/***** Toolbar *****/

div.toolbar {
    position: fixed;
    top: 70px;
    right: -1px;
    width: 35px;
    z-index: 999;
}

div.toolbar > div {
    width: 34px;
    height: 36px;
    background-color: #204971;
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    position: relative;
    border-bottom: 1px solid #183959;
}

div.toolbar > div img {
    vertical-align: middle;
}

div.toolbar > div div {
    position: absolute;
    right: -400px;
    top: 0;
    height: 100%;
    color: #9eb7d2;
    font-size: 12px;
    font-family: OpenSansRegular;
    text-transform: uppercase;
    background: #183959;
    box-sizing: border-box;
    padding: 0 13px;
}

div.toolbar > div p, div.toolbar > div a {
    color: #9eb7d2;
    font-size: 12px;
    font-family: OpenSansRegular;
    text-align: center;
    text-transform: uppercase;
}

div.toolbar > div.search {
    background: #12aaeb !important;
}

div.toolbar > div.search div {
    width: 220px;
    height: 100%;
    padding: 0;
}

div.toolbar > div.search div form {
    width: 100%;
    height: 100%;
}

div.toolbar > div.search div form input {
    width: 100%;
    height: 100%;
    border: none;
    outline: none;
    background: #12aaeb;
    color: #163a5d;
    font-size: 18px;
    font-family: OpenSansLight;
    padding-left: 18px;
    /*text-transform: uppercase;*/
}

div.toolbar div.block_toolbar div.change_color {
    top: -4px;
    width: 112px;
    height: auto;
    border-radius: 5px;
    background: linear-gradient(to top, #d8d8d8, #fffefe);
    background: -webkit-linear-gradient(to top, #d8d8d8, #fffefe);
    background: -o-linear-gradient(to top, #d8d8d8, #fffefe);
    background: -ms-linear-gradient(to top, #d8d8d8, #fffefe);
    background: -moz-linear-gradient(to top, #d8d8d8, #fffefe);
    -webkit-box-shadow: -1px 3px 3px 0px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: -1px 3px 3px 0px rgba(0, 0, 0, 0.52);
    box-shadow: -1px 3px 3px 0px rgba(0, 0, 0, 0.52);
}

div.toolbar div.block_toolbar img{opacity: .8;}
div.toolbar div.block_toolbar p{color: #fff; opacity: .8; font-family: 'OpenSansLight', Arial, sans-serif;}
div.toolbar div.block_toolbar:hover img{opacity: 1;}
div.toolbar div.block_toolbar:hover p{opacity: 1;}

.change_color:after, .change_color:before {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.change_color:after {
    border-color: rgba(216, 216, 216, 0);
    border-left-color: #d8d8d8;
    border-width: 2px;
    margin-top: -2px;
}

.change_color:before {
    border-color: rgba(216, 216, 216, 0);
    border-left-color: #d8d8d8;
    border-width: 8px;
    margin-top: -8px;
}

div.toolbar div.change_color button {
    width: 35px;
    height: 35px;
    border-radius: 18px;
    float: left;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 4px;
}

div.import {
    width: 138px;
}

div.technical_support {
    width: 187px;
}

div.source_map {
    width: 155px;
}

div.change_menu div {
    width: 170px;
    text-align: center;
}

div.toolbar div.change_color {
    width: 112px;
    height: auto;
    border-radius: 5px;
    background: linear-gradient(to top, #d8d8d8, #fffefe);
    background: -webkit-linear-gradient(to top, #d8d8d8, #fffefe);
    background: -o-linear-gradient(to top, #d8d8d8, #fffefe);
    background: -ms-linear-gradient(to top, #d8d8d8, #fffefe);
    background: -moz-linear-gradient(to top, #d8d8d8, #fffefe);
    -webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.52);
    -moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.52);
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.52);
}

div.toolbar div.change_color button {
    width: 35px;
    height: 35px;
    border-radius: 18px;
    float: left;
    cursor: pointer;
    outline: none;
    border: none;
    margin: 4px;
}

/***** Toolbar for mobile apps *****/

#toolbar-mobile-apps {
    position: fixed;
    bottom: 18px;
    right: -1px;
    width: 35px;
    z-index: 999;
}

#toolbar-mobile-apps .block_toolbar {
    text-align: center;
    line-height: 36px;
    cursor: pointer;
    position: relative;
}

#toolbar-mobile-apps .block_toolbar .title {
    position: absolute;
    white-space: nowrap;
    right: -350px;
    top: 0;
    height: 100%;
    color: #9eb7d2;
    font-size: 12px;
    font-family: OpenSansRegular;
    text-transform: uppercase;
    box-sizing: border-box;
    padding: 0 13px;
}

#toolbar-mobile-apps div.block_toolbar img {
    opacity: .6;
}

#toolbar-mobile-apps div.block_toolbar p {
    color: #fff;
    opacity: .6;
    font-family: 'OpenSansLight',
    Arial,
    sans-serif;
}

#toolbar-mobile-apps div.block_toolbar:hover img {
    opacity: 1;
}

#toolbar-mobile-apps div.block_toolbar:hover p {
    opacity: 1;
}

/*Service*/
div.block_service tmp_group_header{
    display: block;
    min-height: 0;
}
div.block_service div.geosites_sorting div{
    width: auto;
}
.block_service div.geosites_sorting div.active_sorting a{
    border-bottom: none !important;
}
div.section_service{
    float: left;
    position: relative;
    padding: 0 34px 0 27px;
}
div.object_service {
    background-color: #0b3053;
    padding: 10px 10px 10px 40px;
    display: flex;
    flex-direction: row;
    color: #ffffff;
    font: 15px/25px "OpenSansRegular";
}

.object_service_box{
    display: flex;
    flex-direction: column;
    margin-right: 50px;
}

.osb_data, .osb_title{
    opacity: 1;
    color: #fff;
    font: 15px/25px "OpenSansRegular";
}

.osb_title{
    opacity: .8;
}

.win_characteristics{
    color: #fff;
    background: #12aaeb;
    border-radius: 3px;
    padding: 3px 20px !important;
    display: inline-block;
    font: 11px/19px "OpenSansSemiBold";
    text-transform: uppercase;
    cursor: pointer;
}


#grid_maintenance {
    clear: both;
}

div.section_service .ui-jqgrid{
    float: left;
}

div.characteristics_service{
    width: 310px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -85px 0 0 -155px;
    background-color: #ffffff;
    border-radius: 9px;
    overflow: hidden;
    z-index: 200;
    display: none;
}
div.top_characteristics_service{
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 15px;
    text-transform: uppercase;
    background: #12aaeb;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansBold;
}
div.characteristics_service form{
    width: 100%;
    padding: 10px 15px;
}
div.characteristics_service form p{
    color: #2b5e93;
    font-size: 14px;
    font-family: OpenSansLight;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
div.characteristics_service form input[type="text"]{
    width: 170px;
    height: 35px;
    outline: none;
    border: 1px solid #a2b8d0;
    background-position: 140px;
    color: #204971;
    font-size: 12px;
    font-family: OpenSansLight;
    padding-left: 9px;
    border-radius: 3px;
    margin: 0 2px;
    float: right;
}
div.characteristics_service form input[type="button"]{
    width: 150px;
    height: 33px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansBold;
    display: block;
    margin: 0 auto;
    background: #12a9eb;
    background: linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -o-linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -ms-linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -webkit-linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -moz-linear-gradient(to top,#0d9ce7,#12a9eb);
    box-shadow: 0 2px 3px 0px rgba(0,0,0,.1);
    clear: both;
}
div.section_service .ui-jqgrid .ui-jqgrid-hbox {
    padding-top: 0;
}
div.section_service .ui-jqgrid, div.section_service .ui-corner-top {
    border-radius: 0;
    height: auto;
    background-color: transparent;
    border-bottom: 0;
}

div.section_service .ui-jqgrid .ui-separator{
    border-left: none;
    border-right: none;
}
hr.ui-widget-content{display: none;}
#editmodjqGrid, #viewmodjqGrid,#delmodjqGrid, #searchmodfbox_jqGrid{
    padding: 0 !important;
}
#editmodjqGrid .ui-jqdialog-titlebar, #viewmodjqGrid .ui-jqdialog-titlebar, #delmodjqGrid .ui-jqdialog-titlebar, #searchmodfbox_jqGrid .ui-jqdialog-titlebar {
    padding: 0 10px !important;
    height: 40px !important;
    background-color: #12aaeb;
    border-radius: 0 !important;
}
#editmodjqGrid .ui-icon-closethick, #viewmodjqGrid .ui-icon-closethick, #delmodjqGrid .ui-icon-closethick, #searchmodfbox_jqGrid .ui-icon-closethick {
    background: url("../img/close_window.png") no-repeat center;
}
#editmodjqGrid .fm-button, #viewmodjqGrid #cData, #delmodjqGrid #eData, #delmodjqGrid #dData, #searchmodfbox_jqGrid #fbox_jqGrid_search {
    width: 120px;
    height: auto;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansBold;
    display: inline-block;
    margin: 0 7px;
    padding: 7px 0;
    background: #12a9eb;
    background: linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -o-linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -ms-linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -webkit-linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -moz-linear-gradient(to top,#0d9ce7,#12a9eb);
    box-shadow: 0 2px 3px 0px rgba(0,0,0,.1);
    clear: both;
}


/* alarm */

div.alarm {
    overflow-x: auto;
    overflow-y: hidden;
    /*background-color: #0b3053;*/
    margin-bottom: 10px;
    min-height: 426px;
}
span.unit-alarm-count {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 6px;
    border-radius: 4px;
    width: 50px;
    text-align: center;
    height: 22px;
    line-height: 23px;
    font-size: 13px;
    color: #fff;
    margin-right: 6px;
}

span.unit-alarm-count.unit-alarm-count-ok { background: #20A020; }
span.unit-alarm-count.unit-alarm-count-warning { background: #A0A020; font-weight: bold;}
span.unit-alarm-count.unit-alarm-count-danger { background: #A02020; font-weight: bold;}
div.block_alarm {
    padding: 0;
}
.alarm .empty{
    color:#4b4b4b;
}
div.alarm table thead tr {
    background-color: #12aaeb;
}
#alarm_unit{
    cursor: default;
}
div.alarm table {
    border-collapse: collapse;
}

div.alarm table thead th {
    color: #ffffff;
    font-size: 12px;
    font-family: OpenSansBold;
    border-right: 1px solid #3a6289;
    padding: 10px;
}

div.alarm table.dataTable thead .sorting_asc,div.alarm table.dataTable thead .sorting_desc,div.alarm table.dataTable thead .sorting {
    background-position: right;
}
div.alarm table td{
    white-space: pre;
    color: #4b4b4b;
    font-size: 12px;
    font-family: OpenSansRegular;
    background-color: #ffffff;
    border: solid 1px #c4ccda;
    border-top: 0px;
    border-bottom: 0px;
    height: 20px;
}
div.alarm table tr:last-child td{
    border-bottom: solid 1px #c4ccda;

}
div.alarm table tr:nth-child(odd) td{
    background-color: #eff1f5;
}

.selected_row_table td{
    background: #d0d8e6 !important;
}

div.alarm table button{
    cursor: pointer;
    background: none;
    border: none;
    outline: none;
    color: #4b4b4b;
    font-size: 12px;
    font-family: OpenSansRegular;
}
div.alarm table button span{
    border-bottom: 1px solid transparent;
}
div.alarm table button span:hover{
    border-bottom: 1px solid #4b4b4b;
}
.section_alarm, .section_notifications, .section_fuelcard {
    display: none;
    /*position: relative;*/
    height: auto;
    background: #fff;
    /*float:right;*/
}
.map_block{
    display: block;
}
#table_infringement1 .pagination,
#table_infringement2 .pagination{
    margin:10px;
}
/*table.table_work_open, table.table_close_open {*/
    /*display: none;*/
/*}*/
span.active_alarm{
    border-bottom: 2px solid #ffffff;
}
#table_infringement2_filter,#table_infringement_filter{
    display: none;
}

.click_alarm span {
    margin-right: 10px;
    padding: 8px 5px;
    cursor: pointer;
    color: #fff;
}

#table_infringement1, #table_infringement2 {
    width: 100%;
}

div.add_event{
    width: 310px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -85px 0 0 -155px;
    background-color: #ffffff;
    border-radius: 9px;
    overflow: hidden;
    z-index: 200;
}
div.top_add_event{
    width: 100%;
    height: 47px;
    line-height: 47px;
    padding: 0 15px;
    text-transform: uppercase;
    background: #12aaeb;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansBold;
}
div.add_event form{
    width: 100%;
    padding: 10px 15px;
}
div.add_event form p{
    color: #2b5e93;
    font-size: 14px;
    font-family: OpenSansLight;
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
div.add_event form input[type="text"]{
    width: 170px;
    height: 35px;
    outline: none;
    border: 1px solid #a2b8d0;
    background-position: 140px;
    color: #204971;
    font-size: 12px;
    font-family: OpenSansLight;
    padding-left: 9px;
    border-radius: 3px;
    margin: 0 2px;
    float: right;
}
div.add_event form input[type="button"]{
    width: 150px;
    height: 33px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansBold;
    display: block;
    margin: 0 auto;
    background: #12a9eb;
    background: linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -o-linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -ms-linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -webkit-linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -moz-linear-gradient(to top,#0d9ce7,#12a9eb);
    box-shadow: 0 2px 3px 0px rgba(0,0,0,.1);
    clear: both;
}

/* //alarm // *

/*map*/
div.map {
    /*float: right;*/
    height: 100%;
    width: 100%;
    display: flex;
}
div.map.hidden {
    display: none;
}
.mini_map {
    height: 180px;
    width: 100%;

}

div.window_arnavigelios {
    z-index: 1001;
    left: -9999px;
    top: -9999px;
    position: absolute;
    /*width: 495px;*/
    /*height: 383px;*/
    background: #ffffff;
    border-radius: 5px;
    overflow: hidden;
    display: none;
    box-shadow: 0 5px 30px 0 rgba(44,71,116,0.50);
}

/* popup marker */

.leaflet-popup-content div.top_window > span {
    vertical-align: middle;
    display: inline;
    line-height: 40px;
}
.leaflet-popup-content div.top_window > img, div.window_arnavigelios > .top_window > img {
    vertical-align: middle;
    line-height: 35px;
    max-height: 33px;
}

/*.leaflet-popup-content div.top_window img {*/
/*margin: 0;*/
/*vertical-align: middle;*/
/*}*/

.leaflet-popup-content div:not(.top_window) img {
    float: left;
    margin-right: 10px;
}

.leaflet-popup-content div p {
    color: #414141;
    font-size: 13px;
    font-family: OpenSansRegular, sans-serif;
    display: inline-block;
    margin-top: 0;
    margin-bottom: 5px;
}
/* end popup marker */


div.window_arnavigelios div.top_window {
    position: absolute;
    top: 0;
    left: 0;
    height: 40px;
    background-color: #2B5E93;
    font: 20px/42px 'OpenSansLight', sans-serif;
    color: #fff;
    text-align: center;
    width: 100%;
}

div.window_arnavigelios div.top_window img {
    margin: 0;
    vertical-align: middle;
}

div.window_arnavigelios div {
    float: left;
}

div.window_arnavigelios div p {
    color: #414141;
    font-size: 13px;
    font-family: OpenSansRegular;
    display: inline-block;
}

div.window_arnavigelios div img {
}

div.window_arnavigelios hr {
    width: 100%;
    float: left;
    margin: 5px 0;
    color: #12aaeb;
}

/*registration*/
div.fon_registr {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: url(../img/bg_registr.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

div.login-block-and-custom-blocks-wrapper {
    height: 610px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}
div.logo-wrapper {
    margin-bottom: 29px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}
div.login-block-and-custom-blocks-wrapper > img {
    
}
div.login-block-and-custom-blocks {
    max-width: 1440px;
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
}
div.left_custom_block, div.right_custom_block {
    width: 320px;
    overflow: hidden;

}
div.left_custom_block_content, div.right_custom_block_content {
/*    border: 2px solid red;*/
    display: none;
    border-radius: 10px;
    color: #ffffff;
    background: rgba(41, 87, 134, .8);
    padding: 20px;
    font-family: OpenSansRegular;
    width: 100%;
    height: 100%;
}
.error_name, .help-block-error {
    color: #ffffff;
    font-size: 12px;
    font-family: OpenSansLight;
    margin-bottom: 5px;
    width: 100%;
    padding: 0 75px;
}

#form_login .has-error .help-block {
    color: #ffffff;
}

.error_name span {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 10px;
    background: #ffffff;
    color: #092a53;
    text-align: center;
    font-family: OpenSansBold;
    float: left;
    margin-right: 10px;
    line-height: 15px;
}

div.login-block {
    width: 485px;
    height: 485px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(110, 141, 173, .5);
}

div.login-block-header {
    height: 80px;
    width: 102%;
}

div.login-block-header span {
    color: #ffffff;
    font-size: 15px;
    font-family: OpenSansRegular;
    display: block;
    float: left;
    height: 100%;
    padding: 27px 43px;
    line-height: 20px;
    cursor: pointer;
    vertical-align: middle;
}

div.login-block-header span:last-child {
    padding: 0;
}

div.login-block-header span a {
    color: #ffffff;
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 15% 41px;
}

div.login-block-header span:nth-child(2) {
    border-left: 1px solid #295786;
    border-right: 1px solid #295786;
}

div.login-block-header span.active_registr {
    background: rgba(41, 87, 134, .8);
}

div.input {
    width: 100%;
    background: rgba(41, 87, 134, .8);
    height: 405px;
    position: relative;
}

div.input form {
    text-align: center;
    width: 100%;
    height: 100%;
    padding-top: 30px;
    box-sizing: border-box;
}

div.input form input[type="text"], div.input form input[type="password"] {
    width: 335px;
    height: 55px;
    border: 1px solid #ffffff;
    outline: none;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansLight;
    background: transparent;
    border-radius: 3px;
    margin-bottom: 17px;
    padding: 0 44px 0 22px;
    box-sizing: border-box;
}

div.input form input[type="text"] {
    background: url("/img/bg_input_name.png") no-repeat center right;
}

div.input form input[type="password"] {
    background: url("/img/bg_input_pass.png") no-repeat center right;
}

div.style_select {
    background: rgba(0, 0, 0, 0) url("/img/arrow_select.png") no-repeat scroll right center;
    border: 1px solid #ffffff;
    border-radius: 3px;
    display: inline-block;
    height: 55px;
    margin: 0 5px;
    overflow: hidden;
    width: 160px;
}

div.style_select select{
    width: 180px;
    background: transparent;
    height: 100%;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansLight;
    padding-left: 22px;
    background: rgba(41,87,134,.6);
    border: none;
}
div.input form a{
    text-align: center;
    color: #54cbff;
    font-family: OpenSansLight;
    font-size: 14px;
    clear: both;
    display: block;
    margin-top: 20px;
    text-decoration: underline;
}
div.input form input[type="submit"]{
    width: 168px;
    height: 55px;
    outline: none;
    border: none;
    background: #129fdd;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansRegular;
    border-radius: 3px;
    margin-top: 17px;
    cursor: pointer;
}

div.select_change_color {
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansLight;
    line-height: 55px;
    padding-left: 22px;
    width: 160px;
    height: 55px;
    border-radius: 3px;
    border: 1px solid #ffffff;
    display: inline-block;
    vertical-align: top;
    margin: 0 5px;
    position: relative;
}

div.select_change_color > span {
    width: 35px;
    height: 35px;
    border-radius: 18px;
    float: right;
    background: url(../img/arrow_select.png) no-repeat center right;
    background-color: #092a53;
    margin: 8px 10px 0 0;
    cursor: pointer;
}

div.list_color{
    position: absolute;
    line-height: 0;
    bottom: -40px;
    right: -69px;
    border-radius: 3px;
    background: linear-gradient(to top, #d8d8d8, #fffefe);
    background: -webkit-linear-gradient(to top, #d8d8d8, #fffefe);
    background: -o-linear-gradient(to top, #d8d8d8, #fffefe);
    background: -ms-linear-gradient(to top, #d8d8d8, #fffefe);
    background: -moz-linear-gradient(to top, #d8d8d8, #fffefe);
    box-shadow: 0 0 15px 0px rgba(0,0,0,.6);
    display: none;
}
div.list_color:after, div.list_color:before {
    bottom: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
div.list_color:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 1px;
    margin-left: -1px;
}
div.list_color:before {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #ffffff;
    border-width: 7px;
    margin-left: -7px;
}
div.list_color button{
    width: 35px;
    height: 35px;
    border-radius: 19px;
    display: inline-block;
    margin: 5px;
    cursor: pointer;
    outline: none;
    border: none;
}

div.registration {
    width: 100%;
    background: rgba(41, 87, 134, .8);
    height: 405px;
    position: relative;
    display: none;
}

div.registration form {
    text-align: center;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    padding-top: 24px;
}

div.registration form input[type="text"] {
    width: 335px;
    height: 55px;
    border: 1px solid #ffffff;
    outline: none;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansLight;
    /*text-transform: uppercase;*/
    background: transparent;
    border-radius: 3px;
    margin-bottom: 17px;
    padding: 0 44px 0 22px;
    box-sizing: border-box;
    background: url(../img/bg_input_email.png) no-repeat center right;
}

div.user_agreement{
    width: 431px;
    margin: 0 auto;
    height: 209px;
    overflow: auto;
    background-color: rgba(9,42,83,0.4);
    padding: 22px;
    border-radius: 3px;
    margin-bottom: 7px;
    color: #fff;
}
div.user_agreement h5{
    color: #ffffff;
    font-size: 14px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}
div.user_agreement h6{
    color: #ffffff;
    font-size: 12px;
    margin-bottom: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

div.user_agreement ol{
    color: #ffffff;
    font-size: 14px;
}
div.user_agreement ol li{
    list-style: decimal;
    margin-top: 7px;
}
div.registration form label{
    color: #ffffff;
}
div.registration form input[type="submit"]{
    padding: 0 10px;
    height: 55px;
    outline: none;
    border: none;
    background: #129fdd;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansRegular;
    border-radius: 3px;
    margin-top: 8px;
    cursor: pointer;
}
div.registration form a.register_link{
    height: 55px;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansRegular;
    background: #129fdd;
    display: inline-block;
    vertical-align: top;
    line-height: 55px;
    border-radius: 3px;
    padding: 0 10px;
    margin: 8px 0 0 14px;
}

/*Copyright*/
div.Copyright {
    /*position: fixed;*/
    bottom: 0;
    left: 0;
    width: 100%;
    height: 18px;
    background: #204971;
    /*z-index: 999;*/
}

div.Copyright a {
    width: 100%;
    height: 100%;
    display: block;
    text-align: center;
    color: #ffffff;
    font-size: 11px;
    font-family: OpenSansRegular;
    line-height: 18px;
}

li.map_projection.active span, li.map_overlay.active span, span.language:hover {
    color: #b0d562;
}

.car_icon:hover, .unit_watch:hover, .delete_tmp_unit, .delete_geoitem, .edit_geoitem, .edit_group {
    cursor: pointer;
}

.leaflet-control-layers {
    display: none;
}

.hidden {
    display: none;
}

#confirmOverlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    /*background: url('ie.png');*/
    background: -moz-linear-gradient(rgba(11, 11, 11, 0.1), rgba(11, 11, 11, 0.6)) repeat-x rgba(11, 11, 11, 0.2);
    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(rgba(11, 11, 11, 0.1)), to(rgba(11, 11, 11, 0.6))) repeat-x rgba(11, 11, 11, 0.2);
    z-index: 100000;
}

#confirmButtons {
    padding: 15px 0 25px;
    text-align: center;
}

#export_type {
    width: 30%;
    float: left;
}

.right {
    float: right;
}

.left {
    float: left;
}

.info_unit_address {
    margin: 0;
}
.info_unit_lmsg, .info_unit_time_ago, .info_unit_address, .info_unit_coords{
    margin: 0;
    padding: 0;
}

.clear {
    clear: both;
}

#dyn_content {
    overflow: hidden;
    height: 100%;
    width: 400px;
    display: flex;
    flex-direction: column;
}
#dyn_content .left-panel-header {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-bottom: 1px solid #204971;
    position: relative;
    width: 100%;
    height: 45px;
    background-color: #2d67a3;
    text-align: center;
    flex-shrink: 0;
}
#dyn_content .left-panel-header .left-panel-header-tab-title {
    color: #ffffff;
    font-family: OpenSansBold;
    font-size: 13px;
    width: max-content;
    height: 44px;
    line-height: 44px;
    /*font-size: 15px;*/
    text-transform: uppercase;
    margin-left: 8px;
    margin-right: 8px;
    padding-left: 8px;
    padding-right: 8px;
}
#dyn_content .left-panel-header .left-panel-header-tab-title.selectable {
    color: #a8c0da;
    font-family: OpenSansRegular;
    cursor: pointer;
}
#dyn_content .left-panel-header .left-panel-header-tab-title.selectable.active {
    color: #FFFFFF;
    font-family: OpenSansBold;
    border-bottom: 2px solid #fff;
    cursor: default;
}
#dyn_content .left-panel-header .left-panel-header-tab-title.clickable {
    cursor: pointer;
}
#dyn_content .left-panel-header .left-panel-header-plus-button-container {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 28px;
    height: 28px;
    opacity: 0.5;
    background: transparent;
    border-radius: 3px;
    transition: all .25s ease-in-out;
    position: absolute;
    right: 8px;
    cursor: pointer;
}
#dyn_content .left-panel-header .left-panel-header-plus-button-container:hover {
    opacity: 1;
    background: #204971;
}
#dyn_content .left-panel-header 
    .left-panel-header-plus-button-container .left-panel-header-plus-button {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
#dyn_content .left-panel-header-plus-menu {
    
    display:flex;
    position: fixed;
    z-index: 4000;
    height: initial;
    background: #2D67A3;
    padding: 10px 0 10px 0;
    border-radius: 3px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
    flex-direction: column;
}
#dyn_content .left-panel-header-plus-menu.hidden {
    display: none;
}
#dyn_content .left-panel-header-plus-menu .left-panel-header-plus-menu-item {
    color: #fff;
    /*font: 14px/20px 'OpenSansRegular', sans-serif;*/
    padding: 5px 15px;
    cursor: pointer;
    transition: all .25s;
    display: flex;
    align-items: center;
}
#dyn_content .left-panel-header-plus-menu .left-panel-header-plus-menu-item:hover {
    background: rgba(0,0,0,.1);
}
#dyn_content .left-panel-header-plus-menu .left-panel-header-plus-menu-item 
    .left-panel-header-plus-menu-item-icon {
    margin-right: 8px;
}
#dyn_content .left-panel-header .left-panel-header-plus-button-container .left-panel-header-plus-menu {
    
}
#dyn_content .left-panel-header .left-panel-header-button {
    width: 28px;
    height: 28px;
    border-radius: 3px;
    background: #ccc;
    transition: all .25s ease-in-out;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 8px;
    margin-right: 8px;
}
#dyn_content .left-panel-header .left-panel-header-button:hover {
    background: #fff;
}
.more_colors {
    float: left;
}

.leaflet-popup-content-wrapper .info_unit_speed {
    float: left;
    margin-right: 5px;
}

/*.text_input {*/
    /*width: 300px;*/
    /*height: 33px;*/
    /*outline: none;*/
    /*background: transparent;*/
    /*border: 1px solid #6a86a0;*/
    /*border-radius: 3px;*/
    /*padding: 0 5px;*/
    /*color: #fff;*/
    /*font-size: 13px;*/
    /*font-family: OpenSansRegular;*/
    /*text-align: left;*/
/*}*/

#global_dialog .text_input {
    color: #204971;
}

#global_dialog .error,
#global_dialog .text_input.error {
    border-color: #b63134;
    color: #b63134;
}

#global_dialog #support-message {
    text-align: center;
    padding-top: 20px;
}

#global_dialog #support-message .jq-file {
    width: 300px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    border-radius: 4px;
    border: 1px solid #8299AF;
}

#global_dialog #support-message .jq-file__name {
    border: none;
}

#global_dialog #file-upload {
    margin-left: 70px;
}

#global_dialog, ul.ui-autocomplete {
    z-index: 1003;
}

#global_dialog label,
#global_dialog span {
    color: #204971;
    font-size: 18px;
    font-family: OpenSansBold;
    text-transform: uppercase;
    font-size: 12px;
}

#global_dialog label.light {
    font-family: OpenSansLight;
}

#global_dialog #delete-icon {
    margin-left: 10px;
}

#global_dialog #delete-icon.hidden {
    display: none;
}

#geo-point-icon-styler {
    float: left;
}

#global_dialog #icon_div {
    width: fit-content;
    padding: 5px 5px 5px 5px;
    border: 1px solid #204971;
    border-radius: 5px;
}

#global_dialog #icon_div img.default_icon,
#global_dialog #icon_div img.custom_icon {
    height: 40px;
}

#global_dialog #icon_div img.custom_icon.hidden,
#global_dialog #icon_div img.default_icon.hidden,
#geo-points-icons-block {
    display: none;
}

#geo-points-icons {
    border: 1px solid #204971;
    height: 100%;
    border-radius: 5px;
    display: inline-block;
}

#global_dialog #icon_div img:hover {
    cursor: pointer;
}

/** dialog **/

.ui-dialog-titlebar .ui-dialog-title{
    font-size: 14px;
}

#global_dialog label.light,
#global_dialog span.light {
    font-family: OpenSansRegular;
    font-size: 12px;
    text-transform: none;
    display: unset;
    align-items: center;
}

#global_dialog label.light.hidden{
    display: none;
}

#global_dialog label span{
    vertical-align: middle;
    margin: 0 10px 0 0px;
    display: inline-block;
}
#global_dialog .jq-selectbox{
    margin-top: 5px;
}

#global_dialog p{
    text-transform: uppercase;
    font-size: 12px;
    color: #204971;
    font-family: OpenSansBold;
    /*margin-left: 5px;*/
}

#item_export, #item_import {
    margin-left: 5px;
    margin-top: 10px;
}

#global_dialog p input{
    margin-top: 5px;
}

#global_dialog div.send_command form table tr th {
    color: #959595;
    font-size: 11px;
    font-family: OpenSansRegular;
    text-transform: uppercase;
    letter-spacing: 1px;
}

#global_dialog div.send_command form table tr td {
    color: #2b5e93;
    font-size: 12px;
    font-family: OpenSansRegular;
    padding: 5px 10px;
}

#global_dialog #timezone-styler .jq-selectbox__select{
    font-size: 12px;
    font-family: OpenSansRegular;
    padding: 3px 30px 4px 15px;
    height: auto;
    line-height: normal;
}

#global_dialog #timezone-styler .jq-selectbox__trigger-arrow{
    top: 11px;
}
#global_dialog .style_checkbox label span{
    height: 15px;
    width: 15px;
}
#global_dialog .window_import .style_checkbox label span{
    height: 15px;
    width: auto;
}

#global_dialog input[type="text"], #global_dialog input[type="password"] {
    height: 28px;
    width: 203px;
    font-size: 12px;
    color: #204971;
    border: 1px solid #6A86A0;
    text-align: left;
    padding-left: 3px;
    border-radius: 3px;
}
.ui-dialog .ui-state-hover{
    color: #ffffff !important;
}
.ui-dialog .ui-dialog-buttonset .ui-button .ui-button-text{
    font-size: 11px;
    padding: .6em 1em;
}

#global_dialog a#change_password {
    color: #204971;
    background-color: #ffffff;
    border: 1px solid #204971;
    border-radius: 4px;
}

#global_dialog a#change_password:hover {
    background-color: #204971;
    color: #ffffff;
}

#global_dialog #form_group_edit #unitsgroups-name {
    padding-left: 10px;
}

/************/

.unit_item span.unit_name {
    cursor: pointer;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.within_accordion div.pagination {
    background: #2d67a3;
    border-bottom: 1px solid #204971;
    padding: 2px;
}

.within_accordion div.pagination a, .within_accordion div.pagination span {
    position: relative;
    padding: 3px 8px;
    margin-left: -5px;
    line-height: 1.42857143;
    color: #fff;
    text-decoration: none;
    background-color: #204971;
    border: 1px solid #337ab7;
    font-size: 12px;
}

.within_accordion div.pagination a.active, .within_accordion div.pagination a:hover, .within_accordion div.pagination span:hover {
    background: #2d67a3;
}

.ui-progressbar-value {
    background-color: #fff;
}

.mini-window-dialog{
    box-shadow: 0 3px 20px rgba(0,0,0,0.5);
}

.mini_window{
    padding: 0 !important;
}

.mini_text {
    color: #414141;
    font-size: 13px;
    font-family: OpenSansRegular;
    display: inline-block;
}

.mini_text img {
    float: left;
    margin-right: 10px;
}

.slct {
    width: 300px;
    /*height: 200px;*/
}

#geozone_group, #geopoint_group {
    width: 300px;
}

#send_cmd_text {
    text-align: left;
}

/*.type_items select{*/
    /*height: 200px;*/
/*}*/

.type_items {
    margin-top: 17px;
}

#add_geozone_group, #add_geopoint_group {
    margin-left: 10px;
}

#add_geozone_group img, #add_geopoint_group img {
    padding-top: 13px;
}

.pointer {
    cursor: pointer;
}

.section_maintenance {
    background-color: #fff;
    float: right;
}

/**   gridview          */

div.pagination {
    text-align: center;
}

div.pagination > span {
    cursor: not-allowed;
}

ul.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 10px 0;
    border-radius: 4px;
}

div.units_pager {
    background-color: #204971;
    border-bottom: 1px solid #183959;
}

#units_groups_pager ul.pagination {
    margin: 8px 0;
}

.pagination > li {
    display: inline;
}
.pagination > li > a,
.pagination > li > span {
    position: relative;
    float: left;
    padding: 3px 8px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 12px;
}
#units_groups_pager .pagination > li > a,
#units_groups_pager .pagination > li > span,
div.within_accordion div.units_pager ul.pagination > li > a,
div.within_accordion div.units_pager ul.pagination > li > span
{
    font-size: 14px;
}
.pagination > li input {
    height: 20px;
    width: 60px;
    /* max-width: min-content; */
    background: #153655;
    border: 1px solid #337ab7;
    text-align: center;
    border-radius: 2px;
    margin-right: 5px;
    outline: none;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > li:last-child > a,
.pagination > li:last-child > span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #337ab7;
    border-color: #337ab7;
}
.pagination > .disabled > span,
.pagination > .disabled > span:hover,
.pagination > .disabled > span:focus,
.pagination > .disabled > a,
.pagination > .disabled > a:hover,
.pagination > .disabled > a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}
.pagination-lg > li > a,
.pagination-lg > li > span {
    padding: 10px 16px;
    font-size: 18px;
}
.pagination-lg > li:first-child > a,
.pagination-lg > li:first-child > span {
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.pagination-lg > li:last-child > a,
.pagination-lg > li:last-child > span {
    border-top-right-radius: 6px;
    border-bottom-right-radius: 6px;
}
.pagination-sm > li > a,
.pagination-sm > li > span {
    padding: 5px 10px;
    font-size: 12px;
}
.pagination-sm > li:first-child > a,
.pagination-sm > li:first-child > span {
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
}
.pagination-sm > li:last-child > a,
.pagination-sm > li:last-child > span {
    border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}

#item_id {
    width: 100%;
}

#global_dialog .help-block {
    font-size: 12px;
    font-family: OpenSansLight;
    width: 100%;
}

#photo_div {
    float: right;
    margin: 20px;
}

.button {
    background-color: #fff;
    border: solid 1px #ddd;
    margin-bottom: 5px;
    padding: 4px;
    height: 29px;
    font-family: OpenSansRegular;
}

#delete_driver_photo {
    float: right;
    margin-right: 45px;
}

.table_with_border {
    border: 1px solid #9b9c9e;
    border-radius: 3px;
    width: 100%;
}

.table_with_border th {
    color: #fff;
    font-size: 12px;
    font-family: OpenSansBold;
    margin-bottom: 6px;
    padding: 3px;
    background-color: #12aaeb;
}

.table_with_border td {
    border-collapse: collapse;
    border: 1px solid #9b9c9e;
    padding: 3px;
}

.delete_appointment {
    background-color: #12aaeb;
}
/*
#mCSB_5_container {
    min-height: 300px;
}
*/
#table_infringement tr:hover{
    background-color: #e7e7e7;
}

#table_infringement input[type="text"] {
    border-radius: unset;
    height: 24px;
}
li.cars img {
    max-height: 23px;
}
div.small_menu ul li.cars img {
    max-height: 35px;
}

/*** end gridView       */

/*form.leaflet-control-geocoder-form {*/
    /*display: none;*/
/*}*/

/* *********************************************  new  ********************************************** */

/** driver **/

#accordion li.block_driver{
    float: left;
    width: 100%;
}
#accordion li.block_driver ul.within_accordion > li{
    height: auto;
    float: left;
    padding: 0px 25px 10px 25px;
}
#accordion li.block_driver ul li p{
    color: #6194c8;
    font-size: 13px;
    font-family: OpenSansBold;
}
#accordion li.block_driver div.create_tracks_block2{
    border-bottom: 0;
    padding: 0;
}
#accordion li.block_driver div.create_tracks_block5{
    padding: 0;
    margin-top: 10px;
}
#accordion li.block_driver div.create_tracks_block5 button.reset_tracks{
    float:left;
}
#accordion li.block_driver div.create_tracks_block5 button.show_driver_button{
    float:right;
}
div.section_driving_quality{
    position: relative;
/*    float: left;
    width: 73%;*/
}
div.block_bar_chart{
    position: relative;
    float: left;
    width: 50%;
}

.driver_legend {
    padding-top: 10px;
    height: 85px;
    width: 50%;
    float: left;
    background: #fff;
}

div#divForGraph{
    background-color: #ffffff;
}
.graphBardivForGraph{
    background: url("/img/bg_gistogr.png") no-repeat center;
    background-size: cover;
}
#legendHolder4divForGraph{
    width: 100% !important;
    position: absolute;
    bottom: -110px;
    left: 0;
    background: #edf9fe;
    height: 110px;
    padding-top: 8px;
    padding-left: 8px;
}
.legendLabeldivForGraph{
    color: #535353;
    font-size: 13px;
    font-family: OpenSansRegular;
    padding-left: 20px;
}
.graphValuedivForGraph{
    color: #4f4f4f;
    font-size: 12px;
    font-family: OpenSansBold;
    text-align: center;
}
div.show_table_infringement{
    background-color: #0b3053;
    /*float: left;*/
    width: 100%;
    text-transform: uppercase;
    font-family: OpenSansBold;
    font-size: 18px;
    color: #ffffff;
    padding:5px 0px 5px 24px;
    cursor: pointer;
}

div.select_table_infringement {
    float: left;
    width: 100%;
    color: #204971;
    font-size: 17px;
    font-family: OpenSansBold;
    padding: 19px 25px;
    overflow: visible;
}
div.block_table_infringement{
    width: 100%;
    float: left;
    background-color: #ffffff;
}
div.block_table_infringement table.dataTable thead .sorting_asc{
    background-position: right;
}
div.block_table_infringement table.dataTable thead .sorting{
    background-position: right;
}
div.block_table_infringement table.dataTable thead .sorting_desc{
    background-position: right;
}
#table_infringement {
    border-collapse: collapse;
}
div.section_driving_quality table#table_infringement thead tr {
    background-color: #12aaeb;
}
div.section_driving_quality table#table_infringement thead th {
    color: #ffffff;
    font-size: 13px;
    font-family: OpenSansRegular;
}
.dataTables_info{
    display: none;
}
.dataTables_paginate{
    display: none;
}
div.section_driving_quality table#table_infringement td {
    color: #4b4b4b;
    font-size: 12px;
    font-family: OpenSansRegular;
    border: 1px solid #000;
}

div.block_driving_quality{
    position: relative;
    float: left;
    width: 50%;
}
div.statistics_violations{
    background: #fff;
    border-left: 1px #0b3053 solid;
}
div.statistics_violations_top {
    width: 100%;
    background: #0b3053;
    padding: 5px 0;
}

.statistics_violations_top:hover {
    cursor: pointer;
}

div.statistics_violations_top h1{
    font-family: OpenSansBold;
    font-size: 18px;
    color: #ffffff;
    margin-left: 24px;
    text-transform: uppercase;
}
div.statistics_violations p{
    color: #535353;
    font-size: 15px;
    font-family: OpenSansRegular;
    margin-left: 24px;
}
div.statistics_violations p span{
    font-family: OpenSansBold;
    font-size: 50px;
    color: #12aaeb;
    margin-right: 20px;
}
div.statistics_violations div.driving_quality{
    width: 100%;
    height: 125px;
    line-height: 110px;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansLight;
    padding: 0 24px;
    background: #204971;
}
div.statistics_violations div.driving_quality span{
    font-size: 25px;
    font-family: OpenSansBold;
}

#violation-styler{
    min-width: 240px;
}

/** end driver **/

/**   reports   **/
div.reports{
    width: 100%;
    float: left;
}
div.reports_block{
    width: 100%;
    padding: 18px 20px;
    border-bottom: 1px solid #204971;
    float: left;
}
div.style_reports{
    float: left;
}
div.reports_block div.jq-selectbox{
    width: 100%;
    margin-top: 15px;
}
div.style_reports div.jq-selectbox{
    margin-top: 0;
}
div.reports_block .jq-selectbox__select-text{
    color: #97aac3;
}
div.create_tracks .jq-selectbox__select-text{
    color: #97aac3;
}
div.style_reports div.jq-selectbox__select{
    border: 1px solid #a2b8d0
}
div.style_checkbox_white{
    float: left;
}
div.reports_block div.style_checkbox_white{
    margin-left: 15px;
}
div.style_checkbox_white input[type="checkbox"]{
    display: none;
}
div.style_checkbox_white input[type="checkbox"] + label span{
    display:inline-block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    vertical-align:middle;
    background:url("../img/img_checkbox.png") -25px center no-repeat;
    cursor:pointer;
    border: 1px solid #a2b8d0;
    margin-right: 9px;
    float: left;
}
div.style_checkbox_white input[type="checkbox"] + label{
    color:#e3eaf1;
    font-size: 14px;
    font-family: OpenSansLight;
    display: inline-block;
    /*line-height: 13px;*/
}
div.style_checkbox_white input[type="checkbox"]:checked + label span {
    background:url("../img/img_checkbox.png") center no-repeat;
}
div.reports_block div.time_tracks{
    margin-top: 0;
}
div.reports ul#accordion li ul li{
    padding-bottom: 0;
}
div.reports ul#accordion li ul li span{
    color: #12aaeb;
}

div.ftp_report{
    width: 500px;
    height: 405px;
    background: #ffffff;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,.4);
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -255px;
    border-radius: 9px;
    overflow: hidden;
    display: none;
}
div.block_ftp_report{
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding: 28px 35px;
    text-align: center;
}
div.block_ftp_report div.jq-selectbox{
    width: 205px;
    margin: 0 2px;
}
div.block_ftp_report2{
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding: 16px 35px;
    text-align: center;
}
div.block_ftp_report2 p{
    color: #204970;
    font-size: 13px;
    font-family: OpenSansRegular;
    text-align: left;
    margin-bottom: 12px;
}
div.block_ftp_report2 span{
    cursor: pointer;
    text-transform: uppercase;
    color: #204971;
    font-size: 13px;
    font-family: OpenSansRegular;
    margin: 0 25px;
    display: inline-block;
}
div.block_ftp_report2 span.day_active{
    border-bottom: 1px solid;
}
div.block_ftp_report3{
    width: 100%;
    padding: 16px 35px;
    text-align: center;
}
div.block_ftp_report3 input[type="text"]{
    outline: none;
    width: 205px;
    height: 33px;
    border-radius: 3px;
    border: 1px solid #a2b8d0;
    margin: 8px 2px;
    background-position-x: 179px;
    padding-left: 15px;
    color: #204971;
    font-size: 13px;
    font-family: OpenSansRegular;
}
div.block_ftp_report3 input[type="text"]:hover{
    background-color: #e7f6fd;
    border-color: #20afec;
}
div.block_ftp_report3 button{
    width: 103px;
    height: 33px;
    background: #0fa2e9;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansBold;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
    margin-left: 10px;
    margin-top: 10px;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,.2);
}
div.reports span.arrow_accordion{
    float: right;
    margin-top: 15px;
}
#report_table_wrapper {
    background: #FFFFFF;
    display: flex;
    flex-direction: column;
}
#report_table_wrapper .table_reports {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#report_table_wrapper div.simplebar-content {
    min-height: 100%;
    /*height: 100% !important;*/
}
div.section_reports{
    position: relative;
    /*float: left;*/
    /*padding-left: 27px;*/
    display: flex;
    flex-direction: column;
    width:100%;
/*    overflow: hidden;*/
    flex-shrink: 0;
}
div.section_reports.hidden{
    display: none;
}
/*div.table_reports{*/
    /*position: relative;*/
    /*float: left;*/
    /*width: 100%;*/
    /*margin-left: 27px;*/
/*}*/
div.section_statistics {
    position: relative;
    display: flex;
    flex-direction: column;
    width:100%;
    flex-shrink: 0;
}
div.section_statistics.hidden {
    display: none;
}
div.reports_table2{
    display: none;
}
div.report-block-header {
    width: 100%;
    background-color: #0b3053;
    padding-left: 32px;
    display:flex;
    flex-direction: row;
    align-items: center;
    /*overflow: hidden;*/
    color: #fff;
    /*display: block;*/
    text-transform: uppercase;
    font-size: 13px;
    font-family: OpenSansBold;
    /*line-height: 17px;*/
    /*padding-top: 2px;*/
    height: 32px;
}
div.top_table_reports{

}

div.block-report-size-controls {
    min-width: max-content;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding-right: 40px;
}

div.block-report-size-controls .report-size-control {
    margin-left: 4px;
    cursor: pointer;
}
div.report-block-title {
    width: 100%;
}
.block-report-tables__table-toggler-item {
    text-transform: uppercase;
    color: #a8c0da;
    font-size: 12px;
    border-bottom: 2px solid transparent;
    padding-bottom: 0px;
    cursor: pointer;
}

.block-report-tables__table-toggler-item_active {
    color: #ffffff;
    border-bottom: 2px solid #fff;
}

div.top_table_reports span.hide_table{
    width: 50%;
    height: 100%;
    display: inline-block;
    float: right;
}
div.graph_table {
    position: relative;
    float: left;
    width: 100%;
}
div.top_graph_table{
/*    width: 100%;
    height: 34px;
    background: url("../img/arrow_table.png") no-repeat center;
    background-position: 95%;
    background-color: #0b3053;
    cursor: pointer;
    padding-left: 40px;
    line-height: 34px;
    float: left;
    margin-top: 5px;*/
}
div.top_graph_table span {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: OpenSansBold;
}
tr.ui-jqgrid-labels th.ui-state-hover{
    color: #ffffff;
}

div.top_graph_map {
/*    width: 100%;
    height: 34px;
    background: url("../img/arrow_table.png") no-repeat center;
    background-position: 95%;
    background-color: #0b3053;
    cursor: pointer;
    padding-left: 40px;
    line-height: 34px;
    float: left;*/
}
div.top_graph_map span{
    color: #ffffff;
    text-transform: uppercase;
    font-size: 13px;
    font-family: OpenSansBold;
}

div#chartdiv{
    width: 100%;
    height: 400px;
    background-color: #fff;
}
.shaped-lock{
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 999;
    background-image: url("../img/ui-bg_diagonals-thick_20_666666_40x40.png");
    background-repeat: repeat;
    background-attachment: scroll;
    background-clip: border-box;
    background-origin: padding-box;
    background-position-x: 50%;
    background-position-y: 50%;
    background-size: auto auto;
}
div.download button{
    float: left;
    width: auto;
    height: 33px;
    background: transparent;
    border-left: 1px solid #9dd2f1;
    border-bottom: 1px solid #9dd2f1;
    border-top: 1px solid #9dd2f1;
    border-right: none;
    outline: none;
    border-radius: 3px 0 0 3px;
    color: #9dd2f1;
    font-size: 14px;
    font-family: OpenSansLight;
    cursor: pointer;
}
div.download div.jq-selectbox{
    width: 87px;
}
div.download div.jq-selectbox .jq-selectbox__select{
    border: 1px solid #9dd2f1;
    border-radius: 0 3px 3px 0;
}

/** end reports **/

div.confirmation_action {
    width: 460px;
    /*height: 180px;*/
    /*position: absolute;*/
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -130px 0 0 -230px;
    z-index: 150;
    background-color: #ffffff;
    border-radius: 8px;
    text-align: center;
    display: block;
}

div.confirmation_action p {
    color: #204971;
    font-family: OpenSansBold;
    font-size: 18px;
    text-align: center;
    margin: 44px 0 22px;
    position: relative;
}

div.confirmation_action p > img {
  position: absolute;
  top: -33px;
  right: 10px;
}

div.confirmation_action button {
    margin-right: 15px;
    width: 150px;
    height: 33px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansBold;
    background: #12a9eb;
    background: linear-gradient(to top, #0d9ce7, #12a9eb);
    background: -o-linear-gradient(to top, #0d9ce7, #12a9eb);
    background: -ms-linear-gradient(to top, #0d9ce7, #12a9eb);
    background: -webkit-linear-gradient(to top, #0d9ce7, #12a9eb);
    background: -moz-linear-gradient(to top, #0d9ce7, #12a9eb);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, .1);
}

div.settings {
    position: fixed;
    width: 600px;
    height: 500px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    top: 100px;
    left: 50%;
    margin-left: -300px;
    z-index: 200;
    display: none;
}

div.top_setting {
    width: 100%;
    height: 47px;
    background: #12aaeb;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansBold;
    line-height: 47px;
    padding: 0 35px;
}

img.close_window {
    position: absolute;
    top: 16px;
    right: 25px;
    cursor: pointer;
}

div.settings form {
    width: 100%;
    padding: 20px 35px;
}

div.settings form label {
    color: #204971;
    font-size: 18px;
    font-family: OpenSansBold;
}

div.style_checkbox {
    margin: 0 0 9px;
}

#units-assign-on-route div.style_checkbox {
    margin: 0 0 0 0;
}

div.style_checkbox input[type="checkbox"] {
    display: none;
}

div.style_checkbox input[type="checkbox"] + label span,
.tab_period_of_notice .form-group span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    vertical-align: middle;
    background: url("../img/style_checkbox.png") -25px center no-repeat;
    cursor: pointer;
    margin-right: 9px;
    border: 1px solid #6a86a0;
}

#units-assign-on-route div.style_checkbox input[type="checkbox"] + label span {
    width: 16px;
    height: 16px;
}

div.style_checkbox input[type="checkbox"] + label {
    color: #2b5e93;
    margin-right: 10px;
    font-size: 14px;
    font-family: OpenSansLight;
    display: inline-block;
    margin-bottom: 7px;
}

div.style_checkbox input[type="checkbox"]:checked + label span,
.tab_period_of_notice .form-group span.active {
    background: url("../img/style_checkbox.png") center no-repeat;
}

.tab_period_of_notice .form-group span.week_days.active {
    background: unset;
}

form.settings input[type="text"] {
    width: 200px;
    height: 33px;
    outline: none;
    background: transparent;
    border: 1px solid #6a86a0;
    border-radius: 3px;
    padding: 0 15px;
    color: #204971;
    font-size: 13px;
    font-family: OpenSansRegular;
}
div.modal-form-container input[type="text"]{
    color: #555;
    font-size: 13px;
    height: 34px;
    border: 1px solid #ccc;
    font-family: Trebuchet MS,Tahoma,Verdana,Arial,sans-serif;
    font-size: 1em;
    text-align: start;
}
form.settings p {
    float: left;
    color: #204971;
    font-size: 18px;
    font-family: OpenSansBold;
    margin: 13px 38px 15px 0;
}
.modal-window-horizontal-wrapper {
    display: flex;
    
}
.modal-window-horizontal-wrapper .modal-window-horizontal {
    width: 500px;
    margin-left: 10px;
}
.modal-window-horizontal-wrapper .modal-window-horizontal:first-child {
    margin-left: 0px;
}
div.settings form input[type="button"] {
    width: 150px;
    height: 33px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansBold;
    display: block;
    margin: 0 auto;
    background: #12a9eb;
    background: linear-gradient(to top, #0d9ce7, #12a9eb);
    background: -o-linear-gradient(to top, #0d9ce7, #12a9eb);
    background: -ms-linear-gradient(to top, #0d9ce7, #12a9eb);
    background: -webkit-linear-gradient(to top, #0d9ce7, #12a9eb);
    background: -moz-linear-gradient(to top, #0d9ce7, #12a9eb);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, .1);
    clear: both;
}

form.settings .jq-selectbox {
    width: 100%;
}

div.top_send_command {
    width: 100%;
    height: 47px;
    background: #12aaeb;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansRegular;
    line-height: 47px;
    padding: 0 35px;
}
div.top_send_command span {
    font-family: OpenSansBold;
}
div.send_command form{
    width: 100%;
    padding: 20px 35px;
    height: 100%;
    overflow: auto;
}
div.send_command form input[type="text"] {
    width: 395px;
    height: 33px;
    outline: none;
    background: transparent;
    border: 1px solid #6a86a0;
    border-radius: 3px;
    padding: 0 15px;
    color: #204971;
    font-size: 13px;
    font-family: OpenSansRegular;
    margin-left: 30px;
}
div.send_command form input[type="submit"] {
    width: 150px;
    height: 33px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansBold;
    display: block;
    float: right;
    background: #12a9eb;
    background: linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -o-linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -ms-linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -webkit-linear-gradient(to top,#0d9ce7,#12a9eb);
    background: -moz-linear-gradient(to top,#0d9ce7,#12a9eb);
    box-shadow: 0 2px 3px 0px rgba(0,0,0,.1);
}

div.send_command form p{
    color: #204971;
    font-size: 18px;
    font-family: OpenSansBold;
    margin-top: 20px;
}
div.send_command form table{
    width: 100%;
}
div.send_command form table tr th{
    color: #2b5e93;
    font-size: 14px;
    font-family: OpenSansBold;
    padding: 0 10px
}
div.send_command form table tr td{
    color: #2b5e93;
    font-size: 14px;
    font-family: OpenSansRegular;
    padding: 0 10px;
}
div.send_command form table tr{
    height: 35px;
    border-bottom: 1px solid #efefef;
}
div.send_command form table tr td input[type="submit"]{
    font-size: 10px;
    width: 140px;
    height: 20px;
    float: none;
    display: inline;
}

div.window_import {
    width: 500px;
    min-height: 200px;
    /*position: fixed;*/
    background: #ffffff;
    border-radius: 8px;
    /*z-index: 200;*/
    overflow: hidden;
    /*top: 100px;*/
    /*left: 50%;*/
    /*margin-left: -250px;*/
    display: block;
}

div.top_window_import {
    width: 100%;
    height: 47px;
    background: #12aaeb;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansRegular;
    line-height: 47px;
    padding: 0 35px;
}

div.window_import form {
    padding: 20px 35px;
    width: 100%;
}

div.window_import form .jq-selectbox {
    width: 200px;
    margin: 0 5px;
}

div.window_import form p {
    color: #204971;
    font-size: 18px;
    font-family: OpenSansBold;
    margin-top: 10px;
}

div.block_import {
    width: 100%;
    /*height: 220px;*/
    /*overflow: auto;*/
}

div.window_import form input[type="submit"] {
    width: 150px;
    height: 33px;
    cursor: pointer;
    border-radius: 3px;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansBold;
    display: inline-block;
    background: #12a9eb;
    background: linear-gradient(to top, #0d9ce7, #12a9eb);
    background: -o-linear-gradient(to top, #0d9ce7, #12a9eb);
    background: -ms-linear-gradient(to top, #0d9ce7, #12a9eb);
    background: -webkit-linear-gradient(to top, #0d9ce7, #12a9eb);
    background: -moz-linear-gradient(to top, #0d9ce7, #12a9eb);
    box-shadow: 0 2px 3px 0px rgba(0, 0, 0, .1);
    margin-top: 20px;
}

div.window_object {
    width: 500px;
    height: 400px;
    position: fixed;
    background: #ffffff;
    border-radius: 8px;
    z-index: 200;
    overflow: hidden;
    top: 100px;
    left: 50%;
    margin-left: -250px;
    display: none;
}

div.top_window_object {
    width: 100%;
    height: 47px;
    background: #12aaeb;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansRegular;
    line-height: 47px;
    padding: 0 35px;
}

div.window_object form {
    width: 100%;
    padding: 20px 35px;
}

div.window_object p {
    color: #204971;
    font-size: 18px;
    font-family: OpenSansBold;
}

div.window_object form input[type="text"] {
    width: 300px;
    height: 33px;
    outline: none;
    background: transparent;
    border: 1px solid #6a86a0;
    border-radius: 3px;
    padding: 0 15px;
    color: #204971;
    font-size: 13px;
    font-family: OpenSansRegular;
}

div.create_tracks {
/*    width: inherit;
    overflow: auto;
    float: left;*/
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
div.track-tab-container {
    height: 100%;
    display: flex;
    flex-direction: column;
}
div.track-tab-container.hidden {
    display: none;
}
div.create_tracks div.players-tables-container {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

div.create_tracks div.players-tables-container.hidden {
    display: none;
}
div.create_tracks div.players-tables-container div.track-player-container-scroll {
    max-height:400px;
}
div.create_tracks div.players-tables-container div.track-table {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
div.create_tracks div.players-tables-container div.track-table div.track-table-body {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
/*div.create_tracks div.players-tables-container div.track-table div.track-table-heading{
    min-height: 36px;
}*/
div.create_tracks_block1 {
    width: 100%;
    border-bottom: 1px solid #204971;
    padding-top: 10px;
    padding-bottom: 11px;
    padding-left: 25px;
    float: left;
    height: 56px;
}

div.create_tracks p {
    color: #9dd2f1;
    font-size: 15px;
    font-family: OpenSansRegular;
    float: left;
    margin-top: 6px;
    text-transform: uppercase;
}

div.create_tracks_block1 .jq-selectbox {
    width: 270px;
    margin-left: 21px;
}

div.create_tracks_block1 #unit_id-styler{
    margin-left: 0px;
    float: right;
}

div.create_tracks_block1 div ul input[type="search"] {
    width: 256px;
    height: 29px;
    outline: none;
    border: none;
    background: url("../img/search_icon.png") no-repeat center #12aaeb;
    background-position-x: 228px;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansLight;
    padding: 0 29px 0 13px;
}

div.create_tracks_block2 {
    width: 100%;
    border-bottom: 1px solid #204971;
    padding: 0px 25px 11px;
    float: left;
}

.style_calendar {
    background: transparent url("../img/icon_calendar.png") no-repeat scroll 140px center;
    border: 1px solid #a2b8d0;
    border-radius: 3px;
    color: #ffffff;
    font-family: OpenSansLight;
    font-size: 12px;
    height: 35px;
    margin: 0 0;
    outline: medium none;
    padding-left: 9px;
    width: 170px;
}

div.create_tracks_block3 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #204971;
    height: 48px;
    padding: 2px 25px 0;
}

div.create_tracks_block3 p {
    margin-top: 12px;
    text-transform: uppercase;
}

div.value-slider-range {
    float: right;
}

div.value-slider-range input {
    outline: none;
    border: none;
    background: transparent;
    color: #ffffff;
    font-size: 12px;
    font-family: OpenSansBold;
}

div#slider-range {
    width: 172px;
    height: 10px;
    float: right;
    background: #3e6ea0;
}

div#slider-range div.ui-slider-range {
    background: #12aaeb;
}

div#slider-range span.ui-slider-handle {
    width: 14px;
    height: 14px;
    background: #12aaeb;
    border-radius: 10px;
    top: -2px;
    z-index: 1;
}

div#slider-range .ui-slider-range-min{
    left: -1px;
}

div.create_tracks_block4 {
    width: 100%;
    float: left;
    border-bottom: 1px solid #204971;
    padding: 0px 25px 11px;
    text-transform: uppercase;
}

div.color_tracks {
    width: 100%;
    clear: both;
    text-align: center;
    margin: 16px 0 22px;
    float: left;
}

div.color_tracks span.active_color_tracks {
    color: #ffffff;
    border-bottom: 2px solid;
    padding-bottom: 6px;
}

div.color_tracks span {
    color: #a8c0da;
    font-size: 12px;
    font-family: OpenSansRegular;
    cursor: pointer;
    text-transform: uppercase;
}

div.color_tracks span:nth-child(2) {
    margin: 0 48px;
}

div.block_title_track {
    display: none;
}

div.block_title_track .jq-selectbox {
    width: 100%;
}

div.interval_tracks {
    float: left;
    width: 250px;
    font-size: 13px;
    color: #ffffff;
    font-family: OpenSansLight;
    padding-top: 8px;
}

div.interval_tracks p {
    cursor: pointer;
    font-size: 28px;
    margin-left: 12px;
}

div.interval_tracks input[type="text"] {
    width: 48px;
    height: 34px;
    background: transparent;
    outline: none;
    border: 1px solid #ffffff;
    border-radius: 3px;
    margin-right: 11px;
    color: #ffffff;
    font-family: OpenSansLight;
    font-size: 13px;
    text-align: center;
    float: left;
    margin-top: 10px;
}

div.interval_tracks input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}

div.interval_tracks input[type="text"]::-moz-placeholder {
    color: #ffffff;
}

div.interval_tracks input[type="text"]:-ms-input-placeholder {
    color: #ffffff;
}


#search_on_map input[type="search"]::-webkit-input-placeholder {
    color: #fff;
}

#search_on_map input input[type="search"]::-moz-placeholder {
    color: #ffffff;
}

div.interval_tracks input[type="search"]:-ms-input-placeholder {
    color: #ffffff;
}


div.block_speed {
    display: none;
}

div.block_color {
    /*display: "";*/
}

div.simpleColorContainer {
    float: left;
    /*margin-top: 10px;*/
}
div.interval_tracks div.simpleColorContainer {
    margin-top: 10px;
}

div.simpleColorDisplay {
    width: 48px !important;
    height: 35px !important;
    border: 1px solid rgb(255, 255, 255) !important;
    border-radius: 3px;
}

div.simpleColorChooser {
    width: 230px !important;
    left: 0 !important;
    background-color: rgb(11, 48, 83) !important;
    border: 1px solid transparent !important;
    margin: 0 !important;
    z-index: 1;
}

div.create_tracks_block5 {
    width: 100%;
    float: left;
    padding: 0px 25px 11px;
}

div.create_tracks_block5 p {
    width: 100%;
}

div.show_tracks {
    clear: both;
    float: left;
    margin: 11px 0 11px;
    width: 100%;
}

div.create_tracks_block5 input[type="checkbox"] {
    display: none;
}

div.create_tracks_block5 input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 2px;
    vertical-align: middle;
    background: url("../img/img_checkbox.png") -25px center no-repeat;
    cursor: pointer;
    border: 1px solid #ffffff;
    margin-right: 9px;
}

div.create_tracks_block5 input[type="checkbox"] + label {
    color: #ffffff;
    margin-right: 10px;
    font-size: 13px;
    font-family: OpenSansLight;
}

div.create_tracks_block5 input[type="checkbox"]:checked + label span {
    background: url("../img/img_checkbox.png") center no-repeat;
}

button.reset_tracks {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #9dd2f1;
    border-radius: 3px;
    color: #9dd2f1;
    cursor: pointer;
    font-family: OpenSansLight;
    font-size: 14px;
    height: 33px;
    outline: medium none;
    text-transform: uppercase;
    width: 170px;
}
div.button-placeholder {
    height: 49px;
    padding: 8px 8px 8px 8px;
}
button.build_tracks, .dialog_button {
    width: 170px;
    height: 33px;
    background: #0fa2e9;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansBold;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,.2);
}

div.wrap_tracks {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #204971;
    z-index: 1007;
}

div.track {
    width: 409px;
    height: 105px;
    float: left;
    padding: 13px 25px;
    position: relative;
}

div.track:hover {
    background-color: #0b3053;
}

div.play_pause {
    height: 100%;
    float: left;
    margin-right: 18px;
}

div.play_pause img {
    cursor: pointer;
}

div.play_pause div span {
    color: #9dd2f1;
    font-family: OpenSansBold;
    font-size: 13px;
    margin: 0 4px;
}

div.name_tracks {
    color: #9dd2f1;
    font-size: 12px;
    font-family: OpenSansLight;
    margin-bottom: 4px;
}

div.name_tracks span {
    font-family: OpenSansBold;
    color: #b0d562;
}

div.name_tracks img {
    margin: 0px 10px -3px 10px;
}

div.slider-range-tracks {
    width: 290px;
    height: 8px;
    background: #37628d;
    border-radius: 10px;
    float: left;
    cursor: pointer;
}

div.slider-range-tracks .ui-slider-range {
    background: #12aaeb;
}

div.slider-range-tracks .ui-slider-handle {
    display: none;
}

div.speed_tracks {
    float: left;
    margin-top: 7px;
    width: 290px;
}

div.speed_tracks > div.color-container {
    border: 1px solid #37628d;
    border-radius: 10px;
    overflow: hidden;
    height: 18px;
    clear: both;
    float: left;
    margin-bottom: 10px;
    margin-right: 10px;
    max-width:290px;
}
div.speed_tracks > div.track-time-container{
    float: left;
    width: 290px;
}

.speed_tracks .mCSB_scrollTools.mCSB_scrollTools_horizontal{
    height: 9px;
}

.add_interval {
    margin: 10px 0px 0 12px;
    line-height: 35px;
}

.remove_color {
    cursor: pointer;
    display: inline-block;
    font-family: OpenSansBold;
    font-size: 20px;
    line-height: 35px;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    width: 18px;
}

div.speed_tracks div span {
    display: block;
    float: left;
    width: 45px;
    text-align: center;
    height: 100%;
    color: #ffffff;
    font-size: 12px;
    font-family: OpenSansLight;
}

div.speed_tracks p {
    color: #ffffff;
    font-size: 12px;
    font-family: OpenSansLight;
    /*float: left;*/
    margin-top: -5px;
}

img.close_track {
    position: absolute;
    right: 13px;
    top: 31px;
    cursor: pointer;
}

.track-player-container-scroll {
    display: inline-block;
    width: 100%;
}

ul.track-player-container{
    clear: both;
    margin: 0;
    /*font-size: 0;*/
}

li.track-player {
    width: 100%;
    padding: 0 25px;
    height: 90px;
    border-bottom: 1px solid #204971;
    overflow: hidden;
    white-space: nowrap;
}
li.track-player:nth-of-type(1){
    border-top: 1px solid #204971;
}

li.track-player div.play-container, li.track-player div.data-container{
    display: inline-block;
    height: 48px;
    vertical-align: top;
}

li.track-player div.play-container {
    width: 27px;
    float: left;
    padding-top: 9px;
    padding-bottom: 8px;
    white-space: normal;
    text-align: center;
    line-height: 12px;
}

li.track-player div.play-container > div {
    display: inline-block;
}

li.track-player div.play-container div.play-button{
    background-image: url('/img/tracks/darkblue/play.png');
    width: 27px;
    height: 27px;
    cursor: pointer;
}

li.track-player.is_playing div.play-container div.play-button{
    background-image: url('/img/tracks/darkblue/pause.png');
    width: 27px;
    height: 27px;
    cursor: pointer;
}

li.track-player div.play-container div.play-speed-container{
    font-family: OpenSansSemibold;
    font-size: 12px;
    color: #ffffff;
    height: 16px;
    width: 27px;
    vertical-align: bottom;
    text-align: center;
}

li.track-player div.play-container div.play-speed-container{
    line-height: 12px;
    margin-top: 7px;
}
.play-speed{
    cursor: pointer;
}

li.track-player div.data-container {
    width: 100%;
    overflow: hidden;
    padding-right: 28px;
    padding-top: 10px;
    vertical-align: top;
}

li.track-player div.data-container div.info-container{
    height: 40px;
    padding-left: 11px;
    color: #ffffff;
    white-space: initial;
}

li.track-player div.data-container div.info-container > div{
    height: 40px;
    display: block;
}

li.track-player div.data-container div.info-container .text-container {
    overflow: hidden;
    margin-right: 58px;
}

li.track-player div.data-container div.info-container .info-unit-name{
    font-family: OpenSansRegular;
    font-size: 15px;
    line-height: 10px;
    height: 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow-x: hidden;
    padding-right: 25px;
}

li.track-player div.data-container div.info-container .info-unit-name span{

}

li.track-player div.data-container div.info-container .info-unit-period{
    font-family: OpenSansSemibold;
    font-size: 11px;
    line-height: 11px;
    padding-right: 5px;
}


li.track-player div.data-container div.info-container .icon-container{
    width: 58px;
    float: right;
    position: relative;
    margin-top: -40px;
    text-align: right;
}

li.track-player div.data-container div.info-container .icon-container > div{
    display: inline-block;
}

li.track-player div.data-container div.info-container .icon-container > div.info-icon-info {
    display: none;
}

li.track-player div.data-container div.info-container .icon-container .mileage-container{
    display: none;
}
li.track-player div.speed-filter-container {
    font-family: OpenSansSemibold;
    font-size: 11px;
    line-height: 11px;
}

li.track-player div.speed-filter-container label {
    color: #ffffff;
}

li.track-player div.speed-filter-container select {
    background: #2b5e93;
    color: #fff;
    border-radius: 2px;
    height: 27px;
    position: relative;
    top: 1px;
    margin-left: 4px;
}
li.track-player div.speed-filter-container {
    margin-left:38px;
}
ul.track-player-container.players-tab li.track-player.active div.speed-filter-container {
    margin-left:46px;
}

li.track-player div.data-container div.info-container .info-icon-info{
    width: 25px;
    height: 25px;
    background-image: url('/img/tracks/darkblue/more.png');
    box-shadow: 0 1px 4px 0px rgba(0,0,0,.2);
    cursor: pointer;
}

li.track-player div.data-container div.info-container .info-icon-close{
    width: 25px;
    height: 25px;
    background-image: url('/img/tracks/darkblue/close.png');
    margin-left: 8px;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,.2);
    cursor: pointer;
}

li.track-player div.data-container div.slider-container{
    height: 25px;
    margin-top: -6px;
    padding: 11px 0 11px 11px;
}
li.track-player div.data-container div.slider-container:hover, li.track-player.active div.data-container div.slider-container{
    padding: 10px 0 11px 10px;
}

li.track-player div.data-container div.slider-container:hover div.slider, li.track-player.active div.data-container div.slider-container div.slider{
    height: 5px;
    border-radius: 2px;
}
li.track-player div.data-container div.slider-container div.slider{
    height: 3px;
    background: #557ea9;
    border-radius: 1px;
    cursor: pointer;
}

li.track-player div.data-container div.slider-container div.slider .ui-slider-range {
    background-color: #b0d562;
    border-radius: 3px;
}

li.track-player div.data-container div.slider-container div.slider .ui-slider-handle {
    display: none;
    cursor: pointer;
}

li.track-player div.data-container div.slider-container:hover div.slider .ui-slider-handle, li.track-player.active div.data-container div.slider-container div.slider .ui-slider-handle{
    background-color: #b0d562;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
    position: relative;
    display: inline-block;
    border-radius: 7px;
    width: 13px;
    height: 13px;
}

li.track-player.active div.data-container div.slider-container div.slider .ui-slider-handle.ui-state-active {
    border-bottom: none;
}

li.track-player div.data-container div.slider-container div.slider .ui-progressbar-value{
    background-color: #b0d562;
}



/*players tab*/
/*
ul.track-player-container.players-tab li.track-player.active
*/

ul.track-player-container.players-tab li.track-player.active {
    height: 120px;
    background-color: #225382;
}

ul.track-player-container.players-tab li.track-player.active div.play-container,
ul.track-player-container.players-tab li.track-player.active div.data-container{
    height: 80px;
}

ul.track-player-container.players-tab li.track-player.active div.play-container {
    width: 35px;
    padding-top: 20px;
    padding-bottom: 20px;
}

ul.track-player-container.players-tab li.track-player.active div.play-container div.play-button{
    background-image: url('/img/tracks/darkblue/play_big.png');
    width: 35px;
    height: 35px;
}

ul.track-player-container.players-tab li.track-player.active.is_playing div.play-container div.play-button{
    background-image: url('/img/tracks/darkblue/pause_big.png');
    width: 35px;
    height: 35px;
}
ul.track-player-container.players-tab li.track-player.is_playing div.play-container div.play-button{
    background-image: url('/img/tracks/darkblue/pause.png');
    width: 27px;
    height: 27px;
}
.track_info{
    display: none;
}

ul.track-player-container.players-tab li.track-player.active div.data-container{
    padding-top: 20px;
    margin-left: -9px;
    padding-left: 9px;
}

ul.track-player-container.players-tab li.track-player.active div.data-container div.info-container{
    height: 32px;
}

ul.track-player-container.players-tab li.track-player.active div.data-container div.info-container > div {
    height: 32px;
}

ul.track-player-container.players-tab li.track-player.active div.data-container div.info-container .info-unit-name{
    font-size: 19px;
    line-height: 18px;
    height: 20px;
}

ul.track-player-container.players-tab li.track-player.active div.data-container div.info-container .info-unit-period{
    font-size: 13px;
    line-height: 14px;
}

ul.track-player-container.players-tab li.track-player.active div.data-container div.slider-container{
    padding-top: 13px;
}

ul.track-player-container.players-tab li.track-player.active div.data-container div.info-container .icon-container {
    margin-top: -33px;
}

ul.track-player-container.players-tab li.track-player.active div.data-container div.info-container .icon-container > div{
    display: none;
}

ul.track-player-container.players-tab li.track-player.active div.data-container div.info-container .icon-container .mileage-container{
    display: block;
    font-family: OpenSansBold;
    font-size: 13px;
    color: #B0D562;
    padding: 0 9px;
    background-color: #0B3053;
    height: 24px;
    border-radius: 2px;
    width: 76px;

    overflow-x: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.icon-container .mileage-container > span {
    line-height: 24px;
}

ul.track-player-container.players-tab li.track-player.active div.data-container div.info-container .icon-container{
    width: 76px;
}

/*track table*/
.track-table{
    display: none;
    /*margin-top: -5px;*/
    width: 100%;
}
.track-table-row {
    cursor: pointer;
    height:28px;
    max-width: inherit;
}

.track-table-row.ign-off:after{
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #AD1D1B;
    margin-top: -18px;
    margin-left: 8px;
}

.track-table-row.ign-on:after{
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: #8aad3f;
    margin-top: -18px;
    margin-left: 8px;
}

.track-table-row.ign-none:after{
    content: ' ';
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: gray;
    margin-top: -18px;
    margin-left: 8px;
}

.track-table-row.additional {
    display: none;
    padding: 0px 25px 6px 25px;
    width: 100%;
    max-width: 100%;
    height: auto;
    font-size: 0;
    background-color: #18416b;
}

.track-table-row.expanded {
    background-color: #18416b;
}

.track-table-row.expanded + .track-table-row.additional {
    display: inline-block;
}

.track-table-row:first-child {
    height:28px;
}

.track-table-row.expanded:first-child {
    height:32px;
    margin-top: -6px;
    padding-top: 6px;
}

.track-table-heading {
    background-color: #2b5e93;
    font-family: OpenSansBold;
    font-size: 12px;
    color: #FFFFFF;
    height: 40px;
    min-height: 40px;
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
}
.track-table-cell, .track-table-head {
    display: inline-block;
    text-align: left;
    vertical-align: middle;
    padding: 0 7px 0 0;
    margin-left: -3px;
    white-space: nowrap;
    line-height: 26px;
}

.track-table-head{
    line-height: 40px;
}

.track-table-cell:first-child, .track-table-head:first-child{
    padding-left: 25px;
    width: 145px;
    max-width: 145px;
    margin-left: 0;
}

.track-table-cell:nth-child(2), .track-table-head:nth-child(2){
    width: 60px;
    max-width: 60px;
}

.track-table-body .track-table-cell:nth-child(2){
    text-align: center;
}

.track-table-body .additional .track-table-cell:nth-child(2){
    text-align: left;
}

.track-table-body .track-table-row {
    border-bottom: 1px solid #204971;
}

.container-speed{
    padding: 0px 10px;
    border-radius: 3px;
    width: 29px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 20px;
}

.no-speeding{
    background-color: #b0d562;
}
.exceeding-speed-by-10{
    background-color: #ACAD2C;
}
.exceeding-speed-by-20{
    background-color: #AD4F22;
    color: #fff;
}
.exceeding-speed-by-30{
    background-color: #AD1D1B;
    color: #fff;
}

/*tracklink colors------------------*/
.track-speed-0 {
    background-color: #AD1D1B;
}
.track-speed-1 {
    background-color: #8aad3f;
}
.track-speed-20 {
    background-color: #e4e437;
    color: #333;
}
.track-speed-60 {
    background-color: #2c8aad;
}
.track-speed-120 {
    background-color: #ad5aa7;
}
/*tracklink colors end---------------*/

.track-table-cell:last-child, .track-table-head:last-child {
    overflow-x: hidden;
    text-overflow: ellipsis;
    padding-right: 0;
    width: calc(100% - 220px);
    max-width: 500px;
}
.track-table-head:last-child{
    margin-left: -7px;
}
.track-table-row.additional > div {
    width: 50%;
    max-width: 50%;
    padding: 0 5px 0 0;
    overflow-x: hidden;
    text-overflow: ellipsis;
    font-size: 11px;
    margin-left: 0;
    line-height: 20px;
}

.track-table-row.additional > div span {
    font-family: OpenSansBold;
}

.track-table-row.additional > div:nth-child(1), .track-table-row.additional > div:nth-child(2){
    /*border-top: 1px solid #2b5e93;*/
    padding-top: 6px;
}
.track-table-row.active{
    background: #0b3053;
}
.track-table-foot {
    background-color: #EEE;
    font-weight: bold;
}
.track-table-body {
    display: none;
    font-family: OpenSansSemibold;
    font-size: 12px;
    color: #FFFFFF;
}
.track-table-body.active{
    display: inline-block;
}
.height-scrollbar:first-child{
    margin-top: 5px;
}
div.total-track-table{
    padding: 10px 24px;
    color: #fff;
    font-size: 13px;
    height: 76px;
    min-height: 76px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.25);
    z-index: 1;
}
div.total-track-table > * {
    flex: 1;
}
.legend-ign {
    display: flex;
    flex-flow: column;
}
.legend-ign > * {
    height: 15px;
    width: auto;
    display: block;
}

.legend-ign span.badget{
    content: ' ';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: gray;
    margin-right: 8px;
}

.legend-speed-container {
    display: flex;
    flex-flow: column wrap;
    flex: 1.5;
    height: 45px;
}

.legend-speed-container > * {
    height: 15px;
}

.legend-speed span.badget{
    content: ' ';
    display: inline-block;
    width: 15px;
    height: 10px;
    border-radius: 3px;
    background-color: gray;
    margin-right: 8px;
}

.track-player-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0px 0px 0px 0px;
    padding: 0px 2px 0px 10px;
    color: #fff;
    background: #204971;
    height: 35px;
    border-bottom: 1px solid #6a86a0;
}
.track-player-row .play-pause-button {
    background: url(/img/tracks/darkblue/play.png) no-repeat center;
    width: 29px;
    min-width: 29px;
    height: 29px;
    margin-right: 8px;
}
.track-player-row .play-pause-button.playing-now {
    background: url(/img/tracks/darkblue/pause.png) no-repeat center;
}
.track-player-row .unit-icon {
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-right: 8px;
    min-width: 29px;
}
.track-player-row .track-player-subrows {
    font-family: 'OpenSansRegular', sans-serif;
    font-size: 11px;
    width: 100%;
    display: flex;
    flex-direction: column;
}
.track-player-row .track-player-subrows .unit-name {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 190px;
    overflow: hidden;
}
.track-player-row .track-player-subrows .track-time {
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 190px;
    overflow: hidden;
}
.track-player-row .track-mileage {
    min-width: max-content;
    margin-left: 8px;
    margin-right: 8px;
}
.track-player-row .track-player-close {
    background: url(/img/tracks/darkblue/close.png) no-repeat center;
    width: 29px;
    min-width: 29px;
    height: 29px;
    margin-right: 8px;
    
}
.track-player-row .track-player-menu {
    width: 29px;
    min-width: 29px;
    height: 29px;
    margin-right: 8px;
    transition: all .25s ease-in-out;
}

.track-player-row .track-player-menu:hover {
    background: #133152;
}

.track-player-row .track-player-row-button {
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    border-radius: 3px;
}
/* select car   */
div.select_car,
div.select_geopoint_icon {
    position: fixed;
    top: 50%;
    left: 50%;
    margin: -175px 0 0 -400px;
    width: 800px;
    height: 350px;
    border-radius: 8px;
    z-index: 200;
    overflow: hidden;
    background-color: #ffffff;
    box-shadow: 0px 0px 13px -3px rgba(0,0,0,.5);
    display: none;
}
div.top_select_car{
    width: 100%;
    height: 47px;
    background: #12aaeb;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansRegular;
    line-height: 47px;
    padding: 0 35px;
}


div.left_select_car,
div.left_select_geopoint_icon {
    float: left;
    width: 190px;
    padding: 0 10px;
    height: 100%;
    border-right: 1px solid #cccccc;
    /*background-color: #2B5E93;*/
}

div.left_select_car a,
div.left_select_geopoint_icon a {
    display: block;
    color: #204971;
    font-size: 12px;
    font-family: OpenSansRegular;
    padding: 12px 0;
    margin: 0px 0;
    text-transform: uppercase;
    border-bottom: 1px solid #275484;
}

div.left_select_car a:last-child,
div.left_select_geopoint_icon a:last-child {
    border-bottom: none;
}

div.left_select_car a:hover, div.left_select_car a.active,
div.left_select_geopoint_icon a:hover, div.left_select_geopoint_icon a.active {
    color: #12AAEB;
}

div.right_select_car {
    float: left;
    width: 600px;
    height: 460px;
    overflow: hidden;
    /*padding-bottom: 45px;*/
}
.unit-group-modal-icon-chooser div.left_select_car {
    border-left: 1px solid #cccccc;
}
.unit-group-modal-icon-chooser div.right_select_car {
    width: 280px;
}
.unit-group-modal-main .active-checkbox-widget {
    height: 350px;
}
div.block_select_car div,
#geo-points-icons div {
    width: 45px;
    height: 46px;
    float: left;
    margin: 4px;
    border: 1px solid transparent;
    border-radius: 5px;
    line-height: 45px;
    text-align: center;
}
div.block_select_car div:hover, div.block_select_car div.active,
#geo-points-icons div:hover, #geo-points-icons div.active {
    border: 1px solid #204971;
}
div.block_select_car div img,
#geo-points-icons div img {
    max-width: 100%;
    max-height: 100%;
    cursor: pointer;
}

.add_geo {cursor: pointer;}

/*  end select car  */

/*  start Notifications styles*/
div.title_notification {
    width: 100%;
    float: left;
    color: #ffffff;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-family: OpenSansBold;
}

div.title_notification img {
    vertical-align: middle;
    margin-right: 6px;
}

div.tab_title {
    width: 100%;
    float: left;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 15px;
    text-transform: uppercase;
    font-family: OpenSansBold;
}

div.tab_title img {
    vertical-align: middle;
    margin-right: 6px;
}

div.all_notification {
    width: 100%;
    /*float: left;*/
    padding-left: 20px;
    color: #ffffff;
    font-size: 15px;
    font-family: OpenSansBold;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    background-color: #204971;
    cursor: pointer;
    display: flex;
    flex-direction: row;
    align-items: center;
}

div.all_notification img {
    vertical-align: middle;
    /*width: 19px;*/
    margin-right: 4px;
}

div.notification {
    cursor: pointer;
    width: 100%;
    /*float: left;*/
    padding: 0px 14px 0px 15px;
    border-top: 1px solid #204971;
    display: flex;
    flex-direction: column;
    
    
}
div.notification .notification-header {
    width: 100%;
    display: flex;
    height: 48px;
    align-items: center;
}
div.notification .notification-header  .notification-name {
    /*margin-left: 8px;*/
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansRegular;
    
}
div.notification:hover{
    background-color: #204971;
}

div.notification p {
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansRegular;
    float: left;
    margin: -2px 0 0 13px;
}

div.notification span {
    color: #91c5e6;
}

div.notification img.row-title-icon {
    /*width: 19px;*/
    /*float: left;*/
}

div.notification div.text_block {
    margin: 0px 0px 10px 0px;
    width: 100%;
}

div.notification div.text_block p {
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

div.notification div.row-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
}

div.notification div img {
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

div.table_notification {
    position: relative;
    float: left;
    padding-bottom: 20px;
    background-color: #ffffff;
}

div.table_notification input[type="search"] {
    outline: none;
    width: 240px;
    height: 33px;
    padding-left: 13px;
    border-radius: 3px;
    border: 1px solid #8299af;
    color: #4d6d8d;
    font-size: 13px;
    font-family: OpenSansRegular;
}
/*
table#notification {
    border-collapse: collapse;
    border-spacing: 0px;
}

table#notification thead tr {
    background-color: #12aaeb;
    height: 35px;
}

table#notification thead tr th {
    color: #fff;
    font-size: 13px;
    font-family: OpenSansRegular;
}

table#notification th a {
    color: #fff;
    font-size: 13px;
    font-family: OpenSansRegular;

}

table#notification tbody tr td {
    color: #4b4b4b;
    font-size: 13px;
    font-family: OpenSansRegular;
    border: 1px #000 solid;
    background-color: #fff;
}
*/
#notification_info, #notification_paginate {
    display: none;
}

#notification_form input[type="text"]:not(.checkbox-filter) {
    outline: none;
    background: transparent;
    border: 1px solid #6a86a0;
    border-radius: 3px;
    padding-left: 15px;
    color: #204971;
    font-size: 13px;
    font-family: OpenSansRegular;
    width: 100%;
    height: 30px;
    text-align: left;
}

#notification_form .tab_period_of_notice input[type="text"]:not(.checkbox-filter) {
    width: 185px;
    margin-left: 10px;
    margin-right: 10px;
}

#notification_form .jq-selectbox {
    width: 100%;
}

#notification_form textarea {
    outline: none;
    background: transparent;
    border: 1px solid #6a86a0;
    border-radius: 3px;
    padding: 10px 15px;
    color: #204971;
    font-size: 13px;
    font-family: OpenSansRegular;
    width: 100%;
    max-width: 100%;
    max-height: 150px;
}

#notification_form .validation_error {
    font-size: 13px;
    color: #b81900;
}

#notification_stat_pjax-pjax {
  position: relative;
}

/*  end Notifications styles*/

/*-----------Styles for Yii forms ------------*/
.notification_dialog input{
    width:100%;
}

/*-------end-Styles for Yii forms ------------*/

/*---start Notification tooltip window style----*/
div.window_notification, div.window_driver {
    z-index: 9999;
    left: -9999px;
    top: -9999px;
    position: absolute;
    width: 350px;
    height: auto;
    background: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    display: none;
}

div.window_notification div.top_window, div.window_driver div.top_window {
    width: 100%;
    height: 40px;
    background-color: #12aaeb;
    color: #ffffff;
    font-size: 18px;
    font-family: OpenSansBold;
    text-align: center;
    line-height: 40px;
    margin-bottom: 9px;
}

div.window_notification div.top_window img, div.window_driver div.top_window img {
    margin: 0;
    vertical-align: middle;
}

div.window_notification div, div.window_driver div {
    padding: 0px 10px;
}

div.window_notification div p, div.window_driver div p {
    color: #414141;
    font-size: 13px;
    font-family: OpenSansRegular;
    display: inline-block;
}

div.window_notification div p span, div.window_driver div p span {
    color: #999999;
}

div.window_notification div img, div.window_driver div img {
    display: inline-block;
    margin: 3px 10px 0 20px;
    vertical-align: top;
}

div.window_notification hr {
    width: 100%;
    float: left;
    margin: 5px 0;
}

.ui-menu-item {
    background-color: #fff;
    font-size: 14px;
    font-family: Arial;
    height: 35px;
    color: #4d6d8d;
    word-wrap: break-word;
    padding: 8px !important;
    /*max-width: 350px;*/
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
}

.ui-menu-item:hover {
    background: #12aaeb;
    color: #fff;
}

.ui-dialog .ui-menu-item {
    background-color: #fff;
    font-size: 12px;
    /*color: #999999;*/
    height: 25px;
    /*border: 1px solid #6a86a0;*/
    max-width: 380px;
}

.ui-dialog .ui-menu-item:hover, .ui-dialog .ui-menu-item.ui-state-focus {
    color: #12aaeb;
}

.ui-dialog .ui-autocomplete.ui-menu {
    border: 1px solid #ccc;
}

/*----end Notification tooltip window style----*/


/*----start Routes styles--------------------- */

ul.routes_list > li.block-route > div.block-route-inner-div {
    display: flex;
}

ul.routes_list > li.block-route > div.block-route-inner-div > span.route-icon {
    display: inline-block;
    margin-right: 10px;
}

ul.routes_list > li.block-route > div.block-route-inner-div > span.name {
    max-width: 260px;
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
#route-template-grid {
    display: flex;
    flex-direction: column;
    width:100%;
}
#routes-detail-templates {
    display: flex;
    flex-direction: column;
    width:100%;
}
#route-template-grid-container {
    display: flex;
    flex-direction: column;
    width:100%;
}
#routes-detail-templates #add-route-template-button {
    margin-left: 15px;
}

#units-assign-on-route {
    display: table-cell;
    padding-bottom: 20px;
}

div.new_roadmap{
    width: 500px;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -255px;
}
div.top_new_roadmap{
    width: 100%;
    text-transform: uppercase;
    height: 47px;
    color: #fff;
    font-size: 18px;
    font-family: OpenSansBold;
    background: #12aaeb;
    line-height: 47px;
    padding-left: 30px;
}
div.object_selection{
    width: 100%;
    border-bottom: 1px solid #efefef;
    padding: 5px 0px 5px 0px;
    float: left;
    overflow: auto;
    height: 135px;
}
#global_dialog div.object_selection div.style_checkbox label{
    text-transform: none;
}
#global_dialog div.object_selection p, div.note_point p, div.appoint_schedule p{
    color: #204971;
    font-family: OpenSansBold;

}
#global_dialog div.note_point p{
    border-bottom: 1px dotted !important;
    cursor: pointer;
    display: inline;
    margin-bottom: 10px;
}
#global_dialog p.decor{
    border-bottom: 1px dotted !important;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 10px;
}
#global_dialog div.object_selection div.style_checkbox{
    width: 50%;
    margin: 0;
    float: left;
}
/*
div.object_selection2{
    float: left;
    padding: 22px 24px 17px 34px;
    text-align: center;
    width: 100%;
}
div.object_selection2 div.title_calendar{
    width: 100%;
    float: left;
    margin-top: 17px;
}
div.object_selection2 p{
    color: #204971;
    font-size: 13px;
    font-family: OpenSansBold;
    margin-left: 17px;
}
div.object_selection2 .jq-selectbox{
    width: 208px;
}

div.object_selection2 input[type="text"]{
    height: 33px;
    width: 208px;
    padding-left: 14px;
    color: #4d6d8d;
    font-size: 13px;
    font-family: OpenSansRegular;
    outline: none;
    border: 1px solid #8299af;
    border-radius: 3px;
    margin-right: 18px;
    background-position-x: 176px;
}
*/
#global_dialog .appoint_schedule{
    float: left;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #efefef;
    max-height: 135px;
    min-height: 40px;
    overflow: auto;
}
#global_dialog div.schedule_item{
    width: 100%;
    height: 50px;
}
#global_dialog div.schedule_start, div.schedule_finish{
    float: left;
}
#global_dialog div.schedule_time{
    float: left;
    width:70px;
}
#global_dialog div.schedule_time input{
    height: 28px;
    width: 70px;
    /*padding-left: 14px;*/
    color: #4d6d8d;
    font-size: 13px;
    font-family: OpenSansRegular;
    outline: none;
    border: 1px solid #8299af;
    border-radius: 3px;
}
#global_dialog div.schedule_finish p, div.schedule_start p, div.schedule_time p{
    text-transform: none !important;
}
#global_dialog .style_calendar {
    background: transparent url("../img/icon_calendar.png") no-repeat scroll 140px center;
    border: 1px solid #8299AF;
    border-radius: 3px;
    color: #4D6D8D;
    font-family: OpenSansLight;
    font-size: 12px;
    height: 35px;
    margin: 0 2px;
    outline: medium none;
    padding-right: 20px;
    width: 170px !important;
}

div.download_roadmap{
    float: left;
    width: 100%;
    padding-top: 10px;
}
div.download_roadmap > div{
    width: 100%;
    height: 31px;
    line-height: 31px;
    padding: 0 24px 0 52px;
    float: left;
    color: #2b5e93;
    font-size: 14px;
    font-family: OpenSansLight;
    background: #e7f6fd;
    border-bottom: 1px solid #c7dcee;
}
div.download_roadmap > div div{
    float: right;
}
div.download_roadmap > div div img{
    margin-left: 10px;
    cursor: pointer;
}
div.download_roadmap > div:last-child{
    border-bottom: none;
}

div.new_route{
    width: 500px;
    position: absolute;
    top: 100px;
    left: 50%;
    margin-left: -255px;
    border-radius: 8px;
    overflow: hidden;
    background: #ffffff;
}
div.top_new_route{
    width: 100%;
    text-transform: uppercase;
    height: 47px;
    color: #fff;
    font-size: 18px;
    font-family: OpenSansBold;
    background: #12aaeb;
    line-height: 47px;
    padding-left: 30px;
}
div.name_route{
    float: left;
    width: 100%;
    padding: 5px 23px 5px 0px;
    border-bottom: 1px solid #efefef;
}
div.name_route input[type="text"]{
    height: 33px;
    width: 208px;
    /*padding-left: 14px;*/
    color: #4d6d8d;
    font-size: 13px;
    font-family: OpenSansRegular;
    outline: none;
    border: 1px solid #8299af;
    border-radius: 3px;
}
div.note_point{
    float: left;
    width: 100%;
    padding: 5px 0px;
    border-bottom: 1px solid #efefef;
    max-height: 135px;
    overflow: auto;
}

#global_dialog div.note_point input[type="text"]{
    height: 28px;
    width: 150px;
    /*padding-left: 14px;*/
    color: #4d6d8d;
    font-size: 13px;
    font-family: OpenSansRegular;
    outline: none;
    border: 1px solid #8299af;
    border-radius: 3px;
}

#sortable_waypoints {
    width: 100%;
}
#sortable_waypoints li {
    margin: 0px;
    width: 100%;
    cursor: move;
}
#sortable_waypoints li:hover {
    background: url("/img/sort-icon.png") no-repeat left center;
    background-size: 15px 15px;
    background-position: 25px center;
}
#sortable_waypoints li span.waypoint-numeration {
    color: #204971;
    font-size: 18px;
    font-family: OpenSansBold;
    display: inline-block;
    width:40px;
    padding-right: 20px;
    vertical-align: middle;
    margin-top: -3px;
}
#global_dialog #sortable_waypoints li input.timepicker{
    width: 70px;
}
#sortable_waypoints li input[type="checkbox"]{
    display: none;
}
#sortable_waypoints li label{
    color: #204971;
    font-family: OpenSansBold;
    text-transform: none;
    font-size: 12px;
    cursor: pointer;
    margin-right: 10px;
}
#sortable_waypoints input[type="checkbox"] + label span{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    vertical-align: middle;
    background: transparent url("../img/style_checkbox.png") no-repeat scroll -25px center;
    cursor: pointer;
    border: 1px solid #6A86A0;
    margin-right: 5px;
    margin-top:-4px;
}
#sortable_waypoints li input[type="checkbox"]:checked + label span{
    background: transparent url("../img/style_checkbox.png") no-repeat scroll center center;
}

div.note_point > div{
    color: #204971;
    font-size: 18px;
    font-family: OpenSansBold;
    float: left;
    margin: 0;
}

.waypoint-div-icon{
    background: url("/img/libauto/lbs-icon.png") no-repeat center;
    background-size: 32px 32px;
    cursor: move !important;
}
.delete_waypoint{
    cursor: pointer;
    vertical-align: middle;
    width: 15px;
    height: 15px;
}
.delete_waypoint_schedule{
    margin-left: 12px;
    margin-top: 22px;
    width: 15px;
    height: 15px;
    cursor: pointer !important;
}
#global_dialog div.schedule_item .timepicker{
    color: #4D6D8D;
}
#select_all_units{
    font-size: 90%;
    float: right;
    margin-right: 20px;
    cursor: pointer;
    text-transform: none;
}
#routes_form .error {
    border-color: #b81900 !important;
}
    /*----end    Routes styles--------------------- */

.ui-progressbar .ui-progressbar-value{
    margin: 0px 0px 0px -1px;
}


ul.time_tracks{
    text-align: justify;
    margin-top: 11px;
    margin-bottom: 8px;
    white-space: normal;
    /* Обнуляем для родителя*/
    line-height: 0;
    font-size: 1px; /* 1px для Opera */
    /* Лекарство для IE6-7*/
    text-justify: newspaper;
    zoom:1;
    /* Включаем в работу последнюю строку*/
    text-align-last: justify;
}
ul.time_tracks:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
ul.time_tracks li  {
    color: #a8c0da;
    font-size: 12px;
    font-family: OpenSansRegular;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;

    /* Востанавливаем у потомков, кроме последнего*/
    line-height: normal;

    /* Без него в Opera будет отступ под элементами */
    vertical-align: top;
}

ul.time_tracks li.active_time_tracks{
    color: #FFF;
    border-bottom: 2px solid;
    padding-bottom: 3px;
}
ul.color_tracks{
    text-align: justify;
    margin-top: 11px;
    margin-bottom: 8px;
    white-space: normal;
    /* Обнуляем для родителя*/
    line-height: 0;
    font-size: 1px; /* 1px для Opera */
    /* Лекарство для IE6-7*/
    text-justify: newspaper;
    zoom:1;
    /* Включаем в работу последнюю строку*/
    text-align-last: justify;
}
ul.color_tracks:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
ul.color_tracks li  {
    color: #a8c0da;
    font-size: 12px;
    font-family: OpenSansRegular;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;

    /* Востанавливаем у потомков, кроме последнего*/
    line-height: normal;

    /* Без него в Opera будет отступ под элементами */
    vertical-align: top;
}

ul.color_tracks li.active_color_tracks{
    color: #FFF;
    border-bottom: 2px solid;
    padding-bottom: 3px;
}

#accordion li.block_driver > div:hover{background-color: #204971;}

#routes_form .active-checkbox-widget{
    border-bottom: 1px solid #efefef;
    padding: 5px 0;
}

.active-checkbox-widget {
    height:210px;
    float: left;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.active-checkbox-widget .select-all {
    cursor: pointer;
    float: right;
    font-size: 90%;
    margin-right: 20px;
    text-transform: none;
}

.active-checkbox-widget .select-all input{
    display: none;
}

.locator-dialog-boxes .active-checkbox-widget {
  height: 150px;
  float: left;
  width: 468px;
}

.locator-dialog-boxes .active-checkbox-widget:first-child {
  margin-right: 15px;
}

#add-locator-button {
  background-color: #0fa2e9;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font: bold 12px OpenSansBold;
  padding: 5px 10px;
  text-transform: uppercase;
}

.locator-form {
  display: none;
  margin-top: 10px;
}

#all-locators-table-wrapper {
  max-height: 133px;
  overflow-y: scroll;
  margin-bottom: 7px;
}

#save_locator {
  display: none;
  /*position: absolute;*/
  /*bottom: 5px;*/
  /*left: 17px;*/
}

#all-locators-table {
  font-size: 12px;
  margin-bottom: 10px;
  width: 100%;
}

#all-locators-table tr.active {
  background-color: #ececec;
}

#all-locators-table th,
#all-locators-table td {
  border: 1px solid #ccc;
  padding: 1px 2px;
  max-width: 0;
}

#all-locators-table th {
  font-weight: bold;
}

#all-locators-table .locator-unit-ids,
#all-locators-table .locator-geozone-ids,
#all-locators-table .locator-url {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.locator-actions > img {
  cursor: pointer;
}

#locator_link {
  display: none;
}

#loader-for-locator {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  background: rgba(204, 204, 204, 0.37);
}

.locator-form div.style_checkbox {
    display: inline-block;
    margin-left: 20px;
}
.locator-form div.style_checkbox label span {
    margin-right: 4px;
}
.locator-form div.locator-inline-field {
    display: inline-block;
    width: 468px;
}
ul.checkbox li{
    width: 33.3%;
    float:left;
    display:inline;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.checkbox li input[type="checkbox"]{
    display: none;
}
ul.checkbox li input[type="checkbox"] + label span:first-child {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 2px;
    vertical-align: middle;
    background: url("../img/style_checkbox.png") -25px center no-repeat;
    cursor: pointer;
    border: 1px solid #6a86a0;
    margin-right: 9px;
    z-index:0;
}

ul.checkbox li input[type="checkbox"] + label {
    color: #2b5e93;
    font-family: OpenSansLight;
    cursor: pointer;
    z-index: 0;
}

ul.checkbox li input[type="checkbox"]:checked + label span:first-child {
    background: url("../img/style_checkbox.png") center no-repeat;
}

#global_dialog input.checkbox-filter{
    height:15px;
    border:0;
    border-bottom:1px solid;
    border-radius: 0px;
    width: 150px;
    margin-left: 20px;
    margin-top: 0px;
}

#global_dialog input.checkbox-filter + img{
    height:10px;
    width: 10px;
    display: none;
    cursor: pointer;
}

#global_dialog p.paragraph-checkbox-filter {
    padding: 10px 0px 0px 10px;
}

/*jq-grid reports fix*/

.section_reports .ui-jqgrid .ui-jqgrid-hbox {
    padding-top: 0px;
}

.section_reports .ui-jqgrid .ui-jqgrid-hdiv{
    height: auto;
}

.section_reports .ui-th-column{
    border-right: 1px solid #53687C;
}

/*jq-grid reports fix end*/
/*----markers directions start----*/
.direction-enabled img:not(.direction-arrow){
    width: 32px;
    height: 32px;
    margin: 9px;
}

.direction-enabled img.direction-arrow {
    width: 50px;
    height: 50px;
    position: inherit;
    /*display: none;*/
}
/*----markers directions end----*/

div.reports_block3 div.download{
    display: none;
}

/* ---- ui-autocomlete repair --*/
.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    overflow-x: visible;
}

.ui-menu .ui-menu-item {
    /*margin: -1px 0 0 0;*/
}

.ui-menu .ui-state-focus {
    margin: 0 0 0 0;
}
div.track-export-as-geozone-form input {
    margin-bottom: 10px;
}
.ui-widget-content {
    border-radius: 0;
}

.ui-autocomplete-category{
    margin: -1px 0 0 0;
    background-color: #ffffff;
    border: 1px solid #6a86a0;
    color: #000000;
    font-size: 12px;
    font-weight: bold;
    padding-left: 6px;
}
.ui-units-autocomplete-category{
    border: none;
    background: #CCCCCC;
    padding: 6px 8px;
}

.ui-menu .ui-menu-units-item {
    height: 25px;
    padding: 4px 8px !important;
}
/* - ui-autocomlete repair end--*/

/* geozones popup  start*/
.window_geozone {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 4px;
    box-shadow: 0 5px 30px 0 rgba(44, 71, 116, .5);
    width: 400px;
    overflow: hidden;
    position: absolute;
    z-index: 1001;
}

.window_geozone div {

}

.window_geozone div p {
    color: #414141;
    display: inline-block;
    font-family: OpenSansRegular, sans-serif;
    font-size: 13px;
}

.window_geozone div p span {
    color: #999999;
}

.window_geozone div.top_window {
    font-size: 13px;
    width: 100%;
    background-color: #2b5e93;
    border-radius: 4px 4px 0 0;
    color: #fff;
    font-family: OpenSansBold, sans-serif;
    height: 40px;
    line-height: 35px;
    margin-bottom: 9px;
    text-align: center;
}

.window_geozone div img {
    display: inline-block;
    margin: 3px 10px 0 20px;
    vertical-align: top;
}

/* geozones popup  end*/

.hint {
    font-family: OpenSansRegular;
    font-size: 12px;
    color: #4b4b4b;
}

.alarm_table td {
    padding: 5px;
}

#template_cmd {
    background-color: #fff;
    border-color: #000;
    border-radius: 5px;
    z-index: 51;
    padding: 5px;
    width: 300px;
}

.popup_cmd {
    font-size: 12px;
    font-family: OpenSansRegular;
    color: #204971;
    clear: both;
}

.popup_cmd:hover {
    background-color: #e7e7e7;
    border-radius: 3px;
    cursor: pointer;
    padding: 3px;
}

table.white_black {
    border-collapse: collapse;
}

table.white_black thead tr {
    background-color: #12aaeb;
}

table.white_black th {
    color: #ffffff;
    font-size: 13px;
    font-family: OpenSansRegular;
    font-weight: bold;
    border-right: solid 1px #fff;
    padding: 3px;
    text-align: center;
}

table.white_black th a {
    text-decoration: none;
    font-weight: bold;
    color: #fff;
}



table.white_black td {
    color: #4b4b4b;
    font-size: 12px;
    font-family: OpenSansRegular;
    background-color: #fff;
    /*border: solid 1px #000;*/
}

#global_dialog textarea {
    font-size: 12px;
    font-family: OpenSansLight;
    color: #204971;
    border: 1px solid #6A86A0;
    text-align: left;
    padding-left: 3px;
    border-radius: 3px;
    width: 170px;
    margin-left: 3px;
}

.maintenance_edit {
    margin: 0 5px;
}

/* Fuel card start */
#fuel_card_list{
    display: none;
    overflow: visible;
    height: 100%;
}

#fuel_station_list {
    display: none;
    overflow: visible;
    height: 100%;
}
.css-select-styler {
    border: 1px solid #8299af;
    border-radius: 3px;
    color: #97aac3;
    font: 14px/30px Arial,sans-serif;
    height: 33px;
    padding: 0 30px 0 15px;
    width: 100%;
    background: url(/img/arrow_accordion.png);
    background-repeat: no-repeat;
    background-position: right 12px center;
    margin-bottom: 5px;
    cursor: pointer;

    /*for WebKit*/
    -webkit-appearance: none;
    /* for FF */
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    /* for IE */
    -ms-appearance: none;
    appearance: none!important;

    opacity: 1;
}

.css-select-styler:disabled {
    opacity: 0.3;
}

.css-select-styler option{
    background-color:#fff;
    -moz-user-select: none;
    color: #4d6d8d;
    min-height: 18px;
    padding: 5px 10px 6px;
    white-space: nowrap;
}

#fuel_stations li{
    float: left;
    width: 100%;
    cursor: pointer;
    font-family: OpenSansRegular;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    overflow: hidden;
    padding: 0 24px 0 40px;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    border-bottom: 1px solid #204971;
    color: #FFFFFF;
    background: url("/img/fuel_station.png");
    background-position: left 20px center;
    background-size: 15px 15px;
    background-repeat: no-repeat;
}

#fuel_stations li:hover{
    background-color: #204971;
}

#fuel-station-template{
    display: none;
    text-align: center;
    vertical-align: middle;
    padding: 5px !important;
    border-bottom: none !important;
    background: none !important;
    cursor: default;
}
#fuel-station-template:hover{
    background: none !important;
}
#fuel-station-template span img{
    width: 25px;
    height: 25px;
}

#fuel-station-found {
    color: #97aac3;
    font-family: OpenSansRegular;
    font-size: 14px;

    float: right;
    text-align: right;
}
#fuel_station_list .reports_block{
    padding: 15px 20px 10px;
}

.fuel-station-visible{
    color: #97aac3;
    font-family: OpenSansRegular;
    font-size: 14px;
}

.fuel-station-visible > span{
    display: none;
}

.fuel-station-visible > span img{
    margin-top: -3px;
}

.fuel-station-visible > span.active{
    display: block;
}

.window_fuel_station {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 20px;
    width: 400px;
    overflow: hidden;
    position: absolute;
    z-index: 1001;
}

.window_fuel_station div {

}

.window_fuel_station div p {
    color: #414141;
    display: inline-block;
    font-family: OpenSansRegular;
    font-size: 13px;
    width: 330px;
}

.window_fuel_station div p span {
    color: #999999;
}

.window_fuel_station div.top_window{
    font-size: 13px;
    width: 100%;
    background-color: #12aaeb;
    border-radius: 12px 12px 0 0;
    color: #fff;
    font-family: OpenSansBold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 9px;
    text-align: center;
}

.window_fuel_station div img {
    display: inline-block;
    margin: 3px 10px 0 20px;
    vertical-align: top;
}

.window_report_tooltip {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 5px;
    width: 400px;
    overflow: hidden;
    position: absolute;
    z-index: 1001;
    box-shadow: 0 5px 30px 0 rgba(44,71,116,0.50);

}

.window_report_tooltip div p {
    color: #414141;
    display: inline-block;
    font-family: OpenSansRegular;
    font-size: 13px;
    width: 330px;
}

.window_report_tooltip div p span {
    color: #999999;
}

.window_report_tooltip div.top_window {
    font-size: 13px;
    width: 100%;
    background-color: #12aaeb;
    border-radius: 5px 5px 0 0;
    color: #fff;
    font-family: OpenSansBold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 9px;
    text-align: center;
}

.window_report_tooltip div img {
    display: inline-block;
    margin: 3px 10px 0 20px;
    vertical-align: top;
}

.leaflet-popup-content .window_popup_fuel_station div p{
    width: 275px;
}

#fuel_cards > li{
    float: left;
    width: 100%;
    cursor: default;
    font-family: OpenSansRegular;
    font-size: 14px;
    height: 42px;
    line-height: 42px;
    padding: 0 14px 0 55px;
    position: relative;
    width: 100%;
    border-bottom: 1px solid #204971;
    color: #FFFFFF;
    background: url("/img/card.png");
    background-position: left 24px center;
    background-size: 25px 25px;
    background-repeat: no-repeat;
}

#fuel_cards > li img{
    margin-left: 13px;
    cursor: pointer;
}

#fuel_cards > li:hover{
    background-color: #204971;
}

.fuel-card-name{
    width: 260px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    float: left;
}

#global_dialog .fuelcard_form input[type="text"]:not(.checkbox-filter){
    width: 230px;
    margin-top: 5px;
    height:33px;
}

.fuelcard_form .active-checkbox-widget{
    margin-top: 5px;
    height: 260px;
}

.fuelcard_form .error {
    border-color: #b81900 !important;
}

.window_fuel_card {
    background: #ffffff none repeat scroll 0 0;
    border-radius: 20px;
    width: 400px;
    overflow: hidden;
    position: absolute;
    z-index: 1001;
}

.window_fuel_card div {

}

.window_fuel_card div p {
    color: #414141;
    display: inline-block;
    font-family: OpenSansRegular;
    font-size: 13px;
    width: 330px;
}

.window_fuel_card div p span {
    color: #999999;
}

.window_fuel_card div.top_window{
    font-size: 13px;
    width: 100%;
    background-color: #12aaeb;
    border-radius: 12px 12px 0 0;
    color: #fff;
    font-family: OpenSansBold;
    height: 35px;
    line-height: 35px;
    margin-bottom: 9px;
    text-align: center;
}

.window_fuel_card div img {
    display: inline-block;
    margin: 3px 10px 0 20px;
    vertical-align: top;
}

li.fuel-card img {
    /*max-height: 23px;*/
}

/* Fuel card end*/

.dyn_content_loading {
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.dyn_content_loading img{
    width: 76px;
    height: 76px;
}

.layer-delitmer {
    border-top: 1px solid #204971;
}

.add_notification {
    cursor: pointer;
}

.search_criteria, .site_tab_search_criteria{
    /* top: 0; */
    height: 100%;
    /* padding-right: 15px; */
    /* position: absolute; */
    right: 0;
    width: min-content;
    text-align: center;
    display: flex;
    flex-direction: row;
}

.search_criteria img, .site_tab_search_criteria img {
    cursor: pointer;
}

.search_criteria div, .site_tab_search_criteria div{
    height: 100%;
    width: 32px;
    float: left;
    display: flex;
    justify-content: center;
    align-items: center;
}

.search_criteria div.active, .search_criteria div:hover, 
.site_tab_search_criteria div.active, .site_tab_search_criteria div:hover,
#site_tab_search_div .filter_button:hover,
.filter_menu_item.active, .filter_menu_item:hover {
    background-color: #4374a8;
}

.report-map-label {
    background-color: #2B5E93 !important;
    color: #FFFFFF !important;
}

#geozones_list {
    text-align: center;
}

#units_mask, #units_search {
    background:url(/img/search.png) no-repeat scroll 97%; width:70%;
    width: 100%;
    /*margin-left: 5px;*/
    border: none;
}

table.waybill {
    font-family: OpenSansRegular;
    font-size: 14px;
    width: 100%;
}

table.waybill td {
    padding: 2px;
    max-width: 50px;
}

table.waybill input {
    width: 200px;
    background: transparent;
    border: 1px solid #4374a8;
    color: #fff;
    border-radius: 3px;
    height: 30px;
    padding-left: 5px;
}

.part_content {
    display: block;
    height: 45px;
    background-color: #2d67a3;
    color: #fff;
    font-family: OpenSansRegular;
    font-weight: bold;
    clear:both;
    text-align: center;
    padding-top: 12px;
}
.track-control-point-popup table td{
    padding: 3px;
    vertical-align: middle;
}
.track-control-point-popup .leaflet-popup-content-wrapper{
    width: 500px;
}
.annotation-cluster-track{
    line-height: 95%;
    width:125px;
    height: 25px;
    font-size: 12px;
    color: white;
    background-color: blue;
}
.marker-cluster-track {

}
.marker-cluster-track div{
    font-size: 11px;
    text-align: right;
    margin-top: 8px;
    color: #FFFFFF;
}
.marker-cluster-track div{
    width: 100%
}
.marker-cluster-track div span{
    display: block;
    position: relative;
    margin-left: 36px;
    text-align: center;
}
.marker-cluster-track div span.marker-count{
    margin-top: 0;
    width: 25px;
}
.marker-cluster-track div span.speed{
    margin-top: 3px;
    width: 50px;
}
.marker-cluster-track div span.large-speed{
    margin-top: 3px;
    width: 60px;
}
.marker-cluster-track.kmp-small{
    background: url("/img/clusters/track_1_kph.png") no-repeat;
}
.marker-cluster-track.kmp-medium{
    background: url("/img/clusters/track_3_kph.png") no-repeat;
}
.marker-cluster-track.kmp-large{
    background: url("/img/clusters/track_2_kph.png") no-repeat;
}
.marker-cluster-track.mph-small{
    background: url("/img/clusters/track_1_mph.png") no-repeat;
}
.marker-cluster-track.mph-medium{
    background: url("/img/clusters/track_3_mph.png") no-repeat;
}
.marker-cluster-track.mph-large{
    background: url("/img/clusters/track_2_mph.png") no-repeat;
}

.marker-cluster-car {

}
.marker-cluster-car div{
    font-size: 11px;
    text-align: right;
    margin-top: 8px;
    color: #FFFFFF;
}
.marker-cluster-car-small{
    background: url("/img/clusters/car-blue.svg") no-repeat;
}
.marker-cluster-car-medium{
    background: url("/img/clusters/car-green.svg") no-repeat;
}
.marker-cluster-car-large{
    background: url("/img/clusters/car-violet.svg") no-repeat;
}
.marker-cluster-railway-carriage-small{
    background: url("/img/clusters/railway-carriage-blue.svg") no-repeat;
}
.marker-cluster-railway-carriage-medium{
    background: url("/img/clusters/railway-carriage-green.svg") no-repeat;
}
.marker-cluster-railway-carriage-large{
    background: url("/img/clusters/railway-carriage-violet.svg") no-repeat;
}
.marker-cluster-railway-carriage-small div,
.marker-cluster-car-small div{
    margin-right: 11px;
}
.marker-cluster-railway-carriage-medium div,
.marker-cluster-car-medium div{
    margin-right: 8px;
}
.marker-cluster-railway-carriage-large div,
.marker-cluster-car-large div {
    margin-right: 5px;
}

.marker-cluster-railway-carriage-alarm-new,
.marker-cluster-car-alarm-new {
    background: url("/img/clusters/cluster-sos.svg") no-repeat;
}

.marker-cluster-railway-carriage-alarm-work,
.marker-cluster-car-alarm-work {
    background: url("/img/clusters/cluster-sos.svg") no-repeat;
}

.marker-cluster-geopoint {

}
.marker-cluster-geopoint div{
    font-size: 11px;
    text-align: right;
    margin-top: 8px;
    color: #FFFFFF;
}
.marker-cluster-geopoint-small{
    background: url("/img/clusters/geopoint_1.png") no-repeat;
}
.marker-cluster-geopoint-small div{
    margin-right: 11px;
}
.marker-cluster-geopoint-medium{
    margin-right: 9px;
    background: url("/img/clusters/geopoint_2.png") no-repeat;
}
.marker-cluster-geopoint-medium div{
    margin-right: 8px;
}
.marker-cluster-geopoint-large{
    margin-right: 5px;
    background: url("/img/clusters/geopoint_3.png") no-repeat;
}
.marker-cluster-geopoint-large div{
    margin-right: 5px;
}

.marker-cluster-stay div {
    background: url("/img/stay_ex_sm.png") no-repeat top center;
}
.marker-cluster-parking div {
    background: url("/img/parking_ex_sm.png") no-repeat top center;
}
.marker-cluster-fuel-filling div {
    background: url("/img/fuel_filling_ex_sm.png") no-repeat top center;
}
.marker-cluster-fuel-theft div {
    background: url("/img/fuel_theft_ex_sm.png") no-repeat top center;
}
.report-cluster-icon span {
    font-size: 10px;
    margin-top: 15px;
    display: inline-block;
    width: 100%;
    text-align: center;
    background: #C3C3C3;
    border-radius: 3px
}

div.reports div#group_id-styler div.jq-selectbox__dropdown {
    width: 360px;
}
h1.section_fuelcard-header{
    background-color: #0B3053;
    color: #fff;
    font-weight: bold;
    padding: 8px 0 8px 30px;
    margin: 0 0 0 0;
}

.pager_bottom, div.units_pager{
    text-align: center;
}

.pager_bottom ul.pagination li a, 
.pager_bottom ul.pagination li span,
.within_accordion ul.pagination li a,
.within_accordion ul.pagination li span
{
    background-color: #204971;
    border-color: #337ab7;
    color: #fff;
}

.pager_bottom ul.pagination li.active a, 
.pager_bottom ul.pagination li a:hover,
div.units_pager li.active a, 
div.units_pager ul.pagination li a:hover 
/*, .pager_bottom ul.pagination li span:hover */
{
    background-color: #2d67a3;
    color: #fff;
}

ul.pagination li span.unit-pagination-total-pages,
ul.pagination li span.unit-group-pagination-total-pages {
    border: none;
}

.leaflet-container .track-control-point-popup a.leaflet-popup-close-button{
    color: #FFFFFF;
    font: bold 20px/14px Tahoma,Verdana,sans-serif;
    width: 30px;
    padding: 5px 0 0;
}
.leaflet-container .track-control-point-popup a.leaflet-popup-close-button:hover{
    color: #B0D562;
}
.leaflet-container .track-control-point-popup .leaflet-popup-scrolled{
    border: none;
    overflow: hidden;
}
.leaflet-container .track-control-point-popup .leaflet-popup-content{
    margin: 25px 0 -1px 0;
}
.track-control-point-popup .leaflet-popup-content-container {
    max-height: 300px;
    background-color: #FFFFFF;
    margin-left: -1px;
    /*border-radius: 0px 0px 12px 12px;*/
}
.track-control-point-popup table {
    width: 100%;
    color: #2b5e93;
}
.track-control-point-popup table tr td:first-child img{
    margin: 5px 5px 5px 8px;
}
.track-control-point-popup tr {
    border-bottom: 1px solid #c3c3c3;
}
.track-control-point-popup .leaflet-popup-content-wrapper {
    background-color: #204971;
    border-radius: 12px 12px 12px 12px;
}

.search_div {
    clear: both;
    position: relative;
    box-shadow: 0 0 30px rgba(8, 33, 60, 0.5);
}

#main_progress {
    position:absolute;
    top:0;
    background-color:#B0D562;
    height:3px;
    z-index:99999;
    width:0
}

#global_dialog fieldset {
    border: 1px #6A86A0 solid;
    border-radius: 3px;
}

#global_dialog fieldset legend, #files_not_found {
    font-family: OpenSansRegular;
    font-size: 12px;
    text-transform: none;
    color: #204971;
}

.ymaps-i-bem {
    min-width: 90px;
}

.dialog_table td, .dialog_table th {
    padding: 3px;
    color: #204971;
    font-size: 18px;
    font-family: OpenSansBold;
    font-size: 12px
}

.ymaps-b-select__panel-switcher {
    box-sizing: content-box;
}
#more_speed{
    position: absolute;
    display: none;
    justify-content: center;
    flex-direction: column;
    background: #2D67A3;
    width: 60px;
    padding: 10px 0px;
    color: #ffffff;
    border-radius: 3px;
    left: 30px;
    top: 30px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.3);
    z-index: 2;
}
#more_speed span{
    display: flex;
    cursor: pointer;
    justify-content: center;
    margin-top: 5px;
    padding: 2px 0;
}

#more_speed span:first-child{
    margin-top: 0;
}

#more_speed span:hover{
    background: rgba(0,0,0,0.2);
}
div.more-elements {
    position: fixed;
    background: #2D67A3;
    padding: 10px 0 0 !important;
    z-index: 4000;
    border-radius: 3px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

div.more-elements ul li{
    color: #fff;
    font: 14px/20px 'OpenSansLight', sans-serif;
    padding: 5px 15px;
    cursor: pointer;
    transition: all .25s;
}

div.more-elements ul li:hover{
    background: rgba(0,0,0,.1);
}

div.more-elements ul li img{
    margin-right: 7px;
}


#units_temp_group_list {
    width: 100%;
    /*margin-left: 3px;*/
    background: url(/img/darkblue/arrow_down.png) no-repeat scroll 97%
}

ul#accordion > li > div, #geopoints_groups > li > div {
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansRegular;
    height: 42px;
    border-bottom: 1px solid #204971;
    line-height: 42px;
    padding: 0 24px 0 24px;
    width: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

ul#accordion ul.within_accordion li:not(.same),
#geopoints_groups ul.within_accordion > li {
    width: 100%;
    height: 33px;
    background-color: #204971;
    border-bottom: 1px solid #183959;
    line-height: 33px;
    padding: 0 144px 0 24px;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansLight;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}

#accordion div.within_accordion div.unit_item,
#tmp_units div.unit_item
{
    width: 100%;
    height: 35px;
    background-color: #204971;
    border-bottom: 1px solid #183959;
    line-height: 33px;
    padding: 0 0px 0 13px;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansRegular;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
}
div#accordion div.unit_item div.unit-status-icons,
#tmp_units div.unit_item div.unit-status-icons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    margin-left: 10px;
}
a.unit_watch_a span.unit_watch_span, 
li.unit_watch_li span.unit_watch_span,
a.track_last_day_a span.track_last_day_span, 
li.track_last_day_li span.track_last_day_span {
    min-width: 24px;
    min-height: 24px;
    display: inline-block;
}
div#accordion div.unit_item div a.unit_watch_a.active,
div#accordion div.unit_item div a.track_last_day_a.active,
#tmp_units div.unit_item div a.unit_watch_a.active,
#tmp_units div.unit_item div a.track_last_day_a.active {
    display: flex;
}

div#accordion div.unit_item div a.unit_watch_a,
div#accordion div.unit_item div a.track_last_day_a,
#tmp_units div.unit_item div a.unit_watch_a,
#tmp_units div.unit_item div a.track_last_day_a {
    display: none;
}
li.unit_watch_li, li.track_last_day_li {
    display: flex;
    align-items: center;
}
li.unit_watch_li span.unit_watch_span {
    background-image: url("/img/darkblue/tracking_object.png");
    margin-right: 2px;
}
li.track_last_day_li span.track_last_day_span {
    background-image: url("/img/darkblue/track_day.png");
    margin-right: 2px;
}
a.unit_watch_a.active span.unit_watch_span {
    background-image: url("/img/darkblue/tracking_object_close.png");
}
li.unit_watch_li.active span.unit_watch_span {
    background-image: url("/img/darkblue/tracking_object_close_drop_down_menus.png");
}
a.track_last_day_a.active span.track_last_day_span {
    background-image: url("/img/darkblue/track_day_close.png");
}
li.track_last_day_li.active span.track_last_day_span {
    background-image: url("/img/darkblue/track_day_close_drop_down_menus.png");
}

div#accordion div.unit_item div a,
#tmp_units div.unit_item div a {
    width: 28px;
    height: 28px;
    border-radius: 2px;
    margin-right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease-in-out;
}
div#accordion div.unit_item div a:hover,
#tmp_units div.unit_item div a:hover {
    background: #133152;
}
div#accordion div.unit_item div a img,
#tmp_units div.unit_item div a img {
    margin: 0;
    padding: 0;
}
#table_infringement .empty{
    color: #4b4b4b;
}
.empty {
    color: #fff;
    font-size: 14px;
    font-family: OpenSansRegular;
    text-align: center;
}

#filter_units, #site_tab_search_div div.filter_units {
    top: 0;
    height: 33px;
    overflow: visible;
    position: absolute;
    width: 100px;
}

#filter_units div, #site_tab_search_div div.filter_units div {
    float:right;
    width: 32px;
    height: 33px;
    text-align: center;
    padding: 5px;
}

#filter_units div.active, #site_tab_search_div div.filter_units div.active {
    background: #4374A8;
}

a.filter_units img{
    vertical-align: middle;
}

#site_tab_search_div {
    display: flex;
    flex-direction: row;
    align-items: center;
    min-height: 36px;
    height: 36px;
}

#site_tab_search_div div.filter_button, div.search_button {
    width: 39px;
    min-width: 39px;
    height: 100%;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    border-right: 1px solid #204971;
    cursor: pointer;
    position: relative;
}

#site_tab_search_div div.filter_menu {
    display: none;
    position: absolute;
    left: 0px;
    min-width: 164px;
    bottom: 37px;
    box-shadow: 0 2px 6px 0 rgba(44,71,116,0.15);
    /* border: 1px solid #C7D0E0; */
    background: #2D67A3;
    border-radius: 4px;
    color: #fff;
    font-size: 14px;
    padding-top: 4px;
    padding-bottom: 4px;
}
#site_tab_search_div div.filter_menu div.filter_menu_item{
    min-height: 35px;
    padding: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
}

#site_tab_search_div div.filter_menu div.filter_menu_item {
    min-height: 35px;
    /*padding: 4px;*/
    display: flex;
    flex-direction: row;
    align-items: center;
}

#site_tab_search_div div.filter_menu div.filter_menu_item img.filter_menu_item_icon {
    margin-right: 8px;
}

.win_characteristics {
    border: 1px solid #fff;
    border-radius: 3px;
    cursor: pointer;
    padding: 10px !important;
    text-align: center;
    box-sizing: content-box;
}

.win_characteristics img {
    vertical-align: middle;
    margin-right: 10px;
}

.dialog_header {
    height: 40px;
    border-bottom: 1px solid #f2f3f4;
    text-transform: uppercase;
    font-size: 12px;
    color: #204971;
    font-family: OpenSansBold;
}

.dialog_header table {
    width: 100%;
}

.dialog_header table td {
    padding: 0 10px;
    text-align: center;
}

.dialog_header table td:nth-child(2) {
    border-left: 1px solid #f2f3f4;
    border-right: 1px solid #f2f3f4;
}

.dialog_table {
    border-collapse: collapse;
    border: solid 1px #9EBEDF;
    border-radius:3px;
    min-width: 40%;
}

.dialog_table td {
    font-size: 12px;
    font-family: OpenSansRegular;
    border: solid 1px #9EBEDF;
}

.dialog_table th {
    text-align: center;
}

#photo_files_table {
    width: 100%;
}

#photo_files_table td {
    text-align: center;
}

#photo_files_table tr:not(:first-child):hover {
    background-color: #e4e9ee;
    cursor: pointer;
}

#photo_files_table tr.active {
    background: #e4e9ee;
}

#negative_balance {
    background-color: #fff;
    position: absolute;
    display: none;
    top: 75px;
    right: 39px;
    z-index: 500;
}

#negative_balance div {
    background-color: #e32429;
    color: #fff;
    float: left;
    height: 30px;
    line-height: 29px;
    padding: 0 5px 0 9px;
}

#negative_balance div img {
    vertical-align: middle;
}

#negative_balance div:first-child {
    width: 30px;
}

#negative_balance div:last-child {
    margin-left: 1px;
    width: 30px;
}

#system_notification {
    display: none;
    height: 30px;
    position: absolute;
    top: 75px;
    z-index: 1000;
    color: white;
    text-align: center;
    left: 50%;
    margin-left: -25%;
    width: 50%;
}

#system_notification #text_notification {
    width: calc(100% - 34px);
}
#system_notification span {
    background-color: #ff0000;
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding-left: 9px;
    padding-right: 9px;
}

/* Chat */
.gdialog-chat #global_dialog{
    padding: 0;
}

#window_chat {
    overflow: hidden;
    height: 100%;
    font-size: 14px;
    font-family: OpenSansRegular;
}

.gdialog-chat{
    min-width: 800px;
}

#chat_unit_list{
    float: left;
    width: 30%;
    border-right: 1px solid #bbb;
}

.chat_unit_icon_container{
    float: left;
    height: 40px;
    padding-top: 7px;
}

.chat_unit_icon {
    width:25px;
    height:25px;
}

.chat_unit_name{
    float:left;
    vertical-align:middle;
    line-height:40px;
    margin: 0 10px;
    overflow:hidden;
    width: calc(100% - 50px);
    text-overflow: ellipsis;
    display: block;
    white-space: nowrap;
}

#chat_unit_list .missed_mess_unit{
    margin-top: 11px;
    right: 15px;
}

#window_chat #chat_unit_mask{
    height: 40px !important;
    border: 0px;
    border-bottom: 1px solid #ccc;
    color: #000;
    font-size: 14px;
    height:30px; width:100%;
    border-radius: 0;
    background: #f3f6fb url(/img/magnifier.png) no-repeat scroll 96%;
    padding-left:20px;
}

#window_chat #chat_unit_mask::-webkit-input-placeholder {color:#666; font-size: 13px}
#window_chat #chat_unit_mask::-moz-placeholder          {color:#666; font-size: 13px}
#window_chat #chat_unit_mask:-moz-placeholder           {color:#666; font-size: 13px}

#chat_unit_list div[data-unit_id] {
    height: 40px;
    background: #fff;
    cursor: pointer;
    padding-left: 20px;
    border-bottom: 1px solid #ddd;
    color: #417eda;
}


#chat_unit_list div.active {
    background: #e9ecf0;
}

#chat_messages {
    float: left;
    background-color: #e1e5eb;
    min-height: 350px;
    display: block;
    position:relative;
    padding-top: 0;
    width: 70% !important;
}


#chat_messages textarea {
    display: block;
    width: 100%;
    max-width: 100%;
    height: 60px;
    max-height: 60px;
    border: 0px;
    border-radius: 0px;
    border-top: 1px solid #aaa;
    margin: 0px;
    padding: 10px 55px 10px 20px;
    resize: none;
    font-size: 14px;
    color: #333;
    font-family: OpenSansRegular;
}

#chat_messages textarea:active {
    outline: none ;
}

#chat_messages #mCSB_4_container{
    padding: 30px 15px 10px;
}

#chat_messages textarea:focus {
    outline: none ;
}

#chat_messages .chat_send {
    width: 35px;
    position: absolute;
    right: 20px;
    bottom: 12px;
}

.chat_user_message {
    display: block;

}

.chat_unit_message, .chat_user_message {
    overflow: hidden;
    margin: 10px 0px;
}

.chat_user_message>div:first-child {
    width: 70px;
    text-align: center;
    margin-left: 5px;
    color: #204971;
    float: right;
    font-size: 11px;
    line-height: 12px;
    font-family: "OpenSansSemibold";
}

.unit-icon-container{
    display: block;
    background-color: #f8f8f8;
    border: 1px solid #527ea9;
    text-align: center;
    margin: 0px auto;
    width: 36px;
    height: 36px;
    border-radius: 20px;
    margin-bottom: 2px;
}

.unit-icon-container img{
    width: 25px;
    height: 25px;
    margin-top: 5px;
}


.chat_user_message>div:last-child {
    background-color: #fff;
    border-radius: 5px;
    float: right;
    max-width: 75%;
    min-width: 25%;
    padding: 20px 20px 25px;
    color: #fff;
    min-height: 50px;
    position: relative;
}

.chat_unit_message>div:first-child {
    width: 70px;
    text-align: center;
    margin-right: 5px;
    color: #204971;
    float: left;
    font-size: 11px;
    line-height: 12px;
    font-family: "OpenSansSemibold";
}

.chat_unit_message>div:last-child {
    background-color:  #fff;
    border-radius: 5px;
    float: left;
    max-width: 75%;
    min-width: 25%;
    padding: 10px 25px;
    color: #333;
    min-height: 65px;
    padding: 20px 20px 15px;
}

.send_push{
    background-color: #B0D562;
    position: absolute;
    width: 80px;
    bottom: 7px;
    right: 7px;
    border-radius: 3px;
    color: #000;
    font-size: 11px;
    text-align: center;
    font-family: "OpenSansSemibold";
    cursor: pointer;
    transition: all 0.2s;
}

.send_push:hover{
    background-color: #9ebf58;
}


.toolbar #missed_messages {
    width: 16px;
    height: 16px;
    text-align: center;
    line-height: 16px;
    top: 2px;
    left: 17px !important;
    display: none;
}

/* End Chat */

#global_dialog .ui-tabs .ui-tabs-panel {
    padding:0
}
#global_dialog .ui-tabs .ui-tabs-nav {
    padding: 0;
    /*width: 140px*/
}

#global_dialog .ui-tabs .ui-tabs-nav li {
    border-bottom: #99acbe 0px solid;
    margin: 1px .2em 5px 0
}

#global_dialog .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border-bottom: #12aaeb 2px solid;
    margin: 1px .2em 5px 0;
    padding: 0;
}

.center {
    text-align: center;
}

#tooltip {
    z-index: 1001;
    font-size: 13px;
    font-family: OpenSansRegular;
    left: -999px;
    top: -999px;
    position: absolute;
    padding: 5px;
    background: #fff;
    border-radius: 3px;
    overflow: hidden;
    display: none;
}

.dropdown_button {
    border: 1px solid #6a86a0;
    border-radius: 3px;
    height: 33px;
    padding: 5px 3px;
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
}

.window_import #selected-items > div{
    border: 1px solid #5794bf;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    margin: 5px 5px 0 0;
    padding: 6px;
}
.window_import #selected-items span.close img{
    cursor: pointer;
    height: 10px;
    margin-left: 5px;
    width: 10px;
}
.window_import #selected-items span.close {
    cursor: pointer;
}

.slide_button {
    position: absolute;
    right: 45px;
    /*margin-top: 3px;*/
}

.top_table_reports .slide_button, .top_table_reports .resize_button {
    /*margin-top: 7px;*/
}

.resize_button {
    position: absolute;
    right: 70px;
    /*margin-top: 3px;*/
}

.report_block {
    display: block;
}
.report_block.block-report-chart.none{
    display: none;
}
.section_reports .mCSB_inside>.mCSB_container {
    margin-right: 0px;
}

.section_reports .mCSB_scrollTools:hover .mCSB_draggerContainer {
    left:-7px;
    transition: all 0.2s ease-out;
}

.section_reports .mCS-dark.mCSB_scrollTools:hover .mCSB_dragger .mCSB_dragger_bar {
    width:8px ;
    transition:0.5s;
    transition: all 0.2s ease-out;
}

.section_reports .mCSB_scrollTools:hover .mCSB_draggerRail{
    width: 16px;
    transition: all 0.2s ease-out;

}

/*--------*/

.section_reports .mCSB_scrollTools .mCSB_draggerContainer {
    left:-1px;
    transition: all 0.2s ease-out;
}
.section_reports .mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
    width:3px ;
    transition: all 0.2s ease-out;
}

.section_reports .mCSB_scrollTools .mCSB_draggerRail{
    width: 7px;
    background-color: #2B5E93;
    transition: all 0.2s ease-out;
}

.top_table_reports div:first-child {
    
}

/*.block-report-tables__table-toggler {
    float:left;
    max-width: 85%;
}*/

.block-report-tables__table-toggler .block-report-tables__table-toggler-item {
    display: inline-block;
    padding: 0 4px;
}

.table_reports .ui-pg-input {
    background-color: #F6F6F6;
    height: 22px;
    border: 1px solid #EBEBEB !important;
}

.table_reports tr.ui-state-hover {
    background-color: #dfdfdf !important;
}

.table_reports > div:first-child {
    /*margin-left: 26px;*/
}

.table_odd {
    background: #f6f6f6;
}

.table_reports .ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl, .ui-corner-right, .ui-corner-tr, .ui-corner-bottom, .ui-corner-bl, .ui-corner-br {
    border-radius: 0px;
}

.report_block:after {
    content: '';
    display: block;
    clear: both;
    height: 0px;
    visibility: hidden;
}

#global_dialog .simpleColorContainer{
    margin-top: 0;
    border: 1px solid #6a86a0;
    border-radius: 5px;
}

#global_dialog div.simpleColorDisplay{
    border-radius: 4px;
}

.section_maintenance table.dataTable tbody tr {
    background-color: #ffffff;
}
.table_block{
    min-width: 400px;
    padding-left: 0px;
}
.section_maintenance table, .section_fuelcard table,
.table_block table{
    font-size: 12px;
}

.section_maintenance table th, .section_fuelcard table th,.table_block table th{
    background-color: #204971;
    color: #ffffff;
    font-size: 12px;
    font-family: OpenSansBold;

    border-right: 1px solid #53687c;
}

.section_maintenance table th a, .section_fuelcard table th a, .table_block table th a{
    color: #ffffff;
}

.section_maintenance table td, .section_fuelcard table td, .table_block table td{
    border-right: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    padding: 5px;
}

.section_maintenance table tr, .section_fuelcard table tr,
.table_block table tr{
    background-color: #ffffff;
}

.section_maintenance table tr.even, .section_fuelcard table tr.even,.table_block table tr.even{
    background-color: #F6F6F6;
}

.section_maintenance table td.positive, .section_fuelcard table td.positive, table_block table td.positive{
    color: #008000;
}
.section_maintenance table td.negative,.section_fuelcard table td.negative, .table_block table td.negative{
    color: #FF0000;
}

#station-search-form input[type="text"] {
    background: transparent;
    border: 1px solid #a2b8d0;
    border-radius: 3px;
    color: #ffffff;
    font-family: OpenSansLight;
    font-size: 12px;
    height: 35px;
    margin: 0;
    outline: medium none;
    padding-left: 9px;
    width: 170px;
}

button#darkblue {
    background-color:#092a53;
}

button#blue {
    background-color:#12aaeb;
}

button#gray {
    background-color:#959595;
}

button#orange {
    background-color:#FF7F00;
}

.chat_date {
    text-align: center;
    padding: 20px;
}

.blue_link {
    background: #0FA2E9;
    padding: 6px;
    border-radius: 3px;
    color: #fff;
    font-size: 12px;
    font-family: OpenSansBold;

    margin-top: 6px;
    margin-left: 238px;
}


div.content-form{
    width: 100%;
    height: 100%;
    overflow: auto;
}
div.content-form p, div.content-form label {
    /*color: #97aac3;*/
    color: #ffffff;
    font-family: OpenSansRegular;
    font-size: 14px;
}
div.content-form input{
    border: none;
    color: #FFFFFF;
}
div.content-form form > input{
    width: 100%;
    height: 40px;
    background-color: #0B3053;
    padding: 0 0 0 25px;
}
div.content-outpressed {
    padding: 10px 0 4px 20px;
    background-color: #2B5E93;
    position: relative;
    height: 100%;
}
div.content-outpressed input{
    background-color: transparent;
}
div.content-outpressed-margins {
    padding: 20px 20px 20px 20px;
}
div.content-pressed {
    padding: 20px 0 20px 25px;
    background-color: #113A61;
    position: relative;
    height: 100%;
}
div.content-no-padding{
    padding: 0;
}
div.content-data-row{
    padding: 0 20px;
}
.content-header{
    line-height: 44px;
    font-family: OpenSansBold;
    font-size: 15px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: #2D67A3;
}
div.content-tab-container{
    padding: 0 60px 0 60px;
}
ul.content-tab{
    text-align: justify;
    padding-top: 13px;
    white-space: normal;
    /* Обнуляем для родителя*/
    line-height: 0;
    font-size: 1px; /* 1px для Opera */
    /* Лекарство для IE6-7*/
    text-justify: newspaper;
    zoom:1;
    /* Включаем в работу последнюю строку*/
    text-align-last: justify;
}
ul.content-tab:after {
    width: 100%;
    height: 0px;
    visibility: hidden;
    overflow: hidden;
    content: '';
    display: inline-block;
}
ul.content-tab li  {
    color: #a8c0da;
    font-family: OpenSansBold;
    font-size: 13px;
    cursor: pointer;
    display: inline-block;
    text-align: left;
    text-transform: uppercase;

    /* Востанавливаем у потомков, кроме последнего*/
    line-height: normal;

    /* Без него в Opera будет отступ под элементами */
    vertical-align: top;
    padding: 0 17px 12px;
}

ul.content-tab li.active{
    color: #FFF;
    border-bottom: 5px solid;
}
span.icon {
    display: inline-block;
    margin-right: 10px;
    float: left;
    margin-top: -2px;

}
span.icon-a {
    height: 22px;
    width: 22px;
    margin-top: 3px;
    background: url('/img/darkblue/routes/route-start.png') no-repeat center center;
}
span.icon-b {
    height: 22px;
    width: 22px;
    margin-top: 3px;
    background: url('/img/darkblue/routes/route-finish.png') no-repeat center center;
}
span.icon-arrows {
    height: 16px;
    width: 10px;
    background: url('/img/arrows.png') no-repeat center center;
}


/*ROUTES*/
.route-place-mix{
    width: 40px;
    height: 100%;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    padding-top: 36px;
    cursor: pointer;
}
.route-place-mix:hover{
    background-color: #204971;
}
div.routes-place-start, div.routes-place-finish{
    margin-right: 20px;
}
div.routes-place-start input, div.routes-place-finish input[type="text"]{
    border: 1px solid #557ea9;
    border-radius: 3px;
    width: 100%;
    margin-left: -1px;
    height: 30px;
}

div.routes-place-start input.abbr, div.routes-place-finish input.abbr{
    float: right;
    width: 85px;
}

div.routes-place-start{
    margin-bottom: 10px;
}

/*True aligned list*/
div.tabled{
    display: table;
    width: 100%;
    font-size: 12px;
    font-family: OpenSansRegular;
}
div.tabled ul{
    display: table-row;
    height: 32px;
}
div.tabled ul:hover{
    background: rgba(17, 58, 97, 0.6);
}
div.tabled ul li{
    display: table-cell;
    vertical-align: middle;
}
div.tabled ul li.cell-left{
    padding-left: 14px;
    padding-right: 5px;
    text-align: center;
    width: 49px;
}
div.tabled ul li.cell{
    text-align: left;
    cursor: pointer;
}
div.tabled ul li.cell input{
    width: 248px;
    border: 1px solid #a2b8d0;
    padding-left: 5px;
    background: transparent;
    border-radius: 2px;
    font-family: OpenSansRegular;
    font-size: 12px;
}
div.tabled ul li.cell-right{
    text-align: right;
    vertical-align: middle;
}
div.tabled.one-line ul li.cell span{
    display: inline-block;
    margin-bottom: -4px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 248px;
}

/*background dependend styles*/
div.content-pressed .tabled{
    color: #a8c0da;
}
div.content-pressed div.tabled ul:hover li.cell, div.content-pressed div.tabled ul:hover li.cell-right{
    border-bottom: 1px solid #FFFFFF;
    color: #FFFFFF;
}
div.content-pressed li.cell{
    border-bottom: 1px solid #2B5E93;
}
div.content-pressed li.cell-right{
    border-bottom: 1px solid #2B5E93;
}
hr.pressed {
    color: #0B3053;
    background-color: #0B3053;
    border: none;
    height: 1px;
}
/*
div.content-outpressed div.routes-place-start input, div.content-outpressed div.routes-place-finish input[type="text"]{
    border-color: #204971;
}*/

/*icon styles*/
.cell-right .icon img{
    margin-left: 0px;
    margin-top: 5px;
}
.cell-right .icon {
    display: block;
    float: right;
    height: 32px;
    text-align: center;
    width: 32px;
    margin-right: 0;
    cursor: pointer;
    margin-top: 0;
}
.cell-right .icon:hover {
    background-color: #0B3053;
}
span.link {
    font-family: OpenSansBold;
    font-size: 11px;
    border-bottom: 1px dotted #FFFFFF;
    text-transform: uppercase;
    color: #FFFFFF;
    cursor: pointer;
}

div.content-pressed input[type="checkbox"] {
    display: none;
}

div.content-pressed input[type="checkbox"] + label span {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 0px;
    vertical-align: middle;
    background: url("../img/darkblue/routes/checkbox.png") center no-repeat;
    cursor: pointer;
    border: none;
    margin-right: 1px;
    margin-top: 6px;
}
div.content-pressed input[type="checkbox"]:checked + label span {
    background: rgba(0, 0, 0, 0) url("../img/darkblue/routes/checkbox-active.png") no-repeat scroll center center;
}


div.content-pressed input[type="checkbox"].to-man + label span {
    display: inline-block;
    width: 20px;
    height: 22px;
    border-radius: 0px;
    vertical-align: middle;
    background: url("../img/darkblue/routes/route.png") center no-repeat;
    cursor: pointer;
    border: none;
}
div.content-pressed input[type="checkbox"]:checked.to-man + label span {
    background: rgba(0, 0, 0, 0) url("../img/darkblue/routes/route-active.png") no-repeat scroll center center;
}

.to-man-forward,
.to-man-backward
{
    float: right;
}
.to-man-forward input[type="checkbox"].to-man + label span,
.to-man-backward input[type="checkbox"].to-man + label span
{
    display: inline-block;
    width: 20px;
    height: 22px;
    border-radius: 0px;
    vertical-align: middle;
    background: url("../img/darkblue/routes/route.png") center no-repeat;
    cursor: pointer;
    border: none;
}
.to-man-forward input[type="checkbox"]:checked.to-man + label span,
.to-man-backward input[type="checkbox"]:checked.to-man + label span
{
    background: rgba(0, 0, 0, 0) url("../img/darkblue/routes/route-active.png") no-repeat scroll center center;
}

.to-man-forward input[type="checkbox"],
.to-man-backward input[type="checkbox"]
{
    display: none;
}

.routes-cp-marker {
    width: 27px;
    height: 44px;
    background: url("../img/markerCP.png") no-repeat center center;
    color: #fff;
    font-weight: bolder;
    text-align: center;
}

.routes-wp-marker {
    width: 27px;
    height: 44px;
    background: url("../img/marker_routing.png") no-repeat center center;
    color: #fff;
    font-weight: bolder;
    text-align: center;
}

.routes-marker-big{
    font-size: 12px;
    line-height: 28px;
}
.routes-marker-medium{
    font-size: 16px;
    line-height: 29px;
}
.routes-marker-small{
    font-size: 19px;
    line-height: 26px;
}
.leaflet-routing-container{
    display: none;
}
div.search-waypoint {
    padding: 5px 6px 5px 17px;
}
div.search-waypoint > *{
    display: inline-block;
    line-height: 20px;
    vertical-align: middle;
}
div.search-waypoint img{

}
div.search-waypoint input{
    margin-left: 8px;
    background: transparent none repeat scroll 0 0;
    border: 1px solid #a2b8d0;
    border-radius: 2px;
    font-family: OpenSansRegular;
    font-size: 12px;
    width: calc(100% - 46px);
}
#section-routes {
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
#section-routes.hidden {
    display: none;
}
#section-routes.hidden {
    display: none;
}
#route-detail-menu {
    background-color: #0b3053;
    width: 100%;
    height: 34px;
    margin-bottom: 0px;
}


#route-assignments-history-menu {
    background-color: #153c62;
    width: 100%;
    height: 34px;
    margin-bottom: 0px;
}
#route-detail-menu li:first-child{
    margin-left: 28px;
}

#route-detail-menu li a,
#route-assignments-history-menu li a{
    text-transform: uppercase;
    color: #ffffff;
    display: flex;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    align-items: center;
    opacity: .75;
    position: relative;
    user-select: none;
}
#route-detail-menu li a:before,
#route-assignments-history-menu li a:before{
    display: none;
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fff;
}

#route-detail-menu li,
#route-assignments-history-menu li{
    display: inline-block;
    float: left;
    padding: 0;
    font-size: 12px;
    padding-bottom: 0;
    height: 34px;
}

#route-detail-menu li.active a,
#route-assignments-history-menu li.active a{
    color: #ffffff;
    opacity: 1;
}

#route-detail-menu li.active a:before,
#route-assignments-history-menu li.active a:before,
#route-detail-menu li:hover a:before,
#route-assignments-history-menu li:hover a:before{
    display: block;
}

#route-detail-menu li:hover a, #route-assignments-history-menu li:hover a{
    color: #ffffff;
}
#route-detail-menu li:after, #route-assignments-history-menu li:after{
    clear: both;
}

#route-detail-container .table__pagination {
    display: inline-block;
    margin-top: 0px;
    top: 0px;

}

#route-detail-container .summary{
    font-size: 14px;
    height: 28px;
    padding: 0px 20px;
    /* font-family: OpenSans; */
    display: inline-block;
    margin-top: 0px;
    top: 0px;
    /*background: rgba(33, 73, 112, .05);*/
    /*text-align: right;*/
}

#add-route-template-button{
    margin: 10px 20px;
}

#route-detail-container tbody tr:nth-child(2n+1){
    background-color: #fff;
}

#route-detail-container tbody tr:nth-child(2n){
    background-color: #eff1f5;
}

#route-detail-container tbody tr:hover {
    background-color: #d0d8e6;
}


table.gelios-table tbody tr {
    background-color: #ffffff;
}

table.gelios-table {
    font-size: 12px;
}

table.gelios-table th {
    background-color: #204971;
    color: #ffffff;
    font-size: 12px;
    font-family: OpenSansBold;
    border-right: 1px solid #53687c;
    padding: 5px 15px;
}

table.gelios-table th a{
    color: #ffffff;
    display: inline-block;
    width: 100%;
}
table.gelios-table th a.asc{
    background: url('/img/sorting_table.png') no-repeat right center;
    padding-right: 15px;
}
table.gelios-table th a.desc{
    background: url('/img/sorting_table2.png') no-repeat right center;
    padding-right: 15px;
}

table.gelios-table div.empty{
    color: #000000;
}

table.gelios-table.fixed-header th {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}


table.gelios-table th.text-vertical{
    text-align: center;
    vertical-align: bottom;
}

table.gelios-table th.text-middle-horizontal {
    text-align: center;
    vertical-align: middle;
}

table.gelios-table th.text-vertical span{

    line-height: 12px;
    -webkit-writing-mode: vertical-lr;
    -ms-writing-mode:tb-lr;
    writing-mode: vertical-lr;
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    height: max-content;
    max-height: 80px;
    overflow: hidden;


    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

table.gelios-table input.time{
    width: 55px;
}

table.gelios-table.update-shift-schedule th.text-vertical {
    padding: 4px 4px;
    text-align: center;
    vertical-align: middle;
}

table.gelios-table.update-shift-schedule tr.condenced-cells td{
    padding: 4px 4px;
}

table.gelios-table thead input{
    width: 100%;
    max-width: 150px;
    height: 24px;
}

table.gelios-table td {
    border-right: 1px solid #c4ccda;
    border-left: 1px solid #c4ccda;
    border-bottom: 1px solid #c4ccda;
    padding: 0 10px;
    font-family: OpenSansRegular;
    height: 28px;
}

table.gelios-table tr:hover td {

}

table.gelios-table td label {
    margin-bottom: 0 !important;
}

table.gelios-table tr {
    background-color: #ffffff;
}

table.gelios-table tr.even {
    background-color: #F6F6F6;
}

table.gelios-table td.positive{
    color: #008000;
}
table.gelios-table td.negative{
    color: #FF0000;
}

.badge {
    background-color: #204971;
    border-radius: 10px;
    color: #fff;
    display: inline-block;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    min-width: 10px;
    padding: 3px 7px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    text-shadow: 0 0 3px rgba(0,0,0,.3);
}

.badge-primary {
    background-color: #12AAEB;
}

.badge-success {
    background-color: #3BB85D;
}

.badge-danger {
    background-color: #E14938;
}

.btn {
    font-family: OpenSansBold;
    -moz-user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.btn-default {
    background-color: #b2b2b2;
    border-color: #b2b2b2;
    color: #fff;
}

.btn-primary {
    background-color: #12AAEB;
    border-color: #12AAEB;
    color: #fff;
}

.btn-success {
    background-color: #3BB85D;
    border-color: #3BB85D;
    color: #fff;
}

.site-error {
    color: #fff;
}

.site-error h1 {
    font-size: 25px;
}
.site-error > * {
    padding: 10px 20px;
    text-align: justify;
}


#route-detail-container .route-detail-ruler {
    width: 402px;
    position: relative;
    float: left;
    background: #275484;
}

#route-detail-container #route-detail-units, #route-detail-container #route-departure-list{
    background-color: #ffffff;
}

#route-departure-list{
    display: flex;
    height: 100%;
    width: 100%;
    overflow: hidden;
}
#routes-detail-departures-assign {
    display: flex;
    height: 100%;
    width: 100%;
}
#route-detail-container #route-unit-assignments-add,
#route-detail-container #unit-shift-assignments-add {
    margin-left: 15px;
    margin-top: 15px;
}


#route-detail-container #shift-list-container{
    padding-left: 0px;
    margin-top: 0px;
    width:100%;
    height: 100%;
    display: flex;
    flex-direction:column;
    overflow: hidden;
    /*float:left;*/
    /*border: 2px solid red;*/
}
#shift-list-scroller {
    overflow: hidden;
    width:100%;
    height: 100%;
    display: flex;
}
#route-detail-container #shift-list {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-y: hidden;
    height: 100%;
    width: max-content;
    flex-shrink: 0;
}
#route-detail-container .shift-units-list {
    width: 400px;
    display: flex;
    flex-direction: column;
    flex-shrink: 0;
}

#route-detail-container .shift-units-list div.shifts-units-group {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
.shift-units-list {

    /*border-top: 1px solid #204971;*/
}

.shift-units-list .shifts-header > *{
    display: inline-block;
}

.shift-units-list .shifts-header{
    background-color: #0B3053;
    height: 44px;
    border-top: 1px solid #204971;
    border-bottom: 1px solid #204971;
}

.shift-units-list .shifts-header .add-new-shift{
    font-size: 20px;
    height: 44px;
    width: 44px;
}

.shift-units-list .shifts-header input[type="text"] {
    border: 1px solid #b0b0b0;
    height: 44px;
    text-align: center;
    width: 120px;
}

.shift-units-list .shifts-units-group > span{
    background-color: #0B3053;
    display: inline-block;
    font-family: OpenSansBold;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    width: 100%;
    color: #ffffff;
    padding-left: 20px;
}

.shift-units-list .shifts-units-group .shift-units-container{
    border-left: 1px solid #0b3053;
    padding: 5px;
    height: 100%;
    overflow: hidden;
    /*padding: 11px 34px 10px 5px;*/
}
.shift-units-list .shifts-units-group.available .shift-units-container{
    padding-right: 34px;
    height: 100%;
    /*padding: 11px 34px 10px 5px;*/
}

.shift-units-list .shifts-units-group .shift-units-container span{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 115px;
    padding: 5px;
    margin-bottom: 10px;
    cursor: move;
    margin-right: 10px;
    /*text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    background-color: #12AAEB;
    border-radius: 5px;
    line-height: 22px;
    display: inline-block;
    padding: 2px 5px;
    font-family: OpenSansSemibold;
    font-size: 10px;
    color: #FFFFFF;*/
}

.routes-shift-item{
    display: flex;
    flex-direction: column;
    overflow:hidden;
    flex-shrink: 0;
/*    display: inline-block;
    margin-left: -3px;
    margin-top: -4px;*/
}
.routes-shift-item:hover{
    /*box-shadow: 0 0 15px rgba(0,0,0,0.7);
    z-index: 100;*/
}

.routes-shift-item .shift-header{
    padding: 0 10px;
    height: 45px;
    vertical-align: middle;
    background-color: #0b3053;
    border-right: 1px solid #204971;
    display: flex;
}
.routes-shift-item .shift-header > *{
    display: inline-block;
    line-height: 45px;
    display: block;
    float: left;
    height: 45px;
    line-height: 45px;
}

.routes-shift-item .shift-header .shift-name {
    font-size: 12px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    padding-right: 5px;
    text-align: left;
    color: #ffffff;
    font-family: OpenSansBold;
}

.routes-shift-item .shift-header .shift-buttons {
    white-space: nowrap;
    /*padding-right: 5px;*/
    text-align: left;
    vertical-align: middle;
}

.routes-shift-item .shift-unit{
    background-color: #e2f0fb;
    border-right: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    display: flex;
    justify-content: center;
    padding: 5px 0;
}

.routes-shift-item .shift-info{
    font-size: 12px;
    height: 43px;
    line-height: 43px;
    vertical-align: middle;
    text-align: center;
    background-color: #e2f0fb;
    border-right: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
}

.routes-shift-item .shift-unit .badge{
    height: 32px;
    /*margin-top: -6px;
    padding-top: 5px;*/
    width: 115px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.routes-shift-item .shift-unit .badge.badge-assigned-departure {
    width: calc(100% - 20px);
    /*height: min-content;*/
    display: block;
}

.routes-shift-item .shift-unit .badge-success{
    cursor: move;
}

.routes-shift-item .shift-schedule{
    height: 100%;
    border-right: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
    overflow: hidden;
}
/*
.routes-shift-item:hover {
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 1);
}
*/
.routes-shift-item .shift-schedule table{

}
.routes-shift-item .shift-schedule td:first-child{
    border-right: 1px solid #b0b0b0;
}
.routes-shift-item .shift-schedule td{
    font-family: OpenSansSemibold;
    font-size: 14px;
    color: #204971;
    text-align: center;
    border-bottom: 1px solid #b0b0b0;
    height: 30px;
    width: 85px;
    line-height: 14px;
}

.routes-shift-item .shift-schedule thead tr td{
    padding: 4px;

}

.routes-shift-item .shift-schedule td img.forward{
    position: absolute;
    margin-left: 17px;
    margin-top: -1px;
}

.routes-shift-item .shift-schedule td img.backward{
    position: absolute;
    margin-left: 17px;
    margin-top: -1px;
}


.routes-shift-item .shift-schedule .mCSB_inside > .mCSB_container {
    margin-right: 0px;
}

.routes-shift-update{
    color: #0b3053;
    font-family: OpenSansSemibold;
    font-size: 14px;
    margin-left: 0px;
    margin-top: 0px;
    min-width: 800px;
    width: 100%;
}

#routes-shift-update-model {
    width: 100%;
}

#routes-shift-update-model .form-group .help-block{
    font-size: 10px;
    color: #FF0000;
}

#routes-shift-update-model .form-group{
    margin-bottom: 20px;
}

#routes-shift-update-model input{
    max-width: 211px;
    border: 1px solid #b0b0b0;
    border-radius: 2px;
    height: 30px;
}


#routesshift-accept_day{
    word-spacing: -4px;
}

#routesshift-accept_day label{
    display: inline-block;
    width: 30px;
    line-height: 30px;
    cursor: pointer;
    text-align: center;
    font-size: 12px;
    color: #b0b0b0;
    border-left: 1px solid #b0b0b0;
    border-top: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
}

#routesshift-accept_day label:last-child{
    border-right: 1px solid #b0b0b0;
}

#routesshift-accept_day input{
    display: none;
}

#routesshift-accept_day input[type="checkbox"]:checked + label {
    background-color: #2b5e93;
    color: #ffffff;
    border-left: 1px solid #2b5e93;
    border-top: 1px solid #2b5e93;
    border-bottom: 1px solid #2b5e93;
}

#routesshift-accept_day input[type="checkbox"]:checked + label:last-child{
    border-right: 1px solid #2b5e93;
}

#routes-shift-update-schedule-form .jq-selectbox {
    width: 100%;
}

#routes-shift-update-schedule-form .jq-selectbox__select{
    border: 1px solid transparent;
    font: 13px/30px OpenSansRegular;
    color: #0b3053;
    padding: 0 30px 0 0;
}

#routes-shift-update-schedule-form select{
    width:270px;
}

#routes-shift-update-schedule-form tr{
    height: 44px;
}

#routes-shift-update-schedule-form td img.forward{
    position: absolute;
    margin-left: 5px;
    margin-top: -2px;
}

#routes-shift-update-schedule-form td img.backward{
    position: absolute;
    margin-left: 5px;
    margin-top: -2px;
}

#routes-shift-create-schedule-form{
    margin-top: 20px;
    margin-bottom: 150px;
}

#routes-shift-create-schedule-form #routesshiftstart-routes_template_id-styler{
    margin-left: 30px;
    float: left;
}

#routes-shift-create-schedule-form .jq-selectbox__select{
    height: 36px;
    border: 1px solid #b0b0b0;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 0;
    border-top-left-radius: 3px;
    border-top-right-radius: 0;
}
#routes-shift-create-schedule-form #routesshiftstart-start_time{
    border: 1px solid #b0b0b0;
    border-left: none;
    color: #0b3053;
    height: 36px;
    float: left;
    text-align: center;
    width: 110px;
}

#routes-shift-create-schedule-form button[type="submit"]{
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
    font-size: 21px;
    height: 36px;
    padding: 0;
    width: 40px;
}

#routes-shift-create-schedule-form span {
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    margin-left: 30px;
    margin-right: 10px;
}



/* POPOVER STYLES*/
.popover {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1060;
    display: none;
    max-width: 276px;
    padding: 1px;
    font-family: OpenSansRegular;
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    line-height: 1.42857143;
    text-align: left;
    text-align: start;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

    line-break: auto;
}
.popover.top {
    margin-top: -10px;
}
.popover.right {
    margin-left: 10px;
}
.popover.bottom {
    margin-top: 10px;
}
.popover.left {
    margin-left: -10px;
}
.popover-title {
    padding: 8px 14px;
    margin: 0;
    font-size: 14px;
    background-color: #f7f7f7;
    border-bottom: 1px solid #ebebeb;
    border-radius: 5px 5px 0 0;
    font-family: OpenSansBold;
}
.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 {
    content: "";
    border-width: 10px;
}
.popover.top > .arrow {
    bottom: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-color: #999;
    border-top-color: rgba(0, 0, 0, .25);
    border-bottom-width: 0;
}
.popover.top > .arrow:after {
    bottom: 1px;
    margin-left: -10px;
    content: " ";
    border-top-color: #fff;
    border-bottom-width: 0;
}
.popover.right > .arrow {
    top: 50%;
    left: -11px;
    margin-top: -11px;
    border-right-color: #999;
    border-right-color: rgba(0, 0, 0, .25);
    border-left-width: 0;
}
.popover.right > .arrow:after {
    bottom: -10px;
    left: 1px;
    content: " ";
    border-right-color: #fff;
    border-left-width: 0;
}
.popover.bottom > .arrow {
    top: -11px;
    left: 50%;
    margin-left: -11px;
    border-top-width: 0;
    border-bottom-color: #999;
    border-bottom-color: rgba(0, 0, 0, .25);
}
.popover.bottom > .arrow:after {
    top: 1px;
    margin-left: -10px;
    content: " ";
    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, .25);
}
.popover.left > .arrow:after {
    right: 1px;
    bottom: -10px;
    content: " ";
    border-right-width: 0;
    border-left-color: #fff;
}

#dragPopover{
    max-width: 200px;
}

#dragPopover label{
    margin-top: 20px;
}

#dragPopover input{
    width: 170px;
}

#dragPopover textarea{
    width: 170px;
    resize: none;
}
#selecte_all{
    text-decoration: underline;
    cursor: pointer;
}
#selecte_all:hover{
    text-decoration: none;
}

.width_100 {
    width: 100%;
}

#fs-edit-card-operator {
    width:230px;
}

/*loader start*/
.shaped-lock .loader-box{
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: calc((100% - 100px)/2);
}

.shaped-lock .loader-box span{
    font: 22px/40px 'Open Sans', sans-serif;
    text-shadow: 0 2px 2px rgba(0,0,0,.4);
    font-weight: 600;
    color: #fff;
}


.loader,
.loader:after {
    border-radius: 60px;
    width: 60px;
    height: 60px;
}
.loader {
    margin: 0px auto;
    position: relative;
    border-top: 8px solid rgba(0, 0, 0, 0);
    border-right: 8px solid rgba(0, 0, 0, 0);
    border-bottom: 8px solid rgba(0, 0, 0, 0);
    border-left: 8px solid #b0d562;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-animation: load 1.1s infinite linear;
    animation: load 1.1s infinite linear;
}


.routes-loader {
    margin: 0px auto;
    position: absolute;
    top: 0px;
    width: 100%;
    padding-top:300px;
    height: 400px;
}
@-webkit-keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
@keyframes load {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.error_field{
    border-color: #b81900!important;
}
.next-play{
    font-size: 9px;
    color: #959595;
    cursor: pointer;
    text-decoration: underline;
}
.radio_geofence{
    display: flex;
    flex-direction: column;
}
.radio_geofence label{
    display: flex;
    align-items: center;
}
.radio_geofence label input{
    margin: 0px 5px 0px 0px;
}





/* Notification ------------------------------------- */

#notification-modal .modal-dialog {
    max-width: 620px;
    top: calc(50% - 310px);
}
#notification-modal .modal-dialog  .modal-header{
    padding: 10px 20px 0px 20px;
    border-bottom: 0px;
}
#notification-modal .modal-dialog  .modal-header .close{
    opacity: 1;
}
#notification-modal .modal-dialog  .modal-header .close:hover{
    opacity: 0.5;
}
#notification-modal .modal-dialog  .modal-header .icon-close-btn:before{
    display: flex;
    width: 16px;
    height: 16px;
    content: url('../img/close_window.png');
}
#notification-modal .modal-dialog  .modal-header h4{
    margin-top: 0px;
    color: #ffffff;
    font-weight: bold;
    font-family: OpenSansBold;
    font-size: 14px;
    text-transform: uppercase;
}
#notification-modal .modal-dialog  .modal-header{
    background-color:#4FA7F0;
}
#notification-modal .modal-header .close{
    margin-top: 0px;
}
#notification-modal .modal-dialog  .modal-body{
    padding: 0px 0px 20px 0px;
}
#notification_form{
    padding: 0px 20px;
    min-height: 270px;
    display: flex;
}
#notification_form .notif_label,
#notification_form .notif_label2{
    color: #273E64;
    font-family: OpenSansBold;
    font-size: 13px;
    line-height: 15px;
    text-transform: uppercase;
}


#notification_form div.tab_unit label.notif_label_unit_or_group {
    margin-top: 16px;
    margin-right: 80px;
    line-height: 20px;
    font-size: 13px;
}

.tabs-btns{
    display: flex;
    border-bottom: 1px solid #B7C1D0;
}
.tab-btn{
    display: flex;
    align-items: center;
    padding: 0 20px 0 42px;
    font-size: 14px;
    cursor: pointer;
    background-color: #E9F6FE;
    height: 40px;
    position: relative;
}
.tab_name,
.tab_unit,
.block_condition{
    width: 100%;
}

.tabs-btns .tab-btn:nth-child(1) {
    z-index: 4;padding: 0 20px 0 32px;
}
.tabs-btns .tab-btn:nth-child(2) {
    z-index: 3;
}
.tabs-btns .tab-btn:nth-child(3) {
    z-index: 2;
}
.tabs-btns .tab-btn:nth-child(4) {
    z-index: 1;
}
.tabs-btns .tab-btn:nth-child(5) {
    z-index: 0;
}
.tabs-btns .tab-btn:nth-child(5):after {
    display: none;
}

.tab-btn:after {
    content: '';
    width: 28px;
    height: 28px;
    position: absolute;
    right: -15px;
    top: 6px;
    transform: rotate(45deg);
    background: #E9F6FE;
    border-top: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.tab-btn.active{background-color: #BBE2FA;}
.tab-btn.active:after{background-color: #BBE2FA;}

.tab-btn:hover{background-color: #e1edf5;}
.tab-btn:hover:after{background-color: #e1edf5;}

.tab-btn.disabled{background-color: #e3e3e3;}
.tab-btn.disabled:after{background-color: #e3e3e3;}

.tab-btn.disabled:hover{background-color: #e3e3e3;cursor: default;}
.tab-btn.disabled:hover:after{background-color: #e3e3e3;}

.tab-btn:last-child{
    justify-content: center;
    width: 100%;
}
.notif_label{
    margin-top: 20px;
}
.footer-btns{
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}
.footer-btns > div{
    padding: 9px;
    background-color: #4B9FEE;
    border-radius: 3px;
    font-size: 11px;
    text-transform: uppercase;
    font-family: OpenSansBold;
    color: #ffffff;
    margin-left: 5px;
    margin-right: 20px;
    font-weight: bold;
    cursor: pointer;
}
.footer-btns > div:hover{
    background-color: #4898e3;
}
.footer-btns > div:first-child{
    margin-left: 0px;
    margin-right: 0px;
}
.block-filter{
    display: flex;
    justify-content: space-between;
}
.filter-search{
    display: flex;
    height: 30px;
    align-items: center;
    width: 335px;
}
.filter-search input{
    outline: none;
    background: transparent;
    border: 1px solid #6a86a0;
    border-radius: 3px;
    padding-left: 15px;
    color: #204971;
    font-size: 13px;
    font-family: OpenSansRegular;
    width: 300px;
    height: 30px;
    text-align: left;

}
.filter-search img{
    width: 18px;
    height: 18px;
    margin-left: 5px;
}

.block-filter .select-all{
    display: flex;
    align-items: center;
    margin-left: 10px;
    cursor: pointer;
}
.block-filter .select-all input[type="checkbox"]{
    margin: 0px;
}
.block-filter .select-all span{
    color: #2C4774;
    font-size: 12px;
    margin-left: 2px;
    font-family: OpenSansRegular;
}
.active-checkbox-widget{
    height: 292px;
    border: 1px solid;
    margin-top: 10px;
    padding-bottom: 10px;
}
.checkbox label{
    padding-left: 10px;
}
ul.checkbox li input[type="checkbox"] + label{
    color: #2C4774;
    font-family: OpenSansRegular;
    cursor: pointer;
    z-index: 0;
    font-size: 12px;
}

.block-switching-condition,
.block-switching-period-settings {
    display: flex;
    justify-content: space-between;
    height: 40px;
    width: 100%;
    background-color: #F4F6F8;
    align-items: center;
}

.tabs-switching-condition,
.tabs-switching-period-settings {
    display: flex;
    height: 40px;
}

.tab-switching-condition,
.tab-switching-period-settings {
    display: flex;
    height: 38px;
    font-size: 12px;
    text-transform: uppercase;
    font-family: OpenSansBold;
    align-items: center;
    padding: 2px 6px 0 20px;
    color: #4c607a;
    cursor: pointer;
    border-right: 1px solid #d4d9e0;
}

.tab-switching-period-settings {
    padding: 2px 20px 0 20px;
}

.steps--remove-subtab-button,
.close-subtab-button,
.tab-switching-condition .delete-condition{
    width: 24px;
    height: 40px;
    margin-left: 6px;
    background-image: url('../img/delete-condition.png');
}

#maintenance--wrapper .steps--remove-subtab-button {
  display: none;
}

.tab-switching-condition:hover{
    color: #273E64;
}

.tab-switching-condition.active,
.tab-switching-period-settings.active {
    box-shadow: 0px 2px 0px 0px #62ABEA;
    color: #273E64;
}

.tab-switching-condition.error{
    color: #dc3b3f;
}
.tab-switching-condition.only-one{
    padding: 2px 20px 0 20px;
}
.tab-switching-condition.only-one .delete-condition{
    display: none;
}
.tab_notification .tab-switching-condition{
    white-space: nowrap;
    margin-top: 10px;
    margin-bottom: 10px;
}
.tab_notification .tabs-switching-condition{
    max-width: 510px;
    overflow-x: auto;
    height: 60px;
}
.add-condition{
    cursor: pointer;
}
.add-condition:before{
    content: url("../img/add_icon.png");
    width: 25px;
    height: 25px;
    margin-right: 20px;
}

#notification-modal .form-group{
   margin: 0px;
}
#notification_form .notif_label2{
    margin-top: 15px;
}

#notification_form .tab_period_of_notice .notif_label {
    margin-top: 0px;
}

#notification_form .tab_period_of_notice .week_days,
#notification_form .tab_period_of_notice .month_days {
    text-align: center;
    height: 30px;
    padding-top: 5px;
    font-family: OpenSansBold;
    font-size: 12px;
    margin-top: 10px;
}

#notification_form .tab_period_of_notice .week_days {
    width: 56px;
    color: #273E64;
}

#notification_form .tab_period_of_notice .week_days.active {
    background-color: #273E64;
    color: #ffffff;
}

#notification_form .tab_period_of_notice .month_days.active_day {
    background-color: #273E64;
    color: #ffffff;
}

#notification_form .tab_period_of_notice .month_days {
    background-color: #ffffff;
    color: #273E64;
    width: 36px;
}

#notification_form .tab_period_of_notice .calendar_filter.active {
    opacity: 1.0;
}

#notification_form .tab_period_of_notice .calendar_filter img {
    padding-right: 5px;
}

#notification_form .tab_period_of_notice .calendar_filter img,
#notification_form .tab_period_of_notice .calendar_filter label {
    cursor: pointer;
}

#notification_form .tab_period_of_notice .calendar_filter {
    opacity: 0.5;
    padding-top: 10px;
}

#notification_form #times_of_day input[type="text"] {
    width: 150px;
}

#notification_form .tab_period_of_notice #week_days .calendar {
    padding-top: 10px;
}

#notification_form .tab_period_of_notice .style_checkbox {
    margin: 0px 0 9px;
}

#notification_form .tab_period_of_notice #times_of_day .style_checkbox,
#notification_form .tab_period_of_notice #period .style_checkbox {
    margin: 20px 0 9px;
}

#notification_form .tab_period_of_notice .form-group {
    margin-top: 10px;
}

#notification_form #error_period_of_time,
#notification_form #error_use_times_of_day_one,
#notification_form #error_use_times_of_day_two {
    padding-left: 40px;
    padding-top: 5px;
    display: none;
}

#notification_form #error_use_times_of_day_one,
#notification_form #error_use_times_of_day_two {
    padding-left: 28px;
}

.block_fields{
    display: none;
}
.block_fields.open{
    display: block;
}
#id_geozone-styler ul{
    max-width: 460px;
    height: 250px;
}
form.notification_form #id_geozone{
    max-width: 460px;
    height: 250px;
}
/* Notification END ------------------------------------- */

.print-only {
    display: none;
}

.section_reports .leaflet-control-print{
    display: none;
}

#print_report{
    float: none;
    border-right: 1px solid;
    border-radius: 3px !important;
    position: relative;
    margin-left: 15px;
    padding: 0 10px;
}

#print_report img{
    margin-right: 5px;
}

#export_report{
    width: 90px;
}

#export_report img{
    margin-right: -1px;
}

#export_type-styler{
    width: 80px;
    float: left;
}

.template-minute-box {
    max-width: 50px;
}
.template-form-scrollable {
    min-height:450px;

}
table.template-form-table {
    border-collapse: collapse;
}
.modal-form input{
    border: 1px solid #CCC;
    color: black;
    font-size: 12pt;
    text-align:left;
}
table.template-form-table td{
    border-bottom: 1px solid #CCC;
    height: 45px;
    padding-left:16px;
    padding-right:16px;
}
table.template-form-table input {
    border: 1px solid #CCC;
    position: relative;
    bottom: -5px;
    color: black;
    font-size: 12pt;
    margin-left:8px;
    margin-right:8px;
}

img.add_units_group {
    cursor: pointer;
}
@media print {
    @page {
        size: A4 landscape;
    }

    .leaflet-control-container {
        display: none;
    }

    div.header, div.wrap_content, div.yii-debug-toolbar, div.toolbar, div.section_reports, div.section_alarm, div.section_notifications, div.section_maintenance, div.Copyright
    {
        display:none !important;
    }

    #section-routes
    {
        display: none !important;
    }

    #yii-debug-toolbar
    {
        display:none !important;
    }

    .marker-count, .speed, div.leaflet-label {
        background-color: rgba(255, 255, 128, 0.5) !important;
        border: 1px solid rgba(128, 128, 128, 0.5) !important;
        border-radius: 3px !important;
    }

    .print-only {
        display: block !important;
        position: fixed;
        width:100%;
        top: 0px;
    }

    .print-only h3 {
        text-align: center;
    }


}


/* New info_window ---------------------------------------------- */

div.window_arnavigelios .body_window{
    width: 100%;
    padding: 60px 20px 10px;
    display: flex;
    flex-direction: column;
}

div.window_arnavigelios .body_window_box,
.leaflet-popup-content .body_window_box,
.mini_window .mini_text .body_window_box {
    display: flex;
    flex-direction: row;
    margin: 0 0 12px 0;
}

div.window_arnavigelios .body_window_box .icon_box,
.leaflet-popup-content .body_window_box .icon_box,
.mini_window .mini_text .body_window_box .icon_box{
    display: flex;
}

div.window_arnavigelios .body_window_box .icon_box img,
.leaflet-popup-content .body_window_box .icon_box img,
.mini_window .mini_text .body_window_box .icon_box img{
    width: 19px;
    height: 19px;
    margin: 0;
    padding: 0;
}

div.window_arnavigelios .body_window_box .text_box,
.leaflet-popup-content .body_window_box .text_box,
.mini_window .mini_text .body_window_box .text_box{
    display: flex;
    flex-direction: column;
    margin-top: -3px;
    margin-left: 5px;
}

div.window_arnavigelios .body_window_box .text_box .title_text_box,
.leaflet-popup-content .body_window_box .text_box .title_text_box,
.mini_window .mini_text .body_window_box .text_box .title_text_box {
    font: 9px/14px 'OpenSansBold', sans-serif;
    color: #3A5C96;
    text-transform: uppercase;
}

div.window_arnavigelios .body_window_box .text_box .data_text_box,
.leaflet-popup-content .body_window_box .text_box .data_text_box,
.mini_window .mini_text .body_window_box .text_box .data_text_box{
    font: 14px/14px 'OpenSansRegular', sans-serif;
    color: #2D343F;
}

div.window_arnavigelios hr, .leaflet-popup-content hr {
    border: none;
    background: #DBE3F2;
    margin: 0 -20px;
    width: calc(100% + 40px);
    height: 1px;
}

div.window_arnavigelios .body_window_line_box,
.leaflet-popup-content .body_window_line_box,
.mini_window .mini_text .body_window_line_box {
    display: flex;
    flex-direction: row;
    width: max-content;
    width: -moz-max-content;
    width: -webkit-max-content;
}

div.window_arnavigelios .body_window_line_box .body_window_box,
.leaflet-popup-content .body_window_line_box .body_window_box,
.mini_window .mini_text .body_window_line_box .body_window_box{
    margin: 12px 15px 0 0;
}

div.window_arnavigelios .body_window_line_box .body_window_box:last-child,
.leaflet-popup-content .body_window_line_box .body_window_box:last-child,
.mini_window .mini_text .body_window_line_box .body_window_box:last-child{
    margin: 12px 5px 0 0;
}

div.window_arnavigelios .info_unit_sensors, div.window_arnavigelios .info_unit_arbitrary, .leaflet-popup-content .info_unit_sensors, .leaflet-popup-content .info_unit_arbitrary {
    font: 12px/17px 'OpenSansRegular', sans-serif;
    white-space: nowrap;
}

div.window_arnavigelios .info_unit_sensors span, div.window_arnavigelios .info_unit_arbitrary span, .leaflet-popup-content .info_unit_sensors span, .leaflet-popup-content .info_unit_arbitrary span{
    font: 12px/17px 'OpenSansBold', sans-serif;
}

div.window_arnavigelios .info_unit_sensors, div.window_arnavigelios .info_unit_arbitrary,.leaflet-popup-content .info_unit_sensors,.leaflet-popup-content .info_unit_arbitrary {
    white-space: normal;
    max-width: 400px;
}

div.window_arnavigelios .body_window_box .icon_box.info_coordinates_valid, .leaflet-popup-content .body_window_box .icon_box.info_coordinates_valid {
    display: none;
}
div.window_arnavigelios .body_window_box .icon_box.info_coordinates_invalid, .leaflet-popup-content .body_window_box .icon_box.info_coordinates_invalid {
    display: none;
}

div.window_arnavigelios .body_window_box .icon_box.info_coordinates_valid.active, .leaflet-popup-content .body_window_box .icon_box.info_coordinates_valid.active {
    display: flex;
}
div.window_arnavigelios .body_window_box .icon_box.info_coordinates_invalid.active, .leaflet-popup-content .body_window_box .icon_box.info_coordinates_invalid.active {
    display: flex;
}

/* New mini_window ---------------------------------------------- */

.mini-window-dialog .ui-widget-header{
    font-family: OpenSansRegular;
    background: #2b5e93;
}

.mini_window .mini_text{
    padding: 15px 15px 0;
    width: 100%;
}

.mini_window .mini_text hr {
    border: none;
    background: #DBE3F2;
    margin: 0 -15px;
    width: calc(100% + 30px);
    height: 1px;
}

.mini_window .mini_text .body_window_box .text_box .title_text_box {
    font: 9px/13px 'OpenSansBold', sans-serif;
}

.mini_window .mini_text .body_window_box .text_box .data_text_box{
    font: 13px/13px 'OpenSansRegular', sans-serif;
}

.mini_window .mini_text .body_window_box.hidden {
    display: none;
}

.mini_window .mini_text .body_window_line_box {
    margin-top: 2px;
    margin-bottom: 12px;
}

.mini_window .mini_chart{
    padding: 11px 15px 15px;
    width: 100%;
}

.mini_window .mini-window-sensors-wrapper {
    margin: 0;
    width: calc(100% + 30px);
    margin-left: -15px;
    padding-left: 15px;
    max-height: 72px;
    border-bottom: 1px solid #D9E4F1;
}

.mini_window .mini-window-sensors-wrapper.mini-window-three-sensors{
    box-shadow: inset 0 0 10px rgba(0,0,0,.1);
}


.mini_window #mCSB_5_container{
    min-height: 0;
}

.mini_window .mCSB_scrollTools .mCSB_draggerRail {
    background-color: rgba(5, 56, 87, 0.4);
}

.mini_window .mini-window-sensors-wrapper .body_window_box{
    padding: 15px 15px 15px 0;
    margin: 0;
}

.mini_window_sensors_text > span{
  display: block;
  font: 12px/15px 'OpenSansRegular', sans-serif;
}

.mini_window_sensors_text > span > span{
    font: 12px/15px 'OpenSansSemibold', sans-serif;
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar{
    background-color: #183959 !important;
}



/* New leaflet-popup ---------------------------------------------- */
.leaflet-popup-content {
    width: inherit !important;
    min-width: 300px;
}

.leaflet-popup-content .body_window{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.leaflet-popup-content-wrapper{
    border-radius: 5px !important;
    width: inherit !important;
}

.leaflet-popup-content {
    margin: 20px 20px 10px !important;
    line-height: normal;
}

.leaflet-popup-content div.top_window {
    position: relative;
    top: 0;
    left: 0;
    margin: -21px -21px 13px;
    background-color: #2b5e93;
    border-radius: 5px 5px 0 0;
    height: 40px;
    font: 18px/40px 'OpenSansLight', sans-serif;
    color: #fff;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    padding: 0 40px;
}

.track-control-point-popup .leaflet-popup-content-wrapper .leaflet-popup-content{
    margin: 35px 0 -1px 0 !important;    width: 600px !important;
}

.leaflet-container a.leaflet-popup-close-button {
    margin-right: 8px;
    padding: 0 !important;
    color: #fff !important;
    z-index: 1;
    font: 20px/40px 'OpenSansLight', sans-serif !important;
    transition: opacity .25s;
}

.leaflet-container a.leaflet-popup-close-button:hover {
    opacity: .6;
}

/* leaflet ---------------------------------------------- */
.leaflet-label {
    background: rgba(235, 235, 235, 0.81) !important;
    border: none !important;
    border-radius: 5px !important;
    color: #0b3053 !important;
    padding: 4px 7px !important;
    font: 12px/12px 'OpenSansRegular', Arial, sans-serif !important;
    margin-left: -8px;
    box-shadow: 0 2px 5px rgba(0,0,0,.1);
}

.leaflet-left .leaflet-control {
    margin-left: 37px !important;
}

.leaflet-bar a:first-child {
    border-radius: 0 !important;
}

.leaflet-bar a:last-child {
    border-radius: 0 !important;
}

.leaflet-control-print.leaflet-bar {
    border-radius: 0;
}

.leaflet-control-print.leaflet-bar img {
    margin-top: -2px;
}

.leaflet-bar {
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4) !important;
}

.leaflet-bar a, .leaflet-bar a:hover {
    color: #204971 !important;
}

.mini_window .leaflet-left .leaflet-control {
    margin-left: 10px !important;
}

.mini_window  .leaflet-bottom {
    display: none !important;
}

#fs_operator_auth_table select {
    background: white;
    height: 23px;
}

.modal-form-container .jq-selectbox {
    width: 100%;
    margin-bottom: 15px;
}

.modal-form-container label {
    color: #204971;
    font-size: 18px;
    font-family: OpenSansBold;
    text-transform: uppercase;
    font-size: 12px;
}



/* track-popup  &  group-objects-popup ---------------------------------------------- */
.track-popup .leaflet-popup-content{
	min-width: 50px;
	width: max-content !important;
	margin: 10px 25px 8px 15px !important;
}

.track-popup a.leaflet-popup-close-button {
    font: 18px/20px 'OpenSansLight', sans-serif !important;
    margin-right: 1px !important;
    color: #204a71 !important;
}

.track-popup .leaflet-popup-content span{
	font-family: "OpenSansSemiBold";
}

.group-objects-popup .leaflet-popup-content{
	min-width: 50px;
	width: max-content !important;
	margin: 10px 15px 8px !important;
}

.group-objects-popup a.leaflet-popup-close-button {
    display: none;
}

#route-map {
    float:left;
}
input#route_name_input {
    float:right;
    width:250px;
    border: 1px solid white;
    border-radius: 2px;
    margin-right:16px;
}

.route-date-block {
    padding: 10px 10px;
    width: 100%;
    display: flex;
    align-items: center;
    background-color:#204971;
    color: #ffffff;
    border-bottom: 1px solid #52687b;
}

.route-date-block label{
    font-weight: bold;
    margin-bottom: unset;
}

.route-date-block input{
    outline: none;
    border: 1px solid #a2b8d0;
    border-radius:3px;
    background-color: #0b3053;
    height: 35px;
    text-align: center;
}

.route-date-block p{
    margin-top: 12px;
    font-size: 0.8em;
}


div#route-detail-container {
    background-color: #ffffff;
    display: flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}

div#route-detail-container div.route-ruler-and-map {
    display: flex;
    flex-direction: row;
    height: 100%;
}
div#route-detail-container div.route-ruler-and-map div.route-map {
    display: flex;
    height:100%;
    width:100%;
}
#shift-list-buttons {
    margin-top:10px;
    margin-bottom:10px;
}
#units-assign-on-route tr.changed td{
    background-color: #a3d2e9;

}

ul.gelios_table_pagination {
    margin-top:10px;
    margin-left:20px;
}

.gelios_table_pagination li {
    display: inline-block;
}

.gelios_table_pagination li a,
.gelios_table_pagination li span {
    display: inline-block;
    text-decoration: none;
    width: 15px;
}

.gelios_table_pagination li.active {
    font-size: .9em;
}

.gelios_table_pagination li.active a {
    display: none;
}

.gelios_table_pagination li.active input {
    /*border: 1px solid #ddd;*/
    /*border-radius: 7%;*/
    width: 28px;
    /*outline: 0;*/
    text-align: center;
    border: 0;
    outline: none;
    border-bottom: 1px solid #8fa4b8;
    margin: 0 1px;
    font: 12px/12px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
}

.gelios_table_pagination li.first a,
.gelios_table_pagination li.first span {
    background: url('/img/report-grid-view/arrow-left-double.png') no-repeat center;
}

.gelios_table_pagination li.prev a,
.gelios_table_pagination li.prev span {
    background: url('/img/report-grid-view/arrow-left-single.png') no-repeat center;
}

.gelios_table_pagination li.last a,
.gelios_table_pagination li.last span {
    background: url('/img/report-grid-view/arrow-right-double.png') no-repeat center;
}

.gelios_table_pagination li.next a,
.gelios_table_pagination li.next span {
    background: url('/img/report-grid-view/arrow-right-single.png') no-repeat center;
}

.add-new-shift {
    float:left;
}

#units-assign-on-route .badge {
    font-size: 15px;
    font-family: serif;
    font-style: italic;
}

.grayout {
    opacity: 0.8;
}

#route-unit-unit-list-styler ul,
#route-unit-route-list-styler ul,
#route-shift-shift-list-styler ul,
#route-shift-unit-list-styler ul {
    max-height: 200px;
}
span.route-unit-watch {
    width: 15px;
    height: 11px;
    background: url("/img/within_accordion_icon.png");
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}

span.route-unit-watch.active {
    width: 15px;
    height: 11px;
    background: url("/img/within_accordion_icon_active.png");
    display: inline-block;
    margin-right: 8px;
    cursor: pointer;
}


span.unit-schedule-skew {
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 6px;
    border-radius: 4px;
    width: 70px;
    text-align: center;
    height: 22px;
    line-height: 23px;
    font-size: 13px;
    color: #fff;
    margin-right: 6px;
}

span.unit-schedule-skew.unit-schedule-skew-ok { background: #20A020; }
span.unit-schedule-skew.unit-schedule-skew-warning { background: #A0A020; }
span.unit-schedule-skew.unit-schedule-skew-danger { background: #A02020; }


div.forward-control-point-label {
    /*background: #3d5b7a !important; */
    background: rgba(61, 91, 122, 0.7) !important;
}

div.backward-control-point-label {
    /*background: #6b8e47 !important;*/
    background: rgba(107, 142, 71, 0.7) !important;
}

.update-shift-form-name-and-days {
    float: left;
    width: 230;
}

div.update-shift-form-name-and-days, div.update-shift-intervals-active, div.update-shift-intervals-inactive {
    float: left;
    width: 300px;
    padding: 10px 10px 10px 10px;
}

div.update-shift-form-name-and-days label, div.update-shift-intervals-active label, div.update-shift-intervals-inactive label {
    width: 100%;
}
div.update-shift-intervals-active input.time_from, div.update-shift-intervals-active input.time_till,
    div.update-shift-intervals-inactive input.time_from, div.update-shift-intervals-inactive input.time_till {
    width:100px;
}

div.update-shift-intervals-active input.time_till, div.update-shift-intervals-inactive input.time_till {
    margin-left:11px;
}

div.update-shift-intervals-active span.route-add-interval, div.update-shift-intervals-active span.route-remove-interval,
    div.update-shift-intervals-inactive span.route-add-interval, div.update-shift-intervals-inactive span.route-remove-interval {
    font-size: 32px;
    padding-left: 5px;
    padding-right: 5px;
    height: 30px;
    cursor: pointer;
    position: relative;
    top:5px;
}

div.update-shift-intervals-active span.route-add-interval:hover, div.update-shift-intervals-active span.route-remove-interval:hover,
    div.update-shift-intervals-inactive span.route-add-interval:hover, div.update-shift-intervals-inactive span.route-remove-interval:hover {
    color: #2d67a3;
}

div.update-shift-intervals-active span.route-add-interval:active, div.update-shift-intervals-active span.route-remove-interval:active,
    div.update-shift-intervals-inactive span.route-add-interval:hover, div.update-shift-intervals-inactive span.route-remove-interval:hover{
    position: relative;
    top:7px;
    left:2px;
}

a.shift-button {
    margin-left: 10px;
}

#sum-for-moneta-payment {
  height: 28px;
  width: 50px;
  font-size: 12px;
  color: #204971;
  border: 1px solid #6A86A0;
  text-align: center;
  padding-left: 3px;
  display: block;
  margin-top: 10px;
}

#loader-for-sum-for-moneta-payment {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  align-items: center;
  background: rgba(204, 204, 204, 0.37);
}

#date-format-label,
#time-format-label {
  display: block;
  margin-top: 10px;
}

.ui-dialog,
.ui-widget-overlay {
  z-index: 9999;
}

div.report_track_width {
    width: 100%;
    float: left;
    height: 48px;
    padding-top: 8px;
    padding-bottom: 8px;
    padding-left: 0;
    padding-right: 0;

}

div.report_track_width p {
    margin-top: 12px;
    text-transform: uppercase;
    color: #a8c0da;
    font-size: 12px;
    font-family: OpenSansRegular;
    float: left;
}

div.reports_block div.value-slider-range {
    margin-top:2px;
}

.polygon-area-label {
  font-size: 15px !important;
  line-height: 20px !important;
}

.leaflet-control-calc-area a {
  /*noinspection CssOptimizeSimilarProperties*/
  background-image: url(/img/map-buttons/calc-area-show.png);
  /*noinspection CssOptimizeSimilarProperties*/
  background-position: center;
}

.leaflet-control-calc-area a.polygon-area-delete-icon {
  /*noinspection CssOptimizeSimilarProperties*/
  background-image: url(/img/map-buttons/calc-area-hide.png);
  /*noinspection CssOptimizeSimilarProperties*/
  background-position: center;
}

.leaflet-control-logs a {
  /*noinspection CssOptimizeSimilarProperties*/
  background-image: url(/img/map-buttons/logs-show.png);
  /*noinspection CssOptimizeSimilarProperties*/
  background-position: center;
}

.leaflet-control-logs .logs-visible {
  /*noinspection CssOptimizeSimilarProperties*/
  background-image: url(/img/map-buttons/logs-hide.png);
  /*noinspection CssOptimizeSimilarProperties*/
  background-position: center;
}

.leaflet-bar a {
  height: 24px!important;
  width: 24px!important;
}

#accordion .block_driver:last-child {
  margin-bottom: 10px;
}

/* -------------------------------------------------------------------------- */

#reports-history {
  float: left;
  width: 99%;
}

#reports-history .mCSB_scrollTools_vertical{
  margin-right: -2px;
}

#reports-history-header {
  font-size: 14px;
  padding-bottom: 10px;
  text-align: center;
}

#reports-history-table-body {
  height: 200px;
  overflow: hidden;
}

#reports-history table {
  font-size: 12px;
  width: 100%;
}

#reports-history #reports-history-table-body tr {
  border-bottom: 1px solid #204971;
  height: 29px;
}

#reports-history table td {
  cursor: pointer;
  padding: 0;
}

#reports-history #reports-history-table-header {
  border-top: 1px solid #204971;
}

#reports-history #reports-history-table-header tr {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.25);
  font-weight: bold;
  height: 40px;
}

#reports-history table td {
  width: min-content;
  /*padding-right: 8px;*/
  position: relative;
}

#reports-history table td span{
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 11px;
}

#reports-history td.report-history-delete-td {
    margin: 0px;
    padding: 0px;
    width: 1px;
}
#reports-history span.report-history-delete {
    position: absolute;
    right: 2px;
    top: 2px;
    background: #204971;
    width: 24px;
    height: 24px;
    border-radius: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.15s ease-in-out;
    opacity: 0;
}
#reports-history tr:hover span.report-history-delete {
    opacity: 1;
}
#reports-history tr:hover span.report-history-delete:hover {
    opacity: 1;
    background: #0b3053;
}

#reports-history table td:nth-child(1){
  width: 128px;
  padding-left: 7px;
}
#reports-history table td:nth-child(1) span{
  width: 115px;
}


#reports-history table td:nth-child(2){
  width: 65px;
}
#reports-history table td:nth-child(2) span{
  width: 70px;
}

#reports-history table td:nth-child(3),
#reports-history table td:nth-child(4) {
  width: 100px;
}
#reports-history table td:nth-child(3) span,
#reports-history table td:nth-child(4) span{
  width: 90px;
}

#reports-history-table-footer{
  width: 100%;
  height: 8px;
  box-shadow: 0 -5px 10px 0 rgba(0, 0, 0, 0.25);
}




/*#reports-history table th:nth-child(1),*/
/*#reports-history table th:nth-child(2),*/
/*#reports-history table td:nth-child(1),*/
/*#reports-history table td:nth-child(2) {*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
  /*white-space: nowrap;*/
/*}*/

/*#reports-history table th:nth-child(3),*/
/*#reports-history table th:nth-child(4),*/
/*#reports-history table td:nth-child(3),*/
/*#reports-history table td:nth-child(4) {*/
  /*display: inline-block;*/
  /*width: 100px;*/
/*}*/

/* -------------------------------------------------------------------------- */

/*ROUTES*/

#routes_form input{
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid rgba(255,255,255,0.5);
    background: rgba(0,0,0,.15);
}

#routes_form input:active,
#routes_form input:focus{
    border: 1px solid rgba(255,255,255,1);
    outline: none;
}

#routes_form input::-webkit-input-placeholder { color: rgba(255,255,255,0.5)}
#routes_form input::-moz-placeholder { color: rgba(255,255,255,0.5)}
#routes_form input:-ms-input-placeholder { color: rgba(255,255,255,0.5)}
#routes_form input:-moz-placeholder { color: rgba(255,255,255,0.5)}


#routes_form div.tabled ul.ui-sortable-handle li.cell-left {
    background: url(/img/move-li-bg.png);
    background-repeat: no-repeat;
    background-position: 7px 11px;
}

#routes_form div.tabled ul.ui-sortable-handle.ui-sortable-helper li.cell-left,
#routes_form div.tabled ul.ui-sortable-handle:hover li.cell-left {
    background: url(/img/move-li-active-bg.png);
    background-repeat: no-repeat;
    background-position: 7px 11px;
}

#routes_form div.tabled ul.ui-sortable-handle.ui-sortable-helper li,
#routes_form div.tabled ul.ui-sortable-handle:hover li {
    cursor: move;
}

div.pleaseWait.confirmation_action {
    display: flex;
    align-items: center;
    padding: 20px;
    justify-content: center;
    z-index: 9999;
}

.pleaseWait span.please-wait-message {
    font-size: 48px;
    font-weight: bold;
    color: #847b7b;
    margin-right: 6px;
}


.leaflet-popup.track-stops-parkings-popup .leaflet-popup-content{
    display: flex;
    flex-direction: row;
    margin: 0 !important;
    overflow: hidden;
}

.leaflet-popup.track-stops-parkings-popup .leaflet-popup-content .track-stops-parkings-info {
    padding: 0 0 0 0;
    height: 80px;
    display: flex;
    align-items:center;
}

.leaflet-popup.track-stops-parkings-popup .leaflet-popup-content .track-stops-parkings-info div.track-stops-parkings-rows {
    padding-left:20px;
    
}

.leaflet-popup.track-stops-parkings-popup .leaflet-popup-content .track-stops-parkings-info div.track-stops-parkings-row {
    width: 200px;
    
}

.leaflet-popup.track-stops-parkings-popup 
    .leaflet-popup-content 
    .track-stops-parkings-info 
    div.track-stops-parkings-row 
    .track-stops-parkings-label-header {
        font-weight: bold;
}

.leaflet-popup.track-stops-parkings-popup .leaflet-popup-content .track-stops-parkings-button{
    width: 80px;
    min-width: 80px;
    height: 80px;
    display: flex;
    align-items:center;
    justify-content: center;
    background: rgba(0,0,0,.025);
    border-left: 1px solid rgba(0,0,0,.2);
    transition: all .25s ease-in-out;
    cursor: pointer;
}

.leaflet-popup.track-stops-parkings-popup .leaflet-popup-content .track-stops-parkings-button:hover{
    background: rgba(0,0,0,.075);
}

.leaflet-popup.track-stops-parkings-popup .leaflet-popup-content .track-stops-parkings-button img{
    margin: 0;
}

.leaflet-popup.track-stops-parkings-popup .leaflet-popup-close-button {
    display: none;
}
#C-Maintenance-A-Index tmp_group_header {
  display: block;
}

/* -------------------------------------------------------------------------- */

/* Maintenance */

#unit_list_for_maintenance_widget .item-header .item-name {
    cursor: pointer
}

#maintenance--plans-not-found {
  color: #fff;
  text-align: center;
  margin-top: 18px;
}

#maintenance--wrapper {
  /*margin-left: 427px;*/
  background: #fff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  position: relative;
}
#maintenance--wrapper.hidden {
    display: none;
}
#maintenance--wrapper .kv-grid-table {
  background: #fff;
  width: 100%;
}

#maintenance--wrapper .kv-grid-table th,
#maintenance--wrapper .kv-grid-table td {
  border-right: 1px solid #c4ccda;
  font-size: 11px;
  height: 2.2em;
  padding: 2px 6px;
  white-space: nowrap;
}
#maintenance--wrapper .kv-grid-table td input.kv-row-checkbox {
    margin-left: 34px;
}
#maintenancesearch-date {
  font-size: 11px!important;
  width: 92px!important;
}

#maintenance--wrapper .kv-grid-table th:nth-child(2),
#maintenance--wrapper .kv-grid-table td:nth-child(2) {
  /*max-width: 62px!important;*/
  /*overflow: hidden;*/
  /*text-overflow: ellipsis;*/
}

#maintenance--wrapper .kv-grid-table th:nth-child(4),
#maintenance--wrapper .kv-grid-table td:nth-child(4) {
  width: 8px;
}

[name="MaintenanceSearch[type_of_work]"],
#maintenance--wrapper .kv-grid-table th:nth-child(5),
#maintenance--wrapper .kv-grid-table td:nth-child(5) {
  /*min-width: 200px;*/
}

#maintenance--wrapper .kv-grid-table th:nth-child(6),
#maintenance--wrapper .kv-grid-table td:nth-child(6) {
  /*width: 130px;*/
}

[name="MaintenanceSearch[maintenanceName]"],
#maintenance--wrapper .kv-grid-table th:nth-child(7),
#maintenance--wrapper .kv-grid-table td:nth-child(7) {
  /*min-width: 200px;*/
}

#maintenance--wrapper .kv-grid-table th:nth-child(8),
#maintenance--wrapper .kv-grid-table td:nth-child(8) {
  width: 130px;
}

.maintenance--grid-view--filter-cell .block-report-tables__filter-input {
  width: 46px!important;
}
#maintenance--wrapper .kv-grid-table td.maintenance-grid-view-last-column-currency {
    text-align: right;
    padding-right: 48px;
}
#maintenance--unitName-filter-column input {
  width: 80px!important;
}

#maintenance--wrapper .kv-grid-table thead th {
  background-color: #204971;
  border-right-color: #3a6289;
  color: #fff;
  cursor: auto;
  font-family: OpenSansBold, sans-serif;
  padding-top: 4px;
  padding-bottom: 4px;
  line-height: 12px;
  white-space: nowrap;
}

#maintenance--wrapper .kv-grid-table thead a {
  color: #fff;
}

#maintenance--wrapper .kv-grid-table thead .filters {
  background-color: #fff;
}

#maintenance--wrapper .kv-grid-table tbody tr:nth-child(odd) {
  background-color: #eff1f5;
}

#maintenance--status-column {
  width: 20px;
}

.maintenance--status-done,
.maintenance--status-planned,
.maintenance--status-near,
.maintenance--status-overdue {
  padding-left: 21px!important;
  width: 20px;
}

.maintenance--status-done {
  background-image: url('/img/maintenance/status-done.png');
}

.maintenance--status-planned {
  background-image: url('/img/maintenance/status-planned.png');
}

.maintenance--status-near {
  background-image: url('/img/maintenance/status-near.png');
}

.maintenance--status-overdue {
  background-image: url('/img/maintenance/status-overdue.png');
}

#select2-maintenancesearch-algorithm-results .select2-results__option {
  padding: 5px;
}

/* -------------------------------------------------------------------------- */

#maintenance--form {
  /*height: 400px;*/
}

[data-steps--tab-content="units"] .help-block {
  clear: both;
  color: #a94442;
  display: none;
  padding-top: 10px;
}

/* Maintenance - Modal */

.steps--tabs {
  display: flex;
  border-bottom: 1px solid #b7c1d0;
}

.steps--tab {
  background-color: #e3e3e3;
  cursor: pointer;
  display: flex;
  flex-grow: 1;
  justify-content: center;
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  position: relative;
}

.steps--tab:not(:first-child) {
  padding-left: 16px;
}

.steps--tab.active,
.steps--tab.active::after {
  background-color: #bbe2fa;
}

.steps--tab::after {
  background: #e3e3e3;
  border-top: 1px solid #ccc;
  border-right: 1px solid #ccc;
  content: '';
  height: 28px;
  width: 28px;
  position: absolute;
  right: -15px;
  top: 6px;
  transform: rotate(45deg);
}

.steps--tab:last-child::after {
  display: none;
}

.steps--tab:nth-child(1) {
  z-index: 5;
}

.steps--tab:nth-child(2) {
  z-index: 4;
}

.steps--tab:nth-child(3) {
  z-index: 3;
}

.steps--tab:nth-child(4) {
  z-index: 2;
}

.steps--tab:nth-child(5) {
  z-index: 1;
}

.steps--buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 30px;
}

.maintenance-modal-form .steps--button,
.maintenance-modal-form .fill-from-plan {
  background-color: #4b9fee;
  border-radius: 3px;
  color: #fff;
  cursor: pointer;
  font-family: OpenSansBold, sans-serif;
  font-size: 11px;
  font-weight: bold;
  
  padding: 9px;
  text-transform: uppercase;
}
.maintenance-modal-form .steps--button {
    margin-left: 5px;
}
.maintenance-modal-form .fill-from-plan {
    width: max-content;
    text-align: center;
}
.maintenance-modal-form .fill-from-plan.disabled,
.maintenance-modal-form .fill-from-plan.disabled:hover {
    cursor: not-allowed;
    background-color: #ccc;
}
.maintenance-modal-form .steps--button:hover,
.maintenance-modal-form .fill-from-plan:hover {
  background-color: #4898e3;
}

[data-steps--tab-content] {
  display: none;
}

/* -------------------------------------------------------------------------- */

/* Maintenance - Modal - Bootstrap */

@media (min-width: 768px) {
  .modal-dialog {
    width: 650px;
  }
}

.modal-dialog .modal-header {
  background-color: #4fa7f0;
  border-bottom: 0;
  color: #fff;
  font-family: OpenSansBold, sans-serif;
  font-size: 14px;
  font-weight: bold;
  height: 30px;
  line-height: 30px;
  padding: 0 20px;
  text-transform: uppercase;
}

.modal-dialog .modal-header .close {
  color: #fff;
  margin-top: 4px;
  opacity: 0.7;
}

/* -------------------------------------------------------------------------- */

.form-group {
  margin-top: 15px;
}

.control-label {
  color: #204971;
  font-family: OpenSansBold, sans-serif;
  font-size: 12px;
  text-transform: uppercase;
}

/* -------------------------------------------------------------------------- */

.field-unitsgroups-name {
    float: left;
    margin-top: 2px;
    margin-bottom: 0px;
}

.steps--subtabs {
  background-color: #f4f6f8;
  height: 40px;
}

.steps--subtab {
  border-right: 1px solid #d4d9e0;
  color: #4c607a;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-family: OpenSansBold, sans-serif;
  font-size: 12px;
  height: 38px;
  padding: 2px 6px;
  text-transform: uppercase;
  float: left;
}

.steps--subtab.active {
  box-shadow: 0 2px 0 0 #62abea;
  color: #273e64;
}

.steps--add-subtab {
  cursor: pointer;
  float: right;
  margin-top: 8px;
}

.steps--add-subtab:before {
  content: url(../img/add_icon.png);
  height: 25px;
  width: 25px;
  margin-right: 8px;
}

/* -------------------------------------------------------------------------- */

.last-maintenance-content-header span:first-child,
.last-maintenance-content-list-item label {
  display: inline-block;
  width: 240px;
  margin-left: 10px;
}

.maintenance--invalid {
  box-shadow: 0 2px 0 0 #a94442!important;
  color: #a94442!important;;
}

.last-maintenance-error {
  clear: both;
  color: #a94442;
  display: none;
  padding-top: 10px;
}

.last-maintenance-content {
  border: 1px solid #6a86a0;
  border-radius: 3px;
  margin-top: 15px;
  padding: 0;
}

.last-maintenance-content-header {
  background: #e5ebf0;
  margin-bottom: 10px;
}

.last-maintenance-content-footer {
  background: #e5ebf0;
  height: 30px;
  line-height: 30px;
  padding-left: 10px;
}

.last-maintenance-content-list-item > input,
.last-maintenance-content-footer input {
  border-radius: 3px;
  line-height: initial;
  height: 23px;
  width: 203px;
  font-size: 12px;
  color: #204971;
  border: 1px solid #6A86A0;
  text-align: left;
  padding-left: 3px;
}

#maintenance--plan-tab-content.hidden {
    display: none;
}
#maintenance--plan-tab-content.hidden {
    display: none;
}
.maintenance-plan-period {
    display: flex;
    flex-direction: column;
    padding: 8px 0px 8px 0px;
}
.maintenance-plan-period .maintenance-plan-period-dates,
.maintenance-plan-period .maintenance-plan-period-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    padding: 4px 10px 4px 10px;
}
.maintenance-plan-period .maintenance-plan-period-dates .maintenance-plan-period-date {
    background: transparent url(../img/icon_calendar.png) no-repeat scroll 140px center;
    border: 1px solid #a2b8d0;
    border-radius: 3px;
    color: #ffffff;
    font-family: OpenSansLight;
    font-size: 12px;
    height: 35px;
    margin: 0 0;
    outline: medium none;
    padding-left: 9px;
    width: 170px;
}
.maintenance-plan-period .maintenance-plan-period-buttons .maintenance-plan-period-clear {
    background: transparent none repeat scroll 0 0;
    border: 1px solid #9dd2f1;
    border-radius: 3px;
    color: #9dd2f1;
    cursor: pointer;
    font-family: OpenSansLight;
    font-size: 14px;
    height: 33px;
    outline: medium none;
    text-transform: uppercase;
    width: 170px;
}
.maintenance-plan-period .maintenance-plan-period-buttons .maintenance-plan-period-execute {
    width: 170px;
    height: 33px;
    background: #0fa2e9;
    color: #ffffff;
    font-size: 14px;
    font-family: OpenSansBold;
    border-radius: 3px;
    outline: none;
    border: none;
    cursor: pointer;
    text-transform: uppercase;
    box-shadow: 0 1px 4px 0px rgba(0,0,0,.2);
}
.maintenance--maintenance-name {
    color: #fff;
    font-size: 14px;
    font-family: OpenSansRegular, sans-serif;
    height: 42px;
    border-bottom: 1px solid #204971;
    line-height: 42px;
    padding: 0 10px 0 24px;
    width: 100%;
    cursor: pointer;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
}
#maintenance--list .maintenance-plan-item.active {
    background-color: #0b3053;
}
#maintenance--list .maintenance-plan-item.active .maintenance--maintenance-name {
    cursor: initial;
}
.maintenance--maintenance-name.maintenance--all-plans {
    /*padding-left: 45px;*/
}
.maintenance--maintenance-name.maintenance--all-plans img.maintenance--all-plans-icon {
    margin-right: 4px;
}
.maintenance--maintenance-name span.maintenance-name {
  display: flex;
  text-overflow: ellipsis;
  overflow: hidden;
  vertical-align: bottom;
  width: 100%;
}
.maintenance--maintenance-name .maintenance-control-icons,
#maintenance--items .maintenance-control-icons {
    display: flex;
}
.maintenance--maintenance-name .maintenance-control-icons .maintenance-control-icon,
#maintenance--items .maintenance-control-icons .maintenance-control-icon{
    width: 28px;
    height: 28px;
    border-radius: 2px;
    margin-right: 2px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .25s ease-in-out;
    cursor: pointer;
}
.maintenance--maintenance-name .maintenance-control-icons .maintenance-control-icon:hover,
#maintenance--items .maintenance-control-icons .maintenance-control-icon:hover {
    background: #133152;
}
#maintenance--items {
  display: none;
}

#maintenance--items > li {
    border-bottom: 1px solid #183959;
    transition: all .25s;
    width: 100%;
    height: 42px;
    background-color: #204971;
    border-bottom: 1px solid #183959;
    /*  line-height: 33px;*/
    padding: 0 10px 0 24px;
    display: flex;
    flex-direction: row;
    align-items: center;

}
#maintenance--items .maintenance-type-of-work-name {
    font-size: 14px;
    color: #fff;
    font-family: OpenSansLight, sans-serif;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    width: 100%;
}
#maintenance--items .maintenance-control-icons {
    
}
.algorithm-value-select-wrapper input {
  display: inline-block;
  width: auto;
}

.algorithm-value-select-wrapper label:nth-of-type(2) {
  margin-left: 5px;
}

#maintenance--edit-status-icon {
  background: url(/img/maintenance/ic-done-ok.png) no-repeat right;
  cursor: pointer;
}

#maintenance--status-filter-column {
  min-width: 105px;
}

#maintenance--wrapper .select2-selection__rendered,
#maintenance--wrapper .select2-results__options {
  font-size: 11px;
}

.select2-results__option {
  font-size: 11px;
}

#maintenance--wrapper .select2-container--krajee .select2-selection--single {
  height: auto;
}

#maintenance--wrapper .select2-selection__arrow {
  border-left: 0;
  height: 16px;
}

#maintenance--wrapper .kv-grid-table tbody tr.maintenance--today-row,
#maintenance--wrapper .kv-grid-table tbody tr.maintenance--after-today {
  background: #507794;
  color: #fff;
  font-weight: bold;
}

#maintenance--wrapper .kv-grid-table tbody tr.maintenance--today-row td {
  padding-left: 11px;
}


#maintenance--wrapper .kv-grid-table tbody tr.maintenance--after-today td{
  height: 7px;
}

.units_group .maintenance--list-icons {
  display: none;
}

.maintenance--counter-is-not-exists {
  background: url('/img/maintenance/status-overdue.png') no-repeat;
  padding-left: 21px;
}

.maintenance--status-ok {
  background: url(/img/maintenance/status-done.png) no-repeat;
  display: inline-block;
  height: 20px;
  width: 20px;
  padding-left: 22px;
}

.maintenance--active-checkbox-list-header {
  background: #e5ebf0;
}

.maintenance--active-checkbox-list-header > div {
  display: inline-block;
  width: 32%;
  padding-left: 32px;
  padding-top: 7px;
}

.maintenance--active-checkbox-list--unit-name {
  display: inline-block;
  width: 235px;
}

.maintenance--active-checkbox-list--unit-mileage {
  display: inline-block;
  width: 203px;
}

.maintenance--active-checkbox-list--unit-mileage,
.maintenance--active-checkbox-list--unit-engine-hours {
  color: #2c4774;
  font-family: OpenSansRegular, sans-serif;
  font-size: 12px;
}

.last-maintenance-content-header span:nth-child(2) {
  display: inline-block;
  width: 196px;
}

.last-maintenance-content-header > span {
  font-size: 14px;
  vertical-align: middle;
}

.maintenance--status-enter-data {
  background: url(/img/maintenance/status-near.png) no-repeat;
  padding-left: 23px;
}

.maintenance--current-engine-hours {
  width: 230px;
  display: inline-block;
}

.maintenance--validated,
.maintenance--validated::after {
  background-color: #e9f6fe;
}

#maintenance--wrapper .kv-grid-table .filters td input {
  border: 0;
  outline: none;
  border-bottom: 1px solid #8fa4b8;
  margin: 0 1px;
  font: 12px/12px "Trebuchet MS", Tahoma, Verdana, Arial, sans-serif;
  /*width: 92px;*/
}

[name="__from__numeric__work_cost"],
[name="__to__numeric__work_cost"] {
  width: 22px;
}

.block-report-tables__reset-filter-button {
  cursor: pointer;
  margin-right: -4px;
}

#maintenance--wrapper .select2-selection {
  border: 0;
  box-shadow: none;
  padding: 1px;
}

.select2-container--krajee .select2-dropdown {
  border-color: #c4ccda!important;
}

#maintenance--grid-view-statistics {
  background: #cad6df;
}

#maintenance--grid-view-statistics td:nth-child(2) {
  text-indent: -6px;
}

/* -------------------------------------------------------------------------- */

#maintenance--plan-statistics--period--wrapper,
#maintenance--statistics--budget .title,
#maintenance--statistics--engine-hours .title {
  background: #0b3053;
  color: #fff;
  display: flex;
  align-items: center;
  font-size: 12px;
  height: 25px;
  text-transform: uppercase;
}

#maintenance--statistics--engine-hours {
  height: 100%;
  overflow: hidden;
}

#maintenance--statistics--budget,
#maintenance--statistics--engine-hours {
  float: left;
  width: 50%;
}

#maintenance--plan-statistics--period--wrapper .active {
  border-bottom: 2px solid;
}

#maintenance--statistics--budget .title,
#maintenance--statistics--engine-hours .title {
  padding-left: 24px;
}

#maintenance--plan-statistics--period--wrapper > div {
  cursor: pointer;
  display: inline-block;
  width: 145px;
  text-align: center;
}

#maintenance--plan-statistics--period {
  border-right: 1px solid #20486e;
  width: 100px!important;
}

#maintenance--plan-statistics--columns {
  display: flex;
}

#maintenance--plan-statistics--columns > div {
  border-right: 1px solid #dce7ef;
  width: 506px;
  /*height: 362px;*/
}

#maintenance--plan-statistics--columns .column,
#maintenance--plan-statistics--columns .info {
  display: inline-block;
}

#maintenance--plan-statistics--columns--wrapper,
#maintenance--plan-statistics--wrapper {
  /*height: 100%;*/
}

#maintenance--plan-statistics--columns .column {
  background: #dce7ef;
  border-radius: 5px;
  height: 35vh;
  width: 22%;
  margin: 13px 0 0 25px;
  position: relative;
}

#maintenance--plan-statistics--columns .info {
  width: 60%;
}

#maintenance--plan-statistics--columns .budget-for-work,
#maintenance--plan-statistics--columns .budget-for-materials {
  font-size: 13px;
}

#maintenance--plan-statistics--columns .info > .title {
  font-size: 18px;
}

#maintenance--plan-statistics--columns .info > div > .title {
  font-weight: bold;
}

#maintenance--plan-statistics--columns .level {
  border-radius: 5px;
  color: #fff;
  width: 100%;
  position: absolute;
  bottom: 0;
}

#maintenance--plan-statistics--planned .level {
  background: #4aa3e9;
}

#maintenance--plan-statistics--done .level {
  background: #41af58;
}

#maintenance--plan-statistics--near .level {
  background: #eab100;
}

#maintenance--plan-statistics--overdue .level {
  background: #ee2900;
}

#maintenance--plan-statistics--columns .number-of-object {
  position: absolute;
  bottom: 19px;
  font-size: 23px;
  text-align: center;
  width: 100%;
}

#maintenance--plan-statistics--columns .object-word {
  position: absolute;
  bottom: 2px;
  font-size: 11px;
  text-align: center;
  width: 100%
}

#maintenance--statistics--budget-chart,
#maintenance--statistics--engine-hours-chart {
  height: 85%;
}

@media (min-height: 800px) {

  #maintenance--statistics--budget-chart {
    height: 94.5%;
  }

  #maintenance--statistics--engine-hours-chart {
    height: 45vh;
  }

}

#maintenance--statistics--budget-chart {
  border-right: 10px solid #0b3053;
}

#maintenance--statistics--engine-hours {
  border-left: 10px solid #0b3053;
}

#maintenance--grid-view--wrapper, #maintenance--statistics--wrapper
{
    display: flex;
    flex-direction: column;
    height: 100%;
}
#maintenance--grid-view--wrapper.hidden, #maintenance--statistics--wrapper.hidden {
    display: none;
}
#maintenance--grid-view--wrapper .maintenance-grid-view-scroller {
    display: flex;
    flex-direction: column;
    height: 100%;
}
#maintenance--please-wait {
    position: absolute;
    top: 0px;
    left:0px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.5);
}
#maintenance--please-wait.hidden {
    display: none;
}
#maintenance--statistics--engine-hours-table thead td {
  background: #dce7ef;
  font-weight: bold;
}

#maintenance--statistics--engine-hours-table {
  width: 100%;
}

#maintenance--statistics--engine-hours-table td:first-child {
  padding-left: 24px;
  min-width: 140px;
  max-width: 150px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: pre;
}

#maintenance--statistics--engine-hours-table td:last-child {
  padding-right: 32px;
  text-align: right;
}

#maintenance--statistics--engine-hours-table .horizontal-column {
  width: 420px;
  padding: 0 7px;
}

#maintenance--statistics--engine-hours-table .horizontal-column > div {
  background: #4c7ea9;
  display: inline-block;
  height: 21px;
}

#maintenance--group-list {
  height: 100%!important;
}

#maintenance--group-list .units_group {
  padding-right: 10px;
}

.maintenance--group-history-and-report {
  float: right;
}

.maintenance--group-history-and-report .maintenance--history-icon {
  margin-right: 10px;
}

#maintenance--history-form--wrapper .active-checkbox-widget {
  float: none;
}

#maintenance--history-form--wrapper {
  overflow: hidden!important;
}

#maintenance--form ul.checkbox li {
  float: none;
}

#maintenance--show-units-with-mileage-counter,
#maintenance--show-units-with-engine-hours-counter {
  color: #2C4774;
  font-size: 12px;
  font-family: OpenSansRegular, sans-serif;
}

[data-steps--tab-content="units"] .notif_label {
  display: none;
}

[data-steps--tab-content="units"] .block-filter {
  margin-top: -15px;
}

#maintenance--statistics--engine-hours {
  height: 49vh;
}

#maintenance--statistics--budget {
  height: 49vh;
}

@media (max-height: 800px) {
  #maintenance--statistics--budget-chart {
    height: 84%;
  }
  #maintenance--statistics--budget {
    height: 45vh;
  }
}

#maintenance--history-form--wrapper .subtab-content {
  height: 45vh;
}

#maintenance--history-form--wrapper .subtab-content input {
  width: 98%;
}
#maintenance--history-form--wrapper .subtab-content div.maintenance-form-field-currency {
    display: flex;
    width: 98%;
}
.maintenance-modal-form div.maintenance-form-field-currency{
    display: flex;
    width: 100%;
}
#maintenance--history-form--wrapper .subtab-content div.maintenance-form-field-currency input,
.maintenance-modal-form div.maintenance-form-field-currency input{
    width: 100%;
}
#maintenance--history-form--wrapper .subtab-content div.maintenance-form-field-currency span.maintenance-form-field-currency-label,
.maintenance-modal-form div.maintenance-form-field-currency span.maintenance-form-field-currency-label {
    display: flex;
    align-items: center;
    color: #204971;
    margin-left: 8px;
    margin-right: 8px;
    font-family: OpenSansRegular;
}
.maintenance--tooltip {
  font-size: 11px;
}

#maintenance--group-list + .search_div {
  background: #2b5e93;
}

#maintenance--group-list #units_groups_pjax {
  margin-bottom: 40px;
}

/* Loader */

@keyframes w3l__loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

.w3l__loader__wrapper {
  background-color: rgba(234, 234, 234, .8);
  display: none;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 999;
}

/* Uncomment the following comments for rectangular line */
.w3l__loader {
  animation: w3l__loading 1.1s infinite linear;
  /*border: 8px solid transparent;*/
  border-top: 8px solid #b0d562;
  /*border-right: 8px solid #b0d562;*/
  border-radius: 60px;
  box-sizing: border-box;
  height: 60px;
  width: 60px;
  margin: auto;
}

/* /Loader */

#ui-datepicker-div.maintenance--datepicker {
  background: #e3e3e3;
}

.maintenance--datepicker .ui-datepicker-calendar th,
.maintenance--datepicker .ui-datepicker-title,
.maintenance--datepicker .ui-state-default {
  color: #262424;
}

.maintenance--datepicker .ui-icon {
  /*background-color: #262424;*/
  border-radius: 5px;
}

#maintenance--wrapper .mCSB_container_wrapper,
#maintenance--wrapper .mCSB_container {
  margin: 0;
  padding: 0;
}

[data-steps--tab-content="entries"] > div {
  max-height: 50vh;
  overflow: hidden;
}


div.dyn_content .ui-resizable-e {
    width: 16px;
}

.reports_block.reports_period {
    max-width: 400px;
}

div.section_foreign_service {
    width: 100%;
    height: 100%;
    padding: 0;
    position: relative;
    display: flex;
    flex-direction: column;
}
div.section_foreign_service.hidden {
    display: none;
}
/* Beltoll booths */

[class|="beltoll-booth-cluster"] {
  height: 57px;
  width: 57px;
  position: relative;
}

.beltoll-booth-cluster-less-than-10 {
  background: url('/img/toll-roads/beltoll-booth-cluster-less-than-10.png');
}

.beltoll-booth-cluster-less-than-100 {
  background: url('/img/toll-roads/beltoll-booth-cluster-less-than-100.png');
}

.beltoll-booth-cluster-more-than-100 {
  background: url('/img/toll-roads/beltoll-booth-cluster-more-than-100.png');
}

.beltoll-booth-count {
  color: #fff;
  position: absolute;
}

.beltoll-booth-cluster-less-than-10 .beltoll-booth-count {
  top: 7px;
  right: 10px;
}

.beltoll-booth-cluster-less-than-100 .beltoll-booth-count {
  top: 7px;
  right: 7px;
}

.beltoll-booth-cluster-more-than-100 .beltoll-booth-count {
  font-size: 10px;
  top: 8px;
  right: 5px;
}

/* /Beltoll booths */

#report_tables_full {
  position: absolute;
  top: 2px;
  margin-top: 0!important;
}

#report_tables {
  position: absolute;
  top: 2px;
  margin-top: 0!important;
}

/*.block-report-tables__header {
  padding: 4px 0 0 30px;
}*/

/* Scrollbox */

.scrollbox-up,
.scrollbox-down {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 1px;
  right: 147px;
  font-size: 21px;
}

.scrollbox-down {
  right: 126px;
}

.block-report-tables__table-toggler {
    width: 100%;
    /*overflow: hidden;*/
    /*color: #fff;*/
    /*display: block;*/
    /*text-transform: uppercase;*/
    /*font-size: 13px;*/
    /*font-family: OpenSansBold;*/
    /*line-height: 17px;*/
    /*padding-top: 2px;*/
    /*height: 23px;*/
}

/* /Scrollbox */

#maintenance--grid-view--wrapper thead th:first-child {
  padding-left: 40px;
}

#maintenance--grid-view--wrapper #filters td:first-child {
  text-align: right;
}

#maintenance--form-wrapper .required label:after {
  color: #a94442;
  content: ' *';
}

#maintenance--form,
#maintenance--edit-status-form {
  max-height: 65vh;
}

#maintenance--form [data-steps--tab-content],
#maintenance--edit-status-form .form-group {
  /*margin-right: 20px;*/
}

#maintenance--form-wrapper,
#maintenance--edit-status-form--wrapper {
  overflow: hidden;
}

#maintenance--plan-statistics--common-wrapper {
  height: 100%;
  overflow: hidden;
}

#ui-datepicker-div {
  z-index: 99999!important;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  border: 0;
}

.leaflet-touch .leaflet-bar a {
  line-height: normal;
}

.leaflet-bar.leaflet-control a {
  font-size: 19px;
  font-weight: normal!important;
}

div.map div.leaflet-tooltip {
    background: rgba(235,235,235, 0.8);
    border-color: rgba(235,235,235, 0.8);
    padding: 1px;
}

div.map div.leaflet-tooltip-bottom:before {
    border-bottom-color: transparent;
}

.number-of-selected-rows {
  margin-top: -11px;
  margin-left: 10px;
  float: left;
  font-size: 13px;
}

.maintenance .menu_notification {
  left: 60%;
}

#unit_list_for_maintenance_widget_container {
    display:flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
#unit_list_for_maintenance_widget_container.hidden {
    display: none;
}
#maintenance--plan-tab-content {
    display:flex;
    flex-direction: column;
    height: 100%;
    overflow: hidden;
}
#maintenance--plan-tab-content.hidden {
    display: none;
}
div.scale-section {
  width: 100%;
  height: 14px;
  background: #18375a;
  position: relative;
  border-bottom: 1px solid #8fa8c3;
}
div.body_window div.scale-section {
  width: 100%;
  height: 16px;
  background: #eaf4ff;
  position: relative;
  margin-top: 16px;
  margin-bottom: 6px;
  border: none;
/*  border: 1px solid #ccc;*/
  /*border-radius: 3px;*/
}
div.scale-section div.time-needle {
    position: absolute;
    display: inline-block;
    width: 2px;
    height: 13px;
    background: red;
    top:0px;
    left:-10%;
}
div.body_window div.scale-section div.time-needle {
    height: 16px;
}
div.scale-section ul.scale {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  /*opacity: .3;*/
  position: relative;
  height: 100%;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

div.body_window div.scale-section ul.scale {
    /*opacity: .5;*/
}
div.scale-section ul.scale li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 3px;
  width: calc(100%/12);
  list-style: none;
  font-size: 8px;
  line-height: 8px;
  font-family: "Open Sans", Arial, sans-serif;
  font-weight: 400;
  font-style: normal;
  color: #8b9bac;
  border-left: 1px dashed #8b9bac;
  height: 100%;
}
div.scale-section ul.scale li:last-child {
    border-right: 1px solid white;
}
div.body_window div.scale-section ul.scale li {
    font-size: 12px;
    line-height: 12px;
    color: #8aa9c9;
    border-left: 1px solid #8aa9c9;
}
div.body_window div.scale-section ul.scale li:last-child {
    border-right: 1px solid #8aa9c9;
}
div.scale-section .line-box {
  width: 100%;
  height: 5px;
  /*background: red;*/
  position: absolute;
  opacity: 1;
  left: 0;
}
div.body_window div.scale-section .line-box {
    height: 6px;
}
div.scale-section .line-box.motion-line {
  top: 0;
/*  background: -webkit-gradient(linear, left top, right top, from(rgba(13, 225, 0, 0)), color-stop(30%, rgba(13, 225, 0, 0)), color-stop(30%, #0de100), color-stop(32%, #0de100), color-stop(32%, rgba(13, 225, 0, 0)), color-stop(34%, rgba(13, 225, 0, 0)), color-stop(34%, #0de100), color-stop(37%, #0de100), color-stop(37%, rgba(13, 225, 0, 0)), color-stop(38%, rgba(13, 225, 0, 0)), color-stop(38%, #0de100), color-stop(40%, #0de100), color-stop(40%, rgba(13, 225, 0, 0)), color-stop(41%, rgba(13, 225, 0, 0)), color-stop(41%, #0de100), color-stop(42%, #0de100), color-stop(42%, rgba(13, 225, 0, 0)), color-stop(43%, rgba(13, 225, 0, 0)), color-stop(43%, #0de100), color-stop(44%, #0de100), color-stop(44%, rgba(13, 225, 0, 0)), color-stop(47%, rgba(13, 225, 0, 0)), color-stop(47%, #0de100), color-stop(50%, #0de100), color-stop(50%, rgba(13, 225, 0, 0)), color-stop(52%, rgba(13, 225, 0, 0)), color-stop(52%, #0de100), color-stop(53%, #0de100), color-stop(53%, rgba(13, 225, 0, 0)), color-stop(54%, rgba(13, 225, 0, 0)), color-stop(54%, #0de100), color-stop(58%, #0de100), color-stop(58%, rgba(13, 225, 0, 0)), color-stop(60%, rgba(13, 225, 0, 0)), color-stop(60%, #0de100), color-stop(62%, #0de100), color-stop(62%, rgba(13, 225, 0, 0)), color-stop(68%, rgba(13, 225, 0, 0)), color-stop(68%, #0de100), color-stop(72%, #0de100), color-stop(72%, rgba(13, 225, 0, 0)), color-stop(77%, rgba(13, 225, 0, 0)), color-stop(77%, #0de100), color-stop(82%, #0de100), color-stop(82%, rgba(13, 225, 0, 0)), to(rgba(13, 225, 0, 0)));*/
/*  background: linear-gradient(to right, rgba(13, 225, 0, 0) 0%, rgba(13, 225, 0, 0) 30%, #0de100 30%, #0de100 32%, rgba(13, 225, 0, 0) 32%, rgba(13, 225, 0, 0) 34%, #0de100 34%, #0de100 37%, rgba(13, 225, 0, 0) 37%, rgba(13, 225, 0, 0) 38%, #0de100 38%, #0de100 40%, rgba(13, 225, 0, 0) 40%, rgba(13, 225, 0, 0) 41%, #0de100 41%, #0de100 42%, rgba(13, 225, 0, 0) 42%, rgba(13, 225, 0, 0) 43%, #0de100 43%, #0de100 44%, rgba(13, 225, 0, 0) 44%, rgba(13, 225, 0, 0) 47%, #0de100 47%, #0de100 50%, rgba(13, 225, 0, 0) 50%, rgba(13, 225, 0, 0) 52%, #0de100 52%, #0de100 53%, rgba(13, 225, 0, 0) 53%, rgba(13, 225, 0, 0) 54%, #0de100 54%, #0de100 58%, rgba(13, 225, 0, 0) 58%, rgba(13, 225, 0, 0) 60%, #0de100 60%, #0de100 62%, rgba(13, 225, 0, 0) 62%, rgba(13, 225, 0, 0) 68%, #0de100 68%, #0de100 72%, rgba(13, 225, 0, 0) 72%, rgba(13, 225, 0, 0) 77%, #0de100 77%, #0de100 82%, rgba(13, 225, 0, 0) 82%, rgba(13, 225, 0, 0) 100%);*/
}
div.scale-section .line-box.ignition-line {
  bottom: 0;
  /*background: -webkit-gradient(linear, left top, right top, from(rgba(255, 174, 0, 0)), color-stop(30%, rgba(255, 174, 0, 0)), color-stop(30%, #ffae00), color-stop(37%, #ffae00), color-stop(37%, rgba(255, 174, 0, 0)), color-stop(38%, rgba(255, 174, 0, 0)), color-stop(38%, #ffae00), color-stop(42%, #ffae00), color-stop(42%, rgba(255, 174, 0, 0)), color-stop(43%, rgba(255, 174, 0, 0)), color-stop(43%, #ffae00), color-stop(44%, #ffae00), color-stop(44%, rgba(255, 174, 0, 0)), color-stop(47%, rgba(255, 174, 0, 0)), color-stop(47%, #ffae00), color-stop(50%, #ffae00), color-stop(50%, rgba(255, 174, 0, 0)), color-stop(52%, rgba(255, 174, 0, 0)), color-stop(52%, #ffae00), color-stop(58%, #ffae00), color-stop(58%, rgba(255, 174, 0, 0)), color-stop(60%, rgba(255, 174, 0, 0)), color-stop(60%, #ffae00), color-stop(62%, #ffae00), color-stop(62%, rgba(255, 174, 0, 0)), color-stop(64%, rgba(255, 174, 0, 0)), color-stop(64%, #ffae00), color-stop(67%, #ffae00), color-stop(67%, rgba(255, 174, 0, 0)), color-stop(68%, rgba(255, 174, 0, 0)), color-stop(68%, #ffae00), color-stop(72%, #ffae00), color-stop(72%, rgba(255, 174, 0, 0)), color-stop(77%, rgba(255, 174, 0, 0)), color-stop(77%, #ffae00), color-stop(82%, #ffae00), color-stop(82%, rgba(255, 174, 0, 0)), to(rgba(13, 225, 0, 0)));*/
/*  background: linear-gradient(to right, rgba(255, 174, 0, 0) 0%, rgba(255, 174, 0, 0) 30%, #ffae00 30%, #ffae00 37%, rgba(255, 174, 0, 0) 37%, rgba(255, 174, 0, 0) 38%, #ffae00 38%, #ffae00 42%, rgba(255, 174, 0, 0) 42%, rgba(255, 174, 0, 0) 43%, #ffae00 43%, #ffae00 44%, rgba(255, 174, 0, 0) 44%, rgba(255, 174, 0, 0) 47%, #ffae00 47%, #ffae00 50%, rgba(255, 174, 0, 0) 50%, rgba(255, 174, 0, 0) 52%, #ffae00 52%, #ffae00 58%, rgba(255, 174, 0, 0) 58%, rgba(255, 174, 0, 0) 60%, #ffae00 60%, #ffae00 62%, rgba(255, 174, 0, 0) 62%, rgba(255, 174, 0, 0) 64%, #ffae00 64%, #ffae00 67%, rgba(255, 174, 0, 0) 67%, rgba(255, 174, 0, 0) 68%, #ffae00 68%, #ffae00 72%, rgba(255, 174, 0, 0) 72%, rgba(255, 174, 0, 0) 77%, #ffae00 77%, #ffae00 82%, rgba(255, 174, 0, 0) 82%, rgba(13, 225, 0, 0) 100%);*/
}

.track-player-container:not(.players-tab) .info-icon-info,
.track-player-container:not(.players-tab) .slider-container,
.track-player-container:not(.players-tab) .play-speed-container {
  display: none!important;
}

#window-with-info-about-current-position-wrapper {
  background-color: rgba(255,255,255,0.8);
  width: 450px;
  min-width: 100px;
  padding: 8px 12px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
  display: none;
}

#window-with-info-about-current-position th{
  padding-right: 10px;
  font-weight: 600;
}

.track-player-container:not(.players-tab) .text-container {
  cursor: pointer;
}

.track-player-div-icon {
  background: transparent;
  border: 0;
}

.direction-arrow {
  position: absolute;
  right: -10px;
  top: -10px;
}
#map_overlay_windows{
    position: absolute;
    top: 10px;
    left: 75px;
    z-index: 9999;
}

#log__wrapper {
    background: rgba(255,255,255,0.8);
    display: none;
    color: #204971;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    width: 450px;
    margin-bottom: 16px;
}

#log__wrapper .log__tabs {
    display: flex;
    flex-direction: row;
    border-bottom: 1px solid #e6edef;
}

#log__wrapper .log__tabs .log__tab {
    width: 150px;
    text-align: center;
    font-family: OpenSansRegular;
}

#log__wrapper .log__tabs .log__tab span.log__tab {
    height: 32px;
    display: inline-block;
    line-height: 32px;
    cursor: pointer;
}

#log__wrapper .log__tabs .log__tab.active span.log__tab {
    font-family: OpenSansBold;
    border-bottom: 2px solid #204971;
    cursor: default;
}

#log__wrapper .log__tabs .log__tab img {
    margin-top: -3px;
    padding-right: 3px;
}

#log__wrapper .log__body {
    padding: 5px 7px;
    height: 153px;
}

#log__wrapper .log__body .log__tab_content.active {
    display: block;
}

#log__wrapper .log__body .log__tab_content {
    display: none;
}

#log__wrapper .notif_text_message {
    display: none;
    background: #fff;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.4);
    padding: 5px 7px;
    width: 315px;
    word-break: break-all;
    z-index: 100;
}

#log__wrapper .notif_text_message #notif_name {
    margin: 0px;
    font-family: OpenSansBold;
}

#log-of-messages__box {
  position: relative;
}

#log-of-messages__table-header,
#log-of-notifications__table-header,
#log-of-alarms__table-header {
    width: 100%;
    margin: 4px 10px 4px 10px;
}

#log-of-messages__table-body,
#log-of-notifications__table-body,
#log-of-alarms__table-body {
    width: 100%;
    margin: 0;
}

#log-of-messages__box table th,
#log-of-notifications__box table th,
#log-of-alarms__box table th {
  font-weight: bold;
}

.log-of-messages__tr,
.log-of-notifications__tr,
.log-of-alarms__tr {
    cursor: pointer;
}

.log-of-messages__tr.odd,
.log-of-notifications__tr.odd,
.log-of-alarms__tr.odd {
    background: rgba(32, 73, 113, 0.05);
}

.log-of-messages__tr td,
.log-of-notifications__tr td,
.log-of-alarms__tr td {
    padding-right: 5px;
}

.log-of-messages__tr:hover,
.log-of-notifications__tr:hover,
.log-of-alarms__tr:hover {
    background: rgba(32, 73, 113, 0.15);
}

.log-of-messages__tr.active,
.log-of-notifications__tr.active,
.log-of-alarms__tr.active {
    background: rgba(32, 73, 113, 0.25);
}

.log_hr {
    padding: 0;
    margin: 0;
    width: 100%;
    border-color: #204971;
}

.log-of-messages__cell__unit-name,
.log-of-notifications__cell__unit-name,
.log-of-alarms__cell__unit-name {
    max-width: 150px;
    width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

#log-of-messages__table-body .log-of-messages__cell__unit-name,
#log-of-notifications__table-body .log-of-notifications__cell__unit-name,
#log-of-alarms__table-body .log-of-alarms__cell__unit-name {
    padding-left: 10px;
    max-width: 160px;
    width: 160px;
}

.log-of-messages__cell__time,
.log-of-notifications__cell__time,
.log-of-alarms__cell__time {
    width: 50px;
}

.log-of-messages__cell__coordinates,
.log-of-notifications__cell__coordinates,
.log-of-alarms__cell__coordinates {
    width: 102px;
}

.log-of-messages__cell__speed,
.log-of-notifications__cell__speed,
.log-of-alarms__cell__speed {
    width: 69px;
}

td.log-of-messages__cell__additionally,
td.log-of-notifications__cell__additionally,
td.log-of-alarms__cell__additionally {
    padding-left: 15px;
}

#log-of-messages__close-button::after,
#log-of-notifications__close-button::after,
#log-of-alarms__close-button::after {
    content: '✕';
    color: #f00;
}

#log-of-messages__table-body-wrapper,
#log-of-notifications__table-body-wrapper,
#log-of-alarms__table-body-wrapper {
    height: 115px;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 9999;
}

.ui-tooltip.scale-section-tooltip {
  font-size: 13px;
  padding: 2px 4px;
}

.scale-section-tooltip-header,
.scale-section-tooltip-definition-wrapper {
  display: block;
}

.scale-section-tooltip-definition-motion-color-badge,
.scale-section-tooltip-definition-ignition-color-badge {
  display: inline-block;
  height: 10px;
  width: 10px;
}

.scale-section-tooltip-definition-motion-color-badge {
}

.scale-section-tooltip-definition-ignition-color-badge {
}

.scale-section-tooltip-definition-current-time-color-badge {
  background-color: #f00;
  display: inline-block;
  height: 10px;
  width: 2px;
  margin-left: 8px;
}

#time-window.invalid {
  border: 1px solid red!important;
}

#global_dialog input[type="radio"] {
  margin-top: 0;
  vertical-align: middle;
}
