/* Desktop Scaling */
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInSemi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.6;
    }
}

@-webkit-keyframes fadeInSemi {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 0.6;
    }
}

.fadeIn {
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 0.5s;
}

.api-wrapper {
    opacity: 1 !important;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    animation-duration: 0.5s;
}

.overlayFadeIn {
    opacity: 0.6 !important;
    -webkit-animation-name: fadeInSemi;
    animation-duration: 0.5s;
    animation-name: fadeInSemi;
}

.form-wrapper {
	height: calc(100vh - 245px);
}

.wrapper {
    overflow: hidden;
}

div#policyLinks{
	height:0px;
}
.portal-base {
    min-height: 650px;
}

    .portal-base.policy-base {
        min-height: auto;	
    }

#panel-controller {
    min-width: 370px;
}

h1 {
	margin-top: 0px;
}

div.buttons.verify.validate button#email_ver_but_edit.editButton {
    content: '';
    position: fixed;
    border: none;
    background: transparent;
    color: transparent;
    -webkit-appearance:none;
    font-size: 1px;
    padding: 1px 1px;
    line-height: 0px;
    height: 0px;
}

    div.buttons.verify.validate button#email_ver_but_edit.editButton:hover {
        background-color: transparent;        
    }

.terms-and-conditions {
    margin-top: 0px;
    margin-bottom: 10px;
    max-height: Calc(100vh - 440px);
    padding-top: 0px;
}

.portal-base > .mycci-logo {
    float: right;
    margin-right: 8%;
}

.mycci-logo-bottom {
    bottom: 25px;
    right: 0px;
    margin-right: 8%;
    width: 142px;
    top: auto;
    position: absolute;  
}

ul#SecPol li {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    color: #383737;
    margin-top: 5px;
}

.intro,
.tiny {
    display: none;
}

a#createAccount {
    font-size: 0.85em;
    display: inline;
    border-radius: 2px;
    margin-left: -160px;
    padding: 10px 30px 10px;
    text-decoration: solid;
    color: white;
    background-color: forestgreen;
}

    a#createAccount:hover {
        transition-duration: 500ms;
        text-decoration: solid;
        background-color: rgba(0, 0, 0, .8);
    }

.localAccount .divider h2,
.localAccount .working {
    display: none;
}

.intro,
.tiny {
    display: none;
}

a#forgotPassword { 
	font-family: 'Lato', sans-serif;
    font-size: 14px;
    padding: 0px 0px 0px 15px;
    text-decoration: underline;
}


div.password-label label,
label[for=password] {
    display: inline;
}

div.create {
    margin-top: 20px;
}

div.create > p {    
    color: transparent;
}

.registration-message {
    position: relative;
    top: -190px;
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    margin-bottom: -130px;
}

div.buttons button#next, button {
    margin-top: 15px;
}

label[for=extension_acceptConditions] {
    padding-top: 30px;
}

label[for=extension_acceptConditions],
label[for=extension_consentUsagePolicy] {
    display: none;
}

#PrivPolicy, #TandCPolicy {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    position: relative;
    margin-left: 45px;
    word-spacing: normal;
    padding: 10px 0px;
}

    #PrivPolicy a, #TandCPolicy a {
        text-decoration: underline;
    }

.buttons {
    padding-top: 10px;
}

#TandCPolicy {
    top: -179px;
    margin-right: 30px;
}

#PrivPolicy2 p {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
}

#PrivPolicy {
    top: -176px;
    margin-right: 30px;
}

.attrEntry {
    padding-top: 8px
}

    .attrEntry .error.itemLevel {
        display: none;
        color: #a61e0c;
        font-size: .9em
    }

    .attrEntry.validate .error.itemLevel.show, .attrEntry.validate .helpText.show, .helpText.show {
        display: block
    }

    .attrEntry input:invalid {
        outline: 0
    }

    .attrEntry.validate input:invalid {
        outline: #a61e0c solid 1px;
        background-color: #fce8e8
    }

    .attrEntry .helpText {
        display: none;
        padding-bottom: 10px;
        padding-top: 10px;
        color: #a61e0c;
        font-size: .9em
    }

.pageLevel {
    width: calc(100% - 35px)
}

.attrEntry input[type=text], .day, .dropdown_single, .month, .year, input[type=password] {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: 26px;
    margin: 3px 0;
    border: 1px solid #696969;
    z-index: 3;
    font-size: 0.75em;
    background: 0 0;
    color: #000;
    padding: 3px 0 3px 3px;
    -moz-box-shadow: 0 0 0;
    -webkit-box-shadow: 0 0 0;
    box-shadow: 0 0 0
}

.attrEntry .day {
    width: 100px;
    margin-right: 10px
}

.attrEntry .month {
    width: 120px;
    margin-right: 10px
}

.attrEntry .year {
    width: 115px;
    margin-right: 10px
}

input[type='checkbox'] {
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 15px;
    margin-left: 10px;
    background: #eee;
    transform: scale(2);
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    vertical-align: middle;
    position: inherit;
    left: auto;
}

    input[type="checkbox"] ~ label {
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 26px;
        display: inline;
        margin-top: 10px;
        position: relative;
        margin-bottom: 5px;
        padding-bottom: 5px;
    }

input#extension_mobilePhone {
    margin-bottom: 15px;
}

input#extension_acceptConditions_true,
input#extension_consentUsagePolicy_true {
    opacity: 100;
}

