@charset "utf-8";
/* CSS Document */
body {
    background: none repeat scroll 0 0 #B6B7BC;
    color: #696969;
    font-family: "Helvetica Neue", "Lucida Grande", "Segoe UI", Arial, Helvetica, Verdana, sans-serif;
    font-size: 0.8em;
    margin: 0;
    padding: 0;
}

.page_login {
    background: none repeat scroll 0 0 #FFFFFF;
    margin: 0 auto;
    width: 90%;
}

.page {
    background-color: #FFFFFF;
    border: 1px solid #496077;
    margin: 20px auto 0;
    min-height: 420px;
    width: 90%;
}

#login-error {
    color: red;
    float: left;
    margin: 0;
}

.main {
    margin: 0px 8px 0px 0;
    min-height: 420px;
    padding: 0 12px;
}

.selectInputBox {
    background-color: #E6E4E4;
    border: 1px solid #B1B1B1;
    border-radius: 5px 5px 5px 5px;
    color: #000000;
    float: left;
    font-family: Century Gothic;
    font-size: 12px;
    height: 18px;
    margin-bottom: 2px;
    margin-top: 2px;
    padding: 0 0 7px 10px;
    width: 142px;
}

select.combobox {
    background: none repeat scroll 0 0 #E6E4E4;
    border: 1px solid #B1B1B1;
    border-radius: 5px 5px 5px 5px;
    font-family: century gothic;
    font-size: 12px;
    height: 28px !important;
    margin-bottom: 2px;
    padding: 4px;
    width: 150px;
}

.clear {
    clear: both;
}

.login_main_container {
    float: left;
    text-align: center;
    width: 30%;
    margin-top: 18px;
}

.login_right_content {
    float: right;
    width: 60%;
}

h2, h3 {
    font-variant: small-caps;
    margin-bottom: 0;
    color: #666666;
    text-transform: none;
}

.login_right_content p {
    line-height: 1.6em;
    margin-bottom: 10px;
}

h2.loginheading {
    font-size: 1.5em;
    font-weight: bold;
}

.logininstruct {
    font-size: 1.2em;

    font-weight: 400;
}

.footer_page {
    color: #4E5766;
    line-height: normal;
    margin: 0 auto;
    padding: 5px 0 0;
    text-align: center;
    width: 90%;
    height: 50px;
    background: #Fff;
    border: 1px solid #496077;
}

.footer {
    margin-top: 15px
}

.btn {
    display: inline-block;
    *display: inline;
    padding: 0 12px 3px;
    margin-bottom: 0;
    *margin-left: .3em;
    font-size: 13px;
    line-height: 20px;
    color: #333333;
    text-align: center;

    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    *background-color: #e6e6e6;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    *border: 0;
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    outline: none !important;
    /* font-weight:bold;*/
    font-family: segoe ui;
    height: 28px;
}

.btn:hover {
    background-image: -moz-linear-gradient(top, #ffffff, #003399);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#003399));
    background-image: -webkit-linear-gradient(top, #ffffff, #003399);
    background-image: -o-linear-gradient(top, #ffffff, #003399);
    background-image: linear-gradient(to bottom, #ffffff, #003399);
    color: #FFF;

}

#loader {
    width: 100px;
    position: fixed;
    height: 100px;
    top: 30%;
    left: 29%;
    background: url(/theme/img/luxvisioncare/loader.gif) 50% 50% no-repeat;
    z-index: 9999;
}

.loader_small {
    background: url(/theme/img/luxvisioncare/separator.gif);
    width: 16px;
    height: 16px
}

#overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 10;
    background-color: rgba(0, 0, 0, 0.2);
    1 display: none
}

/*input[type="button"]::-moz-focus-inner {
  border: 0;
}*/