﻿/***** General classes *****/

* {
    font-family: Arial, Sans-Serif;
    /*color: #333333;*/
    font-size: 12px;
}

#GlobalContainer {
    text-align: left;
}

.GlobalMinWidth {
    width: 990px; /*MAT 2010-02-02 enlarged to 990 */
    margin: 0 auto;
}

a:hover {
    text-decoration: none;
    cursor: pointer;
}

legend {
    font-weight: bold;
    margin: 0 10px;
    padding: 0 5px;
}

.smallControl {
    width: 25px;
}

.mediumControl {
    width: 100px;
}

.largeControl {
    width: 200px;
}

.TelerikField {
    height: 19px;
    display: inline;
    margin-bottom: 6px !important;
    padding: 0 !important;
}

.Field {
    width: 158px;
    display: inline;
    padding: 0 0 0 5px;
}

.ShortField {
    width: 130px !important;
}

.ShorterField {
    width: 90px;
}

.ThinField {
    width: 70px;
}

.FullField {
    width: 98%;
}

.CondensedSelect {
    font-size: 10px;
    padding: 0;
    width: 168px;
}

    .CondensedSelect option {
        font-size: 10px;
        padding: 0;
    }

.PseudoLink:hover {
    text-decoration: none !important;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.transparent {
    background-color: Transparent;
}

.center {
    text-align: center;
}

.right {
    text-align: right;
}

.text {
    text-decoration: none;
    color: #333333;
}

/***** Common **************/

.TransparentTable tr td {
    background: none;
    padding: 0 2px 0 2px;
}

.MasterPadding {
    padding-left: 0px; /*MAT 2010-02-02 reduced from 40px to 0*/
}

/***** Buttons **************/

.TelerikButtonPadding input {
    padding-left: 20px !important;
}

.LinkButton:hover {
    text-decoration: none !important;
}

.LightLinkButton:hover {
    text-decoration: none !important;
}

/***** Icons ***************/

.BasicIcon {
    width: 24px;
    height: 24px;
    display: inline-block;
    cursor: pointer;
    background-color: transparent;
    background-repeat: no-repeat;
}

/***** Pager ***************/

.PagerNbPages {
    display: block;
    margin-bottom: 8px;
}

.PagerFooter {
    clear: both;
    text-align: center;
}

.Previous {
    display: inline-block;
    text-align: left;
    float: left;
    width: 15%;
}

.PreviousActive:hover {
    text-decoration: none;
}

.PagerNavigator {
    display: inline-block;
    text-align: center;
    float: left;
    width: 70%;
}

.Next {
    display: inline-block;
    text-align: right;
    float: right;
    width: 15%;
}

.NextActive:hover {
    text-decoration: none;
}

/***** Inputs **************/

.contentInput {
    border: solid 1px #B9B9B9;
    padding: 2px;
}

.textAlignRight {
    padding-right: 1px !important;
}

/***** Text Display / Labels **************/

.BoldLabel {
    font-weight: bold;
}

.ItalicLabel {
    font-style: italic;
}

.TinyText {
    font-size: 7pt;
}

.SimiLink:hover {
    text-decoration: none;
}

.SmallerLabel {
    font-size: smaller;
}

/***** Login page **********/

#LoginMiddle {
    height: 244px;
    padding: 40px 160px 0 160px;
}

#LoginContainer {
    width: 100%;
}

#LoginTable {
    border: solid 1px #DDDDDD;
    margin: auto;
    display: inline-block;
    padding: 10px 20px;
}

    #LoginTable tr td {
        padding: 4px;
    }

    /***** Header section ******/

 .TopLogo {
    height: 65px;
    clear: both;
    width: 100%;
}

/***** Middle section *****/

#Middle {
    clear: both;
    height: 100%;
}

.DashboardMenu * {
    color: inherit;
    font-weight: inherit;
    text-align: inherit;
    background-color: inherit;
}

.LoansMenu {
    height: 26px;
    background-color: #D9D9D9;
    /*float: left;*/
    width: 100%;
    margin-top: 7px;
}

    .LoansMenu.Qquote {
        margin-top: -2px;
    }

.LnMenuItem {
    width: 150px;
    height: 18px;
    margin-top: 4px;
    padding: 2px;
    float: left;
    cursor: pointer;
    text-align: center;
    font-weight: bold;
    display: inline-block;
}

