﻿/* prevent the drop down icon going onto a new line for the top bar language link */
.top-bar-language-nav-link {
    min-width: 65px;
}

/* bootstrap model showing two scroll bars */
html {
    overflow: visible;
}

/* main sidebar not under model */
.modal {
    z-index: 1110;
}

.login-body {
    background: #dfe0e2 url('../img/login.png') repeat;
}

.login-page {
    /*background-image: url("../img/login.png");
    background-repeat: no-repeat;
    background-size: contain;*/
    background-color: unset;
    flex: 1 0 auto;
    flex-direction: column;
    display: flex;
    background-position-y: bottom;
}


.form-group.required .col-form-label:after {
    color: #d00;
    content: "*";
    position: absolute;
    margin-left: 3px;
}

.nav-user-menu .user-image {
    width: 20px;
    margin-right: 4px;
    margin-top: -4px;
}

.famfamfam-flags {
    display: inline-block;
}

.right-sidebar {
    width: 280px;
    height: calc(100vh - 70px);
    position: fixed;
    right: -300px;
    top: 70px;
    background: #fdfdfd;
    z-index: 11 !important;
    -webkit-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    box-shadow: -2px 2px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

    .right-sidebar.open {
        right: 0;
    }

    .right-sidebar .nav-tabs {
        font-weight: 600;
        font-size: 13px;
        width: 100%;
        margin-left: 2px;
    }

        .right-sidebar .nav-tabs li {
            text-align: center;
        }

            .right-sidebar .nav-tabs li > a {
                margin-right: 0;
            }

            .right-sidebar .nav-tabs li:first-child {
                width: 45%;
            }

            .right-sidebar .nav-tabs li:last-child {
                width: 55%;
            }

/* Demo ======================================== */
.demo-button-sizes .btn {
    margin-bottom: 5px;
}

.icon-button-demo button {
    margin-right: 5px;
    margin-bottom: 12px;
}

.button-demo ul {
    padding-left: 0;
}

    .button-demo ul li {
        list-style: none;
        padding-left: 0;
        display: inline-block;
        margin-right: 7px;
    }

        .button-demo ul li .btn {
            display: block;
            min-width: 175px;
        }

.button-demo .btn {
    margin-right: 8px;
    margin-bottom: 13px;
    min-width: 120px;
}

.demo-button-groups .btn-group {
    margin-right: 10px;
}

.demo-button-toolbar .btn-toolbar {
    float: left;
    margin-right: 25px;
}

.demo-button-nesting > .btn-group {
    margin-right: 15px;
}

.demo-single-button-dropdowns > .btn-group {
    margin-right: 10px;
}

.demo-splite-button-dropdowns > .btn-group {
    margin-right: 10px;
}

.demo-dropup .dropup {
    margin-right: 10px;
}

.demo-checkbox label,
.demo-radio-button label {
    min-width: 150px;
}

.demo-knob-chart div {
    margin-right: 15px;
}

.demo-switch .switch {
    display: inline-block;
    min-width: 170px;
}

.demo-switch .demo-switch-title {
    min-width: 95px;
    display: inline-block;
}

.demo-color-box {
    padding: 15px 0;
    text-align: center;
    margin-bottom: 20px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

    .demo-color-box .color-name {
        font-size: 16px;
        margin-bottom: 5px;
    }

    .demo-color-box .color-code,
    .demo-color-box .color-class-name {
        font-size: 13px;
    }

.demo-image-copyright {
    text-align: right;
    font-style: italic;
    font-size: 12px;
    color: #777;
    margin: 5px 0 10px 0;
}

    .demo-image-copyright a {
        font-weight: bold;
        color: #555 !important;
    }

.demo-tagsinput-area {
    margin-bottom: 50px !important;
}

.demo-icon-container .demo-google-material-icon {
    margin-bottom: 5px;
    text-align: left;
}

    .demo-icon-container .demo-google-material-icon .icon-name {
        position: relative;
        top: -8px;
        left: 7px;
    }

    .demo-icon-container .demo-google-material-icon .material-icons {
        width: 24px;
    }

.demo-preloader .preloader {
    margin-right: 10px;
}

.irs-demo {
    margin-bottom: 40px;
}

    .irs-demo .irs {
        margin-top: 15px;
    }

.right-sidebar .nav-tabs + .tab-content {
    padding: 0;
}

.right-sidebar p {
    margin: 20px 15px 15px 15px;
    font-weight: bold;
    text-align: center;
}

.right-sidebar #settings .setting-list {
    list-style: none;
    padding-left: 0;
    margin-bottom: 20px;
}

    .right-sidebar #settings .setting-list li {
        padding: 15px;
        position: relative;
        border-top: 1px solid #eee;
    }

        .right-sidebar #settings .setting-list li .switch {
            position: absolute;
            top: 15px;
            right: 5px;
        }

