html
{
    height: 100%;
    width: 100%;
}

body
{
    font-family: 'Akkurat Pro' , sans-serif;
    font-weight: 100;
    line-height: normal;
    /*background-color: #00000F;*/
    /*min-width : 1256px;*/
    height: 100%;
    width: 100%;

}


input
{
    width: 210px;
    height: 25px;
}
    
select
{
    width: 232px;
    height: 37px;
}

input, select
{
    float: left;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #D8D8D8;
    font-family: 'Akkurat Pro' , sans-serif;
    font-size: 16px;
    color: #555;
    font-weight: 100;
}
input::placeholder, select
{
    color: #999;
}
label
{
    display: none;
    max-width: 200px;
    left: 10px;
    color: #fff;
    font-size: 10px;
    text-transform: uppercase;
    line-height: 1;
    opacity: 0;
}


#outer
{
    max-width: 100%;
    /*min-height:95vh;*/
    height: auto;
    width: auto;
    min-height:100%;
    background: linear-gradient(rgba(0, 0, 0, 0.85),rgba(0, 0, 0, 0.85)), url(../content/images/login-background.png) no-repeat center center fixed;
    background-size: cover;
    overflow: auto;
  
}

#masthead
{
    width: 100%;
    height: 110px;
    padding: 0 0 0 0;
    background-color: #116C91;
    vertical-align:middle;
    /*border-bottom: 1px solid #fff;*/
}

#masthead-wrap {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    flex-wrap: wrap;
    min-width: 640px;
}

#masthead #logo
{
    float: left;
    width: auto;
    vertical-align: middle;
    background-image: url(../content/images/ITE_logo.png);
    background-repeat: no-repeat;
    background-position: 50px;
}
#masthead #logo a
{
    display: block;
    width: 300px;
    height: 100%;
    vertical-align: middle;
}
#masthead #login
{
    float: right;
    width: auto;
    margin: 10px 50px 0 0;
}
#masthead #login form
{
    height: 50px;
}
#masthead input
{
    margin-top:5px;
    margin-left: 10px;
}
#masthead input:first-of-type
{
    margin-left: 0;
}

#masthead input.button
{
    width: 90px;
    height: 39px;
    background-color: #A1CF62;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    cursor:pointer;
    border-radius: 15px;
    border-width: 3px;
    border-color: #fff;
}

#masthead input.button:hover
{
    background-color: #67932D;
    color: #fff;
}

#masthead p
{
    color: #fff;
    
    font-weight: 100;
}
#masthead p a
{
    text-decoration: none;
    color: #A1CF62;
}
#masthead p a:hover
{ 
    color: #67932D;
}

#content
{
    /*height: 100%;*/
    /*background: linear-gradient(rgba(0, 0, 0, 0.85),rgba(0, 0, 0, 0.85)), url(../content/images/login-background.png) no-repeat center center fixed;
    background-size: cover;  */
}

#content .left
{
    float: left;
    width: calc( 100% - 700px );
    max-width: 75%;
    min-width: 300px;
    padding: 100px 20px 100px 50px;
}
#content .left .box {
    padding: 30px;
    background-color: #42BDF7;
    border: 1px solid #fff;
    opacity: 0.80;
    }
#content .left h1
{
    padding-bottom: 20px;
    color: #fff;
    font-size: 27px;
    font-weight: 100;
}

#content .left h2
{
    padding-bottom: 20px;
    color: #fff;
    font-size: 20px;
    font-weight: 100;
}
#content .left p
{
    margin-bottom: 2px;
    color: #fff;
    font-size: 16px;
}

#content ul.ContentsList
{
    padding-left: 15px;
    list-style-type: circle;
    margin-bottom: 20px;
    color: #fff;
    font-size: 16px;
}

#contentbody
{
    width: auto;
    max-width: 1600px;
    margin: 0 auto;
    background-color: #FFFFFF;
}

#iteHeader
{
    width: auto;
    height: auto;
    margin-bottom: 25px;
    
}

.iteHeaderContainer {
    position: relative;
    text-align: center;
    color: white;
    font-size: 2.5em;
}

#iteHeaderFloat {
   position:absolute;
   width: 100%;
   height: 75%;
   top: 15%;
}

#iteHeaderLayout {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: center;
}

