/*
 * Base structure
 */

/* Move down content because we have a fixed navbar that is 3.5rem tall */
body {
    padding-top: 3.5rem;
}

/*
 * Typography
 */

h1 {
    margin-bottom: 20px;
    padding-bottom: 9px;
    border-bottom: 1px solid #eee;
}

.icon-align {
    vertical-align: middle;
}


/* Placeholders */
.placeholders {
    padding-bottom: 3rem;
}

.placeholder img {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
}

    .sticky + .content {
        padding-top: 60px;
    }

#navbar {
    overflow: hidden;
    background-color: #333;
}


/*
.form-control {
    display: block;
    width: 100%;
    padding: .4375rem 0;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: transparent;
    background-clip: padding-box;
    border: 1px solid #d2d2d2;
    box-shadow: none;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .form-control::-ms-expand {
        background-color: transparent;
        border: 0
    }

    .form-control:focus {
        color: #495057;
        background-color: transparent;
        border-color: #9acffa;
        outline: 0;
        box-shadow: none,0 0 0 .2rem rgba(33,150,243,.25)
    }

    .form-control:disabled {
        background-color: #e9ecef;
        opacity: 1
    }
    */

.btn {
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    user-select: none;
    border: 1px solid transparent;
    padding: .46875rem 1rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out
}

    .btn:focus, .btn:hover {
        text-decoration: none
    }

    .btn:focus {
        outline: 0;
        box-shadow: 0 0 0 .2rem rgba(33,150,243,.25)
    }

    .btn:disabled {
        opacity: .65;
        box-shadow: none
    }

    .btn:not(:disabled):not(.disabled) {
        cursor: pointer
    }

        .btn:not(:disabled):not(.disabled).active, .btn:not(:disabled):not(.disabled):active {
            background-image: none;
            box-shadow: none
        }

            .btn:not(:disabled):not(.disabled).active:focus, .btn:not(:disabled):not(.disabled):active:focus {
                box-shadow: 0 0 0 .2rem rgba(33,150,243,.25),none
            }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #0c7cd5;
    border-color: #0b75c9
}

    .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus {
        box-shadow: none,0 0 0 .2rem rgba(33,150,243,.5)
    }

.btn-secondary:not(:disabled):not(.disabled).active, .btn-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b
}

    .btn-secondary:not(:disabled):not(.disabled).active:focus, .btn-secondary:not(:disabled):not(.disabled):active:focus {
        box-shadow: none,0 0 0 .2rem hsla(208,7%,46%,.5)
    }

.btn-success:not(:disabled):not(.disabled).active, .btn-success:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #3d8b40;
    border-color: #39833c
}

    .btn-success:not(:disabled):not(.disabled).active:focus, .btn-success:not(:disabled):not(.disabled):active:focus {
        box-shadow: none,0 0 0 .2rem rgba(76,175,80,.5)
    }

.btn-info:not(:disabled):not(.disabled).active, .btn-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #008fa1;
    border-color: #008394
}

    .btn-info:not(:disabled):not(.disabled).active:focus, .btn-info:not(:disabled):not(.disabled):active:focus {
        box-shadow: none,0 0 0 .2rem rgba(0,188,212,.5)
    }

.btn-warning:not(:disabled):not(.disabled).active, .btn-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffe608;
    border-color: #fae100
}

    .btn-warning:not(:disabled):not(.disabled).active:focus, .btn-warning:not(:disabled):not(.disabled):active:focus {
        box-shadow: none,0 0 0 .2rem rgba(255,235,59,.5)
    }

.btn-danger:not(:disabled):not(.disabled).active, .btn-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #ea1c0d;
    border-color: #de1b0c
}

    .btn-danger:not(:disabled):not(.disabled).active:focus, .btn-danger:not(:disabled):not(.disabled):active:focus {
        box-shadow: none,0 0 0 .2rem rgba(244,67,54,.5)
    }

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

    .btn-light:not(:disabled):not(.disabled).active:focus, .btn-light:not(:disabled):not(.disabled):active:focus {
        box-shadow: none,0 0 0 .2rem rgba(248,249,250,.5)
    }

.btn-dark:not(:disabled):not(.disabled).active, .btn-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d
}

    .btn-dark:not(:disabled):not(.disabled).active:focus, .btn-dark:not(:disabled):not(.disabled):active:focus {
        box-shadow: none,0 0 0 .2rem rgba(52,58,64,.5)
    }

.btn-outline-primary:not(:disabled):not(.disabled).active, .btn-outline-primary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #2196f3;
    border-color: #2196f3
}

    .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(33,150,243,.5)
    }

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d
}

    .btn-outline-secondary:not(:disabled):not(.disabled).active:focus, .btn-outline-secondary:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem hsla(208,7%,46%,.5)
    }

