@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap');

/*TMTM TILES*/
.TileContainer {
    background: #dedede;
    background-color: #dedede;
    padding: 5px;
}

.TileName {
    word-break: break-word;
    word-wrap: break-word;
    font-size: small;
}

.TileTable {
    height: 120px !important;
    width: 300px !important;
    float: left;
    margin-right: 5px;
    margin-top: 10px;
    margin-left: 10px;
    margin-bottom: 10px;
    box-shadow: 5px 4px 4px 0 rgba(0,0,0,0.1);
    transition: 0.1s;
    border-radius: 5px;
    cursor: pointer;
}

    .TileTable:hover {
        box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
        border: 3px solid #eeeeee;
    }

.TileImage {
    height: 25px;
    width: 25px;
}

.TileTableDisable {
    pointer-events:none;
}

/*TMTM TILES*/

.lblClientHeader {
    display: inline-block;
}

.lblClientHeader img {
    max-height: 59px !important;
    max-width: 350px !important;
}

.lblClientHeader p {
    width: 100% !important;
    max-height: 65px !important;
    margin: 0;
}

.lnkPageActions{
    text-decoration:none;
    display:block;
    padding-left:13px;
    padding-top:5px;
    padding-bottom:5px;
}


.RadGrid .rgInfoPart {
    float:left !important;
    float:left !important;
    margin-left:20px;
}

.lnkPageActionsFirstItem {
    padding-top: 10px;
} 

.RadDock_Web20 .rdTop .rdLeft, .RadDock_Web20 .rdTop .rdRight, .RadDock_Web20 .rdTop .rdCenter, .RadDock_Web20 .rdBottom .rdLeft, .RadDock_Web20 .rdBottom .rdRight, .RadDock_Web20 .rdBottom .rdCenter {
    background-image: unset !important ;
    }

.RadDock_Web20 .rdMiddle .rdLeft, .RadDock_Web20 .rdMiddle .rdRight {
    background-image: unset !important ;
    }

.RadDock_Web20 .rdMiddle .rdCenter, .RadDock_Web20 .rdBottom .rdCenter {
    background-color: none !important;
    background-color: unset !important;
}

/*.dropbtn:hover, .dropbtn:focus {
    background-color: rgba(230, 230, 230, 0.4);
}*/

/* TMTM STYLES FOR THE VCG*/
/* BEGIN HEADER BUTTON STYLING - TMTM*/
/* Top Blue Bar - MGD */
.outer-main-flexbox {
    position: absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: justify;
    justify-content: space-between;
}

.divClientHeader {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    z-index: 99999;
    height: 60px;
    width: 100%;
}

.header-container-progress {
    width: 100%;
    transition: height 0.25s;
    transition-timing-function: ease-out;
    background-color: #fff;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    -webkit-box-shadow: 0 4px 12px 0 rgb(38 39 39 / 20%);
    box-shadow: 0 4px 12px 0 rgb(38 39 39 / 20%);
}

div.divPageBreadcrumb {
    position: fixed;
    transition: top 0.25s;
    transition-timing-function: ease-out;
    left: 76px;
    color: #767676 !important;
    z-index: 99000 !important;
    background-color: #fff !important;
}

.header-progess {
    padding-left: 10px;
}

.scroll-progress-container {
    width: 100%;
    height: 5px;
    background-color: #fff;
    transition: top 0.25s;
    transition-timing-function: ease-out;
    position: absolute;
}

.scroll-progress {
    width: 0px;
    height: 5px;
    background-color: #0070c0;
}

.buttonbtt {
    color: #767676;
    font-size: 14px;
    font-weight: bold;
    background-color: transparent;
    position: fixed;
    display: inline-flex;
    z-index: 98000;
    transition: top 0.25s;
    transition-timing-function: ease-out;
    right: 30px;
    cursor: pointer;
}

.up_arrow_btt {
    align-self: start;
    width: 14px;
    margin-top: 2px;
    margin-left: 6px;
}

