body.login {
    background: url(../images/ac.png) no-repeat left bottom fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

/* ----- Login Page ----- */
.login .logo {
    /*text-align: center;*/
    /* padding: 15px; */
    /*margin: -25px -30px 15px;*/
}

.login .logo img {
    max-width: 350px;
}

.form-signin {
    /* padding: 70px 70px 70px; */
    /* min-height: 100vh; */
    margin: 7% 6%;
}

.no-padding-left {
    padding-left: 0px;
}

.form-signin h1 {
    /*font-size: 28px;*/
    color: #888;
}

.form-signin .sub {
    margin-top: 40px;
}

.form-register {
    max-width: 800px !important;
}

.form-signin .small {
    text-align: center;
    color: #888;
    margin-top: 20px;
}

.form-signin.slidein {
    opacity: 1;
    margin: 8% auto 0;
    -webkit-transition: all 800ms cubic-bezier(0.655, -0.02, 0.32, 1.03) 400ms;
    -moz-transition: all 800ms cubic-bezier(0.655, -0.02, 0.32, 1.03) 400ms;
    -o-transition: all 800ms cubic-bezier(0.655, -0.02, 0.32, 1.03) 400ms;
    transition: all 800ms cubic-bezier(0.655, -0.02, 0.32, 1.03) 400ms;
}

.login .fileUpload.btn.btn-primary {
    width: auto !important;
}

/*.login input.form-control {
    padding: 0 10px;
    border: 0;
    font-family: Arial;
    font-size: 14px;
    font-weight: 300;
    background: transparent;
}

.login label {
    padding-left: 2px;
    padding: 8px 10px 0px;
    margin-bottom: 0px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}*/

.login .btn-primary {
    /* width: 100%; */
    /* border: 0px; */
    /* line-height: 22px; */
    /* text-transform: uppercase; */
    /* font-size: 10pt; */
    /* font-weight: 300; */
    /* -webkit-font-smoothing: antialiased; */
    -moz-osx-font-smoothing: grayscale;
    padding: 3px 30px;
}

.login .btn-success {
    width: 100%;
}

.login hr {
    margin: 5px 0 15px;
}

.login div.forgotpassword {
    text-align: right;
    padding: 5px;
    float: right;
    /* vertical-align: sub; */
}

.login .forgotpassword a {
    font-size: 10px;
    /* -webkit-font-smoothing: antialiased; */
    font-family: "open sans";
    text-transform: uppercase;
    font-weight: 600;
}

.login #error {
    background: #ed5564;
    color: #FFF;
    font-weight: 600;
    font-size: 12px;
    /*display: none;*/
    padding: 10px 5px;
    margin: 10px 0 20px;
    text-align: center;
    border-radius: 2px;
    font-family: "Open Sans";
}

.login .forgotpass-info,
.login .forgotpass-success {
    color: #444;
    font-weight: 400;
    padding: 10px;
    margin: 10px 0 20px;
    text-align: center;
    background: #e5e9ec !important;
    border-radius: 2px;
    border: 1px solid #C9CFDA;
    font-size: 12px;
}

.login .forgotpass-success {
    background: #43AC6E;
}

@media (max-width: 767px) {
    body.login {
        background: #FFFFFF;
    }
    .form-signin {
        margin-top: 0px;
    }
}

.login .header {
    text-align: center;
    color: #888;
}
/* ----- Login Page Styles End  ----- */

.form-signin {
    background: #fff;
    border: 1px solid #ffffff;
    padding: 50px;
    border-radius: 25px;
}

.login .logo,
#login .logo {
    background: none !important;
}

.modal-open #login .logo {
    margin-bottom: 20px;
    text-align: center;
}

/* 2.5.0 From Layout */
/*.form-group {
    border: 1px solid #C9CFDA;
    border-radius: 2px;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
    min-height: 55px;
}

.form-group label {
    padding: 7px 10px 0px;
    margin-bottom: 0px;
    color: #4A4A4A;
    font-weight: 700;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.form-group input.form-control,
.form-group textarea.form-control {
    padding: 0 10px;
    background-color: transparent;
    border: 0;
    height: 25px;
    line-height: 25px;
    margin-bottom: 2px;
    color: #333;
}

.form-group textarea.form-control {
    height: 40px;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    box-shadow: none;
}

.form-group.focus label,
.form-group.filled label {
    color: #A4A5A9;
}

.form-group.focus {
    background: #f0f0f0;
    border-color: #C9CFDA;
}

.form-group.has-error {
    border-color: rgba(237, 85, 100, 0.64);
}

.has-error .form-control,
.has-error .form-control:focus {
    box-shadow: none;
}

.fileUpload {
    margin-left: 0;
    margin-top: -18px;
}*/

