﻿/**************** Elements *****************/

div.shortLTS p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 0px;
}

div.shortLTS option:first-child {
    display: none;
}

/**************** Classes *****************/

.bold {
    font-weight: bold;
}

.italics {
    font-style: italic;
}

.shortLTS .likeh1 {
    padding: .5em .25em .5em 1em;
}

div.shortLTS .gray, .placeholder {
    color: Gray;
}

aside.gray.rmi {
    overflow: hidden;
    min-width: 159px;
}

div.dynamicHelpMessage {
    width: 100%;
    padding: 20px;
    text-align: center;
    display: block;
    color: Red;
    cursor: pointer;
    background-color: #FFF;
    position: relative;
    z-index: 1001;
}

div.shortLTS .dynamicLabel {
    text-align: center;
    display: block;
    margin: 1px auto;
}

div.shortLTS .nowLoading {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(/static/img/Widgets/RMI/loading-bar.gif) no-repeat 50% 52% rgba(52,110,158,0.85);
    background-color: rgba(41,128,185,0.9);
    padding: 50%;
    padding: 50%;
}

    div.shortLTS .nowLoading .pleaseWait {
        color: #fff;
        font-size: 1.5em;
        font-weight: bold;
        max-width: 240px;
        position: absolute;
        right: 30%;
        top: 37%;
        text-shadow: 2px 2px black;
    }

div.shortLTS .inputError {
    box-shadow: 0 0 1.5px 1px #FF0000;
}

div.shortLTS .rmiErrors, div.shortLTS .errorDescrip {
    color: #FF0000;
    display: block;
    margin: 48px 3px 10px;
    padding: 8px 3px;
    font-weight: bold;
}

div.shortLTS .errorDescrip {
    margin: 0px;
    padding: 0 6px;
    text-align: center;
}

.shortLTS .email {
    display: block;
    font-size: 10px;
    font-style: italic;
    font-weight: normal;
    padding: 3px;
}


.shortLTS .thankYouRMI {
    padding: 10px;
    font-style: italic;
    text-align: center;
}

.shortLTS #formDisclaimer {
    display: block;
    margin: 66px auto 0;
}

.formDisclaimer {
    margin-left: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
}

#formDisclaimer .formDisclaimer p {
    display: inline;
    margin-left: 0;
    margin-right: 0;
}

.rmi-learn-more {
    font-style: italic;
    font-size: x-small;
}

/*.shortLTS .formDisclaimer
    {
    font-style: italic;
    }
    */
/**************** IDs *****************/

div.shortLTS {
    display: block;
    position: relative;
    width: 100%;
}

    /**************** Nested Selectors (ordered by selector depth, deepest at bottom) *****************/

    div.shortLTS a:hover {
        text-decoration: underline;
    }

    div.shortLTS .classic {
        display: none;
    }

    div.shortLTS a.programRMISubmit {
        color: #0d1e31;
        display: inline-block;
        margin: 0 10% 0 10%;
        outline: 0 none;
        text-decoration: none;
        width: 82%;
        text-align: center;
    }

    .pnlRmi > #formDisclaimer{
        margin-top: 20px !important;
    }

    div.shortLTS a.programApplySubmit {
        color: #FFF;
        background: #07294d;
        display: inline-block;
        margin: 0 6% 0 0;
        outline: 0 none;
        margin-top: 20px !important;
        text-decoration: none;
    }

    /*#applynowCTA  #RCCTAlikeh1 {
    background: rgba(0, 0, 0, 0) url(/static/img/mastersprite.png) no-repeat scroll -657px -396px;
}*/

    div.shortLTS input, div.shortLTS select {
        display: block;
        margin: 5% 10%;
        width: 82%;
    }

/* div.shortLTS select {
    padding: 3px 1px;
}*/

aside.yellow.rmi div.shortLTS a.programRMISubmit {
    background-color: #07294d;
    text-shadow: none;
    color: #ffc600;
}

aside.blue p {
    color: #fff;
}