﻿

/*=====================================================================================
 Rad ComboBox
=======================================================================================*/

/* RadComboBox Black skin */
.RadComboBoxDropDown.rcbAutoWidth {
    margin-left: -132px !important;
    margin-top: 6px !important;
    background-color: #13294B !important;
}


.RadComboBox .rcbInputCell INPUT.rcbInput {
    border: 1px solid #d69e5a;
    -moz-border-radius: 2px; /* Firefox 3.6 and earlier */
    border-radius: 2px;
    background: linear-gradient(to right, rgba(255,255,255,0) 100%, rgba(255,255,255,1)), url(../_images/Caretdown-gold.png) right no-repeat;
    background-position: right 7px center;
}

    .RadComboBox .rcbInputCell INPUT.rcbInput:hover {
        background: linear-gradient(to right, rgba(255,255,255,0) 100%, rgba(255,255,255,1)), url(../_images/Caretdown-left.png) right no-repeat;
        background-position: right 7px center;
    }

    .RadComboBox .rcbInputCell INPUT.rcbInput no-border {
        border-style: none !important;
        width: 50px;
    }


.RadComboBox .rcbInput.rcb-Lucidx {
    width: 99%;
    padding: 2px 0 1px 4px;
    text-overflow: ellipsis;
}

.rcbSlide {
    background-color: #13294B !important;
    margin-left: 10px !important;
}

.RadComboBox .rcbLabel {
    text-align: right;
    line-height: 30px !important;
    padding-right: 1px !important;
}

.combobox-container {
    width: 300px;
    margin-bottom: 1px;
    padding-left: 74px;
    padding-bottom: 3px;
    clear: both;
}

.combobox-label {
    width: 120px;
    text-align: right;
    text-overflow: ellipsis;
}

    .combobox-label.medium {
        width: 150px;
    }

    .combobox-label.small {
        width: 180px;
    }


/*=====================================================================================
Context Menu Background
=======================================================================================*/

.context-menu-bgr {
    margin-top: 5px;
    border: 1px solid silver;
    padding: 10px 0 10px 0;
    background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAUCAMAAAC+oj0CAAADAFBMVEUTKUsZ89AAAgDQAAAAGfMZ9pAAAAACAAAAAAAAAAAAQwBcADoAaQBlAG4AdAB1AHAAYgB3AFwAdwByAHcAbwB0AG8AXABsAEUAdQBpAGMAZAB0AGEAZQBcAFgARQB1AGwAYwBkAGkAYQBlAHQAWABJAFwAbQBnAGEAZQBcAHMATQBpAGEAbgBsAFwAYQBvAHkAdQAtAHQAYgByAGcALgBuAHAAZwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAQAgAAB13J3clagAAHUAAAAAAAAAAAGEEQDYd08AGfUAAAAAMAAAAAAAAAAAAACEaAAAd08AAAAAAAAAAAAAAAAAAADclkwAAHUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAB5RACYd1QAqR6dAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAZAAAAAAAAACkwXgADAAAAAAAAAAMAA0XSACYAKkAqR6kwWgAAAAAAJ0AAAAZ9hQ8FgCJd1B3UasAAAAAAAAAAAAAAAAAAAAAAABIAACiZxTQA6z2uHXNABl10AMAAAAAAAAAAADAAADQA+sAYHUAAAAAAAAAAAUAgACAAADAEAAAAAAI9AAAAAAAAAAAAAIAjgCYAJAAqR4AAAAemAAAAKkAAAAZ92gq5AAAd1AAAAAAABgAAABYAAAAGfYAAEAAAACoAAAAGfYAAAAAAAAAAAAAAAAAAAAAZAAAAAAAAAAAAAwAAgABAAANNVC2AAAAAWJLR0T/pQfyxQAAAAlwSFlzAAASdAAAEnQB3mYfeAAAAA5JREFUeNpjYBgFwwUAAAHMAAFFSCHFAAAAAElFTkSuQmCC');
    background-repeat: repeat;
    background-size: auto;
}

    .context-menu-bgr a {
        text-decoration: none;
    }

/*=====================================================================================
    Non Telerik Table
=======================================================================================*/

cntrl-lblw100 {
    font-family: Century Gothic, CenturyGothic, AppleGothic, sans-serif;
    font-size: 27px;
    width: 100px;
    color: #e9e2e2;
}

/*=====================================================================================
Radio Button List
=======================================================================================*/

cntrl-radio-w230 {
    padding: 0;
    width: 280px;
}

cntrl-linkBtn-w230 {
    padding: 0;
}

/*=====================================================================================
Telerik radio Button List
=======================================================================================*/

