
* {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}

* {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}



A:link    { COLOR: #FFA000; TEXT-DECORATION : none }
A:visited { COLOR: #FFA000; TEXT-DECORATION : none }
A:hover   { COLOR: #FFD000; Text-Decoration : none }

.button A:link     { COLOR: #333; TEXT-DECORATION : none }
.button A:visited  { COLOR: #333; TEXT-DECORATION : none }
.button A:hover    { COLOR: #333; TEXT-DECORATION : none }


input,
select {
    padding: 10px 14px;
    background-color: #f0f0f0;
    color: #333333;
    border: 1px solid #606060;
    border-radius: 5px;
    font-size: 14px;
}
input[type=submit],
input[type=button] {
    cursor: pointer;
}
input[type=submit]:hover,
input[type=button]:hover {
    background-color: #dadada;
}



a {
    position: relative;
    margin: 0;
    padding: 0;
}

h1 {
    font-size: 32px;
    line-height: normal;
}
h2 {
    font-size: 26px;
    line-height: normal;
}
h3 {
    font-size: 24px;
    line-height: normal;
}
h4 {
    font-size: 21px;
    margin-bottom: 7px !important;
}

*:focus {
    outline: none !important;
}

.cursor-pointer {
    cursor: pointer;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


html,body {
 margin: 0;
 padding: 0;
 width: 100%;
 height: auto;
 min-height: 100%;
 /*font-family: 'Roboto Condensed', sans-serif;*/
 font-family: 'Arial', sans-serif;
 font-size:14px;
 font-weight:normal;
 font-style:normal;
 color:#222222;
 overflow-x: hidden;
 background-color: #ffffff;
}

.bg_image {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(/images/bg.png) repeat-x center center;
    -webkit-background-size: auto 100%;
    -moz-background-size: auto 100%;
    -o-background-size: auto 100%;
    background-size: auto 100%;
    opacity: 0.5;
}


.hardware_acceleration {
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    -ms-transform: translateZ(0);
    -o-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
}


.clear-all {
    float: none;
    clear: both;
}

.bold {
    font-weight: bold !important;
}

.nobold {
    font-weight: normal !important;
}

.nowrap {
    white-space: nowrap !important;
}


.text-color-white {
    color: #ffffff !important;
}
.text-color-black {
    color: #333333 !important;
}
.text-color-orange {
    color: #ffa000 !important;
}
.text-color-red {
    color: #ff0000 !important;
}
.text-color-blue {
    color: #0000ff !important;
}
.text-color-green {
    color: #00f000 !important;
}
.text-color-greenblue {
    color: #0080a0 !important;
}


.small-fontsize {
    font-size: 13px;
}

.extra-small-fontsize {
    font-size: 11px;
}


.tr {
    display: inline-block;
    width: 100%;
    height: 1px;
    border-top: 1px dashed #bbbbbb;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 0;
}


.margin-top {
    margin-top: 15px !important;
}
.margin-bottom {
    margin-bottom: 15px !important;
}
.margin-left {
    margin-left: 15px !important;
}
.margin-right {
    margin-right: 15px !important;
}


.padding-top {
    padding-top: 20px !important;
}
.padding-bottom {
    padding-bottom: 20px !important;
}
.padding-left {
    padding-left: 20px !important;
}
.padding-right {
    padding-right: 20px !important;
}


.no-margin-top {
    margin-top: 0 !important;
}
.no-margin-bottom {
    margin-bottom: 0 !important;
}



.float-left {
    position: relative;
    float: left;
}
.float-right {
    position: relative;
    float: right;
}

h1,h2,h3,h4,h5,h6 {
    padding: 0;
    margin: 0;
    line-height: normal;
    font-weight: bold !important;
}



.text-right {
    text-align: right !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}


.inline-block {
    display: inline-block;
    position: relative;
}


.bg_transition {
    -webkit-transition: background-color 100ms linear;
    -ms-transition: background-color 100ms linear;
    transition: background-color 100ms linear;
}

.color_transition {
    -webkit-transition: color 100ms linear;
    -ms-transition: color 100ms linear;
    transition: color 100ms linear;
}



.debug {
    display: block;
    position: relative;
    width: auto;
    background-color: #333333;
    color: #ffffff;
    padding: 0;
}
.debug .debug_file_line_info {
    display: inline-block;
    position: relative;
    width: calc(100% - 20px);
    margin: 10px 10px;
    margin-bottom: 0;
    color: #e0e0e0;
    font-size: 12px;
}
.debug pre {
    display: inline-block !important;
    position: relative !important;
    width: auto !important;
    margin: 10px 10px !important;
    font-size: 14px !important;
    color: #ffffff !important;
    background-color: transparent !important;
    padding: 0 !important;
}

pre.debug {
    padding: 5px 7px;
}




.content {
    display: block;
    position: relative;
    min-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.content .inner {
    display: inline-block;
    position: relative;
    width: 100%;
    text-align: left;
}

.content.main_content {
    width: 100%;
    overflow: auto !important;
}

.content.main_content .header {
    width: 100%;
    border-bottom: 1px solid #888888;
}
.content.main_content .header .xcol {
    padding: 10px 13px;
}

.content.main_content .header input,
.content.main_content .header select {
    width: auto;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #888888 !important;
    background-color: #202020 !important;
    color: #cccccc !important;
}

.content.main_content .header div.image_button a {
    display: inline-block;
    position: relative;
}
.content.main_content .header img.button {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    cursor: pointer;
    top: 6px;
}

.content.main_content .header span.title {
    display: inline-block;
    position: relative;
    font-size: 24px;
    margin-left: 15px;
    top: 2px;
}


.table {
    display: table;
    min-width: 100%;
    border: 1px solid #aaaaaa;
    border-collapse: collapse;
}
.table .table-row {
    display: table-row;
    min-width: 100%;
    border: 1px solid #aaaaaa;
    background-color: #ffffff;
}
.table .table-row.header {
    background-color: #d0d0d0;
    pointer-events: none;
}
.table .table-cell {
    display: table-cell;
    width: auto;
    padding: 7px 10px;
    border: 1px solid #aaaaaa;
}

.table .table-row:hover {
    background-color: #f0f0f0 !important;
}

.table .table-row .table-cell.options {
    text-align: right;
}
.table .table-row .table-cell.options img {
    position: relative;
    width: 16px;
    height: auto;
    opacity: 0.7;
    cursor: pointer;
}
.table .table-row .table-cell.options img:hover {
    opacity: 1;
}


.big-buttons a input {
    font-size: 24px;
    padding: 15px;
    cursor: pointer;
    margin: 15px;
    width: 140px;
    background-color: #101010 !important;
    color: #bbbbbb !important;
    border: 1px solid #bbbbbb !important;
    border-radius: 5px;
}
.big-buttons a:hover input {
    background-color: #202020 !important;
}


.tracking_item {
    width: 100%;
}
.tracking_item .xcol {
    padding: 10px 13px;
}

.tracking_item {
    background-color: #050505 !important;
}
.tracking_item:nth-child(odd) {
    background-color: #0b0b0b !important;
}

.tracking_item.col_1 {
    background-color: #101019 !important;
}
.tracking_item.col_1:nth-child(odd) {
    background-color: #14141c !important;
}

.tracking_item.col_2 {
    background-color: #161626 !important;
}
.tracking_item.col_2:nth-child(odd) {
    background-color: #1a1a2a !important;
}


.tracking_item:hover {
    background-color: #272727 !important;
}
.tracking_item.col_1:hover,
.tracking_item.col_2:hover {
    background-color: #292939 !important;
}

#canvas {
    position: relative;
    width: 1000px;
    height: 400px;
    z-index: 9999;
    background-color: #0d0d0d;
    padding: 0;
    margin: 0;
}
.canvas_content {
    width: 100vw;
    height: 100px;
    overflow-y: hidden;
    overflow-x: auto;
    padding: 0;
    margin: 0;
}



.content_loader {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255,255,255,0.6);
    -webkit-transition: opacity 200ms ease-in-out;
    -ms-transition: opacity 200ms ease-in-out;
    -moz-transition: opacity 200ms ease-in-out;
    -o-transition: opacity 200ms ease-in-out;
    transition: opacity 200ms ease-in-out;
    opacity: 0;
    pointer-events: none !important;
    z-index: 99999990;
}
.content_loader.show {
    opacity: 1;
    pointer-events: auto !important;
}
.content_loader_spin {
    display: block;
    position: fixed;
    left: calc(50% - 32px);
    top: calc(50% - 32px);
    width: 64px;
    height: 64px;
}

.lds-dual-ring {
    display: inline-block;
    width: 64px;
    height: 64px;
}
.lds-dual-ring:after {
    content: " ";
    display: block;
    width: 46px;
    height: 46px;
    margin: 1px;
    border-radius: 50%;
    border-width: 5px;
    border-style: solid;
    border-color: #aaa transparent #aaa transparent;
    animation: lds-dual-ring 1.2s linear infinite;
}
@keyframes lds-dual-ring {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}


.content.main_content form.login-form {
    position: fixed;
    width: 400px;
    height: auto;
    left: calc(50vw - 200px);
    top: calc(50vh - 140px);
}

.content.main_content form.login-form input {
    width: 100%;
    padding: 7px 10px;
    border-radius: 5px;
    border: 1px solid #888888 !important;
}

.content.main_content form.login-form input[type=submit] {
    cursor: pointer;
}


fieldset {
    border: 1px solid #888888 !important;
    padding: 15px 15px;
}
fieldset.main {
    border-radius: 7px;
}
fieldset.input-field {
    border: none !important;
    padding: 5px 5px;
}
fieldset.margin-top {
    margin-top: 7px !important;
}


.text_color_red {
    color: #e00000 !important;
}
.text_color_yellow {
    color: #ffff00 !important;
}
.text_color_orange {
    color: #ffb000 !important;
}


.dialog_box_bg {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 9990;
    background-color: #000000;
    opacity: 0.9;
}
.dialog_box {
    display: none;
    position: fixed;
    width: 500px;
    top: calc(50vh - 100px);
    left: calc(50vw - 250px);
    z-index: 9999;
    background-color: #202020;
    border: 1px solid #303030;
    border-radius: 10px;
    overflow: hidden;
    color: #dddddd;
}
.dialog_box .dialog_box_header {
    width: 100%;
    padding: 15px;
    background-color: #303030;
}
.dialog_box .dialog_box_content {
    width: 100%;
    padding: 15px;
}
.dialog_box .dialog_box_footer {
    width: 100%;
    padding: 15px;
    text-align: right;
}
.dialog_box .dialog_box_footer .button {
    display: inline-block;
    width: auto;
    min-width: 100px;
    padding: 7px 10px;
    background-color: #505050;
    color: #fafafa;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
    opacity: 0.9;
}
.dialog_box .dialog_box_footer .button:hover {
    opacity: 1;
}

.dialog_box .dialog_box_footer .button.button_cancel {
    background-color: #800000;
}
.dialog_box .dialog_box_footer .button.button_ok {
    background-color: #007000;
}

body.show_dialog .dialog_box_bg,
body.show_dialog .dialog_box {
    display: block;
}


.dialog_box input,
.dialog_box select {
    padding: 5px 7px;
    background-color: #f0f0f0;
    color: #222222;
    border: 1px solid #606060;
    border-radius: 5px;
}




.opacity_10 {
    opacity: 0.1;
}
.opacity_20 {
    opacity: 0.2;
}
.opacity_30 {
    opacity: 0.3;
}
.opacity_40 {
    opacity: 0.4;
}
.opacity_50 {
    opacity: 0.5;
}
.opacity_60 {
    opacity: 0.6;
}
.opacity_70 {
    opacity: 0.7;
}
.opacity_80 {
    opacity: 0.8;
}
.opacity_90 {
    opacity: 0.9;
}
.opacity_100 {
    opacity: 1;
}


#map {
    display: block;
    position: fixed;
    left: 0;
    top: 0;
    width: calc(100vw - 650px);
    height: 100vh;
}
#map_right {
    display: block;
    position: fixed;
    left: calc(100vw - 650px);
    top: 0;
    width: 650px;
    height: 100vh;
    padding: 20px 20px;
    overflow-x: hidden;
    overflow-y: auto;
}

#map_right img.logo {
    width: 50%;
    height: auto;
}

#map_right .items {
    width: 100%;
    height: auto;
    font-size: 12px;
}
#map_right .item {
    width: 100%;
    height: auto;
    border-bottom: 1px solid #f0f0f0;
    padding: 10px;
    cursor: pointer;
}
#map_right .item:hover {
    background-color: #f0f0f0;
}