.main-wrapper {
    position: relative;
    width: 100vw;
    display: flex;
    -webkit-box-flex: 1;
    flex-grow: 1;
    overflow-x: auto;
}

.main-content {
    border: 1px lightgrey solid;
    border-top: none;
    background-color: #FFFFFF;
    width: 100%;
    padding: 10px;
    margin: 0 10px 0 4px;
}

.container-footer {
    line-height: 12px;
    padding-left: 24px;
    padding-right: 24px;
    padding-top: 5px;
    padding-bottom: 12px;
    font-family: 'Open Sans', sans-serif !important;
}

.container-apnConfidentiality * {
    font-size: 16px !important;
    font-family: 'Open Sans', sans-serif !important;
}

.footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .footer-row * {
        font-size: 16px;
        font-family: 'Open Sans', sans-serif !important;
    }

.footer-appName {
    display: flex;
    justify-content: left;
    align-items: center;
}

.footer-version {
    display: flex;
    justify-content: right;
    align-items: center;
}

/* Main Menu Waffle Icon Button Start */
.waffle-white {
    top: 4px !important;
    left: -1px !important;
    border-color: transparent !important;
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    margin-right: 20px;
}

.tooltipMainMenu {
    visibility: hidden;
    width: 110px;
    text-align: center;
    border-radius: 0;
    padding: 5px 0;
    position: absolute;
    color: #000;
    z-index: 1000008;
    background-color: #fafafa;
    border: 1px solid #000;
    font-size: 12px;
    font-family: 'Open Sans', sans-serif;
    top: 40px;
    left: 80%;
    transition-delay: 1s;
}

.waffle-white:hover {
    opacity: 1;
}

.waffle-white.is-active:hover {
    opacity: 1;
}

.waffle-white:hover {
    color: transparent !important;
    background-color: rgba(230, 230, 230, 0.2) !important;
    border-radius: 0px;
}

.waffle-white:hover .tooltipMainMenu {
    visibility: visible;
}

.waffle-white:hover {
    color: transparent !important;
    background-color: rgba(230, 230, 230, 0.2) !important;
    border-radius: 0px;
    height: 65px;
}

.waffle-white:focus {
    outline: 2px solid rgba(230, 230, 230, 0.2) !important;
    border-radius: 0px;
    height: 58px;
}

.waffle-white.focus {
    outline: none !important;
    outline: none -webkit-focus-ring-color !important;
    background-color: rgba(230, 230, 230, 0.2) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px;
}

.waffle-icon-img-white {
    height: 22px;
    width: 22px;
}

.waffle-icon-img-black {
    height: 22px;
    width: 22px;
}

/* Main Menu Waffle Icon Button Inside Modal */
.waffle-white-inside {
    position: fixed !important;
    top: 4px !important;
    left: 1px !important;
    z-index: 1000006;
    border-color: transparent !important;
    padding: 15px 15px;
    display: inline-block;
    cursor: pointer;
    transition-property: opacity, filter;
    transition-duration: 0.15s;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
}

.waffle-white-inside:hover {
    opacity: 1;
}

.waffle-white-inside.is-active:hover {
    opacity: 1;
}

.waffle-white-inside:hover {
    color: transparent !important;
    background-color: rgba(230, 230, 230, 0.2) !important;
    border-radius: 0px;
}

.waffle-white-inside:focus {
    outline: none !important;
    outline: none -webkit-focus-ring-color !important;
    background-color: rgba(230, 230, 230, 0.2) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px;
}

.waffle-white-inside.focus {
    outline: none !important;
    outline: none -webkit-focus-ring-color !important;
    background-color: rgba(230, 230, 230, 0.2) !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px;
}

.waffle-white-inside:hover {
    color: transparent !important;
    background-color: transparent !important;
    border-radius: 0px;
}

.waffle-white-inside:focus {
    outline: none !important;
    outline: none -webkit-focus-ring-color !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px;
}

.waffle-white-inside.focus {
    outline: none !important;
    outline: none -webkit-focus-ring-color !important;
    background-color: transparent !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border-radius: 0px;
}
/* Main Menu Waffle Icon Button End */

