/*  ----------------------------------------------------------
    Profile & Contact Information - CSS
    ---------------------------------------------------------- */
    
/* 
 * Profile & Contact Information
 * Please use this page to do all the updating to teh Profile 
 * & Contact Information. 
 *
 * There is an obvious overlap in some of the classes, 
 * .accountSection & .contactSection seem to be using much of 
 * the same CSS styling. Could we some how lump them together? 
 * - Ian Donahue
 * 
 * .form-group may be rolled up into the Bootstrap Override
 * in the main.css file if its used throughout the site.
 */
    
.accountSection,
.contactSection {
    overflow: hidden;
    margin-top: 2em;
}
    .contactSection .form-group {
        margin-top: 1em;
        overflow: hidden;
    }
    .accountSection .form-group {
        margin-top: 1em;
        overflow: hidden;
        width: 400px;
    }
    
    .control-label {
        color: #3f3f3f;
        margin-top: 8px;
        text-align: right;
        font-weight: normal;
    }
    
    .custList {
  cursor:pointer;
  color:#fff;
  background:#000;
}
li.custList:hover {
	background:#BDBDBD;
	color:#000;
}

.frloginmodelpopup
{
    background: #000;
        color: #FFF;
        padding: 1em 1em 1em;
    }
.mainDiv{
	/*border:1px solid #ddd;*/
	height:100%;
}
.personalprofilesection-error-msg{
		/* text-align: center; */
		color: #f11;
		font-weight: 700;
		visibility: hidden;
		position:absolute;
		top: -50px;
		width: 410px;
		margin-left: 15px;
	}
	.personalprofilesection-error-msg.active{
		visibility: visible;
	}

.navDiv {
	/*border-right:1px solid #ccc; */
	padding: 1px;
	height:100%;
	min-height:400px;
    margin-top:0px;
	
}
.dataDiv {
	display:none;padding: 0px 30px;height:100%;
}
.passHint{
	color:red;
}
.clear{clear:left;}
.headingBg {background:#000;color:#fff;padding:5px 10px;font-size:16px;margin-bottom:15px;}
.borderBot{border-bottom:1px solid #000;margin:0px 0px 20px 0px;}
.linkActive {
	background: #808080;
}

#busyindicator{
    background-color: rgba(0,0,0,0.77);
}

#busyindicator #indicator{
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
    font-size: 72px;
    color: white;
    
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out; 
}

#busyindicator.active #indicator{ 
    -webkit-animation:spin 4s linear infinite;
    -moz-animation:spin 4s linear infinite;
    animation:spin 4s linear infinite;
}
@-moz-keyframes spin { 100% { -moz-transform: rotate(360deg); } }
@-webkit-keyframes spin { 100% { -webkit-transform: rotate(360deg); } }
@keyframes spin { 100% { -webkit-transform: rotate(360deg); transform:rotate(360deg); } }

.page{
    position: absolute;
    left: 0px;
    width: 100%;
    top:0px; 
    bottom:0px;
    display: none;
    /*background-color: white;*/
    background-color: rgb(240,240,240);
    
    box-sizing: border-box;
    padding: 24px;
    overflow: hidden;
    
    
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out; 
}

/*  loading image */
#busyindicator1 #indicator {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -36px;
    margin-top: -36px;
    font-size: 72px;
    color: white;
    -webkit-transition: 1s ease-in-out;
    -moz-transition: 1s ease-in-out;
    -o-transition: 1s ease-in-out;
    transition: 1s ease-in-out;
}

.page.active {
    display: block;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    -o-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out;
}

#busyindicator1.active #indicator {
    -webkit-animation: spin 4s linear infinite;
    -moz-animation: spin 4s linear infinite;
    animation: spin 4s linear infinite;
}
button[disabled]
{
    cursor:pointer;
    background:#ddd;
}
.hSpace {margin:7px 20px }
input.txtbox {width:345px;margin-right:20px;}
@media screen and (max-width:768px){
.navDiv{min-height:0px;border-right:0px transparent;padding-bottom:10px;}
.mainDiv{min-height:440px}
.dataDiv{padding:10px}
.passHint{margin-top:10px}
.passHint{font-size:12px;}
.borderBot{display:none;}
}
@media screen and (max-width:468px){
.navDiv{min-height:0px;border-right:0px transparent;padding-bottom:10px;}
.mainDiv{min-height:450px}
.dataDiv{padding:10px}
.passHint{margin-top:10px}
.passHint{font-size:12px;}
.borderBot{display:none;}
}

.policies {
		list-style-type: disc;
		padding: 5px 0 5px 20px;
	}
	.password-form.ng-dirty .policy {
		color: #F00;
	}
	.password-form.ng-dirty .validated-policy {
		color: green;
	}
	
	.material-icons.profilepwpolicyiconnodisp.profilepwpolicyicon {
	font-size: 16px;
	right: 0px;
	top: 2px;
	display:inline!important;
}
.material-icons.profilepwpolicyiconnodisp {
	font-size: 16px;
	right: 0px;
	top: 2px;
	display:none;
}

#savingindicator, #idImgload, #imgNativeSubmit, #imgPassChg, #idImgSave, idImgloadValidate {
        top: 0px;
        left: 0px;
        right: 0px;
        bottom: 0px;
        position: fixed;
        background-color: rgba(0, 0, 0, 0.8);
        z-index: 999;
}

.rotate-icon {
        left: 50%;
        top: 50%;
        margin-left: -75px;
        margin-top: -75px;
        position: absolute;
        font-size: 150px;  
    }
    .loader-text {
        font-size: 24px;
        color: #ddd;
        left: 50%;
        top: 50%;
        margin-left: -70px;
        margin-top: 60px;
        position: absolute;
    }




