﻿body {
    overflow: hidden;
    background-color: #2F313A;
    font-family: "Roboto";
    font-size: 13px;
}

a {
    cursor: pointer;
}

.form-control {
    border-radius: 0px;
}
[data-letters]:before {
    content: attr(data-letters);
    display: inline-block;
    font-size: 0.9em;
    width: 2.5em;
    height: 2.5em;
    line-height: 2.5em;
    text-align: center;
    vertical-align: middle;
    color: white;
    text-decoration: none;
    font-style: normal;
    z-index: 100;
}


.portal {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    overflow: hidden;
}

.menu {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    width: 260px;
    background-color: #3C3E48;
}

.view {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: #fff;
    transition: all 0.5s;
    overflow-x: hidden;
    overflow-y: hidden;
}

.page {
    position: absolute;
    top: 41px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    overflow-x: hidden;
    overflow-y: scroll; /* has to be scroll, not auto */
    -webkit-overflow-scrolling: touch;
    background-color: #F4F3EF;
}

.header {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    height: 60px;
    border-bottom-color: #fff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    background-color: #fff;
    padding-top: 5px;
    color: #000;
}

.footer {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    height: 50px;
}
.header-menu-icon {
    display: none;
    font-size: 22px;
    font-weight: 200;
    line-height: 50px;
    margin-left: 20px;
    color: #777777
}

.header-title {
    font-size: 16px;
    line-height: 50px;
    margin-left: 20px;
    color: #F5A721;
    display: inline-block
}

.card {
    background-color: #fff;
    border-radius: 10px;
}

.header-menu {
    line-height: 60px;
    vertical-align: middle;
    display: inline-block;
    float: right;
    margin-right: 10px;
}

    .header-menu a {
        cursor: pointer;
        line-height: 24px;
        vertical-align: middle;
    }

        .header-menu a i {
            font-size: 22px;
            margin-left: 10px;
            margin-right: 10px;
            color: #F7A821;
        }

        .header-menu a p {
            color: #000000;
            font-size: 12px;
            line-height: 20px;
            vertical-align: middle;
            margin-right: 10px;
        }

