/* Minification failed. Returning unminified contents.
(567,27): run-time error CSS1039: Token not allowed after unary operator: '-vh'
 */
html {
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    height: 100%;
    /*  overflow: hidden;*/
}

body {
    font-size: 14px;
    font-family: Tahoma, Verdana;
    margin: 0px;
}

#systemMessageDiv {
    margin-top: 10px;
    margin-bottom: 50px;
    max-height: 200px;
    overflow-y: auto;
}

#unsupported-browser-msg {
    display: none;
}

div.f-login-error a, div.f-login-error a:hover, div.f-login-error a:visited {
    color: #000065;
    font-size: 1.0em;
}

div.logo img {
    margin-bottom: 8px;
}

.divPastedNotification {
    font-size: x-small;
    font-family: Tahoma, Verdana;
}

div.logo {
    float: left;
    width: 141px;
    height: 75px;
    text-align: center;
}

.HeaderLabel {
    font-weight: bold;
    margin-bottom: 5px;
    font-size: 12px;
    display: block;
}

.MlsRadio {
    cursor: pointer;
    margin-right: 10px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
}

.TextLabel {
    cursor: pointer;
}

.TextLabelSelected {
    cursor: pointer;
}

input:focus, select:focus {
    outline: none;
}

span.ui-icon {
    float: left;
    margin-right: 0.3em;
}

div.f-login-disclaimer > div {
    padding: 4px;
}

.subTitle {
    color: #8fb4d0;
}

.divLblTextBox {
    padding: 2px;
    clear: left;
    white-space: nowrap;
}

.lblWTextBox {
    width: 110px;
    text-align: right;
    margin: 2px 2px 0px 0px;
    float: left;
}

.lblWTextBoxWide {
    width: 140px;
    text-align: right;
    margin: 2px 2px 0px 0px;
    float: left;
}

.wideTextBox {
    width: 210px;
}

a.forgotPassword {
    float: right;
}

a.mobileUrl {
    margin-left: 192px;
}

a.backToLogin {
    margin-left: 152px;
}

a.backToLoginEnterMls {
    margin-left: 141px;
}

div.f-login-disclaimer p {
    margin: 0px;
}

a, a:visited, li {
    color: #000987;
    font-size: 13px;
    text-decoration: none;
}

#LoginName, #Password, #MLSID {
    margin-bottom: 30px;
}

#form1Container {
    padding: 16px 24px 16px 24px;
    width: 300px;
    background-color: rgba(255,255,255,.8);
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
    margin-left: 15px;
    border-radius: 10px;
    top: 33%;
    -ms-transform: translateY(-33%);
    transform: translateY(-33%);
    position: absolute;
    min-height: 600px;
}

#form1ContainerNarrow {
    margin-left: auto;
    margin-right: auto;
    width: 300px;
}

#systemMessage {
    margin-left: auto;
    margin-right: auto;
    /*	width: 600px;*/
}

label[for="LoginName"] {
    display: block;
    margin-bottom: 5px;
}


input[type="text"], input[type="password"], select {
    border-bottom-color: #b3b3b3;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-color: #b3b3b3;
    border-left-style: solid;
    border-left-width: 1px;
    border-right-color: #b3b3b3;
    border-right-style: solid;
    border-right-width: 1px;
    border-top-color: #b3b3b3;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-style: solid;
    border-top-width: 1px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
    padding-left: 10px;
}

    input[type="text"], input[type="password"]:focus {
        outline: none !important;
    }


#loginAdContent {
    position: fixed;
    list-style: outside none none;
    bottom: 0;
    text-align: center;
    margin-bottom: 20px;
}

.login-logo {
    margin-left: auto;
    margin-right: auto;
    display: block;
    max-width: 300px;
    max-height: 125px;
}

.column1 {
    width: 140px;
    text-align: right;
}

.column3 {
    width: 30px;
}

.column4 {
    white-space: nowrap;
    padding-left: 35px
}

.submit {
    margin-left: 112px;
    width: 53px;
}

.submitAdmitOne {
    margin-left: 140px;
    width: 43px;
}

.horizSubmit {
    background-color: #000987;
    border-radius: 5px;
    border: 1px solid #000000;
    display: block;
    cursor: pointer;
    color: #ffffff;
    font-family: Arial;
    font-size: 12px;
    padding: 12px 0px;
    text-decoration: none;
    text-shadow: 0px 1px 0px #000000;
    width: 100%;
}

.ByPass {
    width: 75px;
}

#horizLink {
    padding-top: 5px;
}

.forceChangePwd {
    width: 400px;
}

