@import url('inc/notyfy.css');
@import url('inc/gritter.css');

:root {
  --color-primary-dark: #171f31;
  --color-primary-light: #283046;
  --color-text-semi-light: #d0d2d6;
  --color-text-light: #ffffff;
}

* {
    margin: 0;
    outline: 0 none;
    padding: 0;
    text-decoration: none;
}

html {
    overflow: hidden;
}

body {
    font-family: Montserrat,Helvetica,Arial,serif;
    font-size: 13px;
    line-height: 18px;
    color: var(--color-text-semi-light);
    background-color: var(--color-primary-light);
    min-width: 1020px;
    min-height: 550px;
}

table {
    color: var(--color-primary-dark);
}

.login {
    background: #F0F3F4;
    color: #8e8e93;
    direction: ltr;
    overflow-x: hidden;
    height: 100%;
    font-family: Helvetica, Arial, sans-serif;
    font-size: 13px;
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased !important;
}
.lock-screen {
    margin: -150px 0 0 -100px;
    width: 200px;
    left: 50%;
    position: absolute;
    top: 50%;
}

.lock-screen .box-ls {
    overflow: hidden;
    text-align: center;
}

.lock-screen .user-info {
    margin: 10px 0;
}

.lock-screen .user-info h4 {
    color: #666666;
    font-family: 'Raleway', sans-serif;
    font-weight: 300;
    margin-top: 0;
}

.lock-screen .user-info > span {
    color: #666666;
    display: block;
    font-size: 12px;
    margin-bottom: 5px;
}

.lock-screen .user-info > p {
    margin: 0 0 10px;
}
div {
    display: block;
}

li {
    line-height: 20px;
}

.sign-block span.tg {
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(../../images/tg2.png) no-repeat;
    background-size: 100% 100%;
}

.sign-block span.play-market {
    display: inline-block;
    width: 14px;
    height: 14px;
    background: url(../../images/google-play.png) no-repeat;
    background-size: 100% 100%;
}

.tg-light {
    color: var(--color-text-semi-light) !important;
}

.sign-block span.sms {
    display: inline-block;
    width: 13px;
    height: 13px;
    background: url(../../images/sms.png) no-repeat;
}
div#qTip {
    border: 1px solid #999;
    display: none;
    font-size: 11px;
    position: absolute;
    z-index: 1000;
    opacity: 0.9;
    max-width: 200px;
    padding: 3px 8px;
    color: #fff;
    text-align: center;
    text-decoration: none;
    background-color: #000;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px
}

/*span#current-time
{
    display: none;

}*/

/* Стили для контекстного меню: */
.context-menu {
    background: var(--color-primary-dark)222;
    border-width: 1px;
    box-shadow: none;
    padding: 0;
    z-index: 1000;
    min-width: 160px;
    list-style: none;
    display: none;
    position: absolute;
}

.context-menu ul {
    border-left: 1px solid rgba(0, 0, 0, 0);
    border-right: 1px solid rgba(0, 0, 0, 0);
    border-color: #1A1A1A #1A1A1A #111111 !important;
    list-style: none;
    margin: 0;
    padding: 0;
}

.context-menu ul li {
    border-bottom: 1px solid #111111 !important;
    border-left: 3px solid rgba(0, 0, 0, 0) !important;
    border-top: 1px solid #333333 !important;
}

.context-menu ul li:hover {
    background: linear-gradient(to bottom, var(--color-primary-dark) 1%, var(--color-primary-light) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 3px solid #E40E0E;
    color: #FFFFFF;
    outline: 0 none;
}

.context-menu ul li a {
    color: #CCCCCC;
    display: block;
    padding: 7px 20px;
    text-shadow: 0 1px 0 #000000;
}

.context-menu ul li a:hover {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

/*------ */

.navbar {
    position: relative;
    z-index: 750;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 3px #000;
    -moz-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
}

.navbar .navbar-inner {
    background: var(--color-primary-dark);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, var(--color-primary-dark) 0, var(--color-primary-dark) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--color-primary-dark)), color-stop(100%, var(--color-primary-dark)));
    background: -webkit-linear-gradient(top, var(--color-primary-dark) 0, var(--color-primary-dark) 100%);
    background: -o-linear-gradient(top, var(--color-primary-dark) 0, var(--color-primary-dark) 100%);
    background: -ms-linear-gradient(top, var(--color-primary-dark) 0, var(--color-primary-dark) 100%);
    background: linear-gradient(to bottom, var(--color-primary-dark) 0, var(--color-primary-dark) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-primary-dark)', endColorstr='var(--color-primary-dark)', GradientType=0);
    padding: 0;
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-bottom: 1px solid #000;
}

