
@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,300;0,400;0,700;0,900;1,400&display=swap');

body {
    font-family: 'Lato', sans-serif;
    margin: 0;
    padding: 0;
    font-size: 18px;
}

a {
    text-decoration: none;
}

p {
    color: #787878;
}

img {
    max-width: 100%;
}

body.login-bg {
    background-image: url(../images/background2.jpg);
    height: 100%;
    width: 100%;
    background-color: transparent;
    background-size: cover;
}

.login {
    /* background-color: #f8f8f8; */
    height: 100vh;
    display: flex;
    align-items: center;
}

    .login .logo {
        max-width: 30%;
        margin: 0 auto;
    }

.login-bg .container {
    max-width: 945px;
}

.black-bg {
    /* background-color: #000;
    padding: 65px 50px; */
    border-radius: 15px;
}

.login-right {
    background-color: #fff;
    padding: 65px 50px;
    border-radius: 0 30px 30px 0;
    text-align: center;
}

.login-left {
    background-color: #000;
    padding: 65px 50px;
    border-radius: 30px 0 0 30px;
}

.login input, input, textarea, select, .form-control {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-align: left;
    border: none;
    padding-right: 15px;
    margin-bottom: 20px;
    height: auto;
}

.login-right input, .login-right textarea, .login-right select, .login-right .form-control {
    border-radius: 5px;
    height: auto;
    margin-bottom: 0;
}

    .login-right input::-webkit-input-placeholder {
        color: #000;
        opacity: 1;
    }

    .login-right input::-moz-placeholder {
        color: #000;
        opacity: 1;
    }

    .login-right input:-ms-input-placeholder {
        color: #000;
        opacity: 1;
    }

    .login-right input:-moz-placeholder {
        color: #000;
        opacity: 1;
    }

.form-group .custom-arrow {
    position: relative;
}

    .form-group .custom-arrow select {
        -webkit-appearance: none;
    }

    .form-group .custom-arrow i {
        position: absolute;
        top: 25px;
        right: 15px;
    }

.input-group > .custom-select:not(:last-child), .input-group > .form-control:not(:last-child) {
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
}

.form-control:disabled, .form-control[readonly] {
    background-color: #e6e6e6;
    opacity: 1;
}

select {
    position: relative;
}

    select:focus {
        border: 0 !important;
        outline-offset: 0px !important;
        outline: 0 !important;
    }

.custom-search-dropdown button.ui-multiselect {
    margin-right: 15px;
}
/*-- MultiSelect --*/
.ui-multiselect-menu {
    /*min-width: 360px;*/
    max-width: 100%;
}

body .ui-multiselect-filter {
    margin-right: 0;
    width: 100%;
}

.ui-multiselect-filter input[type="search"] {
    margin-bottom: 10px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    width: 100%;
    font-size: 10px;
    margin-left: 0;
    height: 21px;
}

body .ui-multiselect-header {
    padding: 3px 4px 3px 4px;
}

.ui-multiselect-header .ui-helper-reset span.ui-icon {
    float: none;
}

.ui-multiselect .ui-icon-triangle-1-s {
    position: relative;
    top: 10px;
}

.device-dropdown button.ui-multiselect {
    padding: 8px 10px;
    max-width: 100%;
}

.ui-multiselect-checkboxes label input {
    width: 16px;
    height: 16px;
}

    .ui-multiselect-checkboxes label input + span {
        display: inline-block;
        width: calc(100% - 25px);
        margin-left: 5px;
        vertical-align: middle;
    }

.ui-multiselect-header a {
    font-size: 12px;
}

.device-dropdown.details-device-info button.ui-multiselect {
    margin-left: 0;
}

.login input[type="email"], .login input[type="password"], .login input[type="text"] {
    padding-left: 50px;
}

.login .email, .login .password {
    position: relative;
}

    .login .email .email-icn, .login .password .pass-icn {
        position: absolute;
        top: 20px;
        left: 20px;
    }

        .login .email .email-icn i, .login .password .pass-icn i {
            color: #000;
        }
/* .login .password .pass-icn i{
    font-size: 24px;
} */
.login button, button {
    background-color: #000;
    color: #fff;
    padding: 12px 20px;
    margin: 8px 0;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    border: 1px solid #000;
    transition: all 0.25s ease;
}

    button:hover {
        background-color: transparent;
        color: #000;
        border: 1px solid #000;
    }

    .login button:hover {
        opacity: 0.8;
    }

