/*GLOBAL STYLE*/
* {
    font-family: 'Roboto';
}

html, body, .wrapper {
    overflow-x: hidden !important;
}

body.modal-open {
    padding-right: 0px !important;
}

.txt-align-right {
    text-align: right;
}

.txt-align-center {
    text-align: center;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.nowrap {
    white-space: nowrap;
}

.margin-l-5 {
    margin-left: 5px;
}

.margin-t-5 {
    margin-top: 5px;
}

.margin-t-10 {
    margin-top: 10px;
}

.margin-b-15 {
    margin-bottom: 15px;
}

.margin-b-0 {
    margin-bottom: 0px;
}

.w-half {
    width: 50%;
}

.w-third {
    width: 33.33%;
}

.w-two-third {
    width: 66.66%;
}

.content-wrapper {
    min-height: 89.8vh;
}

.error-mssg-wrap {
    width: auto;
    height: auto;
}

.error-mssg-wrap .alert {
    margin: 20px;
}

.red {
    color: #DD4B39;
}

.red:hover {
    color: #e57566;
}

.red:focus, .red:active {
    color: #c43421;
}

.green {
    color: #00A65A;
}

.green:hover {
    color: rgba(0, 166, 90, 0.7);
}

.green:focus, .green:active {
    color: #008046;
}

#settings-form input[type="radio"] {
    width: 30px;
    padding-right: 10px;
    /*z-index: 100;*/
}

#logo {
    height: 50px;
    padding-top: 10px;
    padding-bottom: 5px;
    width: auto;
}

#logo-small {
    display: inline-block;
    width: 100%;
    heght: auto;
    padding: 10px 10px 5px 10px;
}

#welcome-logo {
    width: 100%;
    height: auto;
}

.footer-info {
    visibility: hidden;
}

.fa.fa-info {
    padding-right: 10px;
}

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    margin: 0 !important;
}

input[type='number'] {
    -moz-appearance: textfield;
}

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.select2.select2-container.select2-container--default {
    width: 100%;
}

/*za mozilu*/
textarea {
    resize: vertical;
}

/*bootstrap override*/
.form-group {
    overflow: auto;
    height: 100%;
}

.form-select {
    width: 100%;
}

.form-control.has-error {
    border-color: #dd4b39;
    box-shadow: none;
}

select {
    -moz-appearance: none;
}

/*pace loading*/
.pace {
    -webkit-pointer-events: none;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
}

.pace-inactive {
    display: none;
}

.pace .pace-progress {
    background: #ffffff;
    position: fixed;
    z-index: 2000;
    top: 0;
    right: 100%;
    width: 100%;
    height: 2px;
}

/* MODALS */
.modal-danger .btn-outline.inverse {
    color: #D33724 !important;
    background: #fff;
}

.modal-danger .btn-outline.inverse:hover {
    background: #f2f2f2;
    color: #ae2e1e;
    border-color: #f2f2f2;
}

.modal-danger .modal-body a {
    color: #fff;
    text-decoration: underline;
}

.modal-danger .modal-body a:hover {
    opacity: 0.8;
}

.modal-success .btn-outline.inverse {
    color: #00A65A !important;
    background: #fff;
}

.modal-success .btn-outline.inverse:hover {
    background: #f2f2f2;
    color: rgba(0, 166, 90, 0.5);
    border-color: #f2f2f2;
}

.modal-success .modal-body a {
    color: #fff;
    text-decoration: underline;
}

.modal-success .modal-body a:hover {
    opacity: 0.8;
}

#dialog-btn-yes.btn-outline {
    color: #D33724;
    background: #fff;
}

#dialog-btn-yes.btn-outline:hover {
    background: #f2f2f2;
    color: #ae2e1e;
    border-color: #f2f2f2;
}

#placeholders-info ul {
    font-size: 0.9em;
    list-style-type: none;
    padding-left: 20px;
}

/*tooltips*/
.gray-tooltip + .tooltip > .tooltip-inner {
    background-color: #1a2226;
}

.gray-tooltip + .tooltip > .tooltip-arrow {
    border-bottom-color: #1a2226;
}

/*pagination*/
.pagination {
    margin-top: 0px;
    margin-bottom: 0px;
}

.pagination li {
    display: inline-block;
    float: left;
    width: auto;
    height: 100%;
}

.pagination li a:focus {
    background: #fafafa;
    color: #666;
}

#pagination li a:active {
    background: #fafafa;
    color: #666;
}

