#usage-activity {
    float: left;
    color: #ffffff;
}

#usage-activity-icon {
    float: left;
    padding: 15px 0px 15px 15px;
    font-size: 20px;
}

#usage-activity-stats {
    float: right;
    padding: 5px
}

.row-reset-margin {
    margin-right: 0px !important;
    margin-left: 0px !important;
}

.vertical-center {
    min-height: 100%; /*  Fallback for browsers do NOT support vh unit */
    /* min-height: 60vh;  These two lines are counted as one :-)       */
    display: flex;
    align-items: center;
    margin-bottom: 15vh;
}

.loader {
    overflow: visible;
    justify-content: center !important;
    align-items: center !important;
    font-size: 75px !important;
    margin: auto;
}

.spin-loader {
    min-height: 65vh; /* Fallback for browsers do NOT support vh unit */
    display: flex;
    align-items: center;
    margin-bottom: 15vh;
}


.box-footer {
    margin-bottom: 0 !important;
}

.tab-param {
    height: auto !important;
}

#tab-phone {
    display: none;
}

#mobile-form {
    display: none;
}

#emergency_numbers :not(:last-of-type) {
    margin-bottom: 20px;
}

#tab_2 .table thead, #tab_2 .table th {
    text-align: center;
}

#table-history {
    width: 100% !important;
}

.table {
    width: 100% !important;
}

.error-box {
    width: 600px;
    margin: 7% auto;
}

th {
    background-color: #0F4D7C;
    color: white;
    vertical-align: middle !important;
}

table.th-text-centered > thead > tr > th, table.th-text-centered > tfoot > tr > th {
    text-align: center;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current {
    background: #f4f4f4 !important;
    color: #000000 !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button.current:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
    background: #eeeeee !important;
}

.dataTables_wrapper .dataTables_paginate.paging_simple_numbers .paginate_button:hover:not(.disabled),
.dataTables_wrapper .dataTables_paginate .paginate_button:hover:not(.disabled) {
    background: #0f4d7ccc !important;
    border: 1px solid #0f4d7c !important;
}

table.dataTable tbody th, table.dataTable tbody td {
    vertical-align: middle;
}

.alert {
    padding: 15px !important;
}

.device-box {
    width: 290px;
    background-color: white;
    box-shadow: 4px 6px 2px 0 rgba(0, 0, 0, 0.5), 2px 2px 10px 0 rgba(0, 0, 0, 0.38);
    margin-left: auto;
    margin-right: auto;
    cursor: pointer;
}

.device-box-header {
    padding: 2px;
    background-color: #00a65a;
    color: #ffffff;
}

.device-box.not-used > .device-box-header, .device-box.not-used .device-activity-icon {
    background-color: #0F4D7C;
}

.device-box.not-used .device-battery-container .device-battery-level {
    color: #0F4D7C;
}

.device-box-header-span {
    padding-left: 5px;
    max-height: 40px;
}

.device-info {
    margin-bottom: 10px;
    max-height: 40px;
}

.device-activity-icon {
    height: 40px;
    width: 40px;
    padding: 2px;
    border-radius: 3px;
    margin-left: 10px;
    background-color: #00a65a;
    display: inline-block;
    vertical-align: middle;
}

.device-id {
    padding-left: 5px;
}

@media (max-width: 768px) {
    .error-box, .register-box {
        width: 90%;
        margin-top: 20px;
    }
}

@media screen and (max-width: 480px) and (orientation: portrait) {
    #devices-section, #tab-section {
        max-height: none;
    }
}

@media screen and (max-width: 630px) {
    #devices-section {
        margin: auto;
        float: none;
    }

    .home-body .main-footer {
        position: initial !important;
    }
}

@media screen and (min-width: 630px) {
    #left-section {
        float: left;
    }

    #left-section, #tab-section {
        max-height: 78vh;
    }
}

#tab-section {
    min-width: 310px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    margin-left: auto;
    margin-right: auto;
}

.parameters-form {
    margin-top: -20px;
}

.parameters-form-title {
    margin-top: 0px;
    margin-bottom: 20px;
}

.parameters-form-phone {
    margin-top: 0px;
    margin-bottom: 15px;
}