/***** Modal Popup *******/

.modalBackground {
    background-color: #EEEEEE;
    filter: alpha(opacity=60);
    opacity: 0.6;
    position: fixed;
}

.PopupContent {
    display: block;
    clear: both;
}

.AuthorizationMsg {
    float: left;
    vertical-align: middle;
    width: 350px;
}

.PopupInnerControl {
    padding-left: 10px;
    padding-right: 10px;
}

/***** Lender Dashboard **/

.AddConditions:hover {
    text-decoration: none;
}

.NestedRepeaterTable {
    width: 100%;
    border: 1px solid rgb(155, 200, 255);
}

.RepeaterTable tr * {
    padding: 2px 0;
}

.HiddenNestedTable {
    padding: 10px 0;
}

.SortButton:hover {
    text-decoration: none !important;
}

.NestedRepeaterTable tr td.C2 {
    width: 51%;
}

.NestedRepeaterTable tr td.C3 {
    width: 45%;
}

.PopupRepeaterTable {
    width: 100%;
}

.RemoveRepeaterPadding tr * {
    padding-top: 0px;
    padding-bottom: 0px;
}

.NoRepeaterPadding {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

/***** Blocks ***********/
.LeftMenu {
    width: 150px;
    padding: 20px 0;
    display: inline-block;
}

.BlockVeryThin {
    width: 150px;
    padding: 20px 0;
    display: inline-block;
}

.BlockMedium {
    width: 630px;
    padding: 20px 0;
    display: inline-block;
}

.BlockThin {
    width: 200px;
    padding: 20px 0;
    display: inline-block;
}

.BlockLarge {
    width: 776px; /*MAT 2010-02-02 enlarged from 726 to 776*/
    padding: 20px 0;
    display: inline-block;
}

/*Feature#2461*/
.BlockExtraLarge {
    width: 920px;
    padding: 20px 0;
    display: inline-block;
}


.ShadowLook {
    -moz-box-shadow: 0 0 3px 3px #666;
    -webkit-box-shadow: 0 0 3px 3px #666;
    box-shadow: 0 0 3px 3px #666;
}

.BlockVeryLarge {
    width: 836px;
    padding: 20px 0;
    display: inline-block;
}

.VSeparator {
    width: 20px;
    display: inline-block;
}

.HSeparator {
    height: 10px;
    clear: both;
}

.AlignLeft {
    float: left;
    display: inline-block;
}

.AlignRight {
    float: right;
    display: inline-block;
}

/***** Side bar *********/

.SideMenuItem span {
    margin-left: 20px;
    display: block;
}

.SideMenuDisabled span {
    color: GrayText;
}

/***** Add Condition ****/

.ToTxtArea {
    border: none;
    background-color: transparent;
    height: 40px;
}

/***** Re-assign App. ***/

.ErrNoSelectionSmall {
    width: 100%;
    text-align: center;
}

/***** Panels ***********/

.PanelHeader {
    height: 16px;
    padding-bottom: 5px;
}

.PanelTitle {
    float: left;
    padding-right: 5px;
}

.PanelContent {
    padding-top: 10px;
}

/***** Loan details *****/

.PaddedCells td {
    padding-bottom: 8px;
}

/***** Credit Bureau *****/

.SubmitType {
    padding-left: 25px;
}

.validationSummary {
    color: red;
    /*border: 1px dotted red; - not required and was not dynamic to contain all the content which varies in height.*/
    padding: 10px;
    margin-bottom: 10px;
}

    .validationSummary ul {
        color: red;
        margin-top: 0;
    }

    .validationSummary li {
        color: red;
        margin-left: 10px;
    }

/***** Questionnaire Sheet  *******/

.SmallEditionControl {
    width: 75px;
}

.MediumEditionControl {
    width: 100px;
}

.LargeEditionControl {
    width: 150px;
}

.QuestionnaireMoreLink:hover {
    text-decoration: none;
    cursor: pointer;
}

/** JQuery Validator **/
.validator_error {
    background: #FF7C8A !important;
    border: 1px #9D0505 solid !important;
    color: #000 !important;
}

/** RadUpload **/
.RadUpload {
    width: auto;
}

.ruInputs li {
    position: relative;
    line-height: 1.1;
    background: #e8e8e8;
}

.ruInputs .ruRemove {
    margin: 0 0 0 10px;
    padding: 0;
    position: absolute;
    left: 100%;
    top: 0;
}

.ruError .ruFileWrap {
    height: auto;
    overflow: visible !important;
    display: block;
}

.ruError .ruErrorMessage {
    color: #ef0000;
    font-variant: small-caps;
    text-transform: lowercase;
    padding-bottom: 0;
    display: block;
}

.ruError {
    padding: 5px 5px 5px 20px;
    border: 1px solid #ef0000;
    background: #f9e8e8;
    display: block;
}

/* IE11 Telerik Bug*/
.RadListBox .rlbNoButtonText .rlbButtonText {
    font-size: 12px !important;
}

/* #1227, #1312 */
.RadInput textarea {
    white-space: -moz-pre-wrap; /* Firefox */
    white-space: pre-wrap; /* Chrome; W3C standard */
    word-wrap: break-word; /* IE */
}

/* Floating bottom menu */
#nav {
    height: 35px;
    border-bottom: 1px solid #ddd;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background: #c3cbd5 none repeat scroll 0 0;
    width: 100%;
    align-content: center;
    z-index: 1;
    border-top: 1px solid white;
}

    #nav ul {
        height: 25px;
        list-style: none;
        margin: 6px auto 0px auto;
        width: 200px;
    }