.btn-outline-success {
    color: #4caf50;
    background-color: transparent;
    background-image: none;
    border-color: #4caf50
}

    .btn-outline-success:hover {
        color: #fff;
        background-color: #4caf50;
        border-color: #4caf50
    }

    .btn-outline-success:focus {
        box-shadow: 0 0 0 .2rem rgba(76,175,80,.5)
    }

    .btn-outline-success:disabled {
        color: #4caf50;
        background-color: transparent
    }

    .btn-outline-success:not(:disabled):not(.disabled).active, .btn-outline-success:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #4caf50;
        border-color: #4caf50
    }

        .btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 0 0 .2rem rgba(76,175,80,.5)
        }

.btn-outline-info:not(:disabled):not(.disabled).active, .btn-outline-info:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #00bcd4;
    border-color: #00bcd4
}

    .btn-outline-info:not(:disabled):not(.disabled).active:focus, .btn-outline-info:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(0,188,212,.5)
    }

.btn-outline-warning:not(:disabled):not(.disabled).active, .btn-outline-warning:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #ffeb3b;
    border-color: #ffeb3b
}

    .btn-outline-warning:not(:disabled):not(.disabled).active:focus, .btn-outline-warning:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(255,235,59,.5)
    }

.btn-outline-danger:not(:disabled):not(.disabled).active, .btn-outline-danger:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #f44336;
    border-color: #f44336
}

    .btn-outline-danger:not(:disabled):not(.disabled).active:focus, .btn-outline-danger:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(244,67,54,.5)
    }

.btn-outline-light:not(:disabled):not(.disabled).active, .btn-outline-light:not(:disabled):not(.disabled):active {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

    .btn-outline-light:not(:disabled):not(.disabled).active:focus, .btn-outline-light:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(248,249,250,.5)
    }

.btn-outline-dark:not(:disabled):not(.disabled).active, .btn-outline-dark:not(:disabled):not(.disabled):active {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40
}

    .btn-outline-dark:not(:disabled):not(.disabled).active:focus, .btn-outline-dark:not(:disabled):not(.disabled):active:focus {
        box-shadow: 0 0 0 .2rem rgba(52,58,64,.5)
    }


/*.collapse {
    display: none
}
*/

.dropdown {
    position: relative
}

.dropdown-toggle:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}

.filter-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    float: left;
    min-width: 10rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.15);
    border-radius: .25rem;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}

.filter-header {
    border-bottom: 1px solid rgba(0, 0, 0, .125);
    margin: 5px 0px;
}

.filter-row {
    margin: 5px 0px;
}

.dropdown-divider {
    height: 0;
    margin: .5rem 0;
    overflow: hidden;
    border-top: 1px solid #e9ecef
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .625rem 1.25rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #16181b;
        text-decoration: none;
        background-color: #f8f9fa
    }

    .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #2196f3
    }

    .dropdown-item:disabled {
        color: #6c757d;
        background-color: transparent
    }


.input-group {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%
}

/*
    .input-group > .form-control {
        position: relative;
        flex: 1 1 auto;
        width: 1%;
        margin-bottom: 0
    }

        .input-group > .form-control:focus {
            z-index: 3
        }

        .input-group > .form-control:not(:last-child) {
            border-top-right-radius: 0;
            border-bottom-right-radius: 0
        }

        .input-group > .form-control:not(:first-child) {
            border-top-left-radius: 0;
            border-bottom-left-radius: 0
        } */

.nav {
    display: flex;
    flex-wrap: wrap;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.nav-link {
    display: block;
    padding: .5rem 1rem
}

    .nav-link:focus, .nav-link:hover {
        text-decoration: none
    }

.navbar {
    position: relative;
    padding: .5rem 1rem
}

    .navbar, .navbar > .container-fluid {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between
    }

.navbar-nav {
    display: flex;
    flex-direction: column;
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

    .navbar-nav .nav-link {
        padding-right: 0;
        padding-left: 0
    }

    .navbar-nav .dropdown-menu {
        position: static;
        float: none
    }

.navbar-collapse {
    flex-basis: 100%;
    flex-grow: 1;
    align-items: center
}

.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem
}

    .navbar-toggler:focus, .navbar-toggler:hover {
        text-decoration: none
    }

    .navbar-toggler:not(:disabled):not(.disabled) {
        cursor: pointer
    }

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    content: "";
    background: no-repeat 50%;
    background-size: 100% 100%
}


@media (max-width:991.98px) {
    .navbar-expand-lg > .container-fluid {
        padding-right: 0;
        padding-left: 0
    }
}

