html {
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
    background-color: #e8e8e8;
    overflow-y: scroll;
}

@media (min-width: 768px) {
    html {
        font-family: "proxima-nova", sans-serif;
        font-size: 16px;
    }
}

.btn:focus,
.btn:active:focus,
.form-control:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #7bceed;
}

.form-control:focus {
    box-shadow: 0 0 0 0.25rem #7bceed;
}

html {
    position: relative;
    min-height: 100%;
}

body {
}


input[readonly] {
    background-color: #e1e1e1;
    border-style: solid;
    border-width: 1px;
    border-color: #d1d1d1;
    height:42px;
}

input[type='radio']:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;
    background-color: white;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #9a0b7d;
    cursor: pointer;
}

input[type='radio']:checked:after {
    width: 15px;
    height: 15px;
    border-radius: 15px;
    top: -4px;
    left: -1px;
    position: relative;
    background-color: #9a0b7d;
    content: '';
    display: inline-block;
    visibility: visible;
    border: 1px solid #9a0b7d;
    cursor: pointer;
}

.ui-datepicker-header .ui-state-hover, .ui-datepicker-header .ui-state-focus {
    border: none;
    background: none;
}

.ui-selectmenu-button, .ui-selectmenu-button-closed {
    float: left;
    width: 100%;
    max-width: 235px;
    background-color: #e8e8e8;
    height: 40px;
    border: none;
    -webkit-border-radius: 5px 5px 5px 5px;
    -moz-border-radius: 5px 5px 5px 5px;
    border-radius: 5px 5px 5px 5px;
    -moz-box-shadow: inset 0px 5px #dcdcdc;
    -webkit-box-shadow: inset 0px 5px #dcdcdc;
    box-shadow: inset 0px 5px #dcdcdc;
    text-shadow: 1px 1px 1px #f5f5f5;
    color: #555;
    font-family: "proxima-nova", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 2;
}

.radio-group {
    width:100%;
    height:fit-content;
}

#radio-1,
#radio-2,
#radio-3 {
    float: none;
    vertical-align: middle;
    margin: 12px 0 0 15px;
}

.radio-group__option-label {
    display: inline-block;
    vertical-align: middle;
}


/*2026*/

legend {
    color: #9a0b7d;
}

.vertical-divider {
    width: 1px;
    background-color: #e8e8e8;
    align-self: stretch;
}

.default-panel {
    min-width: 200px;
    min-height: 200px;
    background-color:blue;
}

.page-popups {
    width: 100%;
}

.confirm-dialog {
    padding: 0 10px 0 18px;
}

.confirm-dialog__actions {
    float: right;
    margin: 25px;
}

.autocomplete__results {
    z-index: 100;
}

.list-group-item.active {
    background-color: #7bceed;
    border: none;
}

.list-group {
    /*    border-style: solid;
    border-color: #7bceed;*/
}

.btn-primary {
    background-color: #9a0b7d;
    border: none;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
    .btn:hover {
        background-color: #7bceed;
    }


.form-actions {
    float:left;
    width:100%;
    padding: 20px;
}

.form-actions__save {
    float:right;
}


/*layout*/

html, body {
    margin: 0;
    padding: 0;
}

.page-layout {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.page-layout__body {
    flex: 1 0 auto;
}
footer {
    flex-shrink: 0;
}

.page-layout__footer {
    float: left;
    min-height: 140px;
    max-height: 200px;
    width: 100%;
    min-width: 1024px;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(49,49,46,0.95);
}

    .page-layout__footer ul {
        margin-top: 20px;
        margin-left: auto;
        margin-right: auto;
        width: 980px;
        list-style: none outside none;
        padding: 0;
        text-align: left;
        padding: 3px 0;
        overflow: hidden;
    }

    .page-layout__footer li {
        display: block;
        width: 200px;
        float: left;
        margin: 0 2%;
    }

    .page-layout__footer a, .page-layout__footer a:link, .page-layout__footer a:visited, .page-layout__footer a:hover {
        color: #999;
        font-weight: 400;
    }

#siteWrapper {
    min-height: calc(100vh - 300px);
}


#contentWrapper1 {
    margin: 0 auto;
    width: 100%;
    max-width: 945px;
}

#topArea {
    /* Keep this formatting context below legacy topbar floats. */
    clear: both;
    display: flow-root;
    width: 100%;
}

#contentWrapper2 {
    margin: 0 auto;
    width: 945px;
}

#contentWrapper2 {
    min-height:200px;
    height: 100%;
}


#searchWishlist {
    background-image: url('/images/ctnl/SearchWishlistBG.png');
    background-repeat: no-repeat;
    float: left;
    height: 208px;
    margin-top: 5px;
    width: 308px;
}

    #searchWishlist .module__title {
        float: left;
        height: 20px;
        margin-top: 14px;
        width: 308px;
    }

    #searchWishlist .module__body {
        float: left;
        height: 60px;
        margin: 30px 5px 0px 110px;
        width: 175px;
    }

.search-form__input-wrapper {
    float: left;
    height: 23px;
    margin: 25px 0px 10px 25px;
    padding: 5px 3px 0px 50px;
    width: 150px;
}

#tbListCode {
    background-color: transparent;
    border: currentColor;
    border-image: none;
    font-size: 15px;
    font-weight: bold;
    width: 150px;
}

.search-form__button-wrapper {
    float: left;
    margin: 20px 0 0 15px;
}

#bnListCode {
    background: none;
    border: currentColor;
    border-image: none;
    float: right;
    height: 40px;
    width: 40px;
}


/*navigation*/
#ctnlnav {
    margin: 0 0 5px;
    min-height: 100px;
    width: 100%;
    box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
    background-color: #fff;
    -webkit-border-radius: 3px 3px 3px 3px;
    -moz-border-radius: 3px 3px 3px 3px;
    border-radius: 3px 3px 3px 3px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: stretch;
}

.image-upload__remove {
    cursor: pointer;
    z-index:100;
    margin:5px;
}

/*jquery UI*/
.ui-tooltip.ctnl-tooltip {
    padding: 5px 10px;
    border-radius: 3px;
    background: #7bceed !important;
    border:none !important;
    -webkit-box-shadow: 1px 2px 15px #777;
    -moz-box-shadow: 1px 2px 15px #777;
    box-shadow: 1px 2px 15px #777;
    color: #fff;
    font-family: "proxima-nova", sans-serif;
    font-size: 14px;
}

.ui-dialog {
    position: fixed !important;
}

.ui-dialog-content {
    overflow: hidden !important;
}

.text-warning {
    --bs-text-opacity: 1;
    color: #9a0b7d !important;
}

.text-danger {
    --bs-text-opacity: 1;
    color: #9a0b7d !important;
}
