﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html, body {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/**
    Header
**/


.mnu-burger {
    cursor: pointer;
    padding: 6px;
    margin-right: 10px
}

    .mnu-burger img {
        height: 24px;
    }

nav {
    display: none;
    left: -260px;
    position: fixed;
    top: 60px;
    bottom: 0;
    background-color: #008e93;
    z-index: 9;
}

    nav ul {
        list-style-type: none;
        margin-bottom: 0;
        padding: 0;
    }

    nav li {
        cursor: pointer;
    }

    nav a, nav a:hover {
        color: #fff;
        text-decoration: none;
        display: table;
    }

    nav li.active a, nav li.active span:last-child {
        color: #fff !important;
        font-weight: 600;
    }

    nav li:hover {
        background-color: #19999e;
    }

    nav li span {
        display: table-cell;
        height: 46px;
        vertical-align: middle;
    }

    nav li.active span:first-child {
        background-color: #67decb;
    }

    nav li span:first-child {
        width: 6px;
    }

    nav li span:nth-child(2) {
        width: 55px;
        padding-left: 20px;
    }

    nav li span:last-child {
        width: 195px;
    }


/* Login form start */
.login-body {
    background-image: url('/img/img_bg.jpg');
    background-size: cover;
}

.login-logo {
    text-align: center
}

    .login-logo img {
        height: 64px;
    }

.login-logo, .login-form {
    max-width: 460px;
}

.login-form {
    background-color: #fff;
    border-radius: 10px;
    margin-top: 30px;
    padding: 40px;
}

.login-title {
    padding-bottom: 10px;
    text-align: center;
}

    .login-title h1 {
        font-size: 24px;
        font-weight: 700;
    }

.ft-label {
    font-size: 13px;
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.ft-req {
    color: #ff0000;
    font-weight: 600;
}

.s-input {
    font-size: 13px;
    height: 40px;
    font-weight: 500;
}

.btn-green, .k-filter-menu .k-action-buttons button[type='submit'] {
    background-color: #008e93 !important;
    border-color: #008e93 !important;
}

    .btn-green:hover, .k-filter-menu .k-action-buttons button[type='submit']:hover {
        background-color: #00b7b7 !important;
        border-color: #00b7b7 !important;
    }

.btn {
    font-size: 12px !important;
    font-weight: 500 !important;
    height: 45px !important;
}

.form-group small {
    display: inline-block;
}

.form-group.has-error input, .lat-cont.has-error input, .long-cont.has-error input {
    border-color: #ff0000;
}

.login-body .form-group.has-error small {
    color: #ff0000 !important;
    display: block !important;
    font-size: 12px;
    font-weight: 500;
}

.login-body .form-group small {
    display: none !important;
}

.login-form .form-check {
    margin-bottom: 25px;
    font-weight: 500;
    padding-left: 0 !important;
}
/* Login form end */

/* Layout start */
.container {
    max-width: 1440px !important;
}

header {
    font-weight: 500;
    background-color: #008e93;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

    header .h-container .row {
        margin-left: 0;
        margin-right: 0;
    }

.as-table {
    display: table;
}

.as-cell {
    display: table-cell;
    vertical-align: middle;
}

header .container .row {
    margin-left: 30px;
    margin-right: 30px;
}

header .as-table {
    min-height: 60px;
}

header .col-sm-4 > div > div:first-child {
    width: 120px;
}

header .col-sm-8 > div > div:last-child {
    width: 75px;
}

header img {
    height: 35px;
}

header h1 {
    font-size: 18px;
    font-weight: 600;
    line-height: 18px;
    margin: 0 0 0 15px;
}

.text-center {
    text-align: center;
}

.text-right {
    text-align: right;
}

.bg-btn {
    background-color: transparent !important;
    border: none !important;
}

.top-menu-btn {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    outline: none !important;
}

.download-file {
    text-decoration: underline !important;
    margin-right: 5px;
}

    .download-file.no-download, .k-grid a.download-file.no-download:hover {
        cursor: default;
        text-decoration: none !important;
        color: #000 !important
    }

.top-menu-btn:hover, .download-file, .u-line {
    text-decoration: underline !important;
}

.user-name {
    color: #fff;
    font-weight: 600;
    margin-right: 10px;
}

    .user-name:hover {
        color: #fff;
    }

.no-show, .k-pager-info, .k-toolbar.k-grid-toolbar {
    visibility: hidden !important;
    display: none !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
}
/* Layout end */

/* Device start */
.device-list, .user-list, .appgroup-list {
    padding-left: 60px;
    padding-right: 60px;
}

    .device-list > div:first-child, .user-list > div:first-child, .list-func > div:first-child {
        min-height: 76px;
    }

.device-list-func, .list-func {
    font-size: 12px;
    font-weight: 600;
}

    .device-list-func .as-cell {
        padding-top: 10px;
    }

.k-grid .k-grid-content-locked td {
    background-color: #eee;
    text-decoration: underline !important;
}

.k-grid tr, .k-grid tr.k-alt {
    background-color: #fff !important;
}

.k-grid td, .k-grid th {
    border-right: 1px solid #ccc !important;
    border-bottom: 1px solid #ccc !important;
    padding-top: 6px;
    padding-bottom: 6px;
}

.dot-3, .k-grid td {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.grid-head-link {
    color: #333;
    text-decoration: none !important;
    padding: 7px;
}

    .grid-head-link:hover {
        color: #333;
        background-color: #eee;
        text-decoration: none !important;
    }

.show-hide-col-i {
    height: 11px;
    margin-right: 3px;
}

.dev-n {
    display: inline-block;
    position: relative;
}

    .dev-n a {
        font-weight: 500;
        text-decoration: underline !important;
    }

        .dev-n a:hover, .k-grid a.download-file:hover {
            color: #00b7b7 !important;
        }

    .dev-n img {
        height: 8px;
        position: absolute;
        top: 5px;
        right: -10px;
    }

.dev-body {
}

.dev-head {
    background-color: #eee;
}

    .dev-head > div {
        font-weight: 700;
        padding-top: 19px;
        padding-bottom: 19px;
    }

    .dev-head a {
        color: #333 !important;
    }

    .dev-head h1 {
        font-weight: 700;
        font-size: 22px;
        margin-bottom: 0;
    }

    .dev-head .st-number {
        font-weight: 400;
    }

    .dev-head .col-md-2 img {
        height: 8px;
        left: 60px;
        position: absolute;
        top: 25px;
    }

    .dev-head .col-md-2 a {
        padding-left: 58px;
    }

.dev-body h2 {
    font-size: 18px;
    font-weight: 700;
    margin-top: 16px;
    line-height: 28px;
}

.dev-body .ft-label {
    font-size: 12px;
    font-weight: 700;
    line-height: 26px;
    margin-bottom: 0px;
}

.dev-body .s-input {
    font-size: 12px;
    height: 35px;
}

.dev-body .st-number {
  font-weight: 400;
}

.dev-body .form-group.col-6 {
    margin-bottom: 11px;
}

.dev-body textarea {
    height: 84px !important;
    resize: none;
}

.info-row .form-row > .col-md-12 {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.info-row .form-row > div:first-child {
    padding-right: 15px;
}

.info-row .form-row > div:last-child {
    padding-left: 15px;
}


.info-row .form-row > div:only-child{
    padding-left: 5px;
}

.btn-download, .btn-new-user, .btn-func-def {
    color: #fff;
    height: 28px !important;
    line-height: 26px;
    padding: 0 19px;
    border-radius: 2px;
    vertical-align: top;
}

.info-page-title .sub-title,
.info-page .sub-title
.info-page input {
    font-size: 12px !important;
}

.btn-detail {
    border: none;
    border-radius: 4px;
    color: #fff;
    font-weight: 500 !important;
    height: auto !important;
    line-height: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

    .btn-detail:hover {
        color: #fff;
    }

.btn-detail-cont {
    margin-top: 20px;
    margin-bottom: 40px;
}

header.container {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

.info-page-title {
    background-color: #eee;
    position: fixed;
    top: 60px;
    left: 0;
    right: 0;
    z-index: 1;
}

.dev-body > .container:nth-child(2) {
    margin-top: 145px;
}

.export-select {
    height: 28px;
    border-radius: 0;
    border-color: #aaa;
    width: 80px;
}
/* Device end */

/* Grid start */
.logs-list {
    max-width: 1348px !important;
}

.k-grid-header {
    padding-right: 0 !important;
    width: calc(100% + 2px) !important;
}

    .k-grid-header .k-header {
        background-color: #333;
        color: #fff;
        font-size: 12px;
        padding-top: 7px;
        padding-bottom: 7px;
    }

.k-grid td {
    font-size: 12px;
    color: #000;
    font-weight: 500;
}

.k-grid tbody tr:not(.k-detail-row).k-state-hover, .k-grid tbody tr:not(.k-detail-row):hover {
    background-color: #fff;
}

.k-grid-content.k-auto-scrollable {
    overflow: hidden;
}

.k-grid-content-locked {
    height: auto !important;
}

.k-grid-content-locked, .k-grid-content.k-auto-scrollable {
    /*max-height: calc(100vh - 269px);*/
    border-bottom: 1px solid #ccc !important
}

.device-list > .row:last-child {
    height: calc(100vh - 180px);
}
/* Grid end */
/* Pager start */
.k-grid {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
}

    .k-grid-header, .k-grid .k-grid-content-locked {
        border-left: 1px solid rgba(0,0,0,.08);
        border-right: 1px solid rgba(0,0,0,.08);
    }

.k-grid-pager {
    background-color: transparent !important;
    border-width: 0 !important;
    font-size: 13px !important;
    margin-top: 20px;
}

.k-pager-numbers .k-link {
    min-width: calc(1.42857143em + 2px) !important;
    height: calc(1.42857143em + 2px) !important;
}

    .k-pager-numbers .k-link.k-state-selected {
        background-color: #008e93 !important;
        border-radius: 2px;
        margin-left: 4px;
        margin-right: 4px;
    }
/* Pager end */

/* Modal start */
.k-window {
    border-radius: 10px !important;
    color: #222 !important;
    font-size: 13px !important;
    font-weight: 500;
    width: 530px;
}

    .k-window .k-window-titlebar {
        background-color: #fff;
        border-radius: 10px;
        border-bottom: none;
        position: relative;
    }

    .k-window .k-window-title {
        font-weight: 700;
        font-size: 18px;
        padding-top: 36px;
    }

    .k-window .k-window-actions {
        position: absolute;
        top: 78px;
        right: 15px;
    }

    .k-window .k-i-close::before {
        font-size: 18px;
    }

    .k-window [data-u-check], .c-box[data-u-check], .login-form .check-item {
        cursor: pointer;
        margin-bottom: 10px;
    }

        .k-window [data-u-check] .check-box, .c-box[data-u-check] .check-box, .login-form .check-box, .k-grid .check-box {
            border: 1px solid #333;
            border-radius: 2px;
            height: 14px;
            width: 14px;
            margin-right: 10px;
        }

            .k-window [data-u-check='1'] .check-box, .c-box[data-u-check='1'] .check-box, .login-form .check-item.checked .check-box, .k-grid .check-box.checked {
                background: url('/img/check.svg') no-repeat 2px;
                border-color: #008e93;
            }

.k-grid .check-box {
    margin: 0;
    display: inline-block;
}

.login-form .check-item {
    font-size: 13px !important;
}

.device-column-popup .btns {
    padding-top: 10px;
    padding-bottom: 25px;
}

    .device-column-popup .btns button {
        font-weight: 600 !important;
    }

    .device-column-popup .btns .btn-light {
        border: 1px solid #ccc;
    }

    .device-column-popup .btns .btn {
        height: auto !important;
        padding: 5px 10px;
        width: 80px;
    }

.device-column-popup .btn-green {
    margin-left: 8px;
}

.column-reset {
    background: transparent;
    border: none;
    outline: none !important;
}

    .column-reset:hover {
        color: #008e93;
    }
/* Modal end */

.password-view-cont {
    position: relative;
}

.password-view {
    cursor: pointer;
    height: 35px;
    width: 35px;
    position: absolute;
    top: 26px;
    right: 6px;
}

.detail-line {
    border-top: 1px solid #ccc;
    margin: 0 auto;
}

.dev-upload-title {
    padding-bottom: 15px;
}

    .dev-upload-title h2 {
        margin-bottom: 0;
    }

.dev-upload-func {
    padding-top: 15px;
}

.func-sep-cont {
    position: relative;
}

.func-sep {
    border-left: 1px solid #ccc;
    height: 26px;
    position: absolute;
    top: 30px;
    left: 12px;
}

span.k-datetimepicker.k-input.form-control {
    border: 1px solid #ced4da;
}

.logs-list k-grid-header, .logs-list .k-grid-content {
    border-left: 1px solid #ccc !important
}

.alert {
    position: fixed;
    right: 15px;
    bottom: 0;
}

#stationname-error {
    display: none;
}

.has-error #stationname-error {
    display: block;
}

.device-list .k-pdf-export .k-grid-header-wrap > table > colgroup > col:first-child,
.device-list .k-pdf-export .k-grid-content table > colgroup > col:first-child,
.device-list .k-pdf-export .k-grid-header-wrap thead > tr > th:first-child,
.device-list .k-pdf-export .k-grid-content tbody > tr > td:first-child {
    display: table-cell;
}

.device-list .k-grid-header-wrap > table > colgroup > col:first-child,
.device-list .k-grid-content table > colgroup > col:first-child,
.device-list .k-grid-header-wrap thead > tr > th:first-child,
.device-list .k-grid-content tbody > tr > td:first-child,
.k-pdf-export .k-grid-header-locked, .k-pdf-export .k-grid-content-locked,
.k-pdf-export .k-grid-toolbar,
.k-pdf-export .k-pager-wrap,
.k-pdf-export .k-grid-filter,
.k-pdf-export .k-header-column-menu {
    display: none;
}

.k-pdf-export .k-grid td, .k-pdf-export .k-grid th {
    text-overflow: unset;
    overflow: unset;
    white-space: unset;
    word-break: break-all;
}

.hidden-tooltip, .hidden-tooltip .k-callout {
    background-color: transparent !important;
    color: transparent !important;
    box-shadow: none !important;
}

.k-filter-menu-container,
.k-filter-menu-container .k-input-value-text,
.k-filter-menu-container .k-input-inner,
.k-filter-menu-container .k-button-text,
.k-list-md .k-list-item-text {
    font-size: 12px !important;
}

    .k-filter-menu-container .k-filter-help-text {
        font-weight: 600;
    }

    .k-filter-menu-container .k-button-text {
        font-weight: 500;
    }

    .k-filter-menu-container .k-action-buttons .k-button-md {
        padding-left: 12px;
        padding-right: 12px;
    }

.k-filter-menu .k-checkbox.k-checked,
.k-filter-menu .k-checkbox:checked {
    background: url(/img/check.svg) no-repeat 3px;
    border-color: #008e93 !important;
    border-radius: 2px;
    box-shadow: none;
}

    .k-filter-menu .k-checkbox.k-checked:hover, .k-filter-menu .k-checkbox:checked:hover {
        box-shadow: none;
    }

.k-grid-filter-menu.k-grid-filter:hover {
    background-color: transparent !important;
}

.k-grid-filter-menu.k-grid-filter > span::before {
    content: none !important;
}

.k-grid-filter-menu.k-grid-filter > span,
.k-grid-filter-menu.k-grid-filter.k-state-active > span
.k-grid-filter-menu.k-grid-filter.k-state-active > span:hover {
    background: url(/img/filter-gray.svg) no-repeat;
    background-size: 16px 16px;
}

    .k-grid-filter-menu.k-grid-filter > span:hover {
        background: url(/img/filter.svg) no-repeat;
    }

.k-grid-header .k-grid-filter.k-state-active {
    background-color: #fff !important;
    border-radius: 2px;
}

.k-grid-header .k-i-sort-asc-sm, .k-grid-header .k-i-sort-desc-sm, .k-grid-header .k-sort-order {
    color: #fff !important;
}

.k-grid-header .k-grid-filter.k-state-active {
    background-color: #fff !important;
    border-radius: 2px;
    width: calc(1.42857143em + 6px) !important;
    height: calc(1.42857143em + 6px) !important;
    padding: 2px !important;
}

.k-grid .k-dirty {
    display: none !important;
}

.logs-list .k-edit-cell .k-input-inner {
    font-size: 12px;
}

.k-progressbar .k-state-selected {
    border-color: #008e93 !important;
    background-color: #008e93 !important;
}

.k-tooltip-content {
    word-break: break-all;
}

#logout-modal .modal-dialog {
    max-width: 315px;
}

#logout-modal .modal-content {
    border-radius: 10px;
    padding: 25px 20px;
}

#logout-modal .modal-header {
    border-bottom: none;
    padding-bottom: 2px;
}

#logout-modal h5 {
    font-size: 18px;
    font-weight: 700;
}

#logout-modal .modal-body {
    font-weight: 500;
    padding-top: 5px;
    padding-bottom: 15px;
}

