﻿body.login-content_wu {
    background: #000000;
    text-align: center;
}

.m-b-15 {
    margin-bottom: 15px !important;
}

.w136 {
    width: 136px;
}

.w168 {
    width: 168px;
}

.full-width {
    width: 100% !important;
}

.cursor {
    cursor: pointer;
}

.right {
    float: right;
}

.left {
    float: left;
}

.relative {
    position: relative;
}

.no-border-bg {
    border: none;
    background: none;
}

.no-padding-left {
    padding-left: 0 !important;
}

.no-padding-right {
    padding-right: 0 !important;
}

.icon {
    color: #000;
    font-size: 18px;
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

.icon-input {
    height: 40px;
    float: left;
    width: 90%;
}

.warning-message {
    text-align: center;
    background: red;
    color: #fff;
    font-size: 16px;
    padding: 6px;
    font-weight: bold;
    text-transform: uppercase;
}

.print {
    margin-left:15px;
}

    .print button {
        font-size: 110%;
        text-transform: uppercase;
    }

#loadingMsg.loading {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background: #ffffff url('/img/loading.gif') 50% 50% no-repeat;
    background: rgba( 255, 255, 255, .8 ) url('/img/loading.gif') 50% 50% no-repeat;
}

    #loadingMsg.loading p {
        position: relative;
        z-index: 1000;
        height: 100%;
        width: 100%;
        text-align: center;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 20px;
        top: 50%;
    }
/* When the body has the loading class, we turn
   the scrollbar off with overflow:hidden */
body.loading {
    overflow: hidden;
}

    /* Anytime the body has the loading class, our
   modal element will be visible */
    body.loading .loading {
        display: block !important;
    }

div#uploadError1 {
    position: relative;
    left: 10px;
    color: red;
    font-weight: bold;
    text-transform: uppercase;
}
@media (min-width: 768px) {
    #calculatorModal .modal-dialog {
        width: 740px;
        margin: 30px auto;
    }
}
@media (max-width: 992px) {
    [data-current-skin="black"] .ha-menu {
        background: #000000;
    }

    .no-padding-sm {
        padding: 0;
    }
}

.login {
    background: #fff;
    box-shadow: 0 1px 11px rgba(0, 0, 0, 0.27);
    border-radius: 2px;
    width: 500px;
    display: inline-block;
    margin: 40px auto;
    vertical-align: middle;
    position: relative;
    padding: 40px 50px 15px;
}

    .login input.form-control {
        height: 40px;
        padding: 10px;
        font-size: 1.2rem;
    }

.login-content_wu {
    overflow: hidden;
    height: 100%;
}

.logged-as {
    padding-top: 25px;
}

.panel-body {
    padding: 15px 55px 30px !important;
}

#sofSection .panel-body {
    padding: 0 30px 15px !important;
}

#sofSection .control-label {
    padding-left: 0;
}

form.navbar-form.navbar-left {
    padding-top: 10px;
}

nav.navbar.navbar-default {
    background-color: #000;
    color: #FFC107 !important;
    min-height: 70px;
}

    nav.navbar.navbar-default a, nav.navbar.navbar-default a:hover {
        color: #FFC107 !important;
    }

.dropdown-menu:not([class*="bgm-"]) > li > a {
    color: #4C4C4C !important;
}

.navbar-brand {
    font-weight: bold;
    padding-top: 25px;
}

nav span.glyphicon {
    color: #FFC107;
    font-size: 150%;
}

.checkbox label,
.radio label {
    padding-left: 10px;
    position: relative;
}

.checkbox input,
.radio input {
    top: 0;
    left: 0;
    margin-left: 0 !important;
    z-index: 1;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
    margin-top: 0;
}

.checkbox .input-helper:before,
.radio .input-helper:before,
.checkbox .input-helper:after,
.radio .input-helper:after {
    -webkit-transition: all;
    -o-transition: all;
    transition: all;
    -webkit-transition-duration: 250ms;
    transition-duration: 250ms;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
    content: "";
}

.checkbox .input-helper:before,
.radio .input-helper:before {
    left: 0;
    border: 1px solid #ccc;
}

