* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

a:hover, a:focus {
    text-decoration: none !important;
}

.btn-primary:hover, .btn-primary {
    background-color: #286090 !important;
    border-color: #286090 !important;
}
.easytree-title, #list_table th {
    color: #286090 !important;
}
/*html, body, div.wrapper_page{
    min-height: 100%;
    height: 100%;
    overflow: hidden;
}
.tab-content, .tab-pane, .tab-pane table, #map {
    height:100%;
}*/

body {
    background: #ffffff !important;
}
.loading_div {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    background-color: rgba(0,0,0,0.8);
}
.loading_div img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 78px;
    height: 78px;
    margin-top: -39px;
    margin-left: -39px;
}

.organization_li input[type=checkbox], .organization_li input[type=radio] {
    margin: 0 0 0 5px;
    vertical-align: middle;
    width: 16px;
    height: 16px;
}
.archive_left_div .toggle_group, .archive_left_div .toggle_subgroup, .archive_left_div .toggle_object {
    margin-left: 5px;
}
.animate_td .toggle_group, .animate_td .toggle_subgroup, .animate_td .toggle_object {
    margin-left: 5px;
}
.object_li span {
    margin-left: 5px;
}
.organization_li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 15px;
    font-weight: 500;
    line-height: 16px;
    height: 16px;
    cursor: pointer;
}
.organization_li i {
    vertical-align: middle;
    color: #286090;
    cursor: pointer;
}
.group_li, .subgroup_li {
    padding-left: 16px;
    display: none;
}
.object_li {
    padding-left: 32px;
    display: none;
}
.object_li input[type=checkbox] {
    margin: 0;
}
.animate_td .fa-times, .archive_left_div .fa-times {
    color: #a0171b !important;
}
.animate_td ul:not(:first-child) {

}

.easytree-container {
    background: none !important;
}
.nav-tabs > li.active > a {
    background: #337ab7 !important;
    color: #e9eaed !important;
}
.tab-pane table {
    width:100%;
}
.navbar-default {
    border: none !important;
    border-radius: 0 !important;
    background: #286090 !important;
    height: 60px !important;
    margin-bottom: 0 !important;
    border-bottom: 1px solid #ffffff !important;
    padding-left: 15px;
    padding-right: 15px;
}
.login_panel {
    border: 1px solid #286090 !important;
    margin-top: 55px;
}
.login_panel > .panel-heading {
    color: #ffffff !important;
    background-color: #286090 !important;
    border-color: #286090 !important;
}
.login_panel > .panel-body {
    background: #e9eaed !important;
}
.login_panel > .btn-primary {
    color: #ffffff;
    background-color: #286090 !important;
    border-color: #286090 !important;
}
.header_link {
    display: inline-block;
    width: 120px;
    height: 31px;
    margin-top: 10px;
}
.locator_logo {
    width: 100%;
}

.header_title {
    text-align: center;
    font-size: 22px;
    margin: 0;
    top: 30px;
    position: relative;
    color: #ffffff;
    font-weight: bold;
    padding: 0px 250px;
}
.archive_table table {
    width: 100%;
}
.ain_logo {
    height: 50px;
    position: absolute;
    left: 145px;
    top: 4px;
}

.wrapper_archive, .wrapper_map {
    position: absolute;
    bottom: 22px;
    top: 60px;
    right: 0;
    left: 0;
}
.archive_main_table, .map_table {
    width: 100%;
    height: 100%;
}
.animate_td {
    width:235px;

    position: relative;
    background-color: #e9eaed;
    border-right: 1px dashed #286090;
    border-bottom: 1px solid #286090;
}
.td_volume {
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -86px;
    height: 34px;
    background: #286090;
    text-align: center;
}
.td_volume td {
    vertical-align: middle;
    position: relative;
    padding: 0px 15px;
}
.alarm_count {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 12px;
    font-weight: bold;
}
.alert_count {
    position: absolute;
    top: 0;
    right: 5px;
    font-size: 12px;
    font-weight: bold;
}
.alarm_toggle {
    display: inline-block;
    width: 26px;
    height: 28px;
    text-align: left;
}
.td_header {
    width: 100%;
    height: 50px;
    background: #286090;
    text-align: center;
    padding: 10px 0px;
}
.td_header, .td_header a, .td_header a:hover, .td_header a:active, .td_header a:focus {
    color: #ffffff;
}
.td_volume, .td_volume a, .td_volume a:hover, .td_volume a:active, .td_volume a:focus {
    color: #ffffff;
}
.expand_all {
    padding-right: 5px;
}
.expand_all i {
    margin-right: 5px;
}
.collapse_all {
    padding-left: 5px;
}
.collapse_all i {
    margin-left: 5px;
}
.main_ul {
    padding: 10px 0px 0px 0px;
}
#map {
    width: 100%;
    height: 100%;
}
.welcome_message {
    position: absolute;
    right: 5px;
    top: 35px;
    font-size: 16px;
    font-weight: 500;
    color: #ffffff;
}
.auth_menu {
    display: none;
    position: absolute;
    right: 43px;
    top: 0px;
    border: 1px solid #437085;
    background: #ffffff;
    padding: 10px 0px;
    width: 200px;
    margin-left: -100px;
    z-index: 1200;
    font-size: 16px;
    font-weight: 500;
}
.auth_menu:before {
    top: 6px;
    right: -10px;
}
.auth_menu:before {
    content: '';
    display: inline-block;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-left: 10px solid #ffffff;
    border-left-color: #ffffff;
    position: absolute;
}
.auth_menu table {
     width: 100%;
 }
