
.head_row {
    width: 100%;
    margin: 0 auto -5px auto;
    height: 46px;
    padding: 3px 0px;
    background-color: #f5f5f5;
    display: inline-block;
}

.head_row_offset {
    height: 40px;
    margin: 3px auto;
    padding: 0px;
    background-color: #f5f5f5;
}

.btn_submit {
    background-color: #34c0f5;
    float: left;
}

.btn_search {
    width: 125px;
}

form {
    margin: 0px;
}

td {
    padding: 0px 10px;
}

h4 {
    margin: 0px;
}

#iwims_logo {
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0px;
    line-height: 40px;
    height: 40px;
}

#login_page_logo {
    font-style: italic;
    font-size: 104px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0px;
    line-height: 112px;;
    height: 112px;
}

.redirect {
    text-align: center;
}

#index_logo {
    font-style: italic;
    font-size: 104px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0px;
    line-height: 112px;;
    height: 112px;
}

.detect_table {
    position: relative;
    margin: 0px auto;
}

.ap_name {
    margin-top: 0px;
    margin-bottom: 3px;
    font-weight: bold;
}

.ap_card {
    border: 1px solid black;
    width: 500px;
    overflow: auto;
    margin: 2px 0px;
}

.ap_card td {
}

.ap_card tr:hover {
    background: #fce4cc;
}

.bldng_card {
    margin: 2px 0px;
    border: 1px solid black;
    width: 100%;
    overflow: auto;
}

.bldng_stats {
    border: 1px solid black;
}

.bldng_stats td {
    border: 1px solid black;
    text-align: center;
}

.bldng_card td {
}

.x {
    background: #f4f4f4;
}

.y {
    background: #FFFFFF;
}

.nav_left_col {
    float: left;
    margin: 0;
}

.nav_right_col {
    width: 125px;
    margin: 0px 10px;
    float: right;
}

.nav_left {
    margin-left: 15px;
}

.nav_right {
    margin-right: 10px;
}

#debug {
    width: 400px;
    height: 40px;
    overflow: auto;
    border: 1px solid black;
    background: #f4f4f4;
}

.card {
    overflow: auto;
}

.reg {
    position: relative;
    height: auto;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    font-size: 16px;
    max-width: 400px;
    padding: 15px;
    margin: 0 auto;
}

#reg_h1 {
    text-align: center;
}

.reg_form {
    text-align: center;
}

.reg_form input {
    margin-bottom: 10px;
}

.reg_des {
    font-size: 15px;
}

body {
    margin-bottom: 35px;
    background-color: lightgrey;
    font-size: 16px;
}

.footer {
    bottom: 0;
    width: 100%;
    height: 35px;
    line-height: 35px;
    background-color: #f5f5f5;
}

.footer .container {
    width: 80%;
}

.lgn_err {
    height: 25px;
    text-align: center;
}

.nav_btns {
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0px;
    line-height: 34px;
    height: 40px;
    width: 650px;
    margin: 0px;
}

.nav_btns_item {
    display: inline-block;
    padding: 0px 3px;
}

.nav_btns_btn {
    height: 30px;
    line-height: 10px;
    font-size: 15px;
    float: right;
    background-color: #34c0f5;
    margin: 5px 0px;
    padding: 0px 6px;
}

.nav_btns_btn:hover {
    background-color: #2999C4
}

.navbar-fixed-top {
    height: 46px;
}

.nav li {
    height: 40px;
}

.ap_status {
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0px;
    line-height: 34px;
    height: 40px;
    width: 500px;
    margin: 0 7px 0 0;
}

.ap_status_cont {
    margin: 2px auto;
    height: 34px;
    width: 100%;
    display: inline-block;
}

.ap_status_item {
    line-height: 34px;
    border: 1px solid black;
    border-radius: 7px;
    display: inline-block;
    padding: 0px 5px;
    background: #f4f4f4;
}

.server_status_item {
    line-height: 28px;
    border: 1px solid black;
    vertical-align: middle;
    border-radius: 7px;
    display: inline-block;
    margin: 3px 0px;
    padding: 0px 5px;
    background: #f4f4f4;
}

