:root {
    --primary-color: #2f2f2f;
    --primary-color-lighter: #3F3F3F;
    --accent-color: #347deb;
    --accent-color-darker: #145fd1;
    --bg-color: #F7F7F7;
    --bg-color-darker: #e5e5e5;
}

html {
    height: 100%;
}

BODY {
    font-size: 12px;
    margin: 0;
    padding: 0;
    font-family: 'Segoe UI', helvetica, arial, sans-serif;
    color: #000066;
    height: 100%;
}

@media only screen and (max-width : 699px) {
    #TabMenuId, #TopMenuLabel {
        display: none;
    }

    .KSD-TabControl {
        display: table-cell;
    }

    div.KSD-TabControl li {
        height: auto;
    }

    .TabMenu {
        padding: 0;
        margin: 0 auto;
        overflow-x: auto;
        z-index: 10 !important;
        position: relative;
    }

    .TabMenuTab > a {
        width: 200px !important;
    }

    .TabMenuTab:hover, #navImage:hover, #profileImage:hover, #logoutImage:hover, #navBack:hover {
        background-color: #347deb;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    #navImage, #navBack {
        display: inline-block !important;
    }

    #profileImage, #logoutImage {
        float: right;
        display: inline-block !important;
    }

    div.TopMenu li {
        margin-right: 0 !important;
    }
}

@media only screen and (min-width : 601px) {
    #LeftAccordion {
        display: block !important;
    }
}

@media only screen and (max-width : 600px) {
    .MasterMenuTable {
        visibility: visible;
        display: table;
        width: 100% !important;
        border-right: none !important;
        padding-bottom: 0 !important;
        margin-top: 5px !important;
        height: auto !important;
    }

    .NextMenuItem {
        border-top: none !important;
    }

    #LeftAccordion {
        background-color: #cfcfcf !important;
        padding-bottom: 10px;
        display: none;
    }

    .ActiveMenuItem {
        background-color: #444444 !important;
    }

    #leftMenuCollapse {
        display: inline-block !important;
        width: 100% !important;
        position: relative;
        z-index: 0 !important;
    }

    #backDiv {
        display: none;
    }

    .PrintButtonDiv {
        display: none;
    }

    .LoginName {
        margin-top: 5px !important;
        margin-right: 5px !important;
    }

    /*POPUP*/
    .RadWindow .rwIframeWrapperIOS {
        overflow: auto !important;
    }

    .TelerikModalOverlay {
        width: 100% !important;
        height: 100% !important;
    }

    /*MESSAGE*/
    .ModalPopup {
        width: 90% !important;
    }

    /*CONTENT*/
    .RadForm_ViperFS.rfdButton a.rfdSkinnedButton input.rfdDecorated, .RadForm_ViperFS.rfdButton a.rfdSkinnedButton input.rfdDecorated, .RadForm_ViperFS.rfdButton a.rfdSkinnedButton input.rfdDecorated:active, .RadForm_ViperFS.rfdButton a.rfdSkinnedButton input.rfdDecorated:focus {
        width: 120px !important;
    }

    /*DetailsTitle Font*/
    .DetailsTitle {
        height: 100% !important;
        font-size: 25px !important;
    }

    .PageBody table {
        table-layout: fixed;
    }

    .EditField, .Caption, .MainContent, .XmlCell {
        display: block !important;
        text-align: left;
    }

    .Caption, .RadPicker_ViperFS, .RadComboBox_ViperFS {
        width: 100% !important;
        text-align: left;
    }

    .TableContentBlock {
        padding: 5px !important;
        overflow-x: auto;
        overflow-y: hidden;
    }

    .riSingle {
        width: 100% !important;
    }

    .RadPicker_ViperFS td a {
        margin: 0 !important;
    }

    .MasterMenuTableEnd {
        display: none !important;
    }
}

#navImage, #leftMenuCollapse {
    display: none;
    width: 30px;
    height: 30px;
}

#SubmenuDiv {
    position: relative;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.NoOutline {
    outline: none;
}

.TopMenu {
    display: flex;
    position: relative;
}

#LeftMenuLabel, #TopMenuLabel {
    text-align: center;
    position: absolute;
    display: inline-block !important;
    height: 30px;
    margin-left: 20px;
}

.SubmenuTriangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 15px 15px 15px;
    border-color: transparent transparent #ffffff transparent;
}

/**/

.MainBody {
    background-color: white;
    background-position: left;
    background-repeat: repeat-y;
}

.Forms {
    height: 100%;
}

.Container {
    width: 100%;
    height: 100%;
    text-align: left;
    margin: 0 auto;
}

/* HYPERLINKS */
a:link {
    color: #465f90;
    text-decoration: underline;
}

a:visited {
    color: #465f90;
    text-decoration: underline;
}

a:hover {
    color: #ff9900;
}

a:active {
    color: #333333;
}

div.TopMenu ul {
    margin: 0;
    padding: 0;
}

div.TopMenu li {
    list-style: none;
    list-style-image: none;
    margin: 0;
    margin-right: 1px;
    padding: 0;
    float: left;
    text-align: center;
    background-color: #d75473;
}

div.TopMenu div.TabMenuTab {
    padding: 0;
    float: left;
}

/* TopMenu Links */
.TopMenu a {
    display: inline-block;
    color: #FFFFFF;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    text-decoration: none;
    padding-left: 10px;
    padding-right: 10px;
}

    .TopMenu a:hover {
        background-color: #347deb;
    }

.TopMenuActive {
    background-color: #347deb;
}

.TabMenu {
    flex: 1;
}

.MenuBar {
    padding-left: 12px;
    height: 30px;
    line-height: 30px;
    background-color: #d75473;
    font-size: 14px;
}

#sticky.stick {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 10000;
}

/* HEADER */
.KSDHeader {
    font-weight: bold;
    color: #000000;
    height: 75px;
    text-indent: 10px;
    border: none;
}

.KSDApplicationName {
    display: none;
}

.MasterHeaderTable {
    background-image: url(Images/viper-header.jpg);
    background-repeat: no-repeat;
    background-color: white;
    height: 105px;
}

.MasterHeaderSpacer {
    height: 0;
    background-color: #347deb;
}