.checkbox.disabled,
.radio.disabled {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.checkbox input {
    width: 17px;
    height: 17px;
}

    .checkbox input:checked + .input-helper:before {
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }

    .checkbox input:checked + .input-helper:after {
        -webkit-transform: scale(1) rotate(-50deg);
        -ms-transform: scale(1) rotate(-50deg);
        -o-transform: scale(1) rotate(-50deg);
        transform: scale(1) rotate(-50deg);
        opacity: 1;
        filter: alpha(opacity=100);
    }

.checkbox .input-helper:before {
    top: 0;
    width: 17px;
    height: 17px;
}

.checkbox .input-helper:after {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transform: scale(0) rotate(80deg);
    -ms-transform: scale(0) rotate(80deg);
    -o-transform: scale(0) rotate(80deg);
    transform: scale(0) rotate(80deg);
    width: 22px;
    height: 9px;
    border-bottom: 2px solid #009688;
    border-left: 2px solid #009688;
    border-bottom-left-radius: 2px;
    left: -1px;
    top: 1px;
}

a:hover, a:focus, a:active {
    text-decoration: none;
}

#editCustomer.btn-float {
    right: -10px;
    top: -18px;
    z-index: 1;
}

.tm-icon {
    font-size: 24px;
    line-height: 36px;
}

p.c-gray.f-16 {
    position: relative;
    top: 8px;
}

.c-gray {
    color: #9e9e9e !important;
}

.f-16 {
    font-size: 16px !important;
}

.control-label {
    font-weight: normal;
}

.btn-primary, .btn-primary:hover {
    color: #000;
    background-color: #ffc107;
    border-color: #ffc107;
}

#homeMenu a:hover {
    text-decoration: none;
}

textarea {
    border: none !important;
    min-height: 100px !important;
}

.icon.input-group.fg-float {
    width: 43px;
    float: left;
    top: 22px;
    height: 34px;
}

label.control-label {
    font-size: 12px;
    color: #333;
    padding-left: 10px;
}


    label.control-label.input-lg {
        font-size: 17px;
    }

.form-control:disabled {
    color: #9d9d9d !important;
    background: transparent;
}

.form-control {
    border-bottom: solid 1px #808080;
    border-top: none;
    border-left: none;
    border-right: none;
    box-shadow: none;
    border-radius: 0;
    height: 30px;
}

input, .form-control {
    font-size: 18px !important;
    text-transform: uppercase;
}

.uppercase-unset{
    text-transform:unset !important;
}
select.form-control {
    padding: 4px 6px;
}

textarea.form-control.border {
    border: solid 1px #808080 !important;
}

.form-group {
    margin-bottom: 7px;
}

#associates .form-group, #familyMembers .form-group {
    margin-bottom: 15px;
}

.input {
    float: left;
    position: absolute;
    padding-left: 42px;
    width: 95%;
}

.panel-heading {
    background-color: #e6e6e6;
}

    .panel-heading .btn-float {
        right: 25px;
        bottom: -23px;
        z-index: 1;
    }

    .panel-heading h3 span {
        font-weight: bold;
        font-size: larger;
    }

.panel-title {
    padding: 15px 20px;
    color: #555;
    font-size: 20px;
}

    .panel-title a {
        font-weight: bold;
    }

    .panel-title h3 {
        font-size: 17px;
        padding-left: 15px;
        text-transform: uppercase;
    }

h3.panel-title a {
    font-size: 20px;
    padding: 5px 0;
}

.panel-body {
    padding: 15px 60px 30px;
}

.date .e-date-wrapper {
    font-size: 19px;
    width: 200px !important;
    border-top: none;
    border-left: none;
    border-right: none;
    margin-top: 5px;
    left: -35px;
}

.no-icon .e-date-wrapper {
    left: 0;
}

.e-float-input input, .e-float-input textarea, .e-float-input.e-control-wrapper input, .e-float-input.e-control-wrapper textarea {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0 !important;
    color: #000;
    border-bottom: 1px solid #808080 !important;
    height: 34px;
    line-height: 1.42857143;
}

.e-input-group:not(.e-success):not(.e-warning):not(.e-error), .e-input-group.e-control-wrapper:not(.e-success):not(.e-warning):not(.e-error) {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
}

.e-float-text {
    left: -40px !important;
}

    .e-float-text.no-icon {
        left: 0 !important;
    }

.no-icon .e-float-text {
    left: -10px !important;
}

label.e-float-text, .e-float-input label.e-float-text, .e-float-input.e-control-wrapper label.e-float-text, .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
    font-size: 16px;
}

