
html {
    min-height: 100%;
    position: relative;
	height:100%;
}

        
/* === NAVBAR DEFAULT === */
.navbar-brand {
	float:none;
}

.navbar {
	border-radius: 0px;
    border:0;
}        

/*phase 3 changes */

#process_entry .navbar .navbar-header{
	position:relative;
	z-index:1;
}
/* common css for common elements and layout */
.field-required {
  color: red;
}

/* === FIXED WIDTH CLASSES === */
@media (min-width: 768px) {
	.col-md-fixed-750 {
		max-width: 750px;
	}
	.col-md-fixed-650 {
		max-width: 650px;
	}
	.col-md-fixed-550 {
		max-width: 550px;
	}
}

/*TOOTIP HOVER*/
.slds-popover.slds-popover--tooltip.slds-nubbin--left-top {
    transform: translate3d(20px, 0px, 0px); 
    position: absolute; 
    left: 100%; 
    min-width: 200px; 
    top: -15px; 
} 
.slds-popover.slds-popover--tooltip.slds-nubbin--left-top {
    transform: translate3d(20px, 0px, 0px); 
    position: absolute; 
    left: 100%; 
    min-width: 200px; 
    top: -15px; 
} 
.button-tooltip {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


.button-tooltip .course_tooltip {
    position: absolute;
    width: 100%;
    min-height: 100%;
    top: 0;
    left: 0;
    height: 30px;

}
.button-tooltip .course_tooltip .slds-popover__body {
    font-size: 12px;
}

.course_tooltip.right .slds-popover.slds-popover--tooltip {
    right: 100%;
    left: auto;
    top: 0;
    transform: translate3d(-20px, 0px, 0px);
}

.course_tooltip.right .slds-popover:before, .course_tooltip.right .slds-popover:after {
    top: 1.5rem;
    left: auto;
    right: -.5rem;
}




/* STICKY FOOTER *
/* This keeps the footer on the bottom of the page. */
/* TODO: Add media query to increase the height on smaller screens. */
html, body {
    margin:0;
    padding:0;
}

#wrapper {
    min-height:100%;
    position:relative;
}

#content {
	padding-bottom: 170px;
}

#carousel{
	padding-bottom: 20px;
}

#carousel-indicators{
	position: static;
    margin: 0;
    width: 100%;
	padding: 0 0 50px 0;
}


#footer {
    background-color: #F8F8F8;
	padding-top: 20px;
    max-width:100%;
    height: auto;
    position:absolute;
    bottom:0;
    left:0;
    overflow:hidden;
    padding-bottom: 30px;
}

form .input-group-addon {
	font-size: 1.7em;
	color: silver;
}

form .input-group {
	width: 100%;
}

.carousel-item{
	position: relative;
}
.carousel-item img {
    width: 100%;
}

.carousel-item img.bg-mobile {
    display: none;
}

.carousel-caption {
    top: 0;
    left: 0;
    text-align: left;
    text-shadow: none;
}
/* floating labels for login form */
.login-form .form-group { 
  clear:both;
  position:relative; 
}
.login-form .input-group{
 position:relative;
 margin:20px 0 40px 0; 
}
.login-form .form-group a.forgot-link{
    padding:8px 0;
}
.login-form input.form-control{
  /* font-size:14px; */
  display:block;
}

.login-form label {
  font-size:16px;
  position:absolute;
  pointer-events:none;
  left:10px;
  top:10px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
}
/* .login-form input.form-control:not(:placeholder-shown) + span + label.control-label */
.login-form input.form-control:focus ~ label.control-label,
.login-form input.form-control:not(:placeholder-shown) ~ label.control-label {
  top:-22px;
  left:0;
  font-size:14px;
}

.login-form label.custom_up{
  top:-22px;
  left:0;
  font-size:14px;
}