#form1 fieldset {
    padding: 2px;
    border: solid 1px #99bbe8;
    margin-bottom: 4px;
    width: 415px;
}

    #form1 fieldset legend {
        font-weight: bold;
        color: #99bbe8;
    }

    #form1 fieldset label {
        width: 135px;
        display: inline;
        float: left;
        text-align: right;
        margin: 2px 2px 0px 0px;
    }

    #form1 fieldset em {
        float: left;
        width: 16px;
    }

    #form1 fieldset div.submit {
        padding-left: 151px;
    }

    #form1 fieldset div {
        padding: 2px;
        clear: left;
        white-space: nowrap;
    }

    #form1 fieldset p {
        padding: 0px 12px;
    }

div.f-login-error {
    padding: 4px;
}

#form1 fieldset div div.ui-state-error {
    white-space: normal;
}

div.f-login-error span.ui-icon {
    float: left;
    margin-right: 0.3em;
}

#form1 fieldset div a {
    float: right;
}

#aoframe {
    width: 170px;
    height: 56px;
    overflow: hidden;
}

table, tr, th, td {
    padding: 0px;
    width: 100%;
}

    th[scope=row] {
        width: 135px;
        font-weight: normal;
        text-align: right;
        vertical-align: middle;
    }

.imgInfoTip {
    cursor: pointer;
    margin-left: 5px;
}


#mobile-login-body {
    background: #fafafa;
    color: #333;
}

#mobile-fieldset {
    border: none;
}

.mobile-page {
    text-align: center;
    margin-top: 15px;
    padding: 0px 20px;
}

#mobile-fieldset ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#mobile-fieldset li {
    display: inline-table;
}

.mobile-selection li {
    border: 1px solid #ccc;
    background: #fff;
    border-radius: 6px;
    padding: 25px;
    width: 165px;
    height: 220px;
    margin-right: 10px;
    color: #333333;
    text-align: left;
    box-shadow: 3px 3px 3px #ddd;
    margin-bottom: 15px;
}

.mobile-selection h4 {
    margin-bottom: 1px;
}

.paragonConnect-version img {
    margin-left: 30px;
    margin-top: 5px;
}

.paragonConnect-version h4 {
    margin-top: 25px;
}

.full-version img {
    margin-left: 30px;
    margin-top: 5px;
}

.mobile-version img {
    margin-left: 50px;
    margin-top: 5px;
}

.mobile-version h4 {
    margin-top: 25px;
}

.mobile-selection p {
    margin-left: 3px;
}

#mobile-login-body {
    position: relative;
}

#div-gpt-ad-1474403995049-0 {
    display: inline-block !important;
}

img.mls-logo {
    padding-top: 2px;
    display: block;
    margin: 0 auto;
    max-height: 240px;
    max-width: 600px;
}

.center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.validation-list {
    font-size: small;
    padding-left: 30px;
    margin-bottom: 30px;
}

    .validation-list li {
        color: #000;
        padding-bottom: 5px;
    }

        .validation-list li.item-incomplete {
            list-style-image: url(images/cma/not_complete.png);
            list-style-position: outside;
            font-size: inherit;
        }

        .validation-list li.item-complete {
            list-style-image: url(images/cma/complete.png);
            list-style-position: outside;
            font-size: inherit;
        }

        .validation-list li.item-server {
            list-style-type: square;
            font-size: inherit;
        }

.validation-error-message {
    display: block;
    color: red;
    text-align: center;
    font-size: 13px;
}

.social-logo {
    width: 24px;
    height: 24px;
    margin: 0px 2px;
}

.social-link {
    text-decoration: none;
}

img:focus {
    outline: none !important;
}

.powered-by {
    font-size: smaller;
    color: darkgray;
    display: grid;
    grid-auto-flow: column;
    position: absolute;
    bottom: 10px;
    width: 300px;
}

.privacy-notice {
    font-size: smaller;
    color: black;
    text-decoration:underline;
    display: block;
    position: absolute;
    bottom: 38px;
    width: 100px;
}

.powered-by-text {
    display: inline-flex;
    min-height: 25px;
    align-items: center;
}

.powered-by-paragon {
    font-family: 'Trebuchet MS';
    font-weight: bold;
    color: gray;
    font-size: 12pt;
    display: inline-flex;
    align-items: center;
}

.divPcLink {
    margin-top: 30px;
    margin-bottom: 15px;
    text-align: center;
}

.error-input {
    border: 2px solid red !important;
}

.error-text {
    color: red;
}

.header-text {
    font-size: 32pt;
    margin: 20px 0px;
}

.sub-header-text {
    font-size: 26pt;
    margin: 20px 0px;
}

.sub-header2-text {
    font-size: 14pt;
    margin: 20px 0px;
}