@media (min-width:992px) {
    .navbar-expand-lg {
        flex-flow: row nowrap;
        justify-content: flex-start
    }

        .navbar-expand-lg .navbar-nav {
            flex-direction: row
        }

            .navbar-expand-lg .navbar-nav .dropdown-menu {
                position: absolute
            }

            .navbar-expand-lg .navbar-nav .dropdown-menu-right {
                right: 0;
                left: auto
            }

            .navbar-expand-lg .navbar-nav .nav-link {
                padding-right: .5rem;
                padding-left: .5rem
            }

        .navbar-expand-lg > .container-fluid {
            flex-wrap: nowrap
        }

        .navbar-expand-lg .navbar-collapse {
            display: flex !important;
            flex-basis: auto
        }

        .navbar-expand-lg .navbar-toggler {
            display: none
        }
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #eee;
    border-radius: .25rem
}

.card-body {
    flex: 1 1 auto;
    padding: 1.25rem
}

.page-link:not(:disabled):not(.disabled) {
    cursor: pointer
}

.close:not(:disabled):not(.disabled) {
    cursor: pointer
}

@supports (transform-style:preserve-3d) {
}

@supports (transform-style:preserve-3d) {
}

@supports (transform-style:preserve-3d) {
}

@media (min-width:768px) {

    .d-md-block {
        display: block !important
    }
}

@media (min-width:992px) {
    .d-lg-none {
        display: none !important
    }
}

. {
    top: 0
}

    .fixed-top {
        position: fixed;
        right: 0;
        left: 0;
        z-index: 1030;
        margin-left: 260px;
    }

@supports (position:sticky) {
}

.sr-only {
    white-space: nowrap;
    clip-path: inset(50%)
}

.my-2 {
    margin-top: .5rem !important
}

.my-2 {
    margin-bottom: .5rem !important
}

.py-1 {
    padding-top: .25rem !important
}

.py-1 {
    padding-bottom: .25rem !important
}

.py-3 {
    padding-top: 1rem !important
}

.py-3 {
    padding-bottom: 1rem !important
}

@media (min-width:576px) {

    .my-sm-0 {
        margin-top: 0 !important
    }

    .my-sm-0 {
        margin-bottom: 0 !important
    }
}