.login .cancelbtn {
    width: auto;
    padding: 10px 18px;
    background-color: #f44336;
}

.login-left {
    display: flex;
    align-items: center;
}

.login-right h2 {
    color: #000;
}

.login-right p {
    color: #969696;
    text-align: center;
}

.login-right a {
    color: #000;
}
/*-- Forgot password --*/
.account-verification.login-right label {
    color: #fff;
}

.account-verification.login-right {
    max-width: 450px;
    margin: 0 auto;
}

.login .change-password input[type="email"], .login .change-password input[type="password"] {
    padding-left: 20px;
}

.change-password .login-right h2, .login-details .login-right h2 {
    margin-bottom: 20px;
}
/*-- Forgot password --*/
/*-- Home start--*/
.header_area .logo {
    max-width: 320px;
    outline: 0;
}

header.header_area {
    background-color: #000;
    padding: 5px;
}

.menu_nav .nav-item a.nav-link, .menu_nav .nav-item a.nav-link.active {
    color: #fff;
    margin-left: 30px;
}

    .menu_nav .nav-item a.nav-link:hover, .menu_nav .nav-item a.nav-link.active:hover {
        color: #ccc;
    }

body.bg-gray {
    background-color: #f8f8f8;
}
/* custom-drop-down */
.custom-drop-down {
    width: 100%;
    padding: 12px 20px;
    margin: 8px 0;
    display: inline-block;
    box-sizing: border-box;
    background-color: #e6e6e6;
    border-radius: 5px;
    text-align: left;
    border: none;
    padding-right: 15px;
    margin-bottom: 20px;
    height: auto;
    position: relative;
}

.custom-selected i {
    position: absolute;
    right: 20px;
    top: 15px;
}

.custom-options {
    width: 100%;
}

.custom-drop-down .custom-selected a {
    padding: 0 !important;
    display: block;
}

    .custom-drop-down .custom-selected a span {
        cursor: pointer;
        display: block;
    }

.custom-drop-down .option {
    position: relative;
}

.custom-drop-down .custom-options ul {
    background: #fff;
    display: none;
    list-style: none;
    position: absolute;
    left: 0px;
    top: 100%;
    width: 100%;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 10px;
    z-index: 99;
    overflow-y: auto;
    max-height: 300px;
    padding: 10px;
}

    .custom-drop-down .custom-options ul::-webkit-scrollbar {
        width: 10px;
        background: #eee;
        border-radius: 0 10px 10px 0;
    }

    .custom-drop-down .custom-options ul::-webkit-scrollbar-track {
        box-shadow: inset 0 0 2px #eee;
        border-radius: 10px;
    }

    .custom-drop-down .custom-options ul::-webkit-scrollbar-thumb {
        background: #ccc;
        border-radius: 10px;
    }

        .custom-drop-down .custom-options ul::-webkit-scrollbar-thumb:hover {
            background: #999;
        }

    .custom-drop-down .custom-options ul li {
        width: 100%;
    }

        .custom-drop-down .custom-options ul li a {
            color: #000;
            text-decoration: none;
        }

.custom-drop-down .custom-selected span.value,
.custom-drop-down .custom-options span.value {
    display: none;
}

.custom-drop-down .custom-options ul li a {
    display: block;
    padding: 10px 15px;
}

    .custom-drop-down .custom-options ul li a h3 {
        font-size: 18px;
        display: block;
        color: #333;
    }

        .custom-drop-down .custom-options ul li a h3 small {
            display: block;
            font-size: 14px;
            margin-top: 5px;
            color: #999;
        }

    .custom-drop-down .custom-options ul li a:hover {
        background: #f9f9f9;
        transition: 0.2s ease;
    }

.custom-selected h3 {
    font-size: 16px;
    line-height: 1.5;
}

    .custom-selected h3 small {
        display: none;
    }

.custom-selected a {
    color: #000;
    text-decoration: none;
}
/* custom-drop-down */
.device-dropdown .device-info {
    display: flex;
    align-items: center;
    margin-bottom: 0;
}

.inner-content {
    background-color: #fff;
    padding: 20px;
    box-shadow: 3px 2px 14px 0px rgba(0, 0, 0, 0.1);
    margin-top: 40px;
    border-radius: 7px;
    margin-bottom: 40px;
}

.device-dropdown label.form-lable {
    max-width: 150px;
    min-width: 150px;
    margin-bottom: 0;
}

.device-dropdown .custom-drop-down {
    margin: 0 20px;
}