.btn {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.input-group-addon {
    text-align: center;
    border: 0;
    background: inherit;
    border-left: 5px solid rgba(255, 255, 255, 0);
    font-weight: 600;
    font-size: 13px;
    padding: 0px 8px 0 5px;
    border-radius: 0px 3px 3px 0px !important;
    background: rgba(201, 207, 218, 0.58);
    color: #82868c;
}

.focus .input-group-addon {
    background: #e4e4e4;
}

.input-group-addon--right {
    padding: 2px 7px 0 8px;
    border-radius: 3px 0px 0px 3px !important;
}

.chosen-container {
    font-size: 14px;
}

.formcontrol.chosen-select {
    display: none;
}

.chosen-container-single .chosen-single {
    padding: 0 0 0 10px;
    height: inherit;
    border: 1px solid rgba(222, 222, 222, 0) !important;
    border-radius: 2px;
    line-height: inherit;
    color: inherit;
    outline: none;
}

.chosen-container .chosen-drop {
    border: 1px solid rgba(0, 0, 0, 0.16);
    line-height: 35px;
    -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
    box-shadow: 0 4px 5px rgba(0, 0, 0, .15);
}

.chosen-container-single .chosen-drop {
    margin-top: 7px;
}

.chosen-container-single .chosen-search {
    margin: 5px 10px 0;
}

.chosen-container-single .chosen-single div {
    right: 5px;
}

.chosen-container-single .chosen-single div b {
    background: none;
}

.chosen-container-single .chosen-single div b:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f123";
    font-size: 14px;
    vertical-align: middle;
    color: #4E4E4E;
}

.chosen-container .chosen-results {
    margin: 10px 0;
    padding: 0 10px;
}

.chosen-container .chosen-results li.active-result {
    border-radius: 2px;
}

.chosen-container .chosen-results li.result-selected {
    background: #F0F0F0;
}

.chosen-container.chosen-container-multi .chosen-results li.result-selected {
    background: none;
}

.chosen-container .chosen-results li.active-result.highlighted {
    background: #F0F0F0 !important;
    color: #4E4E4E;
}

.chosen-container-multi .chosen-choices {
    background-image: none;
    background: transparent;
    border: 0;
    font-size: 12px;
    box-shadow: 0;
    line-height: inherit;
    padding: 0px 9px;
}

.chosen-container-multi .chosen-choices li.search-choice {
    color: #FFF;
    font-size: 11px;
    font-weight: 600;
    border: 0;
    border-radius: 2px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
    background-image: none;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:before {
    display: inline-block;
    font-family: "Ionicons";
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    text-rendering: auto;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f129";
    font-size: 11px;
    color: #fff;
}

.accesslist input.labelauty+label,
.form-group input.labelauty+label,
.accesslist input.labelauty+label,
.form-group input.labelauty+label {
    background-color: transparent;
    background: none;
    color: #666;
}

input.labelauty:checked:not([disabled])+label:hover,
input.labelauty:checked+label {
    background-color: transparent;
    background: none;
    color: #2a8e53;
    font-weight: 600;
}

input.labelauty:not(:checked):not([disabled])+label:hover {
    background-color: #f0f0f0;
    /*border-radius: 0;*/
    color: #444;
}

input.labelauty+label>span.labelauty-unchecked,
input.labelauty+label>span.labelauty-checked {
    overflow: hidden;
    text-overflow: ellipsis;
    width: 92%;
    white-space: nowrap;
}

.ui-slider {
    background-color: #F0F0F0;
}

.slider-group {
    padding-left: 0px;
    padding-top: 3px;
    margin: 5px 20px 5px 10px;
}

.ui-slider .ui-slider-handle {
    width: 9px;
    height: 15px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -4px;
    margin-left: 0px;
}

.checkbox-attached {
    margin-top: -21px;
    padding: 5px 10px;
    border: 1px solid #c9cfda;
    border-radius: 2px;
    background: rgba(224, 227, 234, 0.38);
    margin-bottom: 20px;
}

.form-group .note-editor {
    border: 0;
    margin: 6px 0 -6px;
    border-top: 1px solid rgb(222, 222, 222);
}

.form-group .cke {
    border-left: 0;
    border-right: 0;
    margin: 6px 0 -8px;
}

.note-editor .btn-sm,
.note-editor .btn-xs {
    height: 29px;
}

.note-editor .note-icon-caret {
    margin-left: 5px;
}

.login .forgotpass-info,
.login .forgotpass-success {
    color: #fff;
    font-weight: 400;
    padding: 10px;
    background: #107ed4 !important;
    border-radius: 2px;
    border: 0px solid #C9CFDA;
    font-size: 12px;
}

form .row {
    margin-bottom: 0;
}


.balance-div {
    display: inline-block;
    line-height: 50px;
    vertical-align: middle;
    font-weight: 600;
    color: #ffffff;
}