.btn-rotate i {
    transition: 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.btn-magnify i {
    transition: 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.btn-move-left i {
    transition: 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.btn-move-right i {
    transition: 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    display: inline-block;
    position: relative;
    -webkit-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -o-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
    -moz-transition: all 300ms cubic-bezier(0.34, 1.61, 0.7, 1);
}

.btn-rotate:hover i {
    transform: rotate(53deg);
    -webkit-transform: rotate(53deg);
}

.btn-rotate:focus i {
    transform: rotate(53deg);
    -webkit-transform: rotate(53deg);
}

.btn-magnify:hover i {
    transform: scale(1.22);
    -webkit-transform: scale(1.22);
    -o-transform: scale(1.22);
    -moz-transform: scale(1.22);
}

.btn-magnify:focus i {
    transform: scale(1.22);
    -webkit-transform: scale(1.22);
    -o-transform: scale(1.22);
    -moz-transform: scale(1.22);
}

.btn-move-left i {
    margin-right: 0px;
}

.btn-move-left:hover i {
    transform: translate3d(-5px, 0px, 0px);
    -webkit-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
}

.btn-move-left:focus i {
    transform: translate3d(-5px, 0px, 0px);
    -webkit-transform: translate3d(-5px, 0, 0);
    -o-transform: translate3d(-5px, 0, 0);
    -moz-transform: translate3d(-5px, 0, 0);
}

.btn-move-right i {
    margin-right: 0px;
}

.btn-move-right:hover i {
    transform: translate3d(5px, 0px, 0px);
    -webkit-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
}

.btn-move-right:focus i {
    transform: translate3d(5px, 0px, 0px);
    -webkit-transform: translate3d(5px, 0, 0);
    -o-transform: translate3d(5px, 0, 0);
    -moz-transform: translate3d(5px, 0, 0);
}

.show-xs-sm {
    display: none;
}

.hide-xs-sm {
    display: block;
}
td {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
th {
    max-width: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.even-row {
    background-color: hsl(0, 0%, 97%);
}
.odd-row {
    background-color: #fff;
}

.minimum-balance-warning {
    display: inline-block;
    background-color: #181C20;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    vertical-align: middle;
    font-size: 13px;
}
.minimum-balance-warning-row {
    border-top: 2px solid #181C20;
    border-bottom: 2px solid #181C20;
}

.negative {
    color: red;
    font-weight: bold;
}
.negative-balance-warning {
    display: inline-block;
    background-color: red;
    color: #fff;
    border-radius: 2px;
    width: 100%;
    padding: 10px;
    margin-bottom: 20px;
    vertical-align: middle;
    font-size: 13px;
}

.negative-balance-warning-row {
    border-top: 2px solid red;
    border-bottom: 2px solid red;
}

/* Custom, iPhone Retina */
@media only screen and (min-width : 320px) {
    .view {
        left: 0px;
        right: 0px;
    }

    .header-menu-icon {
        display: inline-block;
        float: left;
    }

    .toggle {
        left: 260px;
        right: -260px;
    }

    .header {
        height: 60px;
    }

    .page {
        top: 61px;
    }

    .header-menu a p {
        display: none;
    }

    .col-forecast-date {
        width: 70px;
        display: table-cell;
        font-size: 13px;
    }

    .col-forecast-name {
        display: table-cell;
        width: auto;
        max-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 13px;
    }

    .col-forecast-amount {
        width: 75px;
        text-align: right;
        display: table-cell;
        font-size: 13px;
    }

    .col-forecast-credit {
        width: 0px;
        text-align: right;
        display: none;
        font-size: 13px;
    }

    .col-forecast-debit {
        width: 0px;
        text-align: right;
        display: none;
        font-size: 13px;
    }

    .col-forecast-balance {
        width: 75px;
        text-align: right;
        display: table-cell;
        font-size: 13px;
    }

    .col-forecast-action {
        width: 40px;
        text-align: center;
        display: table-cell;
        font-size: 13px;
    }

    .col-budget-name {
        display: table-cell;
        width: auto;
        max-width: 0;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        font-size: 14px;
    }

    .col-budget-freq {
        display: none;
        width: 0px;
    }

    .col-budget-date {
        display: table-cell;
        width: 75px;
    }

    .col-budget-est {
        display: table-cell;
        width: 75px;
    }

    .col-budget-action {
        display: table-cell;
        width: 20px;
    }

    .col-budget-pw {
        display: table-cell;
        width: 75px;
    }

    .col-budget-icon {
        display: none;
        width: 0px;
    }

    .col-account-date {
        display: table-cell;
        width: 125px;
    }

    .col-account-detail {
        display: none;
        width: 0px;
    }

    .col-account-paid {
        display: none;
        width: 0px;
    }

    .col-account-reference {
        display: none;
        width: 0px;
    }

    .col-account-amount {
        display: table-cell;
        width: 100px;
    }

    .col-account-change {
        display: table-cell;
        width: 30px;
    }

    .col-account-change-value {
        display: table-cell;
        width: 45px;
    }

    /* Extra Small Devices, Phones */
    @media only screen and (min-width : 480px) {
        .view {
            left: 0px;
            right: 0px;
        }

        .header-menu-icon {
            display: inline-block;
            float: left;
        }

        .toggle {
            left: 260px;
            right: -260px;
        }

        .header {
            height: 60px;
        }

        .page {
            top: 61px;
        }

        .header-menu a p {
            display: none;
        }

        .col-forecast-date {
            width: 70px;
            display: table-cell;
        }

        .col-forecast-name {
            display: table-cell;
            width: auto;
            max-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .col-forecast-amount {
            width: 75px;
            text-align: right;
            display: table-cell;
        }

        .col-forecast-credit {
            width: 0px;
            text-align: right;
            display: none;
        }

        .col-forecast-debit {
            width: 0px;
            text-align: right;
            display: none;
        }

        .col-forecast-balance {
            width: 75px;
            text-align: right;
            display: table-cell;
        }

        .col-forecast-action {
            width: 40px;
            text-align: center;
            display: table-cell;
        }

        .col-budget-name {
            display: table-cell;
            width: auto;
            max-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
        }

        .col-budget-freq {
            display: none;
            width: 0px;
        }

        .col-budget-date {
            display: table-cell;
            width: 75px;
        }

        .col-budget-est {
            display: table-cell;
            width: 75px;
        }

        .col-budget-action {
            display: table-cell;
            width: 20px;
        }

        .col-budget-pw {
            display: table-cell;
            width: 75px;
        }

        .col-account-date {
            display: table-cell;
            width: 125px;
        }

        .col-account-detail {
            display: none;
            width: 0px;
        }

        .col-account-paid {
            display: table-cell;
            width: 100px;
        }

        .col-account-reference {
            display: table-cell;
            width: auto;
            max-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
        }

        .col-account-amount {
            display: table-cell;
            width: 100px;
        }

        .col-account-change {
            display: table-cell;
            width: 30px;
        }

        .col-account-change-value {
            display: table-cell;
            width: 45px;
        }
    }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {
        .view {
            left: 0px;
            right: 0px;
        }

        .header-menu-icon {
            display: inline-block;
            float: left;
        }

        .toggle {
            left: 260px;
            right: -260px;
        }

        .header {
            height: 60px;
        }

        .page {
            top: 61px;
        }

        .header-menu a p {
            display: inline-block;
        }

        .col-forecast-date {
            width: 85px;
            display: table-cell;
        }

        .col-forecast-name {
            display: table-cell;
            width: auto;
            max-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 13px;
        }


        .col-forecast-amount {
            width: 75px;
            text-align: right;
            display: table-cell;
        }

        .col-forecast-credit {
            width: 0px;
            text-align: right;
            display: none;
        }

        .col-forecast-debit {
            width: 0px;
            text-align: right;
            display: none;
        }

        .col-forecast-balance {
            width: 75px;
            text-align: right;
            display: table-cell;
        }

        .col-forecast-action {
            width: 40px;
            text-align: center;
            display: table-cell;
        }

        .col-budget-name {
            display: table-cell;
            width: auto;
            max-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
        }

        .col-budget-freq {
            display: table-cell;
            width: 125px;
        }

        .col-budget-date {
            display: table-cell;
            width: 75px;
        }

        .col-budget-est {
            display: table-cell;
            width: 75px;
        }

        .col-budget-action {
            display: table-cell;
            width: 20px;
        }

        .col-budget-pw {
            display: table-cell;
            width: 75px;
        }

        .col-account-date {
            display: table-cell;
            width: 125px;
        }

        .col-account-detail {
            display: none;
            width: auto;
            max-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
        }

        .col-account-paid {
            display: table-cell;
            width: 100px;
        }

        .col-account-reference {
            display: table-cell;
            width: 125px;
        }

        .col-account-amount {
            display: table-cell;
            width: 100px;
        }

        .col-account-change {
            display: table-cell;
            width: 30px;
        }

        .col-account-change-value {
            display: table-cell;
            width: 45px;
        }
    }

    /* Medium Devices, Desktops */
    @media only screen and (min-width : 992px) {
        .view {
            left: 260px;
        }

        .header-menu-icon {
            display: none;
            float: left;
        }

        .toggle {
            left: 260px;
            right: -260px;
        }

        .header {
            height: 60px;
        }

        .page {
            top: 61px;
        }

        .header-menu a p {
            display: inline-block;
        }

        .col-forecast-date {
            width: 85px;
            display: table-cell;
        }

        .col-forecast-name {
            display: table-cell;
            width: auto;
            max-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .col-forecast-amount {
            width: 75px;
            text-align: right;
            display: none;
        }

        .col-forecast-credit {
            width: 90px;
            text-align: right;
            display: table-cell;
        }

        .col-forecast-debit {
            width: 90px;
            text-align: right;
            display: table-cell;
        }

        .col-forecast-balance {
            width: 90px;
            text-align: right;
            display: table-cell;
        }

        .col-forecast-action {
            width: 50px;
            text-align: center;
            display: table-cell;
        }

        .col-budget-name {
            display: table-cell;
            width: auto;
            max-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
        }

        .col-budget-freq {
            display: table-cell;
            width: 125px;
        }

        .col-budget-date {
            display: table-cell;
            width: 75px;
        }

        .col-budget-est {
            display: table-cell;
            width: 75px;
        }

        .col-budget-pw {
            display: table-cell;
            width: 75px;
        }

        .col-budget-action {
            display: table-cell;
            width: 20px;
        }

        .col-account-date {
            display: table-cell;
            width: 125px;
        }

        .col-account-detail {
            display: table-cell;
            width: auto;
            max-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
        }

        .col-account-paid {
            display: table-cell;
            width: 100px;
        }

        .col-account-reference {
            display: table-cell;
            width: 125px;
        }

        .col-account-amount {
            display: table-cell;
            width: 100px;
        }

        .col-account-change {
            display: table-cell;
            width: 30px;
        }

        .col-account-change-value {
            display: table-cell;
            width: 45px;
        }
    }


    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
        .view {
            left: 260px;
        }

        .header-menu-icon {
            display: none;
            float: left;
        }

        .toggle {
            left: 260px;
            right: -260px;
        }

        .header-menu a p {
            display: inline-block;
        }

        .col-forecast-date {
            width: 85px;
            display: table-cell;
        }

        .col-forecast-name {
            display: table-cell;
            width: auto;
            max-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
        }

        .col-forecast-amount {
            width: 75px;
            text-align: right;
            display: none;
        }

        .col-forecast-credit {
            width: 90px;
            text-align: right;
            display: table-cell;
        }

        .col-forecast-debit {
            width: 90px;
            text-align: right;
            display: table-cell;
        }

        .col-forecast-balance {
            width: 90px;
            text-align: right;
            display: table-cell;
        }

        .col-forecast-action {
            width: 50px;
            text-align: center;
            display: table-cell;
        }

        .col-budget-name {
            display: table-cell;
            width: auto;
            max-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
        }

        .col-budget-freq {
            display: table-cell;
            width: 125px;
        }

        .col-budget-date {
            display: table-cell;
            width: 75px;
        }

        .col-budget-est {
            display: table-cell;
            width: 75px;
        }

        .col-budget-pw {
            display: table-cell;
            width: 75px;
        }

        .col-budget-icon {
            display: table-cell;
            width: 40px;
        }

        .col-budget-action {
            display: table-cell;
            width: 20px;
        }

        .col-account-date {
            display: table-cell;
            width: 125px;
        }

        .col-account-detail {
            display: table-cell;
            width: auto;
            max-width: 0;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
            font-size: 14px;
        }

        .col-account-paid {
            display: table-cell;
            width: 100px;
        }

        .col-account-reference {
            display: table-cell;
            width: 125px;
        }

        .col-account-amount {
            display: table-cell;
            width: 100px;
        }

        .col-account-change {
            display: table-cell;
            width: 30px;
        }

        .col-account-change-value {
            display: table-cell;
            width: 45px;
        }
    }


    .right {
        text-align: right;
    }

    .center {
        text-align: center;
    }

    .menu .brand {
        display: block;
        text-align: center;
        border-bottom: 1px solid #6d6f75;
        height: 60px;
    }

        .menu .brand img {
            height: 40px;
            vertical-align: middle;
            margin: 10px;
        }

    .menu .user {
        display: inline-block;
        text-align: center;
        border-bottom: 1px solid #6d6f75;
        width: 100%;
    }

        .menu .user a {
            vertical-align: middle;
            display: block;
            color: #fff;
            cursor: pointer;
        }

            .menu .user a i {
                border-radius: 17px;
                border-width: 1px;
                border-color: #6d6f75;
                border-style: solid;
                line-height: 32px;
                font-style: normal;
                width: 34px;
                height: 34px;
                overflow: hidden;
                float: left;
                z-index: 5;
                color: #fff;
                margin: 13px 11px 15px 15px;
                font-style: normal;
                font-size: 14px;
            }

            .menu .user a span {
                display: inline-block;
                color: #fff;
                cursor: pointer;
                float: left;
            }

    .menu .menu-list {
        position: absolute;
        top: 125px;
        left: 0px;
        right: 0px;
        bottom: 51px;
        overflow-x: hidden;
        overflow-y: scroll; /* has to be scroll, not auto */
        -webkit-overflow-scrolling: touch;
    }

    .menu ul,
    .menu li {
        list-style: none;
        padding: 0px;
        margin: 0px;
        line-height: 35px;
        cursor: pointer;
    }

        .menu ul :not(collapsed) .arrow:before,
        .menu li :not(collapsed) .arrow:before {
            font-family: "Font Awesome 5 Pro";
            content: "\f078";
            display: inline-block;
            padding-left: 10px;
            padding-right: 10px;
            vertical-align: middle;
            float: right;
        }

        .menu ul .active,
        .menu li .active {
            border-right: 3px solid #F5A721;
        }

        .menu ul .sub-menu li.active,
        .menu li .sub-menu li.active {
            color: #F5A721;
            font-weight: 800;
            border-right: 5px solid #F5A721;
        }

            .menu ul .sub-menu li.active a,
            .menu li .sub-menu li.active a {
                color: #d19b3d;
            }



        .menu ul .sub-menu li:hover,
        .menu li .sub-menu li:hover {
            background-color: #020203;
        }

        .menu ul .sub-menu li,
        .menu li .sub-menu li {
            background-color: #181c20;
            border: none;
            line-height: 28px;
            border-bottom: 1px solid #23282e;
            margin-left: 0px;
        }

            .menu ul .sub-menu li a,
            .menu li .sub-menu li a {
                text-decoration: none;
                color: #efefef;
                font-weight: 200;
                font-size: 13px;
                line-height: 40px;
                font-family: "Roboto"; /*"Muli", "Helvetica", Arial, sans-serif;*/
                -moz-osx-font-smoothing: grayscale;
                -webkit-font-smoothing: antialiased;
                display: block;
            }

                .menu ul .sub-menu li a i,
                .menu li .sub-menu li a i {
                    padding-left: 10px;
                    width: 20px;
                    padding-right: 35px;
                    font-size: 16px;
                }

    .menu li {
        padding-left: 15px;
        /*border-left: 3px solid #2e353d;
    border-bottom: 1px solid #23282e;*/
    }

        .menu li a {
            text-decoration: none;
            color: #efefef;
            /*font-family: 'Muli';*/
            /*font-weight: 600;*/
            font-size: 11px;
            line-height: 50px;
            -moz-osx-font-smoothing: grayscale;
            -webkit-font-smoothing: antialiased;
        }

            .menu li a i {
                padding-left: 10px;
                width: 20px;
                padding-right: 35px;
                font-size: 20px;
            }



        .menu li:hover {
            /*border-left: 3px solid #d19b3d;*/
            background-color: #4f5b69;
            -webkit-transition: all 1s ease;
            -moz-transition: all 1s ease;
            -o-transition: all 1s ease;
            -ms-transition: all 1s ease;
            transition: all 1s ease;
        }

    .menu .menu-list .menu-content {
        display: block;
    }





    .loader-dots,
    .loader-dots:before,
    .loader-dots:after {
        border-radius: 30%;
        width: 1.2em;
        height: 1.2em;
        -webkit-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation: load-dots-an 1.8s infinite ease-in-out;
        animation: load-dots-an 1.8s infinite ease-in-out;
    }

    .loader-dots {
        color: #f6a821;
        font-size: 10px;
        margin: auto auto;
        position: relative;
        text-indent: -9999em;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

        .loader-dots:before,
        .loader-dots:after {
            content: '';
            position: absolute;
            top: 0;
        }

        .loader-dots:before {
            left: -2em;
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }

        .loader-dots:after {
            left: 2em;
        }

    @-webkit-keyframes load-dots-an {
        0%, 80%, 100% {
            box-shadow: 0 2em 0 -1.3em;
        }

        50% {
            box-shadow: 0 2em 0 0;
        }
    }

    @keyframes load-dots-an {
        0%, 80%, 100% {
            box-shadow: 0 2em 0 -1.3em;
        }

        50% {
            box-shadow: 0 2em 0 0;
        }
    }

    .loader-bar,
    .loader-bar:before,
    .loader-bar:after {
        -webkit-animation: load-bar-an 1s infinite ease-in-out;
        animation: load-bar-an 1s infinite ease-in-out;
        width: 0.66em;
        height: 0.66em;
    }

    .loader-bar {
        color: #f6a821;
        text-indent: -9999em;
        margin: auto auto;
        position: relative;
        font-size: 11px;
        -webkit-transform: translateZ(0);
        -ms-transform: translateZ(0);
        transform: translateZ(0);
        -webkit-animation-delay: -0.16s;
        animation-delay: -0.16s;
    }

        .loader-bar:before,
        .loader-bar:after {
            position: absolute;
            top: 0;
            content: '';
        }

        .loader-bar:before {
            left: -1em;
            -webkit-animation-delay: -0.32s;
            animation-delay: -0.32s;
        }

        .loader-bar:after {
            left: 1em;
        }

    @-webkit-keyframes load-bar-an {
        0%, 80%, 100% {
            box-shadow: 0 0;
            height: 2em;
        }

        40% {
            box-shadow: 0 -1em;
            height: 2.6em;
        }
    }

    @keyframes load-bar-an {
        0%, 80%, 100% {
            box-shadow: 0 0;
            height: 2em;
        }

        40% {
            box-shadow: 0 -1em;
            height: 2.6em;
        }
    }


    .form-control input {
        border-radius: 0px;
    }

    .estimate {
        color: #F7A821;
    }

    .confirmed {
        color: #25950f;
    }

    .reconciled {
        color: cornflowerblue;
        font-weight: bold;
    }

    .increase {
        color: red;
        font-weight: bold;
    }

    .decrease {
        color: green;
        font-weight: bold;
    }

    .direct {
        color: #0796cf;
    }

    .pending {
        color: #d1d1d1;
    }

    .bill-state {
        font-size: 1.5em;
        line-height: 1.2em;
        cursor: pointer;
        margin-right: 5px;
    }

    .dt-right {
        text-align: right;
    }

    .dt-center {
        text-align: center;
    }

    .dataTables tbody tr {
        min-height: 15px; /* or whatever height you need to make them all consistent */
    }

    .slide-in-right {
        height: 100%;
        width: 300px;
        position: fixed;
        z-index: 2;
        top: 0;
        right: -300px;
        background-color: #3C3E48;
        overflow-x: hidden;
        transition: right 0.5s;
    }

    .wrapper {
        transition: margin-right .5s;
    }

    #transactionAction {
        z-index: 100;
    }

        #transactionAction h4 {
            margin: 0px 0px 0px 0px;
            color: #fff;
            font-size: 1.2em;
            font-weight: 100;
        }

        #transactionAction label {
            color: #fff;
        }

    input.currency {
        text-align: right;
        padding-right: 15px;
    }





    .right {
        text-align: right;
    }

    .rt th {
        height: 40px;
        padding: 5px;
        vertical-align: middle;
        font-weight: 700;
        background-color: #e1e1e1
    }

    .rt td {
        height: 40px;
        padding: 0px 5px 0px 5px;
        vertical-align: middle;
    }

    .rt tr:nth-child(even) {
        background: #efefef;
    }

    .rt tr:nth-child(odd) {
        background: #FFF
    }

    .rtt td {
        height: 30px;
        padding: 0px 5px 0px 5px;
        vertical-align: middle;
        color: #000;
        font-weight: bold;
    }


    .btn {
        border-radius: 0px;
        border-width: 2px;
        font-weight: normal;
        border-color: #F7A821;
    }

    .btn-orange {
        background-color: #3C3E48;
        color: #fff;
    }

    .btn.btn-login {
        border-radius: 0px;
        border-width: 1px;
        font-weight: normal;
    }

    .btn.btn-accent {
        color: #fff;
        background-color: #f6a821;
        border-color: #fff;
        font-size: 12px;
    }

        .btn.btn-accent:hover {
            color: #fff;
            background-color: #f6a821;
            border-color: #f6a821;
        }

    .btn.btn-expired {
        color: #fff;
        background-color: red;
        border-color: #fff;
    }

        .btn.btn-expired:hover {
            color: #fff;
            background-color: red;
            border-color: red;
        }


    .login-input {
        background-color: #494B54;
        border: none;
    }

    .login-label {
        color: #fff;
    }


    .Absolute-Center {
        margin: auto;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

        .Absolute-Center.is-Responsive {
            width: 50%;
            height: 50%;
            min-width: 380px;
            max-width: 500px;
        }



    .card {
        border-radius: 0px;
        color: rgb(37, 36, 34);
        margin-bottom: 20px;
        position: relative;
        box-shadow: 0px 2px 2px rgba(204,197,185,0.5);
        background-color: rgb(255, 255, 255);
    }

        .card .card-title {
            position: relative;
        }

        .card .stats {
            position: relative;
        }

        .card .category {
            position: relative;
        }

        .card .description {
            position: relative;
        }

        .card .social-line {
            position: relative;
        }

        .card .actions {
            position: relative;
        }

        .card .card-content {
            position: relative;
        }

        .card .card-footer {
            position: relative;
        }

        .card small {
            position: relative;
        }

        .card a {
            position: relative;
        }

        .card .card-link {
            color: rgb(68, 68, 68);
        }

            .card .card-link:hover {
                color: rgb(51, 51, 51);
            }

            .card .card-link:focus {
                color: rgb(51, 51, 51);
            }

        .card img {
            height: auto;
            max-width: 100%;
        }

        .card .card-header {
            padding: 20px 15px 0px;
            border-radius: 3px 3px 0px 0px;
            position: relative;
            z-index: 3;
        }

            .card .card-header.header-with-icon {
                height: 150px;
            }

            .card .card-header img {
                width: 100%;
            }

            .card .card-header .category {
                padding: 5px 0px;
            }

        .card .actions {
            padding: 10px 15px;
        }

        .card .more {
            padding-top: 10px;
            padding-right: 10px;
            float: right;
            display: block;
            position: relative;
            z-index: 4;
        }

        .card .alert {
            border-radius: 4px;
        }

        .card .category {
            color: rgb(154, 154, 154);
            font-size: 14px;
            font-weight: 400;
            margin-bottom: 0px;
        }

            .card .category i {
                font-size: 16px;
            }

            .card .category.error {
                color: rgb(235, 94, 40);
                font-size: 12px;
            }

        .card .card-title {
            margin: 0px;
            color: rgb(37, 36, 34);
            font-weight: 300;
        }

        .card .card-content {
            padding: 15px 15px 10px;
        }

            .card .card-content .card-title {
                margin: 10px 0px 20px;
            }

            .card .card-content .big-title {
                text-align: center;
                text-transform: uppercase;
            }

            .card .card-content .category ~ .card-title {
                margin-top: 10px;
            }

            .card .card-content .description ~ .card-title {
                margin-top: -10px;
            }

        .card .description {
            color: rgb(102, 97, 91);
            font-size: 16px;
        }

        .card h6 {
            margin: 10px 0px;
            font-size: 12px;
        }

        .card .card-footer {
            padding: 0px 15px 15px;
        }

            .card .card-footer .social-line :first-child.btn {
                border-radius: 0px 0px 0px 6px;
            }

            .card .card-footer .social-line :last-child.btn {
                border-radius: 0px 0px 6px;
            }

            .card .card-footer hr {
                margin-top: 10px;
                margin-bottom: 15px;
            }

            .card .card-footer > .form-group {
                margin-bottom: 0px;
            }

            .card .card-footer .footer-title {
                padding-top: 5px;
                display: inline-block;
            }

        .card .map {
            border-radius: 4px;
            height: 280px;
        }

            .card .map.map-big {
                height: 420px;
            }

        .card.card-separator::after {
            top: 0px;
            width: 1px;
            height: 100%;
            right: -15px;
            position: absolute;
            content: "";
            background-color: rgb(207, 207, 202);
        }

        .card .icon {
            margin: 0px auto;
            top: 60%;
            text-align: center;
            display: block;
            position: relative;
            transform: translateY(-50%);
            -webkit-transform: translateY(-50%);
        }

            .card .icon i {
                padding: 18px;
                border-radius: 50%;
                border: 2px solid rgb(204, 197, 185);
                border-image: none;
                width: 110px;
                height: 110px;
                font-size: 60px;
            }

        .card .icon-big {
            font-size: 3em;
        }

        .card .numbers {
            text-align: right;
            font-size: 2em;
        }

            .card .numbers p {
                margin: 0px;
            }

        .card .pull-right .label {
            margin-top: 7px;
        }

        .card ul.team-members li {
            padding: 10px 0px;
        }

            .card ul.team-members li:not(:last-child) {
                border-bottom-color: rgb(241, 234, 224);
                border-bottom-width: 1px;
                border-bottom-style: solid;
            }

    .col-lg-4 .card .icon i {
        padding: 22px;
        font-size: 80px;
    }

    .card .stats {
        color: rgb(164, 158, 147);
        font-weight: 300;
    }

    .card.card-circle-chart .card-title {
        margin-bottom: 10px;
    }

    .card.card-circle-chart .card-content {
        padding: 10px 15px;
        text-align: center;
    }

    .card .bootstrap-table {
        padding: 0px 20px;
    }

    /*
.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-sm {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-group-sm .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-lg {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.form-group-lg .form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.input-group-addon {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

    .input-group-addon.input-sm {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .input-group-addon.input-lg {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .input-group .form-control:first-child,
    .input-group-addon:first-child,
    .input-group-btn:first-child > .btn,
    .input-group-btn:first-child > .btn-group > .btn,
    .input-group-btn:first-child > .dropdown-toggle,
    .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
    .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

        .input-group .form-control:last-child,
        .input-group-addon:last-child,
        .input-group-btn:last-child > .btn,
        .input-group-btn:last-child > .btn-group > .btn,
        .input-group-btn:last-child > .dropdown-toggle,
        .input-group-btn:first-child > .btn:not(:first-child),
        .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
            -webkit-border-radius: 0;
            -moz-border-radius: 0;
            border-radius: 0;
        }*/


    .bootstrap-datetimepicker-widget [data-action='incrementHours'].btn::after {
        margin: -1px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        clip: rect(0px, 0px, 0px, 0px);
    }

    .bootstrap-datetimepicker-widget [data-action='incrementMinutes'].btn::after {
        margin: -1px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        clip: rect(0px, 0px, 0px, 0px);
    }

    .bootstrap-datetimepicker-widget [data-action='decrementHours'].btn::after {
        margin: -1px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        clip: rect(0px, 0px, 0px, 0px);
    }

    .bootstrap-datetimepicker-widget [data-action='decrementMinutes'].btn::after {
        margin: -1px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        clip: rect(0px, 0px, 0px, 0px);
    }

    .bootstrap-datetimepicker-widget [data-action='showHours'].btn::after {
        margin: -1px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        clip: rect(0px, 0px, 0px, 0px);
    }

    .bootstrap-datetimepicker-widget [data-action='showMinutes'].btn::after {
        margin: -1px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        clip: rect(0px, 0px, 0px, 0px);
    }

    .bootstrap-datetimepicker-widget [data-action='togglePeriod'].btn::after {
        margin: -1px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        clip: rect(0px, 0px, 0px, 0px);
    }

    .bootstrap-datetimepicker-widget [data-action='clear'].btn::after {
        margin: -1px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        clip: rect(0px, 0px, 0px, 0px);
    }

    .bootstrap-datetimepicker-widget [data-action='today'].btn::after {
        margin: -1px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        clip: rect(0px, 0px, 0px, 0px);
    }

    .bootstrap-datetimepicker-widget .picker-switch::after {
        margin: -1px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        clip: rect(0px, 0px, 0px, 0px);
    }

    .bootstrap-datetimepicker-widget table th.prev::after {
        margin: -1px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        clip: rect(0px, 0px, 0px, 0px);
    }

    .bootstrap-datetimepicker-widget table th.next::after {
        margin: -1px;
        padding: 0px;
        border: 0px currentColor;
        border-image: none;
        width: 1px;
        height: 1px;
        overflow: hidden;
        position: absolute;
        clip: rect(0px, 0px, 0px, 0px);
    }

    .bootstrap-datetimepicker-widget {
        list-style: none;
    }

        .bootstrap-datetimepicker-widget a .btn:hover {
            background-color: transparent;
        }

        .bootstrap-datetimepicker-widget.dropdown-menu {
            padding: 4px;
            width: 19em;
        }

    @media all and (min-width:768px) {
        .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
            width: 38em;
        }
    }

    @media all and (min-width:992px) {
        .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
            width: 38em;
        }
    }

    @media all and (min-width:1200px) {
        .bootstrap-datetimepicker-widget.dropdown-menu.timepicker-sbs {
            width: 38em;
        }
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.bottom::before {
        left: 12px;
        right: auto;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.bottom::after {
        left: 12px;
        right: auto;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.top {
        margin-top: auto;
        margin-bottom: -20px;
    }

        .bootstrap-datetimepicker-widget.dropdown-menu.top.open {
            margin-top: auto;
            margin-bottom: 5px;
        }

    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right::before {
        left: auto;
        right: 6px;
    }

    .bootstrap-datetimepicker-widget.dropdown-menu.pull-right::after {
        left: auto;
        right: 7px;
    }

    .bootstrap-datetimepicker-widget .list-unstyled {
        margin: 0px;
    }

    .bootstrap-datetimepicker-widget a[data-action] {
        border-width: 0px;
        padding: 6px 0px;
    }

        .bootstrap-datetimepicker-widget a[data-action]:hover {
            background-color: transparent;
        }

        .bootstrap-datetimepicker-widget a[data-action]:active {
            box-shadow: none;
        }

    .bootstrap-datetimepicker-widget .timepicker-hour {
        margin: 3px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.5em;
        font-weight: 300;
    }

    .bootstrap-datetimepicker-widget .timepicker-minute {
        margin: 3px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.5em;
        font-weight: 300;
    }

    .bootstrap-datetimepicker-widget .timepicker-second {
        margin: 3px;
        border-radius: 50%;
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 1.5em;
        font-weight: 300;
    }

    .bootstrap-datetimepicker-widget button[data-action] {
        padding: 0px;
        width: 38px;
        height: 38px;
    }

    .bootstrap-datetimepicker-widget [data-action='incrementHours'].btn::after {
        content: "Increment Hours";
    }

    .bootstrap-datetimepicker-widget [data-action='incrementMinutes'].btn::after {
        content: "Increment Minutes";
    }

    .bootstrap-datetimepicker-widget [data-action='decrementHours'].btn::after {
        content: "Decrement Hours";
    }

    .bootstrap-datetimepicker-widget [data-action='decrementMinutes'].btn::after {
        content: "Decrement Minutes";
    }

    .bootstrap-datetimepicker-widget [data-action='showHours'].btn::after {
        content: "Show Hours";
    }

    .bootstrap-datetimepicker-widget [data-action='showMinutes'].btn::after {
        content: "Show Minutes";
    }

    .bootstrap-datetimepicker-widget [data-action='togglePeriod'].btn::after {
        content: "Toggle AM/PM";
    }

    .bootstrap-datetimepicker-widget [data-action='clear'].btn::after {
        content: "Clear the picker";
    }

    .bootstrap-datetimepicker-widget [data-action='today'].btn::after {
        content: "Set the date to today";
    }

    .bootstrap-datetimepicker-widget .picker-switch {
        border-radius: 4px;
        text-align: center;
    }

        .bootstrap-datetimepicker-widget .picker-switch::after {
            content: "Toggle Date and Time Screens";
        }

        .bootstrap-datetimepicker-widget .picker-switch td {
            margin: 0px;
            padding: 0px;
            width: auto;
            height: auto;
            line-height: inherit;
        }

            .bootstrap-datetimepicker-widget .picker-switch td span {
                margin: 2px 0px !important;
                border-radius: 4px;
                width: 100%;
                height: 2.5em;
                line-height: 2.5;
            }

    .bootstrap-datetimepicker-widget table {
        margin: 0px;
        width: 100%;
    }

        .bootstrap-datetimepicker-widget table td > div {
            text-align: center;
        }

        .bootstrap-datetimepicker-widget table th > div {
            text-align: center;
        }

        .bootstrap-datetimepicker-widget table th {
            width: 20px;
            height: 20px;
            line-height: 20px;
        }

            .bootstrap-datetimepicker-widget table th.picker-switch {
                width: 145px;
            }

            .bootstrap-datetimepicker-widget table th.disabled {
                background: none;
                color: rgb(207, 207, 202);
                cursor: not-allowed;
            }

                .bootstrap-datetimepicker-widget table th.disabled:hover {
                    background: none;
                    color: rgb(207, 207, 202);
                    cursor: not-allowed;
                }

            .bootstrap-datetimepicker-widget table th.prev span {
                border-radius: 50%;
                width: 27px;
                height: 27px;
                text-align: center;
                line-height: 28px;
                font-size: 12px;
            }

            .bootstrap-datetimepicker-widget table th.next span {
                border-radius: 50%;
                width: 27px;
                height: 27px;
                text-align: center;
                line-height: 28px;
                font-size: 12px;
            }

            .bootstrap-datetimepicker-widget table th.prev::after {
                content: "Previous Month";
            }

            .bootstrap-datetimepicker-widget table th.next::after {
                content: "Next Month";
            }

            .bootstrap-datetimepicker-widget table th.dow {
                text-align: center;
                color: rgb(154, 154, 154);
                text-transform: uppercase;
                padding-top: 10px;
                padding-bottom: 5px;
                font-size: 12px;
                font-weight: 400;
                border-bottom-color: rgb(227, 227, 227);
                border-bottom-width: 1px;
                border-bottom-style: solid;
            }

        .bootstrap-datetimepicker-widget table thead tr:first-child th {
            cursor: pointer;
        }

            .bootstrap-datetimepicker-widget table thead tr:first-child th:hover span {
                background: rgb(227, 227, 227);
            }

            .bootstrap-datetimepicker-widget table thead tr:first-child th.picker-switch:hover {
                background: rgb(227, 227, 227);
            }

        .bootstrap-datetimepicker-widget table td > div {
            border-radius: 4px;
            width: 54px;
            height: 54px;
            text-align: center;
            line-height: 54px;
        }

        .bootstrap-datetimepicker-widget table td.cw > div {
            height: 20px;
            color: rgb(207, 207, 202);
            line-height: 20px;
            font-size: 0.8em;
        }

        .bootstrap-datetimepicker-widget table td.day > div {
            margin: 0px auto;
            padding: 0px;
            border-radius: 50%;
            width: 30px;
            height: 30px;
            text-align: center;
            line-height: 30px;
            position: relative;
            z-index: -1;
        }

        .bootstrap-datetimepicker-widget table td.minute > div {
            border-radius: 50%;
        }

        .bootstrap-datetimepicker-widget table td.hour > div {
            border-radius: 50%;
        }

        .bootstrap-datetimepicker-widget table td.day:hover > div {
            background: rgb(227, 227, 227);
            cursor: pointer;
        }

        .bootstrap-datetimepicker-widget table td.hour:hover > div {
            background: rgb(227, 227, 227);
            cursor: pointer;
        }

        .bootstrap-datetimepicker-widget table td.minute:hover > div {
            background: rgb(227, 227, 227);
            cursor: pointer;
        }

        .bootstrap-datetimepicker-widget table td.second:hover > div {
            background: rgb(227, 227, 227);
            cursor: pointer;
        }

        .bootstrap-datetimepicker-widget table td.old > div {
            color: rgb(207, 207, 202);
        }

        .bootstrap-datetimepicker-widget table td.new > div {
            color: rgb(207, 207, 202);
        }

        .bootstrap-datetimepicker-widget table td.today > div::before {
            right: 4px;
            bottom: 4px;
            border-top-color: rgba(0, 0, 0, 0.2);
            border-bottom-color: rgb(104, 179, 200);
            display: inline-block;
            position: absolute;
            content: "";
        }

        .bootstrap-datetimepicker-widget table td.active > div {
            color: rgb(255, 255, 255);
            background-color: rgb(104, 179, 200);
        }

        .bootstrap-datetimepicker-widget table td.active:hover > div {
            color: rgb(255, 255, 255);
            background-color: rgb(104, 179, 200);
        }

        .bootstrap-datetimepicker-widget table td.disabled > div {
            background: none;
            color: rgb(207, 207, 202);
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table td.disabled:hover > div {
            background: none;
            color: rgb(207, 207, 202);
            cursor: not-allowed;
        }

        .bootstrap-datetimepicker-widget table td span {
            margin: 3px;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            text-align: center;
            line-height: 40px;
            display: inline-block;
            cursor: pointer;
        }

            .bootstrap-datetimepicker-widget table td span:hover {
                background: rgb(227, 227, 227);
            }

            .bootstrap-datetimepicker-widget table td span.active {
                color: rgb(255, 255, 255);
                background-color: rgb(104, 179, 200);
            }

            .bootstrap-datetimepicker-widget table td span.old {
                color: rgb(207, 207, 202);
            }

            .bootstrap-datetimepicker-widget table td span.disabled {
                background: none;
                color: rgb(207, 207, 202);
                cursor: not-allowed;
            }

                .bootstrap-datetimepicker-widget table td span.disabled:hover {
                    background: none;
                    color: rgb(207, 207, 202);
                    cursor: not-allowed;
                }

    .bootstrap-datetimepicker-widget .timepicker-picker span {
        border-radius: 50% !important;
    }

    .bootstrap-datetimepicker-widget .timepicker-hours span {
        border-radius: 50% !important;
    }

    .bootstrap-datetimepicker-widget .timepicker-minutes span {
        border-radius: 50% !important;
    }

    .bootstrap-datetimepicker-widget.usetwentyfour td.hour {
        height: 27px;
        line-height: 27px;
    }

    .input-group.date .input-group-addon {
        cursor: pointer;
    }

    h1 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    .h1 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    h2 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    .h2 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    h3 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    .h3 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    h4 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-size: 16px;
    }

    .h4 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    h5 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    .h5 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    h6 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }

    .h6 {
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
    }



    .ct-label {
        color: rgba(0, 0, 0, 0.4);
        line-height: 1;
        font-size: 0.9em;
        fill: rgba(0, 0, 0, 0.4);
    }

    .ct-chart-line .ct-label {
        display: flex;
    }

    .ct-chart-bar .ct-label {
        display: flex;
    }

    .ct-label.ct-horizontal.ct-start {
        text-align: left;
        text-anchor: start;
        justify-content: flex-start;
        align-items: flex-end;
        -webkit-box-align: flex-end;
        -webkit-align-items: flex-end;
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
    }

    .ct-label.ct-horizontal.ct-end {
        text-align: left;
        text-anchor: start;
        justify-content: flex-start;
        align-items: flex-start;
        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
    }

    .ct-label.ct-vertical.ct-start {
        text-align: right;
        text-anchor: end;
        justify-content: flex-end;
        align-items: flex-end;
        -webkit-box-align: flex-end;
        -webkit-align-items: flex-end;
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
    }

    .ct-label.ct-vertical.ct-end {
        text-align: left;
        text-anchor: start;
        justify-content: flex-start;
        align-items: flex-end;
        -webkit-box-align: flex-end;
        -webkit-align-items: flex-end;
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
    }

    .ct-chart-bar .ct-label.ct-horizontal.ct-start {
        text-align: center;
        text-anchor: start;
        justify-content: center;
        align-items: flex-end;
        -webkit-box-align: flex-end;
        -webkit-align-items: flex-end;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }

    .ct-chart-bar .ct-label.ct-horizontal.ct-end {
        text-align: center;
        text-anchor: start;
        justify-content: center;
        align-items: flex-start;
        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
    }

    .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-start {
        text-align: left;
        text-anchor: start;
        justify-content: flex-start;
        align-items: flex-end;
        -webkit-box-align: flex-end;
        -webkit-align-items: flex-end;
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
    }

    .ct-chart-bar.ct-horizontal-bars .ct-label.ct-horizontal.ct-end {
        text-align: left;
        text-anchor: start;
        justify-content: flex-start;
        align-items: flex-start;
        -webkit-box-align: flex-start;
        -webkit-align-items: flex-start;
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
    }

    .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-start {
        text-align: right;
        text-anchor: end;
        justify-content: flex-end;
        align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -webkit-box-pack: flex-end;
        -webkit-justify-content: flex-end;
    }

    .ct-chart-bar.ct-horizontal-bars .ct-label.ct-vertical.ct-end {
        text-align: left;
        text-anchor: end;
        justify-content: flex-start;
        align-items: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -webkit-box-pack: flex-start;
        -webkit-justify-content: flex-start;
    }

    .ct-grid {
        stroke: rgba(0, 0, 0, 0.2);
        stroke-dasharray: 2px;
        stroke-width: 1px;
    }

    .ct-point {
        stroke-linecap: round;
        stroke-width: 10px;
    }

    .ct-line {
        fill: none;
        stroke-width: 4px;
    }

    .ct-area {
        fill-opacity: 0.7;
        stroke: none;
    }

    .ct-bar {
        fill: none;
        stroke-width: 10px;
    }

    .ct-slice-donut {
        fill: none;
        stroke-width: 30px;
    }

    .ct-series-a .ct-point {
        stroke: #68b3c8;
    }

    .ct-series-a .ct-line {
        stroke: #68b3c8;
    }

    .ct-series-a .ct-bar {
        stroke: #68b3c8;
    }

    .ct-series-a .ct-slice-donut {
        stroke: #68b3c8;
    }

    .ct-series-a .ct-slice-pie {
        fill: #68b3c8;
    }

    .ct-series-a .ct-area {
        fill: #68b3c8;
    }

    .ct-series-b .ct-point {
        stroke: #f3bb45;
    }

    .ct-series-b .ct-line {
        stroke: #f3bb45;
    }

    .ct-series-b .ct-bar {
        stroke: #f3bb45;
    }

    .ct-series-b .ct-slice-donut {
        stroke: #f3bb45;
    }

    .ct-series-b .ct-slice-pie {
        fill: #f3bb45;
    }

    .ct-series-b .ct-area {
        fill: #f3bb45;
    }

    .ct-series-c .ct-point {
        stroke: #eb5e28;
    }

    .ct-series-c .ct-line {
        stroke: #eb5e28;
    }

    .ct-series-c .ct-bar {
        stroke: #eb5e28;
    }

    .ct-series-c .ct-slice-donut {
        stroke: #eb5e28;
    }

    .ct-series-c .ct-slice-pie {
        fill: #eb5e28;
    }

    .ct-series-c .ct-area {
        fill: #eb5e28;
    }

    .ct-series-d .ct-point {
        stroke: #7ac29a;
    }

    .ct-series-d .ct-line {
        stroke: #7ac29a;
    }

    .ct-series-d .ct-bar {
        stroke: #7ac29a;
    }

    .ct-series-d .ct-slice-donut {
        stroke: #7ac29a;
    }

    .ct-series-d .ct-slice-pie {
        fill: #7ac29a;
    }

    .ct-series-d .ct-area {
        fill: #7ac29a;
    }

    .ct-series-e .ct-point {
        stroke: #7a9e9f;
    }

    .ct-series-e .ct-line {
        stroke: #7a9e9f;
    }

    .ct-series-e .ct-bar {
        stroke: #7a9e9f;
    }

    .ct-series-e .ct-slice-donut {
        stroke: #7a9e9f;
    }

    .ct-series-e .ct-slice-pie {
        fill: #7a9e9f;
    }

    .ct-series-e .ct-area {
        fill: #7a9e9f;
    }

    .ct-series-f .ct-point {
        stroke: rgba(104, 179, 200, 0.8);
    }

    .ct-series-f .ct-line {
        stroke: rgba(104, 179, 200, 0.8);
    }

    .ct-series-f .ct-bar {
        stroke: rgba(104, 179, 200, 0.8);
    }

    .ct-series-f .ct-slice-donut {
        stroke: rgba(104, 179, 200, 0.8);
    }

    .ct-series-f .ct-slice-pie {
        fill: rgba(104, 179, 200, 0.8);
    }

    .ct-series-f .ct-area {
        fill: rgba(104, 179, 200, 0.8);
    }

    .ct-series-g .ct-point {
        stroke: rgba(122, 194, 154, 0.8);
    }

    .ct-series-g .ct-line {
        stroke: rgba(122, 194, 154, 0.8);
    }

    .ct-series-g .ct-bar {
        stroke: rgba(122, 194, 154, 0.8);
    }

    .ct-series-g .ct-slice-donut {
        stroke: rgba(122, 194, 154, 0.8);
    }

    .ct-series-g .ct-slice-pie {
        fill: rgba(122, 194, 154, 0.8);
    }

    .ct-series-g .ct-area {
        fill: rgba(122, 194, 154, 0.8);
    }

    .ct-series-h .ct-point {
        stroke: rgba(243, 187, 69, 0.8);
    }

    .ct-series-h .ct-line {
        stroke: rgba(243, 187, 69, 0.8);
    }

    .ct-series-h .ct-bar {
        stroke: rgba(243, 187, 69, 0.8);
    }

    .ct-series-h .ct-slice-donut {
        stroke: rgba(243, 187, 69, 0.8);
    }

    .ct-series-h .ct-slice-pie {
        fill: rgba(243, 187, 69, 0.8);
    }

    .ct-series-h .ct-area {
        fill: rgba(243, 187, 69, 0.8);
    }

    .ct-series-i .ct-point {
        stroke: rgba(235, 94, 40, 0.8);
    }

    .ct-series-i .ct-line {
        stroke: rgba(235, 94, 40, 0.8);
    }

    .ct-series-i .ct-bar {
        stroke: rgba(235, 94, 40, 0.8);
    }

    .ct-series-i .ct-slice-donut {
        stroke: rgba(235, 94, 40, 0.8);
    }

    .ct-series-i .ct-slice-pie {
        fill: rgba(235, 94, 40, 0.8);
    }

    .ct-series-i .ct-area {
        fill: rgba(235, 94, 40, 0.8);
    }

    .ct-series-j .ct-point {
        stroke: rgba(122, 158, 159, 0.8);
    }

    .ct-series-j .ct-line {
        stroke: rgba(122, 158, 159, 0.8);
    }

    .ct-series-j .ct-bar {
        stroke: rgba(122, 158, 159, 0.8);
    }

    .ct-series-j .ct-slice-donut {
        stroke: rgba(122, 158, 159, 0.8);
    }

    .ct-series-j .ct-slice-pie {
        fill: rgba(122, 158, 159, 0.8);
    }

    .ct-series-j .ct-area {
        fill: rgba(122, 158, 159, 0.8);
    }

    .ct-series-k .ct-point {
        stroke: rgba(104, 179, 200, 0.6);
    }

    .ct-series-k .ct-line {
        stroke: rgba(104, 179, 200, 0.6);
    }

    .ct-series-k .ct-bar {
        stroke: rgba(104, 179, 200, 0.6);
    }

    .ct-series-k .ct-slice-donut {
        stroke: rgba(104, 179, 200, 0.6);
    }

    .ct-series-k .ct-slice-pie {
        fill: rgba(104, 179, 200, 0.6);
    }

    .ct-series-k .ct-area {
        fill: rgba(104, 179, 200, 0.6);
    }

    .ct-series-l .ct-point {
        stroke: rgba(122, 194, 154, 0.6);
    }

    .ct-series-l .ct-line {
        stroke: rgba(122, 194, 154, 0.6);
    }

    .ct-series-l .ct-bar {
        stroke: rgba(122, 194, 154, 0.6);
    }

    .ct-series-l .ct-slice-donut {
        stroke: rgba(122, 194, 154, 0.6);
    }

    .ct-series-l .ct-slice-pie {
        fill: rgba(122, 194, 154, 0.6);
    }

    .ct-series-l .ct-area {
        fill: rgba(122, 194, 154, 0.6);
    }

    .ct-series-m .ct-point {
        stroke: rgba(243, 187, 69, 0.6);
    }

    .ct-series-m .ct-line {
        stroke: rgba(243, 187, 69, 0.6);
    }

    .ct-series-m .ct-bar {
        stroke: rgba(243, 187, 69, 0.6);
    }

    .ct-series-m .ct-slice-donut {
        stroke: rgba(243, 187, 69, 0.6);
    }

    .ct-series-m .ct-slice-pie {
        fill: rgba(243, 187, 69, 0.6);
    }

    .ct-series-m .ct-area {
        fill: rgba(243, 187, 69, 0.6);
    }

    .ct-series-n .ct-point {
        stroke: rgba(235, 94, 40, 0.6);
    }

    .ct-series-n .ct-line {
        stroke: rgba(235, 94, 40, 0.6);
    }

    .ct-series-n .ct-bar {
        stroke: rgba(235, 94, 40, 0.6);
    }

    .ct-series-n .ct-slice-donut {
        stroke: rgba(235, 94, 40, 0.6);
    }

    .ct-series-n .ct-slice-pie {
        fill: rgba(235, 94, 40, 0.6);
    }

    .ct-series-n .ct-area {
        fill: rgba(235, 94, 40, 0.6);
    }

    .ct-series-o .ct-point {
        stroke: rgba(122, 158, 159, 0.6);
    }

    .ct-series-o .ct-line {
        stroke: rgba(122, 158, 159, 0.6);
    }

    .ct-series-o .ct-bar {
        stroke: rgba(122, 158, 159, 0.6);
    }

    .ct-series-o .ct-slice-donut {
        stroke: rgba(122, 158, 159, 0.6);
    }

    .ct-series-o .ct-slice-pie {
        fill: rgba(122, 158, 159, 0.6);
    }

    .ct-series-o .ct-area {
        fill: rgba(122, 158, 159, 0.6);
    }

    .ct-square {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-square::before {
            width: 0px;
            height: 0px;
            padding-bottom: 100%;
            float: left;
            display: block;
            content: "";
        }

        .ct-square::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-square > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-minor-second {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-minor-second::before {
            width: 0px;
            height: 0px;
            padding-bottom: 93.75%;
            float: left;
            display: block;
            content: "";
        }

        .ct-minor-second::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-minor-second > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-major-second {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-major-second::before {
            width: 0px;
            height: 0px;
            padding-bottom: 88.88%;
            float: left;
            display: block;
            content: "";
        }

        .ct-major-second::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-major-second > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-minor-third {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-minor-third::before {
            width: 0px;
            height: 0px;
            padding-bottom: 83.33%;
            float: left;
            display: block;
            content: "";
        }

        .ct-minor-third::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-minor-third > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-major-third {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-major-third::before {
            width: 0px;
            height: 0px;
            padding-bottom: 80%;
            float: left;
            display: block;
            content: "";
        }

        .ct-major-third::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-major-third > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-perfect-fourth {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-perfect-fourth::before {
            width: 0px;
            height: 0px;
            padding-bottom: 75%;
            float: left;
            display: block;
            content: "";
        }

        .ct-perfect-fourth::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-perfect-fourth > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-perfect-fifth {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-perfect-fifth::before {
            width: 0px;
            height: 0px;
            padding-bottom: 66.66%;
            float: left;
            display: block;
            content: "";
        }

        .ct-perfect-fifth::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-perfect-fifth > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-minor-sixth {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-minor-sixth::before {
            width: 0px;
            height: 0px;
            padding-bottom: 62.5%;
            float: left;
            display: block;
            content: "";
        }

        .ct-minor-sixth::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-minor-sixth > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-golden-section {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-golden-section::before {
            width: 0px;
            height: 0px;
            padding-bottom: 61.8%;
            float: left;
            display: block;
            content: "";
        }

        .ct-golden-section::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-golden-section > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-major-sixth {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-major-sixth::before {
            width: 0px;
            height: 0px;
            padding-bottom: 60%;
            float: left;
            display: block;
            content: "";
        }

        .ct-major-sixth::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-major-sixth > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-minor-seventh {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-minor-seventh::before {
            width: 0px;
            height: 0px;
            padding-bottom: 56.25%;
            float: left;
            display: block;
            content: "";
        }

        .ct-minor-seventh::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-minor-seventh > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-major-seventh {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-major-seventh::before {
            width: 0px;
            height: 0px;
            padding-bottom: 53.33%;
            float: left;
            display: block;
            content: "";
        }

        .ct-major-seventh::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-major-seventh > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-octave {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-octave::before {
            width: 0px;
            height: 0px;
            padding-bottom: 50%;
            float: left;
            display: block;
            content: "";
        }

        .ct-octave::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-octave > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-major-tenth {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-major-tenth::before {
            width: 0px;
            height: 0px;
            padding-bottom: 40%;
            float: left;
            display: block;
            content: "";
        }

        .ct-major-tenth::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-major-tenth > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-major-eleventh {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-major-eleventh::before {
            width: 0px;
            height: 0px;
            padding-bottom: 37.5%;
            float: left;
            display: block;
            content: "";
        }

        .ct-major-eleventh::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-major-eleventh > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-major-twelfth {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-major-twelfth::before {
            width: 0px;
            height: 0px;
            padding-bottom: 33.33%;
            float: left;
            display: block;
            content: "";
        }

        .ct-major-twelfth::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-major-twelfth > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-double-octave {
        width: 100%;
        display: block;
        position: relative;
    }

        .ct-double-octave::before {
            width: 0px;
            height: 0px;
            padding-bottom: 25%;
            float: left;
            display: block;
            content: "";
        }

        .ct-double-octave::after {
            clear: both;
            display: table;
            content: "";
        }

        .ct-double-octave > svg {
            left: 0px;
            top: 0px;
            display: block;
            position: absolute;
        }

    .ct-blue {
        stroke: #7a9e9f !important;
    }

    .ct-azure {
        stroke: #68b3c8 !important;
    }

    .ct-green {
        stroke: #7ac29a !important;
    }

    .ct-orange {
        stroke: #f3bb45 !important;
    }

    .ct-red {
        stroke: #eb5e28 !important;
    }

    .ps-container {
        overflow: hidden !important;
        -ms-overflow-style: none;
        -ms-touch-action: none;
        touch-action: none;
    }

    @media screen and (-ms-high-contrast:active), all and (-ms-high-contrast:none) {
        .ps-container {
            overflow: auto !important;
        }
    }

    .ps-container.ps-active-x > .ps-scrollbar-x-rail {
        display: block;
        background-color: transparent;
    }

    .ps-container.ps-active-y > .ps-scrollbar-y-rail {
        display: block;
        background-color: transparent;
    }

    .ps-container.ps-in-scrolling {
        pointer-events: none;
    }

        .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail {
            opacity: 0.9;
            background-color: rgb(227, 227, 227);
        }

            .ps-container.ps-in-scrolling.ps-x > .ps-scrollbar-x-rail > .ps-scrollbar-x {
                background-color: rgb(154, 154, 154);
            }

        .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail {
            opacity: 0.9;
            background-color: rgb(227, 227, 227);
        }

            .ps-container.ps-in-scrolling.ps-y > .ps-scrollbar-y-rail > .ps-scrollbar-y {
                background-color: rgb(154, 154, 154);
            }

    .ps-container > .ps-scrollbar-x-rail {
        border-radius: 4px;
        transition: background-color 0.2s linear, opacity 0.2s linear;
        height: 8px;
        bottom: 3px;
        display: none;
        position: absolute;
        opacity: 0;
        -webkit-transition: background-color .2s linear, opacity .2s linear;
        -o-transition: background-color .2s linear, opacity .2s linear;
        -moz-transition: background-color .2s linear, opacity .2s linear;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

        .ps-container > .ps-scrollbar-x-rail > .ps-scrollbar-x {
            border-radius: 4px;
            transition: background-color 0.2s linear;
            height: 8px;
            bottom: 0px;
            position: absolute;
            background-color: rgb(170, 170, 170);
            -webkit-transition: background-color .2s linear;
            -o-transition: background-color .2s linear;
            -moz-transition: background-color .2s linear;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

    .ps-container > .ps-scrollbar-y-rail {
        border-radius: 4px;
        transition: background-color 0.2s linear, opacity 0.2s linear;
        width: 8px;
        right: 3px;
        display: none;
        position: absolute;
        z-index: 1042;
        opacity: 0;
        -webkit-transition: background-color .2s linear, opacity .2s linear;
        -o-transition: background-color .2s linear, opacity .2s linear;
        -moz-transition: background-color .2s linear, opacity .2s linear;
        -webkit-border-radius: 4px;
        -moz-border-radius: 4px;
    }

        .ps-container > .ps-scrollbar-y-rail > .ps-scrollbar-y {
            border-radius: 4px;
            transition: background-color 0.2s linear;
            width: 8px;
            right: 0px;
            position: absolute;
            background-color: rgb(170, 170, 170);
            -webkit-transition: background-color .2s linear;
            -o-transition: background-color .2s linear;
            -moz-transition: background-color .2s linear;
            -webkit-border-radius: 4px;
            -moz-border-radius: 4px;
        }

    .ps-container.ps-in-scrolling:hover {
        pointer-events: none;
    }

    .ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail {
        opacity: 0.9;
        background-color: rgb(227, 227, 227);
    }

        .ps-container.ps-in-scrolling.ps-x:hover > .ps-scrollbar-x-rail > .ps-scrollbar-x {
            background-color: rgb(154, 154, 154);
        }

    .ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail {
        opacity: 0.9;
        background-color: rgb(227, 227, 227);
    }

        .ps-container.ps-in-scrolling.ps-y:hover > .ps-scrollbar-y-rail > .ps-scrollbar-y {
            background-color: rgb(154, 154, 154);
        }

    .ps-container:hover > .ps-scrollbar-x-rail {
        opacity: 0.6;
    }

    .ps-container:hover > .ps-scrollbar-y-rail {
        opacity: 0.6;
    }

    .ps-container:hover > .ps-scrollbar-x-rail:hover {
        opacity: 0.9;
        background-color: rgb(227, 227, 227);
    }

        .ps-container:hover > .ps-scrollbar-x-rail:hover > .ps-scrollbar-x {
            background-color: rgb(154, 154, 154);
        }

    .ps-container:hover > .ps-scrollbar-y-rail:hover {
        opacity: 0.9;
        background-color: rgb(227, 227, 227);
    }

        .ps-container:hover > .ps-scrollbar-y-rail:hover > .ps-scrollbar-y {
            background-color: rgb(154, 154, 154);
        }

    .login-input {
        background-color: #494B54;
        border: none;
    }

    .login-label {
        color: #fff;
        font-weight: 200;
    }



    .checkbox {
        padding-left: 20px;
    }

        .checkbox label {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            padding-left: 5px;
        }

            .checkbox label::before {
                content: "";
                display: inline-block;
                position: absolute;
                width: 17px;
                height: 17px;
                left: 0;
                margin-left: -20px;
                border: 1px solid #cccccc;
                border-radius: 3px;
                background-color: #fff;
                -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
                -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
                transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
            }

            .checkbox label::after {
                display: inline-block;
                position: absolute;
                width: 16px;
                height: 16px;
                left: 0;
                top: 0;
                margin-left: -20px;
                padding-left: 3px;
                padding-top: 1px;
                font-size: 11px;
                color: #555555;
            }

        .checkbox input[type="checkbox"],
        .checkbox input[type="radio"] {
            opacity: 0;
            z-index: 1;
            cursor: pointer;
        }

            .checkbox input[type="checkbox"]:focus + label::before,
            .checkbox input[type="radio"]:focus + label::before {
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }

            .checkbox input[type="checkbox"]:checked + label::after,
            .checkbox input[type="radio"]:checked + label::after {
                font-family: "Font Awesome 5 Pro";
                content: "\f00c";
            }

            .checkbox input[type="checkbox"]:indeterminate + label::after,
            .checkbox input[type="radio"]:indeterminate + label::after {
                display: block;
                content: "";
                width: 10px;
                height: 3px;
                background-color: #555555;
                border-radius: 2px;
                margin-left: -16.5px;
                margin-top: 7px;
            }

            .checkbox input[type="checkbox"]:disabled,
            .checkbox input[type="radio"]:disabled {
                cursor: not-allowed;
            }

                .checkbox input[type="checkbox"]:disabled + label,
                .checkbox input[type="radio"]:disabled + label {
                    opacity: 0.65;
                }

                    .checkbox input[type="checkbox"]:disabled + label::before,
                    .checkbox input[type="radio"]:disabled + label::before {
                        background-color: #eeeeee;
                        cursor: not-allowed;
                    }

        .checkbox.checkbox-circle label::before {
            border-radius: 50%;
        }

        .checkbox.checkbox-inline {
            margin-top: 0;
        }

    .checkbox-primary input[type="checkbox"]:checked + label::before,
    .checkbox-primary input[type="radio"]:checked + label::before {
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .checkbox-primary input[type="checkbox"]:checked + label::after,
    .checkbox-primary input[type="radio"]:checked + label::after {
        color: #fff;
    }

    .checkbox-danger input[type="checkbox"]:checked + label::before,
    .checkbox-danger input[type="radio"]:checked + label::before {
        background-color: #d9534f;
        border-color: #d9534f;
    }

    .checkbox-danger input[type="checkbox"]:checked + label::after,
    .checkbox-danger input[type="radio"]:checked + label::after {
        color: #fff;
    }

    .checkbox-info input[type="checkbox"]:checked + label::before,
    .checkbox-info input[type="radio"]:checked + label::before {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .checkbox-info input[type="checkbox"]:checked + label::after,
    .checkbox-info input[type="radio"]:checked + label::after {
        color: #fff;
    }

    .checkbox-warning input[type="checkbox"]:checked + label::before,
    .checkbox-warning input[type="radio"]:checked + label::before {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .checkbox-warning input[type="checkbox"]:checked + label::after,
    .checkbox-warning input[type="radio"]:checked + label::after {
        color: #fff;
    }

    .checkbox-success input[type="checkbox"]:checked + label::before,
    .checkbox-success input[type="radio"]:checked + label::before {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .checkbox-success input[type="checkbox"]:checked + label::after,
    .checkbox-success input[type="radio"]:checked + label::after {
        color: #fff;
    }

    .checkbox-primary input[type="checkbox"]:indeterminate + label::before,
    .checkbox-primary input[type="radio"]:indeterminate + label::before {
        background-color: #337ab7;
        border-color: #337ab7;
    }

    .checkbox-primary input[type="checkbox"]:indeterminate + label::after,
    .checkbox-primary input[type="radio"]:indeterminate + label::after {
        background-color: #fff;
    }

    .checkbox-danger input[type="checkbox"]:indeterminate + label::before,
    .checkbox-danger input[type="radio"]:indeterminate + label::before {
        background-color: #d9534f;
        border-color: #d9534f;
    }

    .checkbox-danger input[type="checkbox"]:indeterminate + label::after,
    .checkbox-danger input[type="radio"]:indeterminate + label::after {
        background-color: #fff;
    }

    .checkbox-info input[type="checkbox"]:indeterminate + label::before,
    .checkbox-info input[type="radio"]:indeterminate + label::before {
        background-color: #5bc0de;
        border-color: #5bc0de;
    }

    .checkbox-info input[type="checkbox"]:indeterminate + label::after,
    .checkbox-info input[type="radio"]:indeterminate + label::after {
        background-color: #fff;
    }

    .checkbox-warning input[type="checkbox"]:indeterminate + label::before,
    .checkbox-warning input[type="radio"]:indeterminate + label::before {
        background-color: #f0ad4e;
        border-color: #f0ad4e;
    }

    .checkbox-warning input[type="checkbox"]:indeterminate + label::after,
    .checkbox-warning input[type="radio"]:indeterminate + label::after {
        background-color: #fff;
    }

    .checkbox-success input[type="checkbox"]:indeterminate + label::before,
    .checkbox-success input[type="radio"]:indeterminate + label::before {
        background-color: #5cb85c;
        border-color: #5cb85c;
    }

    .checkbox-success input[type="checkbox"]:indeterminate + label::after,
    .checkbox-success input[type="radio"]:indeterminate + label::after {
        background-color: #fff;
    }

    .radio {
        padding-left: 20px;
    }

        .radio label {
            display: inline-block;
            vertical-align: middle;
            position: relative;
            padding-left: 5px;
        }

            .radio label::before {
                content: "";
                display: inline-block;
                position: absolute;
                width: 17px;
                height: 17px;
                left: 0;
                margin-left: -20px;
                border: 1px solid #cccccc;
                border-radius: 50%;
                background-color: #fff;
                -webkit-transition: border 0.15s ease-in-out;
                -o-transition: border 0.15s ease-in-out;
                transition: border 0.15s ease-in-out;
            }

            .radio label::after {
                display: inline-block;
                position: absolute;
                content: " ";
                width: 11px;
                height: 11px;
                left: 3px;
                top: 3px;
                margin-left: -20px;
                border-radius: 50%;
                background-color: #555555;
                -webkit-transform: scale(0, 0);
                -ms-transform: scale(0, 0);
                -o-transform: scale(0, 0);
                transform: scale(0, 0);
                -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
                -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
                -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
                transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
            }

        .radio input[type="radio"] {
            opacity: 0;
            z-index: 1;
            cursor: pointer;
        }

            .radio input[type="radio"]:focus + label::before {
                outline: thin dotted;
                outline: 5px auto -webkit-focus-ring-color;
                outline-offset: -2px;
            }

            .radio input[type="radio"]:checked + label::after {
                -webkit-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                -o-transform: scale(1, 1);
                transform: scale(1, 1);
            }

            .radio input[type="radio"]:disabled {
                cursor: not-allowed;
            }

                .radio input[type="radio"]:disabled + label {
                    opacity: 0.65;
                }

                    .radio input[type="radio"]:disabled + label::before {
                        cursor: not-allowed;
                    }

        .radio.radio-inline {
            margin-top: 0;
        }

    .radio-primary input[type="radio"] + label::after {
        background-color: #337ab7;
    }

    .radio-primary input[type="radio"]:checked + label::before {
        border-color: #337ab7;
    }

    .radio-primary input[type="radio"]:checked + label::after {
        background-color: #337ab7;
    }

    .radio-danger input[type="radio"] + label::after {
        background-color: #d9534f;
    }

    .radio-danger input[type="radio"]:checked + label::before {
        border-color: #d9534f;
    }

    .radio-danger input[type="radio"]:checked + label::after {
        background-color: #d9534f;
    }

    .radio-info input[type="radio"] + label::after {
        background-color: #5bc0de;
    }

    .radio-info input[type="radio"]:checked + label::before {
        border-color: #5bc0de;
    }

    .radio-info input[type="radio"]:checked + label::after {
        background-color: #5bc0de;
    }

    .radio-warning input[type="radio"] + label::after {
        background-color: #f0ad4e;
    }

    .radio-warning input[type="radio"]:checked + label::before {
        border-color: #f0ad4e;
    }

    .radio-warning input[type="radio"]:checked + label::after {
        background-color: #f0ad4e;
    }

    .radio-success input[type="radio"] + label::after {
        background-color: #5cb85c;
    }

    .radio-success input[type="radio"]:checked + label::before {
        border-color: #5cb85c;
    }

    .radio-success input[type="radio"]:checked + label::after {
        background-color: #5cb85c;
    }

    input[type="checkbox"].styled:checked + label:after,
    input[type="radio"].styled:checked + label:after {
        font-family: "Font Awesome 5 Pro";
        content: "\f00c";
    }

    input[type="checkbox"] .styled:checked + label::before,
    input[type="radio"] .styled:checked + label::before {
        color: #fff;
    }

    input[type="checkbox"] .styled:checked + label::after,
    input[type="radio"] .styled:checked + label::after {
        color: #fff;
    }


    .my-error-class {
        color: #FF0000; /* red */
    }

    .my-valid-class {
        color: #00CC00; /* green */
    }

    label {
        font-weight: normal;
    }






    .switch {
        position: relative;
        display: inline-block;
        width: 54px;
        height: 28px;
    }

        /* Hide default HTML checkbox */
        .switch input {
            opacity: 0;
            width: 0;
            height: 0;
        }

    /* The slider */
    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #ccc;
        -webkit-transition: .4s;
        transition: .4s;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 20px;
            width: 20px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            -webkit-transition: .4s;
            transition: .4s;
        }

    input:checked + .slider {
        background-color: #F7A821;
    }

    input:focus + .slider {
        box-shadow: 0 0 1px #F7A821;
    }

    input:checked + .slider:before {
        -webkit-transform: translateX(26px);
        -ms-transform: translateX(26px);
        transform: translateX(26px);
    }

    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

        .slider.round:before {
            border-radius: 50%;
        }


    .enabled-account {
        display: block;
    }

    .disabled-account {
        display: none;
    }