html {
	
	height: 100%;
}

body{
	height: 100%;
	-ms-overflow-style: none;
}

.dib-alt-link {
  display: block;
  margin-top: 1rem;
}

.dib-alt-link a {
	color: #016A9C;
}

.qibAlertWarning {
  padding: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  background-color: #ffedbf;
  color: black;
  font-size: 13px;
  height: auto;
}

.qibAlertInfo {
  padding: 8px;
  padding-bottom: 8px;
  padding-left: 10px;
  background-color: #c9eeff;
  color: black;
  font-size: 13px;
  height: auto;
}

.qibAlertClosebtn {
  padding: 2px;
  margin-left: 15px;
  color: #68adce;
  float: right;
  font-size: 25px;
  line-height: 17px;
  cursor: pointer;
  transition: 0.3s;
}

.qibAlertMsg {
  margin-left: 15px;
  color: black;
  float: left;
  font-size: 14px;
  line-height: 17px;
  cursor: pointer;
  transition: 0.3s;
}

.qibAlertClosebtn:hover {
  color: red;
}

#kc-container .edc-subhead {
	text-align: left;
	padding-right: 15px;
}

#kc-container.edc-main-right.edc-main .edc-subhead {
	padding-left: 15px;
}

#kc-container .edc-subhead .h4, #kc-container .edc-subhead .h6 {
	line-height: 1.5;
}

#kc-container .edc-content {
	margin-right: 0px;
}

#kc-container.edc-main-right.edc-main .edc-content {
	margin-left: 0px;
	padding-bottom: 120px;
}

#kc-container.edc-main-right.edc-main {
	width: 100%;
	min-height: 0px;
	height: 100%;
	overflow-x: hidden;
}

#kc-container.edc-main-right.edc-main .edc-main__row {
	height: 100%;
	width: 100%;
	margin-left: 0px;
    margin-right: 0px;
}


#kc-container.edc-main-right.edc-main .edc-main__col {
	width: 600px;
	/*margin-left: 0px;
	margin-top: 20px;*/
	float: right;
	padding-top: 10px;
	padding-bottom: 9px;
	margin-bottom: 0px;
	margin-right: -30px;
	z-index: 1;
	background-color: #fff;
	height: 100%;
	position: relative;
	display: table;
}


#kc-container.edc-main-right.edc-main .footer {
	text-align: left;
	width: 100%;
    font-size: .75rem;
    margin-top: 2rem;
    padding-top: 10px;
    margin-bottom: 10px;
    height: 80px;
    position: absolute;
    bottom: 0;
}

 #kc-container.edc-main-right.edc-main .footer .list-inline {
    	padding-left: 10px;
    	padding-right: 20px;
 }

#kc-container.edc-main-right.edc-main .footer .footer__logo {
	float: right;
	margin-top: 4px;
}

#kc-container.edc-main-right.edc-main .footer .footer__logo .masthead__logo-image-oid-logo .masthead__logo-image-syslog-ng-logo {
	width: 180px;
}

#kc-container.edc-main-right.edc-main .footer .footer__logo .masthead__logo-image {
	height: 22px;
	width: 64px;
 }

.edc-masthead .masthead__logo-image-oid-logo .masthead__logo-image-syslog-ng-logo {
	height: 60px;
}

#kc-container .edc-alerts {
	margin-right: 0px;
} 

.dib-message p {
  line-height: 1.3333;
  margin: 0 0 15px 0;
}

#kc-info-message {
	width: 130%;
}

#kc-container.edc-main-right.edc-main #kc-info-message {
	width: 100%;
}

#kc-container.edc-main-right.edc-main #kc-info-message #dib-verify-email {
	width: 100%;
}


#dib-signup .control-label, #kc-container .edc-alert {
	font-size: .75rem;
}

#dib-signup .form-group {
	margin-bottom: 0px;
}


#dib-signup-name > div:first-child {
	margin-right: 4%;
}

#dib-signup-name .form-group {
	width: 48%;
	float: left;
	displaY: inline-block;
}