.MainSpacer {
    width: 0;
    float: left;
    display: none;
}

    .MainSpacer:after {
        clear: both;
        display: block;
        height: 0;
        content: ".";
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

.MainContent {
    margin-left: 0;
    margin-right: 0;
    vertical-align: top;
    padding-left: 5px;
    padding-left: 5px;
}

.PopUpContent {
    padding: 0 !important;
}

.PageBody {
    height: 100%;
    width: 100%;
}

/* TOP MENU */
.MasterMenuTable {
    margin-top: 20px;
    text-align: left;
    width: 200px;
    min-width: 200px;
    vertical-align: top;
    padding-top: 10px;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #FFFFFF;
    border-right: #e6e6e6 thin solid;
    height: 100%;
}

.MasterMenuTableEnd {
    font-size: 10px;
    height: 20px;
    width: 200px;
    position: fixed;
    display: inline;
    bottom: 0;
    background-color: #FFFFFF;
}

.MasterMenuTableEndText:after {
    clear: both;
    display: block;
    height: 0;
    content: ".";
    font-size: 0;
    line-height: 0;
    visibility: hidden;
}

.MasterMenuTableEndText {
    position: absolute;
    left: 0;
    bottom: 2px;
    width: 200px;
    text-align: center;
}

    .MasterMenuTableEndText a:link {
        font-size: 10px;
    }

    .MasterMenuTableEndText a:visited {
        font-size: 10px;
    }

    .MasterMenuTableEndText a:hover {
        font-size: 10px;
    }

    .MasterMenuTableEndText a:active {
        font-size: 10px;
    }

.LeftMenuAccordionHeader {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 20px;
    text-align: left;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #444444;
    cursor: pointer;
}

.LeftMenuAccordionHeaderExpanded {
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 20px;
    text-align: left;
    font-size: 22px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #444444;
    cursor: pointer;
}

.LeftMenuAccordionContent {
}

.LeftMenuAccordionItem {
    padding-right: 20px;
    padding-left: 20px;
    margin-top: 2px;
    margin-bottom: 2px;
    text-align: left;
    line-height: 14px;
}

/* TABLES */
table {
    margin: 0;
    border-width: thin;
    border-collapse: collapse;
    border-spacing: 0;
}

/* DETAILS */
.MultiLanguageSelector {
    background-color: #7F7F7F;
    font-size: 12px;
    color: #FFFFFF;
    height: 22px;
    line-height: 22px;
    padding-left: 10px;
    font-family: 'Segoe UI', helvetica, arial, sans-serif;
}

.ActiveLanguage {
    background-color: #347deb;
    color: white !important;
    border: solid 1px #444444;
    padding: 1px;
}

.InactiveLanguage {
    background-color: #d75473;
    color: white !important;
    border: solid 1px #444444;
    padding: 1px;
}

.DetailsTitle {
    background-color: #FFFFFF;
    font-size: 35px;
    color: #347deb;
    height: 57px;
    line-height: 57px;
    padding-left: 25px;
    padding-top: 8px;
    padding-bottom: 5px;
    font-family: 'Segoe UI', helvetica, arial, sans-serif;
}

.DetailError {
    color: Red;
}

.DetailsTable {
    border-spacing: 0;
    text-align: left;
    color: #333333;
    height: 100%;
    padding-bottom: 5px;
    line-height: 22px;
}

    /* FF, IE8, etc... fix */
    .DetailsTable:after {
        clear: both;
        height: 0;
        content: ".";
        font-size: 0;
        line-height: 0;
        visibility: hidden;
    }

/*For IE7*/
* + html .DetailsTable {
    min-height: 1px;
}

/*For IE6*/
* html .DetailsTable {
    height: 1px;
}

.item:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
}

.DetailsHeader {
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    padding-left: 25px;
    color: #347deb;
    font-size: 25px;
    letter-spacing: 1px;
    border-bottom: solid 1px #347deb;
    font-family: 'Segoe UI', helvetica, arial, sans-serif;
    margin-bottom: 5px;
}

    .DetailsHeader > .Collapse {
        position: relative;
        top: 7px;
        left: -15px;
        float: left;
        cursor: pointer;
    }

.DetailsSubHeader {
    font-weight: bold;
}

/* FORMS */
.forms {
    color: #003366;
    background-color: #FFFFFF;
    border: thin;
    border-color: #CCCCCC;
    font-family: 'Segoe UI', helvetica, arial, sans-serif;
    font-size: 11px;
    outline-color: #CCCCCC;
}

/* NEWS */
.NewsHeader {
    font-size: 24px;
    font-weight: bold;
}

.ErrorMessage {
    font-weight: bold;
    color: Maroon;
}

/* INFO */
.InfoHeader {
    font-size: 12px;
    color: #ff9900;
    font-weight: bold;
}

/* MESSAGES */
.MessageTable {
    border-right: #dddddd thin solid;
    border-top: #dddddd thin solid;
    border-left: #dddddd thin solid;
    border-bottom: #dddddd thin solid;
    border-spacing: 0;
    border-width: 1px;
    border-color: #CFCFCF;
    text-align: left;
    font-size: 10px;
    font-family: 'Segoe UI', helvetica, arial, sans-serif;
    color: #333333;
}

.MessageHeader {
    background-color: #CFCFCF;
    height: 20px;
    background-image: url(Images/table_back.jpg);
}

.MessageIntro {
    color: Red;
    font-weight: bold;
}

.MessageText {
}

.NoAccessMessage {
    margin-top: 20px;
    color: Red;
    font-weight: bold;
}

/* HELP */
.HelpHeader {
    background-image: url(Images/HelpHeaderBackground.jpg);
    background-repeat: repeat-x;
    height: 20px;
    width: 100%;
}

.HelpText {
    border-right: #FFFA71 thin dashed;
    border-left: #FFFA71 thin dashed;
    border-bottom: #FFFA71 thin dashed;
    background-color: #FFFFC0;
}

.accordionHeader {
    background-color: #CFCFCF;
    height: 22px;
    background-image: url(Images/table_back.jpg);
    font-weight: bold;
    margin-top: 5px;
}

/* ====== OVERALL ====== */

.ContentBlock {
    padding: 0;
    padding-bottom: 10px;
}

.InfoBlock {
    padding-left: 25px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
    background-color: #fdf3ce;
}

.Comment {
    font-style: italic;
}

/* ==== HEADER ==== */

.CompanyName {
    float: left;
    margin-top: 21px;
    text-align: left;
    width: 300px;
    display: none;
}

.CompanyLogo {
    visibility: hidden;
}

.LoginName {
    float: right;
    margin-top: 21px;
    text-align: right;
    width: 400px;
    margin-right: 15px;
}

    .LoginName a {
        text-decoration: none;
    }

.PrintButtonDiv {
    float: right;
    clear: right;
    margin-top: 10px;
    margin-right: 30px;
}

/* ======= AJAX ======== */

.InvalidTextBox {
    background-color: #FFFACD;
}

/* ====== DETAILS ====== */

.Caption {
    font-weight: bold;
}

/* ====== TABPAGE ====== */

.TabPage {
}

/* ======= TABLE ======= */

.Table {
    width: 100%;
}

.TableHeader {
    font-weight: bold;
}

.TableContentBlock {
    padding: 2px;
    padding-left: 25px;
    padding-right: 25px;
}

.TableItem {
    padding: 2px;
}

    .TableItem:hover {
        background-image: url(Images/SelectedBackground.jpg);
        background-repeat: repeat-x;
    }

.TableAlternatingItem {
    padding: 2px;
}

    .TableAlternatingItem:hover {
        background-image: url(Images/SelectedBackground.jpg);
        background-repeat: repeat-x;
    }

/* ======= POPUP ======= */

.PopUpTitle {
    color: #7F7F7F;
    font-family: 'Segoe UI', helvetica, arial, sans-serif;
    font-size: 25pt;
    padding-bottom: 5px;
}

.PopUpButtons {
    text-align: center;
    padding-top: 10px;
}

.ModalPopup {
    color: #444444;
    font-size: 14px;
    background-color: White;
    padding-top: 3px;
    padding-bottom: 3px;
    width: 500px;
    margin: 0 auto;
}

.ModalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.7;
}

div#ProcessingPopup {
    width: 100%;
    background-color: #666666;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 200;
    opacity: 0.5;
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    overflow: visible;
    height: 130%;
    text-align: center;
}

/* ======= PROFILE POPUP ======= */

.ProfileModalPopup {
    background-color: White;
}

.ProfileModalBackground {
    background-color: White;
    filter: alpha(opacity=0);
    opacity: 0.0;
}

/* ========= LOGIN ========= */

.Login {
}

.LoginHeader {
    height: 35px;
    line-height: 35px;
    vertical-align: middle;
    padding-left: 25px;
    color: #347deb;
    font-size: 25px;
    letter-spacing: 1px;
    border-bottom: solid 1px #347deb;
    font-family: 'Segoe UI', helvetica, arial, sans-serif;
    margin-bottom: 5px;
}

.LoginContent {
    padding: 5px;
}

.LoginCaption {
    font-weight: bold;
}

.LoginRememberMe {
    margin-top: 5px;
}

.LoginFailureText {
    color: red;
    text-align: center;
}

.LoginPasswordLost {
    text-align: center;
}

.LoginButton {
    text-align: right;
    margin-top: 10px;
}

/* Security */

.NoAccess {
    margin: 20px;
    font-size: 12px;
    font-weight: bold;
    color: #990000;
}

