input[readonly], input[disabled],input[readonly]:focus,input[disabled]:focus
{
    background-color:#DADADA;
    cursor: not-allowed;
    color: #444444;
}

/* MYGPS @Wesley */
#loading_panel_msg img {
    max-width: 750px;
}

#dialog_about img {
    max-width: 100%;
}

.row label {
    font-size: 13px;
    margin: 4px;
    display: inline-block;
}

#dialog_user_edit_tabs {
    height: 670px !important;
}

html, body {
    width: 100% !important;
    height: 100% !important;
}

html {
    position: fixed;
}

a.button {
    padding: 5px;
    margin-right: 10px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    color: #888;
    float: left;
}

.ui-dialog-content {
    overflow-y: auto;
    overflow-x: hidden;
}

#mygps_trackers_batches_table th {
    text-align: left;
}

#cmd_list_grid td {
    cursor: pointer;
}

#cmd_list_grid tr.selected td {
    font-weight: bold;
    background: #3970ca;
    color: white;
}

#report_templates_list_grid td {
    cursor: pointer;
}

.icon-livemode-no {
    background-image: url(/img/signal_no.png);
}

.icon-livemode-yes {
    background-image: url(/img/signal_ok.png);
}

.ui-dialog {
    background: white;
}

.mygps_credits,
.mygps_abo_days,
.mygps_business {
    font-size: 18px;
    font-weight: normal;
    padding: 7px;
    color: #aaa;
    display: none;
}

.mygps_buy {
    font-size: 13px;
    font-weight: bold;
    padding: 10px;
}

.error {
    background: #ffdddd !important;
}

.correct {
    background: #ddffdd !important;
}

table.styled th {
    font-weight: bold;
    border-bottom: 1px solid #ddd;
}

/* MYGPS */

html, body {
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-size: 13px;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    color: #444444;
    overflow: hidden;
}

a,
a:hover {
    text-decoration: none;
    color: #3970ca;
}

/*#################################################*/
/* INPUTBOXES, SELECT
/*#################################################*/

input.checkbox {
    vertical-align: middle;
}

.inputbox {
    width: 100%;
    padding: 0 5px;
}

textarea.inputbox {
    padding: 5px;
}

input, textarea {
    -webkit-box-sizing: border-box;
    ‌​ -moz-box-sizing: border-box;
    box-sizing: border-box;
}

input.color,
input.color:focus,
input.color:hover {
    border: none;
}

input,
select,
.inputbox,
.textarea {
    margin: 0;
    height: 24px;
    border: 1px solid #dddddd;
    color: #7a7a7a;
    font-family: Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    background: #fbfbfb;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

input:focus {
    background-color: #ffffff;
    color: #444444;
}

select {
    height: 24px;
}

.inputbox:hover,
.textarea:hover,
select:hover {
    border: 1px solid #bbbbbb;
}

.inputbox:disabled,
.textarea:disabled,
select:disabled {
    border: 1px solid #d3d3d3;
    background: #eeeeee;
}

.inputbox_calendar {
    color: #7a7a7a;
    border: 1px solid #d3d3d3;
    -webkit-inline-box: none;
    background: #fbfbfb url("../img/ico/inputbox_calendar.png") right no-repeat;
}

.inputbox_calendar:disabled {
    -webkit-inline-box: none;
    background: #eeeeee url("../img/ico/inputbox_calendar.png") right no-repeat;
}

.inputbox_search {
    width: 255px;
    height: 28px;
    text-indent: 30px;
    background: #f5f5f5 url("../img/ico/inputbox_search.png") 10px center no-repeat;
    float: left;
}

/*#################################################*/
/* BUTTONS
/*#################################################*/

*:focus {
    outline: 0;
}

.report-controls {
    margin: 5px 0;
}

.panel_buttons,
.panel_button {
    float: left;
}

.panel_button img {
    display: block;
    padding: 5px;
    background: #f5f5f5;
    border: 1px solid #dddddd;
    margin-left: 3px;
}

.panel_button img.reload-btn {
    margin-left: 0;
}

input.button {
    border: 1px solid #dddddd;
    background-color: #fbfbfb;
    height: 24px;
    min-width: 78px;
    color: #555555;
    cursor: pointer;
    text-align: center;
    margin-bottom: 3px;
    padding: 0 5px;
}

input.button.icon {
    text-align: left;
    padding-left: 25px;
    margin-bottom: 0;
    background-repeat: no-repeat;
    background-position: 10px center;
}

input.button:hover {
    background-color: #e7e6e6;
    color: #212121;
}

input.button:active {
    background-color: #eeeeee;
    color: #555555;
}

input.button:disabled {
    background-color: #eeeeee;
    color: #555555;
}

input.button.icon-key {
    background-image: url(images/key-white.png);
    background-color: #9cc602;
    border-color: #8bb001;
    color: #ffffff;
}

input.button.icon-key:hover {
    background-color: #8bb100;
}

input.button.icon-reports {
    background-image: url(images/reports.png);
    background-color: #5d5d5d;
    border-color: #5d5d5d;
    color: #ffffff;
}

input.button.icon-reports:hover {
    background-color: #444444;
}

input.button.show-import-export {
    min-width: 25px;
    float: right;
    background: #9cc602 url(images/import-export.png) center center no-repeat;
    border-color: #8bb001;
    padding: 0;
    margin: 0;
}

input.button.show-import-export:hover {
    background-color: #8bb100;
}

/*#################################################*/
/* LOGIN PAGE
/*#################################################*/

#login {
    background: #f8f8f8;
}