.login-form .error-msg{
    position: absolute;
    bottom: -22px;
    left: 0;
}
/*====*/
.overlay, #portal-loading-spinner {
	position: fixed; 
	z-index: 1000; 
	width: 100%; 
	max-width:100% !important;
	height: 100%; 
	top: 0; 
	left: 0; 
    background: hsla(230,80%,10%,1);
	max-width:100%;
	-webkit-animation: showOverlay .1s ease-in-out forwards;
	        animation: showOverlay .1s ease-in-out forwards;
    opacity: 0;

}

#portal-loading-spinner img {
    height: auto;
    width: 5rem;
    overflow: visible;
    margin: auto;
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    display: block;
}

.showLoading .overlay {
    -webkit-animation: showLoading 0.75s ease-in-out forwards; /* Safari 4.0 - 8.0 */
    animation: showLoading 0.75s ease-in-out forwards;  
}
.hideLoading .overlay {
    -webkit-animation: hideLoading 1.5s ease-in-out forwards; /* Safari 4.0 - 8.0 */
    animation: hideLoading 1.5s ease-in-out forwards;  
}

.badge {
    padding: 0px;
    line-height: 1.7em;
    border-radius: 20px;
    height: 20px;
    width: 20px;
}

.modal-dialog, .modal.in .modal-dialog {
    top: -50%;
    position: absolute;
    margin: 0 auto;
    right: 0;
    left: 0;
    transform:translate3d(0,-50%,0);
    -webkit-transform:translate3d(0,-50%,0);
    -webkit-animation: showModal .3s ease-in-out forwards;
            animation: showModal .3s ease-in-out forwards;  
}

.modal-dialog .modal-body {
    max-height: 600px;
    overflow: auto;
}

#layout-entry .field-usi {
    height: 0;
    width: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
    border: none;
}

/*PAYMENT VALIDATION/EZIDEBIT STYLES*/
.input-group input.mastercard { 
    background: url(../images/payment/MasterCard_logo.png) right center / 75px no-repeat ;
}
.input-group input.visa {
    background: url(../images/payment/Visa_logo.png) right center / 75px no-repeat ;
}
.input-group input.amex {
    background: url(../images/payment/amex_logo.png) right center / 75px no-repeat ;
}
.input-group input.dinersclub {
    background: url(../images/payment/diners_logo.png) right center / 75px no-repeat;
}


/*PAYMENT VALIDATION/EZIDEBIT STYLES*/
.slds-scope .input-group input.form-control.mastercard { 
    background: url(../images/payment/MasterCard_logo.png) #FFF right center / 45px no-repeat !important;
}
.slds-scope .input-group input.form-control.visa {
    background: url(../images/payment/Visa_logo.png) #FFF right center / 45px no-repeat !important;
}
.slds-scope .input-group input.form-control.amex {
    background: url(../images/payment/amex_logo.png) #FFF right center / 45px no-repeat !important;
}
.slds-scope .input-group input.form-control.dinersclub {
    background: url(../images/payment/diners_logo.png) #FFF right center / 45px no-repeat!important;
}


.container-extended {
    width: 80%;
    margin: 0 auto;
}
.container-fluid-no-margin {
    padding-right: 15px;
    padding-left: 0;
    margin-right: auto;
    margin-left: auto;
}

.row.no-margin {
    margin: 0;
}
form .col-md-4 {
    overflow: hidden;
}

/* toggle table */
.toggle-table {
    border: 1px solid #ccc;
    margin:0;
    padding:0;
    border-collapse: collapse;
    border-spacing: 0;
}
/*.toggle-table th, .toggle-table td {
    padding:1%;
    width:13%;
}*/
.toggle-table th {
    letter-spacing: 1px;
}



.icon-linkedin-square {
    background: url(../images/social/00651_AIM_myAIMUpdates_Login_LinkedIn_49x49_20190708.png) no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    background-size: 100%;

}

.icon-facebook-square {
    background: url(../images/social/00651_AIM_myAIMUpdates_Login_Facebook_49x49_20190708.png) no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    background-size: 100%;

}

