
#alert-mobile
{
    background-color: #D9EDF7;
    border-color: #BCE8F1;
    color: #400000;
}

.navbar .navbar-logo-small
{
    position: absolute;
    right: 24px;
    top: 13%;
    width: 75px;
}

.navbar .navbar-logo-small img
{
    width: 50px;
}

@media (min-width: 768px)
{
    .navbar .navbar-logo-small img
    {
        width: 75px;
    }
}
.div-spacing
{
    margin-bottom: 15px;
}
.smallfont
{
    font-size: 10px;
}
.grayfont
{
    color: Gray;
}
.blackfont
{
    color: #000000;
}
.rightmargin
{
    margin-right: 5px;
}
.rbutton
{
    font-weight: normal;
}
.redfont
{
    color: #dc143c;
}

.div-announcement-spacing
{
    margin-bottom: 30px;
}
.div-display-none
{
    display: none;
}

.divoverflow
{
    width: auto;
    height: 100px;
    overflow: auto;
    border: solid .2em #F5F5F5;
    padding: 8px;
}
.biggerfont
{
    font-size: 14px;
}
.zeroMargin {
    margin-bottom: 0;
    margin-top: 0;
    height: 0px;
    color: #000000;
    visibility: hidden;
}

.nav-pills li > a:focus
{
    color: #590000;
    background: #eeeeee;
    outline: 0;
}

.link-group.one a
{
    text-decoration: underline;
}

.link-group.two a:hover
{
    text-decoration: none;
}

.medium-font
{
    font-size: 1.1em;
}
.textAlertsLabelWidth
{
    margin-right: 85px;
}
.whitefont
{
    color: #ffffff;
}

.fullWidth
{
    width: 100%;
}

.alert-codemaroon-col
{
    display: none;
    padding: 0px;
}

.btn-warning-col
{
    padding: 5px 10px 8px 10px;
    background-color: #ffec64;
    border: 1px solid #590000;
    display: inline-block;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2) inset;
    color: #333333;
    text-decoration: none;
    border-radius: 2px 2px 2px 2px;
    -moz-border-radius: 2px 2px 2px 2px;
    -webkit-border-radius: 2px 2px 2px 2px;
    margin-top: -1px;
}

.btn-warning-col:nth-of-type(1)
{
    margin-top: 0px;
}

.alert-codemaroon.alert .alert-title-col::before
{
    top: 2px;
}

.alertLocation-col
{
    display: inline;
    font-size: 15px;
}

.arrowButton-col
{
    display: none;
    float: right;
    color: Red;
    padding-top: 10px;
    padding-right: 30px;
    font-size: 13px;
}

.accordion-toggle.collapsed > .alert-title-col > .arrowButton-col
{
    display: inline;
}

.subheader.alert-title.alert-title-col
{
    font-size: 155%;
    padding-bottom: 0px;
}

.maroon-col
{
    padding-left: 70px;
    padding-top: 3px;
    padding-bottom: 8px;
}

.alterTitle-col
{
    margin-bottom: 0px;
    padding-bottom: 1px;
}

.alterMessage-col
{
    padding-left: 25px;
    padding-bottom: 10px;
}

.caret.caret-reversed
{
    border-top-width: 0;
    border-bottom: 4px solid;
}

.caret.caret-red
{
    border-top-color: Red;
}

.alertBottomInfo
{
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
}

.arrowButton-col-reversed
{
    padding-top: 0px;
    display: inline-block;
    float: right;
}

@media (max-width: 767px)
{

    .maroon-col
    {
        padding-left: 15px;
    }
    .alert.alert-codemaroon .alert-title:before
    {
        display: block;
        display: inline-block;
        width: 20px;
        height: 20px;
        content: " ";
        background: url(../images/hazard-icon.png) no-repeat 0 0;
        background-size: 100%;
        top: 0px;
    }

    .alterMessage-col
    {
        padding-left: 15px;
    }

    .subheader.alert-title.alert-title-col
    {
        font-size: 100%;
    }

    .alert.alert-codemaroon .alert-title
    {
        padding-left: 25px;
    }

    .alertLocation-col
    {
        font-size: 80%;
    }

    .arrowButton-col
    {
        padding-top: 7px;
        padding-right: 0px;
        font-size: 0px;
    }

    .caret.caret-reversed
    {
        padding-top: 10px;
    }
}


@media (max-width: 410px){
    #ctl00_ContentPlaceHolder1_lblLName {
        display:none;
    }

    #ctl00_ContentPlaceHolder1_tbEmail1 {
       width:220px;    }

     #ctl00_ContentPlaceHolder1_tbEmail2 {
       width:220px;    }

    #ctl00_ContentPlaceHolder1_tbEmail {
        width:220px;
    }
}

@media (min-width: 411px){
    #mobileDivLabelLastName {
        display:none;
    }
}

/*Custom Appraisal Changes Start: Feb 08, 2016*/

.italicFont {
    font-style: italic;
}

/*Custom Appraisal Changes End: Feb 08, 2016*/

/****************** 10/13/2016 Ling **********************/
.grey-color{
	background-color: #949494;
}
.redText
{
    color: #E60000;
}

.arrowButton-col{
    color: #D2001E;
}
.grey-color:hover, .grey-color:focus{
	background: #6f6e6e;
}
.panel-solid.panel-success.green-color-b .panel-body, .panel-solid.panel-success.green-color-b .panel-heading{
	background-color: #066f59;
}
.panel-solid .nav > li > a.green-color:hover,.panel-solid .nav > li > a.green-color:focus{
	background: #008566;
}

ol.steps li.current{
    background-color: #507c90;
}
ol.steps li.current:after {
  border-left-color: #507c90;
}
ol.steps li.current span:after {
    border-color: #507c90;
    border-left-color: transparent;
}

ol.steps li.complete {
   background-color: #008768;
}

ol.steps li.complete:after {
  border-left-color: #008768;
}
ol.steps li.complete span:after {
  border-color:  #008768;
  border-left-color: transparent;
}

.btn-default:hover, .btn-default:focus {   
    background-color: #696969;    
}

.codemaroon-table td, th 
{
    background: #f3f3f3;
    color: #000000;
}

/*Dialog Box*/

.modal {
    display: flex;
    flex-direction: column;
    gap: 0.4rem;
    width: 450px;
    height: 200px;
    padding: 1.3rem;
    position: absolute;
    z-index: 2;
    top: 5%;
    background-color: antiquewhite;
    border: 1px solid #ddd;
    border-radius: 15px;
    left: 5%;
    overflow: hidden;
}