#kc-form-buttons .btn-primary {
 	background-color: #016A9C;
}

#kc-form-buttons .btn-primary-disabled {
    background-color: #ccc;
}

#show-password {
	float: right;
	color: #0097A7;
	border-color: #0097A7;
	margin-top: -26px;
	margin-right: 10px;
	background-color: transparent;
	font-size: 10px;
	padding: 0px;
	position: relative;
}

#dib-signup #password, #dib-update-password #password {
	padding-right: 56px;
}

#show-password:hover{
	background-color: #E0F7FA;
}

#reset-password {
	margin-top: -15px;
}

.dib-info {
	font-size : 14px;
	font-weight: 400;
}

.password-strength {
    position: relative;
    height: 3px;
    background: #DDD;
    margin: 10px auto 20px;
    border-radius: 3px;
}

#dib-signup .password-strength{
	margin-bottom: 8px;
}

.password-strength:before, .password-strength:after {
    content: '';
    height: inherit;
    background: transparent;
    display: block;
    border-color: #FFF;
    border-style: solid;
    border-width: 0 5px 0 5px;
    position: absolute;
    width: 20%;
    z-index: 10;
}

.password-strength:before {
    left: 70px;
}

.password-strength:after {
    right: 70px;
}

.password-strength-fill {
    background: transparent;
    height: inherit;
    position: absolute;
    width: 0;
    border-radius: inherit;
    transition: width 0.5s ease-in-out, background 0.25s;
}

.password-strength-fill[data-strength='0'] {
    background: darkred;
    width: 20%;
}

.password-strength-fill[data-strength='1'] {
    background: orangered;
    width: 40%;
}

.password-strength-fill[data-strength='2'] {
    background: orange;
    width: 60%;
}

.password-strength-fill[data-strength='3'] {
    background: yellowgreen;
    width: 80%;
}

.password-strength-fill[data-strength='4'] {
    background: green;
    width: 100%;
}

.password-help {
  	display: inline-block;
  	position: absolute;
	padding: 5px 10px;
  	margin-left: 26px;
  	margin-top: -30px;
  	width: 220px;
  	font-size: 12px;
  	font-weight: 400;
  	border: 1px solid black;
  	background: #fff;
}

.password-help:after{
	content: '';
	display: block;  
	position: absolute;
	right: 100%;
	top: 40%;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid black;
	border-bottom: 10px solid transparent;
	border-left: 10px solid transparent;
	z-index: -1;
}

.password-help li {
	margin-left: -40px;
}

.password-help ul {
	list-style: none;
	margin-bottom: 0px;
}

.show-help {
	vertical-align: middle;
	margin-top: -30px;
	margin-right: -16px;
}

#error-reset {
	display: block;
    border: solid 1px #D32F2F;;
    text-align: center;
    color: #D32F2F;;
    height: 29px;
    line-height: 25px;
    margin-top: 10px;
    margin-left: 30px;
    margin-right: auto;
    width: 200px;
    font-size: .75rem;
}

#error-reset:hover {
	text-decoration: none;
	background-color: rgba(211, 47, 47, 0.247058823529412);
}

#dib-signup #dib-agreement {
	font-size: 14px;
	margin-bottom: 10px;
}

#dib-agreement.has-error .checkbox {
	color: #333;
}

#agreement {
	margin-top: 6px;
}

#agreementHelp .no-error {
	display: inline-block;
	margin-bottom: 16px;
}

.form-group.has-error #agreementHelp .no-error {
	display: none;
}

#rememberMe {
	margin-top: 8px;
}


#email-sent-image {
	margin-top: -30px;
}

#kc-footer .edc-footer__item {
	color: #333;
}

#kc-footer .edc-footer__item:hover {
	text-decoration: none;
}

#dib-footer {
	background: transparent;
	border-top: 1px solid #aaa;
	overflow: hidden;
}

#dib-footer #kc-footer {
	margin-right: auto;
	margin-left: auto;
	text-align: left;	
}

