﻿/* ------------------------
    Colors / Images
---------------------------*/
.BackgroundGray {
    background-color: #808485;
}

.BackgroundGrayLight {
    background-color: #D6D8D9;
}

.BackgroundGrayLightWRoundedCorners {
    background-color: #D6D8D9;
    border: 1px solid #D6D8D9;
    border-radius: 5px;
}

.BackgroundDarkGray {
    background-color: #818686;
}

.BackgroundWhite {
    background-color: White;
}

.BackgroundWhiteWRoundedCorners {
    background-color: White;
    border: 1px solid white;
    border-radius: 5px;
}

.TextColorBlue {
    color: #0C5788;
}

.TextColorGray {
    color: #57595B;
}

.TextColorWhite {
    color: #FFFFFF;
}

/* ------------------------
    Layout 
---------------------------*/
#base-content #contentLayout {
    margin: 0px !important;
}

#pnlPanelAnswer {
    margin: 10px 10px 10px 20px !important;
    font-size: 14px;
}

#pnlTopPageNavigation {
    height: 84px;
}

#RIDContent {
    width: 100%;
}

#QuestionnaireContent {
    width: 100%;
}

#pnlOutput {
    overflow: inherit;
}

.FullWidth {
    width: 100%;
    padding-bottom: 3px;
}
.FullWidthFitContent {
    width: fit-content;
    padding-bottom: 3px;
}
.HalfWidth {
    width: 45%;
}

.TextBold {
    font-weight: bold;
}

.TextItalic {
    font-style: italic;
}

.AlignBottom {
    vertical-align: baseline;
}

.AlignCenter35 {
    margin-left: 35%;
}

.AlignCenter33 {
    margin-left: 33%;
}

.AlignCenter30 {
    margin-left: 30%;
}

.AlignCenter25 {
    margin-left: 25%;
}

.AlignCenter20 {
    margin-left: 20%;
}

.AlignCenter18 {
    margin-left: 18%;
}

.AlignCenter15 {
    margin-left: 15%;
}

.AlignCenter {
    text-align: center;
}

.AlignCenter40 {
    margin-left: 40%;
}

.AlignCenter45 {
    margin-left: 45%;
}

.TextAlignRight {
    text-align: right;
}

.TextAlignLeft {
    text-align: left;
}

.TextAlignTop {
    vertical-align: text-top;
}

.TextAlignBottom {
    vertical-align: bottom;
}

.TextAlignMiddle {
    vertical-align: middle;
}

.TextAlignBottom {
    vertical-align: bottom;
}

.AbsolutePosition {
    position: absolute;
}

.LeftSide {
    float: left;
    padding-right: 10px;
}

.FloatLeft {
    float: left;
    padding-right: 10px;
}

.RightSide {
    float: right;
    padding-left: 10px;
}

.FloatRight {
    float: right;
}

.Pad5 {
    padding: 5px;
}

.Pad10 {
    padding: 10px;
}

.Pad15 {
    padding: 15px;
}

.PadTop5 {
    padding-top: 5px;
}

.PadTop10 {
    padding-top: 10px;
}

.PadTop15 {
    padding-top: 15px;
}

.PadTop20 {
    padding-top: 20px;
}

.PadTopBottom5 {
    padding: 5px 0px;
}

.PadTopBottom5 {
    padding: 5px 0px;
}

.PadTopBottom10 {
    padding: 10px 0px;
}

.PadTopBottom15 {
    padding-top: 15px;
    padding-bottom: 15px;
}

.PadTopBottom25 {
    padding-top: 25px;
    padding-bottom: 25px;
}

.PadBottom35 {
    padding-top: 5px;
    padding-bottom: 35px;
}

.PadBottom15 {
    padding-bottom: 10px;
}

.PadLeft5 {
    padding-left: 5px;
}

.PadRight5 {
    padding-right: 5px;
}

.PadRight8 {
    padding-right: 5px;
}

.PadRight15 {
    padding-right: 15px;
}

.PadRight25 {
    padding-right: 25px;
}

.PadRight35 {
    padding-right: 35px;
}

.PadRight20 {
    padding-right: 20px;
}

.PadRight80 {
    padding-right: 80px;
}

.PadLeft10 {
    padding-left: 10px;
}

.PadLeft15 {
    padding-left: 15px;
}

.PadLeft25 {
    margin-left: 25px;
}

.PadLeft30 {
    margin-left: 30px;
}

.PadLeft35 {
    margin-left: 35px;
}

.PadLeft50 {
    padding-left: 50px;
}

.PadLeft120 {
    padding-left: 120px;
}

.PadLeft330 {
    padding-left: 330px;
}

.marginRight5 {
    margin-right: 5px;
}