.btn-announcements {
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
    width: 65px;
    height: 58px;
    padding: 0;
}

.btn-announcements::before {
    /*content: "";
    position: absolute;
    right: 78px;
    top: 3px;
    width: 76px;
    height: 59px;*/
    display: none;
}

.btn-announcements:hover {
    color: transparent !important;
    background-color: rgba(230, 230, 230, 0.2) !important;
    border-radius: 0px;
    height: 65px;
}

.btn-announcements:focus {
    outline: 2px solid rgba(230, 230, 230, 0.2) !important;
    position: unset;
    right: 78px;
    top: 3px;
    width: 65px;
    height: 58px;
}

.divBtnUser {
    display: contents;
}

.btn-user {
    background-color: transparent !important;
    border: none !important;
    cursor: pointer;
    margin-right: 5px;
    width: 65px;
    height: 58px;
    padding: 0;
}

.btn-user::before {
    /*content: "";
    position: absolute;
    right: -1px;
    top: 0px;
    width: 76px;
    height: 61px;*/
    display: none;
}

.btn-user:hover {
    color: transparent !important;
    background-color: rgba(230, 230, 230, 0.2) !important;
    border-radius: 0px;
    height: 65px;
}

.btn-user:focus {
    outline: 2px solid rgba(230, 230, 230, 0.2) !important;
    position: unset;
    right: -7px;
    top: 0px;
    width: 65px;
    height: 58px;
}

.dropbtn {
    height: 25px !important;
    width: 25px !important;
}

.pageActions {
    padding: 0px 20px;
    margin-bottom: 100px;
}

/*.announcement {
    color: white;
    border: none;
    cursor: pointer;
}*/

/*.announcement:hover, .announcement:focus {
}*/

/*.announcementdropdown {
    position: relative;
    display: inline-block;
}*/

/*.announcementdropdown-content {
    display: none;
    left: -450px;
    top: 24px;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 450px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999999999;
    text-align: left;
    padding-top: 10px;
    padding-bottom: 12px;
    padding-left: 12px;
    padding-right: 12px;
}*/

/*.announcementdropdown-content tr {
    color: #595959;
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    background-color: white;
    margin-bottom: 2px;
    margin-top: 2px;
}*/

/*.announcementdropdown-content a {
    color: #595959;
    padding: 15px 15px;
    text-decoration: none;
    display: block;
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
}*/

/*.announcementdropdown-content img {
    padding-left: 10px;
}*/

/*.announcementdropdown tr:hover {
    background-color: #ddd;
}*/

/*.show {
    display: block;
}*/

/* END HEADER BUTTON STYLING */

/* BEGIN USER MENU STYLING - TMTM */
/*.dropbtn {
    color: white;
    border: none;
    cursor: pointer;
    height : 18px;
    width : 18px;
}*/


/*.dropdown {
    position: relative;
    display: inline-block;
}*/

/*.dropdown-content {
    display: none;
    left: -197px;
    top: 22px;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 190px;
    overflow: auto;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 999999999;
    text-align: left;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 12px;
    padding-right: 12px;
}*/

/*.dropdown-content a {
    color: #595959;
    padding: 8px 5px;
    text-decoration: none;
    display: block;
    font-style: normal;
    font-weight: normal;
}*/

/*.dropdown a:hover {
    background-color: #ddd;
}*/

/*.show {
    display: block;
}*/
/* END USER MENU STYLING - TMTM */

/* Main Menu - MGD */
.container-hMenu {
    width: 100%;
    position: fixed;
    /*z-index: 100000;*/
    z-index: 7000 !important;
    top: 60px;
    transition: top 0.25s;
    transition-timing-function: ease-out;
    right: 0;
    background-color: #f9f9f9;
    border-bottom: 1px solid #e0dfdf;
}

