.error { color : red }

.TextBackgroundWhite {
    background-color: white;
    padding-left: 4px;
    padding-right: 4px;
}

/* Basic Authentication */

#BasicAuthenticationLoginDialog .defaultText { width: 150px; height: 30px; margin-bottom: 10px; border: 1px solid black; text-align: center;}

#BasicAuthenticationLoginDialog .defaultTextActive { color: #a1a1a1; font-style: italic; }

#Overlay {
    position: absolute;
    left: 0px;
    top: 0px;
    width:100%;
    height:100%;
    text-align:center;
    z-index: 1000;
    background-color: rgba(180, 180, 180, .5);
}

.basicAuthenticationLoginDialog {
    display: none;
    width: 100%;
    height: 178px;
    margin: 100px auto;
    text-align: center;
    background-repeat: no-repeat;
    position: relative;
    background-color: #ffffff;
}

.basicAuthenticationLoginDialogHeading {
	color: #ffffff;
	background-color: #007AC2;
	font-family: Arial;
	font-size: 14pt;
    text-transform: uppercase;
}

.basicAuthenticationLoginDialogContentText{
    font-family: Arial;
}

.credentialsSet{
    display: block;
}

#BasicAuthenticationLoginDialog #experience {
    position: absolute;
    width: 240px;
    bottom: 150px;
    left: 60px;
    text-align: left;
}

#BasicAuthenticationLoginDialog #content {
    position: absolute;
    width: 200px;
    bottom: 150px;
    right: 40px;
}

#BasicAuthenticationLoginDialog #loading {
    display: none;
    width: 64px;
    height: 64px;
    align: center;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}

/* Breadcrumbs */
.JOOBMobileBreadCrumbControllerCrumbLink {
    cursor: pointer;
}