﻿@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    font-size: 12px;
}


h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Poppins', sans-serif;
}


.content-header > h1 {
    margin: 0;
    font-size: 15px;
    color: #444;
    font-weight: 600;
}

.content-header svg {
    vertical-align: -7px;
}

.box {
    position: relative;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,.07);
    margin-bottom: 10px;
    width: 100%;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    border: 1px solid rgba(0,0,0,.07);
}

label {
    color: #333;
    font-weight: 600;
    font-size: 12px;
}

table.table thead tr th {
    font-size: 12px;
}

.statusBG {
    padding: 4px 8px;
    font-size: 11px;
    border-radius: 4px;
    font-weight: 600;
}

.icon {
    font-size: 1rem;
    vertical-align: text-bottom;
}

.badge-soft-success {
    color: #0ab39c;
    background-color: rgba(10,179,156,.1);
}

.table .media-object {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border: solid thin #ccc;
}

.media-heading {
    font-size: 12px;
    font-weight: 800;
    color: #06a1a1;
    margin-bottom: 2px;
    margin-top: 5px;
}

.borwseTable td.columnfixed {
    left: 0px;
    position: sticky !important;
    z-index: 1;
    background: #fff;
    min-width: 180px;
}

.borwseTable td:first-child {
    border-left: 1px solid #ecedee !important;
}

.table.borwseTable > thead:first-child > tr:first-child > th {
    font-weight: 600;
    font-size: 12px;
    padding: 8px;
    border-right: solid thin #e1e1e1;
    border-top: solid thin #e1e1e1;
    border-bottom: solid thin #e1e1e1;
    min-width: 90px;
}

.borwseTable tr th:first-child {
    border-left: solid thin #e1e1e1;
    border-radius: 8px 0 0 8px;
}

.borwseTable tr th:last-child {
    border-radius: 0 8px 8px 0;
}

.table > tbody > tr > td {
    padding: 2px 5px;
    vertical-align: middle !important;
    color: #404759 !important;
    font-weight: 500;
    font-size: 12px;
    overflow: initial;
}

.table.borwseTable {
    border-collapse: collapse;
    border-collapse: separate;
    border-spacing: 0 4px;
    background: #f5f6f8;
}

.borwseTable tr {
    background: #fff;
}

.borwseTable td {
    width: 150px;
    border-right: 1px solid #e6e7e9 !important;
    border-top: 1px solid #e6e7e9 !important;
    border-bottom: 1px solid #e6e7e9 !important;
    padding: 5px;
    vertical-align: top !important;
    white-space: nowrap;
    position: relative;
}

.borwseTable tr td:first-child {
    border-radius: 8px 0 0 8px;
}

.borwseTable tr td:last-child {
    border-radius: 0 8px 8px 0;
}

.table textarea {
    max-height: 100px;
}

.footerFixed {
    position: fixed;
    background: #fff;
    right: 0px;
    left: 50px;
    bottom: 0px;
    z-index: 999;
    padding: 5px 10px;
    border-top: solid thin #ededed;
}

.borwseTable td.columnfixed:before {
    position: absolute;
    top: 50%;
    inset-inline-end: 0;
    width: 1px;
    height: 1.6em;
    background-color: #f0f0f0;
    transform: translateY(-50%);
    transition: background-color .2s;
    content: "";
}

.borwseTable td.columnfixed:after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: -1px;
    width: 30px;
    transform: translateX(100%);
    transition: box-shadow .3s;
    content: "";
    pointer-events: none;
    box-shadow: inset 10px 0 8px -8px rgb(5 5 5 / 15%);
}

.max-width150 {
    max-width: 150px;
    max-height: 28px;
    margin-top: 5px;
}

.mt9 {
    margin-top: 9px;
}

.lblTotalSet {
    padding: 5px 11px;
    background: #ddf9ff;
    border-radius: 5px;
    margin: 4px;
    font-weight: 500;
    color: #136f85;
}

