﻿body {
    font-size: 14px;
    font-family: 'Roboto Condensed', sans-serif;
}
.agentLink {
    color: #fb2600 !important
}

.agentMessageFontLarge {
    font-size: 1.5em;
}

.agentMessagePadding {
    padding: 5px;
    text-align: center;
}
.mlr0i {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
.agentMessage {
    color: #1e1e1e;
    font-size: 1.5em;
    padding: 5px;
}

.generalMessage {
    color: #000000;
}

.propertyMessageAlt {
    color: #333333;
}

.propertyMessage {
    color: #1e1e1e;
    font-weight: bold;
}
.ng-hide { display:none;}
.btn-sm-2 {
    font-size: 12px;
    padding-top: 2px !important;
    padding-bottom: 3px;
    padding-left: 20px;
    padding-right: 20px;
    margin: 0 !important;
    border-radius: 0;
    line-height: 1em;
    border-radius: 2px;
}
.btn-sm-3 {
    padding-left:0 !important;
    padding-right:0 !important;
    font-size:.9em !important;
    padding-top:3px !important;
    padding-bottom:3px !important;
    width:100%;
}

.alert-white {
    background-color:white; margin:0;
}


.relative {
    position: relative;
}

.absolute {
    position: absolute;
}

.container {
    width: 720px;
    height: 275px;
    padding: 0px !important;
    border: 1px dotted #e5e5e5;
}

.p7 {
    padding: 7px;
}

.p7 {
    padding: 7px;
}

.lightBlue {
    background-color: #f5f5f5;
}

.b {
    font-weight: bold;
}

.fsm {
    font-size: .7em;
}

.fmd {
    font-size: .85em
}

.bg-light-grey {
    background-color: #e5e5e5;
}

.bg-dark-blue {
    background-color: #3a6aba;
    color: white;
}

.top-border-blue {
    border-top: 1px solid #3a6aba;
}

.p3 {
    padding: 3px;
}

.u {
    text-decoration: underline
}

.fxs {
    font-size: .7em
}

.p2 {
    padding: 2px;
}

.cap {
    text-transform: uppercase
}

.p0 {
    padding: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.b1 {
    border: 1px solid green;
}

.mlb2 {
    margin-left: 2px;
    margin-right: 2px;
}
.floating {
        position: absolute;
        z-index: 1000;
        width: 95%;
        margin-top: -6px;
    }

.bgwhite { background-color:white !important;}

.w50p { width:50%;}

.w100p { width:100%;}


.help {
    cursor: help;
}

.noUnderline {
    text-decoration: none !important;
}

.black-text {
    color: black !important;
}



div[alt]:hover:after {
    content: attr(alt);
    text-align: left;
    position: absolute;
    margin-left: 50px;
    color: rgb(55, 55, 55);
    background-color: white;
    border: 1px dotted #b4b4b4;
    font-size: .9em;
    display: inline-block;
    padding: 3px;
    box-shadow: 3px 3px 3px rgba(0,0,0,.2);
    z-index: 9999;
    border-left: 5px solid #5687ff;
    width: 180px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    min-width: 1px;
    margin-top: -16px;
}



@media print {
    a[href]:after {
        content: none !important;
    }
}
