﻿html, body {
    height: 100%;
}

.admin-blocks {
    border: 2px solid #326dd8;
    padding: 15px 35px 15px 35px;
    position: relative;
    height: 100%;
}

ul, li {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.admin-blocks .docic {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 2px;
    cursor: pointer;
}

    .admin-blocks .docic img {
        height: 30px;
        width: 30px;
    }

.admin-blocks ul li {
    background-color: #eee;
    border-radius: 5px;
    margin-bottom: 8px;
    padding: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    position: relative;
}

    .admin-blocks ul li:last-child {
        margin-bottom: 0;
    }

    .admin-blocks ul li.active, .op-blocks ul li.active {
        background-color: #ffc568;
    }

    .admin-blocks ul li img {
        position: absolute;
        right: 5px;
        width: 18px;
        height: 18px;
        top: 5px;
    }

.devider {
    height: 3px;
    width: 100%;
    display: block;
    background-color: #000;
}

.op-blocks {
    border: 1px solid #000000;
    padding: 15px 10px;
    position: relative;
    height: 70%;
}

    .op-blocks li .edititem {
        width: 18px;
        height: 18px;
    }

    .op-blocks li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        border-bottom: 1px solid #ccc;
        padding: 5px;
    }

.op-actions {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 15px;
    padding-bottom: 20px;
}

.OP-section .optitle-ic {
    width: 26px;
    height: 26px;
    margin-left: 10px;
}

.OP-section .title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.admin-blocks input[type="radio"] {
    opacity: 0.01;
    z-index: 100;
    width: 0px;
}

.admin-blocks label {
    color: #000;
    font-weight: 500;
    font-size: 12px;
    cursor: pointer;
    max-width: 85%;
}

div#company-panel, div#section-panel, div#grouping-panel, div#field-panel {
    margin-bottom: 30px;
}

.admin-blocks .dropdown {
    position: initial !important;
    display: flex;
}

    .admin-blocks .dropdown.show {
        display: flex !important;
    }

.settings a {
    cursor: pointer
}

/*.textUpperCase {
    text-transform: uppercase;
}*/

.admin-header-rights {
    /*float: right;*/
    width: 100%
}

    .admin-header-rights button {
        border-radius: 10px;
        float: right;
        text-align: center;
        font-weight: 700;
        cursor: pointer;
        background-color: #f1f2f3;
        color: #acb0c3;
    }


    .admin-header-rights .dropdown {
        position: relative;
        padding: 5px;
        float: right;
        margin-right: 10px
    }

#triggerSendMail .user-email-block {
    position: relative;
    height: 100%;
}

    #triggerSendMail .user-email-block ul {
        width: 67%;
        border: 1px solid #eeeeee;
        margin-bottom: 0px !important;
    }

    #triggerSendMail .user-email-block li {
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: 14px;
        padding-left: 5px;
        padding-bottom: 5px;
    }

#triggerSendMail .div-label {
    text-align: right;
}

#triggerSendMail .user-email-div {
    height: 100px;
    overflow: auto;
}

#triggerSendMail #txttriggerSendMailContent {
    width: 280px;
    max-width: 420px;
    resize: both;
}

#admin-sections .container-fluid {
    padding-right: 5% !important;
    padding-left: 5% !important;
}

.cls-adminBlockSettingsLink {
    margin-bottom: 10px !important;
}

.cls-lblBlockSettingsLink {
    margin-bottom: 12px !important;
    margin-top: 10px !important
}

.cls-lblBlockSettingsLinkMul {
    margin-bottom: 12px !important;
    margin-top: 0 !important;
    line-height: 34px;
}

.cls-lblMultiplierFields {
    margin-bottom: 12px !important;
    margin-top: 10px !important
}

.cls-adminMultiplierFields {
    margin-bottom: 10px !important;
}

.green-background {
    background-color: #90EE90 !important;
}

.blue-background {
    background-color: #ADD8E6 !important;
}

.group-border {
    border: 1px solid #ccc; /* Adjust the border color and width as needed */
    padding: 10px; /* Add padding inside the container */
    margin-bottom: 10px; /* Add some margin between group containers */
    border-radius: 5px; /* Optional: Add rounded corners */
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid #dad55e !important;
    background: #fffa90 !important;
    color: #777620 !important;
}

.error-message {
    color: red;
    font-size: 12px;
    position: absolute;
    top: 100%;
    left: 0;
    transform: translateY(2px); /* Adjust this value to align the error message as needed */
    display: none; /* Initially hide the error message */
}

    .error-message.visible {
        display: block; /* Show the error message when it has the visible class */
    }



/* Styling for the select dropdown */
#nymexDrpDwnMenu {
    border-color: #dee2e6 !important;
    border-radius: 4px !important;
    background-color: #ffffff !important;
    color: #495057 !important;
}

/* Error message styling */
#nymexError, #dateError {
    font-size: 12px !important;
    margin-top: 5px !important;
}

/* Datepicker input styling */
#datepicker {
    background-color: #ffffff !important;
    border-color: #dee2e6 !important;
    z-index: 1051 !important;
    border-radius: 4px;
    position: relative;
}
.highlighted-date a {
    background: #AFF2AF !important; /* Highlight color */
    color: #000 !important; /* Text color */
}