.table.borwseTable > thead:first-child > tr:first-child > th.min-width200 {
    min-width: 200px !important;
}

.maxwidth90 {
    width: 90px !important;
}

.DocumentuploadClick {
    color: #fff;
    background-color: #099885;
    padding: 4px 6px;
    font-size: 11px;
    border-radius: 5px;
}

.gName {
    color: #06a1a1;
    text-decoration: underline;
}

.paginationPanel {
    float: right;
    padding: 3px;
    margin: 3px 0px;
}

    .paginationPanel a {
        margin: 0px 1px;
        cursor: pointer;
        background: #f1f1f1;
        width: 18px;
        height: 18px;
        display: inline-block;
        border-radius: 50%;
        text-align: center;
        color: #757575;
    }

        .paginationPanel a:hover, .paginationPanel a.active {
            background: #0485A3;
            color: #fff;
        }

    .paginationPanel .paginationpage {
        max-width: 32px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel select {
        max-width: 48px;
        text-align: center;
        height: 21px;
        border: solid thin #ccc;
    }

    .paginationPanel button {
        background: #0485A3;
        color: #fff;
        border: none;
        border-radius: 3px;
        cursor: pointer;
    }

    .paginationPanel .borderleft {
        border-left: solid thin #dadada;
    }

.my-circle {
    display: inline-block;
    font-size: 14px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 50%;
    background: plum;
    background: #ff8989;
    vertical-align: middle;
    color: white;
    text-transform: uppercase;
}

.fl-scrolls[data-orientation=horizontal] {
    bottom: 40px;
    z-index: 9999;
}

::-webkit-scrollbar-thumb {
    background-color: rgb(240 240 240);
    background-clip: padding-box;
    border: solid transparent;
    border-width: 0 0 0 7px;
    min-height: 28px;
    padding: 100px 0 0;
    box-shadow: inset 1px 1px 0 rgba(0,0,0,.1), inset -1px -1px 0 rgba(0,0,0,.07);
}

.table .radio label:before, .checkbox label:before {
    border: 1px solid #6a6565;
    margin-top: 8px;
}

.checkbox label::after, .allcheckbox:after {
    top: 9px;
}


#mdlMeterDetails .modal-dialog {
    min-width: 65%;
}

#mdlMeterDetails .close {
    outline:none;
    border:none;
    background:none;
    top:21px !important;
}

.modal-header {
    border-bottom-color: #f4f4f4;
    padding: 10px 15px;
    background: #09545d;
    background: #2d83b4;
    background: -moz-linear-gradient(-45deg, #0093a0 0, #2d83b4 100%);
    background: -webkit-linear-gradient(-45deg, #0093a0 0, #2d83b4 100%);
    background: linear-gradient(135deg, #0093a0 0, #2d83b4 100%);
}

.modal-title {
    color: #fff;
}

#mdlMeterDetails .close {
    font-size: 37px;
    font-weight: 200;
    top: 4px;
    color: #fff;
}

.modal-footer {
    border-top-color: #f4f4f4;
    position: fixed;
    width: 100%;
    bottom: 0px;
    background: #d4d4d4;
    padding: 10px;
    bottom: 0px;
}

.btnMeterDetails {
    color: #1189a5;
    border: solid thin #1189a5;
    padding: 3px 10px;
    border-radius: 4px;
    cursor: pointer;
}

    .btnMeterDetails:hover {
        color: #fff;
        background: #1189a5;
    }

.btnMeterDetailsGrren {
    color: #349713;
    border: solid thin #349713;
}

    .btnMeterDetailsGrren:hover {
        color: #fff;
        background: #349713;
    }
.table .checkbox {
    float: none;
    display: table-cell;
}
.checkbox label {
    margin-right: -2px;
}
#mdlEquipmentLibrary .modal-footer {
    position: static;
}

.media-left {
    float:left;
    padding-right:10px;
}