/*@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.8.0/font/bootstrap-icons.css");
@import url("https://fonts.googleapis.com/css2?family=Material+Icons");
*/

@import url("https://roadtrek.org/css/microtip.css");

@font-face {
    font-family: 'Material Icons';
    font-style: normal;
    font-weight: 400;
    src: url(https://roadtrek.org/css/flUhRq6tzZclQEJ-Vdg-IuiaDsNc.woff2) format('woff2');
}

@font-face {
    font-family: 'Material Icons Outlined';
    font-style: normal;
    font-weight: 400;
    src: url(https://roadtrek.org/css/gok-H7zzDkdnRel8-DQ6KAXJ69wP1tGnf4ZGhUce.woff2) format('woff2');
}

.material-icons {
    font-family: 'Material Icons';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

.material-icons-outlined {
    font-family: 'Material Icons Outlined';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 1;
    letter-spacing: normal;
    text-transform: none;
    display: inline-block;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    -webkit-font-feature-settings: 'liga';
    -webkit-font-smoothing: antialiased;
}

#bodyTop{
    left: 0px;display: block;width: auto;background-color: #222839;height: 40px;
    width: 100%;position: fixed;vertical-align: baseline;z-index: 9999;
}
#index-link{
    display: inline-block;vertical-align: middle;padding-top: 6px;position: relative;padding-left: 50px;font-size: 20px;
}
.bodyTop-right-link{
    text-transform: uppercase;
}
@media (max-width:500px) {
    #index-link{
      padding-left: 10px;
    }
}

@media (max-width:730px) {
    .bodyTop-right-link{
        display: none;
    }
}

#ln-site-body{
    display: inline-block;vertical-align: middle;padding-top: 0px;margin-right: 10px;
}

#ln-site{
    /*top: 0px;*/
    /*position: relative;*/
    color: #FFF;
    text-decoration: none;
    cursor: pointer;
}

.icon-left-menu, .icon-left-routemap-menu{
    margin-left: 7px;
    vertical-align: middle;
    padding-bottom: 3px;
    color: #7d9bbf;
    width: 15px;
    height: 15px;
}

.icon-table{
    margin-left: 0px;
    /*vertical-align: middle;*/
    padding-bottom: 3px;
    background: linear-gradient(#ffffff, 44%, #ffffff, 70%, #ffffff);
    border: 1px solid #bfc3bf;
    width: 18px;
    height: 12px;
    border-radius: 3px;
    display: inline-block;
    color: #7d9bbf;
    font-size: 12px;
    text-align: center;
    padding-top: 3px;
}

.icon-porp{
    margin-left: -20px;
    padding-right: 5px;
    vertical-align: middle;
}

.icon-table:hover{
    box-shadow: 0px 0px 3px 1px #1010106b;
    color: #6783a5;
}

.icon-config{
    margin-right: 6px;
    vertical-align: middle;
    padding-bottom: 3px;
    color: #7d9bbf;
    width: 15px;
    height: 15px;
}

.icon-attachment-select{
    vertical-align: middle;
    padding-bottom: 3px;
    color: #216bff;
    background-color: #3cc733;
    border: 1px solid #25a135;
    border-radius: 10px;
    width: 18px;
    height: 15px;
}

.trsel .icon-left-menu{
    color: #e8ebee;
}

::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: #90a1bf;
    margin: 10px;
    border-radius: 1px;
}
::-webkit-scrollbar-thumb {
    width: 8px;
    height: 8px;
    background-color: #497095;
    border-radius: 1px;
    cursor: pointer;
}
body {
    scrollbar-width: thin;          /* "auto" or "thin" */
    scrollbar-color: #497095 #90a1bf;   /* scroll thumb and track */
    overflow-y: auto;
}

#mapDisplay {
    height: 100%;
}
html, body, textarea {
    height: 100%;
    margin: 0;
    padding: 0;
    background-color: #e5e8ed;
    font-family: 'Tahoma', helvetica, sans-serif;
    font-size: 12px;
}
  
.btnEditor, #btnMainAddRoute, #btnMainAddBort{
    display: inline-block;
    padding: 5px;
    color: #f3f3f3;
    border: 1px solid #333;
    background-color: #2e9d01;
    text-align: center;
    cursor: pointer;
}

.btnEditorAddStop{
    display: inline-block;
    padding: 3px 7px 3px 0px;
    color: #f3f3f3;
    text-shadow: 1px 1px 1px #0000007d;
    border: 1px solid #333;
    background-color: #409eb0;
    background: linear-gradient(#66c0d1, 44%, #53b8cc, 64%, #318d9f);
    border-radius: 3px;
    text-align: center;
    cursor: pointer;
}
}