.pagination li a.active {
    cursor: default;
    background: #3C8DBC;
    color: #fff;
    border-top: 1px solid #3C8DBC;
    border-bottom: 1px solid #3C8DBC;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.pagination li a.active:hover {
    cursor: default;
    background: #3C8DBC;
    color: #fff;
    border-top: 1px solid #3C8DBC;
    border-bottom: 1px solid #3C8DBC;
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.pagination li a[disabled] {
    cursor: not-allowed;
    color: #666;
    background: #fafafa;
}

.pagination > .active > a {
    background: #3C8DBC;
    color: #fff;
    /*border: 1px solid #ddd;*/
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.pagination > .active > a:focus, .pagination > .active > a:hover {
    background: #3C8DBC;
    color: #fff;
    /*border: 1px solid #ddd;*/
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.pagination > .active > span {
    background: #3C8DBC;
    color: #fff;
    /*border: 1px solid #ddd;*/
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #3C8DBC;
    color: #fff;
    /*border: 1px solid #ddd;*/
    box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.2);
}

.bootstrap-original.alert {
    padding: 15px !important;
    margin-bottom: 20px !important;
    border: 1px solid transparent !important;
    border-radius: 4px;
}

.bootstrap-original.alert.alert-info {
    color: #31708f !important;
    background-color: #d9edf7 !important;
    border-color: #bce8f1 !important;
}

.bootstrap-original.alert-warning {
    color: #8a6d3b !important;
    background-color: #fcf8e3 !important;
    border-color: #faebcc !important;
}

.bootstrap-original.alert-success {
    color: #3c763d !important;
    background-color: #dff0d8 !important;
    border-color: #d6e9c6 !important;
}

.bootstrap-original.alert-danger {
    color: #a94442 !important;
    background-color: #f2dede !important;
    border-color: #ebccd1 !important;
}

/*CONTROL SIDEBAR*/
.control-sidebar-bg {
    display: none;
    right: -280px;
    width: 280px;
}

.control-sidebar {
    display: none;
    right: -280px;
    width: 280px;
}

.control-sidebar.custom-sidebar {
    right: -280px;
    width: 280px;
}

.control-sidebar.custom-sidebar + .control-sidebar-bg {
    right: -280px;
    width: 280px;
}

.control-sidebar.control-sidebar-open.custom-sidebar {
    right: 0px;
}

.control-sidebar.control-sidebar-open.custom-sidebar + .control-sidebar-bg {
    right: 0px;
}

#active-building-name {
    display: inline-block;
}

#active-building-name:hover {
    text-decoration: underline;
}

#control-sidebar-home-tab .control-links {
    display: inline-block;
    min-width: 30px;
    margin-top: 22px;
}

#control-sidebar-home-tab .menu-icon {
    margin-top: 3px;
}

#control-sidebar-home-tab .control-sidebar-subheading {
    margin-bottom: 5px;
}

#control-sidebar-home-tab .control-links span, #control-sidebar-home-tab .control-links a {
    width: 100%;
}

#max-apartments-label {
    font-size: 1.1em;
}

.zev-info {
    font-size: 1.08em !important;
    word-wrap: break-word;
}

.zev-radio {
    display: block;
}

#control-sidebar-home-tab .menu-icon {
    font-size: 1.1em;
    color: #fff;
}

#control-sidebar-home-tab ul li a {
    line-height: 100%;
}

#control-sidebar-form .form-group {
    margin-bottom: 5px;
}

.control-sidebar-input, .control-sidebar-select {
    height: 25px;
    padding: 0px 12px;
}

.control-sidebar-button {
    display: inline-block;
    margin-top: 10px;
    padding-top: 10px;
    height: 50px;
    width: 100%;
}

.control-sidebar-button .submit {
    margin-top: 0px;
}

#user-request-link {
    color: #b8c7ce;
}

#user-request-link:hover {
    color: #fff;
}

/*FORM*/
.finance-table {
    clear: both;
}

.edit-finance > div {
    display: inline-block;
    float: left;
    height: auto;
    width: 400px;
    padding-right: 10px;
}

.edit-finance > div:nth-of-type(2) {
    width: auto;
}

.edit-finance label {
    float: left;
    padding-right: 10px;
    height: 34px;
    line-height: 34px;
    display: inline-block;
}

@media only screen and (max-width: 780px) {
    .edit-finance > div {
        width: 100%;
        padding-right: 0px;
    }

    .edit-finance > div:nth-of-type(2) {
        width: 100%;
    }

    .edit-finance label {
        height: auto;
        line-height: 24px;
        display: block;
    }

    .edit-finance label:nth-of-type(2) {
        margin-top: 10px;
    }
}

@media only screen and (max-width: 780px) {
    .edit-finance {
        margin-bottom: 25px;
    }
}

.form-tab-title {
    font-size: 1.126em;
}

#status-active {
    padding-top: 27px;
}

.icheckbox_flat-green {
    margin-top: -3px;
    margin-right: 5px;
}

#status-active > label {
    word-spacing: 5px;
}

.edit-form-del {
    width: 100%;
    height: 30px;
    display: block;
    padding-right: 6px;
    margin-bottom: 10px;
}

#finance-box h4 {
    margin-top: 0px;
    margin-bottom: 15px;
}

#finance-box .alert {
    display: inline-block;
}

.ps-title {
    font-size: 1.1em;
}

#ps {
    border-top: 1px solid #f1f1f1;
    padding: 0px;
    background: #fff;
    min-height: 0px;
    overflow: auto;
    background: #ffffff;
}

#ps > div > div:first-child {
    margin-top: 15px;
}

#ps-toggle i.ion-android-arrow-dropright {
    margin-right: 5.5px;
}

#ps-toggle i.ion-android-arrow-dropdown {
    margin-right: 2px;
}

#ps-form {
    overflow: auto;
}

/*SEARCH FORM*/
#search-form {
    display: inline-block;
    height: 100%;
    width: 100%;
}

.no-results {
    margin: 0px;
    height: 20px;
    line-height: 20px;
}

#search-pagination {
    float: right;
}