.btn {
    position: relative;
    padding: 12px 30px;
    margin: .3125rem 1px;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1.428571;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 0;
    cursor: pointer;
    background-color: transparent;
    border: 0;
    border-radius: .2rem;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1);
    will-change: box-shadow,transform
}

    .btn, .btn:active:focus, .btn:focus {
        outline: 0
    }

        .btn, .btn.btn-default {
            color: #fff;
            background-color: #999;
            border-color: #999;
            box-shadow: 0 2px 2px 0 hsla(0,0%,60%,.14),0 3px 1px -2px hsla(0,0%,60%,.2),0 1px 5px 0 hsla(0,0%,60%,.12)
        }

            .btn.btn-default:focus, .btn.btn-default:hover, .btn:focus, .btn:hover {
                color: #fff;
                background-color: #919191;
                border-color: #7a7a7a
            }

            .btn.btn-default:active, .btn:active {
                color: #fff;
                background-color: #919191;
                border-color: #7a7a7a;
                box-shadow: 0 2px 2px 0 hsla(0,0%,60%,.14),0 3px 1px -2px hsla(0,0%,60%,.2),0 1px 5px 0 hsla(0,0%,60%,.12)
            }

                .btn.btn-default:active:focus, .btn.btn-default:active:hover, .btn:active:focus, .btn:active:hover {
                    color: #fff;
                    background-color: #919191;
                    border-color: #595959
                }

            .btn.btn-default:disabled:focus, .btn.btn-default:disabled:hover, .btn:disabled:focus, .btn:disabled:hover {
                background-color: #999;
                border-color: #999
            }

            .btn.btn-default:active, .btn.btn-default:focus, .btn.btn-default:hover, .btn:active, .btn:focus, .btn:hover {
                box-shadow: 0 14px 26px -12px hsla(0,0%,60%,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px hsla(0,0%,60%,.2)
            }

            .btn.btn-white, .btn.btn-white:focus, .btn.btn-white:hover {
                background-color: #fff;
                color: #999
            }

            .btn.btn-outline-success {
                border: 1px solid currentColor
            }

            .btn.btn-outline-success {
                color: #4caf50;
                background-color: transparent;
                border-color: #4caf50
            }

                .btn.btn-outline-success:focus, .btn.btn-outline-success:hover {
                    color: #4caf50;
                    background-color: hsla(0,0%,60%,.2);
                    border-color: #4caf50
                }

                .btn.btn-outline-success:active {
                    color: #4caf50;
                    background-color: hsla(0,0%,60%,.2);
                    border-color: #4caf50;
                    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
                }

                    .btn.btn-outline-success:active:focus, .btn.btn-outline-success:active:hover {
                        color: #4caf50;
                        background-color: hsla(0,0%,60%,.4);
                        border-color: #4caf50
                    }

                .btn.btn-outline-success:disabled:focus, .btn.btn-outline-success:disabled:hover {
                    background-color: transparent;
                    border-color: #4caf50
                }

            .btn.btn-round {
                border-radius: 30px
            }

            .btn.btn-just-icon {
                font-size: 24px;
                height: 41px;
                min-width: 41px;
                width: 41px;
                padding: 0;
                overflow: hidden;
                position: relative;
                line-height: 41px
            }

            .btn.btn-just-icon-close {
                font-size: 24px;
                height: 30px;
                min-width: 30px;
                width: 30px;
                padding: 0;
                overflow: hidden;
                position: relative;
                line-height: 30px;
                background-color: firebrick;
            }

            .btn.btn-just-icon.btn-round {
                border-radius: 50% !important;
            }

            .btn.btn-just-icon .material-icons {
                margin-top: 0;
                position: absolute;
                width: 100%;
                transform: none;
                left: 0;
                top: 0;
                height: 100%;
                line-height: 41px;
                font-size: 20px
            }

.input-group-btn > .btn {
    border: 0
}

.btn .material-icons {
    position: relative;
    display: inline-block;
    top: 0;
    margin-top: -1em;
    margin-bottom: -1em;
    font-size: 1.1rem;
    vertical-align: middle
}


form {
    margin-bottom: 1.125rem
}


.form-control-search {
    background: no-repeat bottom,50% calc(100% - 1px);
    background-size: 0 100%,100% 100%;
    border: 0;
    height: 36px;
    transition: background 0s ease-out;
    padding-left: 0;
    padding-right: 0;
    border-radius: 0;
    font-size: 14px
}

    .form-control-search:focus {
        background-size: 100% 100%,100% 100%;
        transition-duration: .3s;
        box-shadow: none
    }

    .form-control-search::-moz-placeholder {
        color: #aaa;
        font-weight: 400;
        font-size: 14px
    }

    .form-control-search:-ms-input-placeholder {
        color: #aaa;
        font-weight: 400;
        font-size: 14px
    }

    .form-control-search::-webkit-input-placeholder {
        color: #aaa;
        font-weight: 400;
        font-size: 14px
    }


.form-control-search {
    background-image: linear-gradient(0deg,#9c27b0 2px,rgba(156,39,176,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0)
}
/*
    .form-control:invalid {
        background-image: linear-gradient(0deg,#f44336 2px,rgba(244,67,54,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0)
    }

    .form-control:read-only {
        background-image: linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0)
    }

    .form-control:disabled {
        background-image: linear-gradient(90deg,#d2d2d2 0,#d2d2d2 30%,transparent 0,transparent);
        background-repeat: repeat-x;
        background-size: 3px 1px
    }

.has-success .form-control:read-only {
    background-image: linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0)
}

.has-info .form-control:read-only {
    background-image: linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0)
}

.has-white .form-control:read-only {
    background-image: linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0),linear-gradient(0deg,#fff 1px,hsla(0,0%,100%,0) 0)
}

.has-warning .form-control:read-only {
    background-image: linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0)
}

.has-danger .form-control:read-only {
    background-image: linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0)
}

.has-rose .form-control:read-only {
    background-image: linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0),linear-gradient(0deg,#d2d2d2 1px,hsla(0,0%,82%,0) 0)
}

.form-control {
    line-height: 1.1
}*/

select {
}

.input-group .input-group-btn {
    padding: 0 12px
}

.navbar {
    border: 0;
    border-radius: 3px;
    padding: .625rem 0;
    margin-bottom: 20px;
    height: auto !important;
    color: #555;
    background-color: #fff !important;
    box-shadow: 0 4px 18px 0 rgba(0,0,0,.12),0 7px 10px -5px rgba(0,0,0,.15)
}

    .navbar .dropdown-item:focus, .navbar .dropdown-item:hover {
        box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px hsla(0,0%,100%,.4);
        background-color: #fff;
        color: #555
    }

    .navbar .navbar-toggler .navbar-toggler-icon {
        background-color: #555
    }

    .navbar.fixed-top {
        border-radius: 0
    }

    .navbar .navbar-nav .nav-item .nav-link {
        position: relative;
        color: inherit;
        padding: .9375rem;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
        border-radius: 3px;
        line-height: 20px
    }

        .navbar .navbar-nav .nav-item .nav-link .material-icons {
            font-size: 1.25rem;
            max-width: 24px;
            margin-top: -1.1em
        }

        .navbar .navbar-nav .nav-item .nav-link:not(.btn) .material-icons {
            margin-top: -7px;
            top: 3px;
            position: relative;
            margin-right: 3px
        }

    .navbar .navbar-nav .dropdown-menu-right {
        transform-origin: 100% 0
    }

    .navbar .btn {
        margin-top: 0;
        margin-bottom: 0
    }

    .navbar .navbar-toggler {
        cursor: pointer;
        outline: 0
    }

        .navbar .navbar-toggler .navbar-toggler-icon {
            width: 22px;
            height: 2px;
            vertical-align: middle;
            outline: 0;
            display: block;
            border-radius: 1px
        }

            .navbar .navbar-toggler .navbar-toggler-icon + .navbar-toggler-icon {
                margin-top: 4px
            }

    .navbar .collapse .navbar-nav .nav-item .nav-link {
        position: relative;
        padding: 10px 15px;
        font-weight: 400;
        font-size: 12px;
        text-transform: uppercase;
        border-radius: 3px;
        line-height: 20px;
        margin-left: 5px;
        color: inherit;
        font-family: sans-serif;
        font-style: normal;
    }

        .navbar .collapse .navbar-nav .nav-item .nav-link .material-icons {
            font-size: 1.25rem;
            max-width: 24px;
            margin-top: -1.1em
        }

        .navbar .collapse .navbar-nav .nav-item .nav-link:not(.btn) .material-icons {
            margin-top: -3px;
            top: 0;
            position: relative;
            margin-right: 3px
        }


html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

body, h1 {
    font-family: sans-serif;
    font-weight: 300;
    line-height: 1.5em
}

h1 {
    font-size: 3.3125rem;
    line-height: 1.15em
}

body {
    background-color: #eee;
    color: #3c4858;
    font-weight: 300
}

* {
    -webkit-tap-highlight-color: rgba(255,255,255,0);
    -webkit-tap-highlight-color: transparent
}

:focus {
    outline: 0
}

.sidebar .nav p {
    transition: all .3s linear
}

.sidebar a {
    transition: all .15s ease-in
}

.footer {
    padding: .9375rem 0;
    text-align: center;
    display: flex
}

.dropdown-menu .dropdown-item {
    position: relative;
    width: auto;
    display: flex;
    flex-flow: nowrap;
    align-items: center;
    color: #333;
    font-weight: 400;
    text-decoration: none;
    font-size: .8125rem;
    border-radius: .125rem;
    margin: 0 .3125rem;
    transition: all .15s linear;
    min-width: 7rem;
    padding: .625rem 1.25rem;
    overflow: hidden;
    line-height: 1.428571;
    text-overflow: ellipsis;
    word-wrap: break-word
}


@media (min-width:768px) {
    .dropdown-menu .dropdown-item {
        padding-right: 1.5rem;
        padding-left: 1.5rem
    }
}

.dropdown-menu .dropdown-item:focus, .dropdown-menu .dropdown-item:hover, .dropdown-menu a:active, .dropdown-menu a:focus, .dropdown-menu a:hover {
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(156,39,176,.4);
    background-color: #9c27b0;
    color: #fff
}

.dropdown-toggle:after {
    will-change: transform;
    transition: transform .15s linear
}

.ripple-container {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    overflow: hidden;
    pointer-events: none;
    border-radius: inherit
}

.table > tbody > tr > td, .table > tbody > tr > th {
    padding: 12px 8px;
    vertical-align: middle;
    border-color: #ddd
}

.table > tbody > tr {
    position: relative
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f9f9f9
}

.card {
    border: 0;
    margin-bottom: 30px;
    margin-top: 30px;
    border-radius: 6px;
    color: #333;
    background: #fff;
    width: 100%;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12)
}

    .card .card-body {
        padding: .9375rem 1.875rem
    }

.card {
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.14)
}

    .card .card-body {
        padding: .9375rem 20px;
        position: relative
    }