.line {
    border-top: 3px solid #3970ca;
}

.login-block {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -350px 0 0 -212px;
    width: 425px;
}

#login #logo {
    margin-bottom: 50px;
}

#login #tabs_connect {
    margin-bottom: 10px;
}

#login .tab-content {
    background: #3970ca;
    color: #ffffff;
    padding: 15px;
}

#login .title-block {
    color: #ffffff;
    border: none;
    font-size: 15px;
    font-weight: 100;
    display: table-cell;
    height: 50px;
    vertical-align: middle;
}

#login .ui-tabs .ui-tabs-nav {
    background-color: #ffffff;
    border: none;
}

#login .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background: #3970ca;
    color: #ffffff;
    padding: 8px 15px;
}

#login .ui-tabs .ui-tabs-nav li a {
    padding: 8px 15px;
    font-size: 15px;
    font-weight: 100;
}

#login .ui-tabs .ui-tabs-nav li.ui-tabs-active {
    border: none;
}

#login .ui-tabs .ui-tabs-nav {
    padding: 0;
}

#login input.inputbox {
    height: 35px;
    background-color: #5A8AD7;
    border: none;
    color: #ffffff;
    font-size: 14px;
    width: 360px;
}

#login input.button.mobile-v {
    border: none;
    padding: none;
}

#login input.button.mobile-v:hover {
    color: #3970ca;
    background: none;
}

#login .icon {
    float: left;
    width: 35px;
    height: 35px;
    background-color: #85AAE5;
    background-position: center center;
    background-repeat: no-repeat;
}

.icon.icon-user {
    background-image: url(images/login-user.png);
}

.icon.icon-email {
    background-image: url(images/login-email.png);
}

.icon.icon-password {
    background-image: url(images/login-pass.png);
}

.icon.icon-code {
    background-image: url(images/login-shield.png);
}

#login .tab-content input.button {
    background: #ffffff;
    border: none;
    padding: 5px;
    margin-top: 15px;
    height: auto;
    min-width: 90px;
}

#login .tab-content input.button:hover {
    background: #f5f5f5;
    color: #3970ca;
}

.reveal {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px;
    height: 20px;
    background: url(images/eye2-crossed.png) center center no-repeat;
    cursor: pointer;
}

.reveal.hide {
    background: url(images/eye2.png) center center no-repeat;
}

.security-code {
    position: absolute;
    top: 10px;
    right: 10px;
}

#login .remember-block {
    position: absolute;
    right: 0;
    bottom: -25px;
    line-height: 14px;
}

.remember-block input {
    height: 15px;
    margin-right: 5px;
}

/*#################################################*/
/* TOP PANEL STYLE
/*#################################################*/

#top_panel {
    height: 36px;
    background: #f8f8f8;
    position: relative;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
}

#top_panel select {
    margin: 1px 0;
}

#top_panel .right-menu {
    float: right;
}

#top_panel ul {
    margin: 0;
    padding: 0;
    float: left;
    display: table;
}

#top_panel ul li a {
    display: table;
    padding: 8px 15px;
    text-decoration: none;
    color: #808080;
    font-size: 14px;
}

#top_panel ul li {
    list-style: none;
    display: table;
    float: left;
    border-right: 1px solid #f2f2f2;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

#top_panel ul li:last-child {
    border-right: none;
}

#top_panel ul li.select_map:hover,
#top_panel ul li.select_language:hover {
    background: none;
}

#top_panel ul li:hover {
    background: #ffffff;
}

#top_panel .select_map {
    border: none;
}

#top_panel .select_map,
#top_panel .select_language {
    padding: 5px 10px;
}

#top_panel .logo_btn {
    background: #3970CA;
}

#top_panel .logo_btn a {
    padding: 7px 14px;
}

#top_panel .logo_btn:hover {
    background: #5581c9;
}

#top_panel .cpanel_btn {
    background: #fab444;
    border: none;
}

#top_panel .cpanel_btn:hover {
    background: #ffc15f;
}

#top_panel img {
    display: block;
}

#top_panel .logout_btn {
    background: #6c6c6c;
}

#top_panel .logout_btn:hover {
    background: #8e8e8e;
}

#top_panel .user_btn img {
    float: left;
    margin-right: 5px;
}

#top_panel .select_language.cp {
    border: none;
}

#top_panel ul li a.active {
    background-color: #ffffff;
}