/*USER, BUILDING and SUBMIT BTN FORM CUSTOM STYLE*/
.third-width-wrap1, .third-width-wrap2, .third-width-wrap3 {
    width: 33.3%;
    float: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.third-width-wrap1 {
    padding-right: 10px;
    margin-bottom: 0px;
}

.third-width-wrap2 {
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 0px;
}

.third-width-wrap3 {
    padding-left: 10px;
    margin-bottom: 0px;
}

.submit-wrap, .half-width-wrap1, .half-width-wrap2 {
    width: 50%;
    float: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.checkbox-wrap {
    float: left;
    height: auto;
    overflow: hidden;
    margin-bottom: 15px;
}

.half-width-wrap1 {
    padding-right: 10px;
}

.half-width-wrap2 {
    padding-left: 10px;
}

.half-width-wrap1, .half-width-wrap2 {
    margin-bottom: 0px;
}

.checkbox-wrap {
    margin-bottom: 15px;
}

.checkbox-wrap > label {
    font-weight: normal;
    padding-top: 30px;
    padding-bottom: 10px;
}

.submit {
    margin-top: 10px;
    margin-bottom: 10px;
    float: right;
}

/*APARTMENT FORM CUSTOM STYLE*/
.text-wrap, .small-input {
    margin-bottom: 15px;
}

.big-wrap {
    padding-left: 0px;
    padding-right: 0px;
}

/*BUILDING FORM*/
.created-by, .is-payed {
    display: inline-block;
    float: left;
    margin: 0px;
    height: 100%;
    line-height: 30px;
    padding-left: 15px;
}

.created-by i, .is-payed i {
    color: #999;
}

.submit.build-form {
    margin-top: 30px;
}

/* PERIOD START SUBFORM */
#add-account {
    margin-top: 25px;
}

#ps-table thead {
    border-bottom: 2px solid #f1f1f1;
}

#ps-submit {
    display: none;
}

.remove-account {
    cursor: pointer;
    padding: 5px;
}

/*FORM ERROR CUSTOM CSS*/
#feedback-message {
    padding-right: 10px;
    font-size: 1.2em;
    position: fixed;
    bottom: 20px;
    left: 10px;
    z-index: 10100;
    -webkit-transition: left .6s ease, bottom .75s ease;
    -moz-transition: left .6s ease, bottom .75s ease;
    -o-transition: left .6s ease, bottom .75s ease;
    -ms-transition: left .6s ease, bottom .75s ease;
    transition: left .6s ease, bottom .75s ease;
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.3);
}

#feedback-message .fa.fa-thumbs-o-up {
    padding-left: 5px;
}

#feedback-message h4 {
    padding-left: 20px;
    display: inline-block;
    width: auto;
}

#feedback-message .close {
    margin-top: -7px;
}

#feedback-message ul {
    padding-left: 20px;
    margin-left: 0px;
    padding-right: 20px;
    width: auto;
}

#feedback-message p {
    padding-left: 20px;
    padding-right: 20px;
}

#feedback-message.alert-success p {
    padding-left: 0px;
}

#see-input {
    padding-left: 33px;
}

.alert {
    display: block;
    z-index: 3;
}

.alert ul {
    list-style-type: none;
    padding-left: 20px;
}

.fa.fa-exclamation-triangle {
    padding-right: 10px;
}

.fa.fa-thumbs-o-up, .fa.fa-paper-plane {
    color: #fff;
    padding-right: 10px;
    padding-left: 15px;
}

/*MENU*/
.sidebar-menu .treeview-menu > li > a > i {
    font-size: 0.9em;
    margin-right: 5px;
    width: 20px;
}

.main-header .slimScrollDiv, #finance-top-menu {
    height: auto !important;
}

.fa.fa-power-off {
    font-size: 1.2em;
}

.notification {
    display: inline-block;
    width: 70%;
    float: left;
}

.req-action-btns {
    float: right;
    display: inline-block;
    width: 14%;
    clear: none;
}

.approve-btn, .notification .fa.fa-check {
    color: #00A65A !important;
}

.deny-btn, .notification .fa.fa-ban {
    color: #DD4B39 !important;
}

.fa.fa-check, .fa.fa-ban {
    margin-left: 2px;
}

.fa.fa-arrow-left, .fa.fa-euro.one {
    color: #00A65A;
    margin-right: 5px;
}

.fa.fa-arrow-right, .fa.fa-euro.two {
    color: #DD4B39;
    margin-right: 5px;
}

.menu-select-wrap {
    padding-left: 15px;
    padding-right: 15px;
}

/* UPLOAD AVATAR FORM */
#upload-avatar-form {
    height: 306px;
    width: 100%;
    border: dashed 3px #ccc;
    background: #f2f2f2;
}

#upload-avatar-form .dz-default.dz-message {
    height: 200px;
    margin-top: 60px;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em;
    color: #d9d9d9;
}

#upload-avatar-form .dz-default.dz-message i {
    color: #fff;
    font-size: 10em;
}

#upload-avatar-form .dz-preview {
    width: 100%;
    position: relative;
    height: 100%;
    display: block;
}

#upload-avatar-form .dz-image {
    position: relative;
    width: 200px;
    height: 200px;
    top: 50px;
    margin-left: auto;
    margin-right: auto;
}

#upload-avatar-form .dz-image .placeholder {
    width: 200px;
    height: auto;
}

#upload-avatar-form .dz-preview .dz-details {
    display: none;
}

#upload-avatar-form .dz-error-mark, #upload-avatar-form .dz-success-mark {
    display: none;
}

#upload-avatar-form .dz-remove {
    position: absolute;
    top: -0.6em;
    right: -0.6em;
    background: #DD4B39;
    width: 1.5em;
    font-size: 1.1em;
    height: 1.5em;
    line-height: 1.2em;
    color: #fff;
    text-align: center;
    border: 2px solid #fff;
    border-radius: 1em;
}

#upload-avatar-form .dz-remove:hover {
    background: #e16151;
}

#upload-avatar-form .dz-remove:active {
    background: #c43421;
}

#upload-avatar-form .dz-error-message {
    position: absolute;
    bottom: 5px;
    padding-left: 8px;
    color: #c43421;
}

/*CONTENT*/
.content-wrap {
    display: inline-block;
    width: 100%;
    height: auto;
}

.box-header {
    border-bottom: 1px solid #f4f4f4;
}

#request-section {
    display: block;
    width: 100%;
    height: 100%;
}

#req-title {
    display: inline-block;
    float: left;
    padding-left: 15px;
}

#request-box {
    display: block;
    margin: auto;
}

