@font-face {
  font-family: 'Open Sans';
  src: url('/public/fonts/OpenSans-Regular.ttf?v=1.0') format('truetype');
}
@font-face {
  font-family: 'Nunito';
  src: url('/public/fonts/Nunito-SemiBold.ttf?v=1.0') format('truetype');
}
.green {
    color :green;
}
.blue {
    color : dodgerblue;
}
a.action , a.back-to-login{
    cursor: pointer;
}
#companyLogo {
    font-size: 45px;
    color: #e52920;
    margin: -10px;
    height: 89px;
}
.panelx .front {
    top: 0;
    left: 0;
    z-index: 900;
    width: inherit;
    text-align: center;


    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;

}
/*.panelx.flip .front {
  z-index: 900;
}*/
.panelx .back {
    top: 0;
    left: 0;
    right: 0;
    z-index: 900;
    width: 100%;
    position: absolute;
    text-align: center;
    margin-top: -0.5%;


    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;


}
.panelx.flip .back {
    z-index: 1000;

}

/* -- contact panel -- */
.contact {
}
a{color:navy; text-decoration:none}
#wrap{
    position:fixed;; 
    z-index:-1; 
    top:0; 
    left:0; 
    /*  background-color:black*/
    width:100%;
    height:100%;
}
#wrap img.bgfade{
    position:absolute;
    top:0;
    display:none;
    width:100%;
    height:100%;
    z-index:-1;
    opacity: .8;
}
.container{
    width:320px; 
    margin:20px auto; 
    margin-top:2%; 
    background:#fff; -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; 
    background-color:rgba(255,255,255,.2); 
    padding:1em; 
    /*border-radius:15px; */
    box-shadow:4px 4px 10px 0 rgba(20,20,20,.6); 
    text-shadow: 1px 1px 5px #fff
}
.contact .front .container{
    /*margin: 9px auto;  */
    margin-top: 9.5%;
}
.container.lightBlue{
    background-color:#D6E0EB;
}
.container .logobg .logo{

    -o-border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

    display: block;
    margin-left: auto;
    margin-right: auto 
}
.container .logobg{
    margin-top: -12px;
    background-color: white;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    display: block;
    margin-left: auto;
    margin-right: auto; 
    padding: 5px 0;
    position: relative;
}
.container .loginBox{
    background: none repeat scroll 0 0 rgba(255, 255, 255, 0.2);
    width: 100%;
    height: 320px;
    display: block;
    margin-left: auto;
    margin-right: auto; 
    margin-top: -40px;
    padding: 40px 10px;
}
.h3Fix{
    margin-top: -1px !important;
    /* margin-top: 7px !important; */
    font-size: 20px;

}

.slider {
    /*    width: 270px;*/
    height: 400px;
    position: relative; /* for overflow: hidden to work in IE7 */
}
.slider > ul {

    position: relative;
    /*    -webkit-transition: .5s left;
        -moz-transition: .5s left;
        -ms-transition: .5s left;
        -o-transition: .5s left;*/
    list-style: none;
    margin: 0; padding: 0;
}
.slider > ul > li {
    float: left;
    width: 270px; 
    height: 300px;
    padding: 0px 2px;
}

.accordion{
    text-align: left;
}

.forgotPanel{
    width: 100%;
    margin-bottom: 5px;
}
.forgotPanel .forgotList{
    padding: 0;
    text-align: left;
}
.forgotList > li{
    list-style-type: none;

}
.forgotPanel .forgotList > li:nth-child(2) > div {
    display: none;
}
.forgotPanel .forgotList > li > div > p {
    padding: 2px;
    margin: 0 0 5px;
} 

.help-block.form-error{
    display: none;
}
.form-error .clearAllErrorMessage{
    cursor: pointer;
    float: right;
    padding:  0 7px;
    text-align: right;
}
.fullWidth {
    width: 100%;

}
.btnGrop {
    width: 100%
}
.btnGrop > div {
    display: inline;
}
.tooltip.top-left {
    margin: -110px -18px;
    z-index: 999999;
    position: fixed;
    text-align: left;

}
.tooltip.top-left .tooltip-arrow {
    bottom: -5px;
    left: 5px;
    border-width: 5px 5px 0;
    border-top-color: black;
}