.RadNavigation .rnvMore.rnvLeft {
    float: right !important;
    content: "" !important;
    background-image: url(../images/icons/hamburger-drawer.png), url(.../images/icons/hamburger-drawer.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 15px !important;
    height: 12px !important;
    margin: 21px !important;
    padding: 2px !important;
    top: -4px;
    left: -6px;
}

.RadNavigation .rnvMore {
    background-color: #fff !important;
    border: 1px solid #fff !important;
}

.RadNavigation .rnvMore:hover {
    background-color: whitesmoke !important;
}

.RadNavigation .rnvMore:before {
    /*content: "" !important;
    line-height: 1;
    position: absolute;
    left: 50%;
    margin: -0.5em 0 0 -0.5em;*/
    float: left !important;
    content: "" !important;
    background-image: url(./images/icons/hamburger-drawer.png), url(../images/icons/hamburger-drawer.png), url(.../images/icons/hamburger-drawer.png);
    -webkit-background-size: contain;
    -moz-background-size: contain;
    -o-background-size: contain;
    background-size: contain;
    width: 20px !important;
    height: 20px !important;
    left: 10px !important;
}

.rnvSlide {
    z-index: 100001 !important;
}

.rnvMoreNodes {
    right: 20px !important;
    left: 75% !important;
}
/* Main Menu End - MGD */

.divPageBreadcrumb span {
    font-size: 16px !important;
    font-weight: bold !important;
    color: #767676 !important;
}

.tblBodyContent {
    margin-top: 126px;
}

/*------------------------------------------------------*/
TD, LI, BODY, P {
    color: #000000;
    font-family: 'Open Sans', Sans-Serif !important;
    font-weight: normal !important;
    font-size: medium !important;
}

H1 {
    FONT-WEIGHT: normal;
    COLOR: #093689;
    FONT-FAMILY: 'Open Sans', sans-serif;
    font-size: 24px;
    height: 16px;
}
H2 {
    FONT-WEIGHT: normal;
    COLOR: #269;
    FONT-FAMILY: 'Open Sans', sans-serif;
    font-size: 18px;
}
H3 {
    FONT-WEIGHT: normal;
    COLOR: #269;
    FONT-FAMILY: 'Open Sans', sans-serif
}
H4 {
    FONT-WEIGHT: normal;
    COLOR: #269;
    FONT-FAMILY: 'Open Sans', sans-serif
}
DT {
    FONT-WEIGHT: normal;
    COLOR: #269;
    FONT-FAMILY: 'Open Sans', sans-serif
}
BLOCKQUOTE {
    FONT-WEIGHT: normal;
    COLOR: #269;
    FONT-FAMILY: 'Open Sans', sans-serif
}
CITE {
	FONT-WEIGHT: normal; COLOR: #269; FONT-FAMILY: 'Open Sans', sans-serif
}
H4 {
	FONT-WEIGHT: bold; FONT-SIZE: 12pt; MARGIN-BOTTOM: 10px
}


.small {
	FONT-SIZE: 0.9em
}
.center {
	MARGIN: 0px auto; TEXT-ALIGN: center
}
.screenImg {
	padding: 0px;
	MARGIN: 0px 0px 15px; 	TEXT-ALIGN: center! important
}
.screenImg IMG {
	BORDER-RIGHT: #269 1px solid; BORDER-TOP: #269 1px solid; BORDER-LEFT: #269 1px solid; WIDTH: 165px! important; BORDER-BOTTOM: #269 1px solid; HEIGHT: 165px! important
}

.HighlightWord
{
    background-color:Gold;
}

.HeaderPhoneNumber {
    FONT-SIZE: 12px;
    COLOR: #000000;
    FONT-FAMILY: 'Open Sans', sans-serif;
    font-weight: bolder;
}

.FooterCopyright {
    font-size: 9px;
    color: #666666;
    font-family: 'Open Sans', sans-serif;
    font-weight: bolder;
}

.HeaderTopLinks {
    FONT-SIZE: 11px;
    COLOR: #000000;
    FONT-FAMILY: 'Open Sans', sans-serif;
    font-weight: normal;
}

.ModeratorMenuLink
{
    font-size: 11px;
    color: Blue;
    text-decoration: underline;
}

/*RAD Docks Styles*/
.RadDock_My_TitlePanel
{
    float: left;
    height: 27px;
    line-height: 35px;
}

.RadDock_Login_TitlePanel
{
    height: 23px;
    line-height: 38px;
}
/*End RAD Docks Styles*/

/*Start Section Borders*/
.SectionBorder
{
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #000000;
    padding: 5px;
}
.SectionBorderCritical
{
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #FF3334;
    padding: 5px;
}
.SectionBorderHelp
{
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #2BB0D7;
    padding: 5px;
}
.SectionBorderInfo
{
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #2BB0D7;
    padding: 5px;
}
.SectionBorderWarning
{
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #FFAD33;
    padding: 5px;
}
.SectionBorderReview
{
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid goldenrod;
    padding: 5px;
}
.SectionBorderOnHold
{
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #C71585;
    padding: 5px;
}
.SectionBorderEscalate 
{
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #1013C7;
    padding: 5px;
}
.SectionBorderAccept
{
    border-radius: 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; border: 1px solid #228B22;
    padding: 5px;
}
/*End Section Borders*/

/*Start Mergable Content Placeholders*/
.PlaceholderDisplay
{
     background-color: #CFD8E4;
     -khtml-opacity: .75; 
     -moz-opacity: .75; 
     -ms-filter: "alpha(opacity=75)";
     filter: alpha(opacity=75);
     filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0.75);
     opacity: .75;
}
/*End Mergable Content Placeholders*/