#req-ed-btn-wrap {
    float: left;
    display: inline-block;
    margin-left: 5px;
    margin-top: 7px;
}

#manager_mail {
    text-decoration: underline;
}

.fa.fa-wrench.req {
    padding-right: 7px;
}

.req-edit-btn {
    font-size: 1em;
    color: #fff;
    margin-left: -5px;
    margin-top: 3px;
    padding-left: 15px;
    padding-right: 20px;
}

.req-edit-btn i {
    font-size: 1.2em;
}

.close.req-x {
    margin-top: 2px;
    padding: 5px;
    z-index: 1000;
}

.dataTables_empty {
    text-align: center !important;
}

td.details-control {
    background: url("../plugins/datatables/images/details_open.png") no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url("../plugins/datatables/images/details_close.png") no-repeat center center;
}

/*NO CONTENT*/
#empty-content #message {
    font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-size: 20px;
    text-align: center;
}

#empty-content #icon {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 25px;
}

#empty-content .big {
    font-size: 13em;
    color: #DD4B39;
}

/*ADMIN-LOGIN-REGISTER*/
#logout {
    color: #4c5567;
    float: right;
}

#logout:hover {
    color: #363d49;
}

/*DASHBOARD*/
#analytics-top {
    /* Top box */
}

#analytics-top ul {
    padding-left: 25px;
}

#analytics-top ul li {
    list-style-type: none;
    margin-bottom: 10px;
}

#analytics-top ul li a {
    cursor: pointer;
    color: #444;
}

#analytics-top ul li i {
    font-size: 1.1em;
}

#analytics-top .box-title p {
    font-size: 14px;
    margin-top: 10px;
    margin-left: 25px;
}

#analytics-top .box-title p:last-of-type {
    margin-bottom: 0px;
}

#analytics-top #zev-receipts .box-header {
    padding-top: 0px;
    padding-bottom: 5px;
}

#analytics-top #zev-receipts .box-header a {
    cursor: pointer;
}

#analytics-top #zev-receipts .box-header a i.ion-android-arrow-dropright {
    margin-right: 5px;
}

#analytics-top #zev-receipts .box-header a i.ion-android-arrow-dropdown {
    margin-right: 2px;
}

#analytics-top #zev-receipts .box-header a:hover {
    background: #fff;
}

.user-panel > .image > img {
    display: block;
    width: 45px;
    height: 45px;
}

.sidebar-mini .user-panel > .image > img {
    width: 100%;
    max-width: 45px;
    height: auto;
}

#user-requests-box .fa.fa-ban, #user-requests-box .fa.fa-check {
    margin: 0px;
}

.request-controls {
    margin-top: 20px;
}

.request-controls button {
    width: 80px;
    color: #fff !important;
}

.dash-table-wrap-left {
    float: left;
    display: inline-block;
    width: 50%;
    height: auto;
    clear: none;
}

.dash-table-wrap-right {
    float: right;
    display: inline-block;
    width: 50%;
    height: auto;
    clear: none;
}

#dashboard .fa.fa-minus, #dashboard .fa.fa-plus {
    color: #fff;
    opacity: 0.55;
}

#monthly-report-buildings {
    padding: 0px 15px 0px 15px;
}

#monthly-report-buildings select {
    height: auto;
    width: 83%;
    float: left;
}

#monthly-report-buildings input {
    width: 15%;
    padding: 5px;
    text-align: center;
    float: right;
}

#monthly-report-buildings select2-selection {
    height: 30px !important;
    line-height: 30px !important;
}

select2-selection select2-selection--single {
    height: 30px !important;
    line-height: 30px !important;
}

#monthly-report-month {
    padding-left: 15px;
    padding-right: 15px;
}

/*RECEIPTS*/
.receipt-edit {
    width: 10%;
    display: inline-block;
    clear: none;
    border-bottom: 1px solid #eeeeee;
    margin: 10px 0 20px 0;
    height: 34px;
}

.radio-wrap {
    padding-top: 10px;
    display: inline-block;
    float: left;
    height: 60px;
}

.radio-wrap div {
    display: inline-block;
}

.radio-wrap div:last-child {
    padding-left: 10px;
}

.radio-wrap div label {
    height: 40px;
}

#total, #subtotal, #tax, #discount {
    text-align: right;
}

/*INVOICES*/
#gen-btn-wrap, #print-btn-wrap, #close-books-btn-wrap {
    width: 100%;
    display: inline-block;
    height: auto;
    margin-top: 10px;
}

#gen-btn-wrap div {
    width: auto;
    display: inline-block;
}

#gen-btn-wrap div:first-child {
    float: left;
}

#gen-btn-wrap div:last-child {
    float: right;
}

#print-btn-wrap div {
    margin-top: 8px;
    width: auto;
    display: inline-block;
}

#print-btn-wrap div:first-child {
    float: left;
}

#print-btn-wrap div:first-child label:first-child {
    margin-right: 15px;
}

#print-btn-wrap div:last-child {
    float: right;
}

#close-books-btn-wrap div {
    margin-top: 8px;
    float: right;
    /*margin-top: 0px;*/
}

.gen-btns, .print-btn, #print-btn-wrap div a, #close-books-btn-wrap div a {
    margin: 0px;
    display: inline-block;
    height: auto;
    /*padding: 5px 5px 5px 7px;*/
    padding: 4px 4px 4px 4px;
    float: left;
    width: 125px;
    text-align: center;
}

.gen-btns span, .print-btn span, #close-books span {
    height: 22px;
    line-height: 22px;
}

.gen-btn {
    position: absolute;
    top: 15px;
    right: 30px;
}

#month-select {
    height: 32px;
}

/*invoice form*/
.invoice {
    margin: 0px;
}

