﻿/*#region BUTTONS */

.mpm-button {
    min-width: 130px;
    height: 40px;
    position: relative;
    color: #fff;
}

.mpm-button.default {
    background-color: var(--forest-red-dark) !important;
}

.mpm-button.default:hover {
    background-color: var(--forest-red-dark) !important;
    color: #dcdcdc;
}

.mpm-button[disabled].default {
    background-color: #dcdcdc !important;
    border-color: #dcdcdc !important;
    color: #333;
}

.mpm-button-span {
    height: 100%;
    width: 100%;
    display: inline-block;
    text-align: center;
}

.mpm-button-span i {
    font-size: 20px;
}

.mpm-button-span .mb-text {
    position:relative;
    top:-4px;
    left:5px;
}

.mpm-button-ui {
   position: relative;
   left:-5px;
}
.mpm-button-span i.mb-icon {
}

.mpm-button-span i.mb-icon-only {
}

.mpm-button .mpm-spinner .spinner-border {
    width: 28px !important;
    height: 28px !important;
    border-width: 0.04em;
    position: absolute;
    left: 52px;
    top: 5px;
}

.mpm-button.mdm-success-bg:hover {
    background-color: #2d7230 !important;
    color: #fff;
}

.mpm-button.mdm-info-bg:hover {
    background-color: #11519a !important;
    color: #fff;
}

.mpm-button.mdm-warn-bg:hover {
    background-color: #bf5600 !important;
    color: #fff;
}

.mpm-button.mdm-error-bg:hover {
    background-color: #9e2020 !important;
    color: #fff;
}

.mpm-button.mdm-gray-bg:hover {
    background-color: #959595 !important;
    color: #333;
}

/*#endregion */

/*#region DROPDOWN */
.mpm-dropdown {
    font-size: 18px;
    width: 100%;
    margin: 0 0 0 0;
    position: relative;
}

.mpm-status {
    position: absolute;
    text-align: left;
    display: inline-block;
    width: 400px;
    font-size: 16px;
    padding: 0;
    height: 40px;
    border: solid 1px #dcdcdc;
    background-color: #fff;
}

.mpm-status-contain {
    position: relative;
}

    .mpm-status-contain i {
        cursor: pointer;
        display: inline-block;
        width: 16px;
    }

div.mpm-status i.bi-chevron-up, div.mpm-status i.bi-chevron-down {
    font-size: 22px;
    color: #000;
}

a.mpm-status-link {
    position: absolute;
    top: 8px;
    right: 3px;
    color: #000;
    outline: none;
    z-index:1000;
}

.mpm-status-selected {
    padding: 10px;
    color: #555;
    line-height: 32px;
    position: relative;
    top: 3px;
}

    .mpm-status-selected span {
        /*padding-left: 10px;*/
    }

    .mpm-status-selected i {
        position: relative;
        top: 1px
    }

.mpm-status-link {
    position: absolute;
    top: -25px;
    right: 5px;
    color: #000;
}

ul.mpm-status-list {
    width: 100%;
    position: absolute;
    top: -31px;
    left: 0;
    z-index: 100;
    padding-top: 3px;
    border: solid 1px #dcdcdc;
    border-top: none;
    -webkit-box-shadow: 0 10px 20px -6px #777 !important;
    -moz-box-shadow: 0 10px 20px -6px #777 !important;
    box-shadow: 0 10px 20px -6px #777 !important;
}

    ul.mpm-status-list li {
        padding-left: 10px;
        padding-bottom: 4px;
        padding-top: 4px;
        background-color: #fff;
        cursor: pointer;
        font-size: 16px;
        color: #000;
    }

        ul.mpm-status-list li span {
            color: #000;
        }

        ul.mpm-status-list li:hover {
            background-color: #dcdcdc;
        }

        ul.mpm-status-list li.mpm-status-list-selected {
            background-color: #0dcaf0;
            color: #fff !important;
        }

            ul.mpm-status-list li.mpm-status-list-selected span {
                color: #fff !important;
            }

.mpm-dropdown-init {
    border-bottom: solid 2px #444;
}

    .mpm-dropdown-init span {
        color: #bbb !important;
    }

.mpm-dropdown .mpm-status-selected .dd-icon {
    padding: 0 3px 0 0;
}

.mpm-dropdown .mpm-status-contain .dd-icon {
    padding: 0 20px 0 0;
}

.mpm-dropdown-scroll {
    height: 610px;
    border-left: solid 1px #eee;
    border-right: solid 1px #eee;
    border-bottom: solid 1px #eee;
    /* background-color: #fefefe;*/
    padding: 5px 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: -1px;
    margin-left: -1px;
    margin-top: 2px;
    -webkit-box-shadow: 0 10px 20px -6px #777 !important;
    -moz-box-shadow: 0 10px 20px -6px #777 !important;
    box-shadow: 0 10px 20px -6px #777 !important;
}