.navbar-inner {
    min-height: 40px;
    padding-right: 20px;
    padding-left: 20px;
    background-color: #fafafa;
    background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#f2f2f2));
    background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
    background-image: linear-gradient(to bottom, #ffffff, #f2f2f2);
    background-repeat: repeat-x;
    border: 1px solid #d4d4d4;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff2f2f2', GradientType=0);
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    -moz-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.065);
}

.navbar .brand {
    margin-left: 0px;
    text-shadow: none;
    background: url(../../images/logos/UZGPS_logo.png) no-repeat 5px center;
    background-size: 107px 23px;
    display: block;
    float: left;
    /*padding: 10px 8px 9px 35px;*/
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    height: 39px;
    width: 126px;
}

.navbar .brand-hudud {
    margin-left: 0px;
    text-shadow: none;
    background: url(../../images/logos/hudud-logo.png) no-repeat 5px center;
    background-size: 160px 27px; /* 192px 26px; */
    display: block;
    float: left;
    /* padding: 10px 8px 9px 35px; */
    font-size: 20px;
    font-weight: 200;
    color: #777777;
    height: 40px;
    width: 170px; /* 200px; */
}

.brand {
    display: inline-block;
    background: url(../../images/logos/UZGPS_logo.png) no-repeat 5px center;
    background-size: 107px 23px;
    height: 39px;
    width: 126px;
}

.brand-hudud  {
    display: inline-block;
    background: url(../../images/logos/hudud-logo.png) no-repeat 5px center;
    background-size: 160px 27px; /* 192px 26px; */
    height: 40px;
    width: 170px; /* 200px; */
}

.navbar .brand:hover, .navbar .brand:focus, .navbar a.brand,
.brand:hover, .brand:focus, a.brand {
    text-decoration: none;
}


.navbar .brand .title {
    font-weight: 700;
    color: #FFF;
    text-shadow: 0 -1px 0 #666;
}

.navbar a.pull-right {
    font-size: 18px;
    margin: 10px 25px 0 0;
    color: #fff;
    text-decoration: none;
}

.navbar .nav.pull-right {
    float: right;
    margin-right: 0;
}

.navbar .nav {
    position: relative;
    left: 0;
    display: block;
    float: left;
    margin: 0 10px 0 0;
    list-style: none;
}

.navbar .nav > li {
    float: left;
}

.navbar .nav > li > a {
    padding: 10px 19px;
    color: #fff;
    text-shadow: none;
    float: none;
    display: block;
}

@media (max-width: 1085px) {
    .navbar .nav > li > a {
        padding: 10px 10px;
    }
}

.navbar .nav > li > .dropdown-menu:before {
    border-bottom: medium none rgba(0, 0, 0, 0);
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom: 6px solid #363636;
}

.navbar .block-dark {
    border-color: #1A1A1A #1A1A1A #111111 !important;
    border-style: solid !important;
    border-width: 1px !important;
}

.block-dark {
    background: none repeat scroll 0 0 var(--color-primary-dark)222;
    border: 1px solid #333333;
    color: #888888;
}

.dropdown-menu {
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    box-shadow: none;
    padding: 0;
    top: 100%;
    z-index: 1000;
    min-width: 160px;
    list-style: none;
    float: left;
    display: none;
}

.open > .dropdown-menu {
    transform: scale(1);!important;
    display: block;
    background: var(--color-primary-dark);
    color: var(--color-text-light);
}

.dropdown-icons {
    padding: 2px 0;
    position: absolute;
    border-radius: 0;
    border-style: solid;
    border-width: 1px;
    text-align-last: center;
    top: 100%;
    z-index: 1000;
    width: 28px;
    list-style: none;
    display: none;
    background: none repeat scroll 0 0 #000000;
    color: #888888;
}

.dropdown-icons > li {
    border-bottom: 1px solid #7d828a;
    padding: 5px 0 3px;
}

.open > .dropdown-icons {
    display: block;
}

.messages {
    position: absolute;
    float: left;
    left: -296px;
    width: 343px;
}
.languages {
    position: absolute;
    float: right;
    left: -116px;
    width: 70px;
}
.current-locale {
    text-transform: uppercase;
}

.account {
    position: absolute;
    float: left;
    left: -100px;
}

.view-all {
    background: none repeat scroll 0 0 var(--color-primary-light);
    text-align: center;
}

.dropdown-menu.block-dark > li > a {
    color: #CCCCCC;
    padding: 7px 20px;
    text-shadow: 0 1px 0 #000000;
    display: block;
}

.dropdown-menu.block-dark > li > a:hover {
    color: #FFFFFF;
    text-shadow: 0 1px 0 #000000;
}

.dropdown-menu.block-dark > li {
    border-bottom: 1px solid #111111 !important;
    border-left: 3px solid rgba(0, 0, 0, 0) !important;
    border-top: 1px solid #333333 !important;
}