.invoice label {
    height: 20px;
    display: block;
    overflow: hidden;
    margin: 0px;
    width: 100%;
    padding: 0px;
}

.is-payed {
    width: 95px;
    margin-bottom: 10px;
}

.is-payed label {
    width: auto;
    float: left;
    display: inline-block;
}

.is-payed > div {
    float: right;
}

.fa.fa-plus-circle {
    color: #00A65A;
    font-size: 1.8em;
    cursor: pointer;
}

.fa.fa-minus-circle {
    color: #DD4B39;
    font-size: 1.8em;
    cursor: pointer;
}

.invoice-info-box {
    border: 2px solid #dbdbdb;
    border-radius: 15px;
    padding: 22px 20px 20px 20px;
    height: 150px;
}

#invoice-print-body, #payment-slip, #report-print-body {
    margin: 0 auto 0;
    display: block;
    max-width: 800px;
    width: 100%;
    height: auto;
}

#payment-slip-border {
    color: #333;
    position: relative;
    height: 5px;
    width: 100%;
    border-bottom: 1px dashed #333;
}

#invoice-print-prev-state {
    font-size: 0.9em;
    margin-bottom: 40px;
}

#invoice-print-prev-state tbody {
    border-bottom: 1px solid #dbdbdb;
}

#invoice-print-prev-state h6 {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 5px;
}

#invoice-print-prev-state thead th:last-child, #invoice-print-prev-state thead th:nth-child(4), #invoice-print-prev-state thead th:nth-child(3) {
    text-align: right;
}

#invoice-print-prev-state tbody tr td:last-child, #invoice-print-prev-state tbody tr td:nth-child(4), #invoice-print-prev-state tbody tr td:nth-child(3) {
    text-align: right;
}

#payment-slip-border .fa.fa-scissors {
    position: absolute;
    left: -12px;
    bottom: -5px;
}

.payment-slip-info-box {
    border: 1px solid #d2d6de;
    padding: 10px 10px 0px 10px;
}

.payment-slip-signature {
    text-align: center;
    margin-top: 25px;
    width: 100px;
    border-top: 1px solid #d2d6de;
    float: right;
}

#monthly-rep-logo {
    height: 100%;
    padding-top: 10px;
    width: auto;
    display: block;
    margin: 0 auto 0;
}

.header-logo {
    display: block;
    margin: 0 auto 0;
    width: 200px;
    margin-top: 15px;
    margin-bottom: 10px;
}

#monthly-rep-body {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0;
}

#monthly-rep-header {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto 0;
}

#monthly-rep-header div div:last-child p:first-child {
    margin-top: 61px;
}

#monthly-rep-sqm {
    display: inline-block;
    float: right;
}

@media print {
    th, td {
        font-size: 11px;
    }

    #invoice-print {
        width: 100% !important;
        max-width: 710px !important;
        font-size: 12px !important;
    }

    #invoice-print .invoice {
        margin: 0px;
    }

    #payment-slip, #invoice-print-prev-state {
        page-break-inside: avoid !important;
    }

    #monthly-report-logo {
        display: none;
    }
}

/*TRANSACTIONS*/
#transaction-body .form-group {
    overflow: visible;
    min-height: 60px;
}

.payin {
    border-top-color: #00A65A !important;
}

.payout {
    border-top-color: #DD4B39 !important;
}

.transaction-option {
    display: inline-block;
    width: auto;
    padding-right: 10px;
}

#trans-rel-info {
    display: none;
    height: auto;
    width: auto;
    padding-bottom: 10px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 15px;
}

.trans-form-info {
    padding-left: 5px;
    font-size: 1.1em;
    display: inline-block;
}

.trans-form-info span {
    padding-left: 20px;
}

.trans-form-info span:nth-child(2) {
    padding-left: 5px;
    font-size: 0.8em;
}

.placeholder {
    color: #EEEEEE !important;
}

.no-rel-invoice {
    font-size: 1.1em;
    font-weight: normal;
}

#payin-invoices-wrap, #payouts-receipts-wrap {
    overflow: hidden;
}

/*TRANSFER FORM*/
@media only screen and (min-width: 992px) {
    #transfer-body {
        margin-top: 50px;
    }
}

/*ORDERS*/
/*List*/
#order .box-body {
    padding-left: 0px;
    padding-right: 0px;
}

#order .item {
    height: 96px;
    padding: 15px 10px 15px 10px;
}

#order .item img {
    width: 55px;
    height: 55px;
}

#order .item .product-info {
    margin-left: 65px;
}

#order .item .product-info span:first-of-type {
    margin-top: 2px;
    margin-bottom: 2px;
    font-size: 0.9em;
}

#order .item:hover {
    background: #f2f2f2;
    opacity: 0.85;
    cursor: pointer;
}

#order .breadcrumb li {
    color: #777;
}

#no-order {
    text-align: center;
}

#no-order p {
    font-size: 1.1em;
    height: 100%;
    color: #666666;
    line-height: 60px;
}

#order-radio-wrap {
    padding-top: 25px;
    height: auto;
    width: 100%;
    display: inline-block;
}

#order-radio-wrap > div {
    display: inline-block;
    width: 50%;
    height: auto;
    float: left;
}

#order-radio-wrap > div > label {
    display: block;
    height: 34px;
    line-height: 34px;
    margin: 0 auto 0;
    width: 100px;
}

#order-radio-wrap label p {
    margin: 0;
    padding-right: 5px;
    display: inline-block;
    height: 100%;
    line-height: 34px;
}

#order .description {
    font-weight: bold;
}

.order-select-img {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}

.order-list-img {
    width: 50px;
    height: 50px;
}

.order-no {
    color: #333;
}