.def_btn {
    height: 30px;
    line-height: 10px;
    font-size: 15px;
    background-color: #34c0f5;
    margin: 5px 0px;
    color: black;
}

.def_btn:hover {
    background-color: #2999C4
}

#edit_map_cont {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 400px;
    bottom: 35px;
}

.edit_nav_right_cont {
    width: 400px;
    position: absolute;
    right: 0px;
}

.edit_nav_right_col h4 {
    margin: 14px 0px 0px 0px;
}

#iwims_logo {
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
    vertical-align: middle;
    text-align: center;
    letter-spacing: 0px;
    line-height: 40px;
    height: 40px;
}

#back_btn {
    height: 30px;
    line-height: 8px;
    font-size: 15px;
    float: right;
    background-color: #34c0f5;
    margin: 5px 0px;
}

#back_btn:hover {
    background-color: #2999C4
}

.edit_nav_right_col {
    width: 376px;
    margin: 3px 12px;
    float: left;
}

.add_bldng input {
    width: 376px;
    height: 28px;
    float: left;
}

.btn_add_item {
    width: 28px;
    height: 28px;
    padding: 0px;
    border: 1px solid black;
    float: left;
}

.add_ap_out input {
    width: 376px;
    height: 28px;
    float: left;
}

.add_ap_out select {
    width: 376px;
    background: #f4f4f4;
    height: 28px;
}

#ap_out_nm {
    width: 348px;
    float: left;
}

.add_ap_in input {
    width: 376px;
    height: 28px;
}

.add_ap_in select {
    width: 376px;
    height: 28px;
    background: #f4f4f4;
}

#bldng_nm {
    width: 348px;
}

#bldng_zp {
    width: 100px;
}

#bldng_strt {
    width: 276px;
}

#ap_out_lng, #ap_out_lt, #bldng_lt, #bldng_lng {
    float: left;
    width: 188px;
}

#edit_debug {
    width: 376px;
    height: 200px;
    overflow: auto;
    border: 1px solid black;
    background: #f4f4f4;
}

#edit_mapa {
    width: 100%;
    height: 100%;
    border: 5px solid #34c0f5;
}

input[type="submit"] {
    background-color: #34c0f5;
    width: 125px;
    float: left;
    height: 28px;
    line-height: 14px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
    color: black;
}

input[type="submit"]:hover {
    background-color: #2999C4
}

form .label {
    float: left;
    height: 28px;
    line-height: 20px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 4px;
    margin-left: 20px;
}

.ht_cont {
    overflow-y: hidden;
    overflow-x: hidden;
}

.ht {
    margin: 20px 20px 200px 20px;
}

.ht td {
    border: 1px solid black;
    height: 40px;
    width: 40px;
    text-align: center;
}

.ht_h {
    width: 180px;
    min-width: 180px;
    font-size: 13px;
}

.ht_td_colored {
    min-width: 40px;
    max-width: 40px;
    padding: 0px;
    color: white;
    font-weight: bold;
}

.ht_td_colored span {
    text-align: center;
    line-height: normal;
    margin: 0px;
}

.ht_td_span_count {
    padding: 14px 2px 10px 10px;
}

.ht_td_span_model {
    position: relative;
    top: -8px;
    right: 1px;
    font-size: 11px;
    padding: 0;
    line-height: 10px;
    float: right;
    text-align: right;
    vertical-align: top;
}

.line {
    height: 0px;
    width: 100%;
    margin: 0px;
    padding: 0px;
    border-top: 1px solid black;
}

.ht_lcl_total {
    background: #34c0f5;
    font-weight: bold;
}

.err {
    text-align: center;
    position: relative;
    height: auto;
    box-sizing: border-box;
    font-size: 20px;
    max-width: 600px;
    padding: 20px;
    margin: 0 auto;
}

.err .label-danger {
    font-size: 100%;
    margin-bottom: 29px;
}

.err_des {
    margin-top: 25px;
}

.smap .cluster {
    box-shadow: #34c0f5 0px 0px 125px 75px;
}

.smap .cluster:hover {
    box-shadow: #34c0f5 0px 0px 150px 100px;
}