#logout-modal .modal-footer {
    border-top: none;
}

#logout-modal .btn {
    font-weight: 600 !important;
    height: 32px !important;
    padding-left: 20px;
    padding-right: 20px;
}

#logout-modal .btn-light {
    border: 1px solid #aaa;
}

.btn-green[disabled], .btn-green[disabled]:hover {
    background-color: #008e93 !important;
    border-color: #008e93 !important;
    cursor: default;
}

.lat-cont {
    padding-right: 10px;
}

.long-cont {
    padding-left: 10px;
}

.lat-long-entry input {
    display: inline-block;
    width: calc(100% - 25px);
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

@media (max-width: 1500px) {
    header .container .row {
        margin-left: 0;
        margin-right: 0;
    }
}

@media (min-width: 768px) and (max-width: 1368px) {
    .device-list-func > div {
        flex: 0 0 30%;
        max-width: 30%;
    }

        .device-list-func > div:last-child {
            flex: 0 0 40%;
            max-width: 40%;
        }
}

@media (min-width: 768px) and (max-width: 900px) {
    .dw-lbl {
        display: none;
    }
}

@media (max-width:767px) {
    header {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

        header .container {
            padding-left: 0;
            padding-right: 0;
        }

    .dev-head .col-md-2 a {
        padding-left: 13px;
    }

    .dev-head .col-md-2 img {
        top: 16px;
        left: 15px;
    }

    header .col-sm-8 .as-table.w-100 .text-right.as-cell:first-child {
        display: none;
    }

    header h1 {
        font-size: 16px;
    }

    .dev-head > div {
        padding-top: 10px;
        padding-bottom: 10px;
    }

        .dev-head > div:last-child {
            padding-top: 0px;
        }

    .device-list, .app-version-list {
        padding-left: 15px;
        padding-right: 15px;
    }

        .device-list .func-sep-cont {
            padding-bottom: 20px;
        }

        .device-list .grid-head-link {
            display: inline-block;
            padding-right: 0;
        }

    .logs-list .col-md-6:last-child {
        padding-bottom: 20px;
    }

    .dev-head .col-md-2 a {
        padding-left: 13px;
    }

    .dev-head .col-md-2 img {
        left: 15px;
    }

    .dev-alert img {
        height: 35px !important;
    }

    .dev-alert > div:first-child {
        border-radius: 11px !important;
        font-size: 11px !important;
        height: 22px !important;
        padding-top: 3px !important;
        right: 6px !important;
        top: 6px !important;
        width: 22px !important;
    }
}

@media (max-width:1200px) {
    .login-body > .container > .row > div {
        flex: 0 0 30%;
        max-width: 30%;
    }

        .login-body > .container > .row > div:nth-child(2) {
            flex: 0 0 40%;
            max-width: 40%;
        }
}

@media (max-width:1000px) {
    .login-body > .container > .row > div {
        flex: 0 0 25%;
        max-width: 25%;
    }

        .login-body > .container > .row > div:nth-child(2) {
            flex: 0 0 50%;
            max-width: 50%;
        }
}

@media (max-width:800px) {
    .login-body > .container > .row > div {
        flex: 0 0 20%;
        max-width: 20%;
    }

        .login-body > .container > .row > div:nth-child(2) {
            flex: 0 0 60%;
            max-width: 60%;
        }
}

@media (max-width:768px) {
    .login-body > .container > .row > div {
        flex: 0 0 18%;
        max-width: 18%;
    }

        .login-body > .container > .row > div:nth-child(2) {
            flex: 0 0 64%;
            max-width: 64%;
        }

    .user-wide {
        display: none;
        width: 0;
        visibility: hidden;
        opacity: 0;
    }

    .user-narrow {
        display: inline-block !important;
        width: auto !important;
        visibility: visible !important;
        opacity: inherit !important;
    }
}

@media (max-width:600px) {
    .login-body > .container > .row > div {
        flex: 0 0 10%;
        max-width: 10%;
        padding-left: 0;
        padding-right: 0;
    }

        .login-body > .container > .row > div:nth-child(2) {
            flex: 0 0 80%;
            max-width: 80%;
        }
}

@media (max-width: 500) {
    .login-body > .container > .row > div {
        padding-left: 0;
        padding-right: 0;
    }
}

.login-btn, .recover-btn {
    margin-top: 20px;
}

    .login-btn p, .recover-btn p {
        cursor: pointer;
        margin-bottom: 0;
        font-weight: 500;
        font-size: 13px;
        text-decoration: underline;
    }

        .login-btn p:hover, .recover-btn p:hover {
            color: #00b7b7;
        }

.recover-account-msg {
    margin-top: 30px;
    margin-bottom: 70px;
}

.acct-img {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 60px;
}

    .acct-img img {
        height: 72px;
    }

.f-500 {
    font-weight: 500;
}

.fs-12 {
    font-size: 12px;
}

.c-box {
    padding-left: 10px;
    padding-right: 10px;
    margin-bottom: 5px !important;
}

    .c-box[disabled] {
        cursor: default !important;
    }

        .c-box[disabled][data-u-check] .check-box {
            border-color: #666 !important;
        }

        .c-box[disabled][data-u-check='1'] .check-box {
            background: url(/img/check-inactive.svg) no-repeat 2px !important;
        }

.user-narrow {
    display: none;
    width: 0;
    visibility: hidden;
    opacity: 0;
}

.rd-btn {
    background: url(/img/bullet.svg) no-repeat;
    background-position-x: -3px;
    background-size: 20px 20px;
    border: none;
    height: 20px;
    width: 20px;
}

[data-u-check='1'] .rd-btn {
    background-image: url(/img/bullet-on.svg) !important;
}

[data-u-check='0'][disabled] .rd-btn {
    background-image: url(/img/bullet-inactive.svg) !important;
}

[data-u-check='1'][disabled] .rd-btn {
    background-image: url(/img/bullet-on-inactive.svg) !important;
}

.dev-alert {
    cursor: pointer;
    display: inline-block;
    margin-right: 15px;
    padding: 10px;
    position: relative;
}

    .dev-alert > div:first-child {
        background-color: #ff0000;
        border-radius: 10px;
        font-size: 9px;
        height: 16px;
        padding-top: 1px;
        position: absolute;
        right: 1px;
        text-align: center;
        top: 5px;
        width: 16px;
    }

    .dev-alert img {
        height: 16px;
        margin-left: 10px
    }

.dev-alert-list {
    background-color: #eee;
    border-radius: 3px;
    color: #000;
    font-size: 12px;
    max-height: 300px;
    overflow-y: scroll;
    position: absolute;
    text-align: left;
    right: 0;
    width: 250px;
    -webkit-box-shadow: 1px 1px 10px 1px #8C8C8C;
    box-shadow: 1px 1px 10px 1px #8C8C8C;
}

    .dev-alert-list p {
        margin-bottom: 3px;
    }

        .dev-alert-list p.u-line {
            color: #00b7b7;
        }

    .dev-alert-list > div {
        padding: 10px 15px 10px 15px;
        border-bottom: 1px solid #fff;
    }

        .dev-alert-list > div:last-child {
            border-bottom: none;
        }

.dev-alert-col > img {
    margin-right: 10px;
}

.dev-info-alert, .dev-folder-update {
    border-radius: 3px;
    font-size: 12px;
    font-weight: 500;
    margin-bottom: 3px;
    padding: 20px 30px;
}

    .dev-info-alert > div, .dev-folder-update > div {
        margin-bottom: 8px;
    }

        .dev-info-alert > div:last-child, .dev-folder-update > div:last-child {
            margin-bottom: 0px;
        }

    .dev-info-alert img, .dev-folder-update img {
        height: 20px;
        margin-right: 10px;
    }

    .no-alert {
        cursor: default!important;
    }

    .h-100 {
        height: 100%;
    }

    .alert-code-filter {
        padding: 4px 8px;
    }

    .ico-filter {
        margin-right: 8px!important;
    }

.location-history {
  padding-top: 19px;
  padding-bottom: 19px;
}


/* Drag and drop */

.dropzone .dropzone-overlay {
  display: none;
}

.dropzone .dropzone-overlay {
  display: none;
  position: absolute;
  background-color: #cccccca9;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
  font-size: 18px;
  font-weight: 600;
  justify-content: center;
  align-items: center;
  border: dashed 11px #333;
  pointer-events: none;
}

.form-group.has-error .input-dropzone {
  border: 2px dotted #ff0000;
}

.input-dropzone {
  padding: 10px;
  border: 2px dotted #ccc;
  text-align: center;
  background-color: #eee;
  border-radius: .25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100px;
}

.input-dropzone__sm {
    height: min-content;
}

.input-dropzone.is-dragover {
    background-color: #e6ecef;
}

.file-dnd {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: -1;
}

.dragover {
  background-color: red;
}

.has-file {
  text-align: left;
  display: flex;
  width: 100%;
}

  .has-file span {
    font-weight: 500;
  }

  .has-file small {
    font-weight: 500;
    font-size: 12px;
    color: #666;
  }

  .has-file a {
    font-size: 12px;
    color: #666;
    text-decoration: underline;
  }

.progress-bar {
  display: none;
  height: 24px;
  background-color: #eee;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: .25rem;
}

.progress {
  height: 100%;
  background-color: #00b7b7;
  transition: ease width .5s;
}

.progress-bar.has-error .progress {
  background-color: #f00;
}

.progress-value {
  color: #333;
  font-size: 12px;
  font-weight: 700;
  position: absolute;
  top: 2px;
  transform: translateX(-50%);
}

.modal-media .modal-content {
  height: calc(100vh - 3.5rem);
  background-color: #000;
}

.modal-media video {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.no-entry-found {
    padding-top: 60px;
    padding-bottom: 80px;
}

    .no-entry-found > div {
        font-size: 12px;
        font-weight: 600;
        margin-left: 20px;
        position: fixed;
    }

    .content-locked-none {
        width: 0 !important;
        border: none !important;
    }

.grid-content-max {
    border-left: 1px solid #ccc !important;
    width: 100% !important;
}


/*
    Kiosk Launcher
*/

.select-action {
    text-align: left;
    width: 100px;
    outline: 0;
    border: solid 1px #ccc;
    background-color: #fff;
    height: 27px;
    margin-left: 10px;
}


/*the container must be positioned relative:*/
.action-select {
    position: relative;
    width: 100px;
    display: inline-block;
    margin-left: 10px;
}

    .action-select select {
        display: none; /*hide original SELECT element:*/
    }

.select-selected {
    background-color: #fff;
    height: 27px;
    width: 100px;
}

    /*style the arrow inside the select element:*/
    .select-selected:after {
        position: absolute;
        content: "";
        top: 11px;
        right: 10px;
        width: 0;
        height: 0;
        border: 6px solid transparent;
        border-color: #ccc transparent transparent transparent;
    }

    /*point the arrow upwards when the select box is open (active):*/
    .select-selected.select-arrow-active {
        border: 1px solid #008E93;
    }

        .select-selected.select-arrow-active:after {
            border-color: transparent transparent #ccc transparent;
            top: 5px;
        }

/*style the items (options), including the selected item:*/
.select-selected {
    border: 1px solid #ccc;
    cursor: pointer;
    user-select: none;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
    align-items: center;
}

.select-items div {
    cursor: pointer;
    user-select: none;
    padding: 2px 5px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 27px;
}
/*style items (options):*/
.select-items {
    position: absolute;
    background-color: #fff;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 99;
    border-bottom: 1px solid #ccc;
}

/*hide the items when the select box is closed:*/
.select-hide {
    display: none;
}

.select-items div:hover, .same-as-selected {
    background-color: rgba(0, 0, 0, 0.1);
}

/** Modal **/
.d-form-modal {
    max-width: 550px;
}

    .d-form-modal .modal-content {
        padding: 20px;
    }

    .d-form-modal .close {
        opacity: 1;
    }

.d-form-modal .modal-header {
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: 0;
}

.d-form-modal .modal-body {
    padding-top: 0;
}

.d-form-modal .form-group small {
    display: block;
}

    .d-form-modal .form-group small.err {
        color: #ff0000;
    }

.d-form-modal .form-control:focus {
    border: solid 1px #008E93;
    box-shadow: none;
}

.d-form-modal h2 {
    margin-top: 0;
    display: inline;
}

.d-form-modal .btn-light {
    border: 1px solid #aaa;
}

.d-form-modal .file-dnd {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -1;
}
/** Modal end **/

/** App **/

/* Hide the browser's default checkbox */
.app-checkbox input[type=checkbox] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    height: 16px;
    width: 16px;
    background-color: #fff;
    border: 1px solid #ced4da;
    position: relative;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
}

/* When the checkbox is checked, add a blue background */
.app-checkbox input:checked ~ .checkmark {
    background-color: #fff;
    border: 1px solid #008E93;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.app-checkbox input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.app-checkbox .checkmark:after {
    left: 4px;
    top: 1px;
    width: 6px;
    height: 10px;
    border: solid #008E93;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}


.app-img {
    flex: 0 0 42px;
}

    .app-img img {
        height: 42px;
        width: 42px;
        object-fit: cover;
    }

.app-details {
    border: solid 1px #d9d9d9;
    border-radius: 10px;
    display: flex;
    flex-direction: row;
    flex: auto;
    padding: 10px 15px;
}

.app-text {
    margin-left: 15px;
}

.app-name {
    color: #333;
    font-size: 14px;
    font-weight: 500;
}

.app-description {
    color: #666;
    font-size: 11px;
}

/** App end **/

/** Age Group **/
#age-group-popup-modal .modal-content {
    max-height: 90vh;
    overflow-y: scroll;
}

#age-group-popup-modal .modal-footer,
#appgroup-popup-modal .modal-footer {
    background-color: #fff;
    left: 0;
    bottom: -1.3rem;
    position: sticky;
}

.age-range-input-group {
    max-width: 120px;
    padding-left: 10px;
    padding-right: 10px;
    border: solid 1px #D9D9D9;
    border-radius: 5px;
}

    .age-range-input-group + span {
        font-size: 12px;
        font-weight: 500;
    }

    .age-range-input-group input {
        max-width: 45px;
        font-size: 12px;
        outline: 0;
        border: 0;
    }

    .age-range-input-group.active {
        border: solid 1px #008E93;
    }

    .age-range-input-group span {
        font-size: 12px;
        color: #ccc;
        background-color: transparent;
        border: 0;
        padding: 8px 0;
    }

    .age-range-input-group.has-error {
        border-color: #ff0000;
    }

.app-icon {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

.age-group-apps {
    display: flex;
}

    .age-group-apps label {
        width: 100%;
        display: flex;
    }

.app-checkbox {
    flex: 0 0 35px;
    display: flex;
}

.apps-swich__select-all {
    margin-left: auto;
    margin-right: .75rem;
    font-size: 12px;
    font-weight: 500;
}
/** Age group end **/

/** Subject Areas **/

.img-preview {
    width: 42px;
    height: 42px;
    object-fit: contain;
}

/** Subject Areas End **/

/** Welcome Videos **/
.modal-media {
}

    .modal-media .modal-content {
        height: calc(100vh - 3.5rem);
        background-color: #000;
    }

    .modal-media .close {
        color: #fff;
    }

    .modal-media audio {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
    }

    .modal-media video {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }
/** End Welcome Videos **/


    .modal-media .modal-background-preview.modal-content {
        height: auto;
        max-height: calc(-3.5rem + 100vh);
    }

.background-image-preview {
    width: 100%;
    max-width: 100%;
}