﻿@import url('https://fonts.googleapis.com/css?family=Didact+Gothic'); 
    
html,
body,
a,
select,
fieldset,
input,
button,
select,
textarea,
optgroup,
option {
    font-family: 'Didact Gothic', sans-serif;
}

.loginDescMargin {
    margin-top: 74px;
}

.phone .loginDescMargin {
    margin-top: 0px;
}

.padding-OS {
    padding-left: 20px;
}

.topContentOS {
    margin-left: 22px;
}

.onlineServices {
    margin: 22px;
    border: 1px solid #ccc;    
    display: inline-block;
}

.mainContentOS {
    padding: 30px 50px;
}

.layout-login-remember > div > div > a {
    width: 90%;
}


.onlineServices .image img {
    height: 15vh;
}

.onlineServices .overlay {
    height: 15vh;
}

.listofModule > span {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}

.bannerImg {
    object-position: 80% 100%;
    width: 100%;
    object-fit: fill;
}


.learnAbtSystem  {
    position: relative;
    margin-bottom: 70px;
}

.learnAbtSystem > div  {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    white-space: nowrap;
} 


.topMenuEip {
    display: flex;
    justify-content: flex-end;
    color: #D80018;
}

.topMenuEip div {
    padding: 0 10px;
    white-space: nowrap;
}

.topMenuEip a:hover {
    color: #D80018 !important;
}

.menu_mobile { 
    display: none;
}

.show_mobile_menu {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
    background: white;
    border: 1px solid rgb(204, 204, 204);
    padding-bottom: 40px;
    padding-top: 30px;
}

.show_mobile_menu div {
    border-bottom: 1px solid #000;
    margin: 0 30px;
    padding: 10px 0;
}

.show_mobile_menu div:first-child { 
    border: 0;
}

.transparent {
    opacity: 0.3;
}

.active {
    opacity: 1 !important;
}

.topMenuNew {
    display: block;
}

.top-menu div {
    width: 100%;  
    margin: 0 auto;
    white-space: nowrap;
}

.top-menu > a {
    color: #000 !important;
    font-weight: bolder;
    font-family: 'MavenPro-Bold';
}

/******************Phone ***************************/
.phone .listofModule > span {
  display:inline-block;
 }


.phone .titleEipModule {
    text-align: left;
    font-size: 26px;    
}

.phone .titleOnlineServices { 
    text-align: left;
    font-size: 23px;
}
.phone .padding-OS {
    padding-left: 20px;
}

.phone .mainContentOS {
    padding: 30px 0px 30px 0px;
}

.phone .onlineServices {
    width: 100%;
    height: inherit !important;
    margin: 22px 0px;
}

.phone .layout-login-remember > div > div > a  {
    width: 100%;
    margin-left: 0px !important;
}

.phone .layout-login-remember, .tablet .layout-login-remember {
    margin-bottom: 20px;
    
}

.phone .topMenuDiv {
    display: none;
}


/******************** Tablet *****************/
.tablet .listofModule > span {
  display:grid;
  grid-template-columns: repeat(2, 1fr);
}

.tablet .onlineServices {
   margin: 20px;
}

.tablet .onlineServices .image img {
    height: 10vh;
}

.tablet .onlineServices .overlay {
    height: 10vh;
}

.tablet .bannerImg {
    height: inherit !important;
}

/* New login EIP*/