.noteContainer {
    padding: 1%;
    width: 60%;
    height: auto;
    background-color: white;
    border-color: black;
    border-style: solid;
    border-width: 3px;
    border-radius: 20px;
    border-style: solid;
    color: black;
    font-size: 0.39em;
    text-align: left;
    padding: 20px;
}

.noteContainer ul li {
    margin-bottom: 0.75%;
}

#iteHeader img
{
    max-width: 100%;
    width: 100%
}

#iteinfo
{
    width: 80%; 
    height: 500px;
    margin: 0 auto;
    white-space: nowrap;
}

#iteinfoleft
{
    display: inline-block; 
    vertical-align: bottom; 
    width: 50%; 
    height: 500px;
}

#iteinfoleft img
{
    max-width: 100%; 
    display:block; 
    margin-left: auto; 
    margin-right: 20px;
    width: 350px;
}

#iteinforight
{
    display: inline-block; 
    vertical-align: bottom; 
    width: 50%; 
    height: 500px; 
    white-space: normal;
}

#iteinfotext
{
    display: table; 
    width: auto;
    height: auto;
    margin-left: 20px;
}

#iteinfotextinner
{
    display: table-cell;
    vertical-align: middle; 
    text-align: center;
}

#iteinfotextcontent
{
    margin-top: 20px;
    text-align: left;
    width: 420px;
}

#iteinfotextcontent p
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    line-height: normal;
    font-size: 18px;
    line-height: 150%;
    /*background-color: #00000F;*/
    /*min-width : 1256px;*/
    height: 100%;
    width: 100%;
}

#iteinfotextcontent ul
{
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 100;
    line-height: normal;
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}

#iteinfotextcontent ul li
{
    margin-left: 40px;
    margin-bottom: 5px;
    color: red;
}

#iteinfotextcontent ul li span
{
    color: black;
}

#iteinfoApi {
    width: 100%;
    height: auto;
}

.iteInfoApiContainer {
    width: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    color: black;
    font-size: 2.5em;
    margin-top: 10px;
    margin-bottom: 40px;
    text-align: center;
}


#itetextred
{
    color: red;
}

.modal
{
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 120vh;
    overflow: scroll;
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 20px;
    border: 1px solid #888;
    width: 500px; /* Could be more or less, depending on screen size */
    height: 300px;
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

#itepopupcontent
{
    width: 480px;
    height: auto;
    /*max-height: 750px;*/
    padding: 20px 35px 35px 35px;
    background-color: #116C91;
	margin-top:5px;

    font-family: 'Akkurat Pro' , sans-serif;
    font-weight: 100;
    line-height: normal;
}

#itepopupcontent h2
{
    margin-top: 20px;
    color: #fff;
    font-size: 24px;
    font-weight: 100;
    text-transform: uppercase;
    text-align: center;
}
#itepopupcontent p
{
    margin: 10px 0;
    color: #fff;
    font-size: 16px;
}
#itepopupcontent p a
{
    color: #fff;
}
#itepopupcontent p a:hover
{
    color: #B8E986;
}

.formControls .input-wrapper
{
    clear: both;
    height: 40px;
}

.formControls .input-wrapper1
{
    clear: both;
    height: 30px;
}

.formControls .input-Label
{
    clear: both;
    height: 15px;
    margin: 0 0 0 0;
    display:inline;
}

.formControls .form-field-bottom
{
    padding-bottom: 20px;
}
.formControls input, .formControls select
{
    margin-bottom: 8px;
    margin-right: 9px;
}
.formControls input.none, .formControls select.none
{
    margin-right: 0;
    float: right;
}
#UserRegistration .input-wrapper p
{
    margin: 0 0 20px 0;
}
#UserRegistration .input-wrapper1 p
{
    margin: 0 0 20px 0;
}

.formControls .input-wrapper #webkey
{
    width: 250px;
}

#UserRegistration p.ITE-link
{
    padding-top: 5px;
    font-size: 11px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    letter-spacing: 0.1em;
}

#UserRegistration p.LabelText
{
    padding-bottom: 2px;
    font-size: 14px;
    color: #fff;
    width: 230px;
    margin: 0 0 0 0;
    float:left;      
}

#UserRegistration p.LabelTextR
{
    padding-bottom: 2px;
    font-size: 14px;
    color: #fff;
    width: 230px;
    margin: 0 0 0 0;
    float:right;
            
}

#UserRegistration p.ITE-link a
{
    color: #fff;
}
#UserRegistration p.ITE-link a:hover
{
    color: #B8E986;
    font-weight:500;
}
#UserRegistration input.checkbox
{
    width: 30px;
    cursor:pointer;
    
}
#UserRegistration p.checkbox
{
    display: inline-block;
    margin: 0;
    padding-top: 8px;
    text-align: center;
}
#UserRegistration p.checkbox1
{
    display: inline-block;
}
#UserRegistration .form-button
{
    text-align: center;
}

.formControls input.button
{
    float: none;
    height: 42px;
    background-color: #A1CF62;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    cursor:pointer;
    border-radius: 15px;
    border-width: 3px;
    border-color: #fff;
}
.formControls input.button:hover
{
    background-color: #67932D;
    color: #fff;
}

.formControlsDissabled input.button
{
    float: none;
    height: 42px;
    background-color: #ececece;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    cursor:pointer;
    border-radius: 15px;
    border-width: 3px;
    border-color: #fff;
}
.formControlsDissabled input.button:hover
{
    background-color: #ececec;
    color: #fff;
}

.formControls .input-wrapper.fullwidth input
{
    width: 95%;
    margin: 0px auto 30px auto;
}

#PasswordRetrival .form-button {
    text-align: center;
}
#PasswordRetrival_1 .form-button
{
    text-align: center;
}
#PasswordRetrival_2 .form-button
{
    text-align: center;
}

