/* Minification failed. Returning unminified contents.
(4652,30): run-time error CSS1035: Expected colon, found '{'
 */
html {
    height: 100%;
}

body {
    padding-top: 0px;
    height: 100%;
    position: relative;
    font-size: 16px;
}

* {
    outline: none;
}

.row > [class*="col-"] {
    margin-bottom: 25px;
}

.row.no-margin-bottom > [class*="col-"] {
    margin-bottom: 10px;
}

.row.no-gap {
    margin-left: 0;
    margin-right: 0;
}

    .row.no-gap > [class*="col-"] {
        padding-left: 0;
        padding-right: 0px;
    }

.no-padding {
    padding: 0px !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-both {
    clear: both;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.font-weight-300 {
    font-weight: 300;
}

.text-indent {
    text-indent: 1em;
}

.navbar {
    z-index: 10015;
    padding-left: 60px;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

    .navbar > .container,
    .navbar > .container-fluid {
        z-index: 10001;
    }

        .navbar > .container .navbar-brand,
        .navbar > .container-fluid .navbar-brand {
            height: 60px;
            line-height: 60px;
            margin-left: 0px;
            font-weight: 400;
            padding: 0;
            font-size: 1.3em;
        }

            .navbar > .container .navbar-brand .fa-angle-right,
            .navbar > .container-fluid .navbar-brand .fa-angle-right {
                margin-left: 5px;
                margin-right: 5px;
            }

        .navbar > .container .navbar-expand-toggle,
        .navbar > .container-fluid .navbar-expand-toggle {
            width: 60px;
            height: 60px;
            background-color: transparent;
            border: 0px;
            float: left;
            -moz-transition: all 0.25s linear;
            -webkit-transition: all 0.25s linear;
            transition: all 0.25s linear;
        }

            .navbar > .container .navbar-expand-toggle .icon,
            .navbar > .container-fluid .navbar-expand-toggle .icon {
                font-size: 1.4em;
            }

        .navbar > .container .navbar-right-expand-toggle,
        .navbar > .container-fluid .navbar-right-expand-toggle {
            width: 60px;
            height: 60px;
            background-color: transparent;
            border: 0px;
            position: absolute;
            right: 0;
            -moz-transition: all 0.25s linear;
            -webkit-transition: all 0.25s linear;
            transition: all 0.25s linear;
        }

            .navbar > .container .navbar-right-expand-toggle .icon,
            .navbar > .container-fluid .navbar-right-expand-toggle .icon {
                font-size: 2.4em;
            }

    .navbar .navbar-breadcrumb {
        margin-left: 0px;
        background-color: transparent;
        padding: 0px;
        float: left;
    }

        .navbar .navbar-breadcrumb > li {
            height: 60px;
            line-height: 60px;
            vertical-align: middle;
            font-size: 1.3em;
        }

    .navbar .navbar-nav > li > a {
        height: 60px;
        line-height: 60px;
        padding: 0px 20px 0px 8px;
    }

    .navbar .dropdown-menu {
        padding: 0;
        border: 0;
        border-bottom-left-radius: 2px;
        border-bottom-right-radius: 2px;
        animation-duration: 0.4s;
        -webkit-animation-duration: 0.4s;
        z-index: -1;
        position: absolute;
    }

        .navbar .dropdown-menu .title {
            -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
            -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
        }

        .navbar .dropdown-menu .message {
            text-align: center;
            padding: 10px 20px;
        }

        .navbar .dropdown-menu .notifications.list-group {
            list-style: none;
            padding: 0;
            margin: 0;
        }

            .navbar .dropdown-menu .notifications.list-group .list-group-item {
                min-width: 250px;
                padding: 8px;
                border: 0;
                border-bottom: 1px solid #EEE;
            }

                .navbar .dropdown-menu .notifications.list-group .list-group-item .icon {
                    margin-right: 5px;
                }

            .navbar .dropdown-menu .notifications.list-group .badge {
                border-radius: 1em;
            }

            .navbar .dropdown-menu .notifications.list-group .list-group-item:last-child {
                border-bottom-right-radius: 0px;
                border-bottom-left-radius: 0px;
            }

            .navbar .dropdown-menu .notifications.list-group .list-group-item:first-child {
                border-top-right-radius: 0px;
                border-top-left-radius: 0px;
            }

            .navbar .dropdown-menu .notifications.list-group a.list-group-item:hover {
                cursor: pointer;
            }

    .navbar .dropdown.profile .dropdown-menu {
        padding-bottom: 0px;
        text-align: center;
    }

        .navbar .dropdown.profile .dropdown-menu li.profile-img {
            padding: 0px;
            max-height: 300px;
            overflow: hidden;
        }

            .navbar .dropdown.profile .dropdown-menu li.profile-img img.profile-img {
                width: 100%;
                height: auto;
                margin: 0px;
                border: 0;
            }

        .navbar .dropdown.profile .dropdown-menu .profile-info {
            padding: 15px;
        }

            .navbar .dropdown.profile .dropdown-menu .profile-info .username {
                font-size: 1.3em;
            }

a:focus {
    outline-offset: 0px;
}

.app-container {
    min-height: 100%;
    position: relative;
}

    .app-container .app-footer {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 65px;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
        font-size: 12px;
    }

        .app-container .app-footer .wrapper {
            padding: 10px 35px;
            padding-left: 25px;
            height: 50px;
            line-height: 50px;
            vertical-align: middle;
        }

    .app-container .content-container {
        margin-right: 0;
        margin-left: 0;
    }

        .app-container .content-container .side-menu {
            overflow-y: auto;
            z-index: 10001;
            position: fixed;
            width: 60px;
            height: 100%;
            -webkit-transition: all 0.25s;
            transition: all 0.25s;
        }

            .app-container .content-container .side-menu .navbar-header {
                width: 100%;
                border-bottom: 0px solid #e7e7e7;
            }

                .app-container .content-container .side-menu .navbar-header .navbar-brand {
                    width: 455px;
                    line-height: 60px;
                    height: 60px;
                    padding: 0;
                    width: 100%;
                    overflow: hidden;
                }

                    .app-container .content-container .side-menu .navbar-header .navbar-brand .icon {
                        width: 60px;
                        text-align: center;
                        display: inline-block;
                    }

                .app-container .content-container .side-menu .navbar-header .navbar-expand-toggle {
                    position: absolute;
                    right: 0;
                    width: 60px;
                    height: 60px;
                    background-color: transparent;
                    border: 0px;
                    -moz-transition: all 0.25s linear;
                    -webkit-transition: all 0.25s linear;
                    transition: all 0.25s linear;
                    opacity: 0.75;
                }

            .app-container .content-container .side-menu .navbar {
                border: none;
                padding-left: 0px;
            }

            .app-container .content-container .side-menu .navbar-nav li {
                display: block;
                width: 100%;
                overflow: hidden;
            }

                .app-container .content-container .side-menu .navbar-nav li a {
                    padding: 0 10px 0 10px;
                    height: 46px;
                    line-height: 46px;
                    display: block;
                    white-space: nowrap;
                }

                    .app-container .content-container .side-menu .navbar-nav li a .icon {
                        margin-left: 1px;
                        width: 38px;
                        text-align: center;
                        font-size: 2.7em;
                        display: inline-block;
                        vertical-align: middle;
                        color: #d4ffff;
                    }

                    .app-container .content-container .side-menu .navbar-nav li a .iconTopLevel {
                        margin-top: -7px;
                    }

                    .app-container .content-container .side-menu .navbar-nav li a .title {
                        width: 0px;
                        white-space: nowrap;
                        padding-left: 6px;
                        display: none;
                    }

                .app-container .content-container .side-menu .navbar-nav li.dropdown {
                    border: 0;
                    margin-bottom: 0;
                    border-radius: 0;
                    box-shadow: none;
                }

                    .app-container .content-container .side-menu .navbar-nav li.dropdown ul li a {
                        height: 44px;
                        line-height: 44px;
                        vertical-align: middle;
                        padding-left: 10px;
                        background-color: #4D6780;
                        color: #FFFFFF;
                        stroke: #FFFFFF;
                    }


.menu-structure-item-container {
    display: flex !important;
    align-items: center;
    padding-left: 16px !important;
}

.menu-structure-item-container .title {
    padding-left: 16px !important;
}

.menu-structure-item-icon {
    width: 24px;
    height: 24px;
    margin-bottom: 10px;
}

    .menu-structure-item-icon img {
        width: 24px;
        height: 24px;
        margin-bottom: 15px;
    }

.navbar-default .navbar-nav > li > a:hover {
    background: rgba(255, 255, 255, 0.1);
}

.side-menu  .navbar-default .navbar-nav > li > a:hover {
    background: #5C7C99;
}

.app-container .content-container .side-menu.sidebar-inverse .navbar li.active > a {
    background-color: #3C5164;
    color: #FFFFFF;
}

.app-container .content-container .side-menu.sidebar-inverse .navbar li.active > a:only-child {
    background-color: #E6F5FF;
    color: #3C5164;
    stroke: #3C5164;
}

.app-container .content-container .side-menu .navbar-nav li.dropdown ul li.active a {
    background-color: #E6F5FF;
    color: #3C5164;
}

.app-container .content-container .side-menu .navbar-nav li.dropdown ul li a.icon {
    margin-left: 3px;
    width: 38px;
    text-align: center;
    font-size: 2.7em;
    display: inline-block;
    vertical-align: middle;
    color: #d4ffff;
}

.app-container .content-container .side-menu .navbar-nav li.dropdown ul li a.title {
    width: 0px;
    white-space: nowrap;
    padding-left: 6px;
    display: none;
    color: #d4ffff;
}

.app-container .content-container .side-menu .navbar-nav li.dropdown > a:after {
    content: "";
    position: absolute;
    right: 1em;
}

.app-container .content-container .side-menu .navbar-nav .panel-collapse.in {
    display: none;
}

.app-container .content-container .side-menu:hover {
    width: 320px;
}

    .app-container .content-container .side-menu:hover .navbar-header .navbar-brand .title {
        display: inline-block;
    }

    .app-container .content-container .side-menu:hover .navbar-nav li a .title {
        /*width: 192px;*/
        display: inline-block;
    }


.app-container.expanded .content-container .side-menu .navbar-nav li.dropdown > a::after {
    color: #d4f8ec;
    font-size: 14px;
}

@media screen {
    .app-container.expanded .content-container .side-menu .navbar-nav li.dropdown.active > a::after {
        color: #105b91;
    }

    .app-container .content-container .side-menu:hover .panel-collapse.in {
        display: block;
    }

        .app-container .content-container .side-body.padding-top {
            padding-top: 84px;
        }

    .app-container.expanded .app-footer {
        left: 250px;
    }

        .app-container.expanded .app-footer .wrapper {
            padding-left: 25px;
        }

    .app-container.expanded .content-container .navbar-top,
    .app-container.expanded .content-container .layout-alert-banner,
    .app-container.expanded .content-container .layout-error-banner
    {
        padding-left: 320px;
    }

    .app-maincontainer {
        width: 100%;
        padding-left: 40px;
    }

        .app-maincontainer.expanded {
            width: 100%;
            padding-left: 240px;
        }

    .app-container.expanded .content-container .side-menu {
        width: 320px;
    }

        .app-container.expanded .content-container .side-menu .navbar-nav li a .title {
            display: inline-block;
        }

    .app-container .content-container .side-menu .navbar-nav li.dropdown li a:hover {
        background: #5C7C99;
        color: #ffffff;
    }

    .app-container .content-container .side-menu .navbar-nav li.dropdown ul a:hover {
        background: #5C7C99;
        color: #ffffff;
    }

    .app-container.expanded .content-container .side-menu .navbar-nav li .panel-collapse.in {
        display: block;
    }

    .app-container.expanded .content-container .side-menu .navbar-nav li.dropdown a[aria-expanded="true"]::after {
        background: url('/vea/img/left-nav/chevron-up.svg') no-repeat;
        width: 14px;
        height: 14px;
    }

    .app-container.expanded .content-container .side-menu .navbar-nav li.dropdown a[aria-expanded="false"]::after {
        background: url('/vea/img/left-nav/chevron-down.svg') no-repeat;
        width: 14px;
        height: 14px;
    }

    .app-container .content-container .side-menu:hover .navbar-nav li.dropdown a[aria-expanded="true"]::after {
        background: url('/vea/img/left-nav/chevron-up.svg') no-repeat;
        width: 14px;
        height: 14px;
    }

    .app-container .content-container .side-menu:hover .navbar-nav li.dropdown a[aria-expanded="false"]::after {
        background: url('/vea/img/left-nav/chevron-down.svg') no-repeat;
        width: 14px;
        height: 14px;
    }


    .container-fluid > .navbar-collapse,
    .container-fluid > .navbar-header,
    .container > .navbar-collapse,
    .container > .navbar-header {
        margin-left: -15px;
        margin-right: -15px;
    }

    .page-title {
        margin-left: -10px;
        margin-right: -10px;
        padding: 15px 10px;
        margin-bottom: 0px;
        height: auto;
    }

        .page-title .title {
            font-size: 2em;
        }

        .page-title .page-action {
            float: right;
            height: 40px;
            line-height: 40px;
            vertical-align: middle;
        }

        .sub-title > * {
            display: inline-block;
        }

        .sub-title h3 {
            margin-right: 10px;
        }

        .sub-title .description {
            font-size: 0.9em;
        }

        .sub-title .action .btn {
            padding: 0 0.5em;
        }

    /* Main body section */

    .app-container .side-body {
        margin-left: 60px;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

    .app-container .side-body > .row {
        margin-right: 0;
    }

    .app-container.expanded .side-body {
        margin-left: 320px;
    }

    /* small screen */
}

@media only screen (max-width: 768px) {
    .navbar {
        padding-left: 0;
    }

        .navbar .navbar-header {
            width: auto;
            display: block;
        }

        .navbar .navbar-nav {
            width: auto;
            margin: 0;
        }

            .navbar .navbar-nav > li {
                display: inline-block;
            }

        .navbar .navbar-right {
            position: absolute;
            top: 0;
            right: -100%;
            height: 100%;
            width: 100%;
            -moz-transition: all 0.25s linear;
            -webkit-transition: all 0.25s linear;
            transition: all 0.25s linear;
        }

            .navbar .navbar-right .open .dropdown-menu {
                position: absolute;
            }

            .navbar .navbar-right.expanded {
                right: 0;
            }

    .app-container .navbar-top {
        min-width: 300px;
    }

    .app-container .content-container .side-menu {
        margin-left: -250px;
        width: 0px;
    }

    .app-container .content-container .side-body {
        margin-left: 10px;
    }

    .app-container.expanded .navbar-top {
        min-width: 480px;
        padding-left: 0px;
    }

    .app-container.expanded .side-menu {
        margin-left: 0px;
        width: 250px;
    }

    .app-container.expanded .side-body {
        margin-left: 10px;
    }

    .app-container .app-footer .wrapper,
    .app-container.expanded .app-footer .wrapper {
        padding-left: 25px;
    }
}
/* Card */

.card {
    background-color: #FFF;
    border-radius: 1px;
    overflow: hidden;
    position: relative;
}

    .card .card-body {
        padding: 25px;
    }

        .card .card-body .sub-title {
            font-size: 1.2em;
            padding: 1.2em 0em 0.4em 0em;
            margin-bottom: 25px;
        }

            .card .card-body .sub-title .description {
                padding-left: 0.4em;
                font-size: 0.8em;
                opacity: 0.8;
            }

        .card .card-body.half-padding {
            padding: 12.5px;
        }

    .card .card-header .card-title {
        padding: 1.2em 25px;
        float: left;
    }

        .card .card-header .card-title .title {
            font-size: 1.5em;
            text-decoration: none;
        }

    .card .card-header .pull-right {
        padding: 0.5em 1em;
    }

    .card .card-header:after {
        content: '';
        display: block;
        clear: both;
    }

    .card .card-profile-img img {
        width: 100%;
        height: auto;
    }

    .card .card-jumbotron {
        padding: 1.5em 1.5em;
    }

    .card:hover .card-header .title {
        text-decoration: none !important;
    }

    .card.summary-inline .card-body {
        padding: 20px;
    }

        .card.summary-inline .card-body .content {
            float: right;
        }

            .card.summary-inline .card-body .content .title {
                margin-top: -0.3em;
                font-size: 3.5em;
                text-align: right;
            }

            .card.summary-inline .card-body .content .sub-title {
                font-size: 0.9em;
                text-align: right;
                margin-top: -10px;
                margin-bottom: 0;
                padding: 0;
                border-bottom: 0;
            }

    .card.profile .card-body {
        padding: 0.5em 0.8em;
    }

    .card.profile .card-footer {
        padding: 0.5em 0.8em;
    }

.panel {
    border-radius: 1px;
}

    .panel .panel-heading {
        border-top-left-radius: 2px;
        border-top-right-radius: 2px;
    }

.chart {
    padding: 15px;
}

    .chart.no-padding {
        padding: 0;
        margin-bottom: -5px;
    }

.btn {
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 2px;
    border-width: 2px;
    padding: 9px 12px;
}

.btn-group-lg > .btn,
.btn-group-lg > .btn-lg {
    border-radius: 1px;
}

.progress {
    border-radius: 1px;
    box-shadow: none;
}

    .progress .progress-bar {
        box-shadow: none;
    }

.pagination {
    margin-top: 5px;
    margin-bottom: 5px;
}

    .pagination li:first-child > a,
    .pagination li:first-child span {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .pagination li:last-child > a,
    .pagination li:last-child span {
        border-top-right-radius: 3px;
        border-bottom-right-radius: 3px;
    }

.form-control {
    border-radius: 1px;
    box-shadow: none;
    font-weight: 400;
    border: 1px solid #888;
    cursor: pointer;
}

    .form-control:focus {
        border-color: #66afe9;
        outline: 0;
        -webkitbox-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 0px 1px rgba(102, 175, 233, 0.48);
        box-shadow: inset 0 1px 2px rgba(0,0,0,.075), 0 0 0px 1px rgba(102, 175, 233, 0.48)
    }


.bs-example-modal .modal {
    z-index: 100;
    position: relative;
    display: block;
}

.modal {
    z-index: 100001;
}

    .modal .modal-dialog .modal-content {
        border-radius: 1px;
        box-shadow: none;
    }

    .modal .modal-dialog .modal-footer .btn {
        margin-top: 0;
        margin-bottom: 0;
    }

.modal-backdrop {
    z-index: 100000;
}

    .modal-backdrop.in {
        opacity: 0.8;
    }

.alert {
    border-width: 0px;
    border-radius: 1px;
}

.list-group .badge {
    border-radius: 1px;
}

.list-group .list-group-item:last-child {
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.list-group .list-group-item:first-child {
    border-top-right-radius: 3px;
    border-top-left-radius: 3px;
}

.checkbox3,
.radio3 {
    margin-top: 0px;
    margin-bottom: 0px;
}

.checkbox-inline {
    margin-bottom: 5px;
}

.checkbox3 label,
.radio3 label {
    padding: 8px 0 8px 30px;
}

    .checkbox3 label::before,
    .radio3 label::before {
        top: 5px;
    }

    .checkbox3 label::after,
    .radio3 label::after {
        top: 5px;
    }

.checkbox3 label,
.radio3 label,
.checkbox-inline,
.radio-inline {
    font-weight: normal;
}

.bootstrap-switch {
    border-radius: 1px;
}

.thumbnail {
    border-radius: 1px;
    padding: 0;
}

    .thumbnail .caption {
        padding: 0.5em 1.2em;
    }

        .thumbnail .caption .h1,
        .thumbnail .caption .h2,
        .thumbnail .caption .h3,
        .thumbnail .caption h1,
        .thumbnail .caption h2,
        .thumbnail .caption h3 {
            margin-top: 15px;
        }

body.login-page {
    background: url(/vea/img/app-header-bg.jpg) no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    body.login-page .login-box {
        width: 100%;
        max-width: 320px;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        padding: 0;
    }

        body.login-page .login-box > .title {
            margin-bottom: 1em;
        }

        body.login-page .login-box > .row {
            margin-left: 0;
            margin-right: 0;
            margin-bottom: 0;
        }

    body.login-page .login-form {
        padding: 0em;
    }

        body.login-page .login-form .login-header {
            margin-bottom: 1.2em;
            font-size: 1.5em;
        }

        body.login-page .login-form .login-body {
            padding: 1.5em;
            border-radius: 1px;
        }

        body.login-page .login-form input {
            margin-bottom: 0.8em;
            margin-top: 0.5em;
            padding: 1.2em 1em;
            font-size: 1.1em;
            border-radius: 1px;
        }

    body.login-page .login-button .btn {
        padding: 0.5em 2em;
        font-size: 1.1em;
        border-radius: 1px;
        margin-bottom: 0;
    }

    body.login-page .login-footer {
        padding-top: 8px;
        padding-bottom: 8px;
        width: 100%;
        text-align: right;
        border-bottom-left-radius: 3px;
        border-bottom-right-radius: 3px;
    }

@media (max-width: 768px) {
    body.login-page .login-form .login-header {
        margin-bottom: 1em;
    }

    body.login-page .login-box {
        width: 100%;
        max-width: 260px;
    }
}

.dataTables_wrapper .row {
    margin-bottom: 0.5em;
}

.dataTables_wrapper .top {
    margin-bottom: 6px;
    position: relative;
}

.dataTables_wrapper .bottom {
    margin-top: 6px;
}

    .dataTables_wrapper .top:after,
    .dataTables_wrapper .bottom:after {
        position: relative;
        clear: both;
        display: block;
        content: '';
    }

.dataTables_wrapper .dataTables_paginate .paginate_button {
    padding: 0;
    margin-left: 0;
    border: 0;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
    .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
        border: 0;
    }

.dataTables_wrapper tfoot {
    display: none;
}

.code-preview {
    width: 100%;
    min-height: 400px;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

    .nav-tabs > li > a {
        border-radius: 0;
        border: 0;
    }

    .nav-tabs > li.active > a,
    .nav-tabs > li.active > a:focus,
    .nav-tabs > li.active > a:hover {
        border-radius: 0;
        border-top: 0;
    }

.tab-content > div {
    padding: 20px;
}

.tabs-below > .nav-tabs,
.tabs-right > .nav-tabs,
.tabs-left > .nav-tabs {
    border-bottom: 0;
}

.tab-content > .tab-pane,
.pill-content > .pill-pane {
    display: none;
}

.tab-content > .active,
.pill-content > .active {
    display: block;
}

.tabs-below > .nav-tabs > li {
    margin-top: -1px;
    margin-bottom: 0;
}

    .tabs-below > .nav-tabs > li > a:hover,
    .tabs-below > .nav-tabs > li > a:focus {
        border-bottom-color: transparent;
    }

.tabs-left > .nav-tabs > li,
.tabs-right > .nav-tabs > li {
    float: none;
}

    .tabs-left > .nav-tabs > li > a,
    .tabs-right > .nav-tabs > li > a {
        min-width: 74px;
        margin-right: 0;
        margin-bottom: 3px;
    }

.tabs-left,
.tabs-right {
    display: table;
}

    .tabs-left > .nav-tabs {
        display: table-cell;
        margin-right: 19px;
    }

        .tabs-left > .nav-tabs > li > a {
            margin-right: -1px;
        }

    .tabs-right > .nav-tabs {
        display: table-cell;
        margin-left: 19px;
    }

        .tabs-right > .nav-tabs > li > a {
            margin-left: -1px;
        }

.tab:after {
    content: '';
    display: block;
    clear: both;
}

.step .nav-tabs {
    border-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 20px;
}

    .step .nav-tabs > li[class^="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .step .nav-tabs > li:first-child {
        border-top-left-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .step .nav-tabs > li {
        border-right: 0;
    }

        .step .nav-tabs > li > a {
            margin-right: 0;
            display: block;
            width: 100%;
            padding: 1em;
            padding-left: 2em;
            vertical-align: middle;
            white-space: nowrap;
            overflow: hidden;
            text-align: left;
            border-bottom: 0;
        }

            .step .nav-tabs > li > a .icon {
                font-size: 2.5em;
                display: inline-block;
                margin-right: 0.25em;
                vertical-align: middle;
            }

            .step .nav-tabs > li > a .step-title {
                width: auto;
                display: inline-block;
                vertical-align: middle;
                text-align: left;
            }

                .step .nav-tabs > li > a .step-title .title {
                    font-weight: bold;
                    font-size: 1.1em;
                }

                .step .nav-tabs > li > a .step-title .description {
                    font-size: 0.9em;
                }

            .step .nav-tabs > li > a:hover {
                border-bottom: 0;
            }

        .step .nav-tabs > li:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            right: -15px;
            transform: translate(0%, -50%);
            z-index: 100001;
        }

        .step .nav-tabs > li:before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            right: -16px;
            transform: translate(0%, -50%);
            z-index: 100000;
        }

        .step .nav-tabs > li.active > a,
        .step .nav-tabs > li.active > a:focus,
        .step .nav-tabs > li.active > a:hover {
            border: 0;
            border-radius: 0;
            border-bottom: 0;
        }

        .step .nav-tabs > li:last-child {
            border-top-right-radius: 3px;
            border-bottom-right-radius: 3px;
        }

            .step .nav-tabs > li:last-child:before,
            .step .nav-tabs > li:last-child:after {
                display: none;
            }

.step .tab-content > div {
    padding: 0;
}

.step.card-no-padding .nav-tabs {
    margin-bottom: 0px;
}

    .step.card-no-padding .nav-tabs > li {
        border-radius: 0;
    }

.step.card-no-padding .tab-content > div {
    padding: 20px;
}

.step.tabs-left .tab-content {
    padding: 5px 15px;
    display: table-cell;
    vertical-align: top;
}

    .step.tabs-left .tab-content > div {
        padding: 20px;
    }

.step.tabs-left .nav-tabs {
    border-bottom: 0px;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 0;
}

    .step.tabs-left .nav-tabs > li[class^="col-"] {
        padding-left: 0;
        padding-right: 0;
    }

    .step.tabs-left .nav-tabs > li:first-child {
        border-top-left-radius: 0px;
        border-top-right-radius: 0px;
    }

    .step.tabs-left .nav-tabs > li {
        border-right: 0px;
        min-width: 250px;
        display: table;
        width: 250px;
    }

        .step.tabs-left .nav-tabs > li > a {
            margin-right: 0;
            display: table-cell;
            width: 100%;
            padding: 1em;
            padding-left: 2em;
            vertical-align: middle;
            table-layout: fixed;
            white-space: nowrap;
            overflow: hidden;
        }

            .step.tabs-left .nav-tabs > li > a .icon {
                font-size: 2.5em;
                display: inline-block;
                margin-right: 0.25em;
                vertical-align: middle;
            }

            .step.tabs-left .nav-tabs > li > a .step-title {
                width: auto;
                display: inline-block;
                vertical-align: middle;
            }

                .step.tabs-left .nav-tabs > li > a .step-title .title {
                    font-weight: bold;
                    font-size: 1.1em;
                }

                .step.tabs-left .nav-tabs > li > a .step-title .description {
                    font-size: 0.9em;
                }

            .step.tabs-left .nav-tabs > li > a:hover {
                border-bottom: 0;
            }

        .step.tabs-left .nav-tabs > li:after {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            transform: translate(0%, -50%);
            z-index: 10000;
            display: none;
        }

        .step.tabs-left .nav-tabs > li:before {
            content: "";
            width: 0;
            height: 0;
            position: absolute;
            top: 50%;
            right: -16px;
            transform: translate(0%, -50%);
            z-index: 10000;
            display: none;
        }

        .step.tabs-left .nav-tabs > li.active > a,
        .step.tabs-left .nav-tabs > li.active > a:focus,
        .step.tabs-left .nav-tabs > li.active > a:hover {
            border: 0;
            border-radius: 0;
            border-bottom: 0;
        }

        .step.tabs-left .nav-tabs > li.active:after,
        .step.tabs-left .nav-tabs > li.active:before {
            display: block;
        }

        .step.tabs-left .nav-tabs > li:last-child {
            border-bottom-left-radius: 3px;
            border-bottom-right-radius: 3px;
        }

@media (max-width: 768px) {
    .step .nav-tabs > li:after {
        display: none;
    }

    .step .nav-tabs > li:before {
        display: none;
    }
}

.loader-container {
    display: none;
}

.loader .loader-container {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1003;
}

.loader:after {
    content: "";
    display: block;
    position: absolute;
    background-color: rgba(0, 0, 0, 0.9);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1001;
    border-radius: 1px;
}

.pricing-table .pt-header {
    text-align: center;
    padding: 1em;
}

    .pricing-table .pt-header .plan-pricing .pricing {
        font-size: 2.5em;
    }

    .pricing-table .pt-header .plan-pricing .pricing-type {
        opacity: 0.9;
    }

.pricing-table .pt-body {
    padding: 1em;
    text-align: center;
}

    .pricing-table .pt-body .plan-detail {
        padding: 0;
        margin: 0;
        list-style: none;
    }

.pricing-table .pt-footer {
    padding: 0.75em;
    text-align: center;
}

.icons-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

    .icons-list > li {
        float: left;
        text-align: center;
        width: 100px;
        height: 100px;
        padding: 8px;
    }

        .icons-list > li span {
            display: block;
        }

        .icons-list > li .glyphicon {
            font-size: 1.5em;
        }

        .icons-list > li .glyphicon-class {
            margin-top: 8px;
            font-size: 0.75em;
        }

    .icons-list:after {
        content: '';
        display: block;
        position: relative;
        clear: both;
    }

.row.example > [class*='col-'] > div {
    background-color: #EEE;
    padding: 10px;
    border: 1px solid #DDD;
}

.breadcrumb {
    margin-bottom: 0;
}

    .breadcrumb > li + li:before {
        font-family: FontAwesome;
        content: '\f105';
        margin-right: 3px;
    }

.message-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

    .message-list > a > li {
        border-bottom: 1px dotted #EEE;
        padding: 8px;
    }

        .message-list > a > li > .message-block {
            padding-left: 70px;
            min-height: 60px;
        }

            .message-list > a > li > .message-block .username {
                font-size: 12px;
                font-weight: bold;
            }

            .message-list > a > li > .message-block .message-datetime {
                font-size: 10px;
                color: #AAA;
            }

            .message-list > a > li > .message-block .message {
                font-size: 12px;
            }

        .message-list > a > li .profile-img {
            width: 60px;
            height: 60px;
        }

    .message-list > a:hover li {
        background-color: rgba(0, 0, 0, 0.01);
    }

.bs-example > * {
    margin-bottom: 20px;
}

    .bs-example > *:last-child {
        margin-bottom: 5px;
    }

    .landing-page .navbar .navbar-toggle {
        position: absolute;
        right: 0;
        border-radius: 0;
        border: 0;
        height: 44px;
        padding: 0 15px;
    }

    .landing-page .app-header {
        padding-top: 100px;
        background-image: url("/vea/img/app-header-bg.jpg");
        background-repeat: no-repeat;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        background-position: center;
        margin-bottom: 0;
    }

        .landing-page .app-header .app-logo {
            margin-bottom: 20px;
        }

        .landing-page .app-header .app-description {
            margin-bottom: 40px;
        }

    .landing-page .app-content-a,
    .landing-page .app-content-b {
        padding-top: 50px;
        padding-bottom: 20px;
    }

        .landing-page .app-content-b.feature-1 {
            background-image: url("/vea/img/bg/picjumbo.com_HNCK3558.jpg");
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center;
            margin-bottom: 0;
        }

        .landing-page .app-content-b.contact-us {
            padding-top: 60px;
            padding-bottom: 60px;
            background-image: url("/vea/img/contact-us-bg.jpg");
            background-repeat: no-repeat;
            -webkit-background-size: cover;
            -moz-background-size: cover;
            -o-background-size: cover;
            background-size: cover;
            background-position: center;
            margin-bottom: 0;
        }

            .landing-page .app-content-b.contact-us .contact-us-header {
                font-weight: 300;
                font-size: 46px;
            }

            .landing-page .app-content-b.contact-us .contact-us-description {
                font-weight: 300;
                font-size: 18px;
                opacity: 0.9;
                text-indent: 40px;
            }

            .landing-page .app-content-b.contact-us form {
                margin-top: 20px;
            }

                .landing-page .app-content-b.contact-us form input {
                    padding: 10px;
                    width: 100%;
                    border: 0px;
                }

    .landing-page .app-content-header {
        font-weight: 300;
        font-size: 46px;
    }

    .landing-page .app-content-description {
        font-weight: 300;
        font-size: 18px;
    }

    .landing-page .app-footer {
        padding-top: 15px;
        padding-bottom: 15px;
        margin-bottom: 0;
    }

        .landing-page .app-footer p {
            margin: 0;
        }

    .landing-page .navbar-affix {
        width: 100%;
        height: 60px;
        border-top: 2px rgba(78, 205, 196, 0.8);
        -webkit-transition: all 0.2s ease-in;
        transition: all 0.2s ease-in;
        position: fixed;
        -webkit-box-shadow: 0px 0px 6px 0px rgba(96, 100, 109, 0.4);
        box-shadow: 0px 0px 6px 0px rgba(96, 100, 109, 0.4);
    }

    .landing-page .navbar.affix {
        z-index: 4000;
        background-color: rgba(255, 255, 255, 0.95) !important;
        height: 60px;
        opacity: 1;
        margin-top: 0px;
    }

    .landing-page .navbar-affix.affix li a {
        height: 60px;
        line-height: 60px;
    }

    .landing-page .navbar-affix.affix .navbar-nav > li > a {
        background-color: transparent;
        font-weight: 400;
        color: #333;
    }

    .landing-page .navbar {
        padding-left: 0px;
        background-color: transparent;
        box-shadow: none;
    }

        .landing-page .navbar .navbar-right {
            position: relative;
            right: 0;
        }

        .landing-page .navbar .navbar-header {
            border-bottom: 0px solid #e7e7e7;
        }

            .landing-page .navbar .navbar-header .navbar-brand {
                width: 45px;
                line-height: 60px;
                height: 60px;
                padding: 0;
                width: 100%;
                overflow: hidden;
                padding-left: 0px;
            }

                .landing-page .navbar .navbar-header .navbar-brand .icon {
                    width: 50px;
                    text-align: center;
                    display: inline-block;
                }

                .landing-page .navbar .navbar-header .navbar-brand .title {
                    margin-left: -10px;
                    display: inline-block;
                }

            .landing-page .navbar .navbar-header .navbar-expand-toggle {
                position: absolute;
                right: 0;
                width: 60px;
                height: 60px;
                background-color: transparent;
                border: 0px;
                -moz-transition: all 0.25s linear;
                -webkit-transition: all 0.25s linear;
                transition: all 0.25s linear;
                opacity: 0.75;
            }

@media only screen and (max-width: 768px) {
    .landing-page .navbar .navbar-header .navbar-brand {
        padding-left: 15px;
    }
}

.row-example > [class*="col-"] {
    margin-bottom: 0px;
}
/* CUSTOMIZE THE NAVBAR
-------------------------------------------------- */
/* Special class on .container surrounding .navbar, used for positioning it into place. */

.navbar-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 20;
}
    /* Flip around the padding for proper display in narrow viewports */

    .navbar-wrapper > .container {
        padding-right: 0;
        padding-left: 0;
    }

    .navbar-wrapper .navbar {
        padding-right: 15px;
        padding-left: 15px;
    }

        .navbar-wrapper .navbar .container {
            width: auto;
        }
/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */
/* Carousel base class */

.carousel {
    height: 500px;
    margin-bottom: 60px;
}
/* Since positioning the image, we need to help out the caption */

.carousel-caption {
    z-index: 10;
}
/* Declare heights because of positioning of img element */

.carousel .item {
    height: 500px;
    background-color: #777;
}

.carousel-inner > .item > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    height: 500px;
}
/* MARKETING CONTENT
-------------------------------------------------- */
/* Center align the text within the three columns below the carousel */

.marketing .col-lg-4 {
    margin-bottom: 20px;
    text-align: center;
}

.marketing h2 {
    font-weight: normal;
}

.marketing .col-lg-4 p {
    margin-right: 10px;
    margin-left: 10px;
}
/* Featurettes
------------------------- */

.featurette-divider {
    margin: 80px 0;
    /* Space out the Bootstrap <hr> more */
}
/* Thin out the marketing headings */

.featurette-heading {
    font-weight: 300;
    line-height: 1;
    letter-spacing: -1px;
}
/* RESPONSIVE CSS
-------------------------------------------------- */

@media (min-width: 768px) {
    /* Navbar positioning foo */

    .navbar-wrapper .container {
        padding-right: 15px;
        padding-left: 15px;
    }

    .navbar-wrapper .navbar {
        padding-right: 0;
        padding-left: 0;
    }
    /* The navbar becomes detached from the top, so we round the corners */

    .navbar-wrapper .navbar {
        border-radius: 4px;
    }
    /* Bump up size of carousel content */

    .carousel-caption p {
        margin-bottom: 20px;
        font-size: 21px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 100px;
        margin-bottom: 20px;
    }
}


/*reporting icon styles*/

.ef.ef-report:hover {
    color: rgba(15, 84, 140,0.5) !important;
}

.ef.ef-report.reportingSelectedAlready:hover {
    color: white !important;
}

.profileInfoBtn {
    background-color: #544b84;
    width: 230px;
    color: white;
    opacity: 0.95;
    border-radius: 4px;
    height: 43px;
}
.ProfileInfoOverlay {
    width: 100%;
    height: 100%;
    display: none;
    position: absolute;
    top: -25px;
    left: -21px;
}
.ProfileInfoOverlay div {
    position: relative;
    display: inline-block;
    top: 55%;
    text-align: left;
}

    .caret_margin {
    margin-left: 8px;
 }


.mapping_name_icon {
    padding-top: 1%;
    font-size: 39px;
    padding-left: 8px;
    padding-right: 10px;
    line-height: 1;
    position: relative;
    top: -4px;
}

.mapping_name {
    font-size: 14px;
    position: relative;
    top: -9px;
}

.map-metric-container {
    position: absolute;
    background-color: white;
    width: 55px;
    min-height: 50px;
    border-radius: 5px;
    margin-top: -15px;
    left: -5px;
}

.map-metric-detail {
    border-radius: 5px;
    padding: 5px;
    width: 100%;
}

.map-metric-title {
    font-size: 8px;
}

.map-metric-value {
    font-size: 18px;
    text-align: center;
    padding-top: 5px;
}

.map-metric-tooltip-title {
    font-size: 16px;
    color: #ffffff;
}

.map-metric-tooltip-content {
    font-size: 12px;
    color: #808080;
}

#ulCustomerName {
    padding-right: 25px;
}

[powerbi-tile] {
    min-width: 300px;
    min-height: 300px;
}

[powerbi-type="report"] {
    min-width: 800px;
    min-height: 600px;
}

.flat-blue {
  background-color: #F9F9F9;
  /* small screen */ }
  .flat-blue a {
    color: #363c46; }
  .flat-blue a:hover {
    color: #09486b; }
  .flat-blue .app-footer {
    opacity: 0.7;
    color: #0F548C; }
  .flat-blue .navbar, .flat-blue .navbar.navbar-default {
    border-bottom: 0px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.08); }
    .flat-blue .navbar > .container-fluid, .flat-blue .navbar.navbar-default > .container-fluid {
      background-color: #FDFDFE; }
    .flat-blue .navbar .navbar-header .navbar-brand, .flat-blue .navbar.navbar-default .navbar-header .navbar-brand {
      color: #C7C7C7; 
      background-color: #fdfdfe;
    }
    .flat-blue .navbar .navbar-header .navbar-expand-toggle, .flat-blue .navbar.navbar-default .navbar-header .navbar-expand-toggle {
      color: #0F548C; }
    .flat-blue .navbar .navbar-header .navbar-right-expand-toggle, .flat-blue .navbar.navbar-default .navbar-header .navbar-right-expand-toggle {
      color: #0F548C; }
    .flat-blue .navbar .navbar-breadcrumb li, .flat-blue .navbar.navbar-default .navbar-breadcrumb li {
      color: #0F548C; }
      .flat-blue .navbar .navbar-breadcrumb li a, .flat-blue .navbar.navbar-default .navbar-breadcrumb li a {
        color: #0F548C; }
    .flat-blue .navbar .navbar-nav > li, .flat-blue .navbar.navbar-default .navbar-nav > li {
      border-left: 1px solid #F9F9F9; }
      .flat-blue .navbar .navbar-nav > li > a, .flat-blue .navbar.navbar-default .navbar-nav > li > a {
        color: #0F548C; }
    .flat-blue .navbar .navbar-nav > li.open > a, .flat-blue .navbar.navbar-default .navbar-nav > li.open > a {
      background-color: transparent;
      color: #C7C7C7; }
    .flat-blue .navbar .navbar-nav > li.danger > a, .flat-blue .navbar.navbar-default .navbar-nav > li.danger > a {
      background-color: transparent;
      border-bottom: 4px solid #0F548C;
      color: #0F548C; }
    .flat-blue .navbar .navbar-nav > li.danger.open > a, .flat-blue .navbar.navbar-default .navbar-nav > li.danger.open > a {
      background-color: #0F548C;
      color: #FFF; }
    .flat-blue .navbar .navbar-nav .dropdown-menu, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu {
      background-color: #F9F9F9;
      border-color: #E4E4E4; }
      .flat-blue .navbar .navbar-nav .dropdown-menu .title, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu .title {
        background-color: #FFF; }
        .flat-blue .navbar .navbar-nav .dropdown-menu .title .badge, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu .title .badge {
          background-color: #0F548C; }
    .flat-blue .navbar .navbar-nav .dropdown-menu.danger, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu.danger {
      border-color: #0F548C; }
      .flat-blue .navbar .navbar-nav .dropdown-menu.danger .title, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu.danger .title {
        background-color: #0F548C;
        color: #FFF; }
        .flat-blue .navbar .navbar-nav .dropdown-menu.danger .title .badge, .flat-blue .navbar.navbar-default .navbar-nav .dropdown-menu.danger .title .badge {
          background-color: #FFF;
          color: #0F548C; }
  .flat-blue .navbar.navbar-inverse {
    background-color: #0F548C;
    border-bottom: 0px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1); }
    .flat-blue .navbar.navbar-inverse > .container-fluid {
      background-color: #0F548C; }
    .flat-blue .navbar.navbar-inverse .navbar-header .navbar-brand {
      color: #FFF; }
    .flat-blue .navbar.navbar-inverse .navbar-header .navbar-expand-toggle {
      color: #FFF; }
    .flat-blue .navbar.navbar-inverse .navbar-header .navbar-right-expand-toggle {
      color: #FFF; }
    .flat-blue .navbar.navbar-inverse .navbar-breadcrumb li {
      color: #FFF; }
      .flat-blue .navbar.navbar-inverse .navbar-breadcrumb li a {
        color: #FFF; }
    .flat-blue .navbar.navbar-inverse .navbar-nav > li {
      border-left: 1px solid #363c46; }
      .flat-blue .navbar.navbar-inverse .navbar-nav > li > a {
        color: #FFF; }
    .flat-blue .navbar.navbar-inverse .navbar-nav > li:hover > a {
      color: #22A7FD; }
    .flat-blue .navbar.navbar-inverse .navbar-nav > li.open > a {
      background-color: transparent;
      color: #22A7FD; }
    .flat-blue .navbar.navbar-inverse .navbar-nav > li.danger > a {
      background-color: transparent;
      border-bottom: 4px solid #0F548C;
      color: #FFF; }
    .flat-blue .navbar.navbar-inverse .navbar-nav > li.danger.open > a {
      background-color: #0F548C; }
    .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu {
      background-color: #F9F9F9;
      border-color: #0F548C; }
      .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu .title {
        background-color: #FFF; }
        .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu .title .badge {
          background-color: #0F548C; }
    .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu.danger {
      border-color: #0F548C; }
      .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu.danger .title {
        background-color: #0F548C;
        color: #FFF; }
        .flat-blue .navbar.navbar-inverse .navbar-nav .dropdown-menu.danger .title .badge {
          background-color: #FFF;
          color: #0F548C; }
  .flat-blue .side-menu {
    background-color: #FFF;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08); }
    .flat-blue .side-menu .navbar-header {
      background-color: #22A7FD;
      margin-bottom: 4px; }
      .flat-blue .side-menu .navbar-header .navbar-brand {
        color: #C7C7C7; }
    .flat-blue .side-menu .navbar-nav {
      width: 100%; }
    .flat-blue .side-menu .navbar {
      background-color: #FFF;
      border-bottom: 0px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }
      .flat-blue .side-menu .navbar li > a {
        color: #363c46; }
      .flat-blue .side-menu .navbar li.active {
        border-left: 0; }
        .flat-blue .side-menu .navbar li.active > a {
          border-right: none; }
      .flat-blue .side-menu .navbar > li:hover > a {
        background-color: #0F548C;
        color: #FFF; }
      .flat-blue .side-menu .navbar li.dropdown {
        background-color: #00b8b6; }
        .flat-blue .side-menu .navbar li.dropdown > .panel-collapse {
          background-color: #E4E4E4; }
        .flat-blue .side-menu .navbar li.dropdown .panel-body {
          padding: 0 7px; }
  .flat-blue .side-menu.sidebar-inverse {
    background-color: #3C5164;
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.08); }
    .flat-blue .side-menu.sidebar-inverse .navbar {
      background-color: #00b8b6;
      border-bottom: 0px;
      -moz-box-shadow: none;
      -webkit-box-shadow: none;
      box-shadow: none; }

     .flat-blue .side-menu.sidebar-inverse .navbar li {
        border-left: 0;
        background-color: #3C5164;
      }

        .flat-blue .side-menu.sidebar-inverse .navbar li > a {
          color: #FFFFFF;
        }

      .flat-blue .side-menu.sidebar-inverse .navbar li.active > a {
        background-color: #E6F5FF;
      }
      .flat-blue .side-menu.sidebar-inverse .navbar > li:hover > a {
        background-color: #C7C7C7;
        color: #00b8b6; }
      .flat-blue .side-menu.sidebar-inverse .navbar li.dropdown > .panel-collapse {
        background-color: rgba(0, 0, 0, 0.1); }
      .flat-blue .side-menu.sidebar-inverse .navbar li.dropdown .panel-body {
        padding: 0px; }
  @media (max-width: 768px) {
    .flat-blue .navbar.navbar-default .navbar-nav > li {
      border-left: 0; }
    .flat-blue .navbar.navbar-default .navbar-right {
      background-color: #FFF; }
    .flat-blue .navbar.navbar-inverse .navbar-nav > li {
      border-left: 0; }
    .flat-blue .navbar.navbar-inverse .navbar-right {
      background-color: #0F548C; } }
  .flat-blue .card.red {
    background-color: #0F548C;
    color: #FFF; }
  .flat-blue .card.yellow {
    background-color: #0F548C;
    color: #FFF; }
  .flat-blue .card.green {
    background-color: #3D8AC9;
    color: #FFF; }
  .flat-blue .card.blue {
    background-color: #22A7FD;
    color: #FFF; }
  .flat-blue .card.dark {
    background-color: #0F548C;
    color: #FFF; }
  .flat-blue .card.red, .flat-blue .card.yellow, .flat-blue .card.green, .flat-blue .card.blue, .flat-blue .card.dark {
    border: 0; }
    .flat-blue .card.red .card-header, .flat-blue .card.yellow .card-header, .flat-blue .card.green .card-header, .flat-blue .card.blue .card-header, .flat-blue .card.dark .card-header {
      border-bottom: 0; }
      .flat-blue .card.red .card-header .title, .flat-blue .card.yellow .card-header .title, .flat-blue .card.green .card-header .title, .flat-blue .card.blue .card-header .title, .flat-blue .card.dark .card-header .title {
        color: #FFF; }
  .flat-blue .card {
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
    border: 0px solid #E4E4E4; }
    .flat-blue .card .card-header {
      border-bottom: 1px solid #E4E4E4; }
      .flat-blue .card .card-header .title {
        color: #0F548C; }
    .flat-blue .card .card-body .sub-title {
      border-bottom: 1px solid #EAEAEA; }
    .flat-blue .card .card-header.no-border {
      border-bottom: 0; }
    .flat-blue .card .card-jumbotron {
      background-color: #EAEAEA; }
  .flat-blue .card.primary .card-jumbotron {
    background-color: #0F548C;
    color: #FFF; }
  .flat-blue .card.profile .card-footer {
    border-top: 1px solid #F9F9F9; }
  .flat-blue .card.summary-inline.red:hover {
    background-color: #0F548C; }
  .flat-blue .card.summary-inline.yellow:hover {
    background-color: #0F548C; }
  .flat-blue .card.summary-inline.green:hover {
    background-color: #0F548C; }
  .flat-blue .card.summary-inline.blue:hover {
    background-color: #0F548C; }
  .flat-blue .card.summary-inline.dark:hover {
    background-color: #09486b; }
  .flat-blue .card.card-success .card-header {
      background-color: #8AB2CF; }
    .flat-blue .card.card-success .card-header .title {
      color: #FFF; }
  .flat-blue .card.card-info .card-header {
    background-color: #00B8B6; }
    .flat-blue .card.card-info .card-header .title {
      color: #FFF; }
  .flat-blue .panel.panel-default {
    border: 1px solid #00B8B6; }
    .flat-blue .panel.panel-default .panel-heading {
      border-bottom: 1px solid #EAEAEA;
      background-color: #F0F0F0; }
  .flat-blue .panel.panel-primary {
    border: 1px solid #00B8B6; }
    .flat-blue .panel.panel-primary .panel-heading {
      border-bottom: 1px solid #00B8B6;
      background-color: #73849d;
      color: #FFF; }
  .flat-blue .panel.panel-success {
    border: 1px solid #3D8AC9 }
    .flat-blue .panel.panel-success .panel-heading {
      border-bottom: 1px solid #00B8B6;
      background-color: #99e9d9;
      color: #006551; }
  .flat-blue .panel.panel-info {
    border: 1px solid #00B8B6; }
    .flat-blue .panel.panel-info .panel-heading {
      border-bottom: 1px solid #00B8B6;
      background-color: #91d5fb;
      color: #09486b; }
  .flat-blue .panel.panel-warning {
    border: 1px solid #FABE28; }
    .flat-blue .panel.panel-warning .panel-heading {
      border-bottom: 1px solid #FABE28;
      background-color: #ffe5a2;
      color: #85630f; }
  .flat-blue .panel.panel-danger {
    border: 1px solid #fb927d; }
    .flat-blue .panel.panel-danger .panel-heading {
      border-bottom: 1px solid #fb927d;
      background-color: #ffb8aa;
      color: #7c1a06; }
  .flat-blue .panel.fresh-color.panel-primary {
    border: 1px solid #0F548C; }
    .flat-blue .panel.fresh-color.panel-primary .panel-heading {
      border-bottom: 1px solid #0F548C;
      background-color: #0F548C;
      color: #FFF; }
  .flat-blue .panel.fresh-color.panel-success {
    border: 1px solid #3D8AC9 }
    .flat-blue .panel.fresh-color.panel-success .panel-heading {
      border-bottom: 1px solid #3D8AC9;
      background-color: #3D8AC9;
      color: #FFF; }
  .flat-blue .panel.fresh-color.panel-info {
    border: 1px solid #22A7FD; }
    .flat-blue .panel.fresh-color.panel-info .panel-heading {
      border-bottom: 1px solid #22A7FD;
      background-color: #22A7FD;
      color: #FFF; }
  .flat-blue .panel.fresh-color.panel-warning {
    border: 1px solid #FABE28; }
    .flat-blue .panel.fresh-color.panel-warning .panel-heading {
      border-bottom: 1px solid #FABE28;
      background-color: #FABE28;
      color: #FFF; }
  .flat-blue .panel.fresh-color.panel-danger {
    border: 1px solid #0F548C; }
    .flat-blue .panel.fresh-color.panel-danger .panel-heading {
      border-bottom: 1px solid #0F548C;
      background-color: #0F548C;
      color: #FFF; }
          .btn.btn-default {
           color: #000 !important;
           background-color: #ffffff !important;
           border-color: #ccc !important;
       }
  .flat-blue .btn.btn-default {
    background-color: #F0F0F0;
    border-color: #EAEAEA; }
  .flat-blue .btn.btn-default:hover {
    background-color: #EAEAEA; }
  .flat-blue .btn.btn-primary {
    background-color: #0F548C;
    color: #FFF;
    border-color: #0F548C; }
  .flat-blue .btn.btn-success {
    background-color: #3D8AC9;
    color: #FFF;
    border-color: #3D8AC9 }
  .flat-blue .btn.btn-warning {
    background-color: #FABE28;
    color: #FFF;
    border-color: #FABE28; }
  .flat-blue .btn.btn-info {
    background-color: #22A7FD;
    color: #FFF;
    border-color: #22A7FD; }
  .flat-blue .btn.btn-danger {
    background-color: #0F548C;
    color: #FFF;
    border-color: #0F548C; }
  .flat-blue .btn.btn-link {
    color: #0F548C; }
  .flat-blue .progress .progress-bar {
    background-color: #0F548C;
    color: #FFF; }
  .flat-blue .progress .progress-bar.progress-bar-success {
    background-color: #3D8AC9; }
  .flat-blue .progress .progress-bar.progress-bar-info {
    background-color: #22A7FD; }
  .flat-blue .progress .progress-bar.progress-bar-warning {
    background-color: #FABE28; }
  .flat-blue .progress .progress-bar.progress-bar-danger {
    background-color: #0F548C; }
  .flat-blue .color-white {
    color: #FFF; }
  .flat-blue .pagination > li > a {
    color: #0F548C; }
  .flat-blue .pagination .active > a, .flat-blue .pagination .active > a:focus, .flat-blue .pagination .active > a:hover, .flat-blue .pagination .active span, .flat-blue .pagination .active > span:focus, .flat-blue .pagination .active > span:hover {
    background-color: #0F548C;
    border-color: #0F548C;
    color: #FFF; }
  .flat-blue .modal.modal-primary .modal-header {
    background-color: #0F548C;
    color: #FFF; }
  .flat-blue .modal.modal-success .modal-header {
    background-color: #3D8AC9;
    color: #FFF; }
  .flat-blue .modal.modal-info .modal-header {
    background-color: #22A7FD;
    color: #FFF; }
  .flat-blue .modal.modal-warning .modal-header {
    background-color: #FABE28;
    color: #FFF; }
  .flat-blue .modal.modal-danger .modal-header {
    background-color: #0F548C;
    color: #FFF; }
  .flat-blue .alert.alert-success {
    background-color: #99e9d9;
    color: #006551;
    border-color: #3D8AC9 }
    .flat-blue .alert.alert-success .alert-link {
      color: #006551;
      text-decoration: underline; }
    .flat-blue .alert.alert-success .btn-link {
      color: #006551; }
  .flat-blue .alert.alert-info {
    background-color: #91d5fb;
    color: #09486b;
    border-color: #22A7FD; }
    .flat-blue .alert.alert-info .alert-link {
      color: #09486b;
      text-decoration: underline; }
    .flat-blue .alert.alert-info .btn-link {
      color: #09486b; }
  .flat-blue .alert.alert-warning {
    background-color: #ffe5a2;
    border-color: #FABE28;
    color: #85630f; }
    .flat-blue .alert.alert-warning .alert-link {
      color: #85630f;
      text-decoration: underline; }
    .flat-blue .alert.alert-warning .btn-link {
      color: #85630f; }
  .flat-blue .alert.alert-danger {
    background-color: #ffb8aa;
    border-color: #fb927d;
    color: #7c1a06; }
    .flat-blue .alert.alert-danger .alert-link {
      color: #7c1a06;
      text-decoration: underline; }
    .flat-blue .alert.alert-danger .btn-link {
      color: #7c1a06; }
  .flat-blue .alert.fresh-color {
    color: #FFF; }
    .flat-blue .alert.fresh-color .alert-link {
      color: #FFF;
      text-decoration: underline; }
    .flat-blue .alert.fresh-color .btn-link {
      color: #FFF; }
  .flat-blue .alert.fresh-color.alert-success {
    background-color: #3D8AC9 }
  .flat-blue .alert.fresh-color.alert-info {
    background-color: #22A7FD; }
  .flat-blue .alert.fresh-color.alert-warning {
    background-color: #FABE28; }
  .flat-blue .alert.fresh-color.alert-danger {
    background-color: #0F548C;
    border-color: #0F548C; }
  .flat-blue .list-group .list-group-item.active {
    background-color: #0F548C;
    color: #FFF;
    border-color: #0F548C; }
    .flat-blue .list-group .list-group-item.active .badge {
      color: #0F548C; }
  .flat-blue .list-group .list-group-item.list-group-item-success {
    background-color: #99e9d9;
    color: #006551;
    border-color: #99e9d9; }
    .flat-blue .list-group .list-group-item.list-group-item-success .badge {
      background-color: #FFF;
      color: #3D8AC9 }
  .flat-blue .list-group .list-group-item.list-group-item-info {
    background-color: #91d5fb;
    color: #09486b;
    border-color: #91d5fb; }
    .flat-blue .list-group .list-group-item.list-group-item-info .badge {
      background-color: #FFF;
      color: #22A7FD; }
  .flat-blue .list-group .list-group-item.list-group-item-warning {
    background-color: #ffe5a2;
    color: #85630f;
    border-color: #ffe5a2; }
    .flat-blue .list-group .list-group-item.list-group-item-warning .badge {
      background-color: #FFF;
      color: #FABE28; }
  .flat-blue .list-group .list-group-item.list-group-item-danger {
    background-color: #ffb8aa;
    color: #7c1a06;
    border-color: #ffb8aa; }
    .flat-blue .list-group .list-group-item.list-group-item-danger .badge {
      background-color: #FFF;
      color: #0F548C; }
  .flat-blue .bootstrap-switch {
    border-color: #EAEAEA; }
    .flat-blue .bootstrap-switch .bootstrap-switch-primary {
      background-color: #0F548C; }
  .flat-blue .table .active td, .flat-blue .table .active th {
    background-color: #EAEAEA; }
  .flat-blue .table .success {
    color: #006551; }
    .flat-blue .table .success td, .flat-blue .table .success th {
      background-color: #99e9d9; }
  .flat-blue .table .info {
    color: #09486b; }
    .flat-blue .table .info td, .flat-blue .table .info th {
      background-color: #91d5fb; }
  .flat-blue .table .warning {
    color: #85630f; }
    .flat-blue .table .warning td, .flat-blue .table .warning th {
      background-color: #ffe5a2; }
  .flat-blue .table .danger {
    color: #7c1a06; }
    .flat-blue .table .danger td, .flat-blue .table .danger th {
      background-color: #ffb8aa; }
  .flat-blue .table > tbody > tr > td, .flat-blue .table > tbody > tr > th, .flat-blue .table > tfoot > tr > td, .flat-blue .table > tfoot > tr > th {
    border-color: #dddddd; }
  .flat-blue .table > thead > tr > th {
    border-color: #EAEAEA; }
  .flat-blue .table.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #FDFDFD; }
  .flat-blue .login-box .login-form .login-header {
    color: #FFF; }
  .flat-blue .login-box .login-form .login-body {
    background-color: #FFF; }
  .flat-blue .login-box input {
    background-color: #F9F9F9;
    border: 1px solid #F9F9F9; }
  .flat-blue .login-box .login-footer a {
    color: #FFF; }
  .flat-blue .login-box .login-footer a:hover {
    color: #FFF;
    text-decoration: underline; }
  .flat-blue .badge.primary {
    background-color: #0F548C; }
  .flat-blue .badge.success {
    background-color: #3D8AC9 }
  .flat-blue .badge.info {
    background-color: #22A7FD; }
  .flat-blue .badge.warning {
    background-color: #FABE28; }
  .flat-blue .badge.danger {
    background-color: #0F548C; }
  .flat-blue .nav-tabs {
    background-color: #EAEAEA; }
    .flat-blue .nav-tabs > li > a:hover {
      background-color: #EAEAEA; }
    .flat-blue .nav-tabs > li.active > a:hover {
      background-color: #FFF; }
  .flat-blue .tabs-below > .nav-tabs {
    border-top: 1px solid #E4E4E4; }
  .flat-blue .tabs-below > .nav-tabs > li > a:hover,
  .flat-blue .tabs-below > .nav-tabs > li > a:focus {
    border-top-color: #E4E4E4;
    border-bottom-color: transparent; }
  .flat-blue .tabs-below > .nav-tabs > .active > a,
  .flat-blue .tabs-below > .nav-tabs > .active > a:hover,
  .flat-blue .tabs-below > .nav-tabs > .active > a:focus {
    border-color: transparent #E4E4E4 #E4E4E4 #E4E4E4; }
  .flat-blue .tabs-left > .nav-tabs {
    border-right: 1px solid #E4E4E4; }
  .flat-blue .tabs-left > .nav-tabs > li > a:hover,
  .flat-blue .tabs-left > .nav-tabs > li > a:focus {
    border-color: #E4E4E4 #E4E4E4 #E4E4E4 #E4E4E4; }
  .flat-blue .tabs-left > .nav-tabs .active > a,
  .flat-blue .tabs-left > .nav-tabs .active > a:hover,
  .flat-blue .tabs-left > .nav-tabs .active > a:focus {
    border-color: #E4E4E4 transparent #E4E4E4 #E4E4E4;
    *border-right-color: #FFF; }
  .flat-blue .tabs-right > .nav-tabs {
    border-left: 1px solid #E4E4E4; }
  .flat-blue .tabs-right > .nav-tabs > li > a:hover,
  .flat-blue .tabs-right > .nav-tabs > li > a:focus {
    border-color: #E4E4E4 #E4E4E4 #E4E4E4 #E4E4E4; }
  .flat-blue .tabs-right > .nav-tabs .active > a,
  .flat-blue .tabs-right > .nav-tabs .active > a:hover,
  .flat-blue .tabs-right > .nav-tabs .active > a:focus {
    border-color: #E4E4E4 #E4E4E4 #E4E4E4 transparent;
    *border-left-color: #FFF; }
  .flat-blue .step .nav-tabs {
    background-color: #FFF; }
  .flat-blue .step .nav-tabs > li {
    border: 1px solid #E4E4E4;
    border-right: 0; }
  .flat-blue .step .nav-tabs > li:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FFF; }
  .flat-blue .step .nav-tabs > li:before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #E4E4E4; }
  .flat-blue .step .nav-tabs > li.active {
    background-color: #EAEAEA; }
    .flat-blue .step .nav-tabs > li.active > a, .flat-blue .step .nav-tabs > li.active > a:focus, .flat-blue .step .nav-tabs > li.active > a:hover {
      background: transparent; }
  .flat-blue .step .nav-tabs > li:hover {
    background-color: #EAEAEA; }
  .flat-blue .step .nav-tabs > li:hover:after, .flat-blue .step .nav-tabs > li.active:after {
    border-left: 15px solid #EAEAEA; }
  .flat-blue .step .nav-tabs > li:last-child {
    border-right: 1px solid #E4E4E4; }
  .flat-blue .step .nav-tabs > li.step-success {
    background-color: #99e9d9;
    border: 1px solid #3D8AC9 }
    .flat-blue .step .nav-tabs > li.step-success a {
      color: #006551; }
  .flat-blue .step .nav-tabs > li.step-disabled {
    background-color: #99e9d9; }
  .flat-blue .step .nav-tabs > li.step-success:after {
    border-left: 15px solid #99e9d9; }
  .flat-blue .step .nav-tabs > li.step-success.active:hover:after {
    border-left: 15px solid #99e9d9; }
  .flat-blue .step .nav-tabs > li.step-success:hover:after {
    border-left: 15px solid #EAEAEA; }
  .flat-blue .step.card-no-padding .nav-tabs > li {
    border: 0px solid transparent;
    border-right: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4; }
  .flat-blue .step.card-no-padding .nav-tabs > li:last-child {
    border-right: 0px solid #E4E4E4; }
  .flat-blue .step.tabs-left .nav-tabs > li {
    border: 1px solid #E4E4E4; }
  .flat-blue .step.tabs-left .nav-tabs > li:after {
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #FFF; }
  .flat-blue .step.tabs-left .nav-tabs > li:before {
    border-top: 16px solid transparent;
    border-bottom: 16px solid transparent;
    border-left: 16px solid #E4E4E4; }
  .flat-blue .step.tabs-left .nav-tabs > li.active {
    background-color: #EAEAEA; }
    .flat-blue .step.tabs-left .nav-tabs > li.active > a, .flat-blue .step.tabs-left .nav-tabs > li.active > a:focus, .flat-blue .step.tabs-left .nav-tabs > li.active > a:hover {
      background: transparent; }
  .flat-blue .step.tabs-left .nav-tabs > li:hover {
    background-color: #EAEAEA; }
  .flat-blue .step.tabs-left .nav-tabs > li:hover:after, .flat-blue .step.tabs-left .nav-tabs > li.active:after {
    border-left: 15px solid #EAEAEA; }
  .flat-blue .step.tabs-left.card-no-padding .nav-tabs > li {
    border: 0px solid transparent; }
  .flat-blue .pricing-table {
    box-shadow: 0 1px 1px #CCC; }
    .flat-blue .pricing-table .pt-header {
      background-color: #E4E4E4; }
      .flat-blue .pricing-table .pt-header .plan-pricing .pricing {
        text-shadow: 0 1px 1px #FFF; }
    .flat-blue .pricing-table .pt-body {
      background-color: #F9F9F9; }
      .flat-blue .pricing-table .pt-body .plan-detail {
        border-top: 1px dashed rgba(255, 255, 255, 0.6);
        padding-top: 1em;
        margin-top: 1em; }
    .flat-blue .pricing-table .pt-footer {
      background-color: #F9F9F9; }
  .flat-blue .pricing-table.dark-blue .pt-header {
    background-color: #0F548C;
    color: #FFF; }
  .flat-blue .pricing-table.dark-blue .pt-body {
    background-color: #9eaabd;
    color: #363c46; }
  .flat-blue .pricing-table.green .pt-header {
    background-color: #3D8AC9;
    color: #FFF; }
  .flat-blue .pricing-table.green .pt-body {
    background-color: #99e9d9;
    color: #006551; }
  .flat-blue .pricing-table.blue .pt-header {
    background-color: #22A7FD;
    color: #FFF; }
  .flat-blue .pricing-table.blue .pt-body {
    background-color: #91d5fb;
    color: #09486b; }
  .flat-blue .pricing-table.yellow .pt-header {
    background-color: #FABE28;
    color: #FFF; }
  .flat-blue .pricing-table.yellow .pt-body {
    background-color: #ffe5a2;
    color: #85630f; }
  .flat-blue .pricing-table.red .pt-header {
    background-color: #0F548C;
    color: #FFF; }
  .flat-blue .pricing-table.red .pt-body {
    background-color: #ffb8aa;
    color: #7c1a06; }

.flat-blue.landing-page .navbar-inverse .navbar-toggle:focus, .flat-blue.landing-page .navbar-inverse .navbar-toggle:hover {
  background-color: transparent; }

.flat-blue.landing-page .navbar {
  background-color: transparent;
  box-shadow: none; }
  .flat-blue.landing-page .navbar .navbar-nav > .active > a {
    background-color: transparent; }
  .flat-blue.landing-page .navbar .navbar-nav > li {
    border-left: 0px solid #F9F9F9; }
    .flat-blue.landing-page .navbar .navbar-nav > li > a {
      color: #FFF; }
  .flat-blue.landing-page .navbar .navbar-collapse {
    border: 0; }

.flat-blue.landing-page .navbar.affix .navbar-nav > li > a {
  color: #0F548C; }

.flat-blue.landing-page .navbar.affix .navbar-nav > li:hover > a {
  color: #22A7FD; }

@media (max-width: 768px) {
  .flat-blue.landing-page .navbar .navbar-collapse {
    background-color: #333; }
  .flat-blue.landing-page .navbar .navbar-right {
    background-color: transparent;
    color: #FFF; }
  .flat-blue.landing-page .navbar.affix .navbar-nav > li > a {
    color: #FFF; } }

.flat-blue.landing-page .navbar.affix .navbar-brand {
  color: #0F548C; }

.flat-blue.landing-page .navbar.affix .navbar-toggle .icon-bar {
  background-color: #0F548C; }

.flat-blue.landing-page .app-header .app-btn {
  background-color: transparent;
  border: 2px solid #FFF; }

.flat-blue.landing-page .app-content-a {
  background-color: #EAEAEA; }

/*================================================

    COMMON

================================================*/
/*This fixes the centering issue with the spinner gif in pages that are long/have scrolling*/
input {
    text-indent: 0 !important;
}

.cursorPointer:hover {
    cursor: pointer;
}

.height50 {
    height: 50px;
}

.marginLeft12 {
    margin-left: 12px;
}

.marginRight20 {
    margin-right: 20px;
}

.marginLeft10 {
    margin-left: 10px;
}

.marginBottom0 {
    margin-bottom: 0;
}

.floatRight {
    float: right;
}

.floatLeft {
    float: left;
}

.textCenter {
    text-align: center;
}

.textLeft {
    text-align: left;
}

.width25perc {
    width: 25%;
}

.width20perc {
    width: 20%;
}

.width30perc {
    width: 30%;
}

.positionFixed {
    position: fixed;
}

.clearBoth {
    clear: both;
}

.displayNone {
    display: none;
}

.noLeftBorder {
    border-left: 0 !important;
}

.bgTransparent {
    background-color: transparent;
}

.overflowHidden {
    overflow: hidden;
}

/*================================================

    _LAYOUT

================================================*/

#techMappingWrapper {
    margin-top: 15px;
    height: 30px;
    border-radius: 20px;
    border: 2px #dcdcdc solid !important;
    width: 93px;
    padding: 5px 0 5px 0;
}

#techMappingContent {
    text-align:center;
    margin-top: -16px;
    color: #a2a2a2;
}

.mappedTechnologistText {
    font-family: 'Enigmafont';
    font-size: 27px;
}

.searchSpinner {
    background-repeat: no-repeat;
    background-size: cover;
    width: 100px;
    height: 100px;
    margin-top: 13px;
    margin-bottom: 20px;
}

#ulSearch {
    z-index: 11001;
}

.searchBoxHolder {
    background-color: transparent;
    padding: 10px 15px 0 13px !important;
    width: 65px;
}

.searchBoxInputHidden {
    display: none;
    width: 0;
}

#searchTextbox:placeholder-shown {
  text-overflow: ellipsis;
}

#searchTextboxContainer {
    width: 330px;
}

#searchBoxIconContainer {
    width: 40px;
    height: 45px;
}

.searchBoxCircle {
    background-color: #2e70bb;
    border-radius: 50%;
    color: white;
    width: 44px;
    height: 42px;
    border: 1px solid #003980;
    box-shadow: #e2e2e2 0 0px 4px 2px;
}

    .searchBoxCircle:hover {
        background-color: #3f78cc;
        font-size: 15px !important;
        border: 1px solid #003980;
        box-shadow: #d0d7de 0 0px 4px 2px;
}

.searchBoxCircleDisabled {
    background-color: #d0e0ef !important;
    border: 1px solid #bcc9d8 !important;
    box-shadow: none !important;
    cursor: default;
}

.searchBoxIconInactive {
    color: #0F548C;
}

    .searchBoxIconInactive:hover {
        opacity: 0.6;
    }

.searchBoxIconActive {
    color: white;
    font-weight: 600;
    font-size: 40px !important;
    position: relative;
    left: -1px;
    line-height: 0.97 !important;
    cursor: pointer;
}

.searchBoxIconWidth {
    width: 30px;
}

.searchBoxOpenIconWidth {
    width: 49px;
}

.disableSearchIcon {
    cursor: default;
}

#hrefSearchBox {
    z-index: 11002;
}

/* SEARCH RESULTS TABLE STYLING */
/*Media screen start*/
@media screen and (max-width: 1000px) {
    #searchWrapper {
        background-color: #fff;
        position: absolute;
        top: 72px;
        left: -164px;
        bottom: 0;
    }

    #searchResultsBoxOuter {
        background-color: #fff;
        width: 532px!important;
        height: 302px !important;
        position: relative;
        border: 1px solid #7e899c !important;
        box-shadow: 0px 3px 6px 2px rgba(62, 83, 113, 0.4);
        border-radius: 6px;
    }

        #searchResultsBoxOuter:after, #searchResultsBoxOuter:before {
            bottom: 100%;
            left: 90%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        #searchResultsBoxOuter:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 15px;
            margin-left: -15px;
        }

        #searchResultsBoxOuter:before {
            border-color: rgba(222, 222, 222, 0);
            border-bottom-color: #6c7084;
            border-width: 16px;
            margin-left: -16px;
        }

    #searchResultsBox {
        width: 521px !important;
        height: 200px !important;
        padding: 20px;
        position: relative;
        background: #fff;
        border: none;
        border-radius: 6px;
    }

        #searchResultsBox:after, .searchResultsBox:before {
            bottom: 100%;
            left: 90%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

    #searchResults h4 {
        padding-bottom: 14px;
    }
}

@media screen and (min-width: 1001px) {
    #searchWrapper {
        background-color: #fff;
        position: absolute;
        top: 72px;
        left: -220px;
        bottom: 0;
    }

    #searchResultsBoxOuter {
        background-color: #fff;
        width: 594px!important;
        height: 302px !important;
        position: relative;
        border: 1px solid #7e899c !important;
        box-shadow: 0px 3px 6px 2px rgba(62, 83, 113, 0.4);
        border-radius: 6px;
    }

        #searchResultsBoxOuter:after, #searchResultsBoxOuter:before {
            bottom: 100%;
            left: 90%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        #searchResultsBoxOuter:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 15px;
            margin-left: -15px;
        }

        #searchResultsBoxOuter:before {
            border-color: rgba(222, 222, 222, 0);
            border-bottom-color: #6c7084;
            border-width: 16px;
            margin-left: -16px;
        }

    #searchResultsBox {
        width: 584px!important;
        height: 200px !important;
        padding: 30px 40px;
        position: relative;
        background: #fff;
        border: none;
        border-radius: 6px;
    }

        #searchResultsBox:after, .searchResultsBox:before {
            bottom: 100%;
            left: 90%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

    #searchResults h4 {
        padding-bottom: 14px;
    }
}

@media screen and (min-width: 1200px) {
    #searchWrapper {
        background-color: #fff;
        position: absolute;
        top: 72px;
        left: -267px;
        bottom: 0;
    }

    #searchResultsBoxOuter {
        background-color: #fff;
        width: 647px!important;
        height: 302px !important;
        position: relative;
        border: 1px solid #7e899c !important;
        box-shadow: 0px 3px 6px 2px rgba(62, 83, 113, 0.4);
        border-radius: 6px;
    }

        #searchResultsBoxOuter:after, #searchResultsBoxOuter:before {
            bottom: 100%;
            left: 90%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

        #searchResultsBoxOuter:after {
            border-color: rgba(255, 255, 255, 0);
            border-bottom-color: #fff;
            border-width: 15px;
            margin-left: -15px;
        }

        #searchResultsBoxOuter:before {
            border-color: rgba(222, 222, 222, 0);
            border-bottom-color: #6c7084;
            border-width: 16px;
            margin-left: -16px;
        }

    #searchResultsBox {
        width: 710px !important;
        height: 300px !important;
        padding: 30px 50px;
        position: relative;
        background: #fff;
        border: none;
    }

        #searchResultsBox:after, .searchResultsBox:before {
            bottom: 100%;
            left: 90%;
            border: solid transparent;
            content: " ";
            height: 0;
            width: 0;
            position: absolute;
            pointer-events: none;
        }

    #searchResults h4 {
        padding-bottom: 14px;
    }
}

/*Media screen end*/

#searchResultsBoxOuter:after, #searchResultsBoxOuter:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#searchResultsBoxOuter:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -15px;
}

#searchResultsBoxOuter:before {
    border-color: rgba(222, 222, 222, 0);
    border-bottom-color: #6c7084;
    border-width: 16px;
    margin-left: -16px;
}

#searchResultsBox:after, .searchResultsBox:before {
    bottom: 100%;
    left: 90%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

#searchByStudyId {
    padding-bottom: 10px;
}

.resultsTitle {
    font-size: 10px;
    color: black;
    opacity: .7;
}

.resultsSubTitle {
    font-size: 13px;
    font-weight: bold;
    color: #383a48;
    opacity: .54;
    line-height: 2;
}

.searchResultsTable {
    width: 100%;
}

.searchResultsTableHead thead {
    font-size: 10px;
}

.searchResultsTableTr {
    border-bottom: 1px solid #585858;
    padding-bottom: 5px;
}

    .searchResultsTableTr tr td {
        width: 25% !important;
    }

.resultsItemStudy {
    font-size: 15px;
    line-height: 2;
    color: #0053ab;
    margin: 2px 0 2px 0;
    padding-left: 5px;
}

.resultsItemStudySelected {
    background-color: #C2D8EE;
}

.borderSpacing {
    border: 1px solid white;
}

.trBgColor {
    background-color: #f0f1f9;
}

    .trBgColor:hover {
        background-color: #d3e9ff;
    }

.baseSearchPanel {
    text-align: center;
}

#findingSearchResults {
    padding-top: 28px;
}

#searchNoResults {
    padding-top: 83px;
}

#searchInvalidValue {
    padding: 64px 45px;
}

.pSearchResults {
    font-size: 20px;
}

.pFindingResults {
    font-size: 20px;
    color: #787878;
}

.spanTryAgain {
    color: #0062AA !important;
    text-decoration: none;
    font-size: 20px;
    cursor: pointer;
}

    .spanTryAgain:hover {
        color: #0077ce !important;
        text-decoration: underline;
        font-size: 20px;
        cursor: pointer;
    }

.searchPanelErrorPadding { 
    padding-left: 25px;
    padding-top: 62px;
    padding-right: 25px;
}

/*================================================

    STUDY VIEWER - IMG ERROR SCREEN

================================================*/
#divImgError {
    padding-top: 200px;
    background: black;
    color: white;
    text-align: center;
}

#divImgErrorHolder {
    padding-bottom: 6px;
}

#divImgErrorContent {
    display: inline-block;
    width: 480px;
}

#divImgErrorText {
    font-weight: 100;
    font-size: 34px;
    padding: 10px 0 10px 0;
    color: #ffffff;
    letter-spacing: 0.05rem;
}

.studyViewErrorContent {
    font-size: 17px;
    color: #abc6cd;
    padding: 20px 0 50px 0;
    line-height: 28px;
    letter-spacing: 0.04rem;
}

#btnCloseStudyViewer {
    width: 97px;
    height: 35px;
    color: white;
    font-size: 15px;
    background-color: #0373C5;
    border: none;
    border-radius: 4px;
    padding: 0px 0px 0px 3px;
    position: relative;
    top: -5px;
    right: -8px;
}

    #btnCloseStudyViewer:hover {
        width: 97px;
        height: 35px;
        color: white;
        font-size: 15px;
        background-color: #007ad4;
        border: none;
        border-radius: 4px;
        padding: 0px 0px 0px 3px;
        position: relative;
        top: -5px;
        right: -8px;
        box-shadow: 0px 1px 3px 0px #b5b5b5;
    }

#aCloseStudy {
    color: #2475BC;
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
}

    #aCloseStudy:hover {
        text-decoration: underline;
    }

#aStudyViewerSupport {
    color: #2475BC;
    font-weight: 500;
    font-size: 17px;
    cursor: pointer;
}

    #aStudyViewerSupport:hover {
        text-decoration: underline;
    }

/*================================================

    POWER BI RELATED

================================================*/
[powerbi-type="report"] iframe {
    border: 1px solid #ccc;
}


/* responsive powerbi report frame*/
@media screen and (max-height: 800px) {
    .VEAPowerBIHeight {
        height: 80vh;
        /*background-color: #EAEEF7;*/
    }
}


@media screen and (min-height: 800px) {
    .VEAPowerBIHeight {
        height: 85vh;
        /*background-color: #EAEEF7;*/
    }
}



@media print {
    .VEAPowerBIHeight {
        height: 100vh;
        position: absolute;
        top: -20px;
        padding-top: 50px;
        left: -10px;
        width: 90vw;
        -webkit-print-color-adjust: exact !important;
    }

    .mainContentPrint {
        position: absolute;
        left: -10px;
        margin: 0px;
        padding: 0px;
        width: 100%;
        zoom: 60%;
        -webkit-print-color-adjust: exact !important;
    }

    .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
        float: left;
    }

    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }

    .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
        float: left;
    }

    .col-lg-12, .col-md-12, .col-sm-12 {
        width: 100% !important;
    }

    .col-lg-11, .col-md-11, .col-sm-11 {
        width: 91.66666667% !important;
    }

    .col-lg-10, .col-md-10, .col-sm-10 {
        width: 83.33333333% !important;
    }

    .col-lg-9, .col-md-9, .col-sm-9 {
        width: 75% !important;
    }

    .col-lg-8, .col-md-8, .col-sm-8 {
        width: 66.66666667% !important;
    }

    .col-lg-7, .col-md-7, .col-sm-7 {
        width: 58.33333333% !important;
    }

    .col-lg-6, .col-md-6, .col-sm-6 {
        width: 50% !important;
    }

    .col-lg-5, .col-md-5, .col-sm-5 {
        width: 41.66666667% !important;
    }

    .col-lg-4, .col-md-4, .col-sm-4 {
        width: 33.33333333% !important;
    }

    .col-lg-3, .col-md-3, .col-sm-3 {
        width: 25% !important;
    }

    .col-lg-2, .col-md-2, .col-sm-2 {
        width: 16.66666667% !important;
    }

    .col-lg-1, .col-md-1, .col-sm-1 {
        width: 8.33333333% !important;
    }
}




@media print and (-webkit-min-device-pixel-ratio:0) and (min-resolution:.001dpcm) {
    .VEAPowerBIHeight {
        height: 90vh !important;
        left: 70px !important;
        top: 70px !important;
        padding-top: 100px;
        width: 85vw !important;
        -webkit-print-color-adjust: exact !important;
    }
}


@media print {
    .no-print, .no-print * {
        display: none !important;
    }

    .ShrinkPrint {
        -webkit-transform: scale(0.70);
    }


    @page {
        margin: 4mm;
    }
}

/*Foresa a BS button to 100% of its parent. Used on logout dropdown to get stacking affect*/
.btn-100 {
    width: 100%;
}

/*  DIALOG  */
.e-dialog-icon:hover {
    background: #169fc4 !important;
}

.e-dialog > .e-header {
    background-color: #169fc4 !important;
    color: #ffffff !important;
    border-bottom: 0px solid #cfcfcf !important;
}


    .e-dialog > .e-header e.title {
        color: #ffffff !important;
    }


/* Used to define the background colour for the waiting dialog on view loading */
.waitingDialog {
    min-height: 100%;
    background-color: rgba(7,86,140, 0.3) !important;
    overflow: scroll;
}


.e-dialog .e-dialog-icon:before {
    color: #ffffff !important;
}

/*================================================

    TOOLTIP TEXT

================================================*/
.tooltip1 .tooltiptext1 {
    visibility: hidden;
    width: 250px;
    background-color: #f8f9fb;
    color: #000000;
    text-align: left;
    border: 1px solid #dadada;
    padding: 15px;
    position: absolute;
    border-radius: 2px;
    top: 0;
    right: 15px;
    box-shadow: 0px 1px 7px 1px #7384bf33;
    z-index: 1;
    font-size: 13px;
    line-height: 1.4;
}

    .tooltip1 .tooltiptext1::after {
        content: "";
        position: absolute;
        top: 40%;
        right: 100%;
        margin-left: -10px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent;
        z-index: 9999;
    }

.tooltip1:hover .tooltiptext1 {
    visibility: visible;
    transition-delay: 800ms;
    z-index: 10002;
}

/*================================================

    ADMIN FORMS

================================================*/
.btn-save {
    background-color: #0077bb !important;
    border-color: #07568c !important;
    color: #ffffff !important;
    font-size: 16px;
}

@media screen and (min-width: 1366px) {
    .ve-primary-btn {
        padding-left: 65px !important;
        padding-right: 65px !important;
        height: 45px;
    }
}

@media screen and (max-width: 1366px) {
    .ve-primary-btn {
        padding-left: 35px !important;
        padding-right: 35px !important;
        height: 45px;
    }
}

@media screen and (min-width: 1366px) {
    .ve-secondary-btn {
        padding-left: 50px !important;
        padding-right: 50px !important;
        height: 45px;
    }
}

@media screen and (max-width: 1366px) {
    .ve-secondary-btn {
        padding-left: 25px !important;
        padding-right: 25px !important;
        height: 45px;
    }
}

.btn-undo-changes {
    padding-left: 35px !important;
    padding-right: 35px !important;
    margin-left: 15px !important;
    background-color: #ffffff !important;
    border-color: #07568c !important;
    color: #07568c !important;
}

.close:focus, .close:hover {
    color: #000000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: 1.0;
    border: solid 1px rgba(60, 79, 140, 0.27);
    background: rgba(12, 70, 127, 0.16);
}

button.close {
    /* -webkit-appearance: none; */
    padding: 10px 5px 10px 5px;
    position: relative;
    top: 1px;
    cursor: pointer;
    background: #0d68c32b;
    border: solid 1px rgba(60, 79, 140, 0.07);
    line-height: 0.1;
    height: 28px;
    color: white;
    opacity: 0.8;
}

.close {
    float: right;
    font-size: 23px;
    font-weight: 500;
    line-height: 0.7;
    color: #000;
    text-shadow: none;
    filter: alpha(opacity=20);
    opacity: .9;
}

/*================================================

    DASHBOARD PANELS

================================================*/
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}

    .panel-body {
        padding: 15px;
    }

    .panel-heading {
        padding: 10px 15px;
        border-bottom: 1px solid transparent;
        border-top-left-radius: 3px;
        border-top-right-radius: 3px;
    }

        .panel-heading > .dropdown .dropdown-toggle {
            color: inherit;
        }

    .panel-title {
        margin-top: 0;
        margin-bottom: 0;
        font-size: 16px;
        color: inherit;
    }

        .panel-title > a,
        .panel-title > small,
        .panel-title > .small,
        .panel-title > small > a,
        .panel-title > .small > a {
            color: inherit;
        }

    .panel-footer {
        padding: 10px 15px;
        background-color: #f5f5f5;
        border-top: 1px solid #ddd;
        border-bottom-right-radius: 3px;
        border-bottom-left-radius: 3px;
    }

    .panel > .list-group,
    .panel > .panel-collapse > .list-group {
        margin-bottom: 0;
    }

        .panel > .list-group .list-group-item,
        .panel > .panel-collapse > .list-group .list-group-item {
            border-width: 1px 0;
            border-radius: 0;
        }

        .panel > .list-group:first-child .list-group-item:first-child,
        .panel > .panel-collapse > .list-group:first-child .list-group-item:first-child {
            border-top: 0;
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

        .panel > .list-group:last-child .list-group-item:last-child,
        .panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
            border-bottom: 0;
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

    .panel > .panel-heading + .panel-collapse > .list-group .list-group-item:first-child {
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }

    .panel-heading + .list-group .list-group-item:first-child {
        border-top-width: 0;
    }

    .list-group + .panel-footer {
        border-top-width: 0;
    }

    .panel > .table,
    .panel > .table-responsive > .table,
    .panel > .panel-collapse > .table {
        margin-bottom: 0;
    }

        .panel > .table caption,
        .panel > .table-responsive > .table caption,
        .panel > .panel-collapse > .table caption {
            padding-right: 15px;
            padding-left: 15px;
        }

        .panel > .table:first-child,
        .panel > .table-responsive:first-child > .table:first-child {
            border-top-left-radius: 3px;
            border-top-right-radius: 3px;
        }

            .panel > .table:first-child > thead:first-child > tr:first-child,
            .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child,
            .panel > .table:first-child > tbody:first-child > tr:first-child,
            .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child {
                border-top-left-radius: 3px;
                border-top-right-radius: 3px;
            }

                .panel > .table:first-child > thead:first-child > tr:first-child td:first-child,
                .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:first-child,
                .panel > .table:first-child > tbody:first-child > tr:first-child td:first-child,
                .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:first-child,
                .panel > .table:first-child > thead:first-child > tr:first-child th:first-child,
                .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:first-child,
                .panel > .table:first-child > tbody:first-child > tr:first-child th:first-child,
                .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:first-child {
                    border-top-left-radius: 3px;
                }

                .panel > .table:first-child > thead:first-child > tr:first-child td:last-child,
                .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child td:last-child,
                .panel > .table:first-child > tbody:first-child > tr:first-child td:last-child,
                .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child td:last-child,
                .panel > .table:first-child > thead:first-child > tr:first-child th:last-child,
                .panel > .table-responsive:first-child > .table:first-child > thead:first-child > tr:first-child th:last-child,
                .panel > .table:first-child > tbody:first-child > tr:first-child th:last-child,
                .panel > .table-responsive:first-child > .table:first-child > tbody:first-child > tr:first-child th:last-child {
                    border-top-right-radius: 3px;
                }

        .panel > .table:last-child,
        .panel > .table-responsive:last-child > .table:last-child {
            border-bottom-right-radius: 3px;
            border-bottom-left-radius: 3px;
        }

            .panel > .table:last-child > tbody:last-child > tr:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child,
            .panel > .table:last-child > tfoot:last-child > tr:last-child,
            .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child {
                border-bottom-right-radius: 3px;
                border-bottom-left-radius: 3px;
            }

                .panel > .table:last-child > tbody:last-child > tr:last-child td:first-child,
                .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:first-child,
                .panel > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
                .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:first-child,
                .panel > .table:last-child > tbody:last-child > tr:last-child th:first-child,
                .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:first-child,
                .panel > .table:last-child > tfoot:last-child > tr:last-child th:first-child,
                .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:first-child {
                    border-bottom-left-radius: 3px;
                }

                .panel > .table:last-child > tbody:last-child > tr:last-child td:last-child,
                .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child td:last-child,
                .panel > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
                .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child td:last-child,
                .panel > .table:last-child > tbody:last-child > tr:last-child th:last-child,
                .panel > .table-responsive:last-child > .table:last-child > tbody:last-child > tr:last-child th:last-child,
                .panel > .table:last-child > tfoot:last-child > tr:last-child th:last-child,
                .panel > .table-responsive:last-child > .table:last-child > tfoot:last-child > tr:last-child th:last-child {
                    border-bottom-right-radius: 3px;
                }

        .panel > .panel-body + .table,
        .panel > .panel-body + .table-responsive,
        .panel > .table + .panel-body,
        .panel > .table-responsive + .panel-body {
            border-top: 1px solid #ddd;
        }

        .panel > .table > tbody:first-child > tr:first-child th,
        .panel > .table > tbody:first-child > tr:first-child td {
            border-top: 0;
        }

    .panel > .table-bordered,
    .panel > .table-responsive > .table-bordered {
        border: 0;
    }

        .panel > .table-bordered > thead > tr > th:first-child,
        .panel > .table-responsive > .table-bordered > thead > tr > th:first-child,
        .panel > .table-bordered > tbody > tr > th:first-child,
        .panel > .table-responsive > .table-bordered > tbody > tr > th:first-child,
        .panel > .table-bordered > tfoot > tr > th:first-child,
        .panel > .table-responsive > .table-bordered > tfoot > tr > th:first-child,
        .panel > .table-bordered > thead > tr > td:first-child,
        .panel > .table-responsive > .table-bordered > thead > tr > td:first-child,
        .panel > .table-bordered > tbody > tr > td:first-child,
        .panel > .table-responsive > .table-bordered > tbody > tr > td:first-child,
        .panel > .table-bordered > tfoot > tr > td:first-child,
        .panel > .table-responsive > .table-bordered > tfoot > tr > td:first-child {
            border-left: 0;
        }

        .panel > .table-bordered > thead > tr > th:last-child,
        .panel > .table-responsive > .table-bordered > thead > tr > th:last-child,
        .panel > .table-bordered > tbody > tr > th:last-child,
        .panel > .table-responsive > .table-bordered > tbody > tr > th:last-child,
        .panel > .table-bordered > tfoot > tr > th:last-child,
        .panel > .table-responsive > .table-bordered > tfoot > tr > th:last-child,
        .panel > .table-bordered > thead > tr > td:last-child,
        .panel > .table-responsive > .table-bordered > thead > tr > td:last-child,
        .panel > .table-bordered > tbody > tr > td:last-child,
        .panel > .table-responsive > .table-bordered > tbody > tr > td:last-child,
        .panel > .table-bordered > tfoot > tr > td:last-child,
        .panel > .table-responsive > .table-bordered > tfoot > tr > td:last-child {
            border-right: 0;
        }

        .panel > .table-bordered > thead > tr:first-child > td,
        .panel > .table-responsive > .table-bordered > thead > tr:first-child > td,
        .panel > .table-bordered > tbody > tr:first-child > td,
        .panel > .table-responsive > .table-bordered > tbody > tr:first-child > td,
        .panel > .table-bordered > thead > tr:first-child > th,
        .panel > .table-responsive > .table-bordered > thead > tr:first-child > th,
        .panel > .table-bordered > tbody > tr:first-child > th,
        .panel > .table-responsive > .table-bordered > tbody > tr:first-child > th {
            border-bottom: 0;
        }

        .panel > .table-bordered > tbody > tr:last-child > td,
        .panel > .table-responsive > .table-bordered > tbody > tr:last-child > td,
        .panel > .table-bordered > tfoot > tr:last-child > td,
        .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > td,
        .panel > .table-bordered > tbody > tr:last-child > th,
        .panel > .table-responsive > .table-bordered > tbody > tr:last-child > th,
        .panel > .table-bordered > tfoot > tr:last-child > th,
        .panel > .table-responsive > .table-bordered > tfoot > tr:last-child > th {
            border-bottom: 0;
        }

    .panel > .table-responsive {
        margin-bottom: 0;
        border: 0;
    }

    .panel-group {
        margin-bottom: 20px;
    }

        .panel-group .panel {
            margin-bottom: 0;
            border-radius: 4px;
        }

            .panel-group .panel + .panel {
                margin-top: 5px;
            }

        .panel-group .panel-heading {
            border-bottom: 0;
        }

            .panel-group .panel-heading + .panel-collapse > .panel-body,
            .panel-group .panel-heading + .panel-collapse > .list-group {
                border-top: 1px solid #ddd;
            }

        .panel-group .panel-footer {
            border-top: 0;
        }

            .panel-group .panel-footer + .panel-collapse .panel-body {
                border-bottom: 1px solid #ddd;
            }

    .panel-default {
        border-color: #ddd;
    }

        .panel-default > .panel-heading {
            color: #333;
            background-color: #f5f5f5;
            border-color: #ddd;
        }

            .panel-default > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #ddd;
            }

            .panel-default > .panel-heading .badge {
                color: #f5f5f5;
                background-color: #333;
            }

        .panel-default > .panel-footer + .panel-collapse > .panel-body {
            border-bottom-color: #ddd;
        }

    .panel-primary {
        border-color: #337ab7;
    }

        .panel-primary > .panel-heading {
            color: #fff;
            background-color: #337ab7;
            border-color: #337ab7;
        }

            .panel-primary > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #337ab7;
            }

            .panel-primary > .panel-heading .badge {
                color: #337ab7;
                background-color: #fff;
            }

        .panel-primary > .panel-footer + .panel-collapse > .panel-body {
            border-bottom-color: #337ab7;
        }

    .panel-success {
        border-color: #d6e9c6;
    }

        .panel-success > .panel-heading {
            color: #3c763d;
            background-color: #dff0d8;
            border-color: #d6e9c6;
        }

            .panel-success > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #d6e9c6;
            }

            .panel-success > .panel-heading .badge {
                color: #dff0d8;
                background-color: #3c763d;
            }

        .panel-success > .panel-footer + .panel-collapse > .panel-body {
            border-bottom-color: #d6e9c6;
        }

    .panel-info {
        border-color: #bce8f1;
    }

        .panel-info > .panel-heading {
            color: #31708f;
            background-color: #d9edf7;
            border-color: #bce8f1;
        }

            .panel-info > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #bce8f1;
            }

            .panel-info > .panel-heading .badge {
                color: #d9edf7;
                background-color: #31708f;
            }

        .panel-info > .panel-footer + .panel-collapse > .panel-body {
            border-bottom-color: #bce8f1;
        }

    .panel-warning {
        border-color: #faebcc;
    }

        .panel-warning > .panel-heading {
            color: #8a6d3b;
            background-color: #fcf8e3;
            border-color: #faebcc;
        }

            .panel-warning > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #faebcc;
            }

            .panel-warning > .panel-heading .badge {
                color: #fcf8e3;
                background-color: #8a6d3b;
            }

        .panel-warning > .panel-footer + .panel-collapse > .panel-body {
            border-bottom-color: #faebcc;
        }

    .panel-danger {
        border-color: #ebccd1;
    }

        .panel-danger > .panel-heading {
            color: #a94442;
            background-color: #f2dede;
            border-color: #ebccd1;
        }

            .panel-danger > .panel-heading + .panel-collapse > .panel-body {
                border-top-color: #ebccd1;
            }

            .panel-danger > .panel-heading .badge {
                color: #f2dede;
                background-color: #a94442;
            }

        .panel-danger > .panel-footer + .panel-collapse > .panel-body {
            border-bottom-color: #ebccd1;
        }


    .panel-dashboard {
        border-color: #F0F0F0 !important;
    }

        .panel-dashboard > .panel-heading {
            color: #31708f;
            background-color: #fafaff;
            border-color: #f3f3fb;
            padding-top: 2px;
            padding-bottom: 2px;
            padding-right: 0px;
        }


            .panel-dashboard > .panel-heading > .panel-title {
                margin-top: 0;
                margin-bottom: 0;
                font-size: 14px;
                color: #000000;
            }
    /*================================================
    
    DASHBOARD LAYOUT

================================================*/
    @media screen {
        .side-background {
            background-color: #ecf0f8;
            margin-right: 0px !important;
            overflow-x: hidden;
        }
    }

    .admin-content {
        padding-bottom: 60px;
    }

    /* transition animation for momvment between column sizes*/
    .col-sm-1, .col-sm-2, .col-sm-11, .col-sm-10 {
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

    /*-------------
    Font Sizes 
--------------*/
    .BylineSmall {
        font-size: 13px;
    }

    .TrendMetric {
        font-size: 14px;
    }

    /*================================================
    
    NOTIFICATION BAR

================================================*/
    .offcanvas-stop-scrolling {
        height: 100%;
        overflow: hidden;
    }

    .navbar-default .navbar-offcanvas {
        background-color: #f8f8f8;
    }

    .navbar-inverse .navbar-offcanvas {
        background-color: #222;
    }

    .navbar-offcanvas {
        position: fixed;
        width: 100%;
        max-width: 450px;
        height: 100%;
        left: -450px;
        top: 0;
        padding-left: 15px;
        padding-right: 15px;
        z-index: 999;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        -webkit-transition: all 0.15s ease-in;
        transition: all 0.15s ease-in;
    }

        .navbar-offcanvas.in {
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
        }

        .navbar-offcanvas.navbar-offcanvas-fade {
            opacity: 0;
        }

            .navbar-offcanvas.navbar-offcanvas-fade.in {
                opacity: 1;
            }

        .navbar-offcanvas.offcanvas-transform.in {
            -webkit-transform: translateX(400px);
            transform: translateX(400px);
        }

        .navbar-offcanvas.offcanvas-position.in {
            left: 0;
        }

        .navbar-offcanvas.navbar-offcanvas-right {
            left: auto;
            right: -450px;
        }

            .navbar-offcanvas.navbar-offcanvas-right.offcanvas-transform.in {
                -webkit-transform: translateX(-450px);
                transform: translateX(-450px);
            }

            .navbar-offcanvas.navbar-offcanvas-right.offcanvas-position.in {
                left: auto;
                right: 0;
            }

        .navbar-offcanvas .dropdown.active .caret {
            border-top: 0;
            border-bottom: 4px solid;
        }

        .navbar-offcanvas .dropdown-menu {
            position: relative;
            width: 100%;
            border: inherit;
            box-shadow: none;
            -webkit-transition: height 0.15s ease-in;
            transition: height 0.15s ease-in;
        }

            .navbar-offcanvas .dropdown-menu.shown {
                display: block;
                margin-bottom: 10px;
            }

    .offcanvas-toggle .icon-bar {
        background: #000;
        -webkit-transition: all .25s ease-in-out;
        transition: all .25s ease-in-out;
    }

    .offcanvas-toggle.is-open .icon-bar:nth-child(1) {
        -webkit-transform: rotate(45deg) translate(5px, 4px);
        transform: rotate(45deg) translate(5px, 4px);
    }

    .offcanvas-toggle.is-open .icon-bar:nth-child(2) {
        opacity: 0;
    }

    .offcanvas-toggle.is-open .icon-bar:nth-child(3) {
        -webkit-transform: rotate(-45deg) translate(4px, -4px);
        transform: rotate(-45deg) translate(4px, -4px);
    }
    /*-------------
   Margins and Paddings
--------------*/
    .no-margin {
        margin: 0;
    }

    .no-padding {
        padding: 0;
    }

    .paddingAroundHeading {
        padding: 10px 15px;
    }

    .tech-background {
        margin-right: 0px !important;
        overflow-x: hidden;
    }


    .fullspace {
        background-color: #ecf0f8;
        min-height: calc(99.99vh - 70px);
    }

    .admin-panel-heading {
        background: white !important;
        font-size: large !important;
    }

    .ve-form-label {
        color: #000000cc !important;
        font-weight: normal !important;
    }

    .ve-form-control {
        font-weight: 500 !important;
        font-size: 15px !important;
        color: #232323 !important;
    }

        .ve-form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
            font-weight: 400 !important;
        }

        .ve-form-control::-moz-placeholder { /* Firefox 19+ */
            font-weight: 400 !important;
        }

        .ve-form-control:-ms-input-placeholder { /* IE 10+ */
            font-weight: 400 !important;
        }

        .ve-form-control:-moz-placeholder { /* Firefox 18- */
            font-weight: 400 !important;
        }
    /* Stop canary background colour on auto fill dropdown*/
    input:-webkit-autofill,
    input:-webkit-autofill:hover,
    input:-webkit-autofill:focus,
    input:-webkit-autofill:active {
        transition: background-color 5000s ease-in-out 0s;
    }

    .ve-disabled-a {
        pointer-events: none;
        cursor: default;
        opacity: 0.6;
    }

    .btn.disabled, .btn[disabled], fieldset[disabled] .btn {
        cursor: default;
        filter: alpha(opacity=65);
        -webkit-box-shadow: none;
        box-shadow: none;
        opacity: .35 !important;
        color: rgba(0,0,0,0.3) !important;
        background-color: #ffffff !important;
        border-color: #ccc !important;
    }

    .ve-skinny-btn {
        margin-top: 0 !important;
        margin-bottom: 0 !important;
    }

    .ve-admin-table {
        border-spacing: 5px 0;
    }

    .ve-admin-table-td {
        padding: 10px 0;
        background: darkgrey;
        color: white;
    }

    .admin-operator-card {
        min-width: 185px !important;
        float: left;
        margin-right: 5px;
        text-align: center;
        margin-top: 10px;
        margin-bottom: 0px;
        background: white !important;
    }

        .admin-operator-card > div {
            margin-top: 10px;
        }

    .admin-new-operator-alias-card {
        float: left;
        margin: 2px;
        padding: 7px 13px;
        text-align: center;
        background: #d1d7ea !important;
    }

    .admin-operator-card-selected {
        border: 1px solid #adbbd95c !important;
        background: #d0e9ff !important;
        color: #0077bb !important;
    }

    .admin-alias-selected-row {
        background: #b2dbff9c;
    }

    .admin-alias-selected-operator {
        color: #0169c3;
    }

    .admin-alias-selected-aliases {
        margin-top: 5px;
        color: #0169c3;
    }

    .admin-user-icon {
        color: #000000;
        opacity: 0.33;
        font-size: 140px;
    }

    .ve-error-class {
        color: #8f236f;
        font-weight: bold;
        font-style: italic;
    }
    /*match the bootstrap modal background to that of the ajax spinner (.waitingDialog)*/
    .modal-backdrop.in {
        opacity: 2;
        background: rgba(7,86,140, 0.2);
    }

    .modal-backdrop {
        opacity: 0.5;
    }
    /**box shadow for toggle buttons**/
    .btn-shadow {
        box-shadow: inset 0 3px 5px rgba(0,0,0,0.24);
    }
    /**maps color gradients**/
    .opacity20 {
        background-color: rgba(96, 180, 219, 0.2);
    }

    .opacity30 {
        background-color: rgba(96, 180, 219, 0.3);
    }

    .opacity40 {
        background-color: rgba(96, 180, 219, 0.4);
    }

    .opacity50 {
        background-color: rgba(96, 180, 219, 0.5);
    }

    .opacity60 {
        background-color: rgba(96, 180, 219, 0.6);
    }

    .opacity70 {
        background-color: rgba(96, 180, 219, 0.7);
    }

    .opacity80 {
        background-color: rgba(96, 180, 219, 0.8);
    }

    .opacity90 {
        background-color: rgba(96, 180, 219, 0.9);
    }

    .opacity100 {
        background-color: rgba(96, 180, 219, 1);
    }
    /**Technologist => Maps color gradients**/
    .techMappingOpacity20 {
        background-color: rgba(198, 183, 242, 0.2);
    }

    .techMappingOpacity30 {
        background-color: rgba(198, 183, 242, 0.3);
    }

    .techMappingOpacity40 {
        background-color: rgba(198, 183, 242, 0.4);
    }

    .techMappingOpacity50 {
        background-color: rgba(198, 183, 242, 0.5);
    }

    .techMappingOpacity60 {
        background-color: rgba(198, 183, 242, 0.6);
    }

    .techMappingOpacity70 {
        background-color: rgba(198, 183, 242, 0.7);
    }

    .techMappingOpacity80 {
        background-color: rgba(198, 183, 242, 0.8);
    }

    .techMappingOpacity90 {
        background-color: rgba(198, 183, 242, 0.9);
    }

    .techMappingOpacity100 {
        background-color: rgba(198, 183, 242, 1);
    }
    /**global css classes**/
    /*so we can make inputs look more read only-ish when they are read only*/
    input[type="text"]:read-only {
        cursor: default;
        background-color: #eef2f7;
        color: #000000;
        opacity: 0.4;
    }
    /* Nice toggle borrowed from here - https://dotnetfiddle.net/wyJ5OY & here https://stackoverflow.com/questions/42966789/html-checkboxfor-to-toggle-button-html */
    .switch {
        position: relative;
        display: inline-block;
        width: 54px;
        height: 26px;
        max-width: none;
    }

        .switch input {
            display: none;
        }

    .slider {
        position: absolute;
        cursor: pointer;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #818f98;
        transition: .3s;
    }

        .slider:before {
            position: absolute;
            content: "";
            height: 18px;
            width: 18px;
            left: 4px;
            bottom: 4px;
            background-color: white;
            transition: .5s;
        }

    input[type="checkbox"]:checked + input[type="hidden"] + .slider,
    input[type="checkbox"]:checked + .slider {
        background-color: #0077bb;
    }

    input[type="checkbox"]:focus + input[type="hidden"] + .slider,
    input[type="checkbox"]:focus + .slider {
        box-shadow: 0 0 1px #0077bb;
    }

    input[type="checkbox"]:checked + input[type="hidden"] + .slider:before,
    input[type="checkbox"]:checked + .slider:before {
        transform: translateX(26px);
    }
    /* Rounded sliders */
    .slider.round {
        border-radius: 34px;
    }

        .slider.round:before {
            border-radius: 50%;
        }
    /****Button Styles and some global classes****/
    .btn.btn-default:active,
    .btn.btn-default.btn-shadow {
        background-color: #418ccb !important;
        border-color: #0e61ae !important;
        color: #ffffff !important;
        cursor: default;
    }

    .btn.btn-default {
        color: #07558c !important;
        background-color: #ffffff !important;
        border-color: #adc1cf !important;
    }

    .btn {
        margin-top: 5px;
        margin-bottom: 5px;
        border-radius: 2px;
        border-width: 2px;
        font-weight: 500;
    }

    .btn-size {
        width: 220px;
    }

    .box-shadow {
        box-shadow: 0 1px 11px 5px rgba(49, 83, 134, 0.07);
    }

    .figure {
        position: relative;
        display: inline-block;
    }

        .figure .figcaption {
            color: black;
            font-size: 15px;
            height: 0;
            line-height: 1;
            position: absolute;
            width: 100%;
        }

        .figure img {
            height: auto;
            max-width: 100%;
        }

    .figcaption {
        position: relative;
    }

        .figcaption .tooltiptext::after {
            border-color: black transparent transparent transparent;
            border-style: solid;
            border-width: 5px;
            content: "";
            left: 50%;
            margin-left: -5px;
            position: absolute;
            top: 100%;
        }

        .figcaption:hover .tooltiptext {
            visibility: visible;
        }

    footer {
        width: 100%;
        height: 20px;
        background-color: white;
    }
    /*EQUIP Reporting model styles*/
    .modal-header {
        background-color: #008db7;
        font-size: 10px;
        color: white;
        padding: 10px 25px 10px 25px;
    }


    .modal-content {
        box-shadow: 0 2px 20px #0039675c !important;
    }

    .modal-body {
        padding: 25px;
    }

    .modal-footer {
        padding: 21px 0px 0px 0px;
        text-align: right;
        border-top: 2px solid #e5e5e5;
    }



    .waitingDialog {
        overflow: hidden;
    }
    /*Bootstrap tag input typeahead default styles are ugly, the following are custom styles*/
    /*START*/
    .tt-input,
    .tt-hint {
        width: 396px;
        height: 30px;
        padding: 8px 12px;
        font-size: 13px;
        line-height: 30px;
        border: 2px solid #ccc;
        border-radius: 8px;
        outline: none;
    }

    .tt-input {
        box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    }

    .tt-hint {
        color: #999;
    }

    .tt-menu {
        width: 422px;
        margin-top: 12px;
        padding: 8px 0;
        background-color: #fff;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, 0.2);
        border-radius: 8px;
        box-shadow: 0 5px 10px rgba(0,0,0,.2);
    }

    .tt-suggestion {
        padding: 3px 20px;
        font-size: 18px;
        line-height: 24px;
    }

        .tt-suggestion.tt-is-under-cursor, .tt-suggestion.tt-cursor {
            color: #fff;
            background-color: #0097cf;
        }

        .tt-suggestion:hover {
            color: #fff;
            background-color: #0097cf;
            cursor: pointer;
        }

        .tt-suggestion p {
            margin: 0;
        }

#uploadCredentialsMenuItem {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.upload-credentials-menu-item-container {
    width: 100%;
    height: 50px;
    display: grid;
    align-items: center;

    .upload-credentials-text {
      text-wrap: balance;
    }
}

/*END*/
@media print {
    body * {
        transition: none !important;
    }

    #ulCustomerName {
        padding-right: 0;
    }

    #usernameLink {
        padding-right: 0;
    }

    .layout-main-nav-bar {
        position: relative;
        display: block;
        padding-left: 0;
        padding-right: 0;
    }

        .layout-main-nav-bar * {
            font-size: 12px !important;
            background-color: #fff !important;
        }

    .navbar-header {
        display: inline-block;
        padding-left: 0;
        float: left !important;
    }

    .navbar-collapse.collapse {
        display: block !important;
    }

    .navbar-nav {
        margin: 0 !important;
    }

    .navbar-nav > li, .navbar-nav {
        float: left !important;
    }

        .navbar-nav.navbar-right:last-child {
            margin-right: -15px !important;
        }

    .navbar-right {
        float: right !important;
    }

    i.icon {
        display: none;
    }
}

.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;
}
.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: "FontAwesome";
    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 + 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: #0077bb ;
    border-color: #0077bb ;
}
.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: #0077bb ;
    border-color: #0077bb ;
}

.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;
}
.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 + 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: #0077bb ;
}
.radio-info input[type="radio"]:checked + label::before {
    border-color: #0077bb ;
}
.radio-info input[type="radio"]:checked + label::after {
    background-color: #0077bb ;
}

.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: 'FontAwesome';
    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;
}
body {
}
/**
 * adding sorting ability to HTML tables with Bootstrap styling
 * @summary HTML tables sorting ability
 * @version 2.0.0
 * @requires tinysort, moment.js, jQuery
 * @license MIT
 * @author Matus Brlit (drvic10k)
 * @copyright Matus Brlit (drvic10k), bootstrap-sortable contributors
 */

table.sortable span.sign {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    margin-top: -10px;
    color: #bfbfc1;
}

table.sortable th:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 5px;
    font-size: 12px;
    margin-top: -10px;
    color: #bfbfc1;
}

table.sortable th.arrow:after {
    content: '';
}

table.sortable span.arrow, span.reversed, th.arrow.down:after, th.reversedarrow.down:after, th.arrow.up:after, th.reversedarrow.up:after {
    border-style: solid;
    border-width: 5px;
    font-size: 0;
    border-color: #ccc transparent transparent transparent;
    line-height: 0;
    height: 0;
    width: 0;
    margin-top: -2px;
}

table.sortable span.arrow.up, th.arrow.up:after {
    border-color: transparent transparent #ccc transparent;
    margin-top: -7px;
}

table.sortable span.reversed, th.reversedarrow.down:after {
    border-color: transparent transparent #ccc transparent;
    margin-top: -7px;
}

table.sortable span.reversed.up, th.reversedarrow.up:after {
    border-color: #ccc transparent transparent transparent;
    margin-top: -2px;
}

table.sortable span.az:before, th.az.down:after {
    content: "a .. z";
}

table.sortable span.az.up:before, th.az.up:after {
    content: "z .. a";
}

table.sortable th.az.nosort:after, th.AZ.nosort:after, th._19.nosort:after, th.month.nosort:after {
    content: "..";
}

table.sortable span.AZ:before, th.AZ.down:after {
    content: "A .. Z";
}

table.sortable span.AZ.up:before, th.AZ.up:after {
    content: "Z .. A";
}

table.sortable span._19:before, th._19.down:after {
    content: "1 .. 9";
}

table.sortable span._19.up:before, th._19.up:after {
    content: "9 .. 1";
}

table.sortable span.month:before, th.month.down:after {
    content: "jan .. dec";
}

table.sortable span.month.up:before, th.month.up:after {
    content: "dec .. jan";
}

table.sortable>thead th:not([data-defaultsort=disabled]) {
    cursor: pointer;
    position: relative;
    top: 0;
    left: 0;
}

table.sortable>thead th:hover:not([data-defaultsort=disabled]) {
    background: #efefef;
}

table.sortable>thead th div.mozilla {
    position: relative;
}