/* --TOOLTIP -- */
.ToolTip {
    position: absolute;
    float: left;
    white-space: nowrap;
    top: -1.2em;
    left: .5em;
    background: #fffcd1;
    border: 1px solid #444;
    color: #444;
    padding: 1px 5px;
    z-index: 10;
    opacity: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}

/* -- PAGER -- */
.PagerButton {
    text-decoration: none;
    font-size: 10px;
}

a.PagerButton:link {
    text-decoration: underline;
    color: #005078;
    font-size: 10px;
}

a.PagerButton:visited {
    text-decoration: underline;
    color: #005078;
    font-size: 10px;
}

a.PagerButton:hover {
    color: #ff9900;
    font-size: 10px;
}

a.PagerButton:active {
    color: #333333;
    font-size: 10px;
}

a.PagerNumber:link {
    text-decoration: underline;
    color: #005078;
    font-size: 10px;
}

a.PagerNumber:visited {
    text-decoration: underline;
    color: #005078;
    font-size: 10px;
}

a.PagerNumber:hover {
    color: #ff9900;
    font-size: 10px;
}

a.PagerNumber:active {
    color: #333333;
    font-size: 10px;
}

.PagerCurrentPage {
    font-weight: bold;
    font-size: 11px;
}

.PagerDiv {
    text-align: center;
    padding-top: 5px;
}

.ProcessingDiv {
    background-color: White;
    border-bottom: solid 1px black;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
}

/* TEST */
.ActiveMenuItem {
    color: #FFFFFF;
    background-color: #347deb;
    text-align: left;
    padding-right: 10px;
    padding-left: 25px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
}

.NextMenuItem {
    color: #444444;
    border-top: 1px solid #FFFFFF;
    text-align: left;
    padding-right: 10px;
    padding-left: 25px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
}

.InactiveMenuItem {
    color: #444444;
    text-align: left;
    padding-right: 10px;
    padding-left: 25px;
    font-size: 14px;
    height: 26px;
    line-height: 26px;
}

.ActiveMenuItem a {
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}

.NextMenuItem a {
    color: #444444;
    font-size: 14px;
    text-decoration: none;
}

.InactiveMenuItem a {
    color: #444444;
    font-size: 14px;
    text-decoration: none;
}

DIV.KSD-TabControl {
    background-color: #e6e6e6;
    width: 100%;
    height: 30px;
    padding-left: 20px;
    font-size: 12px !important;
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box; /* Firefox, other Gecko */
    box-sizing: border-box;
}

    DIV.KSD-TabControl li {
        background-image: none;
        list-style: none;
        list-style-image: none;
        margin: 0;
        margin-right: 1px;
        padding: 0;
        float: left;
        text-align: center;
    }

    DIV.KSD-TabControl a {
        margin: 0;
        color: #7f7f7f;
        padding-left: 10px;
        padding-right: 10px;
        font-size: 12px !important;
        -webkit-transition: all 0.3s ease-in-out;
        -moz-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

        DIV.KSD-TabControl a:hover {
            color: #FFFFFF;
            text-decoration: none;
            background-color: #347deb;
            padding-left: 10px;
            padding-right: 10px;
            -webkit-transition: all 0.3s ease-in-out;
            -moz-transition: all 0.3s ease-in-out;
            transition: all 0.3s ease-in-out;
        }

    DIV.KSD-TabControl DIV.KSD-ActiveTabItem {
        background-color: #347deb;
        background-image: none;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }

        DIV.KSD-TabControl DIV.KSD-ActiveTabItem a {
            padding: 0;
            color: #FFFFFF;
            font-weight: normal;
        }

    DIV.KSD-TabControl DIV.KSD-TabItem {
        background-image: none;
        height: 30px;
        line-height: 30px;
        padding: 0;
    }

    DIV.KSD-TabControl a.KSD-ActiveTabItem {
        background-color: #347deb;
        background-image: none;
        color: #fff;
        height: 30px;
        line-height: 30px;
        padding-left: 10px;
        padding-right: 10px;
    }


.Button {
    background-color: #444444;
    color: #FFFFFF;
    cursor: pointer;
    margin-left: 5px;
}

.NewsDiv {
    padding-left: 25px;
}

.ButtonBlock {
    padding: 10px 0;
}

    .ButtonBlock > span > a {
        margin: 6px;
        color: rgba(85, 85, 85, .7);
        font-weight: bold;
        text-decoration: none;
    }

        .ButtonBlock > span > a:hover {
            margin: 6px;
            color: #333333;
        }

.ajax__calendar_container {
    z-index: 1000;
}

/* Spreadsheet */

.rgHeader {
    height: 26px;
    border-bottom: 1px solid black;
    line-height: 25px;
    vertical-align: middle;
    padding-left: 5px;
    white-space: nowrap;
}

    .rgHeader td {
        padding-left: 5px;
    }

.rgRow {
    line-height: 18px;
    vertical-align: middle;
}

    .rgRow td {
        padding-left: 5px;
    }

.rgRowAlternate {
    background-color: #EFEFEF;
    line-height: 18px;
    vertical-align: middle;
}

    .rgRowAlternate td {
        padding-left: 5px;
    }

.rgGroupHeader td p {
    font-weight: bold;
    padding-left: 0 !important;
}

.rspSlideContent {
}

a.WidgetLink:link {
    color: #333333;
    text-decoration: none;
}

a.WidgetLink:visited {
    color: #333333;
    text-decoration: none;
}

a.WidgetLink:hover {
    color: #ff9900;
}

a.WidgetLink:active {
    color: #333333;
}

a.WidgetLinkOverdue:link {
    color: #990000;
    text-decoration: none;
}

a.WidgetLinkOverdue:visited {
    color: #990000;
    text-decoration: none;
}

a.WidgetLinkOverdue:hover {
    color: #ff9900;
}

a.WidgetLinkOverdue:active {
    color: #990000;
}

/* FrontOffice Settings */
#Container {
    margin: 0 auto;
    width: 1280px;
}

    #Container #Banner {
        position: relative;
        width: 100%;
        height: 150px;
    }

    #Container .Header {
        position: relative;
        width: 100%;
        height: 50px;
    }

    #Container .Footer {
        position: relative;
        clear: left;
        width: 100%;
        height: 50px;
    }

    #Container .Content {
        position: relative;
        float: left;
        width: 70%;
        left: 0;
        padding-left: 25px;
        padding-right: 0;
    }

    #Container .Basket {
        position: relative;
        float: left;
        width: 20%;
        right: 0;
        padding-left: 25px;
        padding-right: 0;
        top: -20px;
    }

.AdditionnalTextPanel {
    margin-top: 10px;
    margin-bottom: 10px;
}


/* Validation Summary Control and Login Control  */

.RadForm_ViperFS .rfdValidationSummaryControl {
    background-color: #ffffff;
    border: 2px solid #CA002C;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px !important;
    margin-left: 10px;
    margin-right: 10px;
}


/* ---------- */
/* Thema 2019 */
/* ---------- */

/* Background */
.MainContent,
.DetailsTitle,
.PopUpContent > #ctl00_ContentPlaceHolderMainContent_PanelDetails {
    background-color: #f6f6f6;
}

/* Sidebar */
@media only screen and (min-width: 601px) {
    #AccordionMain > div,
    .LeftMenuAccordionContent {
        overflow: hidden !important;
    }

    .ActiveMenuItem {
        background-color: initial;
        background-color: #347deb;
    }

    .MasterMenuTable {
        z-index: 1;
        overflow-x: hidden;
        max-width: 200px;
    }

    .MainContent {
        padding-left: 0px;
    }

        .MainContent.stick {
            padding-left: 211px;
        }

    .LeftMenuAccordionContent > div > a {
        display: inline-block;
        height: 100%;
        width: 100%;
        white-space: nowrap;
        overflow-x: hidden;
        text-overflow: ellipsis;
    }

    .LeftMenuAccordionContent > div {
        height: 28px;
        line-height: 28px;
        border-radius: 0 15px 15px 0;
    }

    .InactiveMenuItem:hover,
    .NextMenuItem:hover {
        background-color: whitesmoke;
    }

    .LeftMenuAccordionHeaderExpanded,
    .LeftMenuAccordionHeader {
        margin-bottom: 4px;
    }

    .MasterMenuTable.SidebarStick {
        position: fixed;
        margin-top: 30px;
        top: 0;
    }

    .MainContent.SidebarStick {
        display: block;
        margin-left: 211px;
    }

    #aspnetForm,
    .MainContent {
        height: 100%;
    }

    .LeftAccordion {
        padding-bottom: 10px;
    }
}