a {
    color: #9c27b0
}

    a:focus, a:hover {
        color: #89229b;
        text-decoration: none
    }

    a .material-icons {
        vertical-align: middle
    }

.navbar {
    transition: all .15s ease 0s
}

.wrapper {
    position: relative;
    top: 0;
    height: 100vh
}

.sidebar {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 260px;
    box-shadow: 0 16px 38px -12px rgba(0,0,0,.56),0 4px 25px 0 rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)
}

    .sidebar .sidebar-wrapper {
        position: relative;
        height: calc(100vh - 75px);
        overflow: auto;
        width: 260px;
        z-index: 4;
        padding-bottom: 30px
    }

    .sidebar .nav {
        margin-top: 15px;
        display: block
    }

        .sidebar .nav li > a:focus, .sidebar .nav li > a:hover {
            background-color: transparent;
            outline: none
        }

        .sidebar .nav li:first-child > a {
            margin: 0 15px
        }

        .sidebar .nav li:hover > a {
            background-color: hsla(0,0%,78%,.2);
            color: #3c4858;
            box-shadow: none
        }

        .sidebar .nav p {
            margin: 0;
            line-height: 30px;
            font-size: 14px;
            position: relative;
            display: block;
            height: auto;
            white-space: nowrap
        }

        .sidebar .nav i {
            font-size: 24px;
            float: left;
            margin-right: 15px;
            line-height: 30px;
            width: 30px;
            text-align: center;
            color: #a9afbb
        }

        .sidebar .nav li a {
            margin: 10px 15px 0;
            border-radius: 3px;
            color: #3c4858;
            padding-left: 10px;
            padding-right: 10px;
            text-transform: capitalize;
            font-size: 13px
        }

    .sidebar .logo {
        padding: 15px 0;
        margin: 0;
        display: block;
        position: relative;
        z-index: 4
    }

        .sidebar .logo:after {
            content: "";
            position: absolute;
            bottom: 0;
            right: 15px;
            height: 1px;
            width: calc(100% - 30px);
            background-color: hsla(0,0%,71%,.3)
        }

    .sidebar[data-background-color=black] .nav .nav-item .nav-link {
        color: #fff
    }

    .sidebar[data-background-color=black] .nav .nav-item i {
        color: hsla(0,0%,100%,.8)
    }

    .sidebar[data-image]:after {
        opacity: .77
    }