.smap .cluster div span {
}

.smap .cluster div {
    border: none;
    background: none;
    color: white !important;
    font-size: 30px;
/ / box-shadow: inset black 0 px 0 px 125 px 50 px;
/ / background: rgba(0, 0, 0, 0.8);
/ / border: 10 px solid rgba(0, 0, 0, 0.6);
}

.smap .cluster img {
    display: none;
}

.select_date_form {
}

.select_date_form select {
    padding: 5px;
    background-color: #34c0f5;
    width: 130px;
    margin: 0px auto;
    color: black;
    border: 1px solid black;
}

#select_ap, #select_lcl {
    width: 200px;
}

#chart_div {
    margin: 10px 8px 0px 8px;
}

.chart_table td {
    border: 1px solid black;
    text-align: center;
    margin: 0px;
    padding: 2px 0px;
    width: 51px;
    min-width: 51px;
    max-width: 51px;
}

.chart_table {
    margin: 0px 8px;
    border: 1px solid black;
    border-spacing: 0px;
    border-collapse: separate;
    font-size: 12px;
}

.chart_table .chart_table_head {
    width: 307px;
    min-width: 307px;
    max-width: 307px;
}

#ht_legend {
    width: 990px;
    margin: 0px auto;
    bottom: 40px;
    background: #f5f5f5;
    padding: 4px;
    border: 1px solid black;
}

.ht_legend_ds_table td {
    width: 85px;
    padding: 2px 0px;
    border: 1px solid black;
    border-top: none;
    text-align: center;
}

.ht_legend_mdl {
    float: left;
    padding-right: 4px;
    width: 80px;
    text-align: center;
}

.ht_legend_bar_tr td {
    width: 4px;
}

.ht_legend_ds_tr td {
    width: 200px;
    padding: 2px 0px;
}

.ht_legend_bar_tr {
    margin: 0px auto;
    border: 1px solid black;
}

.unreg {
    left: 25%;
    top: 30%;
    height: 25px;
    text-align: center;
    position: relative;
    padding: 10px;
    font-size: 22px;
    width: 300px;
    margin: 0px auto;
}

@media screen and (max-width: 1280px) {
    .footer .container {
        width: 70%;
    }
}

@media screen and (max-width: 1050px) {
    .server_status_item {
        display: none;
    }
}

.glyphicon-refresh-animate {
    -animation: spin 1s infinite linear;
    -ms-animation: spin 1s infinite linear;
    -webkit-animation: spinw 1s infinite linear;
    -moz-animation: spinm 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }
    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spinw {
    from {
        -webkit-transform: rotate(0deg);
    }
    to {
        -webkit-transform: rotate(360deg);
    }
}

@-moz-keyframes spinm {
    from {
        -moz-transform: rotate(0deg);
    }
    to {
        -moz-transform: rotate(360deg);
    }
}

.set_cont {
    margin-top: 100px;
}

.set_cols {
    padding: 0px 4px;
}

.set_inner_cols {
    border: 1px solid black;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
}

.set_table_u {
    width: 100%;
    border: 1px solid white;
    padding: 5px;
    margin: 0px;
    border-collapse: separate;
}

.set_table_u_tr {
    padding: 3px;
}

.set_table_u_tr td {
    padding: 0px;
}

.set_h4 {
    margin: 12px 0px;
    font-size: 22px;
}

.charts_nav_cont {
    margin-top: 50px;
}

.charts_nav_h4_cont {
    margin: 5px auto;
    width: 100%;
    text-align: center;
}

.set_selection {
    margin: 1px auto;
    width: 100%;
    text-align: center;
}

.nav_btns_cont {
    margin: 0px auto;
    width: 100%;
    text-align: center;
}

.charts_nav_zbx_graph {
    margin: 10px auto;
    position: relative;
    text-align: center;
}

.set_save_btn {
    text-align: center;
    margin: 0px auto;
    width: 100%;
}

.set_selection {
    border: 1px solid black;
    background-color: #34c0f5;
    color: black;
}

select:focus {
    background-color: white;
    color: black;
    border: 1px solid black;
}

