﻿hr, img {    border: 0;}
.fieldset, body, figure {margin: 0;}
.img-thumbnail, table {    max-width: 100%;}
html {font-family: sans-serif;    -ms-text-size-adjust: 100%;    -webkit-text-size-adjust: 100%;}
a {background: 0 0;}
a:active, a:hover {outline: 0;}
img {    vertical-align: middle;}
button, input, optgroup, select, textarea {    color: inherit;    font: inherit;    margin: 0;}
button, html input[type=button], input[type=reset], input[type=submit] {    -webkit-appearance: button;    font-size: .85em;    cursor: pointer;    margin-bottom: 0.5px;}
table {    border-collapse: collapse;    border-spacing: 0;}
td, th {    padding: 0;}
.btn, .btn-danger.active, .btn-danger:active, .btn-default.active, .btn-default:active, .btn-info.active, .btn-info:active, .btn-primary.active, .btn-primary:active, .btn-success.active, .btn-success:active, .btn-warning.active, .btn-warning:active, .btn.active, .btn:active, .dropdown-menu > .disabled > a:focus, .dropdown-menu > .disabled > a:hover, .form-control, .open .dropdown-toggle.btn-danger, .open .dropdown-toggle.btn-default, .open .dropdown-toggle.btn-info, .open .dropdown-toggle.btn-primary, .open .dropdown-toggle.btn-success, .open .dropdown-toggle.btn-warning {
    background-image: none;}