.glyphicon.glyphicon-question-sign.blue{
    cursor:pointer;
}
.alert{
    padding: 0 !important;
    margin-bottom: 7px;
}
.alert.slim-alert{
    padding: 2px !important;
    margin-bottom: 2px !important;
    text-align: center;
}

.help-block.form-error{
    display: none;
}
.form-error .clearAllErrorMessage{
    cursor: pointer;
    margin: -10px 0;
    text-align: right; 
}

.ssoLoginX {
    height: 65px;
    border-radius: 2px;
    background-color: #eceff2;
    font-size: 17px;
    bottom:-3px;
    position:absolute;
    font-family:'Open Sans';
    padding:20px 20px 20px 20px;
    text-align: center;
    top:338px;
    left: -20px;
}

.ssoLogin {
    margin-top: 50px;
    font-size: 17px;
}

.rememberHelp {
    font-size: 11px;
    margin-top: -10px;
    padding-bottom: 1px;
}

.loginSmallText {
    font-size: 15px;
    margin-bottom: 5px;
}


.clearSSOSetting {
    margin-top: 30px;
    font-size: 12px;
}

.container .liteLoginBox {
    height: 120px;
}

.brandingImg {
    height:auto;
    width:auto;
    max-width:260px;
    max-height:100px;
}

.txtAppName {
    font-size: 16px;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: #778899;
}
.txtAppNameLogin {
    margin-top: 1px !important;
    margin-bottom: 10px;
}


.txtAppNameSSO {
    margin-top: 35px !important;
    margin-bottom: 10px;
}


.front.hiddenCard, .back.hiddenCard{
    display: none;
}
.systemMessage {
    background: #f9edbe none repeat scroll 0 0;
    border: 1px solid #c0c0c0;
    z-index: 999;
    font-size: 17px;
    height: auto;
    padding: 10px;
    position: absolute;
    text-align: center;
    width: 100%;
    display: none;
}
.xBtnCloase  {
    display: block;
}
/*added for test, shifts logo up*/
.systemMessage.login-form.original, .row{
    margin-top:-18px;
}

.row.fixrow {
    margin-top:0px;
}

div.login-form.original {
    width: 310px;
}
.downloadvodpanel {
    margin-top: 22px;
}
div.login-form.original .downloadvodpanel {
    display: none;
}
.downloadvompanellogin {
    margin-top: 22px;
}
div.login-form.original .downloadvompanellogin {
    display: block;
}
.login-form.original #companyLogo {
    /*        padding-left: 38px;*/
}
div.login-form.original #brandingLogo {
    margin-left: 56px;
}

.logobg {
    padding-bottom: 20px;
    padding-top: 20px;
}

div.login-form {
    height: 455px;
    background-color: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999999999;
    margin: auto;
    border-color: #eee;
    box-shadow: 0 4px 10px 0 #cfd7e6;
    height:505px;
}


img#_8x8Top {
    height: 505px;
    margin-top: -4px;
}
#vodtext {
    position: absolute;
    top: 310px;
    text-align: center;
    font-size: 15px;
    color: #ffffff;
    left: 70px;
    font-family: 'Nunito';
    z-index:1;
    width:310px;
}
#vodtext span{
    font-size: 24px;
}
img#_8x8bottom {
    margin-top: -4px;
    position: absolute;
    width: 402px;
}
img#_8x8bottomuc {
    clip: rect(96px, 390px, 255px, 0px);
    height: 255px;
    margin-top: -85px;
    position: absolute;
    width: 390px;
}
.login-form .image {
    position: relative;
    width: 100%;
    /* for IE 6 */
}

.login-form .image .imageText {
    color: #fff;
    font-size: 16px;
    font-weight: 100;
    left: 0;
    padding: 42px 17px;
    position: absolute;
    width: 100%;
    font-family: helvetica;
}