.marginRight10 {
    margin-right: 10px;
}

.marginRight25 {
    margin-right: 25px;
}

.MarginTopBottom10 {
    margin: 10px 0px;
}

.MarginTopBottom5 {
    margin: 5px 0px;
}

.MarginTop20 {
    margin-top: 20px;
}

.MarginTop5 {
    margin-top: 5px;
}

.MarginTopBottom5 {
    margin-top: 5px;
    margin-bottom: 5px;
}

.RoundedWhiteCorners {
    border: 1px solid white;
    border-radius: 5px;
}

.RoundedGrayLightCorners {
    border: 1px solid #D6D8D9;
    border-radius: 5px;
}

/* ------------------------
    Modules - Headings 
---------------------------*/
#HeadingContent H2 {
    font-family: Calibri;
    font-style: italic;
    font-size: 24px;
    margin: 5px;
}

#HeadingContent H3 {
    font-family: Calibri;
    font-size: 16px;
    margin: 5px;
}

#HeadingContent H4 {
    font-family: Calibri;
    font-size: 14px;
    margin: 2px;
}

.TextLargeHeading {
    font-family: Arial;
    font-size: 20px;
}

.HeadingBlack {
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    color: Black;
    word-spacing: 5px;
}

.HeadingBlackPad10 {
    font-family: Calibri;
    font-size: 16px;
    font-weight: bold;
    color: Black;
    word-spacing: 5px;
    padding-bottom: 10px;
}

.AlertHeading {
    color: red;
    font-weight: bold;
    font-size: 16px;
    vertical-align: middle;
}

.MediumButtonText {
    font-size: 18px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}


/* ------------------------
    Modules - Footers 
---------------------------*/
.FooterMessageSmall {
    font-size: 9px;
    font-family: Arial;
}

/* ------------------------
    Modules - Print bar 
---------------------------*/
.printBarImage {
    display: block;
    padding: 0px;
}

.printBarImageDisabled {
    display: block;
    padding: 0px;
    opacity: .5;
}

#lstToolbar {
    list-style: none;
    float: right;
    padding-top: 3px;
    padding-bottom: 2px;
    padding-left: 518px;
}

    #lstToolbar li {
        float: left;
        padding-left: 10px;
        position: relative;
    }

    #lstToolbar ul {
        background-color: #CCCCCC;
        border-radius: 5px;
        margin: 0px;
        padding: 0px;
        list-style: none;
        position: absolute;
        left: -9999px;
    }

        #lstToolbar ul li {
            font-size: 11px;
            font-weight: bold;
            padding: 6px;
            float: none;
            color: black;
            z-index: 99;
        }

    #lstToolbar li:hover #ExportList {
        left: -125px;
        right: 0px;
        text-align: right;
    }

    #lstToolbar li:hover #PrintList {
        left: -125px;
        right: 0px;
        text-align: right;
    }

    #lstToolbar li:hover #PrintList_Questions {
        left: -125px;
        right: 0px;
        text-align: right;
    }

    #lstToolbar li:hover a {
        text-decoration: underline;
    }

    #lstToolbar li:hover ul a {
        text-decoration: none;
    }

/* ------------------------
    Buttons 
---------------------------*/

button, input, select, textarea {
    font-size: 100%;
    vertical-align: baseline;
    *vertical-align: middle;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
}

button, input {
    line-height: normal;
}

    button, html input[type=button], input[type=reset], input[type=submit] {
        -webkit-appearance: button;
        cursor: pointer;
        *overflow: visible;
    }

        button[disabled], html input[disabled] {
            cursor: default;
        }

.RID-Button {
    font-family: inherit;
    font-size: 100%;
    *font-size: 90%;
    *overflow: visible;
    padding: .5em 1em !important;
    color: #444 !important;
    color: rgba(0, 0, 0, .8) !important;
    *color: #193062 !important;
    border: 1px solid #999;
    border: 0 rgba(0, 0, 0, 0);
    border-style: outset;
    background-color: #FAE07E;
    text-decoration: none !important;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;
    width: 85px;
    text-align: center;
}

    .RID-Button::-moz-focus-inner {
        padding: 0;
        border: 0;
    }

    .RID-Button-hover, .RID-Button:hover, .RID-Button:focus {
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#1a000000', GradientType=0);
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(transparent), color-stop(40%, rgba(0, 0, 0, .05)), to(rgba(0, 0, 0, .1)));
        background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
        background-image: -moz-linear-gradient(top, rgba(0, 0, 0, .05) 0, rgba(0, 0, 0, .1));
        background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
        background-image: linear-gradient(transparent, rgba(0, 0, 0, .05) 40%, rgba(0, 0, 0, .1));
        color: black !important ;
        BACKGROUND-COLOR :#7583A1 !important;
    }

    .RID-Button:focus {
        outline: 0;
    }

    .RID-Button[disabled], .RID-Button-disabled, .RID-Button-disabled:hover, .RID-Button-disabled:focus, .RID-Button-disabled:active {
        border: 0;
        background-image: none;
        filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
        filter: alpha(opacity=40);
        -khtml-opacity: .4;
        -moz-opacity: .4;
        opacity: .4;
        box-shadow: none;
    }