.dropdown-menu.block-dark > li:hover {
    background: linear-gradient(to bottom, #363636 1%, var(--color-primary-light) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-left: 3px solid #E40E0E;
    color: #FFFFFF;
    outline: 0 none;
}

.notify-disabled {
    background: linear-gradient(to bottom, #363636 1%, var(--color-primary-light) 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 1px solid #363636;
    border-radius: 2px;
    box-shadow: none;
    color: #FFFFFF;
    padding: 3px 6px;
    text-shadow: 0 -1px 0 rgba(29, 29, 29, 0.35);
}

.notify-disabled i {
    color: #777777;
    text-shadow: 0 -1px 0 rgba(29, 29, 29, 0.65);
}

.navbar .pull-right > li > .dropdown-menu:before, .navbar .nav > li > .dropdown-menu.pull-right:before {
    right: 12px;
    left: auto;

}

.navbar .nav > li > .dropdown-menu:before {
    position: absolute;
    top: -7px;
    left: 9px;
    display: inline-block;
    border-right: 7px solid transparent;
    border-left: 7px solid transparent;
    content: '';
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom: 6px solid #363636;
}

.navbar .pull-right > li > .dropdown-menu:after, .navbar .nav > li > .dropdown-menu.pull-right:after {
    right: 16px;
    left: auto;
}

.navbar .nav > li > .dropdown-menu:after {
    position: absolute;
    top: -6px;
    display: inline-block;
    border-right: 6px solid transparent;
    border-left: 6px solid transparent;
    content: '';
}

.navbar .messages .avatar {
    border: 1px solid #2A2A2A;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35) inset;
    float: left;
    margin-bottom: 5px;
    margin-right: 10px;
    margin-top: 5px;
}

.navbar .messages .info {
    font-weight: 700;
    position: relative;
}

.navbar .messages .info i {
    font-size: 20px;
    margin-right: 5px;
}

.navbar .messages .message {
    white-space: normal;
    width: 300px;
}

.navbar .messages .timer {
    font-weight: 300;
    position: absolute;
    right: 5px;
}

/* ------------*/

*::-moz-selection {
    background: none repeat scroll 0 0 #E07A59;
    color: #FFFFFF;
}

/*---------------*/

.navbar .nav .email-notify {
    line-height: 26px;
    position: relative;
}

.navbar .nav .email-notify i {
    text-shadow: -1px -1px 1px #2B0808;
    font-size: 18px;
}

.navbar .header-border {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: rgba(255, 255, 255, .05);
    border-image: none;
    border-style: solid;
    border-width: 0 1px;
    border-left: 1px solid rgba(0, 0, 0, .5);
    box-shadow: -1px 0 0 rgba(255, 255, 255, .05);
    -webkit-box-shadow: -1px 0 0 rgba(255, 255, 255, .05);
    height: 40px;
}

.navbar .dropup, .dropdown {
    position: relative;
}

.navbar .menu {
    padding: 0 0 0 15px;
    font-size: 14px;
}

.navbar .menu > li.active {
    background-color: var(--color-primary-light);
    color: var(--color-text-light);
}

.navbar .menu > li > a {
    color: var(--color-text-semi-light);
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.9);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.navbar .menu > li.active a {
    color: var(--color-text-light);
}

.navbar .menu > li > a:hover {
    color: #fff;
}

.navbar .menu > li > a > i {
    margin: 0 5px 0 0;
    font-size: 16px;
}

.navbar .menu > li > #route_icon{
    background: url(../../images/route_d.png) 6px center no-repeat;
    padding-left: 28px;
}

.navbar .menu > li > #route_icon:hover,
.navbar .menu > li.active #route_icon {
    background: url(../../images/route.png) 6px center no-repeat;
}
.email-alert {
    display: inline-block;
    font-size: 10px;
    left: 9px;
    margin: 0;
    position: absolute;
    top: -12px;
    line-height: 4px;
    background: #E50F0F;
    padding: 5px;
    border-radius: 8px;
}

/*.email-alert i*/
/*{*/
/*color:#E50F0F*/
/*}*/
/*.kolvo*/
/*{*/
/*color: #FFFFFF;*/
/*display: block;*/
/*font-size: 10px;*/
/*font-weight: bold;*/
/*margin:-10px 0 0 1px;*/
/*text-align: center;*/
/*}*/
.thumb-account {
    border: 1px solid rgba(0, 0, 0, 0.5);
    border-radius: 0 3px 3px 0;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.35) inset;
    padding: 0 7px 0 0;
}

.thumb-account i {
    color: #CCCCCC;
}

.my_avatar {
    font-size: 20px;
    padding: 0 5px;
}

