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

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;
}

div.header {
    width: 100%;
    background-color: #204971;
    height: 70px;
    float: left;
    padding: 0 2% 0 24px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 70;
}

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*/
.menu_none {
    display: none;
}

div.small_menu {
    float: left;
    height: 100%;
    /*width: 615px;*/
    margin-left: 2%;
}

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;
}

div.wrap_content {
    position: relative;
    top: 0;
    left: 0;
    height: 100%;
    float: left;
    padding-bottom: 19px;
    padding-top: 1px;
    background-color: #2b5e93;
}

div.content {
    /*width: 400px;*/
    height: 96%;
    position: relative;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: #2b5e93;
    /*float: left;*/
    min-width: 400px;
    max-width: 700px;
}

div.hide_content {
    width: 27px;
    height: 100%;
    background: rgba(32, 73, 113, .5);
    position: absolute;
    right: -27px;
    top: 0;
    cursor: pointer;
    text-align: center;
    padding-top: 13px;
    padding-right: 3px;
    z-index: 50;
}

div.hide_content img {
    margin-top: -13px;
}

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.content div.geosites_sorting {
    width: 100%;
    height: 45px;
    background-color: #2d67a3;
    text-align: center;
}

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

div.content 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.content div.geosites_sorting img, .delete_report:hover, .edit_report:hover {
    /*visibility: hidden;*/
    cursor: pointer;
}

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

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

div.content 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;
}

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.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.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 {
    margin-right: 10px;
}

ul#accordion ul.within_accordion, .accordion-item ul.within_accordion{
    width: 100%;
}

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;
}

ul#accordion ul.within_accordion li div img, .accordion-item ul.within_accordion li div 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: 25px;
}

div.car_objects {
    width: 100%;
    min-height: 400px;
    height: 100%;
    /*padding: 5px 0px;*/
    display: none;
}

div.car_objects form {
    padding: 10px 24px 0;
}

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

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;
}

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

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

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

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

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

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

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: -350px;
    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;
}

/*Service*/
div.block_service .car_objects{
    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: 20px;
    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.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{
    display: none;
    position: relative;
    margin-left: 400px;
    height: auto;
    background: #fff;
}
.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;
}

#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%;
}

.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, #info_window > .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;
    display: inline-block;
}
/* 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;
}

div.wrap_registration {
    position: fixed;
    top: 50%;
    left: 50%;
    width: 485px;
    height: 610px;
    margin: -305px 0 0 -243px;
    text-align: center;
}

div.wrap_registration > img {
    margin-bottom: 29px;
}

.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.input_registr {
    width: 100%;
    height: 485px;
    border-radius: 10px;
    overflow: hidden;
    background: rgba(110, 141, 173, .5);
}

div.top_input_registr {
    height: 80px;
    width: 102%;
}

div.top_input_registr 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.top_input_registr span:last-child {
    padding: 0;
}

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

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

div.top_input_registr 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 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{
    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: 100;
}

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;
}

.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 #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 {
    color: #204971;
    font-size: 18px;
    font-family: OpenSansBold;
    text-transform: uppercase;
    font-size: 12px;
}

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


/** dialog **/

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

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

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

#global_dialog label span{
    vertical-align: top;
    margin: 0 15px 0 4px;
    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{
    margin-left: 5px;
}
#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: 14px;
    width: 18px;
}
#global_dialog .window_import .style_checkbox label span{
    height: 14px;
    width: auto;
}
#global_dialog .style_checkbox{
    margin: 20px 0 9px 25px;
}
#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;
}
.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;
}

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

.unit_item > span {
    cursor: pointer;
}

.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;
}

.instead {
    padding-left: 27px;
    margin-left: 400px;
    background-color: #fff;
}

/**   gridview          */

div.pagination {
    text-align: center;
}

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

ul.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.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;
}
.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;
}

#table_infringement tr:hover{
    background-color: #e7e7e7;
}

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%;
    padding-left: 27px;
}
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;
}
div.section_reports{
    position: relative;
    float: left;
    /*padding-left: 27px;*/
    display: none;
    width:100%;
}

/*div.table_reports{*/
    /*position: relative;*/
    /*float: left;*/
    /*width: 100%;*/
    /*margin-left: 27px;*/