.cursor-pointer {
    cursor: pointer
}

.iradio_square-blue {
    margin-right: 5px !important;
}

.login-logo > a > img {
    max-height: 100px;
}

#customer-name {
    font-size: 16px;
}

#error-code {
    font-size: 38px !important;
    padding: 0px;
    color: #ff9900;
}

#error-code > h2 {
    font-size: 30px;
}

#error-message {
    font-size: 22px;
}

#error-help {
    font-size: 18px;
}

.home-body {
    background-color: #F5F5F5;
}

#no-groups-message {
    margin-bottom: 0px;
}

#no-selected-device {
    margin-bottom: 0px;
}

#selects-div {
    margin-top: 5px;
}

#master-device-section {
    min-width: 320px;
    margin: auto;
}

#devices-section {
    margin-bottom: 15px;
    padding-top: 10px;
}

#left-section {
    width: 320px;
    overflow-x: auto;
    padding-top: 10px;
    margin: auto;
}

#device-box-size-buttons {
    padding-left: 4px;
    padding-right: 4px;
    overflow-x: auto;
    width: 300px !important;
    margin: auto;
}

.flag {
    width: 36px;
    height: 30px;
}

.device-box-line-one {
    margin-bottom: 10px;
}

.device-battery-container .device-battery-level {
    position: absolute !important;
    margin-left: -34px;
    margin-top: 11px;
    font-weight: bold;
    font-size: 14px;
    color: #00a65a;
}

.pane-icone-right {
    margin-right: 5px;
}

#phone_map {
    height: 65vh;
    background: grey
}

.logo-lg > img {
    height: 40px;
    margin-right: 10px;
    margin-top: -5px;
}

.dropdown-toggle > img {
    width: 30px;
    height: 30px;
    margin: -15px 5px -13px 0px;
}

#user-footer-form {
    display: inline;
}

.device-marker-border {
    width: 30px;
    height: 50px;
    background-color: #000000;
    padding: 3px;
    box-sizing: initial;
    margin-top: -60px;
    margin-left: -18px;
    border-radius: 6px;
    cursor: pointer;
}

.device-marker-screen {
    width: 30px;
    height: 42px;
    display: table;
    text-align: center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    background-color: #00a65a;
}

.device-marker-text-id {
    font-weight: bold;
    font-size: 16px;
    display: table-cell;
    vertical-align: middle;
    color: #ffffff;
}

.device-marker-button {
    width: 4px;
    height: 4px;
    background-color: #ffffff;
    margin-top: 3px;
    margin-left: 13px;
    border-radius: 4px;
}

.device-marker-triangle {
    width: 0px;
    height: 0px;
    border: solid 6px;
    border-color: #0F4D7C transparent transparent transparent;
    margin-left: 9px;
    margin-top: 4px;
}

input[type="search"] {
    border: 1px solid;
}

.all-alerts-button {
    border: 2px solid #00a65a !important;
}

.ml-1 {
    margin-left: 4px;
}

.tab-content {
    border: 1px solid #565656;
}

#tab-navigation > li:not(.active) > a {
    background-color: #e5e5e5;
}

.nav-tabs-custom > .nav-tabs > li {
    border-top: none !important;
}

.nav-tabs-custom > .nav-tabs {
    background-color: #f5f5f5 !important;
    margin-bottom: -1px;
}

.nav-tabs-custom > .nav-tabs > li {
    margin-bottom: -1px !important;
    margin-right: 0px !important;
}

.nav-tabs-custom>.nav-tabs>li.active {
    border-left: 1px solid black !important;
    border-top: 1px solid black !important;
    border-right: 1px solid black !important;
}

#index-title {
    font-size: 21px;
    margin-bottom: 15px;
    text-align: center;
}

ins.iCheck-helper, input.icheck  {
    max-width: 100% !important;
    max-height: 100% !important;
}

.select2-dropdown {
    z-index: 99999999 !important;
}

.select2-container--default .select2-selection--single, .select2-selection .select2-selection--single {
    background-color: #fff !important;
    border: 1px solid #d2d6de !important;
    border-radius: 0px !important;
    height: 34px !important;
    padding: 6px 4px !important;
}