#top_panel .chat_msg_count {
    font-size: 11px;
    line-height: 12px;
    height: 12px;
    /* background: #3970ca; */
    background: #9cc602;
    color: #ffffff;
    padding: 3px;
    margin: 1px 0 0 10px;
    display: block;
}

@media (max-width: 1130px) {
    #top_panel .select_language {
        display: none;
    }
}

@media (max-width: 1010px) {
    #top_panel .user_btn {
        display: none;
    }
}

/*#################################################*/
/* TOP PANEL STYLE IN CPANEL
/*#################################################*/

#top_panel .select-view,
#top_panel .select-language {
    padding: 5px 10px;
}

#top_panel li.select-view:hover,
#top_panel li.select-language:hover {
    background: none;
}

#top_panel .back-btn {
    background: #3970ca;
}

#top_panel .back-btn:hover {
    background: #5581c9;
}

#top_panel .user-btn img,
#top_panel .statistics-btn img, /*@Niels*/
#top_panel .user-list-btn img,
#top_panel .manage-server-btn img,
#top_panel .object-list-btn img {
    float: left;
    margin-right: 5px;
}

@media (max-width: 1107px) {
    #top_panel .select-language {
        display: none;
    }
}

@media (max-width: 988px) {
    #top_panel .user-btn {
        display: none;
    }
}

/*#################################################*/
/* LEFT PANEL DIVS AND CLASSES
/*#################################################*/

#left_panel {
    width: 344px;
    bottom: 0;
    top: 0;
    position: relative;
}

#left_panel .panel_buttons {
    margin-left: 10px;
}

#left_panel_places {
    padding-left: 0px;
    padding-right: 0px;
}

#left_panel_places .inputbox_search {
    width: 162px;
}

#left_panel_places_marker_list_grid input.checkbox {
    height: auto;
}

#left_panel_places_zone_list_grid input.checkbox {
    height: auto;
}

#left_panel_places_route_list_grid input.checkbox {
    height: auto;
}

#left_panel_places .ui-tabs-nav {
    border: 0px;
    margin-left: 10px;
    margin-right: 10px;
    padding: 2px;
}

#left_panel_places .ui-tabs-nav li {
    border: 0px;
}

#left_panel_places .ui-tabs-nav li a {
    padding: 3px 8px;
}

#left_panel_places .ui-tabs-nav li.ui-tabs-active a {
    padding: 3px 8px;
}

.ui-menu {
    position: absolute;
    width: 170px;
    z-index: 99999999;
}

#left_panel_objects_menu {
    background: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 #9b9b9b;
    box-shadow: 0 0 15px 0 #9b9b9b;
}

#left_panel_objects_menu ul {
    background: #ffffff;
    -webkit-box-shadow: 3px 0 5px 0 #9b9b9b;
    box-shadow: 3px 0 5px 0 #9b9b9b;
}

#left_panel_objects_menu .ui-menu-icon {
    background: url(images/arrow.png) left center no-repeat;
}

#left_panel_objects_menu ul li a {
    background: url(images/arrow.png) 10px center no-repeat;
}

#left_panel_objects_menu li {
    border-top: 1px solid #f5f5f5;
}

#left_panel_objects_menu li a {
    background-repeat: no-repeat;
    background-position: 10px center;
    padding: 5px 15px 5px 28px;
    color: #444444;
}

#left_panel_objects_menu li a:hover {
    background-color: #f5f5f5;
}

#left_panel_objects_menu li:first-child {
    border: none;
}

#left_panel_objects_menu .first-item {
    border-top: 3px solid #3970ca;
}

#dialog_places_marker_icon_list {
    position: relative;
    height: 192px;
    overflow-y: scroll;
    border: 1px solid #dddddd;
    padding: 5px;
    -webkit-box-sizing: border-box;
    ‌​ -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loader-img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -110px;
}

/*#################################################*/
/* BOTTOM PANEL DIVS AND CLASSES */
/*#################################################*/

#bottom_panel {
    display: none;
    position: absolute;
    bottom: 0px;
    left: 349px;
    right: -1px;
    background-color: #ffffff;
}

#bottom_panel_graph_data_control {
    float: left;
    margin-left: 15px;
}

#bottom_panel_graph,
#bottom_panel_msg {
    background: #ffffff;
}

#bottom_panel_graph_label {
    float: right;
    margin-top: 3px;
}

#bottom_panel_graph_view_control {
    margin-top: 4px;
}

#bottom_panel_graph_plot {
    top: 30px;
    height: 100%;
    width: 100%;
}

.control-buttons {
    height: 18px;
    margin: 2px 15px;
}

.control-buttons a {
    display: inline-block;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.control-buttons a:hover {
    opacity: 0.6;
}

.graph-view-control.control-buttons {
    margin-right: 0;
}

/*#################################################*/
/* DRAGBARS
/*#################################################*/

#left_panel_objects_dragbar,
#left_panel_events_dragbar,
#left_panel_history_reports_dragbar {
    margin: 3px -11px;
    height: 5px;
    background: #F6F6F6;
    cursor: row-resize;
}