/*}*/
div.reports_table2{
    display: none;
}
div.top_table_reports{
    width: 100%;
    min-height: 34px;
    /*background: url("../img/arrow_table.png") no-repeat center;*/
    /*background-position: 95%;*/
    background-color: #0b3053;
    padding-top:1px;
    padding-bottom: 1px;
    padding-left: 40px;
    overflow: auto;
    /*cursor: pointer;*/
    /*border-top: 1px solid #204971;*/
    position: relative;
}

.block-report-tables__table-toggler-item {
    text-transform: uppercase;
    color: #a8c0da;
    font-size: 12px;
    border-bottom: 2px solid transparent;
    padding-bottom: 0px;
    cursor: pointer;
    margin-right: 15px;
}

.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;
}

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: 20px 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 {
    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;
    border: 1px solid #6a86a0;
    margin-right: 9px;
}
#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 {
    background: url("../img/style_checkbox.png") center no-repeat;
}

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;
}

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%;
}


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-payer {
    width: 100%;
    padding: 0 25px;
    height: 70px;
    border-bottom: 1px solid #204971;
    overflow: hidden;
    white-space: nowrap;
}
li.track-payer:nth-of-type(1){
    border-top: 1px solid #204971;
}

li.track-payer > div {
    display: inline-block;
    height: 65px;
    vertical-align: top;
}

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

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

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

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

li.track-payer 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-payer div.play-container div.play-speed-container{
    line-height: 12px;
    margin-top: 7px;
}
.play-speed{
    cursor: pointer;
}

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

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

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

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

li.track-payer 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-payer div.data-container div.info-container .info-unit-name span{

}

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


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

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

li.track-payer div.data-container div.info-container .icon-container .mileage-container{
    display: none;
}

li.track-payer 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-payer 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-payer div.data-container div.slider-container{
    height: 25px;
    margin-top: -6px;
    padding: 11px 0 11px 11px;
}
li.track-payer div.data-container div.slider-container:hover, li.track-payer.active div.data-container div.slider-container{
    padding: 10px 0 11px 10px;
}

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

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

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

li.track-payer div.data-container div.slider-container:hover div.slider .ui-slider-handle, li.track-payer.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-payer.active div.data-container div.slider-container div.slider .ui-slider-handle.ui-state-active {
    border-bottom: none;
}

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



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

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

ul.track-player-container.players-tab li.track-payer.active  > div{
    height: 93px;
}

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

ul.track-player-container.players-tab li.track-payer.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-payer.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-payer.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-payer.active div.data-container{
    padding-top: 20px;
    margin-left: -9px;
    padding-left: 9px;
}

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

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

ul.track-player-container.players-tab li.track-payer.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-payer.active div.data-container div.info-container .info-unit-period{
    font-size: 13px;
    line-height: 14px;
}

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

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

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

ul.track-player-container.players-tab li.track-payer.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-payer.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;
    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;
    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;
}


/* select car   */
div.select_car {
    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{
    float: left;
    width: 200px;
    padding: 0 20px;
    height: 100%;
    border-right: 1px solid #cccccc;
    /*background-color: #2B5E93;*/
}
div.left_select_car 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{
    border-bottom: none;
}
div.left_select_car a:hover, div.left_select_car a.active {
    color: #12AAEB;
}
div.right_select_car {
    float: left;
    width: 600px;
    /*height: 350px;*/
    overflow: auto;
    /*padding-bottom: 45px;*/
}
div.block_select_car div {
    width: 45px;
    height: 45px;
    float: left;
    margin: 4px;
    padding: 5px;
    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 {
    border: 1px solid #204971;
}
div.block_select_car div img{
    max-width: 100%;
    max-height: 100%;
}

.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: 24px;
    color: #ffffff;
    font-size: 15px;
    font-family: OpenSansBold;
    height: 44px;
    line-height: 44px;
    text-transform: uppercase;
    background-color: #204971;
    cursor: pointer;
}

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

div.notification {
    cursor: pointer;
    width: 100%;
    float: left;
    padding: 13px 14px 13px 24px;
    border-top: 1px solid #204971;
}

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 {
    width: 19px;
    float: left;
}

div.notification div.text_block {
    float: inherit;
    width: 265px;
    margin-top: 2px;
}

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

div.notification div {
    float: right;
}

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

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 .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;
}
/*  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 !important;
}

.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 {
    color: #12aaeb !important;
}



/*----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;
}
#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,
.active-radio-widget {
    height:210px;
    float: left;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
    border-bottom: 1px solid #dcdcdc;
}

.active-radio-widget .mCSB_scrollTools.mCSB_scrollTools_vertical {
    margin-top: 10px;
}

.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: 26px;
}

#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;
}

#add-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);
}

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 {
    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 {
    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;
}


/*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: -1px 0 0 0;
}

.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: 20px;
    width: 400px;
    overflow: hidden;
    position: absolute;
    z-index: 1001;
}

.window_geozone div {

}

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

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

.window_geozone 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_geozone div img {
    display: inline-block;
    margin: 3px 10px 0 20px;
    vertical-align: top;
}

/* geozones popup  end*/