.pass_change_err {
    font-size: 20px;
}

hr {
    margin: 7px;
}

.zbx_graph {
    padding: 0px;
    margin: 0px;
    border: none;
}

.charts_cols {
    border: 1px solid black;
    border-collapse: collapse;
}

.charts_cols .nav_btns_cont .nav_btns_item .nav_btns_btn {
    height: 22px;
    margin: 0px;
}

.charts_cols .nav_btns_cont .nav_btns_item {
    padding: 0px;
}

.exp {

}

.charts_nav_h4_cont h4 {
    font-size: 16px;
}

.chart_selection {
    float: left;
}

.chart_selection select {
    display: inline;
}

.chart_selection_nav {
    text-align: center;
    margin-top: 5px;
}

.chart_selection_nav .nav_btns_item {
    float: right;
    position: relative;
}

.chart_selection_nav .nav_btns_btn {
    margin: 0px;
}

.col-lg-3, col-md-3 {
    padding: 0px;
}

.set_table_u ul {
    margin-left: -25px;
    margin-bottom: 0px;
}

@media screen and (max-width: 425px) {
    #login_page_logo {
        margin: 0px auto;
        float: none;
    }

    .ap_status {
        width: 279px;
        float: left;
    }
}

.ct_cont {
    overflow-y: hidden;
    overflow-x: hidden;
}

.ct {
    margin: 10px auto;
}

.ct td {
    border: 1px solid black;
    width: 50px;
    height: 20px;
    text-align: center;
    padding: 4px 8px;
}

.ct_h {
    width: 225px;
    min-width: 225px;
}

.apt_scroll {
    margin-top: 3px;
    position: absolute;
    width: 100%;
    z-index: 10;
    height: 91%;
    max-height: 1340px;
    overflow-y: scroll;
    border: 5px solid #34c0f5;
}

.apt_cont {

}

.apt {

}

.apt tbody tr:hover {
    background: #fce4cc;
}

.apt td {
    border: 1px solid lightgrey;
    height: 20px;
    text-align: center;
    padding: 4px 8px;
    white-space: nowrap;
    overflow: hidden;
}

.apt_h {
    background-color: transparent;

}

.apt_h td {
    border: 1px solid white;
}

div::-webkit-scrollbar {
    width: 1em;
    height: 1em;
}

div::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

div::-webkit-scrollbar-thumb {
    background-color: #34c0f5;
    border: 1px solid white;
}

div::-webkit-scrollbar-thumb:hover {
    background-color: #2999C4;
}

.btn-primary {
    color: black;
    border-color: black;
}

.btn_cont {
    margin: 0px auto;
    text-align: center;
}

.login_form {
    max-width: 250px;
    margin: 0px auto;
}

.footer_nav {
    position: fixed;
    width: 140px;
    left: 5px;
    bottom: 0px;
}

.footer_legend_buttons {
    position: fixed;
    width: 80px;
}

.footer_nav .nav_btns_btn,
.footer_legend_buttons .nav_btns_btn {
    margin: 3px auto;
    float: left;
}

.footer_nav_select {
    width: 80px !important;
    height: 30px !important;
    padding: 0px;
    margin: 3px auto;
}

.footer_nav_select:hover {
    background-color: #2999C4;
}

.copyright {
    margin-left: 120px;
}

.search_cont {
    margin-top: 70px;
    width: 60%;
}

.search_input {
    text-align: center;
}

.search_result {
    margin-top: 15px;
    padding: 5px;
    border: 1px solid black;
}

.ap_detail_cont {
    width: 1350px;
    margin-top: 20px;
}

.dropdown-menu {
    margin-top: 49px;
    float: none;
    position: unset;
/ / background-color: #2999C4;
    background-color: lightgrey;
    min-width: 100px;
    border: 1px solid black;

}

.dropdown-menu .nav_btns_btn {
    float: none;
    margin: 2px;
    width: 126px;
}

.dropdown-backdrop {
    display: none;
}

.dropdown-toggle {
    width: 138px;
}

.portal_stat_text{
    font-size:25px;
}

.portal_stat_number{
    font-size:40px;
}