.mpmscroller {
    /*height: 540px;*/
    border: solid 1px #aaa;
    background-color: #fefefe;
    padding: 5px 10px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-right: 2px;
    margin-top: 2px;
    /*max-height: 540px;*/
}

.mpm-dropdown-scroll::-webkit-scrollbar {
    width: 7px; /* width of the vertical scrollbar */
}

.mpm-dropdown-scroll::-webkit-scrollbar-thumb {
    background-color: #888; /* color of the draggable handle */
    border-radius: 4px;
}

.mpm-dropdown-scroll::-webkit-scrollbar-track {
    background-color: #f1f1f1; /* color of the track (background) */
}
/*#endregion */

/*#region SEARCH DROPDOWN */
.search-comp-dd {
    font-size: 24px;
    font-family: monospace;
}

    .search-comp-dd .mpm-status {
        height: 50px !important;
        width:100%!important;
    }

    .search-comp-dd .mpm-status-selected {        
        top: 5px;
    }

    .search-comp-dd ul.mpm-status-list li {
        font-size: 24px;
        /*padding-left: 10px;
    padding-bottom: 4px;
    padding-top: 4px;
    background-color: #fff;
    cursor: pointer;
    font-size: 16px;
    color: #000;*/
    }

/*#endregion */

/*#region SEARCH BUTTONS */
.search-buttons .mpm-button {
    height: 50px;
    width:100%;
}

.search-buttons .mpm-button .mpm-button-span {
    font-size:22px;
    text-transform:uppercase;
    position:relative;
    top:2px;
}

.auto-save .mpm-button {    
    width:200px;
    height: 50px;
}

.auto-save .mpm-button .mpm-button-span {
    font-size: 22px;
    text-transform: uppercase;
    position: relative;
    top: 3px;
    display:block!important;
}

.search-buttons .mpm-button .mpm-spinner .spinner-border {
    width: 38px !important;
    height: 38px !important;
    position: absolute;
    left: 44%;
    top: 5px;
}

/*#endregion */

/*#region NEW CHECKBOX */
.mpm-new-checkbox {
    position: relative;
    display: inline-block;
}

.mpm-new-checkbox .mpm-spinner .spinner-border-sm {
    width: 41px;
    height: 41px;
    border-width: 0.05em;
    position: absolute;
    top: -5px;
    left: -10px;
    /*background-color: #000;
    opacity: 0.3;*/
}

.mpm-new-checkbox {
    position: relative;
    display: inline-block;
}

/*#198754 !important*/
.mnc-checkbox {
    display: inline-block;
}

.mnc-checkbox a {
    position: relative;
    font-size: 22px;
    color: #3c8dbc;
}

.mnc-checkbox i.bi-square, .mnc-checkbox i.bi-check2 {
    font-size: 22px !important;
}

.mnc-checkbox a i.bi-check2 {
    color: #198754;
    position: absolute;
    top: -2px;
    left: 0;
}

.mnc-checkbox.working i {
    color: #dcdcdc;
}

.mnc-checkbox i.mpm-watermark-icon {
    font-size: 16px;
    color: #bbb;
}

.mnc-readonly {
    display: inline-block;
    font-size: 22px;
    position: relative;
    top: 4px;
    width: 41px;
    height: 41px;
}

.mnc-readonly i.bi-square {
    font-size: 22px !important;
    background-color: #efefef;
}

.mnc-readonly i.bi-check2 {
    font-size: 22px !important;
    color: #888;
}

/*#endregion */

/*#region PROGRESS */
progress {
    -webkit-appearance: none; /* Chrome, Safari, newer Edge */
    -moz-appearance: none; /* Firefox */
    appearance: none; /* Standard */
    border: none; /* Remove default border */
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
}

#alert-close-progress {
    height: 5px;
    color: #3F51B5;
    background-color: #eee;
}

    #alert-close-progress::-webkit-progress-bar {
        background-color: #eee;
        height: 5px;
    }

    /* Chrome/Safari Progress Value */
    #alert-close-progress::-webkit-progress-value {
        background-color: #3F51B5;
        height: 5px;
    }



/*#endregion */

/*#region ALERT/CONTACT DIALOG BUTTONS */
.alert-dialog-button .mb-icon {
    position: relative;
    top: -1px;
}

.contact-dialog-buttons .mb-text, .alert-dialog-button .mb-text {
    position: relative;
    top: -4px;
}
.confirm-dialog-buttons .mb-text {
    position: relative;
    top: -2px;
}

/*#endregion */

.passcode-button-contain .mpm-button-span .mb-icon {
    position: relative;
    top: -1px;
}

.passcode-button-contain .mpm-button-span .mb-text {
    position: relative;
    top: -4px;
}