#order-pagination {
    display: block;
    width: 100%;
    height: auto;
    margin-top: 10px;
    overflow: auto;
}

#order-pagination ul {
    float: right;
}

/*Item*/
#order-item {
    overflow: auto;
}

#order-item .box-body {
    padding: 10px;
}

#order-item ol.breadcrumb {
    height: 41px;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #d2d6de;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

#order-item .breadcrumb li {
    height: 41px;
    line-height: 41px;
    color: #666;
}

#order-item .breadcrumb li:before {
    color: #999;
}

#order-item .username {
    padding-right: 105px;
}

.order-item-section-title {
    font-size: 1.05em;
}

.order-item-section p {
    margin-bottom: 0px;
}

.order-item-section:first-child p {
    font-size: 1.1em;
}

/*OFFERS*/
#offer-form h3 {
    color: #999;
}

#offer-form button {
    padding-right: 25px;
}

#offers-list {
    padding: 0px;
}

#offers-list .comment-text {
    margin-left: 0px;
}

#offers-list img {
    float: left;
    margin-right: 5px;
    border-radius: 0px;
}

.offers-list-item {
    border-bottom: 1px solid #eee;
    padding: 10px;
}

#offers-pagination-wrap {
    width: 100%;
    height: auto;
    overflow: auto;
    background: #f7f7f7;
}

#offers-pagination {
    float: right;
    margin: 10px;
}

#offers-pagination li a {
    border: none;
    color: #666666;
    font-weight: bold;
    background: #f7f7f7;
}

#offers-pagination li a:hover {
    opacity: 0.7;
}

#offers-pagination li a.active {
    color: #3C8DBC;
    box-shadow: none;
}

.box-comments .box-comment:first-of-type {
    padding-top: 10px;
}

.offer-accepted {
    border: 2px solid #00cc70 !important;
    border-radius: 2px;
    box-shadow: 0px 0px 2px 3px rgba(0, 166, 90, 0.2);
}

.offer-not-accepted {
    opacity: 0.6;
}

#offers-list .username {
    margin: 0px 0px 5px 0px;
    padding-right: 0px;
}

#offers-list .username span {
    color: #777;
    margin-top: 6px;
}

.offers-list-misc {
    font-size: 1.1em;
}

.offers-list-misc .span-block {
    display: inline-block;
    font-size: 0.9em;
    color: #666666;
    padding: 0px 7px 0px 7px;
    margin-right: 10px;
    margin-left: 5px;
    text-align: center;
    background: #fff;
    border-radius: 3px;
    border: 1px solid #d3d3d3;
    box-shadow: 1px 1px #e2e2e2;
    font-weight: bolder;
}

.accept-offer, .deny-offer {
    width: 75px;
    margin-right: 5px;
    float: right;
    cursor: pointer;
    text-shadow: 1px 1px rgba(0, 0, 0, 0.1);
}

.accept-offer {
    color: #00A65A;
}

.accept-offer:hover, .accept-offer:active, .accept-offer:focus {
    color: #00A65A;
}

.deny-offer {
    color: #DD4B39;
}

.deny-offer:hover, .deny-offer:active, .deny-offer:focus {
    color: #DD4B39;
}

.accept-offer:hover, .deny-offer:hover {
    opacity: 0.7;
}

/*ORDERS AND OFFERS LOADING ANIMATION*/
.loading-item {
    background: #fff;
    border-radius: 3px;
    padding: 12px;
    margin: 0 auto;
}

#offers-list .loading-item {
    min-height: 161px;
}

#order .tab-pane.active ul .loading-item:last-child {
    border-bottom: none;
}

@keyframes placeHolderShimmer {
    0% {
        background-position: -468px 0;
    }
    100% {
        background-position: 468px 0;
    }
}

.animated-background {
    animation-duration: 1s;
    animation-fill-mode: forwards;
    animation-iteration-count: infinite;
    animation-name: placeHolderShimmer;
    animation-timing-function: linear;
    background: #f6f7f8;
    background: linear-gradient(to right, #eeeeee 8%, #dddddd 18%, #eeeeee 33%);
    background-size: 800px 104px;
    height: 96px;
    position: relative;
}

.background-masker {
    background: #fff;
    position: absolute;
}

.background-masker.header-top, .background-masker.header-bottom, .background-masker.subheader-bottom {
    top: 0;
    left: 40px;
    right: 0;
    height: 10px;
}

.background-masker.header-left, .background-masker.subheader-left, .background-masker.header-right, .background-masker.subheader-right {
    top: 10px;
    left: 40px;
    height: 8px;
    width: 10px;
}

.background-masker.header-bottom {
    top: 18px;
    height: 6px;
}

.background-masker.subheader-left, .background-masker.subheader-right {
    top: 24px;
    height: 6px;
}

.background-masker.header-right {
    width: auto;
    left: 300px;
    right: 0;
}

.background-masker.subheader-right {
    width: auto;
    left: 300px;
    right: 0;
    left: 230px;
}

.background-masker.subheader-bottom {
    top: 30px;
    height: 10px;
}

.background-masker.content-top, .background-masker.content-second-line, .background-masker.content-third-line, .background-masker.content-second-end, .background-masker.content-third-end, .background-masker.content-first-end {
    top: 40px;
    left: 0;
    right: 0;
    height: 6px;
}

.background-masker.content-top {
    height: 20px;
}

.background-masker.content-first-end, .background-masker.content-second-end, .background-masker.content-third-end {
    width: auto;
    left: 50%;
    right: 0;
    top: 60px;
    height: 8px;
}

.background-masker.content-second-line {
    top: 68px;
}

.background-masker.content-second-end {
    left: 90%;
    top: 74px;
}

.background-masker.content-third-line {
    top: 82px;
}

.background-masker.content-third-end {
    left: 65%;
    top: 88px;
}

/* Every thing below this is just positioning */
/*TABLE CSS*/
tbody tr td {
    vertical-align: middle !important;
}

.table-title {
    padding-left: 10px;
}

.dataTables_length {
    float: left;
    clear: none;
    display: inline-block;
}

.search-wrap {
    width: 200px;
    float: right;
    display: inline-block;
    margin-bottom: 5px;
}

.th_edit {
    cursor: not-allowed !important;
}

.th_edit::after {
    cursor: not-allowed !important;
    color: #fff;
}

#table_info {
    margin-bottom: 10px;
}