#left_panel_objects_dragbar:hover,
#left_panel_events_dragbar:hover,
#left_panel_history_reports_dragbar:hover {
    background-color: #dddddd;
}

/*#################################################*/
/* HIDE PANELS
/*#################################################*/

#hide_left_panel {
    position: absolute;
    top: 37px;
    bottom: 0px;
    left: 344px;
    width: 4px;
    background: #f5f5f5;
    border-right: 1px solid #e7e7e7;
}

#hide_left_panel:hover {
    background-color: #dddddd;
    border-right: 1px solid #dddddd;
}

#hide_bottom_panel {
    position: absolute;
    bottom: 0px;
    left: 348px;
    right: 0px;
    height: 5px;
    background: #f5f5f5;
    border-top: 1px solid #e7e7e7;
    border-left: 1px solid #e7e7e7;
}

#hide_bottom_panel:hover {
    background-color: #dddddd;
}

/*#################################################*/
/* SETTINGS
/*#################################################*/

#dialog_settings,
#dialog_settings_object_edit,
#settings_object_sensors,
#settings_object_service,
#settings_main_objects_groups_drivers {
    padding: 0px;
}

#settings_main {
    height: 500px;
    margin-top: 0px;
    border-top: 0px;
}

#settings_object {
    border-top: 0px;
}

#settings_object_sensor_calibration_list {
    margin-top: 1px;
    margin-bottom: 1px;
    border: 1px solid #dddddd;
}

#dialog_settings .info {
    height: 50px;
    display: table-cell;
    vertical-align: middle;
}

#settings_main_objects,
#settings_main_subaccounts {
    padding: 0 10px 10px 10px;
}

#settings_object_sensors_list,
#settings_object_service_list {
    padding: 10px;
}

#dialog_settings_object_edit_select_icon_list {
    position: relative;
    height: 155px;
    overflow-y: scroll;
    border: 1px solid #dddddd;
    padding: 5px;
    -webkit-box-sizing: border-box;
    ‌​ -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#dialog_settings .ui-pg-div .ui-icon-plus,
#dialog_settings_object_edit .ui-pg-div .ui-icon-plus {
    background: #3970ca url(images/plus-white.png) center center no-repeat;
    margin: -4px 5px -5px -5px;
    padding: 6px;
}

/*#################################################*/
/* CPANEL
/*#################################################*/

#cpanel h1.title {
    margin: 0;
    color: #3970ca;
    display: table;
    float: left;
}

.version {
    font-size: 11px;
    font-weight: bold;
    color: #808080;
}

#cpanel_manage_server .cpanel-title {
    margin-bottom: 12px;
}

#cpanel_statistics .cpanel-title {
    margin-bottom: 12px;
}

/*@Niels*/
#cpanel h1.title span {
    color: #808080;
    font-weight: 300;
}

body#cpanel {
    background: #f1f1f1;
}

#cpanel_user_list,
#cpanel_object_list,
#cpanel_logs, /* @Traffyc */
#cpanel_manage_server {
    margin: 15px;
    padding: 15px;
    background: #ffffff;
    border-top: 3px solid #3970ca;
    -webkit-box-shadow: 0 0 15px 0 #c6c6c6;
    box-shadow: 0 0 15px 0 #c6c6c6;
}

/* @Niels */
#cpanel_statistics {
    margin: 15px;
    padding: 15px;
    background: #ffffff;
    border-top: 3px solid #3970ca;
    -webkit-box-shadow: 0 0 15px 0 #c6c6c6;
    box-shadow: 0 0 15px 0 #c6c6c6;
}

#dialog_user_edit_tabs {
    height: 580px;
}

#dialog_user_edit {
    padding: 0px;
}

#cpanel .inputbox_search {
    width: 300px;
    height: 28px;
    font-size: 14px;
    float: right;
    margin-left: 3px;
}

#cpanel #top_panel {
    -webkit-box-shadow: 0 0 15px 0 #c6c6c6;
    box-shadow: 0 0 15px 0 #c6c6c6;
}

#cpanel .ms-save {
    position: absolute;
    right: 0px;
    top: 12px;
}

/* @Niels */
#cpanel #stat-time {
    position: absolute;
    right: 0px;
    top: 12px;
}

#cpanel #stat-amount {
    position: absolute;
    right: 0px;
    top: 12px;
}

#cpanel #dialog_user_edit_account .controls {
    position: absolute;
    right: 5px;
    top: 3px;
}

/* @Niels */
#cpanel #dialog_user_edit_moneybird .controls {
    position: absolute;
    right: 5px;
    top: 3px;
}

#cpanel #cpanel_manage_server .ui-tabs-nav {
    background: #f5f5f5;
    padding: 10px 15px;
    border-bottom: none;
    margin: 0 -15px;
}

#cpanel #cpanel_manage_server .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #444444;
    color: #ffffff;
    padding: 5px 15px;
}