/*Round Selector RadRadioButtonList*/
.RadButton .rbToggleRadio, .RadButton .rbToggleRadio:before, .RadButton .rbToggleRadioChecked, .RadButton .rbToggleRadioChecked:before {
    border-radius: 45px;
}

.RadButton .rbIcon::before {
    display: inline-block;
    font: 17px/1 "WebComponentsIcons";
}

/*=====================================================================================
Telerik Upload Button List
=======================================================================================*/
.rfeUploadContainer {
    background-color: #13294B !important;
}


    .rfeUploadContainer .RadUpload .ruInputs {
        background-color: #13294B !important;
    }

.RadWindow .rwContent {
    background-color: #fffaf3;
    padding: 0;
}

.RadWindow .rwContent {
    padding: 50px 60px !important;
    border-style: none;
    overflow: auto;
    box-sizing: border-box;
}

.RadUpload .ruButton {
    width: 79px;
    height: 16px;
    border: 2px solid #60a5fa;
    border-radius: 6px;
    padding-bottom: 2px;
    background: linear-gradient(90deg, #042850, #017cba) !important;
    color: #a8b3d1;
    box-shadow: 0 8px 18px color-mix(in srgb, #60a5fa 25%, #000 75%);
}





.p-i-radio:before, .p-i-radiobutton:before, .rfdRadioUnchecked:before {
    content: "\e309";
    color: #e9e2e2;
}

.k-icon:before, .p-icon:before, .t-icon:before, .t-font-icon:before, .t-efi:before {
    display: block;
    color: #d69e5a;
}


/*Transparency and Text RadRadioButtonList*/
.RadRadioButton.RadButton .rbText, .RadCheckBox.RadButton .rbText {
    position: relative;
    padding: 0 0 0 0 !important; /*Check why this is beign overidden*/
    background-image: none;
}

.rbVerticalList .RadButton {
    display: block;
    line-height: 20px;
    padding: 0 0 4px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 15px;
}

.RadRadioButton.RadButton, .RadCheckBox.RadButton {
    background-color: transparent;
    border: 0;
    outline: 0;
}

.rbVerticalList .rbCheckBox, .rbVerticalList .rbRadioButton, .rbVerticalList .rbToggleButton {
    display: block;
    padding: 0 0 4px;
    color: #e9e2e2;
}

.RadButton.rbRounded {
    border-radius: 4px;
}

/*=====================================================================================
     Rad TextBoxes - Transparent background, rounded borders.
=======================================================================================*/
/* Link Buttons */
.RadButton.rbButton.nav-button {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
    font-size: 16px !important;
    color: white;
    border: none;
    background-color: #13294B !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 6px;
    background-image: none;
    height: 32px;
    text-align: left; /* Default alignment */
}

    .RadButton.rbButton.nav-button.active {
        text-decoration: underline !important;
        color: #d69e5a;
        text-align: center; /* Center alignment when active */
    }

    .RadButton.rbButton.nav-button:hover {
        background: #808080;
        color: white;
        font-size: 16px !important;
    }

    /* Text styling inside the button */
    .RadButton.rbButton.nav-button.active .rbText {
        padding-top: 4px !important;
        text-align: left !important;
        text-decoration: underline !important;
        text-underline-offset: 6px;
    }

/* Command Buttons */
.RadButton.rbButton.yellow-border {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif !important;
    font-size: 14px !important;
    color: white;
    border: none;
    background-color: #13294B !important;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    border-radius: 6px;
    background-image: none;
    height: 32px;
    text-align: left; /* Default alignment */
}

    .RadButton.rbButton.yellow-border.active {
        border: 1px solid #d69e5a;
        text-align: center; /* Center alignment when active */
    }

/* Text styling inside the button */
.RadButton .rbText {
    padding-top: 5px !important;
    text-align: left !important; /* Default alignment */
}

/* Adding the arrow background image */
.RadButton.rbButton.arrow {
    background-image: url('../_images/Caretright-gold.png');
    background-repeat: no-repeat;
    background-position: left center; /* Image aligned to the left vertically centered */
    padding-left: 30px; /* Adjust padding based on the size of the image */
}

/* Optional - if you want .rbText to behave differently in the active state */
.RadButton.rbButton.yellow-border.active .rbText {
    color: #d69e5a;
    text-align: center !important; /* Center text when the button is active */
}

.RadButton.rbButton.yellow-border:hover {
    background: #808080;
    border: 1px solid #d69e5a;
    color: white;
    font-size: 16px !important;
}

.RadButton.rbButton.yellow-border:disabled {
    background-color: #13294B !important;
}


/*=====================================================================================
 TextBoxes, Numeric TextBoxes and RadDateInput 
=======================================================================================*/

body label.radTextLabel.riLabel {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    color: #e9e2e2;
    width: 50%;
    text-align: right;
    padding: 5px 3px 3px 0;
}

    body label.radTextLabel.riLabel .btnCntrl {
        width: 45%;
    }

/*DateInput Label width.*/
body label.radTextLabel.dtCntrl {
    width: 150%;
    padding-left: 20px;
}

body label.radTextLabel.dtCntrl {
    width: 200%;
    padding-left: 20px;
}

body .RadInput_LucidX, .RadInputMgr_LucidX {
    vertical-align: middle;
    width: 100%;
    box-sizing: border-box;
}

body .txtBoxWrapper .riTextBox,
body .txtBoxWrapper .riDisplay {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    font-size: 16px;
    color: #e9e2e2;
    overflow: hidden;
    text-overflow: ellipsis;
    background-color: transparent;
    border-color: #d69e5a;
}

    body .txtBoxWrapper .riTextBox.w100-perc,
    body .txtBoxWrapper .riDisplay.w100-perc {
        width: 100%;
    }

    body .txtBoxWrapper .riTextBox.w140,
    body .txtBoxWrapper .riDisplay.w140 {
        width: 100%;
    }

    body .txtBoxWrapper .riTextBox.w120,
    body .txtBoxWrapper .riDisplay.w120 {
        width: 80%;
    }

    body .txtBoxWrapper .riTextBox.w100,
    body .txtBoxWrapper .riDisplay.w100 {
        width: 72%;
    }

    body .txtBoxWrapper .riTextBox.w100Btn,
    body .txtBoxWrapper .riDisplay.w100Btn {
        width: 117%;
    }

    body .txtBoxWrapper .riTextBox.w080,
    body .txtBoxWrapper .riDisplay.w080 {
        width: 70%;
    }

    body .txtBoxWrapper .riTextBox.w070,
    body .txtBoxWrapper .riDisplay.w070 {
        width: 60%;
    }

    body .txtBoxWrapper .riTextBox.w060,
    body .txtBoxWrapper .riDisplay.w060 {
        width: 50%;
    }

    body .txtBoxWrapper .riTextBox.w040,
    body .txtBoxWrapper .riDisplay.w040 {
        width: 30%;
    }

    body .txtBoxWrapper .riTextBox.w020,
    body .txtBoxWrapper .riDisplay.w020 {
        width: 10%;
    }


body .txtBoxWrapper .riEmpty,
body .txtBoxWrapper .riEnabled,
body .txtBoxWrapper .riHover,
body .txtBoxWrapper .riFocused,
body .txtBoxWrapper .riError,
body .txtBoxWrapper .riNegative {
    border-radius: 2px;
    border-color: #d69e5a;
}

span.txtBoxWrapper .riDisplay {
    border-left-width: 2px;
    border-top-width: 2px;
}

html body .txtBoxWrapper .riTextBox.riEmpty {
    background-color: transparent;
    color: #d69e5a;
}

html body form .txtBoxWrapper .riTextBox.riEnabled {
    color: #d69e5a;
    background-color: transparent; /*OK*/
}

html body form .txtBoxWrapper .riTextBox.riHover {
    border-color: #d69e5a;
    color: #d69e5a; /*OK*/
}

body form .txtBoxWrapper .riTextBox.riFocused {
    border-color: #d69e5a;
    color: white;
    background-color: transparent; /*OK*/
}

body form .txtBoxWrapper .riTextBox.riError {
    border-color: #dc143c;
    background: none #fff8dc;
    color: red;
}

html body form .txtBoxWrapper .riTextBox.riNegative {
    border-color: #a9a9c9;
}

html body span.txtBoxWrapper textarea.riTextBox {
    padding: 2px 5px 2px 5px;
}

html body form .txtBoxWrapperMultiline .riContentWrapper .riTextBox {
    line-height: 20px;
    height: 97px;
}

.riSingle .riTextBox, .RadForm.rfdTextbox .riSingle input.rfdDecorated[type="text"] {
    height: 1.6em !important;
}

/*=====================================================================================
 TextBoxes, Numeric TextBoxes and RadDateInput 
=======================================================================================*/
label.textBoxMultiline.riLabel {
    color: #e9e2e2;
    width: 50%;
    width: 40%;
    display: block;
    float: none;
}

.RadInput .riButton {
    display: block;
    float: none;
    color: #e9e2e2;
    border: solid;
    border-width: 1px;
    border-color: yellow;
    width: 5px;
    height: 10px;
    margin-left: -40px;
    background-color: transparent;
}

.RadInput a {
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
}

.RadInput, .RadInputMgr {
    line-height: 1.35 !important;
}


/*=====================================================================================
   RadRotator
=======================================================================================*/

.RadRotator_Default .rrClipRegion {
    background-color: transparent !important;
}