#user-child-table {
    display: table;
}

#user-child-table tr {
    border-bottom: 1px solid #dbdbdb;
}

.control-links {
    float: right;
    display: inline-block;
    width: auto;
    min-width: 105px;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
}

.control-links.three-icons {
    min-width: 155px;
}

.control-links.four-icons {
    min-width: 205px;
}

.control-links.five-icons {
    min-width: 250px;
}

.control-links.six-icons {
    min-width: 290px;
}

.control-links span {
    display: inline-block;
    float: left;
    width: 50%;
    height: 100%;
    line-height: 30px;
}

.control-links.three-icons span {
    display: inline-block;
    float: left;
    height: 100%;
    line-height: 30px;
    width: 33.33%;
}

.control-links.four-icons span {
    width: 25%;
}

.control-links.five-icons span {
    width: 20%;
}

.control-links.six-icons span {
    width: 16%;
}

.control-links a {
    font-size: 1.5em;
    display: block;
    cursor: pointer;
    text-align: center;
    padding: 0px 5px 0px 5px;
    line-height: 30px;
}

.control-links a:hover {
    font-size: 1.9em;
}

.control-links a .fa.fa-exclamation-triangle {
    padding: 0px;
}

.switch-user {
    font-size: 1.5em;
    line-height: 31px;
    color: #333;
}

.switch-user:visited {
    color: #333;
}

.switch-user:hover {
    line-height: 31px;
    font-size: 1.7em;
    color: #666;
}

.switch-user:active, .switch-user:focus {
    line-height: 31px;
    color: #444;
}

.notice {
    color: #FF851B;
}

.notice:active, .notice:focus {
    color: #FF7701;
}

.notice:visited {
    color: #FF851B;
}

.notice:hover {
    color: #FF851B;
}

.user-link {
    float: left;
}

.payment {
    font-size: 1.5em;
}

.payment.red {
    color: #DD4B39;
}

.payment:hover {
    font-size: 1.9em;
}

.payment.red:hover {
    color: #e57566;
}

.payment.green:hover {
    color: rgba(0, 166, 90, 0.5);
}

.delete {
    color: #DD4B39;
    font-size: 1.5em;
}

.delete:hover {
    font-size: 1.9em;
    color: #e57566;
}

.print {
    color: #999;
    font-size: 1.5em;
}

.print:visited {
    color: #999;
}

.print:hover {
    font-size: 1.9em;
    color: #bfbfbf;
}

.print:active, .print:focus {
    color: #666666;
}

.user-link {
    font-size: 1.5em;
    color: #3c8dbc;
}

.user-link:hover {
    font-size: 1.9em;
}

.finance {
    font-size: 1.4em;
    color: #268259;
}

.finance:hover {
    font-size: 1.8em;
    color: #00a65a;
}

.close-X {
    color: #fff;
    font-size: 1.5em;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
}

.close-X:focus {
    color: #fff;
}

.close-X:active {
    color: #cc0000;
}

.close-X:hover {
    color: #DD4B39;
}

.edit {
    font-size: 1.5em;
}

.edit:hover {
    font-size: 1.9em;
}

.inverse {
    color: #fff !important;
}

.edit.inverse {
    color: #fff;
}

.edit.inverse:hover {
    color: inherit;
    opacity: 0.85;
    font-size: 1.9em;
}

.delete:active, .delete:focus {
    color: #DD4B39;
}

payment.red:focus {
    color: #DD4B39;
}

.payment.green:focus {
    color: #00A65A;
}

/*DIALOG BOX*/
#dialog {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s linear 0.0s;
}

#dialog-box {
    margin: 150px auto;
}

/*REPORTS*/
.report-table {
    width: 100%;
}

#fcard-table {
    font-family: "Source Sans Pro", "Helvetica Neue", sans-serif;
}

.report-table th {
    background: #444444;
    color: #fff;
}

.report-table tr {
    background: #fff;
}

.report-header {
    height: auto;
}

.report-header div div .form-group {
    margin-bottom: 10px;
}

.report-header div > div > div > label:last-of-type {
    margin-left: 10px;
}

.report-select-wrap {
    overflow: auto;
    display: inline-block;
    float: left;
    width: auto;
    padding-right: 15px;
    width: 100%;
    max-width: 400px;
}

.report-header .report-select-wrap:last-child {
    margin-bottom: 0px;
}

.report-select-wrap select, .report-select {
    display: inline-block;
    float: left;
    width: auto;
}

.report-select-wrap label {
    display: block;
    margin-left: 0px !important;
    margin-top: 10px;
}

.report-select {
    margin-right: 20px;
}

.report-year {
    min-width: 64px;
}

#balance-sheet-table tbody tr td,
#income-statement-table tbody tr td {
    padding-right: 15px;
    text-align: right;
}

#balance-sheet-table tbody tr td:first-child,
#income-statement-table tbody tr td:first-child,
#balance-sheet-table tbody tr td:nth-child(2),
#income-statement-table tr td:nth-child(2) {
    text-align: left;
}