.btnEditorAddStop:hover, .btnEditor:hover, #btnMainAddRoute:hover, #btnMainAddBort:hover{
    border: 1px solid #7e7e7e;
    box-shadow:0px 0px 4px 0px #3a3a3a;
}

.bodyContent{
    background-color: #e5e8ed;
    display: block;
    overflow: auto;
    grid-area: outlet;
    position: relative;
    top: 40px;
}


.btnEditorMapDel{
    cursor: pointer;
}

input::placeholder, textarea::placeholder {
    color: #b6b6b6;
}

input, textarea, select{
    background-color: #ffffff;
    padding: 5px;
    border: 1px solid #7F9DB9;
    border-radius:3px;
    box-shadow:0px 0px 4px 0px #e1d9d9;
}

input:focus, textarea:focus, select:focus{
    border: 1px solid #436686;
    box-shadow:0px 0px 4px 0px #50687e;
    outline: none !important;
    /*border-color: #7F9DB9;*/

}
input:read-only, textarea:read-only, input:disabled, select:disabled{
    background-color: #dedcdc;
}

input[type=submit] {
    background-color: #0e77e0;
    background: linear-gradient(359deg, #b9d3e6 15%, #eaeaea 50%, #e3f0fa 85%);
    cursor: pointer;
    color: #333333;
}
input[type=submit]:hover {
    border: 1px solid #42505d;
    box-shadow: 0px 0px 7px 3px #afc7ed;
     /* animate */
    -webkit-transition: all 0.3s ease;;
    -moz-transition: all 0.3s ease;;
    -o-transition: all 0.3s ease;;
    transition: all 0.3s ease;
}

/*
 * Tables
 */
.table td{
    padding: 5px;
}

table td{
    font-size: 12px !important;
}

.table-list {
    background-color: #fbfcff;
    border: 2px solid #d1dff6;
    width: 100%;
    outline: none;
    border-color: #d1dff6;
    -o-border-radius: 0px;
    -moz-border-radius: 0px;
    -khtml-border-radius: 0px;
    -webkit-border-radius: 0px;
    border-radius: 0px;

    margin-top: 28px;
    margin-bottom: 38px;
    width: 100%;
    border-spacing: 0px;
}

.table-list td {
    border: 1px solid #7F9DB9;
}

.table-list thead th {
    background-color: #dbe7f1;
    background: linear-gradient(#f9f9f9, 44%, #f0f1f3, 64%, #ebecee);
    height: 24px;
    border: 1px solid #d1dff6;
    font-size: 12px;
}

.table-list thead th:hover {
    background: linear-gradient(#ebf3fd, 44%, #e2edfc, 64%, #d9e8fb);
    cursor: pointer;
    user-select: none;
}

.table-list th,
.table-list td {
    padding: 2px;
    /*display: inline-block;*/
}

.table-list tr.even,
.table-list tr.even td {
    background-color: #C5CED5;
}

.table-list tbody tr:not(.selSPD):hover {
    /*background-color: #dee7f8;*/
    background: linear-gradient(#fff, 20%, #dee7f8, 80%, #fff);
}

td, th {
    font-size: 12px;
}
th {
    text-align: left;
}

.table-list-sortable thead .sortth:hover{
    background-image: url(data:image/gif;base64,R0lGODlhFQAJAIAAACMtMP///yH5BAEAAAEALAAAAAAVAAkAAAIXjI+AywnaYnhUMoqt3gZXPmVg94yJVQAAOw==);
    background-position: center right;
    background-repeat: no-repeat;
}

.table-list-sortable thead .sortth{
    cursor: pointer;
    white-space: normal;
    padding: 4px 20px 4px 4px;
}

.floatRight {
    text-align: right;
}
.floatLeft {
    text-align: left;
}

.td-item-text{
    float: left;padding-right: 5px;text-align: right;color: #a79b9b;width: 60px;display: inline-block;
}
.tdgreen{
    background-color: #10b913
}
.tdgray{
    background-color: gray;
}
.tdyellow{
    background-color: #ffff007d
}
.tdred{
    background-color: rgba(255, 0, 0, 0.49)
}
.cgreen{
    color: #10b913
}
.cgray{
    color: gray;
}
.cyellow{
    color: #ffff007d
}
.cred{
    color: rgba(255, 0, 0, 0.49)
}
.timerouterow{
    margin-top: 3px;
    padding-left: 4px;
    padding-right: 4px;
    width: auto;
    display: inline-block;
    background-color: #cac7c7;
    border: 1px solid #7F9DB9;
}
.timerouterow:hover{
    margin-top: 3px;
    padding-left: 4px;
    padding-right: 4px;
    width: auto;
    display: inline-block;
    background-color: #afacac;
    border: 1px solid #5a6f83;
    color: white;
}


table, tr, td {
    /*border:none !important;*/
    border-collapse: collapse;
    font-family: 'Tahoma', helvetica, sans-serif;
    font-size: 12px; 
}

.table-list tr{
    border-bottom: 1px solid #7F9DB9;
}
.table-list a{
    text-decoration: none;
}
.table-list .aurl{
    text-decoration: none;
    color: #333;
}
.table-list .aurl:hover{
    text-decoration: underline;
}
.table-list .trsel {
    background-color: #dcf0ca;
}
.table-list .trsel.hover,
.table-list tbody .trsel:hover,
.table-list tbody .trsel.even:hover td,
.table-list tbody .trsel.odd:hover td {
    background-color: #cae6a6;
}
.table-list td {
    border: 1px solid #e4e7ec;
}
.table-list .tdstep  {
    background-color: #f0f6fb;
}
#contentBody{
    background-color: #e5e8ed;
    /*top: 40px;*/
    overflow-y: hidden;
}




.table-list-body th,
.table-list-body td {
    padding: 5px;
}
.table-list-body {
    padding: 10px;
}


.btnRouteDel, .btnGraficDel, .btnBortDel, .btnGraficEdit, .btnTreeIcon, .bort_schedule, .btnLGMapDel, .oldName{
    cursor: pointer;
}

.btnDel {
    background: linear-gradient(#ff9f9f, 27%, #ad6767, 65%, #bb5151);
    box-shadow: 0px 0px 2px 1px #1010106b;
    border: 1px solid #760000;
    width: 11.5px;
    height: 10.5px;
    border-radius: 10px;
    display: inline-block;
    color: #fff;
    font-size: 10px;
    text-align: center;
    padding-top: 1px;
    /* vertical-align: middle; */
    padding-bottom: 0px;
}

.btnDel:hover {
    background: linear-gradient(#fb0000, 44%, #d73a3a, 70%, #fb0000);
    box-shadow: 0px 0px 3px 3px #1010106b;
}
.btnDel span {
    color: #ffffff;
    font-size: 14px;
}

#closeMessenger {
    background: linear-gradient(#6386d5, 44%, #3a72d7, 70%, #476da5);
    box-shadow: 0px 0px 2px 1px #1010106b;
    border: 1px solid #000476;
    width: 14px;
    height: 10px;
    border-radius: 3px;
    display: inline-block;
    color: #FFF;
    font-size: 12px;
    text-align: center;
    padding-top: 1px;
}

#closeMessenger:hover {
    background: linear-gradient(#0064fb, 44%, #3a71d7, 70%, #0064fb);
    box-shadow: 0px 0px 3px 3px #1010106b;
}
#closeMessenger span {
    color: #ffffff;
    font-size: 14px;
}

.cursor-pointer{
    cursor: pointer;
    user-select: none;
}

.btnTreeIcon{
    width: 11px;
    height: 11px;
}

.btnTreeIcon-open{
    vertical-align: middle;
    background-color: #f69e9e;
    border: 1px solid #5f7589;
}

.btnTreeIcon-close{
    vertical-align: middle;
    background-color: #548aef;
    border: 1px solid #5f7589;
}

/*table td, table td p, .table-list td, td a {*/
/*    color: #413e3e;*/
/*    font-size: 12px;*/
/*}*/
.bort-dnomer {
    margin: 1px;
    border: 1px solid #bacde0;
    display: inline-block;
    padding: 3px;
}
.bort-dnomer:hover {
    background-color: #f6eddc;
}

/*============================*/

.menuBodySpeedLink{
    padding: 2px 5px 1px 5px;
    margin: 0px 0px 0px 0px;
    background: linear-gradient(#dae6f4, 50%, #99bbe8);
    border-bottom: 1px solid #99bbe8;
    margin-bottom: 10px;
    user-select: none;
    position: absolute;
    right: 0px;
    left: 1px;
    z-index: 1;
    white-space: nowrap;
    height: 24px;
}

.menuBodySpeedLink a{
    font-size: 12px;
    white-space: nowrap;
    font-style: normal;
}

.menuBodySpeedLink .menuSpeedLink{
    color: #000;
    text-shadow: 1px 1px 1px #ffffff7d;
    /* background-color: #a2cae9; */
    padding: 3px 5px 3px 5px;
    border: 1px solid #5f758900;
    border-radius: 0px;
    text-decoration: none;
    font-size: 12px;
    display: inline-block;
    vertical-align: middle;
}

.menuBodySpeedLink .menuSpeedLink span{
    font-size: 14px;
    color: #444444;
    margin-left: 0px;
    margin-right: 3px;
    padding-bottom: 0px;
    /*top: -1px;*/
    /*position: relative;*/
}

.menuBodySpeedLink .space{
    display: inline-block;
    height: 15px;
    width: 0px;
    top: 4px;
    position: relative;
    background-color: #a2d2ff;
    border-left: 1px solid #9ac6ff;
    border-right: 1px solid #e3eeff;
    border-radius: 3px;
}



.menuBodySpeedLink .menuSpeedLink:hover{
    border-radius: 4px;
    background: linear-gradient(#e4f3ff, 44%, #c6dcf6, 64%, #c6dcf6);
    border: 1px solid #80a2cf;
}

.menuBodySpeedLink .menuSpeedSpace{
    height: 5px;
    width: 10px;
    background-color: #aabff4;
    border-top: 1px solid #5f7589;
    border-bottom: 1px solid #5f7589;
    display: inline-block;
    vertical-align: middle;
    margin-left: -4px;
    margin-right: -4px;
    margin-top: -2px;
}

.marker_StartIcon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25.1' height='40.227'%3e %3cdefs%3e %3clinearGradient id='b'%3e %3cstop offset='0' stop-color='%232E9749' /%3e %3cstop offset='1' stop-color='%2306EA3F' /%3e %3c/linearGradient%3e %3clinearGradient id='a'%3e %3cstop offset='0' stop-color='%2303D337' /%3e %3cstop offset='1' stop-color='%2340DD68' /%3e %3c/linearGradient%3e %3clinearGradient xlink:href='%23a' id='c' gradientUnits='userSpaceOnUse' gradientTransform='translate(-432.796 -503.349)' x1='445.301' y1='541.286' x2='445.301' y2='503.72' /%3e %3clinearGradient xlink:href='%23b' id='d' gradientUnits='userSpaceOnUse' gradientTransform='translate(-341.216 -503.35)' x1='351.748' y1='522.774' x2='351.748' y2='503.721' /%3e %3c/defs%3e %3cpath fill='white' d='M6.329 4.513h12.625v14.5H6.329z' /%3e %3cpath d='M12.594.55C6.021.55.55 6.241.55 12.416c0 2.778 1.564 6.308 2.694 8.746l9.306 17.872 9.262-17.872c1.13-2.438 2.738-5.791 2.738-8.746C24.55 6.241 19.167.55 12.594.55zm0 7.155a4.714 4.714 0 0 1 4.679 4.71c0 2.588-2.095 4.663-4.679 4.679-2.584-.017-4.679-2.09-4.679-4.679a4.714 4.714 0 0 1 4.679-4.71z' fill='url(%23c)' stroke='url(%23d)' stroke-width='1.1' stroke-linecap='round' /%3e %3cpath d='M12.581 1.657c-5.944 0-10.938 5.219-10.938 10.75 0 2.359 1.443 5.832 2.563 8.25l.031.031 8.313 15.969 8.25-15.969.031-.031c1.135-2.448 2.625-5.706 2.625-8.25 0-5.538-4.931-10.75-10.875-10.75zm0 4.969c3.168.021 5.781 2.601 5.781 5.781 0 3.18-2.613 5.761-5.781 5.781-3.168-.02-5.75-2.61-5.75-5.781 0-3.172 2.582-5.761 5.75-5.781z' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-opacity='.122' fill='none' /%3e %3c/svg%3e") 4px center / 15px 22px no-repeat;
}
.marker_EndIcon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25.1' height='40.227'%3e %3cdefs%3e %3clinearGradient id='b'%3e %3cstop offset='0' stop-color='%23972E2E' /%3e %3cstop offset='1' stop-color='%23B73838' /%3e %3c/linearGradient%3e %3clinearGradient id='a'%3e %3cstop offset='0' stop-color='%23C61212' /%3e %3cstop offset='1' stop-color='%23D14C4C' /%3e %3c/linearGradient%3e %3clinearGradient xlink:href='%23a' id='c' gradientUnits='userSpaceOnUse' gradientTransform='translate(-432.796 -503.349)' x1='445.301' y1='541.286' x2='445.301' y2='503.72' /%3e %3clinearGradient xlink:href='%23b' id='d' gradientUnits='userSpaceOnUse' gradientTransform='translate(-341.216 -503.35)' x1='351.748' y1='522.774' x2='351.748' y2='503.721' /%3e %3c/defs%3e %3cpath fill='white' d='M6.329 4.513h12.625v14.5H6.329z' /%3e %3cpath d='M12.594.55C6.021.55.55 6.241.55 12.416c0 2.778 1.564 6.308 2.694 8.746l9.306 17.872 9.262-17.872c1.13-2.438 2.738-5.791 2.738-8.746C24.55 6.241 19.167.55 12.594.55zm0 7.155a4.714 4.714 0 0 1 4.679 4.71c0 2.588-2.095 4.663-4.679 4.679-2.584-.017-4.679-2.09-4.679-4.679a4.714 4.714 0 0 1 4.679-4.71z' fill='url(%23c)' stroke='url(%23d)' stroke-width='1.1' stroke-linecap='round' /%3e %3cpath d='M12.581 1.657c-5.944 0-10.938 5.219-10.938 10.75 0 2.359 1.443 5.832 2.563 8.25l.031.031 8.313 15.969 8.25-15.969.031-.031c1.135-2.448 2.625-5.706 2.625-8.25 0-5.538-4.931-10.75-10.875-10.75zm0 4.969c3.168.021 5.781 2.601 5.781 5.781 0 3.18-2.613 5.761-5.781 5.781-3.168-.02-5.75-2.61-5.75-5.781 0-3.172 2.582-5.761 5.75-5.781z' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-opacity='.122' fill='none' /%3e %3c/svg%3e") 4px center / 15px 22px no-repeat;
}
.marker_NeutralIcon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='25.1' height='40.227'%3e %3cdefs%3e %3clinearGradient id='b'%3e %3cstop offset='0' stop-color='%232e6c97' /%3e %3cstop offset='1' stop-color='%233883b7' /%3e %3c/linearGradient%3e %3clinearGradient id='a'%3e %3cstop offset='0' stop-color='%23126fc6' /%3e %3cstop offset='1' stop-color='%234c9cd1' /%3e %3c/linearGradient%3e %3clinearGradient xlink:href='%23a' id='c' gradientUnits='userSpaceOnUse' gradientTransform='translate(-432.796 -503.349)' x1='445.301' y1='541.286' x2='445.301' y2='503.72' /%3e %3clinearGradient xlink:href='%23b' id='d' gradientUnits='userSpaceOnUse' gradientTransform='translate(-341.216 -503.35)' x1='351.748' y1='522.774' x2='351.748' y2='503.721' /%3e %3c/defs%3e %3cpath fill='white' d='M6.329 4.513h12.625v14.5H6.329z' /%3e %3cpath d='M12.594.55C6.021.55.55 6.241.55 12.416c0 2.778 1.564 6.308 2.694 8.746l9.306 17.872 9.262-17.872c1.13-2.438 2.738-5.791 2.738-8.746C24.55 6.241 19.167.55 12.594.55zm0 7.155a4.714 4.714 0 0 1 4.679 4.71c0 2.588-2.095 4.663-4.679 4.679-2.584-.017-4.679-2.09-4.679-4.679a4.714 4.714 0 0 1 4.679-4.71z' fill='url(%23c)' stroke='url(%23d)' stroke-width='1.1' stroke-linecap='round' /%3e %3cpath d='M12.581 1.657c-5.944 0-10.938 5.219-10.938 10.75 0 2.359 1.443 5.832 2.563 8.25l.031.031 8.313 15.969 8.25-15.969.031-.031c1.135-2.448 2.625-5.706 2.625-8.25 0-5.538-4.931-10.75-10.875-10.75zm0 4.969c3.168.021 5.781 2.601 5.781 5.781 0 3.18-2.613 5.761-5.781 5.781-3.168-.02-5.75-2.61-5.75-5.781 0-3.172 2.582-5.761 5.75-5.781z' stroke='white' stroke-width='1.1' stroke-linecap='round' stroke-opacity='.122' fill='none' /%3e %3c/svg%3e") 4px center / 15px 22px no-repeat;
}
.marker_PlusIcon {
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24'%3e %3cg transform='matrix(.02604 0 0 .02604 1.302 1.302)' fill='none' stroke='black' opacity='0.3'%3e %3ccircle cx='410.9' cy='410.9' r='410.9' color='black' overflow='visible' stroke-width='100' /%3e %3cpath d='M410.9 223.2v375.4M598.6 410.9H223.2' stroke-width='120' stroke-linecap='round' /%3e %3c/g%3e %3c/svg%3e") 4px center / 15px 15px no-repeat;
}

.grname{
    width: 155px;
    border: 1px solid #efefef;
    background-color: #efefef;
}

.grname-icon-enter{
    background: url(../img/b_icon_enter.png) 140px center / 12px 12px no-repeat rgb(239 239 239);
    padding-right: 15px;
}

.markerChangeCub{
    border-radius: 10px;
    border: 1px solid #26850f;
    background-color: #70ff74;
    cursor: move;
}
.markerChangeCubSub{
    border-radius: 3px;
    border: 1px solid #3994b4;
    background-color: #ff8686;
    opacity: 0.6;
    cursor: cell;
}
.route-create-spaces{
    background-color: #6c85ff;
    height: 2px;
    margin: 10px -10px 10px -10px;
}
.border-body-box{
    margin-top: -13px;
    margin-left: -5px;
    background-color: #6c85ff;
    padding: 2px 5px 2px 5px;
    display: inline-block;
    border-radius: 3px;
    margin-bottom: 5px;
    color: #fff;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="radio"]:checked + label,
[type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 15px;
    display: inline-block;
    color: #666;
}
[type="radio"]:checked + label:before,
[type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #8083ff;
    border-radius: 100%;
    background: #fff;
}
[type="radio"]:checked + label:hover:before,
[type="radio"]:not(:checked) + label:hover:before {
    background: #c4e0ff;
}
[type="radio"]:checked + label:after,
[type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 6px;
    background: #3165c7;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
[type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="radio"]:disabled + label:before,
[type="radio"]:disabled + label:hover:after{
    background: #e3d4d4;
    cursor: default;
}
[type="radio"]:disabled + label{
    color: #c7bbbb;
}


/* checked */

[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
[type="checkbox"]:checked + label,
[type="checkbox"]:not(:checked) + label
{
    position: relative;
    padding-left: 20px;
    cursor: pointer;
    line-height: 15px;
    display: inline-block;
    color: #666;
}
[type="checkbox"]:checked + label:before,
[type="checkbox"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 12px;
    height: 12px;
    border: 1px solid #8083ff;
    border-radius: 0%;
    background: #fff;
}
[type="checkbox"]:checked + label:hover:before,
[type="checkbox"]:not(:checked) + label:hover:before {
    background: #c4e0ff;
}
[type="checkbox"]:checked + label:after,
[type="checkbox"]:not(:checked) + label:after {
    content: '';
    width: 9px;
    height: 9px;
    background: #3165c7;
    position: absolute;
    top: 3px;
    left: 3px;
    border-radius: 0%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
}
[type="checkbox"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}
[type="checkbox"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

[type="checkbox"]:disabled + label,
[type="checkbox"]:disabled + label:before,
[type="checkbox"]:disabled + label:hover:before{
    background: #d7d4d4;
    cursor: default;
}

.center {
    text-align: center;
}

.pagination-body {
    position: absolute;right: 0px;left: 1px;bottom: 0px;border-top: 2px solid #90a1bf; background: linear-gradient(#f9f9f9, 44%, #f0f1f3, 64%, #ebecee);
}

.pagination {
    display: inline-block;
    padding: 5px;
}

/*

====== pagination =====Q

*/
.pagination a {
    color: black;
    float: left;
    padding: 5px 10px;
    text-decoration: none;
    transition: background-color .3s;
    border: 1px solid #ddd;
    margin: 0 4px 0px 0px;
}

.pagination a.active {
    background-color: #bdd5ee;
    color: #353833;
    border: 1px solid #b2bac4;
}

.pagination a:hover:not(.active) {background-color: #ebf1f8;}

/*

====== route =====Q

*/

.startRouteVerticalLine{
    margin: 0px -4px -7px -4px;
    background-color: #58bf42;
    width: 3px;
    height: 0px;
    display: inline-block;
    text-align: center;
}

.drawRouteVerticalLine{
    background-color: #169200;
    width: 5px;
    height: 10px;
    position: relative;
    top: -11px;
    left: 5.7px;
    display: inline-block;
    text-align: center;
}
.drawRouteVerticalLine-end{
    display: inline-block;
    left: 7.5px;
    position: relative;
    background-color: #ff9900;
    width: 5px;
}

.drawRouteVerticalCircle{
    position: relative;
    left: -1px;
    top: 5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 10px solid #169200;
    z-index: 1;
}

.drawRouteVerticalCircle-start {
    background-color: #4cbf42;
    left: 1px;
    top: 0px;
    z-index: 1;
    border-radius: 10px;
    border: 0px;
    width: 10px;
    height: 10px;
    display: inline-block;
}

.drawRouteVerticalCircle-end {
    background-color: #ec7222;
    border-radius: 0px;
    border: 0px;
    width: 18px;
    height: 7px;
    display: inline-block;
    left: 0px;
    top: 0px;
    vertical-align: middle;
}


/* ===================================================== */



/** Custom Select **/
.custom-select-wrapper {
    width: 100%;
    position: relative;
    display: inline-block;
    user-select: none;
    text-align: left;
}
.custom-select-wrapper select {
    display: none;
}
.custom-select {
    width: 100%;
    position: relative;
    display: inline-block;
}
.custom-select-trigger {
    position: relative;
    display: flex;
    /*width: 100%;*/
    /* padding: 0 84px 0 22px; */
    /* font-size: 22px; */
    /* font-weight: 300; */
    color: #212121;
    /* line-height: 25px; */
    background: #ffffff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    padding: 5px;
    border: 1px solid #6c85ff;
    border-radius: 3px;
    box-shadow: 0px 0px 4px 0px #e1d9d9;
}
.custom-select-trigger:after {
    position: absolute;
    display: block;
    content: '';
    width: 5px;
    height: 5px;
    top: 50%;
    right: 8px;
    margin-top: -2px;
    border-bottom: 2px solid #6c85ff;
    border-right: 2px solid #6c85ff;
    transform: rotate(45deg) translateY(-50%);
    transition: all .2s ease-in-out;
    transform-origin: 50% 0;
}
.custom-select.opened .custom-select-trigger:after {
    margin-top: 2px;
    transform: rotate(-135deg) translateY(-50%);
}
.custom-options {
    position: absolute;
    display: block;
    top: 100%; left: 0; right: 0;
    min-width: 100%;
    /*margin: 5px 0;*/
    border: 1px solid #b5b5b5;
    /*border-radius: 4px;*/
    box-sizing: border-box;
    box-shadow: 0 0px 5px rgb(100 151 227);
    background: #ffffff;
    transition: all .2s ease-in-out;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translateY(-15px);
}
.custom-select.opened .custom-options {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    transform: translateY(0);
}
/*.custom-options:before {*/
/*    position: absolute;*/
/*    display: block;*/
/*    content: '';*/
/*    bottom: 100%; right: 25px;*/
/*    width: 7px; height: 7px;*/
/*    margin-bottom: -4px;*/
/*    border-top: 1px solid #b5b5b5;*/
/*    border-left: 1px solid #b5b5b5;*/
/*    background: #f6efef;*/
/*    transform: rotate(45deg);*/
/*    transition: all .4s ease-in-out;*/
/*}*/
.option-hover:before {
    background: #f9f9f9;
}
.custom-option {
    position: relative;
    display: block;
    padding: 0 10px;
    border-bottom: 1px solid #b5b5b5;
    color: #505050;
    line-height: 25px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    cursor: pointer;
    transition: all .2s ease-in-out;
}
.custom-option:first-of-type {
    /*border-radius: 4px 4px 0 0;*/
}
.custom-option:last-of-type {
    border-bottom: 0;
    /*border-radius: 0 0 4px 4px;*/
}
.custom-option:hover, .custom-option.selection {
    background: #5e97d3;
    color: #ede9e9;
    text-shadow: 1px 1px 1px #0c0c0c7a;
}

/*
=========================================================
    loader-anim
=========================================================
*/

.loader-container {
    position: relative;
    width: 200px;
    height: 100%;
    display: inline-block;
    text-align: center;
    border-collapse: collapse;
    vertical-align: middle;
}

.loader-anim {
    width: 15px;
    height: 15px;
    position: relative;
    animation: loader-anim 1s ease infinite;
    top: 50%;
    margin: -30px auto 0 auto;
}

@-webkit-keyframes loader-anim {
    0%, 100% { border-radius: 10px;
        box-shadow: -10px 15px 0 #ffffff, 10px 15px 0 rgba(35, 78, 136, 0.3), 10px 36px 0 rgba(35, 78, 136, 0.3), -10px 36px 0 rgba(35, 78, 136, 0.3); }
    25% {border-radius: 10px;
        box-shadow: -10px 15px 0 rgba(35, 78, 136, 0.3), 10px 15px 0 #ffffff, 10px 36px 0 rgba(35, 78, 136, 0.3), -10px 36px 0 rgba(35, 78, 136, 0.3); }
    50% {border-radius: 10px;
        box-shadow: -10px 15px 0 rgba(35, 78, 136, 0.3), 10px 15px 0 rgba(35, 78, 136, 0.3), 13px 46px 0 #ffffff, -10px 36px 0 rgba(35, 78, 136, 0.3); }
    75% {border-radius: 10px;
        box-shadow: -10px 15px 0 rgba(35, 78, 136, 0.3), 10px 15px 0 rgba(35, 78, 136, 0.3), 10px 36px 0 rgba(35, 78, 136, 0.3), -10px 36px 0 #ffffff; }
}

@keyframes loader-anim {
    0%, 100% {border-radius: 10px;
        box-shadow: -10px 15px 0 #ffffff, 10px 15px 0 rgba(35, 78, 136, 0.3), 10px 36px 0 rgba(35, 78, 136, 0.3), -10px 36px 0 rgba(35, 78, 136, 0.3); }
    25% {border-radius: 10px;
        box-shadow: -10px 15px 0 rgba(35, 78, 136, 0.3), 10px 15px 0 #ffffff, 10px 36px 0 rgba(35, 78, 136, 0.3), -10px 36px 0 rgba(35, 78, 136, 0.3); }
    50% {border-radius: 10px;
        box-shadow: -10px 15px 0 rgba(35, 78, 136, 0.3), 10px 15px 0 rgba(35, 78, 136, 0.3), 10px 36px 0 #ffffff, -10px 36px 0 rgba(35, 78, 136, 0.3); }
    75% {border-radius: 10px;
        box-shadow: -10px 15px 0 rgba(35, 78, 136, 0.3), 10px 15px 0 rgba(35, 78, 136, 0.3), 10px 36px 0 rgba(35, 78, 136, 0.3), -10px 36px 0 #ffffff; }
}


#content-page .table-scroll{
    overflow: auto;
    overflow-x: auto;
    overflow-y: auto;
    background-color: #f9f9f9;
}

.body-content-page{
    margin: 0px 0px 0px 0px;
    background-color: #FFF;
    padding: 0px;
    border-left: 1px solid #90a1bf;
    border-top-width: 0px;
}


/*

*/
.ui-button-blue {
    padding: 0.4em 1em;
    display: inline-block;
    position: relative;
    line-height: normal;
    margin-right: 0.1em;
    cursor: pointer;
    vertical-align: middle;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: visible;

    border: 1px solid #c5c5c5;
    /*background: #f6f6f6;*/
    background: linear-gradient(#f9f9f9, 44%, #f0f1f3, 64%, #ebecee);
    font-weight: normal;
    color: #454545;
    border-radius: 3px;
}

.ui-button-blue:hover, .ui-button-blue:focus {
    border: 1px solid #cccccc;
    background: #ededed;
    font-weight: normal;
    color: #2b2b2b;
}

.ui-button-blue:active {
    border: 1px solid #003eff;
    background: #007fff;
    font-weight: normal;
    color: #ffffff;
}


/*
 Âêëàäêè
*/

#tabs {
    margin: 10px;
}
.tabs-nav {
    overflow: hidden;
    margin: 0;
    padding: 0;
}
.tabs-nav li {
    display: block;
    float: left;
    padding: 0;
    list-style: none;
}
.tabs-nav a {
    display: block;
    padding: 3px 10px;
    border-top: 1px solid #90a1bf;
    border-bottom: 1px solid #90a1bf;
    border-left: 1px solid #90a1bf;
    background: linear-gradient(#dae6f4, 50%, #99bbe8);
    font-size: 12px;
    text-decoration: none;
    text-align: center;
    color: #000;
    text-shadow: 1px 1px 1px #ffffff7d;
}
.tabs-nav li:first-child a {
    border-radius: 5px 0 0 0;
}
.tabs-nav li:last-child a {
    display: block;
    border-right: 1px solid #90a1bf;
    border-radius: 0 5px 0 0;
}
.tabs-nav a.active {
    border-bottom: 1px solid #fff;
    background: #fff;
    color: #000;
}
.tabs-items {
    border: 1px solid #90a1bf;
    border-radius: 0 5px 5px 5px;
    background: #fff;
    margin: -1px 0 0 0;
}
.tabs-item {
    padding: 15px;
}

#emptyList{
    padding: 10px;background-color: rgb(246, 239, 239);font-size: 14px;text-align: center;border: 1px solid #b2bac4;
    margin: 40px 10px;
}