div.csFieldSetTextBox {
    /* MS : TFS 7614 : switch from 7px to 10px padding for conformity with other "csField ... .AutoArrange" CSS classes */
    padding: 10px;
    /*margin: 0px;*/
    text-align: left;
    vertical-align: bottom;
    font-family: 'Open Sans', sans-serif !important;
    width: 55.6%;
    /* MS : TFS 7614 : switch from 220px to 225px padding for conformity with other "csField ... .AutoArrange" CSS classes */
    min-width: 225px;
}

    div.csFieldSetTextBox.AutoArrange {
        display: inline-block;
        width: 27.8%;
        vertical-align: text-top;
    }

    div.csFieldSetTextBox.TopDown {
        display: inline-block;
        width: 89.6%;
        padding: 1px 5px 15px 20px;
    }

    div.csFieldSetTextBox.InLine {
        margin: 0px 0px 0px 0px;
        width: 30.9%; /*-calc(77.3% - 52.5px);*/ /*--TODO - Should this be 48px??? 80% - input margins (24px) - label margins (24px) */
        border: 0px;
        display: inline-block;
        vertical-align: text-top;
        align-items: flex-start;
    }

    div.csFieldSetTextBox.Grid {
        display: block;
        width: 80.3%;
        float: left;
    }

label.riLabel {
    text-align: left;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: bold;
    font-size: large;
    padding: 0px 5px 5px 0px;
}

    label.riLabel.TopDown {
        display: block;
        width: inherit;
    }

    label.riLabel.AutoArrange {
        display: inline-block;
        width: 100%;
        vertical-align: text-top;
    }

    label.riLabel.InLine {
        padding: 0px;
        margin: 0px 5px 0px 0px;
        width: 27.8%; /* - Changed for IE 20% causes wrap */
        display: inline-block;
        text-align: left;
        float: left;
        vertical-align: text-top;
        align-items: flex-start;
        word-break: break-word; /*RS TFS 572 Correccted Inline overlap. Reviewed with Jenn & Majesty */
    }

    label.riLabel.Grid {
        display: inline-block;
        width: 33.1%;
        min-width: 150px;
        text-align: left;
        vertical-align: top;
    }

    label.riLabel.Paragraph {
        display: inline;
        width: auto;
        min-width: 150px;
        vertical-align: text-top;
    }

    label.riLabel.required:hover {
        text-shadow: 1px 1px 1px red;
    }

    label.riLabel.required:before {
        content: "*";
        color: red;
    }

    label.riLabel.Grid.editLabel {
        display: inline-block;
        width: 33.1%;
        min-width: 150px;
        text-align: right;
        vertical-align: top;
        padding: 1px 8px 10px 0px;
    }

    label.riLabel:hover {
        text-shadow: 1px 1px 1px #b3b3b3;
    }

        label.riLabel:hover .title {
            visibility: visible;
        }

    label.riLabel.editLabel:hover a {
        visibility: visible;
        display: inline;
    }

    /* MS : TFS 7532 : adjustment for pencil icon */
    label.riLabel.editLabel a {
        visibility: hidden;
        display: none;
    }