.my_avatar IMG {
    max-height: 24px;
    max-width: 24px;
    margin: 1px -6px -4px -3px;
}

.time {
    color: var(--color-text-light);
    /*margin-right: 165px;*/
    padding-top: 10px;
    text-align: center;
    /*text-shadow: 0 1px #ccc*/
    height: 10px;
}

.time span {
    padding-left: 10px
}

div.main {
    margin: 50px auto;
    width: 1280px;
    height: 720px;
}

.wrapper {
    margin: 0 auto;
    padding-top: 10%;
    width: 350px;
    text-align: center;
}

.wrapper .block-dark {
    background: var(--color-primary-light);
    border: 1px solid #333;
    color: var(--color-text-semi-light);
}

.wrapper .sign-block {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, .15);
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, .15);
    border-radius: 3px;
}

.wrapper .sign-block h3 {
    margin: 20px 0;
    font-family: inherit;
    font-weight: bold;
    line-height: 20px;
    color: inherit;
    text-align: center;
    font-size: 18px;
}

.block-dark hr {
    border: 0;
    border-top: 1px solid #292929;
    border-bottom: 1px solid #333;
    margin: 20px 0;
}

.block-dark .form-dark {
    margin: 0;
    position: relative;
    padding: 10px 30px;
}

.block-dark .input-append, .block-dark .input-prepend {
    display: inline-block;
    margin-bottom: 10px;
    font-size: 0;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
}

.input-append .add-dark, .input-prepend .add-dark {
    background-color: var(--color-primary-dark);
    border: 1px solid #1c1c1c;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 20px;
    line-height: 20px;
    min-width: 16px;
    padding: 4px 5px;
    text-align: center;
    text-shadow: 0 1px 0 #1c1c1c;
    width: auto;
    margin-top: 1px;
    position: absolute;
}

.input-append .add-dark, .input-prepend .add-dark-captcha {
    background-color: var(--color-primary-dark);
    border: 1px solid #1c1c1c;
    display: inline-block;
    font-size: 14px;
    font-weight: 400;
    height: 27px;
    line-height: 20px;
    min-width: 16px;
    padding: 0;
    text-align: center;
    text-shadow: 0 1px 0 #1c1c1c;
    width: 122px;
    margin-top: 2px;
    position: absolute;
}

.form-dark input[type=text], .form-dark input[type=password], .form-dark input[type=email], .form-dark textarea {
    background-color: #353535;
    border: 1px solid #1c1c1c;
    border-radius: 2px;
    color: #ccc;
    margin-top: 1px;
    font-size: 14px;
    font-family: 'Open Sans', sans-serif;
    box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2) inset;
    -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, .2) inset;
    display: inline-block;
    height: 20px;
    padding: 4px 6px;
    margin-bottom: 10px;
    line-height: 20px;
    margin-left: 25px;
}

.form-dark input, .form-dark input[type=email], .form-dark textarea {
    width: 250px;
}

.form-dark input#password-1 {
    /*width: 224px;*/
    padding-right: 5px !important;
}

.form-dark input.captcha {
    width: 140px;
    margin-left: 134px;
}

.wrapper .btn {
    outline: 0 !important;
    color: #777;
    text-shadow: 0 0 0 rgba(0, 0, 0, .25);
    box-shadow: none;
    background: #efefef none repeat-x;
    border: 0 none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
    padding: 5px 10px;
    cursor: pointer;
}

.wrapper .btn-inverse {
    color: var(--color-text-light);
    border: 1px solid var(--color-primary-light);
    background: var(--color-primary-light);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, var(--color-primary-light) 0, var(--color-primary-dark) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--color-primary-light)), color-stop(100%, var(--color-primary-dark)));
    background: -webkit-linear-gradient(top, var(--color-primary-light) 0, var(--color-primary-dark) 100%);
    background: -o-linear-gradient(top, var(--color-primary-light) 0, var(--color-primary-dark) 100%);
    background: -ms-linear-gradient(top, var(--color-primary-light) 0, var(--color-primary-dark) 100%);
    background: linear-gradient(to bottom, var(--color-primary-light) 0, var(--color-primary-dark) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#404040', endColorstr='#404040', GradientType=0);
}

.wrapper .btn:hover {
    background-color: #e6e6e6;
    color: #777;
}

.wrapper p {
    margin: 15px 0 25px;
}

.wrapper #error {
    margin: -15px 0 25px;
    color: #eb2727;
}

.wrapper p a {
    text-decoration: none;
    color: #eb2727;
    outline: transparent;
}

.wrapper .lang {
    text-align: right;
    font-size: 10px;
    margin: 10px 15px;
}

.wrapper .lang a {
    color: var(--color-text-semi-light);
    text-decoration: none;
    margin: 0 5px;
}