.hint {
    font-family: OpenSans;
    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 {
    top: 0;
    height: 33px;
    padding-right: 15px;
    position: absolute;
    right: 0;
    text-align: center;
}

.search_criteria img {
    cursor: pointer;
}

.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 {
    background-color: #4374a8;
}

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

#geozones_list {
    text-align: center;
}

#units_mask {
    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;
}
.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_1.png") no-repeat;
}
.marker-cluster-car-medium{
    background: url("/img/clusters/car_3.png") no-repeat;
}
.marker-cluster-car-large{
    background: url("/img/clusters/car_2.png") no-repeat;
}
.marker-cluster-car-small div{
    margin-right: 11px;
}
.marker-cluster-car-medium div{
    margin-right: 8px;
}
.marker-cluster-car-large div{
    margin-right: 5px;
}

.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.instead-header{
    background-color: #0B3053;
    color: #fff;
    font-weight: bold;
    padding: 8px 0 8px 10px;
}

.pager_bottom {
    text-align: center;
}

.pager_bottom ul.pagination li a, .pager_bottom 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, .pager_bottom ul.pagination li span:hover {
    background-color: #2d67a3;
    color: #fff;
}
.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;
}

.field-unitsgroups-name {
    float: left;
}

.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);
}
#more_elements {
    position: absolute;
    background: #2D67A3;
    padding: 10px 0 0 !important;
    z-index: 4000;
    border-radius: 3px;
    box-shadow: 0 3px 14px rgba(0,0,0,0.4);
}

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

#more_elements ul li:hover{
    background: rgba(0,0,0,.1);
}

#more_elements ul li img{
    margin-right: 7px;
}


#units_temp_group_list {
    width: 100%;
    margin-bottom: 10px;
    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;
}
#table_infringement .empty{
    color: #4b4b4b;
}
.empty {
    color: #fff;
    font-size: 14px;
    font-family: OpenSansRegular;
    text-align: center;
}

#unit_id_list, .autocomplete_input{
    /*background: url(/img/darkblue/arrow_down.png) no-repeat scroll 97%;*/
}

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

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

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

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

.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;
}

/* 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: #204971;
    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 {
    border-right: 2px solid #204971;
    color: #fff;
    display: block;
    padding-right: 15px;
    margin-right: 15px;
    text-transform: uppercase;
    font-size: 13px;
    font-family: OpenSansBold;
    line-height: 17px;
    margin-top: 8px;
}

.block-report-tables__table-toggler {
    float:left;
    max-width: 90%;
}

.block-report-tables__table-toggler .block-report-tables__table-toggler-item {
    display: inline-block;
    margin-top: 10px;
    padding: 0 4px;
    padding-bottom: 3px;
}

.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;
}

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

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

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

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

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

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

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

.instead table td.positive,
.table_block table td.positive{
    color: #008000;
}
.instead 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%;
    padding-bottom: 18px;
}
#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 {
    position: relative;
    float: left;
    margin-left: 27px;
}

#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-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;
    float:left;
    /*border: 2px solid red;*/
}
#route-detail-container #shift-list {
    padding-left: 4px;
    margin-top: 4px;
    float:left;
    /* border: 2px solid blue; */
    width: 5000px;
}
#route-detail-container .shift-units-list {
    position: relative;
    right: 0;
    width: 400px;
    float:right;
}

.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;
    /*padding: 11px 34px 10px 5px;*/
}
.shift-units-list .shifts-units-group.available .shift-units-container{
    padding-right: 34px;
    /*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: 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;
}
.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: 109px;
    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: 300px;
    border-right: 1px solid #b0b0b0;
    border-bottom: 1px solid #b0b0b0;
}
/*
.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: 14px;
    margin-top: -1px;
}

.routes-shift-item .shift-schedule td img.backward{
    position: absolute;
    margin-left: 14px;
    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;
}

#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*/
#loader-box{
    width: 100%;
    text-align: center;
    position: relative;
    margin-top: calc((100% - 100px)/2);
}