#map_right .items .table .table-row:not(.header) {
    cursor: pointer;
}


#map_right .items .table .table-row.header .table-cell {
    line-height: 16px;
}
#map_right .items .table .table-row .table-cell {
    line-height: 18px;
}


#map_right .items .table .table-row.sos {
    background-color: #ff0000 !important;
    color: #ffffff !important;
}
#map_right .items .table .table-row.sos:hover {
    background-color: #f00000 !important;
    color: #ffffff !important;
}

#map_right .items .status_rect {
    display: inline-block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    background-color: #00c000;
}
#map_right .items .status_rect.red {
    background-color: #ff0000;
}

#map_right .items img.copy {
    display: inline-block;
    position: relative;
    width: 16px;
    height: auto;
    opacity: 0.6;
}
#map_right .items img.copy:hover {
    opacity: 0.9;
}

#map_right .items img.tracking {
    display: inline-block;
    position: relative;
    width: 32px;
    height: auto;
    opacity: 0.5;
}
#map_right .items img.tracking:hover {
    opacity: 0.8;
}

#map_right .items .table-row.show_tracking img.tracking {
    opacity: 1.0 !important;
}

#map_right .items .table-row.no_tracking_items img.tracking {
    pointer-events: none !important;
    opacity: 0.2 !important;
}