#cpanel #cpanel_manage_server .ui-tabs .ui-tabs-nav li a {
    padding: 5px 15px;
    background: #ffffff;
    margin-right: 5px;
    color: #808080;
    font-size: 13px;
}

#cpanel #cpanel_manage_server .ui-tabs .ui-tabs-nav li {
    border: none;
}

.cp-server a {
    background-image: url(images/close.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

#cpanel_manage_server {
    position: absolute;
    top: 37px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: hidden;
}

/*@Niels*/

#cpanel #cpanel_statistics .ui-tabs-nav {
    background: #f5f5f5;
    padding: 10px 15px;
    border-bottom: none;
    margin: 0 -15px;
}

#cpanel #cpanel_statistics .ui-tabs .ui-tabs-nav li.ui-tabs-active a {
    background-color: #444444;
    color: #ffffff;
    padding: 5px 15px;
}

#cpanel #cpanel_statistics .ui-tabs .ui-tabs-nav li a {
    padding: 5px 15px;
    background: #ffffff;
    margin-right: 5px;
    color: #808080;
    font-size: 13px;
}

#cpanel #cpanel_statistics .ui-tabs .ui-tabs-nav li {
    border: none;
}

.cp-server a {
    background-image: url(images/close.png);
    background-repeat: no-repeat;
    background-position: 10px center;
}

/*@Niels*/
#cpanel_statistics {
    position: absolute;
    top: 37px;
    bottom: 0px;
    right: 0px;
    left: 0px;
    overflow: hidden;
}

.cpanel_tabs_content {
    position: absolute;
    top: 50px;
    bottom: 58px;
    right: 0px;
    left: 0px;
    overflow-y: auto;
}

/*#################################################*/
/* MAP
/*#################################################*/

#map {
    position: absolute;
    top: 37px;
    left: 349px;
    right: 0px;
    bottom: 5px;
}

.mapPopup {
    display: block;
    white-space: nowrap;
    margin: -2px;
    padding-left: 5px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 5px;
    border-width: 1px;
    border-style: solid;
    border-color: #F1D031;
    background-color: #FFFFA3;
    color: #555;
    opacity: 0.8;
    -webkit-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
    box-shadow: 1px 1px 3px 1px rgba(0, 0, 0, 0.2);
}

.history-control {
    display: none;
    position: absolute;
    top: 47px;
    left: 400px;
    background-color: #ffffff;
    padding: 2px 5px 1px 5px;
    font-size: 16px;
    color: #808080;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

/*#################################################*/
/* FOLLOW
/*#################################################*/

#map_follow {
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
}

#left_panel_follow {
    display: none;
    position: absolute;
    top: 75px;
    bottom: 0px;
    left: 0px;
    width: 280px;
    background-color: #ffffff;
    opacity: 0.8;
}

@media (min-width: 640px) {
    #left_panel_follow {
        display: none;
        position: absolute;
        top: 0px;
        bottom: 0px;
        left: 0px;
        width: 280px;
        background-color: #ffffff;
        opacity: 1;
    }
}

.object-follow-control {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #ffffff;
    padding: 2px 5px 1px 5px;
    font-size: 16px;
    color: #808080;
    border-radius: 2px;
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.65);
}

/*#################################################*/
/* OTHER
/*#################################################*/

#loading_panel {
    background-color: #FFFFFF;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 99999;
}

#blocking_panel {
    background-color: rgba(170, 170, 170, 0.3);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99999;
}

#blocking_panel_msg {
    background-color: #FFFFFF;
    padding: 20px;
}

/*#################################################*/
/* CHAT
/*#################################################*/

#dialog_chat {
    padding-bottom: 0;
    overflow: hidden;
}

#dialog_chat .inputbox_search {
    width: 138px;
}

#dialog_chat .panel_buttons {
    margin-left: 10px;
}

.chat_msg_block {
    position: absolute;
    left: 232px;
    bottom: 15px;
    right: 15px;
    height: 24px;
}

.text-input {
    margin-right: 81px;
}

.send_btn {
    position: absolute;
    right: 0;
    top: 0;
}

.chat_msgs_block {
    position: absolute;
    left: 232px;
    top: 15px;
    bottom: 49px;
    right: 15px;
}

#chat_msgs {
    position: absolute;
    left: 0px;
    top: 0px;
    bottom: 0px;
    right: 0px;
    overflow-x: hidden;
    overflow-y: scroll;
    border: 1px solid #dddddd;
    z-index: 9;
}

#chat_msgs_dt {
    font-size: 12px;
    display: none;
    position: relative;
    text-align: center;
    margin: 1px 15px 1px 1px;
    padding: 2px;
    z-index: 10;
    background: #eeeeee;
    opacity: 0.7;
}

.chat_msg_container {
    width: 100%;
}

.chat_msg_status {
    font-size: 12px;
    float: right;
    clear: both;
    margin: 3px;
    max-width: 60%;
    color: #bbbbbb;
}