/*Validation*/
.asterisk {
    color: red;
    font-size: 18px;
}

/*Edit Employment info popup*/
.col1 {
    width: 128px;
}

.col3 {
    width: 132px;
}

.RadPicker {
    display: inline-block !important; /*IE telerik bug*/
}

.col01 {
    width: 142px;
}

.col02 {
    width: 165px;
}

.col11 {
    width: 170px;
}

.col31 {
    width: 138px;
}
/*End Edit Employment info popup */


#scrollUp {
    background-image: url("../images/top.png");
    bottom: 20px;
    right: 20px;
    width: 38px; /* Width of image */
    height: 38px; /* Height of image */
}


.rcbScroll {
    overflow: scroll !important;
    overflow-x: hidden !important;
}

/** Multiple rows and columns */
.multipleRowsColumns .rcbItem,
.multipleRowsColumns .rcbHovered {
    float: left;
    margin: 0 1px;
    min-height: 13px;
    overflow: hidden;
    padding: 2px 19px 2px 6px;
    width: 195px;
}
/** Columns */
.rcbHeader ul,
.rcbFooter ul,
.rcbItem ul,
.rcbHovered ul,
.rcbDisabled ul {
    margin: 0;
    padding: 0;
    width: 100%;
    display: inline-block;
    list-style-type: none;
}

/*BEGIN REFERENCE POPUP*/
.column1 {
    margin: 0;
    padding: 0 5px 0 0;
    width: 30%;
    line-height: 12px;
    float: left;
}

.column2,
.column3,
.column4 {
    margin: 0;
    padding: 0 5px 0 0;
    width: 18%;
    line-height: 12px;
    float: left;
}


.results {
    display: block;
    margin-top: 20px;
}


#txtFirstName_Ref_DropDown {
    width: 510px !important;
}

#txtLastName_Ref_DropDown {
    width: 510px !important;
    margin-left: -310px;
}

/*END REFERENCE POPUP*/

.RadPicker .RadInput .riTextBox {
    Padding: 0;
}


.TransparentTable2 tr td {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
}

.width24percent {
    width: 24%;
}

.modal-body {
    max-height: calc(100vh - 110px);
    overflow-y: auto;
}

/****** Bootstrap 4 ovveride*****/

.w-90 {
    width: 90% !important;
}

/** Toastr notification ovveride **/
.toast-message {
    color: #fff !important;
}

/** bootstrap4 modal dialog full screen **/
.modal-fullscreen {
    padding: 0 !important;
}

    .modal-fullscreen .modal-dialog {
        width: 100%;
        height: 100%;
        margin: 0;
        padding: 0;
    }

    .modal-fullscreen .modal-content {
        height: auto;
        min-height: 100%;
        border: 0 none;
        border-radius: 0;
    }
/** END modal dialog full screen **/

/** Toast **/
.toast-success {
    background-color: #51a351 !important;
}

.toast-warning {
    background-color: #f89406 !important;
}

.toast-info {
    background-color: #2f96b4 !important;
}

.toast-error {
    background-color: #bd362f !important;
}