@-moz-document url-prefix() { /*Firefox doesnt' currently support backdrop-filter by default - bump opacity*/
    #form1Container {
        background-color: rgba(255,255,255,.9);
    }
}

@media only screen and (max-width: 600px), only screen and (max-height: 600px) {
    #form1Container {
        width: 100%;
        padding-top: 20px;
        height: 100vh;
        height: calc(var(--vh, 1vh) * 100);
        box-sizing: border-box;
        border-radius: 0px;
        margin-left: 0px;
        display: unset;
        top: unset;
        -ms-transform: unset;
        transform: unset;
    }

    #systemMessageDiv {
        max-height: unset;
        overflow-y: unset;
    }
}

@media screen and (max-width: 320px) {
    .mobile-page {
        margin-top: 75px;
    }
}

@media screen and (min-width: 481px) {
    .mobile-page {
        text-align: center;
        margin-top: 80px !important;
        margin: auto;
    }
}

.redirect-bg {
    background: rgb(60,60,110);
    padding: 5px;
}

.main-container {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
}

.sub-container {
    width: 320px;
    text-align: center;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 32px;
    vertical-align: middle
}

.intro {
    font-weight: 700;
    color: #A0A0B7;
    margin-bottom: -19px;
    font-size: 14px;
}

.main-title {
    font-weight: 900;
    font-size: 20px;
    margin-bottom: -10px
}

.description {
    font-size: 11px;
    margin-bottom: -5px;
}

.mobile-btn {
    font-size: 16px;
    border-radius: 6px;
    text-decoration: none;
    margin-left: 0px;
    text-transform: uppercase;
    padding: 11px 30px;
    white-space: pre-line;
}

.learn {
    font-size: 11px !important;
}

.go {
    background: #fff;
    color: #26275C;
    font-weight: 600
}

.lnk-margin {
    margin-bottom: 7px;
}

.fluff {
    display: flex;
    flex-flow: wrap;
    list-style: none;
    margin-top: 45px;
}

.fluff-description {
    font-size: 12px;
    text-align: left;
    margin-left: 20px;
}

.fluff-image {
    width: 142px;
}

.fluff-title {
    font-size: 13px;
    text-align: left;
    font-weight: 700;
    margin-left: 20px;
    margin-bottom: -6px;
    margin-top: 0px;
}

.mobile-row {
    display: table-row
}

.col1 {
    display: table-cell;
    vertical-align: top;
    text-align: right;
}

.col2 {
    display: table-cell;
    vertical-align: top;
}

.image-width {
    width: 43px;
}

.sub-container a, a:visited, li {
    color: inherit;
    font-size: inherit
}

#col1, #col2, #col3, #col4 {
    display: none;
}

#col5, #col6 {
    display: inline;
}

@media screen and (min-width: 300px) and (max-height: 400px) {
    .sub-container {
        width: 444px;
    }
}

@media only screen and (min-device-width : 728px) and (max-device-width : 1300px) and (orientation : portrait) {
    .sub-container {
        width: 521px;
    }
}

@media only screen and (min-device-width : 728px) and (max-device-width : 1300px) and (min-device-height:450px) and (orientation : landscape) {
    .sub-container {
        width: 821px;
    }

    #col1, #col2, #col3, #col4 {
        display: table-cell;
    }

    .col1 {
        width: 10%
    }

    .col2 {
        width: 40%
    }

    #col5, #col6 {
        display: none;
    }
}

@media only screen and (min-device-width : 728px) and (max-device-width : 1300px) {
    .intro {
        font-size: 21px;
        margin-bottom: -28px;
    }

    .main-title {
        font-size: 32px;
    }

    .fluff {
        margin-top: 39px;
        margin-left: -64px;
    }

    .fluff-title {
        font-size: 20px;
        margin-bottom: -12px;
    }

    .fluff-description {
        font-size: 19px;
        margin-bottom: 33px;
    }

    .description {
        font-size: 17px;
        margin-bottom: 0px;
    }

    .learn {
        font-size: 17px !important;
    }

    .image-width {
        width: 61px;
    }
}

/**
 *
 * Main container
 *
 */
#addToHomeScreen {
	z-index:9999;
	-webkit-user-select:none;
	user-select:none;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	-webkit-touch-callout:none;
	touch-callout:none;
	width:240px;
	font-size:15px;
	padding:12px 14px;
	text-align:left;
	font-family:helvetica;
	background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#fff),color-stop(0.02,#eee),color-stop(0.98,#ccc),color-stop(1,#a3a3a3));
	border:1px solid #505050;
	-webkit-border-radius:8px;
	-webkit-background-clip:padding-box;
	color:#333;
	text-shadow:0 1px 0 rgba(255,255,255,0.75);
	line-height:130%;
	-webkit-box-shadow:0 0 4px rgba(0,0,0,0.5);
}