.RID-Button-hidden {
    display: none;
}

.RID-Button::-moz-focus-inner {
    padding: 0;
    border: 0;
}

/* Special Buttons */
.RID-Button-large {
    font-size: 125%;
}

.RID-Button-boldblue {
    font-weight: bold;
    color: #0C5788 !important;
}

.RID-Button-primary, .RID-Button-selected, a.RID-Button-primary, a.RID-Button-selected {
    background-color: #fae07e;
    color: #193062 !important;
}


.RID-Button-Wide {
    width: 180px;
    text-align: center;
}

.RID-Button-Wide1 {
    width: 125px;
    text-align: center;
}

.RID-Button-Wide2 {
    width: 150px;
    text-align: center;
}
.RID-Button-Wide2:hover {
    
    color : white;
}

.RID-Button-250Wide {
    width: 250px;
    text-align: center;
}

.RID-Button-Tiny {
    width: 65px;
    height: 25px;
    font-size: 10px;
    margin-left: 5px;
    vertical-align: middle;
}

.RID-Button-TinyWide {
    width: 125px;
    height: 25px;
    font-size: 10px;
}

.RID-Button-SubmitWide {
    width: 305px;
    height: 50px;
    text-align: center;
}

.RID-Button-FinalSubmit {
    width: 350px;
    height: 50px;
    text-align: center;
    background-color: #fab27b;
    color: black !Important;
    border: solid thin lightgray;
    border-style: outset;
    border-radius: 5px;
    font-size: 20px;
}



/* ------------------------
    Modules - Colors
---------------------------*/

.ColorCompleted {
    background-color: #a3b68c;
}

    .ColorCompleted:hover {
        background-color: #BAC8A8;
    }

.ColorNotStarted {
    background-color: #E6E6E6;
}

    .ColorNotStarted:hover {
        background-color: #E6E6E6;
    }

.ColorInProgress {
    background-color: #fab27b;
}

    .ColorInProgress:hover {
        background-color: #FBC79F;
    }



/* ------------------------
    Modules - RRQ Home 
---------------------------*/

.MySections {
    position: relative;
    width: 100%;
    padding-top: 10px;
    margin-left: 60px;
}

.CMGComments {
    position: relative;
    width: 85%;
    padding-top: 5px;
    margin-left: 60px;
    padding-bottom: 10px;
}

/* ------------------------
    Modal Pop-Up 
 ---------------------------*/
.ModalHeading {
    background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    background-color: #fff;
    height: 30px;
    width: 100%;
    padding-top: 5px;
    color: #193062;
    text-align: center;
    font-size: 18px;
    border-bottom: 1px solid #193062;
}



.ModalHeadingRed {
    background-image: linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    background-color: #FAE073;
    height: 30px;
    width: 100%;
    padding-top: 5px;
    color: #193062;
    text-align: center;
    font-size: 18px;
}

.ModalClose {
    height: 40px;
    width: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100005;
    top: -17px;
    right: -13px;
}

    .ModalClose input {
        background: none;
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        height: 30px;
        margin: 6px 0 0 9px;
        padding: 0;
        width: 30px;
        text-indent: -9000px;
    }

.ModalClosePopup {
    height: 40px;
    width: 40px;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 100005;
    top: -10px;
    right: -20px;
}

    .ModalClosePopup input {
        background: none;
        border: none;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        cursor: pointer;
        height: 30px;
        margin: 6px 0 0 9px;
        padding: 0;
        width: 30px;
        text-indent: -9000px;
    }

.ModalBodyText {
    padding-top: 15px;
    text-align: center;
    font-weight: bold;
    padding-bottom: 15px;
}

.modalBackground {
    background-color: Gray;
    filter: alpha(opacity=70);
    opacity: 0.6;
}

.modalPopup {
    background-color: white;
    border-radius: 5px;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 725px;
    height: 160px;
    OVERFLOW: visible !important;
    position: fixed;
}

    .modalPopup p {
        padding: 5px;
    }

.wideModalPopup {
    background-color: white;
    border-radius: 5px;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 855px;
    OVERFLOW: visible !important;
    position: absolute;
    z-index: 99999999 !important;
    overflow-y: scroll;
}

    .wideModalPopup p {
        padding: 5px;
    }