.main-panel {
    position: relative;
    float: right;
    width: calc(100% - 260px);
    transition: .33s,cubic-bezier(.685,.0473,.346,1)
}

    .main-panel > .content {
        margin-top: 70px;
        padding: 30px 15px;
        min-height: calc(100vh - 123px)
    }

    .main-panel > .navbar {
        margin-bottom: 0;
    }

.main-panel, .sidebar, .sidebar-wrapper {
    transition-property: top,bottom,width;
    transition-duration: .2s,.2s,.35s;
    transition-timing-function: linear,linear,ease;
    -webkit-overflow-scrolling: touch
}

    .sidebar[data-background-color=black] {
        background: #525251;
    }

.wrapper:after {
    display: table;
    clear: both;
    content: " "
}

@media screen and (max-width:991px) {

    .navbar .navbar-collapse .navbar-nav {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 0;
        margin-bottom: 0;
        list-style: none
    }
}

/*!
* sweetalert2 v7.24.1
* Released under the MIT License.
*/

@supports (-ms-accelerator:true) {
}

@-moz-document url-prefix() {
}

/*!
 * Datetimepicker for Bootstrap 3
 * ! version : 4.17.37
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */ .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    padding: 0;
    overflow: hidden;
    clip: rect(0,0,0,0);
    border: 0
}

/*!
 * FullCalendar v3.0.1 Stylesheet
 * Docs & License: http://fullcalendar.io/
 * (c) 2016 Adam Shaw
 */

/*!
 * Bootstrap-select v1.13.1 (https://developer.snapappointments.com/bootstrap-select)
 *
 * Copyright 2012-2018 SnapAppointments, LLC
 * Licensed under MIT (https://github.com/snapappointments/bootstrap-select/blob/master/LICENSE)
 */

@supports (-ms-overflow-style:none) {
}

@media (max-width:991px) {
    [class*=navbar-expand-] > .container-fluid {
        padding-left: 15px;
        padding-right: 15px
    }

    .navbar-collapse {
        position: fixed;
        display: block;
        top: 0;
        height: 100vh;
        width: 230px;
        right: 0;
        margin-right: 0 !important;
        z-index: 1032;
        visibility: visible;
        background-color: #999;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        max-height: none !important;
        transform: translate3d(230px,0,0);
        transition: all .5s cubic-bezier(.685,.0473,.346,1)
    }

        .navbar-collapse:after {
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            position: absolute;
            background-color: #fff;
            display: block;
            content: "";
            z-index: 1
        }

        .navbar-collapse .navbar-nav {
            position: relative;
            z-index: 3
        }

            .navbar-collapse .navbar-nav .nav-item .nav-link {
                color: #3c4858;
                margin: 5px 15px
            }

            .navbar-collapse .navbar-nav .nav-item:after {
                width: calc(100% - 30px);
                content: "";
                display: block;
                height: 1px;
                margin-left: 15px
            }

            .navbar-collapse .navbar-nav .nav-item:last-child:after {
                display: none
            }

    .navbar .dropdown .dropdown-menu {
        display: none
    }

    .navbar .dropdown-menu .dropdown-item {
        margin-left: 1.5rem;
        margin-right: 1.5rem
    }

    .navbar .dropdown .dropdown-menu {
        background-color: transparent;
        border: 0;
        padding-bottom: 15px;
        transition: none;
        box-shadow: none;
        transform: none !important;
        width: auto;
        margin-bottom: 15px;
        padding-top: 0;
        height: 300px;
        animation: none;
        opacity: 1;
        overflow-y: scroll
    }
}