.print-cell span:first-child a {
    margin-right: 20px;
}

#print-report-header {
    width: 100%;
    height: auto;
}

#print-report-header .column {
    display: inline-block;
    width: 33.1%;
    height: auto;
}

#print-report-header .column:nth-child(2) {
    padding-left: 20px;
}

#payments-report-form button {
    margin-top: 25px;
}

@media only screen and (max-width: 768px) {
    #payments-report-form button {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

#debts-report-form button {
    margin-top: 25px;
}

@media only screen and (max-width: 768px) {
    #debts-report-form button {
        margin-top: 0px;
        margin-bottom: 15px;
    }
}

.chart-details {
    padding-left: 30px;
    padding-top: 5px;
}

.chart-details table td {
    vertical-align: top !important;
}

/*RESPONSIVE STYLE*/
@media only screen and (max-width: 1680px) {
    .dash-table-wrap-left, .dash-table-wrap-right {
        width: 100%;
    }
}

@media only screen and (min-width: 990px) {
    /*REPORTS*/
    .report-header .form-group {
        margin-bottom: 0px;
    }
}

@media only screen and (max-width: 990px) {
    /*USER FORMS*/
    .checkbox-wrap > label {
        font-weight: normal;
        padding-top: 15px;
        padding-bottom: 0px;
        margin-bottom: 0px;
        padding-right: 10px;
    }
}

@media only screen and (max-width: 767px) {
    /* REPORTS */
    .report-select-wrap {
        width: 100%;
        max-width: none;
        padding-right: 0px;
    }

    /*TABLE*/
    .skin-blue .main-header .navbar .dropdown-menu li a {
        color: #3c8dbc;
        font-size: 1.1em;
    }

    #feedback-message {
        bottom: -200px;
    }

    #building-list-wrap {
        padding-left: 0px;
        padding-right: 0px;
    }

    /*MONTHLY REPORT*/
    #monthly-rep-logo {
        margin-left: 0;
        margin-right: 0;
    }

    #monthly-rep-header div div:last-child p:first-child {
        margin-top: 0px;
    }

    #monthly-rep-sqm {
        float: left;
    }

    /*ORDERS*/
    #order-item ol.breadcrumb li {
        display: none;
    }

    #order-item ol.breadcrumb li:first-child {
        display: inline-block;
    }
}

@media only screen and (max-width: 480px) {
    .checkbox-wrap, .city-select, .building, .half-width-wrap1, .half-width-wrap2, .third-width-wrap1, .third-width-wrap2, .third-width-wrap3 {
        width: 100%;
        float: left;
        margin-bottom: 15px;
    }

    .half-width-wrap2 {
        margin-bottom: 0px;
    }

    #check-wrap1, #check-wrap2, .city-select, .building, .half-width-wrap1, .half-width-wrap2, .third-width-wrap1, .third-width-wrap2, .third-width-wrap3 {
        padding: 0px;
    }

    .checkbox-wrap > label {
        padding-top: 10px;
        padding-bottom: 0px;
    }

    .checkbox-wrap > label:first-child {
        padding-bottom: 0px;
        padding-left: 5px;
    }

    .submit {
        float: left;
        width: 100%;
        margin-right: 0px;
    }

    .submit.build-form {
        margin-top: 10px;
    }

    #status-active {
        margin-bottom: 15px;
    }

    /*ORDERS*/
    #order-radio-wrap {
        padding-top: 10px;
    }
}

@media only screen and (max-width: 450px) {
    /*FCARDS*/
    #fcard-year-wrap {
        clear: left;
        float: left;
    }

    .tab-content .box-body {
        padding-top: 0px;
    }

    /*ORDER ITEM*/
    #order-item .username {
        padding-right: 0px;
    }

    #order-item .box-header > .box-tools {
        display: block;
        position: static;
    }

    /*OFFERS*/
    .offers-list-misc {
        margin-top: 10px;
    }

    #offers-list .username span {
        float: none !important;
        display: block;
    }

    #offers-list .offers-list-misc > span:first-child {
        display: block;
        margin-bottom: 5px;
    }
}

@media only screen and (max-width: 410px) {
    .search-wrap {
        width: 100%;
        float: none;
    }

    .search-inner-wrap {
        overflow: auto;
        width: 190px;
        margin: 0 auto 0;
    }

    .dataTables_length {
        float: none;
        width: 100%;
        margin-top: 10px;
    }
}

@media only screen and (max-width: 360px) {
    #feedback-message {
        bottom: -200px;
    }
}

@media only screen and (max-width: 320px) {
    #feedback-message {
        max-width: 310px;
    }
}

.thread.heading {
    margin: 0px 0px 0px 50px;
}

.thread.heading a {
    color: #444;
    cursor: pointer;
}

.thread.heading:hover {
    cursor: pointer;
    text-decoration: underline;
}

#thread #edit-close, #thread #edit-save {
    display: none;
}

#replies-pagination {
    overflow: auto;
    width: 100%;
    height: auto;
    background: #f7f7f7;
}

#replies-pagination li a {
    border: none;
    color: #666666;
    font-weight: bold;
    background: #f7f7f7;
}

#replies-pagination li a:hover {
    opacity: 0.7;
}

#replies-pagination li.active span {
    font-weight: bold;
    background: #f7f7f7;
    box-shadow: none;
    color: #3C8DBC;
    border: none;
    text-decoration: underline;
}

#replies-pagination li.disabled span {
    background: #f7f7f7;
    border: none;
    box-shadow: none;
    color: #666666;
    opacity: 0.7;
}

#replies > .box-comment:last-child {
    border-bottom: none;
}

#reply-form {
    background: #f7f7f7;
}

/*# sourceMappingURL=custom.css.map */