.wrapper .lang a:hover {
    text-decoration: underline;
    color: #fff;
}

#splitterContainer {
    /* Main splitter element */
    /*height:948px;*/
    margin: 0;
    padding: 0;
    clear: both;
    overflow: hidden;
}

/* iCheck plugin Polaris skin ----------------------------------- */
.skin-polaris .icheckbox_polaris,
.skin-polaris .iradio_polaris
{
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    width: 28px;
    height: 29px;
    /*background: url(../../images/polaris.png) no-repeat;*/
    border: none;
    cursor: pointer;
}
.iradio_polaris{
    background: url(../../images/polaris.png) no-repeat -155px 0;
}

.icheckbox_polaris {
    background: url(../../images/polaris.png) no-repeat 0 0;
}

.icheckbox_polaris.hover {
    background: url(../../images/polaris.png) no-repeat -31px 0;
}

.icheckbox_polaris.checked {
    background: url(../../images/polaris.png) no-repeat -62px 0;
}

.icheckbox_polaris.disabled {
    background: url(../../images/polaris.png) no-repeat -93px 0;
    cursor: default;
}

.icheckbox_polaris.checked.disabled {
    background: url(../../images/polaris.png) no-repeat -124px 0;
}

.iradio_polaris.hover{
    background: url(../../images/polaris.png) no-repeat -185px 0;
}

.iradio_polaris.checked{
    background: url(../../images/polaris.png) no-repeat -215px 0;
}

 .iradio_polaris.disabled {
     background: url(../../images/polaris.png) no-repeat -245px 0;
     cursor: default;
}

.iradio_polaris.checked.disabled {
    background: url(../../images/polaris.png) no-repeat -275px 0;
}
/*---- end checked ----*/

/* Retina support */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-moz-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-device-pixel-ratio: 1.5) {
    .icheckbox_polaris,
    .iradio_polaris {
        background-image: url(../../images/polaris@2x.png);
        -webkit-background-size: 310px 31px;
        background-size: 310px 31px;
    }
}

div.clear {
    clear: both;
}

div.adminbody {
    width: 100%;
    height: 100%;
    background-image: url(../../images/body-bg.jpg);
    position: relative;
    overflow-x: hidden;
    overflow-y: auto;
    min-height: 565px;
}


/* dashboard css */

div.adminbody .admin-servers .span4 {
    display: block;
    float: left;
    width: 25%;
    margin: 0 15px 0 0;
    padding-right: 5px;
    border-right: 1px dotted #ccc;
}
div.adminbody .admin-servers .span4 h5 {
    float: left;
    font-size: 20px;
    margin: 5px 0 5px 10px;
}

div.adminbody .admin-servers .span4 img {
    float: left;
}

div.adminbody .admin-servers .span4 .statistic-values {
    font-size: 22px;
    font-weight: bold;
    margin: 5px 0 5px 10px;
}

/* end dashboard css*/
@media (max-width: 1200px) {
    /*#splitterContainer{*/
    /*overflow-x: inherit;*/
    /*}*/
    div.adminbody {
        overflow-x: auto;
    }
}

div.bottom {
    margin: 0;
    padding: 0;
    -webkit-box-shadow: 0 0 3px #000;
    -moz-box-shadow: 0 0 3px #000;
    box-shadow: 0 0 3px #000;
    bottom: 0;
    width: 100%;
    height: 34px;
}

div.bottom .navbar-inner {
    background: var(--color-primary-dark);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJod…EiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, var(--color-primary-light) 0, var(--color-primary-dark) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, var(--color-primary-light)), color-stop(100%, var(--color-primary-dark)));
    background: -webkit-linear-gradient(top, var(--color-primary-light) 0, var(--color-primary-dark) 100%);
    background: -o-linear-gradient(top, var(--color-primary-light) 0, var(--color-primary-dark) 100%);
    background: -ms-linear-gradient(top, var(--color-primary-light) 0, var(--color-primary-dark) 100%);
    background: linear-gradient(to bottom, var(--color-primary-light) 0, var(--color-primary-dark) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='var(--color-primary-light)', endColorstr='var(--color-primary-dark)', GradientType=0);
    margin: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    border: 0;
    border-top: 1px solid #000;
    color: var(--color-text-light);
    text-align: center;
    padding: 4px 0 5px;
    height: 20px;
    /*min-height: 20px;*/
    line-height: 2;
}

div.bottom .navbar-inner .bill-info {
    float: left;
    text-indent: 20px;
}


div.bottom .navbar-inner a {
    color: #00afef
}

div.bottom .navbar-inner a:hover {
    color: #7d828a;
}

/*journals style*/
div.journalList ul {
    list-style: none;
    margin: 0 auto;
}

div.journalList ul li {
    float: left;
    height: 130px;
}