@media (min-width:991px) {
    .navbar .navbar-nav {
        align-items: center
    }
}

.sidebar-search {
    visibility: hidden;
    display: none;
}

/* down to mobile */
@media (max-width:991px) {

    body, html {
        overflow-x: hidden
    }

    .sidebar {
        display: none;
        box-shadow: none
    }

        .sidebar .sidebar-wrapper {
            padding-bottom: 60px
        }

    .main-panel {
        width: 100%
    }

    .sidebar-search {
        visibility: visible;
        display: block;
    }

    body {
        position: relative
    }

    .main-panel, .navbar-collapse {
        transition: all .33s cubic-bezier(.685,.0473,.346,1)
    }

    .navbar .navbar-collapse.collapse {
        display: none !important
    }

    .navbar-nav > li {
        float: none;
        position: relative;
        display: block
    }

    .sidebar {
        position: fixed;
        display: block;
        top: 0;
        height: 100vh;
        width: 260px;
        right: 0;
        left: auto;
        z-index: 1032;
        visibility: visible;
        background-color: #9a9a9a;
        overflow-y: visible;
        border-top: none;
        text-align: left;
        padding-right: 0;
        padding-left: 0;
        transform: translate3d(260px,0,0);
        transition: all .33s cubic-bezier(.685,.0473,.346,1)
    }

        .sidebar:before {
            top: 0;
            left: 0;
            height: 100%;
            width: 100%;
            position: absolute;
            background-color: #282828;
            display: block;
            content: "";
            z-index: 1
        }

        .sidebar .logo {
            position: relative;
            z-index: 4
        }

    .navbar-toggler .icon-bar {
        display: block;
        position: relative;
        background: #555 !important;
        width: 24px;
        height: 2px;
        border-radius: 1px;
        margin: 0 auto
    }

    @keyframes y {
        0% {
            top: 6px;
            transform: rotate(135deg)
        }

        45% {
            transform: rotate(-10deg)
        }

        75% {
            transform: rotate(5deg)
        }

        to {
            top: 0;
            transform: rotate(0)
        }
    }

    @keyframes A {
        0% {
            bottom: 6px;
            transform: rotate(-135deg)
        }

        45% {
            transform: rotate(10deg)
        }

        75% {
            transform: rotate(-5deg)
        }

        to {
            bottom: 0;
            transform: rotate(0)
        }
    }

    .navbar-toggler.toggled .icon-bar:nth-child(2) {
        top: 6px;
        animation: x .5s 0s;
        animation-fill-mode: forwards
    }

    .navbar-toggler.toggled .icon-bar:nth-child(3) {
        opacity: 0
    }

    .navbar-toggler.toggled .icon-bar:nth-child(4) {
        bottom: 6px;
        animation: z .5s 0s;
        animation-fill-mode: forwards
    }

    .navbar-toggler .icon-bar:nth-child(2) {
        top: 0;
        animation: y .5s 0s;
        animation-fill-mode: forwards
    }

    .navbar-toggler .icon-bar:nth-child(3) {
        opacity: 1
    }

    .navbar-toggler .icon-bar:nth-child(4) {
        bottom: 0;
        animation: A .5s 0s;
        animation-fill-mode: forwards
    }

    .navbar-nav {
        margin: 1px 0
    }

    [class*=navbar-] .navbar-nav > li > a, [class*=navbar-] .navbar-nav > li > a:focus, [class*=navbar-] .navbar-nav > li > a:hover {
        color: #fff
    }

        [class*=navbar-] .navbar-nav > li > a, [class*=navbar-] .navbar-nav > li > a:focus, [class*=navbar-] .navbar-nav > li > a:hover {
            opacity: .7;
            background: transparent
        }

    .dropdown-menu {
        display: none
    }

    .navbar-collapse.collapse {
        height: 100% !important
    }

    .fixed-top {
        margin-left: unset;
    }

    .wrapper .toggle {
        margin-right: 260px;
    }
}

@media (min-width:992px) {
    .main-panel .navbar .navbar-collapse .navbar-nav .nav-item .nav-link p {
        display: none
    }
}

.sidebar[data-color=rose] li.active > a {
    background-color: #8D2F89;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14),0 7px 10px -5px rgba(233,30,99,.4);
}