.chat_msg_server {
    text-align: left;
    float: right;
    clear: both;
    background: #DFE8F7;
    margin: 3px;
    padding: 3px 10px;
    max-width: 60%;
    border-radius: 2px;
    word-wrap: break-word;
}

.chat_msg_client {
    text-align: left;
    float: left;
    clear: both;
    background: #F5F5F5;
    margin: 3px;
    padding: 3px 10px;
    max-width: 60%;
    border-radius: 2px;
    word-wrap: break-word;
}

.chat_msg_dt_server {
    text-align: right;
    font-size: 10px;
    color: #999999;
}

.chat_msg_dt_client {
    text-align: left;
    font-size: 10px;
    color: #999999;
}

/*#################################################*/
/* IMAGE GALLERY
/*#################################################*/

#dialog_image_gallery {
    padding-bottom: 0;
    overflow: hidden;
}

#image_gallery_img {
    width: 640px;
    height: 480px;
    border: 1px solid #dddddd;
    text-align: center;
}

#image_gallery_img_data {
    background: #f5f5f5;
    border-top: 1px solid #dddddd;
    height: 27px;
    width: 657px;
    margin-top: 5px;
    margin-right: -15px;
}

#dialog_image_gallery .img-controls {
    width: 320px;
}

/*#################################################*/
/* INFORMATION AND MESSAGES
/*#################################################*/

.info {
    margin-bottom: 10px;
    font-size: 14px;
}

.subinfo {
    color: #949494;
    line-height: 12px;
}

/*#################################################*/
/* DIALOG CONTROLS AND TABS
/*#################################################*/

.controls-block {
    margin: -15px -15px 10px -15px;
    padding: 5px 15px;
    background: #f5f5f5;
    border-bottom: 1px solid #dddddd;
}

#settings_main_object_list,
#settings_main_object_group_list,
#settings_main_object_driver_list,
#object_control_tabs #cmd,
#object_control_tabs #cmd_status {
    padding: 0;
    margin-top: 10px;
}

#object_control_tabs .ui-tabs-nav {
    margin: 0 -15px;
}

#settings_main_objects_groups_drivers .ui-tabs-nav {
    margin: 0 -10px;
}

/*#################################################*/
/* ICONS
/*#################################################*/

.icon-new {
    background-image: url(images/plus.png);
}

.icon-save {
    background-image: url(images/save-small.png);
}

.icon-follow {
    background-image: url(images/follow.png);
}

.icon-create {
    background-image: url(images/create.png);
}

.icon-copy {
    background-image: url(images/copy.png);
}

.icon-show {
    background-image: url(images/eye.png);
}

.icon-hide {
    background-image: url(images/eye-crossed.png);
}

.icon-close {
    background-image: url(images/close.png);
}

.icon-edit {
    background-image: url(images/pen.png);
}

.icon-search {
    background-image: url(images/search2.png);
}

.icon-time {
    background-image: url(images/time.png);
}

.icon-refresh {
    background-image: url(images/refresh.png);
}

.icon-report {
    background-image: url(../img/ico/report.png);
    background-size: 15px 15px;
    background-position: 8px 50% !important;
}

/* @Wesley */
.icon-trash {
    background-image: url(../img/ico/trash.png);
    background-size: 15px 15px;
    background-position: 8px 50% !important;
}

/* @Niels */
/*#################################################*/
/* DIMENSIONS
/*#################################################*/

.width15 {
    width: 15%;
    float: left;
}

.width20 {
    width: 20%;
}

.width25 {
    width: 25%;
}

.width30 {
    width: 30%;
}

.width33 {
    width: 33.33333%;
}

.width35 {
    width: 35%;
}

.width40 {
    width: 40%;
}

.width45 {
    width: 45%;
}

.width50 {
    width: 50%;
}

.width60 {
    width: 60%;
}

.width65 {
    width: 65%;
}

.width70 {
    width: 70%;
}

.width75 {
    width: 75%;
}

.width80 {
    width: 80%;
}

.width85 {
    width: 85%;
}

.width100 {
    width: 100%;
}

.width-900 {
    max-width: 900px;
}

/*#################################################*/
/* FLOATING AND SPACING
/*#################################################*/

.float-left,
.block {
    float: left;
}

.float-right {
    float: right;
}

.container {
    margin-right: 10px;
}

.container.last,
.last .title-block,
.container.last fieldset {
    margin-right: 0;
}

.absolute-right {
    position: absolute;
    right: 10px;
    top: 36px;
    margin: 0;
}

/*#################################################*/
/* TABLELESS STYLING
/*#################################################*/

.row {
    margin-bottom: 10px;
    display: table;
    width: 100%;
    line-height: 12px;
    font-size: 0;
}