.MasterMenuTableEnd {
    z-index: 100000;
}

/* Multi card layout */
#ctl00_ContentPlaceHolderMainContent_ctl00_DivPage,
.TabPage {
    margin: 0px 16px 8px 16px;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_PanelDetails > div > table > tbody > tr,
#ctl00_ContentPlaceHolderMainContent_ctl00_PanelDetails > table > tbody > tr {
    display: flex;
}

#ctl00_ContentPlaceHolderMainContent_ctl00_DivPage tr > .XmlCell,
.TabPage tr > .XmlCell {
    display: flex;
    flex: 1;
}

.XmlCell > .ContentBlock {
    width: 100%;
}

.ContentBlock {
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 12px;
    border: 1px solid #e6e6e6;
}

@media only screen and (max-width: 600px) {
    .ContentContainer > table > tbody > tr {
        display: table-row;
    }

    .TabPage tr,
    #ctl00_ContentPlaceHolderMainContent_ctl00_SearchPanelMain > table > tbody > tr,
    #ctl00_ContentPlaceHolderMainContent_ctl00_PanelDetails > table > tbody > tr {
        display: table-row !important;
    }

    .XmlCell > .ContentBlock {
        width: auto !important;
    }

    .TableContentBlock {
        padding: 0 !important;
    }

    .DetailsHeader {
        font-size: 20px;
    }

    .Caption, .RadPicker_ViperFS, .RadComboBox_ViperFS {
        width: calc(100% - 2px) !important;
    }
}

@media only screen and (min-width: 601px) {
    .XmlCell + .XmlCell {
        padding-left: 8px;
    }
}

.DetailsHeader {
    padding: 2px 25px;
    border: none;
}

.TableContentBlock {
    padding: 6px 25px;
}

/* Card padding */
.ContentBlock {
    padding: 16px 24px;
}

.DetailsFooter .ContentBlock {
    padding: 0;
    border: none;
    margin: 0;
}

.DetailsTable, .DetailsHeader, .TableContentBlock {
    padding: 0;
}

.DetailsHeader {
    margin-bottom: 8px;
}

.DetailsTable {
    padding: 0;
}

.TableContentBlock > a.rfdSkinnedButton {
    margin-top: 12px;
}

a + .ContentBlock {
    margin-top: 16px;
}

/* RadGrid */
.TableContentBlock .RadAjaxPanel {
    border: 1px solid #e6e6e6;
    border-radius: 4px;
    /*overflow: hidden;*/
}

.RadGrid_ViperFS {
    border-radius: 4px;
    overflow: hidden;
}

    .RadGrid_ViperFS .rgRow td, .RadGrid_ViperFS .rgAltRow td {
        border-width: 1px 0 1px 1px;
    }

.rgNoRecords {
    height: 30px !important;
}

    .rgNoRecords > td {
        padding: 8px !important;
    }

.rgSorted > input {
    display: none;
}

@media only screen and (max-width: 600px) {
    .RadGrid_ViperFS, .RadAjaxPanel {
        overflow: visible;
    }
}

.rgHeader {
    background-color: #d75473;
    border: 0 !important;
}

    .rgHeader, .rgHeader > a {
        color: #fff !important;
    }

        .rgHeader.rgSorted {
            background-color: #347deb !important;
        }

.rgSelectedRow > td > svg {
    color: #fff !important;
}

/* Grid footer */
.DetailsFooter {
    margin-top: 10px;
}

/* InfoBlock */
.InfoBlock {
    background-color: #ffdca0;
    border-left: 6px solid #f0ad4e;
    font-weight: 600;
    margin: 8px 0;
}

.TableContentBlock .InfoBlock {
    margin: 4px 0 8px 0;
}

/* Buttons */
.RadForm_ViperFS.rfdButton a.rfdSkinnedButton {
    transition: none;
    background-color: #fff !important;
}

.RadForm_ViperFS.rfdButton a.rfdSkinnedButton,
.RadForm_ViperFS.rfdButton a.rfdInputDisabled.rfdSkinnedButton:hover {
    border: none !important;
    padding: 0;
    line-height: 1.5;
    border-radius: 4px;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

    .RadForm_ViperFS.rfdButton a.rfdSkinnedButton:hover {
        border: none !important;
        background-color: #347deb !important;
    }

        .RadForm_ViperFS.rfdButton a.rfdSkinnedButton:hover > input {
            background-color: transparent !important;
            color: #fff;
        }

.RadForm a.rfdSkinnedButton {
    padding: 4px 0;
    height: inherit !important;
}

.RadForm.rfdButton input[type="button"].rfdDecorated,
.RadForm.rfdButton input[type="reset"].rfdDecorated,
.RadForm.rfdButton input[type="submit"].rfdDecorated,
.RadForm.rfdButton .rfdSkinnedButton button {
    transition: none;
    padding: 8px !important;
    height: inherit !important;
    border-radius: 4px;
    min-width: 146px;
    width: auto !important;
}

.RadForm_ViperFS.rfdButton a.rfdSkinnedButton > * {
    cursor: pointer !important;
    color: #212529;
    line-height: 1.5;
    padding: 0;
}

.rfdSkinnedButton {
    margin: 4px !important;
}

/* Breadcrumbs */
#backDiv {
    display: none;
}

.NavButton {
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    margin-top: 9px;
    padding: 5px;
    border-radius: 4px;
    min-width: 30px;
}

    .NavButton:hover {
        background-color: #347deb !important;
        color: #fff !important;
        cursor: pointer;
    }

    .NavButton:disabled,
    .NavButton:disabled:hover {
        cursor: default !important;
        color: lightgray !important;
        background-color: #e6e6e6 !important;
    }

        .NavButton:disabled > svg,
        .NavButton:disabled:hover > svg {
            cursor: default !important;
        }

/* Search panel */
#ctl00_ContentPlaceHolderMainContent_ctl00_SearchPanelMain {
    margin-bottom: 12px;
}

/* Include tab */
.TabControlGen {
    background: #fff !important;
    outline: 1px solid #e6e6e6;
    display: inline-block;
}

.KSD-TabControl {
    background: none !important;
}

.MainContent {
    padding-right: 5px;
}

.KSD-TabControl .rmItem {
    background-color: white;
    padding: 0 !important;
    height: 30px !important;
    line-height: 30px !important;
    border: none !important;
}

.KSD-TabControl .rmRootGroup {
    border: none !important;
    background-color: white;
}

.KSD-TabControl .rmRootLink {
    border: none !important;
    text-transform: none;
    padding: 0 10px !important;
    color: inherit;
}

    .KSD-TabControl .rmRootLink:hover {
        background-color: #347deb;
    }

.KSD-TabControl .rmText {
    padding: 0 !important;
    color: inherit !important;
}

.KSD-TabControl .rmSelected {
    background-color: #347deb;
    color: white !important;
    font-weight: normal !important;
}

.KSD-TabControl .rmExpanded {
    background-color: #347deb;
    color: white !important;
}

.KSD-TabControl .rmSlide .rmLink {
    line-height: 30px !important;
    height: 30px !important;
    padding: 0 32px !important;
}

.KSD-TabControl .rmLink .rmText {
    text-transform: none !important;
    text-align: left !important;
}