.input-form-control-card {
    display: block;
    width: 95%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.form-control-card {
    display: block;
    width: 90%;
    /*padding: .5rem .75rem;*/
    font-size: 1rem;
    line-height: 1.25;
    color: #495057;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
    text-align: center;
    min-height: 20px;
}

    .form-control-card.link {
        color: #9c27b0 !important;
    }


.form-control-label-card {
    display: inline-block;
    margin-bottom: unset;
    font-size: 12px;
}

.table th {
    border-top: unset;
}

.menu-icon {
    height: 10px;
    width: 10px;
}

.sidebar svg {
    width: 25px;
    height: 25px;
}

    .sidebar svg path {
        fill: #FFF;
    }

    .sidebar svg image {
        filter: invert(100%) sepia(98%) saturate(0%) hue-rotate(297deg) brightness(104%) contrast(101%);
    }

.test-icon {
    background-image: url("/images/icons/Bacs-Report-Icon.svg");
}

.right-inner-addon i {
    position: absolute;
    right: 0px;
    pointer-events: none;
}

.panel-heading.collapsed .expand-icon-more,
.panel-heading .expand-icon-less {
    display: none;
}

.panel-heading.collapsed .expand-icon-less,
.panel-heading .expand-icon-more {
    display: inline-block;
    cursor: pointer;
}

i.fa {
    cursor: pointer;
    margin-right: 5px;
}

.collapsed ~ .panel-body {
    padding: 0;
}

.textalignleft {
    text-align: end;
}

.menu-btn {
    border-radius: 48px;
    border: 0.5px solid lightgrey;
    font-size: 0.9em;
    padding: 2px 10px;
    background-color: white;
}

.menu {
    padding-top: 10px;
    z-index: 200;
    margin-top: 4px;
    background-color: white;
    position: absolute;
}

.menu-option {
    padding: 6px 20px 6px;
}

#overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    z-index: 100;
}

.btn-outline-drop {
    color: #999;
    background-color: #f8f9fa;
    background-image: none;
    border-color: #f8f9fa
}

    .btn-outline-drop:hover {
        color: #999;
        background-color: #e2e6ea;
        border-color: #dae0e5
    }

    .btn-outline-drop:focus {
        box-shadow: 0 14px 26px -12px hsla(0,0%,60%,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px hsla(0,0%,60%,.2);
    }

    .btn-outline-drop:disabled {
        color: #999;
        background-color: transparent
    }

    .btn-outline-drop:not(:disabled):not(.disabled).active, .btn-outline-drop:not(:disabled):not(.disabled):active {
        color: #fff;
        background-color: #f8f9fa;
        border-color: #f8f9fa
    }

        .btn-outline-drop:not(:disabled):not(.disabled).active:focus, .btn-outline-drop:not(:disabled):not(.disabled):active:focus {
            box-shadow: 0 14px 26px -12px hsla(0,0%,60%,.42),0 4px 23px 0 rgba(0,0,0,.12),0 8px 10px -5px hsla(0,0%,60%,.2);
        }

.tooltip {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
}

    .tooltip .tooltiptext {
        visibility: hidden;
        width: 120px;
        background-color: black;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        /* Position the tooltip */
        position: absolute;
        z-index: 1;
    }

    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

select {
    text-align: center;
}

.btn-light {
    /* color: #212529;
    background-color: #f8f9fa;*/
    border-color: white !important;
}

.col-centered {
    float: none;
    margin: 0 auto;
}

.advanced-filter .advanced-filter-row {
    padding-bottom: 0.70rem;
    padding-top: 0.70rem;
}

.advanced-filter .advanced-filter-cell {
    padding-top: 0.35rem;
    height: 38px;
}

.advanced-filter .advanced-filter-cell-sm {
    padding-top: 0.35rem;
    height: 38px;
    width: 50%;
}

.advanced-filter .advanced-filter-removerow {
    text-align: right;
}

.advanced-filter .advanced-filter-datepicker {
    background-image: url(../images/calendar.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: 20px 20px;
    background-position-x: 96%;
    display: none;
    font-size: 0.75rem;
}

.operand {
    margin-top: auto;
    margin-bottom: auto;
    padding-top: 0.35rem;
    color: #868e96;
    width: 35px;
    text-align: center;
}

.separator {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    color: #e9ecef;
    padding-bottom: 0.35rem;
    padding-top: 0.35rem;
}

    .separator::before,
    .separator::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #e9ecef;
    }

    .separator:not(:empty)::before {
        margin-right: .25em;
    }

    .separator:not(:empty)::after {
        margin-left: .25em;
    }

.separatorSub {
    display: flex;
    align-items: center;
    text-align: center;
    width: 100%;
    color: #333;
    padding-bottom: 0.35rem;
    padding-top: 0.35rem;
}

    .separatorSub::before,
    .separatorSub::after {
        content: '';
        flex: 1;
        border-bottom: 1px solid #333;
    }

    .separatorSub:not(:empty)::before {
        margin-right: .25em;
    }

    .separatorSub:not(:empty)::after {
        margin-left: .25em;
    }

.highlight {
    background-color: rgba(0, 0, 0, .15);
}

.bootstrap-select .advanced-filterfield .filter-option {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
}


.tablescroll {
    overflow: auto;
    width: 100%;
    max-height: 1000px
}