.row div {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

/* display: table-cell; */
.row2 {
    margin-bottom: 3px;
    display: table;
    width: 100%;
    text-align: left;
    line-height: 12px;
    font-size: 0;
}

.row2 div {
    display: inline-block;
    vertical-align: middle;
    font-size: 13px;
}

/* display: table-cell; */
.row2.empty {
    height: 24px;
}

.row3 {
    margin-bottom: 10px;
    display: table;
    width: 100%;
}

/* FIX if something goes wrong with css. This row doesn't have vertical alignment, suitable just to split lines and add spacing at the bottom */
.title-block {
    margin-bottom: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #dddddd;
    font-weight: bold;
    font-size: 14px;
    color: #3970ca;
}

/*#################################################*/
/* FIX
/*#################################################*/

.clearfix {
    display: table;
    width: 100%;
    height: 100%;
}

#login ::-webkit-input-placeholder {
    color: #ececec;
}

#login :-moz-placeholder { /* Firefox 18- */
    color: #ececec;
}

#login ::-moz-placeholder { /* Firefox 19+ */
    color: #ececec;
}

#login :-ms-input-placeholder {
    color: #ececec;
}

/*#################################################*/
/* JQGRID PAGER CORRECTIONS
/*#################################################*/

#cpanel #dialog_user_edit .ui-pg-div {
    margin-left: -5px;
    margin-right: 0px;
}

#cpanel #dialog_user_edit .ui-jqgrid .ui-jqgrid-pager,
#settings_main .ui-jqgrid .ui-jqgrid-pager,
#dialog_settings_object_edit .ui-jqgrid .ui-jqgrid-pager {
    padding: 2px 10px 0px 10px !important;
    margin: 3px -10px -10px -10px !important;
}

#dialog_settings .ui-pg-div {
    margin-left: -5px;
}

#dialog_settings_object_edit .ui-pg-div .ui-icon-plus {
    margin: -4px 0px -5px -10px;
}

#left_panel .ui-jqgrid .ui-jqgrid-pager {
    border-top: none;
    margin: 3px 0 0 -15px !important;
    padding: 2px 15px !important;
    height: auto;
}

#bottom_panel .ui-jqgrid .ui-jqgrid-pager {
    margin: 3px -10px 0 -10px !important;
    border-top: 0px;
}

#dialog_image_gallery .ui-jqgrid .ui-jqgrid-pager {
    margin: 10px -15px -15px -15px !important;
    padding: 2px 12px 0px 15px !important;
}

/*#################################################*/
/* JQGRID CUSTOM
/*#################################################*/

#cpanel .ui-jqgrid .ui-jqgrid-titlebar {
    margin-bottom: 12px;
}

#gview_cpanel_manage_server_log_list_grid {
    border: 1px solid #dddddd;
}

#gview_chat_object_list_grid {
    border: 1px solid #dddddd;
}

#gview_image_gallery_list_grid {
    border: 1px solid #dddddd;
}

.ui-jqgrid #gview_image_gallery_list_grid .ui-jqgrid-hdiv,
.ui-jqgrid #gview_chat_object_list_grid .ui-jqgrid-hdiv,
.ui-jqgrid #gview_settings_object_sensor_calibration_list_grid .ui-jqgrid-hdiv,
.ui-jqgrid #gview_cpanel_manage_server_log_list_grid .ui-jqgrid-hdiv {
    margin-bottom: 0;
}

.ui-jqgrid .ui-jqgrid-htable th#left_panel_objects_object_list_grid_show,
.ui-jqgrid .ui-jqgrid-htable th#left_panel_places_marker_list_grid_show,
.ui-jqgrid .ui-jqgrid-htable th#left_panel_places_route_list_grid_show,
.ui-jqgrid .ui-jqgrid-htable th#left_panel_places_zone_list_grid_show,
.ui-jqgrid .ui-jqgrid-htable th#left_panel_history_reports_route_review_list_grid_icon,
.ui-jqgrid .ui-jqgrid-htable th#chat_object_list_grid_icon {
    border-left: none;
}

#jqgh_image_gallery_list_grid_dt_tracker span,
#jqgh_settings_object_sensor_calibration_list_grid_x span {
    vertical-align: top;
}

#dialog_settings .ui-pg-div .ui-icon-plus {
    background: #3970ca url(images/plus-white.png) center center no-repeat;
    margin: -4px 5px -5px -5px;
    padding: 6px;
}

#gview_dialog_user_edit_object_list_grid input,
#gview_dialog_user_edit_subaccount_list_grid input {
    padding: 0px;
    height: auto;
}

#gview_dialog_user_edit_object_list_grid input[type=text],
#gview_dialog_user_edit_subaccount_list_grid input[type=text] {
    height: 17px;
    width: 100%;
    border: 0px;
}

#cpanel #cpanel_user_list .ui-jqgrid .ui-jqgrid-hdiv,
#cpanel #cpanel_object_list .ui-jqgrid .ui-jqgrid-hdiv {
    padding: 4px 0;
    margin-bottom: 3px;
}

#cpanel #dialog_user_edit .ui-jqgrid .ui-jqgrid-hdiv {
    padding: 2px 0;
}