.KSD-TabControl .rmLink:hover {
    background-color: #347deb !important;
    color: white !important;
}

.KSD-TabControl .rmGroup::before {
    border: none !important;
}

@media only screen and (min-width: 601px) {
    .MainContent {
        padding-right: 0;
    }

    .LoginName {
        width: auto;
    }
}

.TableContentBlock > table {
    margin-bottom: 8px;
}

/* HTML editor */
span.RadAjaxPanel {
    border: none;
}

/* Print button */
.PrintButtonDiv {
    margin-top: 6px;
    margin-right: 16px;
}

    .PrintButtonDiv > a {
        border: 1px solid lightgray;
        background: white;
        border-radius: 4px;
        cursor: pointer;
        padding: 4px;
        color: #333;
    }

        .PrintButtonDiv > a:hover {
            background: #347deb !important;
            color: white;
        }

/* Spreadsheet */
.rgMasterTable > tbody {
    border: 1px solid #e6e6e6;
}

.rgMasterTable td .ContentBlock {
    background-color: transparent !important;
    border: none;
    margin: 0;
    padding: 4px;
}

.rgMasterTable .rgRow td, .rgMasterTable .rgRowAlternate td {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}

.rgRow {
    background-color: white;
}

/* Top menu */
.TopMenu a:link {
    transition: none !important;
}

/* Pop-up */
.rwStatusbarRow {
    display: none;
}

/* Update panel spinner */
.spinner-wrapper {
    z-index: 99999;
    position: fixed;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
}

    .spinner-wrapper > .spinner {
        display: flex;
        margin: 0 auto;
        background-color: white;
        padding: 10px;
        border-radius: 20px
    }

.spinner > svg > circle:nth-of-type(1) {
    stroke: #d75473;
}

.spinner > svg > circle:nth-of-type(2) {
    stroke: #347deb;
}

/* Background for main menu */
.PageBody {
    background-color: #333;
}

/* Grid action buttons */
.DetailsHeader {
    display: flex;
}

.DetailsHeaderActions {
    display: flex;
    flex: 1 1 auto;
    align-self: center;
}

.DetailsHeaderGridSettings {
    align-self: center;
    display: flex;
    align-items: center;
}

    .DetailsHeaderGridSettings .GridActionButton:last-child {
        margin: 0;
    }

.GridActionButton {
    border-radius: 4px;
    border: 1px solid #cfd7df !important;
    color: #757575;
    margin-right: 4px;
    -webkit-font-smoothing: antialiased;
    padding: 3px 6px !important;
    font-weight: 500;
    letter-spacing: normal;
}

    .GridActionButton:hover {
        color: #fff !important;
        border-color: #347deb !important;
        background-color: #347deb !important;
    }

/* RadContextMenu */

.RadMenu .rmGroup:before {
    display: none !important;
}

.RadMenu_ViperFS_Context {
    font-size: 12px;
    font-weight: 500;
    text-transform: none;
}

.RadMenu .rmGroup .rmText {
    padding: 0 8px 0 0 !important;
}

.RadMenu .rmGroup .Item:hover, .RadMenu_ViperFS .rmGroup .rmLink:hover, .RadMenu_ViperFS .rmGroup .rmFocused, .RadMenu_ViperFS .rmGroup .rmFocused:hover {
    background-color: #f1f1f1 !important;
    color: #757575 !important;
}

.RadMenu_ViperFS .rmGroup .rmLink {
    margin: 0 !important;
}

.RadMenu .rmGroup .rmLink {
    margin: 0 !important;
    padding: 6px 16px !important;
}

.RadMenu ul.rmGroup {
    padding: 0 !important;
    margin: 0 !important;
    border-radius: 4px !important;
    border: 1px solid #cfd7df !important;
}

.RadMenu .rmGroup .rmItem:not(:last-child) {
    border-bottom: 1px solid #cfd7df !important;
}

.RadMenu .rmGroup .rmFirst .rmLink {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.RadMenu .rmGroup .rmLast .rmLink {
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.RadMenu .rmVertical .rmItem .rmText > svg {
    margin-right: 6px;
}

/* ActionForms */
.ActionForms {
    margin: 10px 0;
}

    .ActionForms > div {
        border: 1px solid #e6e6e6;
        background-color: #f6f6f6;
        padding: 14px 20px;
        border-radius: 6px;
    }

    .ActionForms a.rfdSkinnedButton {
        height: 32px !important;
    }

.ActionFormHeader {
    margin-bottom: 8px;
}

    .ActionFormHeader > span {
        font-size: 18px;
        color: #757575;
    }

.ActionBar {
    display: flex;
    margin-bottom: 10px;
}

/* REVAMP */
.HeaderButtonsRevamp > a {
    border: none;
    background: none;
    cursor: pointer;
    padding: 4px;
    color: rgba(85,85,85,.7);
}

    .HeaderButtonsRevamp > a:hover {
        background: none;
        color: #333333;
    }

#LogoutDiv > a {
    color: rgba(85,85,85,.7);
}

    #LogoutDiv > a:hover {
        color: #333333;
    }

.voTabControl .rmItem {
    background: none !important;
}

.voTabControl .KSD-ActiveTabItem {
    background: none !important;
    box-shadow: 0 -2px 0 0 var(--accent-color) inset;
}

    .voTabControl .KSD-ActiveTabItem a {
        color: #7f7f7f !important;
    }

        .voTabControl .KSD-ActiveTabItem a:hover {
            color: #7f7f7f !important;
            background: none !important;
            border-bottom: 2px solid var(--accent-color);
        }

DIV.voTabControl a:hover {
    color: #7f7f7f !important;
    background: none !important;
    border-bottom: 2px solid var(--accent-color);
    -webkit-transition: none !important;
    -moz-transition: none !important;
    transition: none !important;
}

.RadForm_ViperFS .voFilterNewButton > a.rfdSkinnedButton {
    background-color: var(--accent-color) !important;
    width: 100%;
}

    .RadForm_ViperFS .voFilterNewButton > a.rfdSkinnedButton .rfdDecorated {
        color: #ffffff !important;
        width: 100% !important;
        border: 1px solid var(--accent-color) !important;
        font-size: 16px !important;
        padding: 0 !important;
        height: 35px !important;
    }

    .RadForm_ViperFS .voFilterNewButton > a.rfdSkinnedButton:hover .rfdDecorated {
        color: var(--accent-color) !important;
        background-color: #ffffff !important;
        border: 1px solid var(--accent-color) !important;
    }

.vo-page #ctl00_ContentPlaceHolderMainContent_ctl00_PanelDetails {
    display: flex;
    flex-direction: column;
}

.voSearchPanel {
    background-color: #ffffff;
    border: 1px solid #e6e6e6;
    border-radius: 6px;
    overflow-y: hidden;
}

    .voSearchPanel tr {
        column-gap: 20px;
        padding: 0 24px;
    }

    .voSearchPanel .ContentBlock {
        border: none;
        margin-bottom: 0;
        padding-top: 0;
    }

    .voSearchPanel tr .ContentBlock {
        padding: 0;
    }

    .voSearchPanel > .TableContentBlock {
        padding: 0 24px 16px;
    }

.voSearchHeader {
    color: rgba(85,85,85,.7);
    font-size: 25px;
    margin-top: 14px;
    display: flex;
    align-items: center;
}

    .voSearchHeader:hover {
        color: #333333;
    }

.voSearchLabel {
    flex: 1;
}

.voSearchText {
    padding-left: 12px;
}

.vo-search-input {
    border: none;
    flex: 1;
    margin: auto 22px auto 16px;
    background-color: #f7f7f7;
    padding: 8px 15px 6px;
    border-radius: 4px;
    color: #333 !important;
}