label.e-float-text, .e-float-input label.e-float-text, .e-float-input.e-control-wrapper label.e-float-text, .e-float-input:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom, .e-float-input.e-control-wrapper:not(.e-input-focus) input:not(:focus):valid ~ label.e-float-text.e-label-bottom {
    padding-left: 20px;
}

    label.e-float-text.e-label-top {
        padding-left: 20px !important;
    }

    label.e-float-text.e-label-bottom {
        padding-left: 15px !important;
    }

.ejs-date span.e-input-group-icon.e-date-icon.e-icons {
    border-left: 0;
}

.e-input-group input.e-input, .e-input-group.e-control-wrapper input.e-input {
    left: 0;
}

.e-float-input input, .e-float-input.e-input-group input {
    border-radius: 0px;
}

    .e-input[disabled], .e-input-group .e-input[disabled], .e-input-group.e-control-wrapper .e-input[disabled], .e-input-group.e-disabled, .e-input-group.e-control-wrapper.e-disabled, .e-float-input input[disabled], .e-float-input.e-control-wrapper input[disabled], .e-float-input textarea[disabled], .e-float-input.e-control-wrapper textarea[disabled], .e-float-input.e-disabled, .e-float-input.e-control-wrapper.e-disabled {
        color: #9d9d9d !important;
        border: none;
        border-bottom: solid 1px #808080;
        background: transparent;
    }

span.input-group-addon {
    background: none;
    border: none;
    position: relative;
    left: -35px;
}

.input {
    font-size: 17px !important;
    text-transform: uppercase;
}

.input-group input, .input-group select, .input-group h4 {
    position: relative;
    left: -33px;
    color: #000;
}

.autocomplete span.e-input-group.e-control-wrapper.form-control.e-ddl {
    position: relative;
    left: -41px;
    border-top: none;
    border-right: none;
    border-left: none;
}


.input-lg {
    padding: 10px 0px;
}

h4 label.control-label {
    font-size: 18px;
}

.m-btn {
    bottom: 125px;
    right: 36px;
}

.e-toolbar, .e-toolbar .e-toolbar-items {
    background: transparent !important;
}

    .e-toolbar .e-toolbar-items {
        float: right;
    }

.e-grid {
    border: none !important;
}

    .e-grid .e-row {
        background-color: #f4f4f4;
        cursor: pointer;
    }

        .e-grid .e-row.e-altrow {
            background-color: #fff;
        }

    .e-grid .e-rowcell {
        white-space: normal !important;
        font-size: 13px !important;
        text-transform: uppercase;
        border-color: none !important;
    }

    .e-grid .e-gridheader, .e-grid .e-gridcontent, .e-grid .e-pager {
        padding: 0 15px;
        border: none !important;
    }

    .e-grid .e-pager {
        padding: 10px 0;
    }

    .e-grid .e-headercell, .e-grid .e-detailheadercell {
        text-transform: uppercase !important;
    }

#enteredCustomer p {
    margin-bottom: 0px;
    font-size: 14px;
}

.ejs-date {
    border: none !important;
}

.e-datepicker {
    border: none !important;
    border-bottom-color: currentcolor !important;
    border-bottom-style: none !important;
    border-bottom-width: medium !important;
    font-size: 18px !important;
    border-bottom: solid 1px !important;
    border-radius: 0px !important;
}

.e-popup-open {
    min-height: 100px;
    height: auto;
}

#familyMembers .e-datepicker, #associates .e-datepicker {
    font-size: 17px !important;
}

#familyMembers hr, #associates hr {
    border-color: #000;
}

#familyMembers h5, #associates h5 {
    font-size: 130%;
}

.validation-invalid {
    border: solid 1px #a94442 !important;
    background-color: #f9dbdb !important;
}

.no-valid-warning .glyphicon-alert:before {
    color: red;
    font-size: 139px;
}

#createInputFile #customer_file_type_ctrl {
    margin-top: 5px;
}

#TxtRentAddress, #customer_street_local {
    font-size: 18px;
    color: #000;
}

.amount .value {
    text-align: right;
    float: right;
    padding-right: 20px;
}

.swal2-content ul {
    padding-left: 0;
}

    .swal2-content ul li {
        list-style: none;
        text-align: center;
        padding-left: 0px;
        font-size: 0.9em;
        max-width: 360px;
        margin: 0 auto 6px;
    }

.swal2-icon.swal2-warning {
    border-color: rgba(244, 67, 54, 0.7) !important;
    color: rgba(244, 67, 54, 0.7) !important;
}

#newTransaction label.fg-label {
    margin-top: 11px;
    margin-bottom: 0;
}

#newTransaction .panel-body {
    padding: 0 5px !important;
}