.login-form .image .downloadBtn {
    margin: 107px 17px;
    position: absolute;
}
.login-form .image .downloadBtn1 {
    margin: 415px 67px;
    position: absolute;
}
.login-form .image .downloadBtn1 #downloadTrack {
    background-image:url("/public/images/download-on-the-app-store-badge-us-uk-135-x-40.svg?v=1.0");
    width: 134px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: -1px -1px;
}
.login-form .image .downloadBtn2 {
    margin: 415px 210px;
    position: absolute;
}
.login-form .image .downloadBtn2 #downloadTrack {
    background-image: url(/public/images/google-play.svg?v=1.0);
    width: 135px;
    height: 40px;
    background-repeat: no-repeat;
    background-position: 0px -1px;
}
.login-form .image .downloadBtn .btn.btn-default {
    color: #59ABE3;
}
.downloadvodpanel #downloadTrack{
    position: absolute;
    left: 117px;
    top: 457px;
    background-color: transparent !important;
    width:200px;
    height:40px;
    border-radius: 2px;
    border: solid 1px #f0f3f8;
    color: #ffffff;
}
.downloadvodpanel #downloadTrack:hover{
    background-color:#ffffff !important;
    color:#2a3a4b;
}
#login-container {
    padding: 0 20px;
    text-align: center;
    font-family: 'Open Sans';
}

.login-form #companyLogo {
    /*        padding-left: 30px;*/
}

.forgotPanel .forgotList > li > div > p {
    font-size: 11.5px;
}


a.action,
a.back-to-login {
    cursor: pointer;
    font-size: 15px;
}

.form-group {
    margin-bottom: 20px !important;
}
.form-control {
    height: 40px !important;
}
.brandingWrapper {
    margin-top: 73px;
}
#login {
    margin-top: 40px;
}
#terms {
    font-size:10px;
    margin-top: 25px;
    margin-bottom: 15px;
    color:#778899;
}
#terms a{
    text-decoration:underline;
    color:#778899;
}
#companyLogo2 {
    font-size: 100px;
    height: 100px;
}
.go-to-ssoLogin {
    color:#2a3a4b;
}
#forgotPasswordSpan {
    color:#2a3a4b;
}
#iconspan {
    border-color:#cfd7e6;
    color:#778899;
    background:#eceff2;
}
.has-error #iconspan{
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #a94442 !important;
}
#checkboxpanel {
    font-family:"himalayan";
    padding-top: 0.75px;
}
#chkRememberMe{
    visibility:hidden;
    opacity:0;
}
#remembermechk{
    color:#1485e4;
}
#checkboxpanel span{
    font-family:"Open Sans";
}
#buttonspanel span{
    font-size: 15px;
    color: #2a3a4b;
    font-weight: 600;
}
.btn-primary {
    background-color: #1485e4;
    border-radius: 2px !important;
    font-size: 15px !important;
}
.btn-primary:hover{
    background-color:#6aafec !important;
    border-color:#6aafec !important;
}
.btn-primary:active{
    background-color:#1a6cb4 !important;
    border-color:1a6cb4 !important;
}

.logobg {
    font-family:"himalayan" !important;
}
#submitResetPasswordForm {
    font-family:"Open Sans" !important;
    font-size:13px !important;
}
#submitResetPasswordContainer {
    box-shadow:none !important;
}

.has-success #secQuestion{
    border-color: #3c763d !important;
}
.has-success #iconspan{
    color:#3c763d !important;
    background-color:#dff0d8 !important;
    border-color: #3c763d !important;
}
.has-success #pass{
    border-color: #3c763d !important;
}
.input {
    border-color:#cfd7e6;
    border-left-style: hidden;
}
#submitResetPasswordForm .errorMsgBox #errorMsgDiv{
    width:85%; 
    margin-left: -35px;
}
#setPasswordForm .username {
    text-overflow: ellipsis;
    overflow: hidden;
}
#setPasswordForm2 .username {
    text-overflow: ellipsis;
    overflow: hidden;
}
#errorMessage0{
    width: 85%;
    margin-left: 35px;
}