div.voTabControl {
    height: initial;
}

    div.voTabControl .rmItem,
    div.voTabControl div.KSD-ActiveTabItem {
        line-height: initial !important;
        height: initial !important;
        text-align: left !important;
    }

    div.voTabControl .KSD-ActiveTabItem a:hover {
        color: #7f7f7f !important;
    }

    div.voTabControl a {
        font-size: 14px !important;
        height: 36px;
        line-height: 36px;
        text-decoration: none;
        text-transform: none;
    }

    div.voTabControl .rmGroup a {
        display: block !important;
    }

    div.voTabControl a:hover,
    div.voTabControl .KSD-ActiveTabItem a:hover {
        border-bottom: none;
    }

    div.voTabControl .RadMenu .rmGroup .rmText {
        padding: 0 !important;
        margin: 0 !important;
    }

.vo-nav .RadPanelBar_ViperFS .rpExpandable span.rpExpandHandle,
.vo-nav .RadPanelBar_ViperFS a.rpExpandable:hover span.rpExpandHandle,
.vo-nav .RadPanelBar_ViperFS a.rpExpandable:hover .rpNavigation .rpExpandHandleHovered {
    background-position: -1px -7px !important;
    transform: translateX(-5px) scale(1.2) !important;
}

.vo-nav .RadPanelBar_ViperFS .rpExpanded span.rpExpandHandle,
.vo-nav .RadPanelBar_ViperFS a.rpExpanded:hover span.rpExpandHandle,
.vo-nav .RadPanelBar_ViperFS a.rpExpanded:hover .rpNavigation .rpExpandHandleHovered {
    background-position: -1px -7px !important;
    transform: rotate(180deg) translateX(5px) scale(1.2) !important;
}

.vo-nav div.RadPanelBar_ViperFS .rpGroup a.rpLink {
    margin: 0 12px !important;
    /*    padding: 4px 0 !important; 
    font-size: 15px !important;*/
}

.vo-nav .RadPanelBar .rpGroup .rpOut {
    margin: 0 !important;
}

.vo-nav div.RadPanelBar_ViperFS .rpGroup a.rpLink:hover {
    border: none !important;
}

.vo-nav div.RadPanelBar_ViperFS ul.rpGroup .rpFocused,
.vo-nav div.RadPanelBar_ViperFS ul.rpGroup .rpSelected,
.vo-nav div.RadPanelBar_ViperFS .rpGroup a.rpSelected:hover {
    box-shadow: 4px 0 0 0 white inset;
    color: rgba(255, 255, 255, .7) !important;
}

.vo-nav .RadPanelBar .rpText {
    margin-left: 8px;
    overflow: hidden;
    white-space: nowrap;
}

.rgMasterTable tbody tr:nth-child(2n):not(.rgSelectedRow) {
    background-color: #ededed;
}

.vo-page-content .rgMasterTable tbody tr:nth-child(2n) {
    background-color: white;
}

/* GRID */
.vo-page-content .rgRow:not(.rgSelectedRow):not(.rgHoveredRow) td {
    border-color: #e6e6e6 #fff !important;
}

.vo-page-content .rgHoveredRow td,
.vo-page-content .rgSelectedRow td {
    border-color: #fff #f2f2f2 !important;
}

.vo-page-content .RadGrid_ViperFS .rgHoveredRow,
.vo-page-content .RadGrid_ViperFS .rgSelectedRow {
    color: initial !important;
    background-color: #f2f2f2 !important;
}

    .vo-page-content .RadGrid_ViperFS .rgHoveredRow input,
    .vo-page-content .RadGrid_ViperFS .rgHoveredRow a,
    .vo-page-content .RadGrid_ViperFS .rgSelectedRow input,
    .vo-page-content .RadGrid_ViperFS .rgSelectedRow a {
        color: initial !important;
    }

.vo-page-content .rgMasterTable {
    border-collapse: collapse !important;
}

    .vo-page-content .rgMasterTable > tbody {
        border: none !important;
    }

        .vo-page-content .rgMasterTable > tbody > tr:last-child > td {
            border-bottom: none;
        }

    .vo-page-content .rgMasterTable > thead {
        outline: 1px solid #e6e6e6;
    }

        .vo-page-content .rgMasterTable > thead > tr {
            height: 46px;
        }

.vo-page-content .rgHeader {
    background-color: white !important;
}

.vo-page-content .RadGrid th.rgHeader > a, .vo-page-content .RadGrid th.rgHeader {
    color: #888 !important;
}
/* / GRID */

.vo-page-header,
.vo-page-header-left,
.vo-page-header-right {
    display: flex;
    min-width: 0;
}

.vo-page-header-left,
.vo-page-header-right {
    align-items: center;
}

.vo-page-header-right {
    margin-left: 10px;
}

.vo-page-header-container {
    position: sticky;
    top: 0;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 #aaa;
    z-index: 50;
}

.vo-page-header {
    padding: 12px 24px;
}

.vo-page-header-left {
    flex: 1;
}