div.journalList ul li a {
    display: block;
    background: url(../../images/jurnal.png) no-repeat top center;
    width: 75px;
    text-align: center;
    padding-top: 75px;
    margin: 10px 17px;
    color: var(--color-primary-dark);
    text-decoration: none;
}

div.journalList ul li a:hover {
    text-decoration: underline;
}

div.accessDenied {
    margin: 50px auto;
    width: 290px;
    font-size: 20px;
}

div.accessDenied i {
    color: #f21818;
    font-size: 24px;
    margin-right: 5px;
}

/* modal block*/
#myModal1 .btn {
    outline: 0 !important;
    color: #777;
    text-shadow: 0 0 0 rgba(0, 0, 0, .25);
    background-color: #efefef;
    background-image: none;
    box-shadow: none;
    background-repeat: repeat-x;
    border-color: none;
    border-width: 0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px
}

#myModal1 .btn:hover,
#myModal1 .btn:focus, .btn:active/**, .btn.active**//**, .btn.disabled**//**, .btn[disabled]**/  {
    background-color: #e6e6e6;
    color: #777
}

#myModal1 .btn:active/**, .btn.active**/  {
    box-shadow: 0 2px 3px rgba(0, 0, 0, .3) inset;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, .3) inset
}

#myModal1 .btn-primary {
    color: #fff;
    background: #57AD56;
    background: -moz-linear-gradient(top, #57AD56 0, #57AD56 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #57AD56), color-stop(100%, #57AD56));
    background: -webkit-linear-gradient(top, #57AD56 0, #57AD56 100%);
    background: -o-linear-gradient(top, #57AD56 0, #57AD56 100%);
    background: -ms-linear-gradient(top, #57AD56 0, #57AD56 100%);
    background: linear-gradient(to bottom, #57AD56 0, #57AD56 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#57AD56', endColorstr='#57AD56', GradientType=0)
}

#myModal1 .btn-primary:hover {
    color: #fff;
    background: #50C24E;
    background: -moz-linear-gradient(top, #50C24E 0, #50C24E 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #50C24E), color-stop(100%, #50C24E));
    background: -webkit-linear-gradient(top, #50C24E 0, #50C24E 100%);
    background: -o-linear-gradient(top, #50C24E 0, #50C24E 100%);
    background: -ms-linear-gradient(top, #50C24E 0, #50C24E 100%);
    background: linear-gradient(to bottom, #50C24E 0, #50C24E 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50C24E', endColorstr='#50C24E', GradientType=0)
}


#myModal1 .btn-primary-blue {
    color: #fff;
    background: #337AB7;
    background: -moz-linear-gradient(top, #337AB7 0, #337AB7 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #337AB7), color-stop(100%, #337AB7));
    background: -webkit-linear-gradient(top, #337AB7 0, #337AB7 100%);
    background: -o-linear-gradient(top, #337AB7 0, #337AB7 100%);
    background: -ms-linear-gradient(top, #337AB7 0, #337AB7 100%);
    background: linear-gradient(to bottom, #337AB7 0, #337AB7 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#337AB7', endColorstr='#337AB7', GradientType=0)
}

#myModal1 .btn-primary-blue:hover {
    color: #fff;
    background: #286090;
    background: -moz-linear-gradient(top, #286090 0, #286090 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #286090), color-stop(100%, #286090));
    background: -webkit-linear-gradient(top, #286090 0, #286090 100%);
    background: -o-linear-gradient(top, #286090 0, #286090 100%);
    background: -ms-linear-gradient(top, #286090 0, #286090 100%);
    background: linear-gradient(to bottom, #286090 0, #286090 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#50C24E', endColorstr='#50C24E', GradientType=0)
}

#myModal1 .btn-primary:visited,
#myModal1 .btn-primary:focus,
#myModal1 .btn-primary:active/**, .btn-primary.active**//**, .btn-primary.disabled**//**, .btn-primary[disabled]**/  {
    color: #fff
}

.modal .modal-header h3 {
    margin-top: 0
}

.modal-default {
    background: #57AD56;
    color: #FFF
}

table.table {
    clear: both;
    margin-bottom: 6px !important;
    max-width: none !important
}

.modal {
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    background-clip: padding-box
}

.modal:focus {
    outline: 0
}

.modal .modal-header h3 {
    font-size: .95em
}

.modal .modal-footer {
    padding: .5em
}

.modal .modal-body {
    padding: 2em
}

/*.fade {*/
/*opacity: 0;*/
/*-webkit-transition: opacity 0.15s linear;*/
/*-moz-transition: opacity 0.15s linear;*/
/*-o-transition: opacity 0.15s linear;*/
/*transition: opacity 0.15s linear;*/
/*}*/

/*.fade.in {*/
/*opacity: 1;*/
/*}*/

.modal-backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: #000000;
}

.modal-backdrop.fade {
    opacity: 0;
}

.modal-backdrop,
.modal-backdrop.fade.in {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.modal {
    position: fixed;
    top: 10%;
    left: 50%;
    z-index: 1050;
    width: 560px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

.modal.fade {
    /*top: -25%;*/
    -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
    -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
    -o-transition: opacity 0.3s linear, top 0.3s ease-out;
    transition: opacity 0.3s linear, top 0.3s ease-out;
}

.modal.fade.in {
    top: 10%;
}

.modal-header {
    padding: 9px 15px;
    border-bottom: 1px solid #eee;
}

.modal-header .close {
    margin-top: 2px;
}

.modal-header h3 {
    margin: 0;
    line-height: 30px;
}

.modal-body {
    position: relative;
    max-height: 400px;
    padding: 15px;
    overflow-y: auto;
}

.modal-form {
    margin-bottom: 0;
}

.modal-footer {
    padding: 14px 15px 15px;
    margin-bottom: 0;
    text-align: right;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    /*-webkit-border-radius: 0 0 6px 6px;*/
    /*-moz-border-radius: 0 0 6px 6px;*/
    /*border-radius: 0 0 6px 6px;*/
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

.modal-footer:before,
.modal-footer:after {
    display: table;
    line-height: 0;
    content: "";
}

.modal-footer:after {
    clear: both;
}

.modal-footer .btn + .btn {
    margin-bottom: 0;
    margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
    margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
    margin-left: 0;
}

#trackerRelationshipManage .ui-spinner {
    display: inline-block;
    overflow: hidden;
    position: relative;
    width: 100px;
    background-clip: padding-box;
    background-color: #FFFFFF;
    border-color: #A8ABBA #A8ABBA #C5C7D2;
    border-image: none;
    border-radius: 3px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3), 0 1px 2px rgba(0, 0, 0, 0.2) inset;
    margin-top: 5px;
}

#trackerRelationshipManage .ui-spinner-input {
    border: medium none;
    margin: 6px 5px 5px;
    width: 50px;
    color: #333;
}

/*div.form_border ul.form_list .control-group td .ui-widget .ui-widget {
    font-size: 10px;
}*/

#trackerRelationshipManage .ui-spinner-button {
    cursor: pointer;
    display: block;
    font-size: 10px;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 16px;
    color: #333;
}

#trackerRelationshipManage .ui-spinner-button {
    cursor: pointer;
    display: block;
    font-size: 10px;
    height: 50%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    right: 0;
    text-align: center;
    width: 16px;
    color: #333;
}

#trackerRelationshipManage .ui-spinner-up {
    top: 0;
}

#trackerRelationshipManage .ui-spinner-down {
    bottom: 0;
}

#trackerRelationshipManage .ui-spinner .ui-icon {
    left: 0;
    margin-left: 3px;
    margin-top: -10px;
    position: absolute;
    top: 50%;
}

#trackerRelationshipManage .ui-spinner a.ui-spinner-button {
    border-bottom: medium none;
    border-right: medium none;
    border-top: medium none;
}

/*#borderFileUpload{*/
/*width:180px ;*/
/*height: 180px;*/
/*border: solid 1px #949494;*/
/*background-color: #f2f2f2;*/
/*}*/
#mProfileButton {
    /*margin-left: 1300px;*/
    float: right;
}
#mSetupPinButton {
    /*margin-left: 1300px;*/
    float: right;
}

#buttonProperties {
    margin-left: 1300px;
    top: 50px;
}

.nameForPoi {
    cursor: pointer;
    display: inline-block;
    width: 65%;
    height: 28px;
    padding-left: 10px;
}

.trackNameOff {
    color: #555555;
    font-style: italic;
}

#div-edit-serial {
    /*position: absolute;*/
    /*z-index: 10;*/
    /*margin-left: 800px;*/
    /*margin-top: 300px;*/
    /*display: none;*/
    /*height: 190px;*/
    /*width: 350px;*/
    /*background: #fbfbfb;*/
}

#input-edit-serial {
    margin-left: 80px;
    margin-top: 20px;
}

input.input-disabled  {
    background-color: #efefef !important;
}

#save-serial {
    margin-left: 80px;
    margin-top: 8px;
}

/*#save-button {*/
    /*background-color: #46ac32;*/
    /*color: #ffffff;*/
/*}*/

#input-edit-serial div {
    font-style: inherit;
    font-weight: bold;
    margin-bottom: 5px;

}

/*#cancel-button {*/
    /*background-color: #da4f49;*/
    /*color: #ffffff;*/
/*}*/

/*#backdrop {*/
    /*display: none;*/
/*}*/

#rErrorMsg {
    /*margin-left: 0px;*/
    /*font-size: 15px;*/
}