label.DetailsScreen.FieldValue {
    vertical-align: text-top;
    font-family: 'Open Sans', sans-serif !important;
    font-size: large;
    font-weight: normal;
    word-wrap: break-word;
}

    /* MS : TFS 7510 : alignment fix for VCG */
    label.DetailsScreen.FieldValue.Grid {
        /* TFS 2568 DEC/MGD - Fix a format issue with Venor contact page */
        display: inline-block;
        text-align: left;
        /*width: 66.6%;*/
        /* MS : TFS 7590 : pushed to 500 px */
        max-width: 500px;
    }

    label.DetailsScreen.FieldValue.TopDown {
        display: inline-block;
        width: 89.6%;
        padding: 1px 5px 15px 0px;
        text-align: left;
        float: left;
    }

    label.DetailsScreen.FieldValue.InLine {
        display: inline;
        width: 89.6%;
        padding: 1px 5px 15px 0px;
        text-align: left;
    }

    label.DetailsScreen.FieldValue.AutoArrange {
        padding: 2px 0px 15px 0px;
        width: 99.6%; /*-calc(77.3% - 52.5px);*/ /*--TODO - Should this be 48px??? 80% - input margins (24px) - label margins (24px) */
        border: 0px;
        display: inline-block;
        vertical-align: text-top;
        align-items: flex-start;
    }

    label.DetailsScreen.FieldValue.Paragraph {
        display: inline;
        width: 99.6%;
        padding: 1px 5px 15px 5px;
    }

/* Media Queries - MGD */
@media screen and (min-width:300px) and (orientation:portrait), screen and (max-width:1000px) and (orientation:landscape) {
    .RadNavigation .rnvRootGroupWrapper {
        background-color: unset !important;
    }

    .RadNavigation .rnvRootGroupWrapper {
        border-style: unset !important;
        background-image: unset !important;
        background-image: none !important;
    }

    .rnvMore {
        background: rgba(0,0,0,0.0) !important;
        border-color: rgba(0,0,0,0.0) !important;
    }

    .RadNavigation .rnvRootGroupWrapper {
        border: none !important;
        background-color: rgba(0,0,0,0.0) !important;
    }

    .RadNavigation .rnvHovered .rnvMore {
        border: none;
        border-color: unset !important;
        background-color: rgba(0,0,0,0.0) !important;
    }

    .RadNavigation .rnvMore {
        color: #fff;
    }

    .RadNavigation .rnvMore:before {
        float: left !important;
        content: "" !important;
        background-image: url(./images/icons/hamburger-drawer.png), url(../images/icons/hamburger-drawer.png), url(.../images/icons/hamburger-drawer.png);
        -webkit-background-size: contain;
        -moz-background-size: contain;
        -o-background-size: contain;
        background-size: contain;
        width: 20px !important;
        height: 20px !important;
        left: 10px !important;
    }

    .rnvMoreNodes {
        left: auto !important;
        right: 10px !important;
    }
}

@media only screen and (max-width: 768px) {
    .buttonbtt {
        font-size: 0px !important;
    }
}

@media only screen and (max-width: 600px) {
    /*.lblClientHeader {
        display: none;
    }*/

    .main-content {
        padding: 20px;
        margin: 0 6px 0 0px;
        width: unset;
    }

    .container-apnConfidentiality {
        line-height: 1.1rem;
    }

    .footer-row {
        display: block;
    }

    .footer-appName {
        display: block;
        text-align: center;
        line-height: 1.2rem;
    }

    .footer-version {
        display: block;
        text-align: center;
        line-height: 1.2rem;
    }
}
/* MS : TFS 7510 : added CSS for pencil hover */
img.editfieldbygroup {
    vertical-align: central;
}

    img.editfieldbygroup:hover {
        transform: scale(1.15);
    }

