﻿/* Add this to your CSS file */
/*.sidenav-toggler-inner {
    transform: scale(1.2);*/ /* Scales the entire toggler by 1.5x */
/*}

.sidenav-toggler-line {
    width: 20px;*/ /* Increase the width of each line */
    /*height: 4px;*/ /* Increase the thickness of each line */
    /*margin: 6px 0;*/ /* Adjust spacing between lines */
/*}*/

button:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
}

#pageDimmer {
    z-index: 1000;
    /*height: 400px;*/
    position: absolute;
    background-color: gray; /* for demonstration */
    display: none;
    top: 25%;
    left: 40%;
}

.onoffswitch {
    display: inline-block;
    margin-top: 5px;
    position: relative;
    width: 80px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.onoffswitch-checkbox {
    display: none;
}

.onoffswitch-label {
    display: block;
    overflow: hidden;
    cursor: pointer;
    border: 1px solid #A6A6A6;
    border-radius: 20px;
}

.onoffswitch-inner {
    display: block;
    width: 200%;
    margin-left: -100%;
    -moz-transition: margin 0.3s ease-in 0s;
    -webkit-transition: margin 0.3s ease-in 0s;
    -o-transition: margin 0.3s ease-in 0s;
    transition: margin 0.3s ease-in 0s;
}

    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block;
        float: left;
        width: 50%;
        height: 30px;
        padding: 0;
        line-height: 30px;
        font-size: 12px;
        color: white;
        font-family: Trebuchet, Arial, sans-serif;
        font-weight: bold;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .onoffswitch-inner:before {
        content: "YES";
        padding-left: 10px;
        background-color: green;
        color: #FFFFFF;
    }

    .onoffswitch-inner:after {
        content: "NO";
        padding-right: 10px;
        background-color: #EEEEEE;
        color: #999999;
        text-align: right;
    }

.onoffswitch-switch {
    display: block;
    width: 18px;
    margin: 6px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 43px;
    -moz-transition: all 0.3s ease-in 0s;
    -webkit-transition: all 0.3s ease-in 0s;
    -o-transition: all 0.3s ease-in 0s;
    transition: all 0.3s ease-in 0s;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
    margin-left: 0;
}

.onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
    right: 0px;
}


/*td input[type="submit"],
td input[type="button"],
td button {
    font-size: 1em;
    padding: 4px;
    margin-right: 4px;
}*/

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

input[type="text"] {
    /*box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff;*/
  /*  border: 1px solid #D1D9E6;
    border-radius: 0.55rem;*/
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
}

.validation-summary-valid {
    display: none;
}


.messageDisplay {
    position: absolute;
    top: 5%;
    font-size: 16px;
    min-height: 80px;
    min-width: 70%;
    /*max-width: 90%;*/
    left: 317px;
    /*left: 5%;*/
    opacity: 0.96;
    color: black;
    z-index: 1001;
}

/*.Normal {
    background-color: lightyellow;
}*/

/*.Success {
    background-color: green;
}

.Error {
    background-color: red !important;
}*/

.RedTableRow td {
    background-color: red;
}

.GreenTableRow td {
    background-color: green;
}

.NotSafeToUse {
    background-color: red;
}

.deleteIcon {
    /*background-color: red;*/
    cursor: pointer;
    width: 100%;
    height: 100%;
    background-size: 100%;
    background-image: url('../Images/oo_icons/editdelete.png');
    background-repeat: no-repeat;
}

.stop-scrolling {
    height: 100%;
    overflow: hidden;
}

select {
    font-weight: bold;
    font-family: "Nunito Sans", sans-serif;
    background-color: lightgray;
    /*box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff;*/
    border: 1px solid #D1D9E6;
    border-radius: 0.55rem;
}

.oodropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: 0.7rem 0;
    margin: 0.825rem 0 0;
    font-size: 0.875rem;
    color: #44476A;
    text-align: left;
    list-style: none;
    background-color: #e6e7ee;
    background-clip: padding-box;
    border: 0.0625rem solid #D1D9E6;
    border-radius: 0.55rem;
    box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #ffffff;
}

.oodropdown-item {
    display: block;
    width: 100%;
    padding: 0.25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #44476A;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
}

    .oodropdown-item:hover, .oodropdown-item:focus {
        color: #3a3d5a;
        text-decoration: none;
        background-color: #31344b;
    }

    .oodropdown-item.active, .oodropdown-item:active {
        color: #ECF0F3;
        text-decoration: none;
        background-color: #D1D9E6;
    }

    .oodropdown-item.disabled, .oodropdown-item:disabled {
        color: #93a5be;
        pointer-events: none;
        background-color: transparent;
    }

.oodropdown-menu.show {
    display: block;
}

.oodropdown-header {
    display: block;
    padding: 0.7rem 1.5rem;
    margin-bottom: 0;
    font-size: 0.875rem;
    color: #44476A;
    white-space: nowrap;
}

.oodropdown-item-text {
    display: block;
    padding: 0.25rem 1.5rem;
    color: #44476A;
}

.OOPopup {
    text-align: center;
    display: none;
    position: absolute;
    top: 60px;
    left: 25%;
    width: 600px;
    height: 450px;
    background-color: #EEE;
    border: 10px solid #ff9f36;
    z-index: 1001;
    color: black;
}

.OOMiniSpinner {
    text-align: center;
    display: none;
    position: absolute;
    top: 60px;
    left: 100px;
    width: 600px;
    height: 450px;
    background-color: #EEE;
    border: 10px solid #ff9f36;
    z-index: 2005;
}

/*Neuphormism styles*/

/* Bas menu button styling - highlight on hover/focus/active */
a.bas-menubtn {
    transition: background-color .15s ease-in-out, color .15s ease-in-out;
    color: inherit;
    border-radius: 1rem !important;
    background-color: #f5f7fa !important; /* subtle light background */
    color: #222 !important;
}

a.bas-menubtn:hover,
a.bas-menubtn:focus,
a.bas-menubtn.active,
a.bas-menubtn:active {
    background-color: var(--bs-primary, #0d6efd)!important;
    color: #fff !important;
    text-decoration: none;
}

a.bas-menubtn .nav-link-text {
    color: inherit;
}

a.bas-menubtn:hover .nav-link-text,
a.bas-menubtn:focus .nav-link-text {
    color: #fff;
}

.tabs {
    list-style: none;
    vertical-align: middle;
    margin-bottom: -5px;
    padding-left: 5px;
    margin-top: 0px;
}

    .tabs li {
        display: inline-block;
        width: 150px;
        height: 45px;
        text-align: center;
        /*background-color: #a7916e;*/
        /*
        font-size: x-large;
        color: black;*/
        padding: 0.75rem 0.85rem;
        transition: all 0.2s ease;
        box-shadow: 6px 6px 12px #b8b9be, -6px -6px 12px #fff;
        border: 1px solid #D1D9E6;
        border-radius: 0.55rem;
    }

        .tabs li.selected {
            background-color: #e6e7ee;
            border-color: #D1D9E6;
            box-shadow: inset 2px 2px 5px #b8b9be, inset -3px -3px 7px #fff;
        }

        .tabs li a {
            color: black !important;
            text-decoration: none;
            font-weight: bold;
        }

        .tabs li:hover {
            background-color: #b8b9be;
        }