#kc-container.edc-main-right.edc-main .footer .list-inline>li {
   	display: list-item;
    border-top: 1px solid #e6e6e6;
    list-style-position: inside;
    border-bottom: none;	
}

#kc-container.edc-main-right.edc-main .footer .list-inline>li:first-of-type {	
	border-top-color: #d8d8d8;
}



#kc-feedback .edc-alert__icon, #kc-feedback .edc-alert__message {
	vertical-align: middle;
}

#product-image {
	width: calc(100% - 400px);
	position: fixed;
	top: 0;
	left: 0;
	display: table-cell;
	z-index: -1;
	overflow: hidden;
	min-width: 900px;
}

#product-image>img {
	width: calc(100% + 100px);
}

#kc-container.edc-main-right.edc-main.edc-main-right-tab .edc-main__col {
    	width: 100%;
    	float: none;
    	margin: auto;
}

#kc-container.edc-main-right.edc-main #copyright-logo {	
	height: 32px;
	margin-left: 0px;
	margin-right: 0px;
}    
    
#kc-container.edc-main-right.edc-main.edc-main-right-tab .footer .footer__logo {
	margin-top: 4px;
	float: right;
}

.form-divider {
	height: 20px;
	border-bottom: 1px solid #ccc;
	text-align: center;
	margin-bottom: 25px;
}

.form-divider-text{ 
	font-size: 12px;
	padding: 0 10px;
	display: inline-block;
    margin-top: 10px;
    background-color: white;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
}

#kc-form-idp-buttons .idp-login, #kc-form-idp-buttons .idp-login:active, #kc-form-idp-buttons .idp-login:active:focus {
	background-color: transparent;
    border: 1px solid #ccc;
    color: gray;
    outline: 0;
}

.azure-icon-info {
	color: #2196f3;
}

/* Absolute Center Spinner */
.loading {
  position: fixed;
  z-index: 999;
  height: 2em;
  width: 2em;
  overflow: show;
  margin: auto;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

/* Transparent Overlay */
.loading:before {
  content: '';
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.3);
}

/* :not(:required) hides these rules from IE9 and below */
.loading:not(:required) {
  /* hide "loading..." text */
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

.loading:not(:required):after {
  content: '';
  display: block;
  font-size: 10px;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
  -moz-animation: spinner 1500ms infinite linear;
  -ms-animation: spinner 1500ms infinite linear;
  -o-animation: spinner 1500ms infinite linear;
  animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.5) -1.5em 0 0 0, rgba(0, 0, 0, 0.5) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
  box-shadow: rgba(0, 0, 0, 0.75) 1.5em 0 0 0, rgba(0, 0, 0, 0.75) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.75) -1.5em 0 0 0, rgba(0, 0, 0, 0.75) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.75) 0 -1.5em 0 0, rgba(0, 0, 0, 0.75) 1.1em -1.1em 0 0;
}

/* Animation */

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.not-supported {
	text-align: center;
}

.not-supported span {
	font-size: 14px;
}

.loading-text {
  width: 350px;
  position: absolute;
  top: 30px;
  left: -160px;
  text-align: center;
}

#quest-masthead {
	box-shadow: 0 3px 5px 0 rgba(170,170,170,.5);
	border: transparent;
}

#quest-masthead .edc-masthead__col {
	width: 10%;
	margin-left: 10px;
}

#quest-masthead #kc-locale, #image-view-locale #kc-locale {
	position: inherit;
	margin-right: 10%;
    width: 200px;
	float: right;
}

#quest-masthead #kc-locale ul  {
	top: 50px;
	right: 0px;
	border: 1px solid #aaa;
	z-index: 1000;
}

#quest-masthead #kc-locale-dropdown a, #image-view-locale #kc-locale-dropdown a{
	color: #000;
	text-decoration: none;
}

#image-view-locale {
	width: 100%;
	height: 35px;
}