#map_right .items .table-cell {
    vertical-align: top;
}

#map_right .items .table-cell .left {
    display: inline-block;
    position: relative;
    float: left;
    width: calc(100% - 30px);
}
#map_right .items .table-cell .right {
    display: inline-block;
    position: relative;
    float: left;
    width: 30px;
}


.marker.sos {
    background: #ff2000 !important;
    box-shadow: 0 2px 10px rgba(0,0,0,0.5) !important;
}

.marker.hovered {
    transform: scale(1.4) !important;
    background: #0046a2 !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.5) !important;
}
.marker.sos.hovered {
    background: #e00000 !important;
}

.sos_box {
    display: none;
    position: fixed;
    left: 10px;
    bottom: 10px;
    width: 600px;
    z-index: 999999;
}
.sos_box_items {
    display: block;
    position: relative;
    width: 100%;
}
.sos_box_item {
    display: block;
    position: relative;
    width: 100%;
    height: auto;
    margin-top: 10px;
    margin-bottom: 10px;
    border: 1px solid #d00000;
    border-radius: 10px;
    overflow: hidden;
    background-color: #d00000 !important;
    color: #ffffff !important;
    padding: 21px 18px 18px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.6) !important;
    font-size: 14px;
}

.sos_box_item div.sos_icon {
    display: inline-block;
    position: relative;
    float: left;
    width: 40px;
}
.sos_box_item div.sos_icon img {
    position: absolute;
    width: 28px;
    height: auto;
    left: -2px;
    top: -8px;
}
.sos_box_item div.sos_index {
    display: inline-block;
    position: relative;
    float: left;
    width: 30px;
}
.sos_box_item div.sos_name {
    display: inline-block;
    position: relative;
    float: left;
    width: calc(100% - 390px);
    cursor: pointer;
}
.sos_box_item div.sos_date {
    display: inline-block;
    position: relative;
    float: left;
    width: 150px;
    text-align: right;
}
.sos_box_item div.sos_info {
    display: inline-block;
    position: relative;
    float: left;
    width: 130px;
    text-align: right;
}
.sos_box_item div.sos_option {
    display: inline-block;
    position: relative;
    float: left;
    width: 40px;
    text-align: right;
}
.sos_box_item div.sos_option img {
    width: 14px;
    height: auto;
    cursor: pointer;
}


body.show_sos_box .sos_box {
    display: block;
}




@media all and (max-width: 1024px) {
    .hide-mobile {
        display: none !important;
    }
    .show-mobile {
        display: block !important;
    }
}
