/***************** Font Family *********************/

@font-face {
    font-family: 'OpenSansRegular';
    src: url('../fonts/opensans-regular.eot');
    src: url('../fonts/opensans-regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-regular.woff') format('woff'),
    url('../fonts/opensans-regular.ttf') format('truetype'),
    url('../fonts/opensans-regular.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansSB';
    src: url('../fonts/opensans-semibold.eot');
    src: url('../fonts/opensans-semibold.eot') format('embedded-opentype'),
    url('../fonts/opensans-semibold.woff') format('woff'),
    url('../fonts/opensans-semibold.ttf') format('truetype'),
    url('../fonts/opensans-semibold.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansBold';
    src: url('../fonts/opensans-bold.eot');
    src: url('../fonts/opensans-bold.eot') format('embedded-opentype'),
    url('../fonts/opensans-bold.woff') format('woff'),
    url('../fonts/opensans-bold.ttf') format('truetype'),
    url('../fonts/opensans-bold.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OpenSansLight';
    src: url('../fonts/opensans-light-webfont.eot');
    src: url('../fonts/opensans-light-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/opensans-light-webfont.woff') format('woff'),
    url('../fonts/opensans-light-webfont.ttf') format('truetype'),
    url('../fonts/opensans-light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'OP2-fonts';
    src:    url('../fonts/OP2-fonts.eot?snu4u2');
    src:    url('../fonts/OP2-fonts.eot?snu4u2#iefix') format('embedded-opentype'),
        url('../fonts/OP2-fonts.ttf?snu4u2') format('truetype'),
        url('../fonts/OP2-fonts.woff?snu4u2') format('woff'),
        url('../fonts/OP2-fonts.svg?snu4u2#OP2-fonts') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: 'OP2-fonts' !important;
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;

    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.container {
    width: 100%;
    /*max-width:1230px;*/
}
input, button
{
    -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
    border-radius: 0 !important;
}
body,h1, h2, h3, h4, h5, h6, p{
    margin: 0px;
    padding: 0px;
}
html, body, .container, .container .row, .container .row > div {
    height: 100%;
}
.dynamicheightLeft {
    height: 100%;
}
.dynamicheightRight {
    height: 100%;
    overflow-y: auto;
}
.admin-login-bg{
    /* background:url(../images/admin-login-bg.jpg);    */
    background-repeat: no-repeat;   
    background-size: cover;
    background-position: 0% 0%;   
}
.login-bg{
    background:url(../images/login-bg.jpg);   
    background-repeat: no-repeat;   
    background-size: cover;
    background-position: 0% 0%;
}
.signup-bg{
    background:url(../images/signup-bg.jpg);
    background-repeat: no-repeat;   
    background-size: cover;
    background-position: 0% 0%;
}
.error-hand-bg{
    background:url(../images/error-hand-bg.jpg); 
    background-repeat: no-repeat;   
    background-size: cover;
    background-position: 0% 0%;
}
.right-header{
    text-align: center;
    padding: 40px 0 70px 0;

}
.right-header img{width: 100%; max-width: 228px;}
.login-panel{
    /*margin: 0px 24px;
    height: 690px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;*/
}
.login-panel input[type=text], .login-panel input[type=password], .login-panel input[type=email] {
    font-size: 16px;
    color: #777777;
    border: 1px solid #cccccc;
    display: block;
    width: 100%;
    height: 40px;
    padding: 4px 14px;
    font-weight: lighter;
    border-radius: 5px;
    }
.txt-center{
    text-align: center;
    margin-top: 34px;
}    
.login {
    color: #fff;
    background-color: #f18d2b;
    background-image: none;
    border: 0;
    padding: 8px 40px 8px;
    font-size: 18px;
    line-height: 30px;
    margin: auto;
    cursor: pointer;
    width: 100%;
    height: 45px;
    border-radius: 5px;
    font-family: 'OpenSansBold';
    box-shadow: none;
    outline: none;
}
button.btn-primary.login:focus, button.btn-primary.disabled:focus
{   background-color: #f79548 !important;
    border:none !important;
    box-shadow: none;
    outline: none;
}
button.btn-primary.login:hover, .btn-primary:active{
    background-color: #e57100 !important;
}
button.btn-primary.disabled:hover, button.btn-primary.disabled
{   background-color: #f9d1aa !important;
    opacity: 1 !important;
}

input.btn-primary.login:focus, input.btn-primary.disabled:focus
{   background-color: #f79548 !important;
   border:none !important;
   box-shadow: none;
   outline: none;
}
input.btn-primary.login:hover, .btn-primary:active{
   background-color: #e57100 !important;
}
input.btn-primary.disabled:hover, input.btn-primary.disabled
{   background-color: #f9d1aa !important;
   opacity: 1 !important;
}

.panel-header{
    margin-bottom: 45px;
}
.panel-header span{
    font-size: 20px;
    margin-right: 24px;
}
.panel-header span a{
    color: #8d8d8d;
    text-decoration: none;
    font-family: 'OpenSansRegular';
}
.panel-header span a.login-anch{
    color: #098fd1;
    border-bottom: 2px solid #098fd1;
    padding-bottom: 5px;
    font-family: 'OpenSansSB';
}
.panel-header span a:hover{
    color: #098fd1;
    /*border-bottom: 2px solid #098fd1;*/
    padding-bottom: 5px;
   /* font-family: 'OpenSansRegular';*/
}
.forgot-password{
    margin-top: 43px;
}
.forgot-password a{
    color: #098fd1;
    border-bottom: 1px solid #098fd1;
    text-decoration: none;
    font-family: 'OpenSansRegular';
    font-size: 12px;
}
.remember-password a{
    color: #098fd1;
    border-bottom: 1px solid #098fd1;
    text-decoration: none;
    font-family: 'OpenSansRegular';
    font-size: 12px;
}
.remember-password{
    margin-top: 44px;
}
.footer-left .excel-logo{
    float: left;
}
.excel-logo{
    position: absolute;
    bottom: 30px;
    left: 30px;
}
.panel-header span a.signup-anch{
    color: #098fd1;
    border-bottom: 2px solid #098fd1;
    padding-bottom: 5px;
    font-family: 'OpenSansSB';
}
.panel-header h2 {
    font-size: 20px;
    color: #777777;
    margin-top: 3px;
    font-family: 'OpenSansRegular';
}
.panel-header p{
    font-size: 14px;
    color: #777777;
    padding: 23px 0 21px 0;
    font-family: 'OpenSansRegular';
}
.form-group{
     margin-bottom: 0px;
     margin-top: 33px;
}
.login-panel form{
    margin-top: 3px;position: relative;
}
form input:first-child{
    margin-top: 0px !important;
}
.panel-header span.check-email{
    color: #098fd1;
    font-size: 14px;
    margin-right: 0px;
}
.login-again{
    margin-top: 32px;
}
.login-again a{
    color: #098fd1;
    /* border-bottom: 1px solid #098fd1; */
    text-decoration: none;
}
.has-error .form-control{
    border-color: #d91e18 !important;
}
.form-horizontal .has-feedback .form-control-feedback{
    font-size: 20px;
    top:2px;
}
.tooltip{display: block!important;}
.tooltip.top{
    margin-top:5px; 
    margin-left: -52px;
}
.tooltip-inner{ 
    background:#d91e18 !important;
}
.tooltip.top .tooltip-arrow{ 
    border-top-color:#d91e18 !important;
    margin-left: 47px;
 }
 .form-horizontal .has-feedback .form-control-feedback{
    right: 20px;
    cursor: default !important;
    /*pointer-events: none!important*/
 }

label {
    display: inline-block;
    max-width: 100%;
    font-weight: 700;
    color: #777777;
    font-weight: 100;
    margin-top: 12px;
    margin-bottom: 4px;
    font-size: 12px;
    font-family: 'OpenSansRegular';
}
.button { 
    background-color: #ffffff;
    border-radius: 5px;
    border: 1px solid #098fd1;
    color: #098fd1;
    padding: 8px 28px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    box-shadow:none;
    outline:none;
}
.button:hover
{
    background-color:#F4F6F9 ;
}
.overlay{
    background-color: rgba(255, 255, 255, 0.8);
    width: 100%;
    position: absolute;
    z-index: 2;
    top: 47%;
    left: 0;
    overflow-x: auto;
    overflow: hidden;
    transition: .5s;
    direction: rtl;
}
.overlay-content{
    position: relative;
    top: 25%;
    width: 100%;
    margin-top: 32px;
    margin-bottom: 30px;
    max-width:526px;
    padding:0 80px 0 0;
}
.overlay-content h1{
    font-size: 30px;
    color: #333333;
    padding: 0 0 0 0;
    font-family: 'OpenSansRegular';
}
.overlay-content p{
    font-size: 16px;
    color: #333333;
    padding: 9px 0 0 0;
    font-family: 'OpenSansRegular';
}
.overlay-btn {
    margin: 29px 0 0 0;
    font-family: 'OpenSansRegular';
}
.mrb0{
    margin-bottom: 0px !important;
}
.glyphicon-remove-circle:before, .glyphicon.glyphicon-refresh-circle:before
{    font-family: 'OP2-fonts';
     font-size: 20px;
}
.has-success .form-control:focus{
    border: 1px solid #cccccc;
    box-shadow: none;
    border-color: #098fd1;  
    transition: none;
}
.glyphicon-remove-circle:before{
    content: "\e909";
}
.mt0{
    margin-top: 0px !important;
}
.mr0{
    margin: 0px !important;
}
.inner-content{
    max-width: 525px;
    margin: auto;
}
.form-group{ 
  position:relative; 
  margin-bottom:33px; 
}

a.terms{

    text-decoration: none;
    color: #777777;
}
a.terms:hover{
    color: #098fd1;
}
.form-group label {
  position:absolute;
  top:0px;
  left: 25px;
  transition:0.2s ease all; 
  -moz-transition:0.2s ease all; 
  -webkit-transition:0.2s ease all;
  background-color: #ffffff;
  color: #777777;
  padding-left: 2px;
  padding-right: 2px;
}

.btn-download{
    color: #098fd1;
    background-color: #ffffff;
    border: 1px solid #098fd1;
    font-size: 16px;
    font-family: 'OpenSansRegular';
    padding: 8px 28px;
    outline: none;
    text-decoration: none;
}

#registrationForm .list-inline li{width: 32%}
.mt20{
    margin-top: 20px !important;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .radio, .form-horizontal .radio-inline{
    padding-top: 0px;
}
.radio-inline{
    font-size: 12px;
}

input[type=checkbox], input[type=radio]{
    margin: 2px 7px 0 0;
    vertical-align: middle;
    top: 2px
}
/* active state */

.form-control:focus{
    box-shadow: none;
}

.form-group input:focus ~ label{
   top:-21px;
   color: #098fd1;
}

.form-group input ~ label{
    color: #777777;
}
.form-group.has-error input ~ label{
   color: #ff0000!important;
}
.form-group input:focus{
    border: 1px solid #098fd1;
}
input:-webkit-autofill,textarea:-webkit-autofill,select:-webkit-autofill{
    background-color: transparent!important;
}
.radio-btns{
    display: none;
}

.error-text{
    color: #c43a38;
    margin-bottom: 6px;
}
.message-container{
    position: absolute;
    top: 260px;
    padding-left: 20px;
    padding-right: 20px;
    /*padding-bottom: 10px;*/
}
.form-server-error{position: absolute; margin-top: -148px; z-index: 2; width: 100%;}
.inner-content #registrationForm{
    position: relative;
}

/*validation message css*/
.validation {
    position: relative;
    padding: 7px 10px;
    margin-top: -5px;
    margin-bottom: 5px;
}
.validation:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -7px;
    left: 9px;
}
.error-text-msg
{
    position: relative; 
    border: solid 1px #e5aaaa;
    background: #f2dede;
    color: #ba1616;
    padding: 10px 30px;  
    width: 100%;
    margin: 20px auto -17px auto;
    text-align: left;
  /*   border-radius: 5px; */
    font-size: 13px;
    cursor: text;
}
.error-text-msg:before
{
    content:url(../images/error_icon.png);
    display: inline-block;
    height: 15px;
    width: 14px;
    vertical-align: middle;
    margin-right: 6px;
    position: absolute;
    top: 12px;
    left: 10px;
}
/*.error-text-msg:after
{
    content:url(../images/error_close_icon.png);
    display: inline-block;
    height: 13px;
    width: 14px;
    float: right;
    cursor: pointer;
    position: absolute;
    top: 12px;
    right: 10px;
}*/
.close-icon {
    position: absolute;
    top: 12px;
    right: 10px;
    cursor: pointer;
}
.form-server-error{position: absolute; margin-top: -148px; z-index: 2; width: 100%;}
.right-header img{
    max-width: 228px;
}

.footer-text {
    position: absolute;
    right: 10px;
    bottom: 10px;
    left: 10px;
    padding: 4px 0 0px 0;
    border-top: 1px solid #e1e1e1;
    font-family: 'OpenSansRegular';
    text-align: center;
    color: #777777;
    float: left;
    width: 96%;
    font-size: 11px;
}
.visually-hidden {
  margin: -1px;
  padding: 0;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  clip: rect(0, 0, 0, 0);
  position: absolute;
}
.help-block
{
    height:0px;
    color:#ff0000!important;
}
/*validation message css end*/
@media screen and (min-width: 1024px) and (max-width: 1250px){
    #registrationForm .list-inline li:nth-child(2){position: relative;left: -10px}
    #registrationForm .radio-inline{padding-left: 15px;}
    #registrationForm .radio-inline input[type=radio] {margin-left: -15px;}
    #registrationForm input[type=radio] {margin: 2px 0 0;}
}

@media only screen and (max-width: 1200px){
    .footer-text{
       padding: 4px 0 4px 0;
       margin: 0px;
    }
    .login-panel{
        padding: 0px 10px;
    }


}




@media only screen and (max-width: 600px){
   .login-panel{
    padding: 0px;
   }

}


@media only screen and (max-height: 630px) {
.footer-text {
    position: relative;
    margin-top: 30px;
    width:100%;
    margin-left:-10px;
    margin-right:0px;
}
}
.publisher-popup{
	width: 650px;
    height: 450px;
    background: #f9f9f9;
    border: 1px solid #c9c9c9;
    left: 50%;
    top: 50%;
    margin-left: -325px;
    margin-top: -225px;
    position: fixed;
    z-index: 1041;
}
.scroll {
    padding: 20px 30px;
    overflow-x: scroll;
    max-height: 385px;
    overflow-x: hidden;
}
.widget-header {   background: #f7f7f7;
    color: #36393b;
    padding: 13px 0px 13px 20px;
    overflow: auto;
    border-bottom: solid 1px #e6e6e6;
}
.delete-icon-close {
    background: url(../images/popup_close_btn.png) no-repeat;
    height: 16px;
    width: 16px;
    display: block;
    cursor: pointer;
    margin-right: 10px;
    background-size: 12px;
    position: relative;
    top: 6px;
}
.float-left {float: left;}
.float-right {float: right;}
.publisher-popup-overlay {
	display:none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1040;
    background-color: black;
    opacity: 0.4;
    filter: alpha(opacity=40);
}