.device-dropdown button {
    max-width: 300px;
    padding: 8px 0;
}

.configuration-details h2 {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
}

.congfi-inner-details ul {
    padding: 0;
    list-style: none;
}

    .congfi-inner-details ul span {
        color: #909090;
        margin-left: 10px;
    }

        .congfi-inner-details ul span.active, .congfi-inner-details ul span.online, .congfi-inner-details ul span.waiting {
            padding-left: 20px;
            color: #42b901;
            position: relative;
        }

            .congfi-inner-details ul span.active::before, .congfi-inner-details ul span.online::before, .congfi-inner-details ul span.waiting::before {
                content: "";
                height: 10px;
                width: 10px;
                background-color: #000;
                border-radius: 50%;
                position: absolute;
                left: 0;
                top: 7px;
            }

            .congfi-inner-details ul span.active::before, .congfi-inner-details ul span.online::before {
                background-color: #42b901;
            }

            .congfi-inner-details ul span.waiting::before {
                background-color: red;
            }

        .congfi-inner-details ul span.waiting {
            color: red;
        }

.configuration-details {
    background-color: #f8f8f8;
    margin: 0 auto;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 10px 20px;
}

.cellular-data-details h2.title {
    margin-top: 10px;
    margin-bottom: 10px;
}

.cellular-data-details .table-responsive {
    max-width: 98.5%;
    font-size: 16px;
}

.table-responsive .table thead th, .table-responsive .table tbody td {
    vertical-align: top;
    /* min-width: 160px; */
    padding: 7px 2px;
    font-size: 12px;
}

    .table-responsive .table thead th:first-child {
        /*display: -webkit-box;     
  display: -moz-box;      
  display: -ms-flexbox;   
  display: -webkit-flex;  
  display: flex; 
  flex-direction: row;
  min-width: 50px;
  align-items: center;
  justify-content: center;*/
    }

.minheight {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    min-width: 50px;
    align-items: center;
    justify-content: center;
    height: 51.5px;
}

.table-responsive .table thead th:first-child #selectAll {
    margin: 0;
    width: auto;
    margin-left: 6px;
}

.details-device-info.device-dropdown .custom-drop-down {
    margin: 0 auto;
    margin-top: 8px;
}

.device-dropdown.details-device-info button:not(.ui-multiselect) {
    max-width: 170px;
    margin: 0 12px;
}

.button-info {
    margin: 0 auto;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 35px;
}

.button-info-device {
    /* margin: 0 auto; */
    /*text-align: center;*/
    margin-bottom: 20px;
    margin-top: 35px;
}

header.header_area.sticky {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9;
}

.form-group .date {
    position: relative;
}

    .form-group .date i {
        position: absolute;
        right: 15px;
        top: 22px;
    }

.menu_nav .nav-item a.nav-link.active {
    border-bottom: 1px solid #fff;
}
/*-- Home end--*/

.error-info img {
    display: block;
    max-width: 350px;
    margin: 0 auto;
}

.error-info .error-title {
    margin: 0 auto;
    text-align: center;
    background-color: #000;
    color: #fff;
    padding: 10px;
    max-width: 300px;
    border-radius: 10px;
    margin-top: 20px;
    margin-bottom: 30px;
}

.error-info .inner-error {
    text-align: center;
    background-color: #efeeee;
    padding: 20px;
    max-width: 85%;
    margin: 0 auto;
}

.error-info {
    padding: 50px 20px;
}

.container {
    max-width: 1320px;
    width: 100%;
}

.device-info select {
    margin: 0 20px;
    padding: 10px 15px;
}

.header_area .logo img {
    max-height: 50px;
}

.details-device-info label {
    display: inline-block;
    margin-bottom: 0;
}

#example_length {
    float: left;
    width: calc(50% - 4px);
    display: flex;
    align-items: center;
}

    #example_length label {
        display: flex;
        align-items: center;
    }

        #example_length label select {
            margin: 0 10px;
        }

#example_filter {
    float: right;
}

    #example_filter label {
        display: flex;
        align-items: center;
    }

        #example_filter label input {
            margin-bottom: 0;
            margin-left: 5px;
        }

#example_paginate {
    float: right;
}

#example_info {
    float: left;
}

#example_paginate a {
    color: #000;
    margin: 0 5px;
}

.custom-search-dropdown {
    display: flex;
    flex-direction: row;
}

    .custom-search-dropdown label {
        order: 0;
    }

    .custom-search-dropdown .fstdiv {
        order: 1;
        max-width: 300px;
        margin-right: 20px;
    }

    .custom-search-dropdown button {
        order: 2;
    }