.attrEntry input[type=text], input[type=password], input[type=email] {
    width: calc(100% - 30px) !important;
    margin-right: 0 !important;
    padding: 0px 15px 0px 15px;
    height: 38px;
    font-size: 16px;
}

    .attrEntry input[type=text]:focus {
        border: 1px solid #6B6B6B
    }

#extension_title {
    font-family: 'Lato', sans-serif;
    width: auto;
    height: 38px;
    min-width: 55px;
    padding: 0px 15px;
    font-size: 16px;
    color: darkslategray;
}

select#extension_title {
    width: auto;
    background: url(../../assets/down-blue.svg) 2px no-repeat;
    background-size: 15px 15px;
    background-position: 85%, 0, 0, 0;
}

.verificationInfoText, .verificationSuccessText {
    font-size: 16px;
    font-family: 'Lato', sans-serif;
}


.welcome-base {
    margin: 80px 8% 10px 8%;
}

		
	verifying-modal{
    font-family: 'Lato', sans-serif;
    display: none;
}
	
	div#verifying_blurb{
    display:none;

}


/* Tablet Scaling */
@media screen and (min-width: 767px) and (max-width: 1199px) {
   .welcome{
       margin-bottom:0px;
   }
    .wrapper {
        overflow: auto;
        height:100%;    }

    #panel-controller {
        overflow-x: auto;
        overflow-y: auto;
        height: 100%;
    }

    .welcome-message{
        margin-top:5px;
    }
    h1{
        padding:0px;
        margin:0px;
    }
    .portal-base {
        transform: scale(0.85);
        -ms-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -webkit-transform: scale(0.85);
        -o-transform: scale(0.85);
        position: relative;
        z-index: 5;
        width: 100%;
        padding-top: 10px;
        min-height: 60vh;    
        min-width: 376px;
    }

        .portal-base > .mycci-logo {
            width: 80px;
            margin-right: 5%;
            height: 0px;
            margin-top: -5px;
        }

    .mycci-logo-bottom {
        bottom: 15px;
        right: 0px;
        margin-right: 5%;
        width: 100px;
        top: auto;
        position: absolute;
    }

    div.welcome-base.signin-base {
        margin: 10px 3% 10px 3%;
  
       
    }

    div.form-wrapper {
        overflow-x: hidden;
        overflow-y: auto;
        height: auto;
        min-width: 100%;
        padding-bottom: 0px;
    
    }
      
    .footer-text {
        margin-right: 0px;
    }
}

/* Mobile Devices */
@media screen and (max-width: 767px){
    .portal-footer, .hero-base {
        display: none;
        height: 0;
        padding:0px;
    }

	  div.form-wrapper {
        height: auto !important;   
    }
    h1 {
        margin:0px 0px;
    }
    header {
       height:18px;
    }
    .welcome-message {
        padding: 0px;
        margin: 0px;
    }
    
    .wrapper {
        height: 100vh !important;
    }

    #panel-controller {  
        height: 100vh;
        min-height: 450px;
    }

    footer{
      display:none;
      background-color:white;
    }

  .welcome {
      margin: 0px !important;

  }

    .portal-base > .mycci-logo {
        height: 0px;      
    }

    .mycci-logo, .mycci-logo-bottom {
        padding: 0px !important;
        margin-top: 0px !important;
        width: 70px !important;
        height: 0px;
        margin-right: 3% !important;
        /*top: -120px !important;*/
    }

    .mycci-logo-bottom {
        /*bottom: 50px;
        right: 0px;
        top: auto;
        position: relative;
        float:right;*/        
        right: 0px;
        margin-right: 6%;
        position: absolute !important;
        float: right;
        height: auto !important;
    }

    .policy-base {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -o-transform: scale(0.7);
        padding: 0px !important;
        margin-top: 0px !important;
        min-width: 410px !important;
        min-height: 460px !important;
        top: -30px;
        margin-left: -10px;
        margin-right: -10px !important;
        width: 100vw !important;
        overflow-y:visible;
        overflow-x:visible;
    }

    div.welcome-base.signin-base { 
        margin-top: 1px;
        padding-top: 1px;
        width: 100vw;     
        padding-left: 0px !important;
        margin-left: -10px !important;
        margin-right: 1px !important;
    }   

   button#next {
        padding-left: 30px;
        margin-bottom: 0px;
        width: auto;
    }

	button {
    margin-top: 15px;  
    }

    #TandCPolicy {
        top: -273px;
    }

    #PrivPolicy {
        top: -273px;
    }

    #PrivPolicy, #TandCPolicy {
       margin-left: 50px;  
	    margin-right: 30px;
    }	
	
	p.footer-text{
	margin-top: 0px;
    text-size-adjust: auto;
    font-size: 0.6em;
    text-align: right;
	margin-right:auto;  	
    }
}

/* IPhoneX Specific for landscape*/ 
@media screen and (max-width: 812px) and (max-height: 375px) {
    div.form-wrapper {
        height: auto !important;   
    }
   .portal-footer, .hero-base
{
    display: none;
    height: 0;
    padding: 0px;
}

h1 {
    margin: 0px 0px;
}

header {
    height: 18px;
}

    footer {
        display: none;
        background-color: white;
    }

    .policy-base {
        transform: scale(0.7);
        -ms-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -webkit-transform: scale(0.7);
        -o-transform: scale(0.7);
        padding: 0px !important;
        margin-top: 0px !important;
        height: 460px !important;
        top: -30px;
    
    }  
}

.contact-msg {
    margin-top: 30px;
}