.tallModalPopup {
    background-color: white;
    border-radius: 5px;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 725px;
    height: 375px;
    OVERFLOW: visible !important;
    position: fixed;
}

    .tallModalPopup p {
        padding: 5px;
    }

.VideoModalPopup {
    background-color: white;
    border-radius: 5px;
    border-width: 3px;
    border-style: solid;
    border-color: Gray;
    padding: 3px;
    width: 600px;
    OVERFLOW: visible !important;
    position: fixed;
    z-index: 99999999 !important;
}

    .VideoModalPopup p {
        padding: 5px;
    }

/* ------------------------
    Modules - Questionnaire 
---------------------------*/
input[type=text]::-ms-clear {
    display: none;
}

.rbl label {
    padding-bottom: 3px;
}

td[align="center"] {
    text-align: center;
}

#divQuestionnaireHeadline {
    position: relative;
    height: 38px;
    width: 100%;
}

.divSharedUsers {
    float: left;
    height: 25px;
    padding-top: 12px;
}

    .divSharedUsers img {
        margin-bottom: -6px;
    }

.star {
    color: white;
}

.chk {
    /*padding-left: 22px;*/
}

    .chk input {
        float: left;
        vertical-align: top;
        margin-top: -2px\9;
    }

    .chk label {
        display: block;
        padding-left: 24px;
    }

.rbl {
    margin-left: 2px;
    margin-top: 5px;
    padding-top: 3px;
    padding-bottom: 3px;
}

    .rbl td {
        padding-bottom: 2px;
    }

    .rbl input {
        float: left;
        vertical-align: top;
        margin-top: -2px\9;
    }

    .rbl label {
        display: block;
        padding-left: 24px;
    }

.rblOld {
    font-family: Arial;
    font-size: 9pt;
}

    .rblOld label {
        padding-right: 5px;
    }

.HeadlineImage {
    left: 5px;
    position: absolute;
}

.Headline {
    font: italic bold 26px 'Century Gothic';
    color: #015689;
    position: absolute;
    top: 7px;
    left: 55px;
}

.ActionTop {
    position: relative;
    width: 100%;
    height: 25px;
    border-bottom: 1px solid black;
}

.ActionBottom {
    position: relative;
    width: 100%;
    height: 25px;
    border-top: 1px solid black;
    padding-top: 5px;
}

.OrangeDivider {
    height: 2px;
    background-color: #D96827;
    clear: both;
}

.GreyDivider {
    height: 2px;
    background-color: #808283;
}

hr {
    margin: 0px;
}


.GreyDividerSmall {
    height: 1px;
    background-color: #808283;
}

.NumberStyle {
    font-weight: bold;
}

.QuestionText {
    font-weight: bold;
    font-size: 11pt;
}

.QuestionTextHelp {
    font-weight: normal!important;
    font-size: 10pt!important;
}

.SectionNavigation {
    padding: 5px;
}

.PrintQuestionnaireHeader {
    padding: 15px;
    font-size: 18px;
}

.PrintSectionHeader {
    padding-bottom: 5px;
    font-size: 14px;
}

.CustomLabel {
    BORDER: 1px solid #BBBBBB;
    text-align: right;
}

.FooterMessage {
    font-size: 13px;
    font-family: Arial;
}

.LockedMessageLabel {
    font-size: 16px;
    font-weight: bold;
    color: red;
}

.LimitesAccessLabel {
    color: #881635;
    padding-bottom: 5px;
}

.error {
    COLOR: red;
    font-weight: bold;
    font-size: 8pt;
}

.UserMessage {
    COLOR: red;
    font-weight: bold;
}

.DisclosureText {
    line-height: 24px;
    font-size: 14px;
}

.DATASOURCE {
    font-size: 7px;
    padding-left: 10px;
}

#btnShare {
    cursor: pointer;
}

.commonSharingPaddingTop {
    padding: 15px 10px 10px 10px;
}

.commonSharingPadding {
    padding: 5px 10px 10px 10px;
}

.commonSharingUserSelectionMessage {
    padding: 0px 10px 10px 10px;
    display: none;
    color: red;
}

.commonSharingMsgAlignment {
    text-align: center;
}


#ddlCunionSharingUsers, #txtxSharingComments, #ddlFeedbackType {
    padding: 6px;
    color: #666666;
    border: none;
}

#ddlFeedbackType {
    width: 100px;
}

#ddlCunionSharingUsers {
    width: 380px;
}

.btnCommon {
    padding: 10px 20px 10px 20px;
    border-radius: 5px;
    border: none;
    margin-left: 10px;
}


/* ------------------------
    Modules - Overrides 
---------------------------*/
#navbar {
    display: none;
}