.demo-choose-skin {
    list-style: none;
    padding-left: 0;
    overflow-y: hidden;
}

    .demo-choose-skin li {
        border-bottom: 1px solid #eee;
        padding: 10px 10px 4px 10px;
        position: relative;
        cursor: pointer;
    }

        .demo-choose-skin li.active {
            background-color: #eee;
        }

            .demo-choose-skin li.active:after {
                font-family: 'Material Icons';
                position: absolute;
                top: 10px;
                right: 10px;
                content: '\E876';
                font-size: 18px;
                font-weight: bold;
            }

        .demo-choose-skin li:hover {
            background-color: #eee;
        }

        .demo-choose-skin li div {
            width: 24px;
            height: 24px;
            display: inline-block;
            -webkit-border-radius: 3px;
            -moz-border-radius: 3px;
            -ms-border-radius: 3px;
            border-radius: 3px;
        }

        .demo-choose-skin li span {
            position: relative;
            bottom: 7px;
            left: 5px;
        }

    .demo-choose-skin .red {
        background-color: #F44336;
    }

    .demo-choose-skin .pink {
        background-color: #E91E63;
    }

    .demo-choose-skin .purple {
        background-color: #9C27B0;
    }

    .demo-choose-skin .deep-purple {
        background-color: #673AB7;
    }

    .demo-choose-skin .indigo {
        background-color: #3F51B5;
    }

    .demo-choose-skin .blue {
        background-color: #2196F3;
    }

    .demo-choose-skin .light-blue {
        background-color: #03A9F4;
    }

    .demo-choose-skin .cyan {
        background-color: #00BCD4;
    }

    .demo-choose-skin .teal {
        background-color: #009688;
    }

    .demo-choose-skin .green {
        background-color: #4CAF50;
    }

    .demo-choose-skin .light-green {
        background-color: #8BC34A;
    }

    .demo-choose-skin .lime {
        background-color: #CDDC39;
    }

    .demo-choose-skin .yellow {
        background-color: #ffe821;
    }

    .demo-choose-skin .amber {
        background-color: #FFC107;
    }

    .demo-choose-skin .orange {
        background-color: #FF9800;
    }

    .demo-choose-skin .deep-orange {
        background-color: #FF5722;
    }

    .demo-choose-skin .brown {
        background-color: #795548;
    }

    .demo-choose-skin .grey {
        background-color: #9E9E9E;
    }

    .demo-choose-skin .blue-grey {
        background-color: #607D8B;
    }

    .demo-choose-skin .black {
        background-color: #000000;
    }

    .demo-choose-skin .white {
        background-color: #ffffff;
    }

.hide {
    display: none;
}

.loginType .active {
    color: var(--master-color) !important;
}

.loginType .labelItem {
    cursor: pointer;
}

    .loginType .labelItem:hover {
        color: #0866c1;
    }

.login_code {
    padding: 5px;
}

    .login_code .input-group {
        margin-top: 5px;
    }

        .login_code .input-group .form-control {
            border-right: 1px solid #ced4da;
        }

.icon-animated-bell {
    display: inline-block;
    -moz-animation: ringing 2.0s infinite;
    -webkit-animation: ringing 2.0s infinite;
    -o-animation: ringing 2.0s infinite;
    -ms-animation: ringing 2.0s infinite;
    animation: ringing 2.0s infinite;
    -moz-transform-origin: 50% 0%;
    -webkit-transform-origin: 50% 0%;
    -o-transform-origin: 50% 0%;
    -ms-transform-origin: 50% 0%;
    transform-origin: 50% 0%;
}

@-moz-keyframes ringing {
    0% {
        -moz-transform: rotate(-15deg);
    }

    2% {
        -moz-transform: rotate(15deg);
    }

    4% {
        -moz-transform: rotate(-18deg);
    }

    6% {
        -moz-transform: rotate(18deg);
    }

    8% {
        -moz-transform: rotate(-22deg);
    }

    10% {
        -moz-transform: rotate(22deg);
    }

    12% {
        -moz-transform: rotate(-18deg);
    }

    14% {
        -moz-transform: rotate(18deg);
    }

    16% {
        -moz-transform: rotate(-12deg);
    }

    18% {
        -moz-transform: rotate(12deg);
    }

    20% {
        -moz-transform: rotate(0deg);
    }
}