.auth_menu table td {
    width: 33%;
}
.auth_menu table hr{
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    border-top: 1px solid #2773B2;
}

.wrapper_page {

}
.locator_user {
    cursor: pointer;
    position: absolute;
    right: 3px;
    top: 5px;
}
.tree_radio_box {
    margin-top: 6px !important;
}

.map_left_tree {
    width: 20%;
    display: inline-block;
    border: 1px solid;
}

.map_right {
    width: 79%;
    display: inline-block;
}

.checkbox_icon {
    width: 15px;
    height: 15px;
    margin: 5px 0 0 3px !important;
}
#list_table, #list_table_filter {
    font-size: 16px;
    color: #000000;
}
.inner_table tbody td {
    color: #000000;
}
#list_table th {
    text-align: center;
    vertical-align: middle;
    border: 1px solid #ccc;
    font-weight: 500;
}
#list_table tr td:first-child {
    text-align: center;
}
#list_table td {
    padding: 3px;
    border: 1px solid #337ab7;
}
#list_table td {
    padding: 3px;
    border: 1px solid #ccc;
}
#list_table_filter td {
    padding: 3px;
    border: 1px solid #286090;
}
#list_table_filter th {
    padding: 3px;
    border: 1px solid #286090;
    font-weight: 500;
    color: #286090;
}
.event_table tbody tr:nth-child(even) {
    background: #dff0d8;
}
.event_table tbody tr:nth-child(odd) {
    background: #d9edf7;
}
.event_table tbody tr.passive {
    opacity: 0.5;
}
.event_table td {
    color: #000000;
    text-align: left !important;
    font-size: 14px;
}
.no_border {
    border: none !important;
}
.inner_table td {
     border: 1px solid #286090 !important;
}
.inner_table th {
    border: 1px solid #286090 !important;
}
.show_hidden_table, .show_hidden_table:hover {
    color: #286090 !important;
}
.hidden_table {
    display: none;
}
.td_center {
    text-align: center;
}
.cycle_button {
    vertical-align: middle;
}
.nav_menu {
    display: inline-block;
    position: absolute;
    text-align: initial;
    left: 235px;
    margin-bottom: 0;
    top: 33px;
}
.nav_menu li a i:first-child {
    margin-right: 5px;
}
.nav_menu li a i:nth-child(2) {
    margin-left: 5px;
}
.nav_menu li {
    display: inline-block;
    padding: 2px 10px;
}
.nav_menu li:not(:last-child) {
    border-right: 1px solid #ffffff;
}
.nav_menu a {
    color: #ffffff;
    font-size: 16px;
}

.nav_menu a.active {
    color: mediumseagreen;
}
.nav_menu a:hover, .nav_menu a:focus {
    color: #ffffff !important;
}
.nav_menu a.active:hover, .nav_menu a.active:focus {
    color: mediumseagreen !important;
}
.list_send_button {
    background-color: #4d90fe;
}

.select_group {
    height: 25px;
    padding: 0 5px;
    margin-left: 5px;
}

.settings_select_box {
    position: relative;
}

.settings_select_box ul {
    display: none;
    position: absolute;
    background: #286090;
    top: 100%;
    left: 0;
    z-index: 2005;
}
.open_for_choice ul {
    display: block;
}
.settings_select_box ul li:not(:last-child) {
    border-bottom: 1px solid #ffffff;;
    border-right: none !important;
}

.settings_select_box ul li {
    min-width: 100%;
    white-space: nowrap;
}

#list_table {
    width: 98%;
    margin: auto;
}

#list_table tbody {
    font-size: 16px;
    color:#ffffff;
}

#list_table.black_list tbody {
    color:#000000;
 }
.list_check_one {
    margin: 7px 0 0 !important;
}
#list_table .cycle-input {
    width: 30px;
    border: 1px solid #ccc;
    margin: 3px 0px 3px 3px;
    color: #000000;
}