.vo-page-title-container {
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.vo-page-title {
    font-size: 32px;
    color: var(--accent-color);
    font-family: 'Segoe UI', helvetica, arial, sans-serif;
    display: flex;
    align-items: center;
    min-width: 0;
}

.vo-page-subtitle {
    font-size: 16px;
    color: #7f7f7f;
    min-height: 22px;
}

.vo-content-filters .vo-page-title {
    margin-bottom: 16px;
}

.vo-icon-button {
    border: none !important;
    background-color: white;
    color: gray;
    font-size: 10px;
    cursor: pointer;
    margin: 0;
    box-shadow: 0 3px 1px -2px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
    padding: 5px;
    border-radius: 4px;
    min-width: 30px;
}

.vo-back-button {
    margin-right: 12px;
}

.vo-page-record-count {
    color: #aaa;
    font-size: 12px;
    margin-right: 8px;
}

.vo-page-content {
    display: flex;
}

.vo-content-filters {
    flex: 0 0 210px;
    padding: 16px 6px;
    margin-left: 16px;
    position: sticky;
    top: 0;
    align-self: flex-start;
}

.voFilterNewButton > a {
    margin: 0 0 12px !important;
}

.vo-button-block {
    padding: 16px 16px 0;
    display: flex;
}

.vo-filter-list-header {
    color: var(--accent-color);
    font-size: 20px;
    margin: 8px 0;
}

.vo-filter-item {
    margin-bottom: 4px;
}

    .vo-filter-item > a {
        color: #333 !important;
        text-decoration: none !important;
        font-size: 15px;
        min-height: 36px;
        padding: 0 12px;
        display: flex;
        align-items: center;
        grid-gap: 8px;
    }

        .vo-filter-item > a:hover {
            background-color: #e2e2e2;
            border-radius: 6px;
        }

        .vo-filter-item > a.selected {
            background-color: var(--bg-color-darker) !important;
            border-radius: 0 6px 6px 0 !important;
        }

    .vo-filter-item a svg {
        color: #555;
    }

.vo-content-details {
    flex: 1;
    padding: 16px 16px 8px;
}

.vo-form-actions {
    display: flex;
    align-items: center;
}

.ButtonBlock > span.vo-form-actions > a {
    font-weight: normal;
    text-decoration: underline;
    color: #333;
}

div.voTabControl a:hover {
    transition: none !important;
}

.vo-layout div.KSD-TabControl a {
    transition: none !important;
}

.vo-layout div.KSD-TabControl .rmVertical li {
    margin: 0;
}

div.voTabControl .RadMenu ul.rmGroup {
    border-radius: 0 !important;
    border: none !important;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 6px 10px 0px;
}

div.voTabControl .RadMenu .rmGroup .rmItem {
    border-radius: 0 !important;
    border: 0 !important;
}

ul.rmRootGroup.rmHorizontal:focus,
.RadMenu:focus {
    outline: none !important;
}

div.voTabControl .RadMenu .rmGroup .rmLink {
    padding: 4px 12px !important;
    border: 0 !important;
}

.vo-stepper {
    font-size: 18px;
    font-weight: 500;
    display: flex;
    justify-content: space-around;
    height: 60px;
    padding: 10px 40px;
    align-items: center;
    margin-bottom: 12px;
}

    .vo-stepper > .step {
        display: flex;
        align-items: center;
        height: 72px;
        overflow: hidden;
        padding: 0 24px;
        color: black;
        text-decoration: none;
    }

    .vo-stepper > a.step:hover {
        background-color: #eee;
    }

    .vo-stepper > .step > .step-icon {
        color: var(--accent-color);
        margin-right: 8px;
    }

        .vo-stepper > .step > .step-icon .step-icon-inner {
            display: flex;
            align-items: center;
            justify-content: center;
            top: 0;
            font-style: normal;
            font-weight: bold;
        }

    .vo-stepper > .step:not(.selected),
    .vo-stepper > .step:not(.selected) .step-icon {
        color: #999;
    }

    .vo-stepper .step-divider {
        flex: auto;
        height: 0;
        margin: 0 -12px;
        min-width: 32px;
        border-top: 1px solid #ccc;
        z-index: 10;
    }

.voButton {
    display: inline-block;
    text-align: center;
    background-color: white;
    font: normal 14px "Segoe UI", Arial, Helvetica, sans-serif;
    padding: 4px 12px;
    min-width: 100px;
    width: auto !important;
    color: var(--accent-color) !important;
    cursor: pointer !important;
    outline: none;
    transition: box-shadow .15s ease-out;
    font-weight: 500;
    border: 1px solid var(--accent-color);
    border-radius: 4px;
    text-decoration: none !important;
}

    .voButton:hover {
        /*box-shadow: 0 2px 4px 0px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);*/
        color: #fff !important;
        background-color: var(--accent-color);
    }

    .voButton.voImportantButton {
        background-color: var(--accent-color) !important;
        color: white !important;
    }

    .voButton.voButtonSmall {
        box-sizing: border-box;
        display: inline-block;
        line-height: 1.4em;
        padding: 3px 12px;
        vertical-align: top;
        text-align: center;
        font-size: 12px;
        margin: 0;
        min-width: auto;
    }

    .voButton + a {
        margin-left: 8px;
    }

        .voButton + a.voLink {
            margin-left: 16px;
        }

    .voButton.voImportantButton:hover {
        background-color: #145fd1 !important;
    }

.DetailsHeaderActions .voActionButton {
    margin-right: 8px;
    margin-left: 0 !important;
}

.voButtonSmall + a {
    margin-left: 6px !important;
}

.voButton:focus {
    box-shadow: 0 0 0 0.2rem #94B8F0;
}

.voActionButton {
    display: flex !important;
    align-items: center;
    min-width: initial;
    font-size: 13px;
    font-weight: 400;
    padding: 1px 8px;
}

.voButton svg {
    pointer-events: none;
}

.voActionButton svg {
    margin-right: 4px;
}

.vo-grid-settings {
    color: var(--accent-color) !important;
    margin-left: 12px !important;
    padding: 4px;
}

    .vo-grid-settings:hover {
        color: #145fd1 !important;
    }

.voLink {
    font-weight: 500;
    text-decoration: underline !important;
    color: #333 !important;
    cursor: pointer;
}

.vo-page-content .rfdDecorated {
    color: var(--accent-color);
    transition: all 0.15s ease-out 0s;
    border: 2px solid var(--accent-color) !important;
    padding: 6px !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    box-shadow: none;
}

.vo-page-content .rfdSkinnedButton:hover {
    background-color: white;
    color: var(--accent-color);
    box-shadow: 0 2px 4px 0px rgba(0,0,0,.2), 0 2px 2px 0 rgba(0,0,0,.14), 0 1px 5px 0 rgba(0,0,0,.12);
}

.vo-button-block {
    padding: 16px 16px 0;
    display: flex;
}

.vo-layout .ContentBlock {
    margin-bottom: 8px !important;
}

.vo-caption-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .vo-caption-container svg {
        padding: 4px;
    }

.vo-field-helpicon {
    color: #b2b2b2;
    cursor: pointer;
}

    .vo-field-helpicon:hover {
        color: #555;
    }

.vo-nav {
    z-index: 1000;
    box-shadow: 0 2px 8px 0 rgba(0,0,0,.35);
}

    .vo-nav,
    .vo-nav .RadPanelBar_ViperFS .rpRootGroup .rpLink {
        background-color: #123C69 !important;
    }

.voSearchText,
.voSearchLabel {
    color: #123C69 !important;
}

.vo-nav .RadPanelBar_ViperFS .rpRootGroup .rpItem .rpExpanded,
.vo-nav .RadPanelBar_ViperFS .rpSlide .rpLink,
.vo-nav .RadPanelBar_ViperFS .rpSlide,
.vo-nav .RadPanelBar_ViperFS .rpSlide > .rpGroup {
    background-color: #174E8A !important;
}

.vo-page-title,
.vo-filter-list-header,
.vo-layout .DetailsHeader {
    color: #AC3B61 !important;
}

.vo-page {
    background-color: #EEE2DC;
}

.RadForm_ViperFS .voFilterNewButton > a.rfdSkinnedButton,
.voButton.voImportantButton {
    background-color: #AC3B61 !important;
}

.vo-layout.RadForm_ViperFS .voFilterNewButton > a.rfdSkinnedButton:hover .rfdDecorated,
.voButton {
    color: #AC3B61 !important;
    border-color: #AC3B61 !important;
}

.RadForm_ViperFS .voFilterNewButton > a.rfdSkinnedButton .rfdDecorated,
.voButton {
    border-color: #AC3B61 !important;
}

.voFilterNewButton {
    display: flex !important;
    justify-content: center;
    align-items: center;
    height: 28px;
    font-size: 18px !important;
    font-weight: normal !important;
}

.vo-nav div.RadPanelBar_ViperFS ul.rpGroup .rpSelected,
.vo-filter-item > a.selected {
    box-shadow: 4px 0 0 0 #AC3B61 inset;
}

.vo-page-content tr.rgSelectedRow td.select-column {
    box-shadow: 5px 0 0 0 #AC3B61 inset;
}

.nav-item,
.vo-nav .RadPanelBar_ViperFS .rpRootGroup > .rpItem {
    border: none !important;
}

/*.voSearchPanel, 
.vo-layout .ContentBlock { 
    border: none !important; 
}*/

.vo-filter-item > a {
    font-weight: 500 !important;
}

    .vo-filter-item > a:hover {
        background-color: #EDC7B7 !important;
    }

.voSearchPanel .ContentBlock {
    padding-bottom: 0 !important;
}

#signalsDiv a {
    margin-left: 6px;
}

.signalButton {
    color: #333;
}

.vo-nav .toolbar-icon.toolbar-sidebar-collapse {
    color: #fff !important;
}

.vo-nav .rpSlide .rpItem {
    margin-left: 18px;
    margin-right: 18px;
}

.vo-nav div.RadPanelBar_ViperFS ul.rpGroup .rpSelected {
    box-shadow: 4px 0 0 0 #fff inset;
}

.vo-nav div.RadPanelBar_ViperFS .rpGroup a.rpLink:hover {
    background-color: #123C69 !important;
}

.vo-nav .RadPanelBar .rpGroup .rpLink, .RadPanelBar .rpGroup .rpTemplate {
    line-height: 26px;
}

.vo-nav .RadPanelBar_ViperFS .rpSlide .rpLast {
    /*padding-bottom: 18px !important;*/
}

.vo-nav .nav-item:hover,
.vo-nav .RadPanelBar_ViperFS .rpRootGroup .rpLink:hover {
    background-color: #174E8A !important;
}

.vo-nav {
    display: flex;
    flex-direction: column;
}

.vo-nav-items {
    flex: 1;
    overflow: auto;
    padding-bottom: 20px;
}