.loginAndCompanyName {
    color: var(--color-text-semi-light);
    margin-top: 11px;
    margin-right: 10px;
    font-size: 14px;
}

.messageDatePicker {
    box-shadow: -1px 0 15px #000000;
    padding: 6px 5px 5px 10px;
    margin: 0 0;
    min-height: 109px;
}
#statistic .messageDatePicker {
    min-height: 138px;
}

.takeMessage {
    float: left;
    margin-left: 45px;
}
.takeMessage #messageDate {
    margin-top: 5px;
    margin-left: 114px;

}
.takeMessage #takeTrackStatistics {
    margin-left: 7px;
}

.dictance {
    margin: -2px 0 10px;
    text-align: left;
    width: 207px;
    float: left;
    margin-left: 50px;
}

.DateText {
    width: 41px;
    display: inline-block;
    text-align: right;
}

.forInput {
    width: 41px;
    display: inline-block;
    text-align: right;
    margin-left: 0;
}
.forInputNow{
    width: 51px;
    display: inline-block;
    text-align: right;
    margin-left: 0;
}

.msgPaginationPosition {
    float: left;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px;

}

.msgPaginationPosition .excelButtons {
    float: right;
}

.ignorCheckboxPositon {
    margin-left: 41px;
    margin-top: 2px;
    position: absolute;

}