.icon-instagram{
    background: url(../images/social/00651_AIM_myAIMUpdates_Login_Instagram_49x49_20190708.png) no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    background-size: 100%;
}

.icon-youtube{
    background: url(../images/social/00651_AIM_myAIMUpdates_Login_youTube_49x49_20190708.png) no-repeat;
    width: 34px;
    height: 34px;
    display: block;
    background-size: 100%;
}

.center-on-mobile.social-icons .list-inline>li {
    padding: 0px;
}

@media screen and (max-width: 767px) {
    .login-form .error-msg {
        bottom: inherit;
        top:48px;
        padding:0;
    } 
    .container-extended {
        width: 100%;
    }
    .carousel-item img.bg-mobile {
        display: inline-block;
        min-height: 200px;
    }
    .carousel-item img.bg-desktop {
        display: none;
    } 
    /* toggle table css */
    .toggle-table {
        border: 0;
        width:100%;
    }
    .toggle-table thead th[data-attr="hide"]{
        display:none;
    }
    /*.toggle-table tr {
        display: block;
        float: left;
        width: 100%;
        border-bottom: 1px solid #ddd;
    }*/
    /*.toggle-table tr th[data-attr="show"]{
        width:25%;
        float: left;
        text-align: center;
        border:0;
        font-size:15px;
        font-weight:400;
        padding:5px;
    }*/
   /* .toggle-table tr td[data-attr="show"]{
        display:block;
        text-align: center;
        width:25%;
        float:left;
        vertical-align:middle;
        word-wrap:break-word;
        border:0;
        padding: 5px;
    }
    */
    .toggle-table td[data-attr="hide"]{
        display:block;
        text-align:left;
        padding:0 4px;
    }
    .toggle-table td:last-child {
        border-bottom: 0;
    }
    .toggle-table td[data-label]{
        display:block;	
    }
    .toggle-table td[data-label]:before{
        content: attr(data-label);
        margin: 0 10px;
        font-weight: bold;
        border: none; 
    }
    .toggle-table td[data-label]:last-child:before{
        margin-left:0;
    }
    .toggle-table td[data-label]{
        border: none !important;
        text-align: left;
        padding:4px 0;
    }
    .toggle-table td[data-label]:first-child {
        border-top: 1px solid #ccc !important;
    }
    .toggle-table td[data-label]{
        display: none;
        clear:both;
        width:auto;
    }   
}
@-webkit-keyframes showLoading {
    0% {z-index: -1;}
    10% {z-index: 1000;}
    100% {opacity: 1; z-index: 1000;}
} 

/* Standard syntax */ 
@keyframes showLoading {
    0% {z-index: -1;}
    10% {z-index: 1000;}
    100% {opacity: 1; z-index: 1000;}
}

@-webkit-keyframes hideLoading {
    0% {opacity: 1; z-index: 1000;height: 100%;}
    50%{height: 0;opacity: 0.5;}
    99% {z-index: 1000;opacity: 0;height: 0;}
    100% { z-index: -1;height: 0;}
} 

/* Standard syntax */ 
@keyframes hideLoading {
    0% {opacity: 1; z-index: 1000;height: 100%;}
    50%{height: 0;opacity: 0.5;}
    99% {z-index: 1000;opacity: 0;height: 0;}
    100% { z-index: -1;height: 0;}
} 

@-webkit-keyframes showModal {
    0% {opacity: 0; 
        top:-50%;
    }
    100% {opacity: 1; 
        top:50%;
    } 
}
@keyframes showModal {
    0% {opacity: 0; 
        top:-50%;
    }
    100% {opacity: 1; 
        top:50%;
    }
}
@-webkit-keyframes showOverlay {
      0% {opacity: 0;height: 0;}
    100% {opacity: 1;height:100%;}
}

@keyframes showOverlay {
      0% {opacity: 0;height: 0;}
    100% {opacity: 1;height:100%;}
}