/* ------------------------
    Modules - RRQ Section Home
---------------------------*/

#SectionHome {
    margin-left: 0px;
    margin-right: 0px;
}

.TopPageHeading {
    position: static;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 40px;
    padding-left: 5px;
}

.SectionHomeNavigation {
    border: solid thin lightgray;
    border-style: outset;
    padding-top: 5px !important;
    padding-bottom: 5px;
    padding-left: 2px;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 12px;
    width: 350px !important;
    height: 35px !important;
    font-size: 12px;
    border-radius: 5px;
    font-weight: bold;
    /*box-shadow: 0 0 0 1px rgba(0, 0, 0, .15) inset, 0 0 6px rgba(0, 0, 0, .2) inset;*/
}


.OLD_SectionStatusComplete {
    background-color: #a3b68c;
    padding-top: 5px;
    color: black;
    text-align: center;
}

    .OLD_SectionStatusComplete:hover {
        background-color: #BAC8A8;
        padding-top: 5px;
        color: black;
        text-align: center;
    }

.SectionStatusComplete {
    background-color: #a3b68c;
    padding-top: 5px;
    color: #193032;
    text-align: center;
}

    .SectionStatusComplete:hover {
        background-color: #FAE07E;
        padding-top: 5px;
        color: #193032 !important;
        text-align: center;
    }

.OLD_SectionStatusNotStarted {
    background-color: #E6E6E6;
    padding-top: 5px;
    color: black;
    text-align: center;
}
    .OLD_SectionStatusNotStarted:hover {
        background-color: #F0F0F0;
        padding-top: 5px;
        color: black;
        text-align: center;
    }

.SectionStatusNotStarted {
    background-color: #E6E6E6 !important;
    border-color: #5A95C5 !important;
    padding-top: 5px;
    color: #193032;
    text-align: center;
}

    .SectionStatusNotStarted:hover {
        background-color: #FAE07E !important;
        padding-top: 5px;
        color: #193032 !important;
        text-align: center;
    }

.OLD_SectionStatusInProgress {
    background-color: #fab27b;
    padding-top: 5px;
    color: black;
    text-align: center;
}

    .OLD_SectionStatusInProgress:hover {
        background-color: #FBC79F;
        padding-top: 5px;
        color: black;
        text-align: center;
    }

.SectionStatusInProgress {
    background-color: #fab27b;
    padding-top: 5px;
    color: #193032;
    text-align: center;
}

    .SectionStatusInProgress:hover {
        background-color: #FAE07E;
        padding-top: 5px;
        color: #193032 !important;
        text-align: center;
    }
.NavIconImage {
    height: 25px;
    float: left;
    padding-right: 5px;
}

.SectionNumbers {
    height: 25px;
    float: left;
    padding: 5px 5px 0 5px;
}

.White {
    color: white !Important;
}

    .White :hover {
        color: white !Important;
    }

.Dark {
    color: black !Important;
}

    .Dark :hover {
        color: black !Important;
    }

.MyDashboardScoreImage {
    padding-right: 1px;
    padding-top: 5px;
    float: right;
    z-index: 0;
    text-align: center;
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
}

.QuestionnaireSectionHeading {
    font-family: Arial;
    font-size: 12pt;
    vertical-align: middle;
    padding-top: 5px;
    margin-left: 0px;
    margin-right: 0px;
    padding-left: 0px;
    padding-right: 0px;
    height: 30px;
}

.HeadingNotStarted {
    background-color: #F8F8F8;
    padding-top: 10px;
    color: black;
    font-weight: bold;
}

.HeadingCompleted {
    background-color: #a3b68c;
    padding-top: 10px;
    color: black;
    font-weight: bold;
}

.HeadingInProgress {
    background-color: #fab27b;
    padding-top: 10px;
    color: black;
    border-top: solid thin lightgray;
    border-bottom: solid thin lightgray;
    font-weight: bold;
}

.HeadingImage {
    height: 20px;
    padding-left: 10px;
    vertical-align: bottom;
}

/* ------------------------
    Page Navigation in Questionnaire
---------------------------*/
#pnlTopPageNavigation .PageMessage {
    padding-left: 10px;
    padding-bottom: 10px;
    float: left;
}

#pnlTopPageNavigation ul {
    list-style: none;
    padding-left: 10px;
}

#pnlTopPageNavigation li {
    float: left;
    padding: 3px;
    margin-right: 2px;
    color: black;
    text-align: center;
    font-weight: bold;
    width:125px;
}

.PageStatus {
    padding-top: 2px;
    font-size: 11px;
    font-weight:normal;
}

.PageNavCompleted {
    background-color: #a3b68c;
}

    .PageNavCompleted:hover {
        background-color: #BAC8A8;
    }