#cpanel #cpanel_user_list .ui-jqgrid tr.jqgrow td,
#cpanel #cpanel_object_list .ui-jqgrid tr.jqgrow td {
    padding: 3px;
}

/*#################################################*/
/* JQGRID.CSS OVERRIDE
/*#################################################*/

.ui-jqgrid .loading {
    background: #ffffff;
}

.ui-jqgrid .ui-jqgrid-view {
    font-size: 13px;
}

.ui-jqgrid .ui-jqgrid-titlebar {
    margin: 0 0 10px 0;
    padding: 0;
}

.ui-jqgrid .ui-jqgrid-htable th div {
    height: auto;
}

.ui-jqgrid .ui-jqgrid-hdiv {
    margin: 0 0 3px 0;
    background: #f5f5f5;
    clear: both;
}

.ui-jqgrid .ui-jqgrid-hdiv thead {
    font-size: 14px;
    height: 24px;
}

.ui-jqgrid .ui-jqgrid-htable th {
    height: 13px;
    padding: 0px;
}

.ui-th-column, .ui-jqgrid .ui-jqgrid-htable th.ui-th-column {
    height: 24px;
}

.ui-th-ltr, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr {
    border-left: 1px solid #e5e5e5;
    padding-top: 0px;
}

.ui-th-ltr:first-child, .ui-jqgrid .ui-jqgrid-htable th.ui-th-ltr:first-child {
    border-left: none;
}

.ui-jqgrid .ui-icon-asc,
.ui-jqgrid .ui-icon-desc {
    margin-left: 7px;
    margin-top: 7px;
    height: 5px;
    width: 9px;
}

.ui-jqgrid .ui-jqgrid-pager {
    background: #f5f5f5;
    border-top: 1px solid #dddddd;
    margin: 3px -15px -15px -15px !important;
    padding: 2px 15px 0px 15px !important;
    height: 25px;
}

.ui-jqgrid .ui-pg-input {
    font-size: 0.8em;
    height: 18px;
    margin: 2px 0;
    text-align: center;
}

.ui-jqgrid .ui-separator {
    height: 0;
    border: none;
}

.ui-jqgrid .ui-pg-table {
    padding: 0;
}

.ui-jqgrid tr.jqgrow td {
    padding: 1px 2px;
    height: 17px;
}

.ui-jqgrid tr.ui-row-ltr td span {
    display: inline-block;
    height: 17px;
}

.ui-jqgrid .ui-jqgrid-btable {
    table-layout: fixed;
    margin: 3px 0 0 0;
    outline-style: none;
}

.ui-jqgrid .ui-state-hover {
    background: #f5f5f5;
}

.ui-jqgrid th.ui-state-hover {
    background: none;
}

.ui-jqgrid .ui-state-highlight, .ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    background: #f5f5f5;
}

#cpanel .ui-jqgrid .ui-jqgrid-title {
    float: right;
    margin: auto;
}

#cpanel .ui-jqgrid tr.ui-row-ltr td {
    padding: 3px;
}

#cpanel .ui-pg-div {
    margin-left: -10px;
    margin-right: 5px;
}

#cpanel .ui-pg-div .ui-icon-plus {
    background: #3970ca url(images/plus-white.png) center center no-repeat;
    margin: -4px 5px -5px -5px;
    padding: 6px;
}

/* @Wesley */
.obj-selection {
    background-color: Highlight;
    color: HighlightText;
}

/* @Niels */

.caption_input {
    height: 27px;
    margin-right: 10px;
    text-align: left;
    background-color: #f5f5f5;
}

input[type="number"] {
    text-indent: 10px;
}

#monthsactive {
    width: 160px;
}

#monthsnotupgraded {
    width: 130px;
}

.management_statistics {
    width: 100%;
    height: 600px;
}

.loading_gif {
    display: block;
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 100px;
}

.full_statistics {
    width: 1400px;
    margin-left: auto;
    margin-right: auto;
    height: 700px;
}

#dialog_object_edit {
    height: 700px !important;
}

#dialog_object_edit_map_location {
    height: 200px;
    width: 100%;
}

/* END @Niels */

/* @Traffyc */
p.notification.warning {
    background-color: rgba(255, 143, 0, .2);
    border: 1px solid rgba(0, 0, 0, .2);
    color: rgba(0, 0, 0, .74);
    display: none;
}

p.notification {
    display: block;
    padding: 15px;
    margin-bottom: 30px;
    border-radius: 2px;
}

p.notification.small {
    padding: 6px !important;
    margin-bottom: 6px !important;
}

p.notification.info {
    background-color: #cce5ff;
    border: 1px solid #b8daff;
    color: #004085;
}

.ui-jqgrid .ui-jqgrid-bdiv {
    overflow-y: auto;
}

#subAccountsSearchBuutton {
    background-color: transparent;
    border: 1px solid #ddd;
    padding: 4px;
    margin-left: 15px;
}

.usr_edit_account_hide {
    display: none;
}