#addToHomeScreen.addToHomeIpad {
	width:268px;
	font-size:18px;
	padding:14px;
}

/**
 *
 * The 'wide' class is added when the popup contains the touch icon
 *
 */
#addToHomeScreen.addToHomeWide {
	width:296px;
}

#addToHomeScreen.addToHomeIpad.addToHomeWide {
	width:320px;
	font-size:18px;
	padding:14px;
}

/**
 *
 * The balloon arrow
 *
 */
#addToHomeScreen .addToHomeArrow {
	position:absolute;
	background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(204,204,204,0)),color-stop(0.4,rgba(204,204,204,0)),color-stop(0.4,#ccc));
	border-width:0 1px 1px 0;
	border-style:solid;
	border-color:#505050;
	width:16px; height:16px;
	-webkit-transform:rotateZ(45deg);
	bottom:-9px; left:50%;
	margin-left:-8px;
	-webkit-box-shadow:inset -1px -1px 0 #a9a9a9;
	-webkit-border-bottom-right-radius:2px;
}


/**
 *
 * The balloon arrow for iPad
 *
 */
#addToHomeScreen.addToHomeIpad .addToHomeArrow {
	-webkit-transform:rotateZ(-135deg);
	background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(238,238,238,0)),color-stop(0.4,rgba(238,238,238,0)),color-stop(0.4,#eee));
	-webkit-box-shadow:inset -1px -1px 0 #fff;
	top:-9px; bottom:auto; left:50%;
}


/**
 *
 * Close button
 *
 */
#addToHomeScreen .addToHomeClose {
	-webkit-box-sizing:border-box;
	position:absolute;
	right:4px;
	top:4px;
	width:18px;
	height:18px; line-height:14px;
	text-align:center;
	text-indent:1px;
	-webkit-border-radius:9px;
	background:rgba(0,0,0,0.12);
	color:#707070;
	-webkit-box-shadow:0 1px 0 #fff;
	font-size:16px;
}


/**
 *
 * The '+' icon, displayed only on iOS < 4.2
 *
 */
#addToHomeScreen .addToHomePlus {
	font-weight:bold;
	font-size:1.3em;
}


/**
 *
 * The 'share' icon, displayed only on iOS >= 4.2
 *
 */
#addToHomeScreen .addToHomeShare {
	display:inline-block;
	width:18px;
	height:15px;
	background-repeat:no-repeat;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABIAAAAPCAQAAABDj1eZAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAUdJREFUKFNtkLtLw1AYxS/qJLhXVKr2ZRulUNtiqgSb3CziICI6ucTFVYcOnaQOFRwUnNTRwUWXgpP/QdHNUEQUHGxofYBTlRs83iZNjKTncOGe7/vx3QchXUWn6FL3jhfKUdCCr5zuifV5oDiHQM+c+CIhiiCSWNu08iq9oHXKLAiqrgR4UXqlOEYZt++ExEL0wW7+OW0G10muLv9gmqfe5FAWKmTMYQYiFL7PYwyLOD8lSjNh2gdnPzMII4QUBxc4OothbAF7GCBKQ0YbSWyPQsIhqvetS+y0ygGMo/KFZfviDvR4AhwgZU9dGYnA0J/6ndc15i3ouYIMcVVUcEXIoOxCeRCfwP8sXBSdjtpUv/1QW+K16kCCIUC4id9Fa0JtkluwVkSfqPL6RwfSDA0aNlx7k/bWgViB7bMS2/1vk5sdsZLN/ALSuL3tylO4RAAAAABJRU5ErkJggg==);
	background-size:18px 15px;
	text-indent:-9999em;
	overflow:hidden;
}


/**
 *
 * The touch icon (if available)
 *
 */
#addToHomeScreen .addToHomeTouchIcon {
	display:block;
	float:left;
	-webkit-border-radius:6px;
	border-radius:6px;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5),
		inset 0 0 2px rgba(255,255,255,0.9);
	box-shadow:0 1px 3px rgba(0,0,0,0.5),
		inset 0 0 2px rgba(255,255,255,0.9);
	background-repeat:no-repeat;
	width:57px; height:57px;
	-webkit-background-size:57px 57px;
	background-size:57px 57px;
	margin:0 12px 0 0;
	border:1px solid #333;
	-webkit-background-clip:padding-box;
	background-clip:padding-box;
}


/**
 *
 * The 'share' icon for retina display
 *
 */
@media all and (-webkit-min-device-pixel-ratio: 2) {
	#addToHomeScreen .addToHomeShare {
		background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC);
	}
}