*, :after, :before {    -webkit-box-sizing: border-box;    -moz-box-sizing: border-box;    box-sizing: border-box;}
html {    font-size: 62.5%;    -webkit-tap-highlight-color: transparent;}
body {    font-family: Verdana, Arial, sans-serif;    font-size: 13px;    line-height: 1.428571429;    color: #4d4d4d;    -webkit-font-smoothing: antialiased;    font-smoothing: antialiased;}
button, input, select, textarea {    font-family: inherit;    font-size: inherit;    line-height: inherit;}
a {    color: #4f8edc;    text-decoration: none;}
a:focus, a:hover {    color: #4f8edc;    text-decoration: underline;}
.img-responsive {    display: block;    max-width: 100%;    height: auto;}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: 'Source Sans Pro', 'Segoe UI', 'Droid Sans', Tahoma, Arial, sans-serif;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    line-height: 1.42;
    color: #000;
}
.h1, .h2, .h3, h1, h2, h3 {
    margin-bottom: 10px;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.h2, h2 {
    font-size: 33px;
}
.h5, h5 {
    font-size: 14px;
}
.text-center {
    text-align: center;
}
pre code, table {
    background-color: transparent;
}
.btn-block, .form-control, .table, input[type=button].btn-block, input[type=reset].btn-block, input[type=submit].btn-block, legend {
    width: 100%;
}
fieldset, legend {
    padding: 0;
    border: 0;
}
fieldset {
    margin: 0;
    min-width: 0;
}
label {
    display: inline-block;
}
.form-control, output {
    line-height: 1.428571429;
    color: #4d4d4d;
    display: block;
}
input[type=range] {
    display: block;
    width: 100%;
}
.form-control {
    font-size: 12px;
    background-color: #fff;
    border: 1px solid #d2d3d6;
    border-radius: 3px;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.fade {
    opacity: 0;
    -webkit-transition: opacity .15s linear;
    transition: opacity .15s linear;
}
.modal, .modal-backdrop {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.modal {
    display: none;
    overflow: auto;
    overflow-y: scroll;
    position: fixed;
    z-index: 1050;
    -webkit-overflow-scrolling: touch;
    outline: 0;
}
.modal-dialog {
    position: relative;
    width: auto;
    margin: 10px;
}
@media (min-width: 768px){
.modal-dialog {
    width: 600px;
    margin: 30px auto;
    left: inherit;
}
}
.modal-content {
    position: relative;
    background-color: #f0f0f0;
    border: 1px solid #fff;
    border: 5px solid rgba(255, 255, 255, 1);
    border-radius: 4px;
    -webkit-box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    box-shadow: 0 3px 9px rgb(0 0 0 / 50%);
    outline: 0;
}
@media (min-width: 768px){
.modal-content {
    -webkit-box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
    box-shadow: 0 5px 15px rgb(0 0 0 / 50%);
}
}
.modal-header {
    padding: 2px 15px;
}
.modal-body .modal-header, .modal-header {
    border-bottom: 1px solid #e5e5e5;
    min-height: 16.43px;
}
.modal-header .close {
    margin-top: -2px;
    position: absolute;
    right: 2px;
    top: 2px;
}
.modal-body {
    position: relative;
    padding: 5px 10px 10px;
}

.modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0;
}

.form-horizontal .form-group {
    margin-left: -10px;
    margin-right: -10px;
}
.form-horizontal .checkbox, .form-horizontal .checkbox-inline, .form-horizontal .control-label, .form-horizontal .radio, .form-horizontal .radio-inline {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
}

@media (min-width: 768px){
.form-horizontal .control-label {
    text-align: right;
}
}


.alert-danger {
    background-color: #fdf2f2;
    border-color: #f29797;
    color: #a81515;
}
.fa, body {
    font-weight: 400;
}
label {
    margin-bottom: 0;
    font-weight: 400;
}
.form-control {
    height: 28px;
    padding: 5px 9px;
    -webkit-box-shadow: inset 0 1px 0 rgba(0, 0, 0, .015) !important;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, .015) !important;
}
.form-group {
    margin-bottom: 5px;
}
.btn-inverse-alt:focus, .btn-inverse-alt:hover, button:hover, button:focus, input[type=button]:hover, input[type=button]:focus, input[type=submit]:hover, input[type=submit]:focus {
    background: #E5EDF4;
}
body {
    padding-top: 40px;
}
.loginBody{background-color:#ffffff;/*background-image: url(/content/images/splash.jpg);*/padding:0;background:linear-gradient(#5e87b1, rgba(210, 210, 210, 0.6));background-attachment:fixed;background-position:center;background-repeat:no-repeat;
    background-size:cover;height:100%!important;overflow:auto!important}

    .loginBody .login-wrapper {
        max-width: 450px;
        margin: 0px auto;
        padding: 10px;
        position: relative;
        border: 1px solid #afbdd2;
        border-radius: 15px;
        background-color: rgba(255, 255, 255, 0.4);
        -webkit-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.2);
        -moz-box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.2);
        box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.2);
    }

        .loginBody .login-wrapper > .login-form-wrap { width:100%; float:right;
            background-color: rgba(255,255,255,0.9);
            padding: 40px 40px;
            position: relative;
            /*border: 1px solid #c9e4ef;*/
        }
        .login-hero{padding:80px 30px; overflow:hidden;background-image: url(/content/assets/demo/images/bg-16.jpg); background-size:cover; position:relative;}
        .login-hero-features{position:relative;}
        .login-hero-features h2{font-weight:bold; color:#ffffff; margin-bottom:0; text-transform:uppercase;}
        .login-hero-features h5.tagline{font-weight:normal; color:#ffffff; padding-bottom:20px; margin-bottom:30px; position:relative; margin-top:0; letter-spacing:1px;}
        .login-hero-features h5.tagline:after{content:""; position:absolute; left:0; bottom:0; width:100px; height:2px; background-color:#85c744; }
        .login-hero-features ul{padding-left:0;}
        .login-hero-features ul li{margin:20px 0; font-size:1.4rem; color:#ffffff; list-style:none; padding-left:40px; position:relative; text-shadow:1px 1px 4px #292929;}
        .login-hero-features ul li span.icon{position:absolute; left:0;}
        .login-hero-features ul li span img{width:20px;}
        /*.login-hero-features ul li span{color:#85c744;}*/
        .login-hero .overlay{position:absolute; left:0; top:0; right:0; bottom:0; background-color:rgba(0,0,0,0.7);}
    /*background: url(/content/images/saprator-vert.png) left top no-repeat}*/
    .loginBody .brand {
        display: block;
    }

        /*.loginBody .brand img {display: inline-block; width:250px; height:49px;max-width: 250px;}*/
        .loginBody .brand img {display: inline-block; max-width: 250px;}

.login h4.login-title {
    text-align: center;
    margin-bottom: 30px;
}

#loginForm .form-group {
    margin-bottom: 15px;
}

#loginForm .form-horizontal .control-label {
    text-align: left;
}

#loginForm .form-horizontal .form-control {
    max-width: 100%;
}

#loginForm .btn {
    padding: 5px 20px;
    font-size: 14px;
    border-color: #aeafb1;
}