.PageNavNotStarted {
    background-color: #E6E6E6;
}

    .PageNavNotStarted:hover {
        background-color: #F0F0F0;
    }

.PageNavInProgress {
    background-color: #E6E6E6;
}

.PageNavProgress:hover {
    background-color: #F0F0F0;
}
/*.PageNavInProgress {
    background-color: #fab27b;
}

.PageNavInProgress:hover {
    background-color: #FBC79F;
}*/

.PageNavSelectedInProgress {
    background-color: White;
}

    .PageNavSelectedInProgress:hover {
        background-color: White;
    }

.PageTab {
    border: solid;
    border-width: 1px 1px 1px 1px;
    height: 30px;
    z-index: 1;
}

.PageTabActive {
    border: solid;
    border-width: 1px 1px 0px 1px;
    height: 35px;
    z-index: 100;
}

.PageInProgressTabActive {
    border: solid;
    border-width: 1px 1px 0px 1px;
    height: 35px;
    z-index: 100;
    background-color:white;
}

#pnlTopPageNavigation .PageNavBottom {
    float: left;
    border: solid;
    border-color: black;
    border-width: 0px 0px 1px 0px;
    width: 100%
}

#pnlBottomPageNavigation {
    margin-top: 10px;
}


/* ------------------------
    Progress Bar
---------------------------*/

#progressBar {
    font-size: 12px;
    width: 300px;
    height: 22px;
    border: 1px solid #111;
    background-color: lightgray;
    background-image: linear-gradient(rgba(221,232,235,1), rgba(221,232,235,1));
    margin-left: 291px;
    margin-top: 5px;
}

    #progressBar div {
        height: 100%;
        color: black;
        text-align: right;
        line-height: 22px; /* same as #progressBar height if we want text middle aligned */
        width: 0;
        background-color: #a3b68c;
    }

.default {
    background: #292929;
    border: 1px solid #111;
    border-radius: 5px;
    overflow: hidden;
    line-height: 22px;
    /*box-shadow: 0 0 5px #333;*/
}

/* ------------------------
    Choose RRQ Page
---------------------------*/

.chooseRRQTable {
    border: solid #ccc 1px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 1px 1px #ccc;
    -moz-box-shadow: 0 1px 1px #ccc;
    box-shadow: 0 1px 1px #ccc;
}

    .chooseRRQTable tr:hover {
        background: #fbf8e9;
        -o-transition: all 0.1s ease-in-out;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -ms-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out;
    }

    .chooseRRQTable td, .chooseRRQTable th {
        border-left: 1px solid #ccc;
        border-top: 1px solid #ccc;
        padding: 10px !important;
        text-align: center;
    }

    .chooseRRQTable th {
        background-color: #193062 !important;
        -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        -moz-box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        box-shadow: 0 1px 0 rgba(255,255,255,.8) inset;
        border-top: none;
        color: white;
    }

        .chooseRRQTable th:first-child {
            border-left: none;
        }

        .chooseRRQTable th:first-child {
            -moz-border-radius: 6px 0 0 0;
            -webkit-border-radius: 6px 0 0 0;
            border-radius: 6px 0 0 0;
        }

        .chooseRRQTable th:last-child {
            -moz-border-radius: 0 6px 0 0;
            -webkit-border-radius: 0 6px 0 0;
            border-radius: 0 6px 0 0;
        }

        .chooseRRQTable th:only-child {
            -moz-border-radius: 6px 6px 0 0;
            -webkit-border-radius: 6px 6px 0 0;
            border-radius: 6px 6px 0 0;
        }

    .chooseRRQTable tr:last-child td:first-child {
        -moz-border-radius: 0 0 0 6px;
        -webkit-border-radius: 0 0 0 6px;
        border-radius: 0 0 0 6px;
    }

    .chooseRRQTable tr:last-child td:last-child {
        -moz-border-radius: 0 0 6px 0;
        -webkit-border-radius: 0 0 6px 0;
        border-radius: 0 0 6px 0;
    }


/* ------------------------
    Add or Edit Page
---------------------------*/

.addEditTable {
    border: solid #ccc 1px;
}

    .addEditTable td, .addEditTable th {
        padding: 2px;
    }


/* ------------------------
    Buckets
---------------------------*/
.Buckets {
    width: 100%;
    padding-top: 10px;
    padding-left: 3px;
}

.FullBucket {
    border-radius: 5px;
    float: left;
    box-shadow: 0 0 5px #333;
    width: 95%;
    margin-right: 15px;
    margin-left: 20px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #F8F8F8;
}