#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{
    width: 500px;
    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;
}

.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(4):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: 15px;
    cursor: pointer;
}

.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,
.active-radio-widget {
    height: 292px;
    border: 1px solid;
    margin-top: 10px;
    padding-bottom: 10px;
}
.checkbox label{
    padding-left: 10px;
}
ul.checkbox li input[type="checkbox"] + label,
ul.radio li input[type="radio"] + label {
    color: #2C4774;
    font-family: OpenSansRegular;
    cursor: pointer;
    z-index: 0;
    font-size: 12px;
}

.block-switching-condition{
    display: flex;
    justify-content: space-between;
    height: 40px;
    width: 100%;
    background-color: #F4F6F8;
    align-items: center;
}

.tabs-switching-condition{
    display: flex;
    height: 40px;
}

.tab-switching-condition{
    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-condition .delete-condition{
    width: 24px;
    height: 40px;
    margin-left: 6px;
    background-image: url('../img/delete-condition.png');
}

.tab-switching-condition:hover{
    color: #273E64;
}
.tab-switching-condition.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: 445px;
    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;
}
.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;
}

.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.instead, 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 ---------------------------------------------- */

#info_window .body_window{
    width: 100%;
    padding: 60px 20px 10px;
    display: flex;
    flex-direction: column;
}

#info_window .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;
}

#info_window .body_window_box .icon_box,
.leaflet-popup-content .body_window_box .icon_box,
.mini_window .mini_text .body_window_box .icon_box{
    display: flex;
}

#info_window .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;
}

#info_window .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;
}

#info_window .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;
}

#info_window .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;
}

#info_window hr, .leaflet-popup-content hr {
    border: none;
    background: #DBE3F2;
    margin: 0 -20px;
    width: calc(100% + 40px);
    height: 1px;
}

#info_window .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;
}

#info_window .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;
}

#info_window .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;
}

#info_window .info_unit_sensors, #info_window .info_unit_arbitrary, .leaflet-popup-content .info_unit_sensors, .leaflet-popup-content .info_unit_arbitrary {
    font: 12px/17px 'OpenSansRegular', sans-serif;
    white-space: nowrap;
}

#info_window .info_unit_sensors span, #info_window .info_unit_arbitrary span, .leaflet-popup-content .info_unit_sensors span, .leaflet-popup-content .info_unit_arbitrary span{
    font: 12px/17px 'OpenSansBold', sans-serif;
}

#info_window .info_unit_sensors, #info_window .info_unit_arbitrary,.leaflet-popup-content .info_unit_sensors,.leaflet-popup-content .info_unit_arbitrary {
    white-space: normal;
    max-width: 400px;
}

#info_window .body_window_box .icon_box.info_coordinates_valid, .leaflet-popup-content .body_window_box .icon_box.info_coordinates_valid {
    display: none;
}
#info_window .body_window_box .icon_box.info_coordinates_invalid, .leaflet-popup-content .body_window_box .icon_box.info_coordinates_invalid {
    display: none;
}

#info_window .body_window_box .icon_box.info_coordinates_valid.active, .leaflet-popup-content .body_window_box .icon_box.info_coordinates_valid.active {
    display: flex;
}
#info_window .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;
}

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%;
    background-color:#204971;
    color: #ffffff;
    border-bottom: 1px solid #52687b;
}

.route-date-block label{
    font-weight: bold;
}

.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;
}

#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;
}

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/polygon-area-icon.png);
  /*noinspection CssOptimizeSimilarProperties*/
  background-position: center;
}

.leaflet-control-calc-area a.polygon-area-delete-icon {
  /*noinspection CssOptimizeSimilarProperties*/
  background-image: url(/img/polygon-area-delete-icon.png);
  /*noinspection CssOptimizeSimilarProperties*/
  background-position: center;
}

#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: 28px;
}

#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 table td:nth-child(1){
  width: 100px;
  padding-left: 7px;
}
#reports-history table td:nth-child(1) span{
  width: 95px;
}


#reports-history table td:nth-child(2){
  width: 65px;
}
#reports-history table td:nth-child(2) span{
  width: 60px;
}

#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);
}

.radio li {
    padding-left: 15px;
}

.radio input[type="radio"] {
    margin-left: 0px;
}

/*#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;
}

.top_input_registr a {
    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;
}