#statistic .stcTypePositon {
    margin-left: 45px;
    margin-top: 2px;

}
#rightPanel .route-loading > #loading{
    width: 20px;
    font-size: 20px;
    color: #232323;
    margin: auto;
}

#rightPanel #loading{
    width: 180px;
    font-size: 20px;
    color: #fff;
    margin: auto;
}

#message-table #loading,
#map-right-panel #messageSplitter #statistic-content #loading{
    width: 250px;
    font-size: 20px;
    color: #000000;
    margin: 150px auto;
}

#option-filter .ui-spinner{
    vertical-align: middle;
    margin: 0;
}

#remove-report
 {
     color: #ffffff;
     text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
     background-color: #da4f49;
     background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
     background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
     background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
     background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
     background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
     background-repeat: repeat-x;
     border-color: #bd362f #bd362f #802420;
     border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
     filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
     filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
 }
#remove-report:hover
{
    color: #ffffff;
    background: #bd362f;
}

#remove-report-norm
{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#remove-report-norm:hover
{
    color: #ffffff;
    background: #bd362f;
}

#remove-report-can
{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#remove-report-can:hover
{
    color: #ffffff;
    background: #bd362f;
}

#remove-report-mobject
{
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-color: #da4f49;
    background-image: -moz-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ee5f5b), to(#bd362f));
    background-image: -webkit-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: -o-linear-gradient(top, #ee5f5b, #bd362f);
    background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
    background-repeat: repeat-x;
    border-color: #bd362f #bd362f #802420;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
#remove-report-mobject
{
    color: #ffffff;
    background: #bd362f;
}

#back2 td span {
    padding-left: 28px;
}
.back-size1{
    padding-left: 26px;

}
.back-size2{
    padding-left: 29px;
}
.back-filter{
    padding-left: 31px;
}
#back2-size .ui-spinner{
    vertical-align: middle;
    margin: 0;

}
#speed-summer .ui-spinner{
    vertical-align: middle;
    margin: 0;
}
#summer-winter .ui-spinner{
    vertical-align: middle;
    margin: 0;
}
.summer-calendar{
    margin-left: -14px;
}
#summer-winter  tr td .litrs{
    margin-left: 20px;
}

 #speed-summer  tr td .litrs{
    margin-left: 20px;
}
.remember{
    margin-left: 39px;
    margin-top: 2px;
}

#btn-login{
    margin-top: 7px;
    margin-left: 21px;
}
#notyfy_container_bottomRight{
    display: none;
}
#block_container{
    display: none;
}
#speed-summer  tr td{
 border-left:none ;
}
#fuel-norm .fuel-border{
    border-left: none;
}
#summer-winter  tr td{
    border-left:none ;
}
.used-report{
    margin-left: 20px;
    padding-right: 20px
}

.litr-km{
    padding-left: 15px;
}

.time-footer {
    margin-left: 10px;
    margin-right: 10px;
}

.time-footer-text-size {
    font-size: 14px;
}

[id^=dark-theme],
[id^=light-theme] {
    margin: 12px 16px 0px 16px;
    width: 18px;
    height: 18px;
    cursor: pointer;
}


/* width */
::-webkit-scrollbar {
    width: 6px !important;
    height: 6px !important;
}

/* Track */
::-webkit-scrollbar-track {
    background: #637e9d1f;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #2b9bf4 ;
}