.led-off {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #CCC;
    border-radius: 50%;
}
.click_marker {
    position: relative;
    top: -2px;
}
.block_icon a {
    color: black;
}
.block_icon a:hover {
    color: black;
}
.led-green {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #690;
    border-radius: 50%;
    box-shadow: #000 0 -1px 4px 1px, inset #460 0 -1px 9px, #7D0 0 2px 12px;
}
.led-yellow {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: yellow;
    border-radius: 50%;
    box-shadow: #000 0 -1px 4px 1px, inset yellow 0 -1px 9px, greenyellow 0 2px 12px;
}
#alertModal .alert-danger, #alertModal .alert-success {
    margin-bottom: 0 !important;
}
#alertModal .close, #valuesModal .close {
    margin-top: -10px !important;
}
#valuesModal .modal-body table {
    width: 100%;
    font-size: 16px;
}
#valuesModal .modal-body table td {
    border: 1px solid #437085;
    padding-left: 2px;
}
#valuesModal .modal-body table th {
    color: #ffffff;
    background: #437085;
    border: 1px solid #ffffff;
    padding-left: 2px;
}
.long_td {
    /*min-width: 240px*/
}
input:read-only,
textarea:read-only {
    cursor: default !important;
}
@media (max-width: 1100px) {
    .header_title {
        font-size: 18px;
    }
}
@media (max-width: 940px) {
    .header_title {
        top: 15px;;
    }
}

.leaflet-popup-content {
    width: 240px !important;
}
.leaflet-popup {
    bottom: 30px !important;
    left: -140px !important;
}
@media (max-width: 1485px) {
    #list_table, #list_table tbody {
        font-size: 12px;
    }
    .list_send_button {
        font-size: 12px;
    }
}
@media (max-width: 1035px) {
    .long_td {
        width: 145px;
    }
}
.filter_menu input, .filter_menu select {
    border-radius: 0 !important;
    padding: 0px 0px 0px 3px !important;
}

.ui-timepicker-div .ui-widget-header { margin-bottom: 8px; }
.ui-timepicker-div dl { text-align: left; }
.ui-timepicker-div dl dt { height: 25px; margin-bottom: -25px; }
.ui-timepicker-div dl dd { margin: 0 10px 10px 65px; }
.ui-timepicker-div td { font-size: 12px; }
.ui-tpicker-grid-label { background: none; border: none; margin: 0; padding: 0; }
.ui-timepicker-rtl{ direction: rtl; }
.ui-timepicker-rtl dl { text-align: right; }
.ui-timepicker-rtl dl dd { margin: 0 65px 10px 10px; }
.ui-widget {font-size: 12px !important;}
.ui-timepicker-div dl {margin-bottom: 0 !important;}
.ui_tpicker_hour_label, .ui_tpicker_minute_label {position: relative;top: -5px;}

@media (max-width: 1024px) {
    body {
        /*-moz-transform: scale(0.6, 0.6); /* Moz-browsers */
        /*zoom: 0.6; /* Other non-webkit browsers */
        /*zoom: 60%; /* Webkit browsers */
        /*zoom: 1.5;
        -moz-transform: scale(1.5);*/
    }
}
#data_div_wrapper {
    width: 100%;
    position: relative;
    height: 250px;
    margin: 10px auto 0px auto;
    overflow-y: auto;
    border: 1px solid #286090;
}
#data_div_wrapper table tr:nth-child(even) td {
    padding: 3px;
    background: #d9edf7;
}
#data_div_wrapper table tr:nth-child(odd) td {
    padding: 3px;
    background: #dff0d8;
}
#graph_div_wrapper {
    width: 100%;
    position: relative;
    height: 340px;
    margin: 0px auto 20px auto;
}
.demo-container {
    position: absolute;
    top: 0px;
    left: 15px;
    right: 15px;
    box-sizing: border-box;
    height: 340px;
    background: #fff;
}

.demo-placeholder {
    width: 100%;
    height: 100%;
    font-size: 14px;
    line-height: 1.2em;
}

.legend table {
    border-spacing: 5px;
}

.legend_table td {
    padding-left: 5px;
}

.legend_table {
    width: 100%;
    background: floralwhite;
    border: 1px solid #286090;
}

.legend_table td {
    vertical-align: top;
}

.legend_table_td {
    padding: 5px;
    width: 45%;
}

.ui-datepicker {
    z-index: 1000 !important;
}

.made_legend {
    display: block;
}

.operation_td a {
    padding: 0px 7px;
    min-width: 31px;
    display: inline-block;
}

.operation_td a:not(:last-child) {
    border-right: 1px solid #2a6496;
}

.archive_left_div {
    width:235px;
    background-color: #e9eaed;
    border-right: 1px dashed #286090;
    border-bottom: 1px solid #286090;
}

.operation_a i {
    vertical-align: initial;
}
.database_wrapper {

}

.permission_p span {
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.group_ul span {
    margin: 0px 5px;
}

.group_ul input {
    position: relative;
    top: 3px;
}

.group_ul ul {
    display: none;
    padding-left: 40px;
}

.active_gsm {
    color: #000000;
    font-weight: bold;
}