body{
   background: url(http://www.timurtek.com/wp-content/uploads/2014/10/form-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
a{color:#58bff6;text-decoration: none;}
a:hover{color:#aaa; }
.pull-right{float: right;}
.pull-left{float: left;}
.clear-fix{clear:both;}
div.logo{text-align: center; margin: 20px 20px 30px 20px; fill: #566375;}
div.logo svg{
  width:180px;
  height:100px;
}
.logo-active{fill: #44aacc !important;}
#formWrapper{
  background: rgba(0,0,0,.2); 
  width:100%; 
  height:100%; 
  position: absolute; 
  top:0; 
  left:0;
  transition:all .3s ease;}
.darken-bg{background: rgba(0,0,0,.5) !important; transition:all .3s ease;}

div#form{
  position: absolute;
  width:360px;
  height:320px;
  height:auto;
  background-color: #fff;
  margin:auto;
  border-radius: 5px;
  padding:20px;
  left:50%;
  top:50%;
  margin-left:-180px;
  margin-top:-200px;
}
div.form-item{position: relative; display: block; margin-bottom: 20px;}
 input{transition: all .2s ease;}
 input.form-style{
  color:#8a8a8a;
  display: block;
  width: 90%;
  height: 44px;
  padding: 5px 5%;
  border:1px solid #ccc;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  font-family:'HelveticaNeue','Arial', sans-serif;
  font-size: 105%;
  letter-spacing: .8px;
}
div.form-item .form-style:focus{outline: none; border:1px solid #58bff6; color:#58bff6; }
div.form-item p.formLabel {
  position: absolute;
  left:26px;
  top:2px;
  transition:all .4s ease;
  color:#bbb;}
.formTop{top:-22px !important; left:26px; background-color: #fff; padding:0 5px; font-size: 14px; color:#58bff6 !important;}
.formStatus{color:#8a8a8a !important;}
input[type="submit"].login{
  float:right;
  width: 112px;
  height: 37px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #55b1df;
  border:1px solid #55b1df;
  border:none;
  color: #fff;
  font-weight: bold;
}
input[type="submit"].login:hover{background-color: #fff; border:1px solid #55b1df; color:#55b1df; cursor:pointer;}
input[type="submit"].login:focus{outline: none;}


.login-screen{
  -webkit-box-align:center;
          align-items:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:100%;
  -webkit-box-pack:center;
      justify-content:center;
} 

.login-screen .mobilecontainer {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
} 


/********************Overwrite global css *************************/
.columns.columns-small-right > .columns-item:first-child {
    -webkit-box-flex: 11 !important;
    -ms-flex: 11 !important;
    flex: 11 !important;
}
.hyper-link{
color: #0902D5;
text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .icon-mobile{display: block}
  .topMenuNew{display: none}
}

@media (min-width: 1200px){
.mobilecontainer {
    max-width: 1140px;}
}

.mobilecontainer {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}




@import url('https://fonts.googleapis.com/css?family=Didact+Gothic'); 
    
html,
body,
a,
select,
fieldset,
input,
button,
select,
textarea,
optgroup,
option {
    font-family: 'Didact Gothic', sans-serif;
}

.loginDescMargin {
    margin-top: 74px;
}

.phone .loginDescMargin {
    margin-top: 0px;
}

.padding-OS {
    padding-left: 20px;
}

.topContentOS {
    margin-left: 22px;
}

.onlineServices {
    margin: 22px;
    border: 1px solid #ccc;    
    display: inline-block;
}

.mainContentOS {
    padding: 30px 50px;
}

.layout-login-remember > div > div > a {
    width: 90%;
}


.onlineServices .image img {
    height: 15vh;
}

.onlineServices .overlay {
    height: 15vh;
}

.listofModule > span {
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
}

.bannerImg {
    object-position: 80% 100%;
    width: 100%;
    object-fit: fill;
}


.learnAbtSystem  {
    position: relative;
    margin-bottom: 70px;
}

.learnAbtSystem > div  {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); 
    white-space: nowrap;
} 


.topMenuEip {
    display: flex;
    justify-content: flex-end;
    color: #D80018;
}

.topMenuEip div {
    padding: 0 10px;
    white-space: nowrap;
}

.topMenuEip a:hover {
    color: #D80018 !important;
}

.menu_mobile { 
    display: none;
}

.show_mobile_menu {
    display: none;
    position: fixed;
    z-index: 1;
    width: 100%;
    top: 0;
    background: white;
    border: 1px solid rgb(204, 204, 204);
    padding-bottom: 40px;
    padding-top: 30px;
}

.show_mobile_menu div {
    border-bottom: 1px solid #000;
    margin: 0 30px;
    padding: 10px 0;
}

.show_mobile_menu div:first-child { 
    border: 0;
}

.transparent {
    opacity: 0.3;
}

.active {
    opacity: 1 !important;
}

.topMenuNew {
    display: block;
}

.top-menu div {
    width: 100%;  
    margin: 0 auto;
    white-space: nowrap;
}

.top-menu > a {
    color: #000 !important;
    font-weight: bolder;
    font-family: 'MavenPro-Bold';
}

/******************Phone ***************************/
.phone .listofModule > span {
  display:inline-block;
 }


.phone .titleEipModule {
    text-align: left;
    font-size: 26px;    
}

.phone .titleOnlineServices { 
    text-align: left;
    font-size: 23px;
}
.phone .padding-OS {
    padding-left: 20px;
}

.phone .mainContentOS {
    padding: 30px 0px 30px 0px;
}

.phone .onlineServices {
    width: 100%;
    height: inherit !important;
    margin: 22px 0px;
}

.phone .layout-login-remember > div > div > a  {
    width: 100%;
    margin-left: 0px !important;
}

.phone .layout-login-remember, .tablet .layout-login-remember {
    margin-bottom: 20px;
    
}

.phone .topMenuDiv {
    display: none;
}


/******************** Tablet *****************/
.tablet .listofModule > span {
  display:grid;
  grid-template-columns: repeat(2, 1fr);
}

.tablet .onlineServices {
   margin: 20px;
}

.tablet .onlineServices .image img {
    height: 10vh;
}

.tablet .onlineServices .overlay {
    height: 10vh;
}

.tablet .bannerImg {
    height: inherit !important;
}

/* New login EIP*/

body{
   background: url(http://www.timurtek.com/wp-content/uploads/2014/10/form-bg.jpg) no-repeat center center fixed; 
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;

}
a{color:#58bff6;text-decoration: none;}
a:hover{color:#aaa; }
.pull-right{float: right;}
.pull-left{float: left;}
.clear-fix{clear:both;}
div.logo{text-align: center; margin: 20px 20px 30px 20px; fill: #566375;}
div.logo svg{
  width:180px;
  height:100px;
}
.logo-active{fill: #44aacc !important;}
#formWrapper{
  background: rgba(0,0,0,.2); 
  width:100%; 
  height:100%; 
  position: absolute; 
  top:0; 
  left:0;
  transition:all .3s ease;}
.darken-bg{background: rgba(0,0,0,.5) !important; transition:all .3s ease;}

div#form{
  position: absolute;
  width:360px;
  height:320px;
  height:auto;
  background-color: #fff;
  margin:auto;
  border-radius: 5px;
  padding:20px;
  left:50%;
  top:50%;
  margin-left:-180px;
  margin-top:-200px;
}
div.form-item{position: relative; display: block; margin-bottom: 20px;}
 input{transition: all .2s ease;}
 input.form-style{
  color:#8a8a8a;
  display: block;
  width: 90%;
  height: 44px;
  padding: 5px 5%;
  border:1px solid #ccc;
  -moz-border-radius: 27px;
  -webkit-border-radius: 27px;
  border-radius: 27px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #fff;
  font-family:'HelveticaNeue','Arial', sans-serif;
  font-size: 105%;
  letter-spacing: .8px;
}
div.form-item .form-style:focus{outline: none; border:1px solid #58bff6; color:#58bff6; }
div.form-item p.formLabel {
  position: absolute;
  left:26px;
  top:2px;
  transition:all .4s ease;
  color:#bbb;}
.formTop{top:-22px !important; left:26px; background-color: #fff; padding:0 5px; font-size: 14px; color:#58bff6 !important;}
.formStatus{color:#8a8a8a !important;}
input[type="submit"].login{
  float:right;
  width: 112px;
  height: 37px;
  -moz-border-radius: 19px;
  -webkit-border-radius: 19px;
  border-radius: 19px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #55b1df;
  border:1px solid #55b1df;
  border:none;
  color: #fff;
  font-weight: bold;
}
input[type="submit"].login:hover{background-color: #fff; border:1px solid #55b1df; color:#55b1df; cursor:pointer;}
input[type="submit"].login:focus{outline: none;}


.login-screen{
  -webkit-box-align:center;
          align-items:center;
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  height:100%;
  -webkit-box-pack:center;
      justify-content:center;
} 

.login-screen .mobilecontainer {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
} 


/********************Overwrite global css *************************/
.columns.columns-small-right > .columns-item:first-child {
    -webkit-box-flex: 11 !important;
    -ms-flex: 11 !important;
    flex: 11 !important;
}
.hyper-link{
color: #0902D5;
text-decoration: underline;
}

@media only screen and (max-width: 1024px) {
  .icon-mobile{display: block}
  .topMenuNew{display: none}
}

@media (min-width: 1200px){
.mobilecontainer {
    max-width: 1140px;}
}

.mobilecontainer {
width: 100%;
padding-right: 15px;
padding-left: 15px;
margin-right: auto;
margin-left: auto;
}