#PasswordRetrival p.LabelText
{
            padding-bottom: 2px;
            font-size: 14px;
            color: #fff;
            width: 230px;
            margin: 0 0 0 0;
            float:left;
            
}

#PasswordRetrival_1 p.LabelText
{
            padding-bottom: 2px;
            font-size: 14px;
            color: #fff;
            width: 230px;
            margin: 0 0 0 0;
            float:left;
            
}

#PasswordRetrival_2 p.LabelText
{
            padding-bottom: 2px;
            font-size: 14px;
            color: #fff;
            width: 230px;
            margin: 0 0 0 0;
            float:left;
            
}

.formControls .input-wrapper.fullwidth1 input
{
    width: 95%;
    margin: 0px auto 30px auto;
}

#footer {
    width: 100%;
    height: 45px;
    background-color: #116C91;
    margin-top: 0px;
    }

#footer p {
    padding: 20px 40px 0px 40px;
    color: #fff;
    font-size: 11px;
    font-weight: 100;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    }

#footer p.footerleft 
{
    float: left;
}

#footer p.footerright 
{
    float: right;
}

#footer p a 
{
    color: #fff;
    text-decoration: none;
}

#footer p a:hover 
{
    color: #fff;
    text-decoration: underline;
}

.formControls fieldset { 
    display: block;
    margin-left: 2px;
    margin-right: 2px;
    padding-top: 0.35em;
    padding-bottom: 0.35em;
    padding-left: 0.75em;
    padding-right: 0.75em;
    border: 2px groove white;
    border-radius: 5px;
    margin-bottom:15px;
}

.formControls fieldset p{ 
    margin : 0px;
}

.formControls fieldset input.checkbox{ 
    margin : 10px;
    padding-top:10px;
    
}

.error-input-wrapper
{
    text-align: center;
}

.error
{
    color: #FD7D01;
    font-size: 12px;
}

.error1
{
    color: #FD7D01;
    font-size: 14px;
}
/*
a.btnContinue1
{
    border-radius: 5px;
    height: 42px;
    border: 1px solid #D8D8D8;
    text-decoration: none;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    text-align: center;
    padding: 5px 10px;
    background-color: #FD7E00;
    font-family: 'Akkurat Pro' , sans-serif;
    margin-bottom: 8px;
    margin-right: 9px;
}
a.btnContinue1:hover
{
    background: #5acaec;
    text-decoration: none;
    color: white;
}
*/

.LabelText
{
    padding-bottom: 2px;
    font-size: 5px;
    color: #fff;
}
.ExtendButton {
    margin-left: 170px;
    text-align: center;
    float: none;
    height: 40px;
    /*height: 45px;*/
    width: 110px;
    background-color: #A1CF62;
    color: #fff;
    font-weight: 100;
    text-transform: uppercase;
    cursor: pointer;
    border-radius: 15px;
    border-width: 3px;
    border-color: #fff;
}

    .ExtendButton:hover {
        background-color: #67932D;
        color: #fff;
    }