#image-view-locale #kc-locale ul {
	border: 1px solid #aaa;
	z-index:1000;
	right: 0px;
	top: 30px;
}

#kc-locale-dropdown {
	position: relative;
}

#dib-verify-email {
	width: 60%;
}

#kc-form-idp-buttons #azuread-oidc-login {
	background: url("../lib/images/sign-in-with-microsoft-light.png") no-repeat scroll 0 0 transparent;
	height: 48px;
	width: 360px;
	border: none;	
}

#kc-accept-terms-form .dib-info {
	margin-bottom: 20px;
}

#kc-container.edc-main-right.edc-main .footer #copyright-logo .edc-footer__item {
	float: left;
	width: 280px;	
}


@media (min-width: 768px) {
    #kc-container .edc-subhead {
	    float: left;
	    width: 80%;
	    margin-left: 8.33333333%;
    }
    
    #kc-container .edc-main__col {
    	margin-left: -3%;
    }
    
    #dib-footer #kc-footer {
    	width: 750px;
    }
    
    #kc-container.edc-main-right.edc-main .footer {
    	width: 80%;
	    margin-left: 8.33333333%;
    }
    
    #kc-container.edc-main-right.edc-main .footer .edc-footer__item {
		line-height: 32px;
	}
	
}

@media (min-width: 992px) {
	#kc-container .edc-subhead { 
	    float: left;
	    width: 60%;
	    margin-left: 16.66666667%;
	}
	
	#kc-container .edc-main__col {
    	margin-left: -7%;
    }
    
    #dib-footer #kc-footer {
    	width: 970px;
    }
    
    #kc-container.edc-main-right.edc-main .footer {
    	 width: 64%;
	     margin-left: 16.66666667%;
    }
    
}

@media (min-width: 1200px) {
	#dib-footer #kc-footer {
    	width: 1170px;
    }
	
}

@media (max-width: 767px) {  
    #kc-footer {
    	text-align:left;
    }
    
    #kc-container.edc-main-right.edc-main .edc-main__row {
    	margin-left: 0px;
    	margin-right: 0px;
    }  
      
    #kc-container.edc-main-right.edc-main {
    	padding-left: 0px;
    	padding-right: 0px;
    }
    
    #kc-container.edc-main-right.edc-main .edc-main__col {
    	width: 100%;
    	margin: auto;
    	height: 99%;
    }
    
        
    	   
    #product-image {
    	display: none;
    }
    
    #kc-info-message {
		width: 100%;
    }
    
    #kc-container.edc-main-right.edc-main .edc-main__col .edc-content {
		margin-left: 0px;
	}
	
		
	#kc-container.edc-main-right.edc-main .footer .footer__logo {
		margin-top: 4px;
		margin-right: 0px;		
	}
	
    .edc-masthead .masthead__logo-image-oid-logo {
		height: 50px;
    }
    
    #kc-container.edc-main-right.edc-main #kc-info-message #dib-verify-email {
		width: 80%;
	}
	
	#kc-footer .list-inline>li {
	    display: list-item;
	    border-bottom: 1px solid #eee;
	    list-style-position: inside;
	}
	
	#kc-footer .list-inline {
		margin-left: 0px;
	}
	
	#kc-container.edc-main-right.edc-main .footer .list-inline {
		padding-right: 40px;
	}
		
	
}

@media (max-width: 512px) {
	#kc-container.edc-main-right.edc-main .footer .footer__logo .masthead__logo-image-oid-logo {
		max-width: 130px;
		margin-top: 6px;
	}
	
	.edc-masthead .masthead__logo-image-oid-logo {
		height: 40px;
    }
    
    #kc-container.edc-main-right.edc-main .footer .edc-footer__item {
    	padding-left: 25px;
    }
    
    #kc-container.edc-main-right.edc-main .footer .list-inline>li {
    	margin-left: -20px;
    	margin-right: -20px;
    	padding-left: 0px;
    	padding-right: 0px;
    }
    
        
    #kc-container.edc-main-right.edc-main .footer .list-inline {
		padding-right: 30px;
	}
	
	#kc-container.edc-main-right.edc-main .edc-main__col, #kc-container.edc-main-right.edc-main .edc-content__form {
		padding-left: 10px;
		padding-right: 10px;
	}
	
	#kc-container.edc-main-right.edc-main .footer {
		height: 90px;
	}
	
	#kc-container.edc-main-right.edc-main #copyright-logo {	
		margin-right: 25px;
	}
	
	#kc-container.edc-main-right.edc-main .footer #copyright-logo .edc-footer__item {
		width: 290px;
	}
	
	#kc-container.edc-main-right.edc-main .edc-subhead {
		padding-left: 10px;
	}
}
    