.Bucket {
    border-style: solid;
    border-width: thin;
    border-color: lightgray;
    border-radius: 5px;
    float: left;
    box-shadow: 0 0 3px #333;
    width: 31%;
    margin-right: 5px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #F8F8F8;
}

.BucketUpload {
    border-style: solid;
    border-width: thin;
    border-radius: 5px;
    float: left;
    box-shadow: 0 0 3px #333;
    width: 97%;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 15px;
    margin-bottom: 5px;
    background-color: #F8F8F8;
    height: 290px;
}

.BucketHeading {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    background-color: #FAE07E;
    padding-top: 5px;
    padding-bottom: 5px;
    color: #193062;
}

.BucketContent {
    min-height: 130px;
    text-align: left;
    margin-left: 10px;
    margin-right: 0px;
    background-color :#F2F2F2;

}

.BucketContentUpload {
    min-height: 200px;
    text-align: left;
    margin-left: 10px;
    margin-right: 0px;
}


.HelpBucketContent {
    margin-left: 0px;
    margin-right: 0px;
}

.CrossSellPanel {
    width: 100%;
    padding-top: 7px;
    padding-left: 3px;
}

.CrossSellContent {
    min-height: 90px;
    text-align: left;
    margin-left: 0px;
    margin-right: 6px;
}

.CrossSellBucket {
    border-style: solid;
    border-width: thin;
    border-color: lightgray;
    border-radius: 5px;
    float: left;
    box-shadow: 0 0 3px #333;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
    background-color: #F8F8F8;
}

.CrossSellLeft {
    float: left;
    width: 33%;
    font-size: 30px;
    color: #881635;
    display: inline-block;
    vertical-align: middle;
    line-height: normal;
    padding-top: 3px;
}

.CrossSellRight {
    float: left;
    width: 65%;
}

.CrossSellQuoteRequestLabel {
    padding-bottom: 5px;
    font-size: 16px;
}

.QuoteRequestSpan {
    height: 59px;
}

.QuoteRequestWC {
    display: inline-block;
    font-size: 14px;
    text-decoration: underline !important;
    vertical-align: middle;
    line-height: normal;
}

.Width90 {
    width: 90px;
}

.Width47 {
    width: 47px;
}

.Width70 {
    width: 70px;
}


.QuoteRequestImage {
    display: inline-block;
    vertical-align: middle;
}


.SectionBucket {
    /*border-radius: 5px;*/
    float: left;
    /*box-shadow: 0 0 5px #333;*/
    margin-left: 5px;
    margin-right: 0px;
    margin-bottom: 20px;
    padding-top: 15px;
    width: 100%;
}

.SectionBucketHeading {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.SectionProgressHeading {
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.SharedHeading {
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    padding-top: 5px;
    padding-bottom: 15px;
}

.SharedUser {
    text-align: left;
    font-size: 14px;
    padding-top: 10px;
}

.historyLabel {
    font-style: italic;
    font-weight: bold;
    font-size: 12px;
    padding-left: 25px;
    margin-bottom: 5px;
}


.TrackingLabel {
    font-weight: bold;
    color: darkgreen;
    float: left;
    width: 100%;
    padding-bottom: 5px;
    padding-top: 2px;
    font-size: 10px;
    font-style: italic;
}


.SmallText {
    font-size: 8pt;
    padding-left: 8px;
}

.StatusText {
    font-size: 8pt;
    font-weight: bold;
}

.SubSection {
    font: 12pt Arial;
    color: #000000;
    font-weight: bold;
}

#base-content {
    OVERFLOW: visible !important;
}

#contentLayout {
    OVERFLOW: visible !important;
}

.bodycontent {
    OVERFLOW: visible !important;
}

.container {
}


.form-control {
    width: 300px;
    margin-top: 10px;
}

.margin15 {
    margin: 15px;
}

.signInButton {
    margin-top: 10px;
    width: 300px;
}

.SectionTitle {
    font-weight: bold;
    font-size: 14pt;
}

Small {
    font-size: 10px !important;
}

/* ------------------------
    Question Tracking 
---------------------------*/

.HistoryImage {
    padding-right: 5px;
    height: 15px;
    z-index: -999999999999999 !important;
    vertical-align: middle;
}

div.tooltips {
    position: relative;
    display: inline;
    margin-left: 3px;
    margin-right: 3px;
}

    div.tooltips span {
        position: absolute;
        width: 265px;
        color: white;
        background: #656565;
        line-height: 18px;
        text-align: center;
        visibility: hidden;
        border-radius: 6px;
        box-shadow: 1px 0px 4px #656565;
        padding-top: 5px;
        padding-bottom: 5px;
        font-size: 11px;
        font-weight: bold;
        z-index: 9999999999999999;
        padding-left: 5px;
        padding-right: 5px;
    }

        div.tooltips span:after {
            content: '';
            position: absolute;
            bottom: 100%;
            left: 50%;
            margin-left: -8px;
            width: 0;
            height: 0;
            border-bottom: 8px solid #656565;
            border-right: 8px solid transparent;
            border-left: 8px solid transparent;
            z-index: 9999999999999999;
        }

        div.tooltips span:disabled {
            color: white;
        }