.fstdropdown > .fstlist {
    font-size: 16px;
}

.fstdropdown > .fstselected {
    height: 44px;
    line-height: 30px;
}

.device-dropdown label.form-lable {
    /*margin-bottom: 10px;*/
}

.details-device-info #DeviceIdError {
    margin-top: -20px;
    margin-left: 15px;
}
/*-- Responsive CSS start---*/
@media (min-width: 1025px) and (max-width: 1440px) {
    .inner-content h2 {
        font-size: 18px !important;
    }

    .device-dropdown button {
        max-width: 100%;
    }

    .device-dropdown.details-device-info button:not(.ui-multiselect) {
        width: calc(50% - 28px);
    }

    .form-group .date input {
        padding-right: 35px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .login-details.black-bg {
        width: 90%;
        margin: 0 auto;
    }

    .device-dropdown label.form-lable {
        max-width: 100px;
        min-width: 100px;
    }

    .device-dropdown button {
        max-width: 100%;
        width: auto;
        padding: 8px 2em;
    }

    .device-dropdown.details-device-info button:not(.ui-multiselect) {
        width: calc(50% - 13px);
        margin: 0 5px;
        font-size: 12px;
    }

    .form-group .date input {
        padding-right: 35px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
    .inner-content h2 {
        font-size: 28px;
    }
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
    .login-right, .login-left {
        padding: 30px 30px;
    }

    .congfi-inner-details {
        max-width: 50%;
        flex: 0 0 50%;
    }

    .header_area .nav-bar .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .inner-content h2 {
        font-size: 24px;
    }
}

@media (min-width: 320px) and (max-width: 767px) {
    .device-dropdown.details-device-info button:not(.ui-multiselect) {
        width: calc(50% - 13px);
        margin: 0 5px;
        font-size: 12px;
    }

    .login-left {
        padding: 0px 50px;
        border-radius: 30px 30px 0 0px;
    }

    .login-details.black-bg {
        width: 90%;
        margin: 0 auto;
    }

    .login-right {
        padding: 30px 30px;
        border-radius: 0 0px 30px 30px;
    }

        .login-right h2 {
            font-size: 24px;
        }

    .change-password .login-right h2, .login-details .login-right h2 {
        margin-bottom: 10px;
    }

    .header_area .nav-bar .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .header_area .logo {
        max-width: 160px;
    }

    .menu_nav .nav-item a.nav-link, .menu_nav .nav-item a.nav-link.active {
        margin-left: 10px;
        font-size: 15px;
    }

    .device-dropdown .device-info {
        display: block;
        align-items: center;
        margin-bottom: 0;
    }

    .device-dropdown .custom-drop-down {
        margin: 0 auto;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .inner-content h2 {
        font-size: 20px;
    }

    .device-dropdown button {
        max-width: none;
    }

    .table-responsive .table thead th {
        min-width: auto;
    }

    .congfi-inner-details ul {
        margin-bottom: 0;
    }

    .inner-content {
        margin-top: 20px;
        margin-bottom: 20px;
    }

    .device-dropdown.details-device-info button {
        max-width: 100%;
        margin: 0 auto;
        margin-bottom: 20px;
    }

    #example_length {
        width: 100%;
    }

    #example_filter {
        float: right;
        width: 100%;
    }

    .details-device-info .button-info {
        margin-top: 0;
    }
}
/*-- Responsive CSS end---*/

.ValidationError {
    color: red;
}

.change-password {
    margin: 0 auto;
}

.loader {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    height: 100%;
    top: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 9;
}

    .loader img {
        position: absolute;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        width: 100px;
    }

.version-info {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    text-align: center;
    background-color: #f8f8f8;
    font-size: 12px;
    padding: 10px 0px;
}

.btn-disable:disabled {
    opacity: 0.5;
    pointer-events: none;
}

.button-delete {
    margin: 0 auto;
    text-align: center;
}

button.bootbox-close-button.close:hover {
    border: none;
}

button.bootbox-close-button.close {
    position: absolute;
    right: 0;
    top: 0;
    width: auto;
    display: inline-block;
    padding: 12px 20px;
    margin: 0;
}

.modal-dialog {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    flex-wrap: nowrap;
    flex-direction: column;
}

.modal-open .modal {
    overflow-x: hidden;
    overflow-y: hidden;
}

.update-profile form {
    width: 401px;
}