/* MS : TFS 7510 : alignment fix for VCG */
@media screen and (min-width: 300px) and (orientation: portrait), screen and (max-width: 1040px) and (orientation: landscape) {
    label.riLabel.Grid.editLabel {
        text-align: left;
    }
}

/* MS : TFS 7659 : added missing CSS */
div.csFieldSetTextArea {
    padding: 10px;
    text-align: left;
    vertical-align: bottom;
    width: 46.4%;
    min-width: 225px;
    font-family: 'Open Sans', sans-serif !important;
}

    div.csFieldSetTextArea.AutoArrange {
        display: inline-block;
        width: 27.8%;
        vertical-align: text-top;
    }

    div.csFieldSetTextArea.TopDown {
        display: inline-block;
        width: 89.6%;
        padding: 1px 5px 15px 20px;
    }

    div.csFieldSetTextArea.InLine {
        margin: 0px 0px 0px 0px;
        width: 30.9%; /*-calc(77.3% - 52.5px);*/ /*--TODO - Should this be 48px??? 80% - input margins (24px) - label margins (24px) */
        border: 0px;
        display: inline-block;
        vertical-align: text-top;
        align-items: flex-start;
    }

    div.csFieldSetTextArea.Grid {
        display: block;
        width: 80.3%;
        float: left;
        /*white-space: nowrap;*/
    }

    div.csFieldSetTextArea.Paragraph {
        display: inline-block;
        width: 80.3%;
        vertical-align: text-top;
        clear: right;
        vertical-align: top;
    }

div.csFieldSetDropDown {
    padding: 10px;
    text-align: left;
    vertical-align: bottom;
    width: 30.9%;
    min-width: 225px;
    font-family: 'Open Sans', sans-serif !important;
}

    div.csFieldSetDropDown.AutoArrange {
        display: inline-block;
        vertical-align: text-top;
    }

    div.csFieldSetDropDown.TopDown {
        display: inline-block;
        width: 89.6%;
        padding: 1px 5px 15px 20px;
    }

    div.csFieldSetDropDown.InLine {
        margin: 0px 0px 0px 0px;
        width: 30.9%; /*-calc(77.3% - 52.5px);*/ /*--TODO - Should this be 48px??? 80% - input margins (24px) - label margins (24px) */
        border: 0px;
        display: inline-block;
        vertical-align: text-top;
        align-items: flex-start;
    }

    div.csFieldSetDropDown.Grid {
        display: block;
        width: 80.3%;
        float: left;
    }

/* MS : TFS 7510 : added missing CSS */
.RadDock_Bootstrap div.rdTitleBar em {
    font-weight: 700 !important;
    min-width: 200px !important;
}

.DataDockTitle .rdTable .rdTop .rdCenter .rdTitleBar {
    padding-left: 5px;
}
/* RP: TFS 7700 : browse button font size */
.RadUpload .ruBrowse {
    font-size: 13px !important;
}

.RadDock .rdTitleBar em {
    font-family: 'Open Sans', sans-serif !important;
}

.RadGrid_Bootstrap .rgMasterTable, .RadGrid_Bootstrap .rgDetailTable, .RadGrid_Bootstrap .rgGroupPanel table, .RadGrid_Bootstrap .rgCommandRow table, .RadGrid_Bootstrap .rgEditForm table, .RadGrid_Bootstrap .rgPager table {
    font: 14px / 1.42857143 'Open Sans', sans-serif !important;
}

.RadInput_Bootstrap .riTextBox {
    font: 14px / 1.42857143 'Open Sans', sans-serif !important;
}

span.RadButton_Bootstrap.rbSkinnedButton, span.RadButton_Bootstrap.rbLinkButton, span.RadButton_Bootstrap.rbVerticalButton, span.RadButton_Bootstrap.RadButton.rbDisabled {
    font-family: 'Open Sans', sans-serif !important;
}