div:hover.tooltips span {
    visibility: visible;
    opacity: 1;
    top: 30px;
    left: 50%;
    margin-left: -133px;
    z-index: 9999999999999999;
}

.SmallText {
    font-size: 8pt;
    padding-left: 8px;
}

.SubSection {
    font: 12pt Arial;
    color: #000000;
    font-weight: bold;
}

#base-content {
    OVERFLOW: visible !important;
}

#contentLayout {
    OVERFLOW: visible !important;
}

.bodycontent {
    OVERFLOW: visible !important;
}

.FormTitle {
    font-size: 12pt;
    color: #193062;
    background-color: #fae07e;
    padding-top: 10px;
    padding-left: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}

.SmartFormPageLayout {
    margin: 0 10px 0 10px;
    border-color: lightgray;
    box-shadow: 0 0 3px #333;
}

.BurgundyColor {
    background-color: #881635;
    margin: 0;
}

.DelegatedDetailsEmail {
    background-color: #E0E0E0;
    width: 98%;
    margin-top: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 5px;
    border-radius: 4px;
    font-weight: bold;
    vertical-align: middle;
    word-wrap: break-word;
}

.DelegationList {
    margin-bottom: 5px !important;
    margin-top: 5px !important;
}

.DelegatedDetailsEdit {
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 5px;
}

.GrayBar {
    height: 3px;
    background-color: lightgray;
    width: 100%;
}

.DeepBlueBar {
    height: 3px;
    background-color: #231f20;
    width: 100%;
}

.GrayBarThin {
    height: 2px;
    background-color: lightgray;
    width: 100%;
}

.DeepBlueBarThin {
    height: 2px;
    background-color: #231f20;
    width: 100%;
}
.MaroonBar {
    height: 1px;
    background-color: #881635;
    width: 100%;
    opacity: .9;
}

.SignInMessage {
    font-size: 12pt;
    padding-left: 15px;
    padding-top: 25px;
    font-weight: bold;
    color: red;
    width: 99%;
}

.TwoColumnBucket {
    width: 45%;
    margin-left: 25px;
}

.PageNumberText {
    font-size: 22px;
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.PageNumberButton {
    height: 25px;
    vertical-align: bottom;
}

td label {
     display: contents;
}


.SectionHomeTitleBucket {
    border-style: solid;
    border-width: 1px;
    border-color: lightgray;
    border-radius: 3px;
    float: left;
    box-shadow: 0 0 2px #333;
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 10px;
    margin-right: 10px;
}

.ColorKey {
    width: 10px;
    height: 12px;
    border: solid;
    border-radius: 5px;
    border-color: gray;
    margin-left: 5px;
    margin-right: 5px;
    border-width: thin;
}

.KeyBucket {
    border-radius: 5px;
    border: solid thin;
}

.SectionHomeLink {
    color: blue !important;
    text-decoration: underline !important;
}

.SectionButtonText {
    width: 230px;
    text-align: left;
    padding-top: 5px;
    float: left;
    padding-right: 10px;
}

.DelegatedUsersImage {
    height: 30px;
    padding-left: 10px;
    vertical-align: bottom;
}

.DelegatedUsersPanel {
    font-weight: bold;
}

.ContributorSignInTextBox {
    width: 250px;
    border-radius: 5px;
}

#pnlSignInBox {
    width: 375px;
    border: solid 1px;
    border-radius: 8px;
    box-shadow: 0 0 2px #333;
    background-color: #FFFBF2;
    border-color: gray;
}

#pnlSignIn {
    margin-left: 30px;
    margin-top: 10px;
}

#pnlInstructions {
    margin-left: 25px;
    margin-top: 50px;
    width: 350px;
    line-height: 14px;
}

.InstructionHeading {
    font-size: 16px;
    font-weight: bold;
}

.DelegationColumn {
    width: 175px;
}

textarea {
    font-family: Arial, Helvetica, sans-serif !important;
    width: 300px;
}

input[type="text"] {
    margin-bottom: 5px !important;
    font-size: 85%;
}

.TableHeaderCellText {
    line-height: 35px;
}

.ZeroHeight {
    height: 0px;
}

.valsummary ul {
    display: none;
    visibility: hidden;
}

.PopUpLink {
    color: blue !important;
    text-decoration: underline !important;
}

.UploadTextbox {
    resize: none;
}