.vo-nav.collapsed .vo-nav-open-icon {
    flex: 1;
    align-self: center;
    align-items: center;
    display: flex;
    color: white;
}

.vo-nav-open-icon,
.vo-nav:hover .vo-nav-open-icon {
    display: none;
}

.voSearchHeader {
    margin-bottom: 16px !important;
}

.vo-page {
    overflow: hidden;
    display: flex;
    flex-direction: column;
}

    .vo-page > div {
        overflow: hidden;
        display: flex;
        flex-direction: column;
    }

    .vo-page #ctl00_ContentPlaceHolderMainContent_ctl00_DivPage,
    .vo-page .TabPage {
        overflow: auto !important;
        flex: 1;
    }

    .vo-page > div.DetailsTitle {
        box-shadow: 0 1px 4px 0 #aaa;
        z-index: 5;
    }

.vo-layout .TableContentBlock {
    margin-top: 8px;
}

.vo-layout .DetailsHeader {
    margin-bottom: 0 !important;
}

.ActionForms {
    margin: 0 !important;
}

    .ActionForms > div {
        margin: 0 0 10px 0 !important;
    }

.voActionButton {
    /*margin-bottom: 10px !important;*/
}

.vo-page > .TabPage {
    margin: 0;
    padding: 0 16px 8px 16px;
}

.vo-nav .RadPanelBar_ViperFS .rpRootGroup {
    border: none !important;
}

    .vo-nav .RadPanelBar_ViperFS .rpRootGroup > .rpItem {
        user-select: none;
    }

    .vo-nav .RadPanelBar_ViperFS .rpRootGroup .rpItem .rpExpandable {
        /*        font-size: 16px !important; 
        color: #eee !important; 
        padding: 14px 0 !important; 
        border: none !important;*/
    }

    .vo-nav,
    .vo-nav .RadPanelBar_ViperFS .rpRootGroup .rpLink {
        background-color: var(--primary-color) !important;
    }

.voSearchText,
.voSearchLabel {
    color: var(--accent-color) !important;
}

.vo-nav .RadPanelBar_ViperFS .rpRootGroup .rpItem .rpExpanded,
.vo-nav .RadPanelBar_ViperFS .rpSlide .rpLink,
.vo-nav .RadPanelBar_ViperFS .rpSlide,
.vo-nav .RadPanelBar_ViperFS .rpSlide > .rpGroup {
    background-color: var(--primary-color) !important;
}

.vo-page-title,
.vo-filter-list-header,
.vo-layout .DetailsHeader {
    color: var(--accent-color) !important;
}

.vo-page {
    background-color: var(--bg-color);
}

.RadForm_ViperFS .voFilterNewButton > a.rfdSkinnedButton,
.voButton.voImportantButton,
.vo-nav .NavButton:hover {
    background-color: var(--accent-color) !important;
}

.vo-layout.RadForm_ViperFS .voFilterNewButton > a.rfdSkinnedButton:hover .rfdDecorated,
.voButton {
    color: var(--accent-color) !important;
    border-color: var(--accent-color) !important;
}

.RadForm_ViperFS .voFilterNewButton > a.rfdSkinnedButton .rfdDecorated,
.voButton {
    border-color: var(--accent-color) !important;
}

.vo-nav div.RadPanelBar_ViperFS ul.rpGroup .rpSelected,
.vo-filter-item > a.selected {
    box-shadow: 4px 0 0 0 var(--accent-color) inset;
}

.vo-page-content tr.rgSelectedRow td.select-column {
    box-shadow: 3px 0 0 0 var(--accent-color) inset;
}

.vo-filter-item > a:hover {
    background-color: var(--bg-color-darker) !important;
}

.vo-nav div.RadPanelBar_ViperFS ul.rpGroup .rpSelected {
    box-shadow: 4px 0 0 0 #fff inset;
}

.vo-nav div.RadPanelBar_ViperFS .rpGroup a.rpLink:hover {
    background-color: var(--primary-color-lighter) !important;
}

.vo-nav .nav-item:hover,
.vo-nav .RadPanelBar_ViperFS .rpRootGroup .rpLink:hover {
    background-color: var(--primary-color-lighter) !important;
}

.voButtonDisabled, .voButtonDisabled:hover {
    background: rgb(238, 238, 238) !important;
    color: #999 !important;
    border: 1px solid #ddd !important;
    cursor: default !important;
    box-shadow: none !important;
}

.voButtonDisabled:active {
    pointer-events: none;
}

.voTabControl .KSD-ActiveTabItem {
    box-shadow: 0 -2px 0 0 var(--accent-color) inset;
}

.vo-nav div.RadPanelBar_ViperFS ul.rpGroup .rpFocused,
.vo-nav div.RadPanelBar_ViperFS ul.rpGroup .rpSelected,
.vo-nav div.RadPanelBar_ViperFS .rpGroup a.rpSelected:hover {
    box-shadow: 4px 0 0 0 var(--accent-color) inset;
    color: rgba(255, 255, 255, .7) !important;
}

.voButton {
    line-height: 22px;
}

.TableContentBlock .EditField .RadAjaxPanel {
    border: none;
}

.voSpreadSheet > table {
    border: 1px solid #e6e6e6;
}

.voSpreadSheet .rgHeader {
    color: #888 !important;
    height: 40px;
    line-height: 40px;
}

    .voSpreadSheet .rgHeader td {
        padding-left: 8px;
    }

.voSpreadSheet .rgRow > td {
    border-width: 1px 0 1px;
    border-style: solid;
}

.voSpreadSheet .rgRowAlternate {
    background-color: initial;
}

.vo-layout .RadPanelBar_ViperFS .rpSlide .rpSelected {
    color: var(--accent-color) !important;
}

.vo-layout .DetailsHeader,
.vo-page-content .DetailsHeader,
.vo-layout .DetailsTitle {
    color: var(--accent-color);
}

.voActionFormBody .ContentBlock {
    padding: 0;
    margin: 0;
    background: initial;
    border: 0;
}

.voActionFormBody .TableContentBlock {
    margin-top: 0 !important;
}

.voActionFormBody > table > tbody > tr {
    display: flex;
}

.vo-layout .PopUpContent > #ctl00_ContentPlaceHolderMainContent_PanelDetails {
    display: flex;
    flex-direction: column;
    height: 100%;
}

/* Scrollbar */
.vo-layout .vo-nav-items,
.vo-layout .TabPage,
.vo-layout #ctl00_ContentPlaceHolderMainContent_ctl00_DivPage {
    scrollbar-width: thin;
}

    .vo-layout .vo-nav-items::-webkit-scrollbar,
    .vo-layout .TabPage::-webkit-scrollbar,
    .vo-layout #ctl00_ContentPlaceHolderMainContent_ctl00_DivPage::-webkit-scrollbar {
        width: 8px !important;
    }

    .vo-layout .vo-nav-items::-webkit-scrollbar-thumb,
    .vo-layout .TabPage::-webkit-scrollbar-thumb,
    .vo-layout #ctl00_ContentPlaceHolderMainContent_ctl00_DivPage::-webkit-scrollbar-thumb {
        background-color: #999 !important;
        border: none !important;
        box-shadow: inset 0 0 5px grey;
    }

    .vo-layout .vo-nav-items::-webkit-scrollbar-button,
    .vo-layout .TabPage::-webkit-scrollbar-button,
    .vo-layout #ctl00_ContentPlaceHolderMainContent_ctl00_DivPage::-webkit-scrollbar-button {
        height: 0px !important;
    }

    .vo-layout .vo-nav-items::-webkit-scrollbar-track-piece,
    .vo-layout .TabPage::-webkit-scrollbar-track-piece,
    .vo-layout #ctl00_ContentPlaceHolderMainContent_ctl00_DivPage::-webkit-scrollbar-track-piece {
        box-shadow: inset 0 0 5px grey;
    }