@-webkit-keyframes ringing {
    0% {
        -webkit-transform: rotate(-15deg);
    }

    2% {
        -webkit-transform: rotate(15deg);
    }

    4% {
        -webkit-transform: rotate(-18deg);
    }

    6% {
        -webkit-transform: rotate(18deg);
    }

    8% {
        -webkit-transform: rotate(-22deg);
    }

    10% {
        -webkit-transform: rotate(22deg);
    }

    12% {
        -webkit-transform: rotate(-18deg);
    }

    14% {
        -webkit-transform: rotate(18deg);
    }

    16% {
        -webkit-transform: rotate(-12deg);
    }

    18% {
        -webkit-transform: rotate(12deg);
    }

    20% {
        -webkit-transform: rotate(0deg);
    }
}

@-ms-keyframes ringing {
    0% {
        -ms-transform: rotate(-15deg);
    }

    2% {
        -ms-transform: rotate(15deg);
    }

    4% {
        -ms-transform: rotate(-18deg);
    }

    6% {
        -ms-transform: rotate(18deg);
    }

    8% {
        -ms-transform: rotate(-22deg);
    }

    10% {
        -ms-transform: rotate(22deg);
    }

    12% {
        -ms-transform: rotate(-18deg);
    }

    14% {
        -ms-transform: rotate(18deg);
    }

    16% {
        -ms-transform: rotate(-12deg);
    }

    18% {
        -ms-transform: rotate(12deg);
    }

    20% {
        -ms-transform: rotate(0deg);
    }
}

@keyframes ringing {
    0% {
        transform: rotate(-15deg);
    }

    2% {
        transform: rotate(15deg);
    }

    4% {
        transform: rotate(-18deg);
    }

    6% {
        transform: rotate(18deg);
    }

    8% {
        transform: rotate(-22deg);
    }

    10% {
        transform: rotate(22deg);
    }

    12% {
        transform: rotate(-18deg);
    }

    14% {
        transform: rotate(18deg);
    }

    16% {
        transform: rotate(-12deg);
    }

    18% {
        transform: rotate(12deg);
    }

    20% {
        transform: rotate(0deg);
    }
}

.icon-animated-vertical {
    display: inline-block;
    -moz-animation: vertical 2.0s infinite;
    -webkit-animation: vertical 2.0s infinite;
    -o-animation: vertical 2.0s infinite;
    -ms-animation: vertical 2.0s infinite;
    animation: vertical 2.0s infinite;
}

@-moz-keyframes vertical {
    0% {
        -moz-transform: translate(0, -3px);
    }

    4% {
        -moz-transform: translate(0, 3px);
    }

    8% {
        -moz-transform: translate(0, -3px);
    }

    12% {
        -moz-transform: translate(0, 3px);
    }

    16% {
        -moz-transform: translate(0, -3px);
    }

    20% {
        -moz-transform: translate(0, 3px);
    }

    22% {
        -moz-transform: translate(0, 0);
    }
}

@-webkit-keyframes vertical {
    0% {
        -webkit-transform: translate(0, -3px);
    }

    4% {
        -webkit-transform: translate(0, 3px);
    }

    8% {
        -webkit-transform: translate(0, -3px);
    }

    12% {
        -webkit-transform: translate(0, 3px);
    }

    16% {
        -webkit-transform: translate(0, -3px);
    }

    20% {
        -webkit-transform: translate(0, 3px);
    }

    22% {
        -webkit-transform: translate(0, 0);
    }
}

@-ms-keyframes vertical {
    0% {
        -ms-transform: translate(0, -3px);
    }

    4% {
        -ms-transform: translate(0, 3px);
    }

    8% {
        -ms-transform: translate(0, -3px);
    }

    12% {
        -ms-transform: translate(0, 3px);
    }

    16% {
        -ms-transform: translate(0, -3px);
    }

    20% {
        -ms-transform: translate(0, 3px);
    }

    22% {
        -ms-transform: translate(0, 0);
    }
}

@keyframes vertical {
    0% {
        transform: translate(0, -3px);
    }

    4% {
        transform: translate(0, 3px);
    }

    8% {
        transform: translate(0, -3px);
    }

    12% {
        transform: translate(0, 3px);
    }

    16% {
        transform: translate(0, -3px);
    }

    20% {
        transform: translate(0, 3px);
    }

    22% {
        transform: translate(0, 0);
    }
}

.icon-animated-hand-pointer {
    display: inline-block;
    -moz-animation: hand-pointer 2.0s 4 ease 2.0s;
    -webkit-animation: hand-pointer 2.0s 4 ease 2.0s;
    -o-animation: hand-pointer 2.0s 4 ease 2.0s;
    -ms-animation: hand-pointer 2.0s 4 ease 2.0s;
    animation: hand-pointer 2.0s 4 ease 2.0s;
}