.login-footer {
    position: absolute;
    bottom: 20px;
    left: 0;
    right: 0;
    text-align: center;
}

@media (max-width: 767px) {
    .loginBody .panel {
        width: 320px;
    }

    .loginBody .login-wrapper {
        float: none;
        background: 0 0;
    }
}

.nicescroll-rails {
    width: 6px !important;
    margin: 1px 0 !important;
    border-radius: 1px !important;
}

.nicescroll-rails > div {
    opacity: .2 !important;
    filter: alpha(opacity=20) !important;
    border: none !important;
    width: 6px !important;
    border-radius: 1px !important;
}
.jqx-dropdownlist-state-normal {
    height: 22px;
}
#msform {
    width: 460px;
    padding: 100px 0 30px;
    text-align: center;
    position: relative;
    margin: 0 auto;
}

#msform fieldset {
    background: white;
    border: 8px solid rgb(231, 238, 245);
    border-radius: 15px;
    padding:30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    box-shadow: 0 0 15px 1px rgb(96, 144, 195);
    /*stacking fieldsets above each other*/
    position: relative;
}
#msform fieldset:not(:first-of-type) {
    display: none;
}

/*inputs*/
#msform .form-group {
    text-align: left;
}

#msform label {
    margin: 10px 0 5px;
}

#msform input[type="text"], /*#msform  input[type="textarea"],*/
#msform input[type="password"] {
    border-radius: 3px;
    height: 32px;
}
#msform .action-button {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: #ffffff;
    border: 0 none;
    border-radius: 2px;
    cursor: pointer;
    padding: 10px 5px;
    margin: 10px 5px 0px;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
}

#msform #btnSearch,#FrmLoginUI_btnStoreSearch {
    border-radius: 2px;
    font-size: 1em;
}

#msform .action-button:hover, #msform .action-button:focus,#msform .action-button:active {border:none; outline:none;
    box-shadow: 0 0 0 2px white, 0 0 0 3px #27AE60;
}
.btn:hover,.btn:focus,.btn:active{outline:none;}
.fs-title {
    font-size: 1.15em;
    color: #27AE60;
    margin: 20px 0 10px;
    letter-spacing: 1px;
    font-weight: 600;
}

.reset-password {
    text-align: center;
    border-top: 1px solid #e7eef5;
    padding-top: 10px;
}

.reset-password a label {
    background-color: #eaf9f0;
    color: #19a253;
    padding: 4px 10px;
    border-radius: 10px;
}
.reset-password-form label {
    margin-bottom: 5px !important;
}
#resetPasswordModal .modal-dialog {
    max-width: 400px;
}
#resetPasswordModal .modal-content {
    background: #ffffff;
    border: 8px solid rgb(231, 238, 245);
    border-radius: 15px;
    padding: 20px 30px;
    box-sizing: border-box;
    width: 100%;
    margin: 0;
    box-shadow:0 0 5px 0px rgb(35 70 107);
    position: relative;
}
#resetPasswordModal .modal-footer {
    border-top: 0;
    padding: 0;
    margin-top: 0;
}
#resetPasswordModal .modal-footer .btn-save {
    width: 100px;
    background: #27AE60;
    font-weight: bold;
    color: #ffffff;
    border: 0 none;
    border-radius: 2px;
    cursor: pointer;
    padding: 7px 5px;
    margin: 1px;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
}
#resetPasswordModal .modal-footer .btn-cancel {
    width: 100px;
    background: #668cb1;
    font-weight: bold;
    color: #ffffff;
    border: 0 none;
    border-radius: 2px;
    cursor: pointer;
    padding: 7px 5px;
    margin: 1px;
    font-size: 1em;
    font-family: 'Montserrat', sans-serif;
}
.demo-guide{width:auto!important;text-align:left;white-space:nowrap;padding:0;position:absolute;top:3px;left:3px}
.mb-0{margin-bottom:0!important}
.m-0{margin:0!important}
.p-0{padding:0!important}
@media (max-width: 767.98px){
#msform{padding:15px}
}