@media (max-width: 414px) {
    #kc-container.edc-main-right.edc-main #kc-info-message {
        max-width: 360px;
        word-wrap: break-word;
    }
    
    .edc-masthead .masthead__logo-image-oid-logo {
		height: 30px;
    }
    
    #kc-container.edc-main-right.edc-main .footer {
    	width: 100%;
    	margin: auto;
    }
    
    #kc-container.edc-main-right.edc-main .edc-main__row {
    	margin: auto;
    }
    
    #kc-container.edc-main-right.edc-main .edc-main__col .edc-content {
    	margin: auto;
    }
    
	#kc-container.edc-main-right.edc-main .edc-main__col {
    	margin-right: auto;
    }
    
    #kc-form-idp-buttons #azuread-oidc-login {
        background: url("../lib/images/ms-symbollockup_signin_light_short.png") no-repeat scroll 0 0 transparent;
        height: 41px;
        width: 104px;
        border: none;
    }
        
        
    #kc-container.edc-main-right.edc-main .footer .footer__logo {
    	margin-left: 0px;
    }
    
        
     
	 #kc-container.edc-main-right.edc-main .footer .list-inline {
	 	padding-left: 0px;
	 }
       
}

@media all and (max-width: 375px) {
	
	 #kc-container.edc-main-right.edc-main .footer .list-inline>li {
    	margin-left: -20px;
    	margin-right: -20px;
    }
    
    #kc-container.edc-main-right.edc-main .footer .footer__logo .masthead__logo-image {
    	width: 54px;
    	
    }
         
}

@media (max-width: 360px) {
	#kc-container.edc-main-right.edc-main .footer .footer__logo .masthead__logo-image {
    	width: 44px;
    	
    }    
    
    
}

@media (max-width: 348px) {
	
	#kc-container.edc-main-right.edc-main #copyright-logo {	
		margin-right: 9px;
	}
	
	
}	

@media (max-width: 332px) {
	
	#kc-container.edc-main-right.edc-main .edc-main__col .edc-content {
		min-height: 0px;
	}
	
	#kc-container.edc-main-right.edc-main .footer {
		margin-top: 0px;
	}
	
		 
	#kc-container.edc-main-right.edc-main .footer .footer__logo .masthead__logo-image {
    	width: 38px;
    }
    
   
    
    #kc-container.edc-main-right.edc-main .edc-main__col, #kc-container.edc-main-right.edc-main .edc-content__form {
		padding-left: 6px;
		padding-right: 6px;
	}
	
	#kc-container.edc-main-right.edc-main .edc-subhead {
		padding-left: 6px;
	}
	
	#kc-container.edc-main-right.edc-main #copyright-logo {
		height: 36px;
	}	
	
	#kc-container.edc-main-right.edc-main .footer .edc-footer__item {
		line-height: 1.5;
	}
	
	#kc-container.edc-main-right.edc-main .footer #copyright-logo .edc-footer__item {
		width: 180px;
	}	
    
	
	
}

/*Login page alert box and link for OL profile page.*/
.modal-header .close{
    margin-top: -24px;
}
.modal-body li{
    margin-bottom: 10px;
}
#info-modal-btn{
    cursor: pointer;
}
.modal-body{
    max-height: 500px;
    overflow-y: auto;
}

