@font-face{
font-family:"DLHLight";
src:url("../fonts/DLHHelveticaCurrencySymbol-Light.otf");
src:url("../fonts/DLHHelveticaCurrencySymbol-Light.otf") format("otf"),url("../fonts/DLHHelveticaCurrencySymbol-Light.ttf") format("ttf");
}
@font-face{
font-family:"DLHRoman";
src:url("../fonts/DLHHelveticaCurrencySymbol-Roman.otf");
src:url("../fonts/DLHHelveticaCurrencySymbol-Roman.otf") format("otf"),url("../fonts/DLHHelveticaCurrencySymbol-Roman.ttf") format("ttf");
}
@font-face{
font-family:"DLHMedium";
src:url("../fonts/DLHHelveticaCurrencySymbol-Medium.otf");
src:url("../fonts/DLHHelveticaCurrencySymbol-Medium.otf") format("otf"),url("../fonts/DLHHelveticaCurrencySymbol-Medium.ttf") format("ttf");
}


body{
    margin:0;
    background-color: #ebebeb;
    font-family: "DLHLight", Arial;
    color:#333;
}
#wrapper{
    min-width:100%;
    width:100%;
}
.container{
    max-width: 100%;
    margin: 40px auto 0;
    background-color: #fff;
}
.header {
    width:100%;
    height:110px;
    background-color:#fff;
    border-bottom:1px solid #ebebeb;
    -moz-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.5);
}
.subHeader {
    max-width: 100%;
    margin-left:auto;
    margin-right:auto;
}
.webTitle{
    padding-top:20px;
    padding-bottom:20px;
    padding-left:10px;
    padding-right:10px;
    font-size:30px;
    color:#505050;
}
.Logo-header{
    width:40%;
    float:left;
    margin-left:10px;
}
.Title-header{
    width:50%;
    float:left;
}
.mam-logo{
    display: block;
    margin: 30px 0 50px 0px;
}
#login{
        border-top:1px solid #ebebeb;
}
#passwordenter{
        border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
}
.login-area{
    padding: 30px 0 50px 0;
    width:90%;
    height:200px;
    margin-right:auto;
    margin-left: auto;
    margin-top:20px;
    margin-bottom:20px;
    position:relative;
}
.login-button{
    width:50%;
    text-align:center;
    position: absolute;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    left:0;
    right:0;
    margin-left:auto;
    margin-right:auto;
}
.login-button i{
  width: 120px;
  height: 120px;
  border-radius: 50%;
  font-size: 100px;
  color: #fff;
  line-height: 120px;
  text-align: center;
  background-image: linear-gradient(#123476,#0C2058);
}
.login-button i:hover{
    cursor:pointer;
    background-image: linear-gradient(#225FA7,#123476);
}
.login-field{
    width: 55%;
    position:absolute;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0px;
    margin-top: 20px;
    visibility: hidden;
    opacity:0;
    -webkit-transition: opacity 0.2s ease-out;
    -moz-transition: opacity 0.2s ease-out;
    -ms-transition: opacity 0.2s ease-out;
    -o-transition: opacity 0.2s ease-out;
    transition: opacity 0.2s ease-out;
}
.desc{
    float:left;
    width:40%;
    height:25px;
    margin-top:2px;
    margin-bottom:2px;
    line-height:25px;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
}
.tbinput{
    float:right;
    width:50%;
}
.tbinput input{
    width:90%;
    height:25px;
    padding-left:5px;
    margin-top:2px;
    margin-bottom:2px;
    border: 1px solid #f5f5f5;
}
.login-title{
    text-align:center;
    font-size:30px;
    margin-bottom:20px;
    color: #505050;
}
.is-active{

    left:-600px;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}
.is-active i{
       cursor:pointer;
       background-image: linear-gradient(#225FA7,#123476);
}
.is-active ~ .login-field{
 
        visibility: visible;
        right:0;
        opacity:1;
        -webkit-transition: opacity 0.5s ease-out;
        -moz-transition: opacity 0.5s ease-out;
        -ms-transition: opacity 0.5s ease-out;
        -o-transition: opacity 0.5s ease-out;
        transition: opacity 0.5s ease-out;
        -webkit-transition-delay: 0.5s; /* Safari */
        transition-delay: 0.5s;
}

input[type="text"] {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}
input[type="text"]:focus {
    box-shadow: 0 0 5px rgba(180, 180, 180, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(180, 180, 180, 1);
}
input[type="password"] {
    -webkit-transition: all 0.30s ease-in-out;
    -moz-transition: all 0.30s ease-in-out;
    -ms-transition: all 0.30s ease-in-out;
    -o-transition: all 0.30s ease-in-out;
    outline: none;
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid #DDDDDD;
}
input[type="password"]:focus {
    box-shadow: 0 0 5px rgba(180, 180, 180, 1);
    padding: 3px 0px 3px 3px;
    margin: 5px 1px 3px 0px;
    border: 1px solid rgba(180, 180, 180, 1);
}
.validating-red-border{
    border: 1px solid red !important;
}
.validating-red-border:focus{
    border: 1px solid red !important;
}
.warn-color{
    color: red;
}
.mam-theme-footer{
    border-top:1px solid #ebebeb;
    width:100%;
    float:left;
    background-color:#fff;
}
.btn{
    border:1px solid #DDDDDD;
    background-image: linear-gradient(#123476,#0C2058);
    color: #fff;
    height: 35px;
    width: 150px;
    font-weight:bold;
}
.btn:hover{
    cursor:pointer;
    background-image: linear-gradient(#225FA7,#123476);
}
.navButton{
    width:20%;
    margin-left:auto;
    margin-right:auto;
}
.logoff-area{
    width:100%;
    margin: 30px 0 0 0;
}
.username{
    float:right;
    width: 130px;
    height:30px;
    line-height:30px;
}
.logged{
    font-size:10px;
}
.btn-circle{
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 25px;
  text-align: center;
  background-image: linear-gradient(#123476,#0C2058);
  float:right;

}
.btn-circle:hover{
    background-image: linear-gradient(#225FA7,#123476);
}
.link-circle{
    line-height: 30px;
    color: #fff;
}
.confirmed{
    height:50px;
    width:80%;
    border-top:1px solid #ebebeb;
    padding-left: 10px;
    padding-right:10px;
    font-size:20px;
}
.confirmed i{
    color:green;
    font-size:30px;
    line-height:50px
}
.choose_box{
    margin-top:10px;
    width:100%;
    margin-bottom:10px;
    border-top:1px solid #ebebeb;
    border-bottom:1px solid #ebebeb;
    display:flex;
    flex-wrap:wrap;
}
.box{
    width:50%;

}
.pass{
    visibility:visible;
    opacity:1;
}
.big{
  width: 120px;
  height: 120px;
  font-size: 80px;
  float:none;
  margin-left: auto;
  margin-right: auto;
  margin-top:20px;
  margin-bottom:15px;
}
.box_inner{
    width:100%;

}
.choose{
    line-height: 120px !important;
}
.choose-label{
    width:100%;
    text-align: center;
    color:#333;
    font-weight:bold;
    font-size:20px;
}
.changeBox{
    width:100%;
    margin-top:20px;
    padding-left:30px;
    padding-right:30px;
    margin-bottom:20px;
}
.changeBoxSub{
    margin-left:auto;
    margin-right:auto;
    width:80%;
}
.desc2{
    width:350px;
    float:left;
    height:25px;
    line-height:25px;
    margin: 5px 1px 3px 0px;
}
.input2{
    width:300px;
    float:left;
}
/*Footer*/
.mam-theme-toolbar{
    height:50px;
    width:100%;
    line-height: 45px;
    /*padding-left:30px;
    padding-right:30px;*/
    border-top: 1px solid rgb(235, 235, 235);

}
#passwordchange{
    border-top: 1px solid rgb(235, 235, 235);
}
.Gobtn{
    float:right;
    width:20%;
}
.Gobtn button{
    width: 30px;
    height: 30px;
    border-radius: 50%;
    font-size: 25px;
    text-align: center;
    background-image: linear-gradient(#123476,#0C2058);
    float: right;
    color:#fff;
    cursor:pointer;
    padding-left: 0px;
    padding-right: 0px;
    text-shadow:none;
    border:0px solid;
    margin-top:1.5px;
}
.Gobtn button:hover {
    background-image: linear-gradient(#225FA7,#123476);
    
    }
    
.input2 input[type="password"] {
    width:75%;
}
.changeBox ul li{
    text-decoration:none;
    list-style:none;
}
.tools{
    float:left;
    height:50px;
    margin-right: 15px;
    margin-left: 15px;
}
.tools:first-child{
    margin-left: 0px !important;
}
.tools a{
    color:#123476;
    text-decoration:none;
}
.tools a:hover{
    color:#225FA7;
}
.tools i{
    line-height:45px;
}
.panel-title {
    display: block;
    font-size: 18px;
    font-weight: 500;
    color: #505050;
    line-height: 50px;
    float:left;
}
.mam-content-area{
background-color:#fff;
width:100%;
height:auto;
justify-content: center;
display: flex;
text-align: center;
}
.mam-content-area a{
    text-decoration:none;
}
h4{
    width:30%;
}
h4 a{
    color: #505050;
}
h4 a:hover{
    text-decoration: underline !important;
}
.toolbar{
    margin-right:30px;
    margin-left:30px;
}
.confirm-color{
    color:#19ad08;
}
.smart{
    display:none;
}
.desk {
    display:inherit;
}

/*ErrorSite*/
.errorpage {
    width: 100% !important;
    position: relative;
    min-height: 300px;
}

.error_area {
    min-height: 300px;
}

.error_logo {
    width: 100%;
    position: absolute;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -ms-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
    left: 40px;
    margin-left: auto;
    margin-right: auto;
}

    .error_logo i {
        width: 60px;
        height: 60px;
        border-radius: 50%;
        font-size: 40px;
        color: #fff;
        line-height: 55px;
        text-align: center;
        background-image: linear-gradient(#123476,#0C2058);
    }

        .error_logo i:hover {
            cursor: pointer;
            background-image: linear-gradient(#225FA7,#123476);
        }

.error_title {
    margin-left: 120px;
    margin-bottom: 40px;
    font-size: 26px;
}

.error_subtitle {
    margin-left: 120px;
}

.error_id {
    position: absolute;
    left: 120px;
    bottom: 0px;
}

.error_back {
    position: absolute;
    right: 120px;
    bottom: 0px;
}

.error_Link {
    text-decoration: none;
    padding: 10px;
    padding-left: 20px;
    padding-right: 20px;
}
.lg-new,
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lg-new,
.login-column-area {
    flex-direction: column;
}

.login-col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    /*align-items: center;*/
    min-width: 320px;
    width: 50%;
}

.login-column-area .login-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    min-width: 320px;
    width: 50%;
}

.log-step {
    margin-top: 10px;
    margin-bottom: 10px;
}

.log-title {
    margin-bottom: 15px;
}

.log-vortext {
    display: none;
}

.log-step b {
}

.lg-new .navButton {
    float: unset;
    margin: 0;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 320px;
    min-width: 320px;
}

.lg-img {
    height: auto;
}

    .lg-img .login-col {
        min-height: 400px;
    }

.login-col img {
    width: 100%;
    min-height: 400px;
}

.lg-wrap {
    opacity: 0;
    transition: all .5s ease;
}

.login-button.is-active + .lg-wrap {
    opacity: 1;
    transition: all .5s ease;
    transition-delay: .5s;
}

.lg-new,
.login-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.lg-new,
.login-column-area {
    flex-direction: column;
}

.login-col {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    /*align-items: center;*/
    min-width: 320px;
    width: 50%;
}

.login-column-area .login-col {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    min-width: 320px;
    width: 50%;
}

.log-step {
    margin-top: 10px;
    margin-bottom: 10px;
}

.log-title {
    margin-bottom: 15px;
}

.log-vortext {
    display: none;
}

.log-step b {
}

.lg-new .navButton {
    float: unset;
    margin: 0;
    margin-top: 20px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 320px;
    min-width: 320px;
}

.lg-img {
    height: auto;
}

    .lg-img .login-col {
        min-height: 400px;
    }

.login-col img {
    width: 100%;
    min-height: 400px;
}

.login-wrapper {
    padding-top: 50px;
}