@-moz-keyframes hand-pointer {
    0% {
        -moz-transform: translate(0, 0);
    }

    6% {
        -moz-transform: translate(5px, 0);
    }

    12% {
        -moz-transform: translate(0, 0);
    }

    18% {
        -moz-transform: translate(5px, 0);
    }

    24% {
        -moz-transform: translate(0, 0);
    }

    30% {
        -moz-transform: translate(5px, 0);
    }

    36% {
        -moz-transform: translate(0, 0);
    }
}




.main-top-icon-right > li {
    height: 25px;
    line-height: 25px;
    border-left: 1px solid #E1E1E1;
    /*display: grid;  */
    display: flex;
    place-items: center;
    padding: 0 1em;
    cursor: pointer; 
}
    .main-top-icon-right > li:hover {
        color: var(--orange);
    }

    .main-top-icon-right > li:first-child {
        border-left-width: 0;
        padding-left: 0;
    }

    .main-top-icon-right > li:last-child {
        padding-right: 0;
    }

.topPicICon {
    cursor: pointer;
}

    .topPicICon .fa {
        font-size: 16px;
    }

    .topPicICon .badge {
        font-size: 10px;
        /*top: 0;
        position: absolute;*/
        margin-top: -.75rem;
        margin-left: .25rem;
    }
/*.badge.badge-circle {
    border-radius: 50%;
    padding: 0;
    min-width: unset;
    width: 1.75rem;
}

.badge.badge-circle, .badge.badge-square {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 1.75rem;
    min-width: 1.75rem;
    padding: 0 .1rem;
    line-height: 0;
}
.translate-middle {
    transform: translate(-50%,-50%) !important;
}

.start-100 {
    left: 100% !important;
}

.top-0 {
    top: 0 !important;
}

.badge {
    --bs-badge-padding-x: 0.5rem;
    --bs-badge-padding-y: 0.325rem;
    --bs-badge-font-size: 0.85rem;
    --bs-badge-font-weight: 600;
    --bs-badge-color: var(--bs-body-color);
    --bs-badge-border-radius: 0.425rem;
    display: inline-block;
    padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
    font-size: var(--bs-badge-font-size);
    font-weight: var(--bs-badge-font-weight);
    line-height: 1;
    color: var(--bs-badge-color);
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: var(--bs-badge-border-radius);
}*/
.offcanvas {
    position: fixed;
    bottom: 5px;
    z-index: 1045;
    display: flex;
    flex-direction: column;
    max-width: 100%;
    visibility: hidden;
    background-color: #fff;
    background-clip: padding-box;
    outline: 0;
    transition: transform .3s ease-in-out;
    border-bottom: 1px solid rgba(0,0,0,.2);
    min-width: 400px;
    box-shadow: black 0px 0px 2rem;
}

    .offcanvas.show {
        transform: none;
        visibility: visible;
        display: flex !important;
    }

.offcanvas-start {
    top: 0;
    left: 0;
    border-right: 1px solid rgba(0,0,0,.2);
    transform: translateX(-100%);
}

.offcanvas-end {
    top: 0;
    right: 0;
    border-left: 1px solid rgba(0,0,0,.2);
    transform: translateX(100%);
}

.offcanvas-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .25rem .5rem;
    margin: 0;
}

    .offcanvas-header .btn-close {
        padding: .5rem .5rem;
        margin-top: -.5rem;
        margin-right: -.5rem;
        margin-bottom: -.5rem;
        font-size: 24px;
        border: 0;
        background-color: white;
    }

.offcanvas-body {
    flex-grow: 1;
    padding: .25rem .5rem;
    overflow-y: auto;
}

    .offcanvas-body .list-group-item {
        padding: .5rem .75rem;
    }

        .offcanvas-body .list-group-item .badge {
            height: 23px;
            min-width: 23px;
            font-size: 11px;
            display: grid;
            place-items: center;
            margin-right: .5em;
            background-color: #8c8c8cbd;
            color: white;
            text-align: center;
        }

.offcanvas-backdrop.show {
    opacity: .5;
}

.offcanvas-backdrop.fade {
    opacity: 0;
}

.offcanvas-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1040;
    width: 100vw;
    height: 100vh;
    background-color: #000;
}

.fade {
    transition: opacity .15s linear;
}

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    margin-left: -1px;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-sm > .input-group-text, .input-group-sm > .btn {
    padding: .25rem .5rem;
    font-size: .875rem;
    border-radius: .2rem;
    border-top-left-radius: 0.2rem;
    border-bottom-left-radius: 0.2rem;
}

.input-group-text {
    display: flex;
    align-items: center;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    white-space: nowrap;
    background-color: #e9ecef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}
