#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 3.5rem;
        top: 0.5rem;
    }

.blazor-error-boundary {
    background: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNTYiIGhlaWdodD0iNDkiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIG92ZXJmbG93PSJoaWRkZW4iPjxkZWZzPjxjbGlwUGF0aCBpZD0iY2xpcDAiPjxyZWN0IHg9IjIzNSIgeT0iNTEiIHdpZHRoPSI1NiIgaGVpZ2h0PSI0OSIvPjwvY2xpcFBhdGg+PC9kZWZzPjxnIGNsaXAtcGF0aD0idXJsKCNjbGlwMCkiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0yMzUgLTUxKSI+PHBhdGggZD0iTTI2My41MDYgNTFDMjY0LjcxNyA1MSAyNjUuODEzIDUxLjQ4MzcgMjY2LjYwNiA1Mi4yNjU4TDI2Ny4wNTIgNTIuNzk4NyAyNjcuNTM5IDUzLjYyODMgMjkwLjE4NSA5Mi4xODMxIDI5MC41NDUgOTIuNzk1IDI5MC42NTYgOTIuOTk2QzI5MC44NzcgOTMuNTEzIDI5MSA5NC4wODE1IDI5MSA5NC42NzgyIDI5MSA5Ny4wNjUxIDI4OS4wMzggOTkgMjg2LjYxNyA5OUwyNDAuMzgzIDk5QzIzNy45NjMgOTkgMjM2IDk3LjA2NTEgMjM2IDk0LjY3ODIgMjM2IDk0LjM3OTkgMjM2LjAzMSA5NC4wODg2IDIzNi4wODkgOTMuODA3MkwyMzYuMzM4IDkzLjAxNjIgMjM2Ljg1OCA5Mi4xMzE0IDI1OS40NzMgNTMuNjI5NCAyNTkuOTYxIDUyLjc5ODUgMjYwLjQwNyA1Mi4yNjU4QzI2MS4yIDUxLjQ4MzcgMjYyLjI5NiA1MSAyNjMuNTA2IDUxWk0yNjMuNTg2IDY2LjAxODNDMjYwLjczNyA2Ni4wMTgzIDI1OS4zMTMgNjcuMTI0NSAyNTkuMzEzIDY5LjMzNyAyNTkuMzEzIDY5LjYxMDIgMjU5LjMzMiA2OS44NjA4IDI1OS4zNzEgNzAuMDg4N0wyNjEuNzk1IDg0LjAxNjEgMjY1LjM4IDg0LjAxNjEgMjY3LjgyMSA2OS43NDc1QzI2Ny44NiA2OS43MzA5IDI2Ny44NzkgNjkuNTg3NyAyNjcuODc5IDY5LjMxNzkgMjY3Ljg3OSA2Ny4xMTgyIDI2Ni40NDggNjYuMDE4MyAyNjMuNTg2IDY2LjAxODNaTTI2My41NzYgODYuMDU0N0MyNjEuMDQ5IDg2LjA1NDcgMjU5Ljc4NiA4Ny4zMDA1IDI1OS43ODYgODkuNzkyMSAyNTkuNzg2IDkyLjI4MzcgMjYxLjA0OSA5My41Mjk1IDI2My41NzYgOTMuNTI5NSAyNjYuMTE2IDkzLjUyOTUgMjY3LjM4NyA5Mi4yODM3IDI2Ny4zODcgODkuNzkyMSAyNjcuMzg3IDg3LjMwMDUgMjY2LjExNiA4Ni4wNTQ3IDI2My41NzYgODYuMDU0N1oiIGZpbGw9IiNGRkU1MDAiIGZpbGwtcnVsZT0iZXZlbm9kZCIvPjwvZz48L3N2Zz4=) no-repeat 1rem/1.8rem, #b32121;
    padding: 1rem 1rem 1rem 3.7rem;
    color: white;
}

    .blazor-error-boundary::after {
        content: "An error has occurred."
    }


.btn-group {
    display: flex;
    flex-wrap: wrap; /* Allows buttons to wrap on smaller screens */
    justify-content: flex-start; /* Aligns buttons to the start */
}

    .btn-group .rz-button {
        flex: 1; /* Allows buttons to take equal space */
        min-width: 80px; /* Ensures a minimum width for better accessibility */
        margin: 2px; /* Space between buttons */
    }

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

.rz-my-12 {
    margin-top: 12px;
    margin-bottom: 12px;
}

.rz-p-4 {
    padding: 16px;
}

.rz-background-color-primary {
    background-color: #f8f9fa; /* Light gray background */
}

.row-divider {
    border-bottom: 1px solid #e0e0e0; 
    padding-bottom: 10px; 
    margin-bottom: 10px; 
}

    .row-divider:last-child {
        border-bottom: none; /* Remove the border for the last row */
    }

.custom-tabs .rz-tab {
    font-size: 26px; /* Change this value to increase font size */
    padding: 16px 20px; /* Adjust padding as necessary */
}

.custom-tabs .rz-tab-selected {
    background-color: #007bff; /* Selected tab background */
    color: white; /* Text color for selected tab */
}

.custom-tabs .rz-tab:not(.rz-tab-selected) {
    background-color: #f8f9fa; /* Background color for unselected tabs */
    color: #007bff; /* Text color for unselected tabs */
}

.custom-tabs .rz-tab:hover {
    background-color: #e2e6ea; /* Hover effect */
}

html {
    height: 100%;
}

body {
    padding-top: 0;
    height: 100%;
    position: relative;
    font-size: 26px;
    font-family: Roboto, sans-serif;
}

.bold-large-text {
    font-weight: bold;
    font-size: 24px; /* Adjust size as needed */
}

a {
    cursor: pointer;
}

* {
    outline: none;
}

    input.fullwidth,
    select.fullwidth {
        max-width: 100%;
    }

textarea {
    max-width: 100%;
    min-width: 200px;
    min-height: 100px;
}

.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

.dl-horizontal dt {
    white-space: normal;
}

.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: 0;
    }

.no-padding {
    padding: 0 !important;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-both {
    clear: both;
}

.no-margin-bottom {
    margin-bottom: 0;
}

.no-margin {
    margin: 0;
}

a {
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
    }

.font-weight-300 {
    font-weight: 300;
}

.text-indent {
    text-indent: 1em;
}

.nav {
    cursor: pointer;
}

.app-container {
    min-height: 100%;
    position: relative;
}

@media (max-width:992px) {
    .app-container {
        padding-bottom: 150px;
    }
}

.app-message {
    position: relative;
}

.app-custom-message {
    position: relative;
}

.navbar .appmessage {
    position: relative;
    padding-top: 100px;
}

.app-container .app-footer {
    display: block;
    position: absolute;
    width: 100%;
    bottom: 0;
    right: 0;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-size: 20px;
    background: #eeeeee;
    font-family: Roboto, sans-serif;
}

    .app-container .app-footer .wrapper {
        padding-top: 10px;
        padding-bottom: 40px;
        padding-left: 25px;
        padding-right: 35px;
        height: 50px;
        line-height: 50px;
        vertical-align: middle;
        color: #616161;
    }

        .app-container .app-footer .wrapper a {
            color: #003476;
        }

.app-container .content-container {
    margin-right: 0;
    margin-left: 0;
}

    .app-container .content-container .side-menu {
        overflow-y: auto;
        z-index: 100000;
        position: fixed;
        width: 60px;
        height: 100%;
        -o-transition: all 0.25s;
        -moz-transition: all 0.25s;
        -webkit-transition: all 0.25s;
        transition: all 0.25s;
    }

        .app-container .content-container .side-menu .navbar-header {
            width: 100%;
            border-bottom: 0 solid #e7e7e7;
        }

            .app-container .content-container .side-menu .navbar-header .navbar-brand {
                width: 100%;
                line-height: 60px;
                height: 60px;
                padding: 0;
                overflow: hidden;
                font-family: Roboto, sans-serif;
            }

                .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-brand .title {
                    margin-left: 50px;
                    display: inline;
                }

            .app-container .content-container .side-menu .navbar-header .navbar-expand-toggle {
                position: absolute;
                right: 0;
                width: 60px;
                height: 60px;
                background-color: transparent;
                border: 0;
                -o-transition: all 0.25s linear;
                -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: 0;
        }

        .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 {
                font-family: Roboto, sans-serif;
                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: 0;
                    width: 38px;
                    text-align: center;
                    font-size: 2.3em;
                    display: inline-block;
                }

                .app-container .content-container .side-menu .navbar-nav li a .title {
                    width: 0;
                    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: 0 1.2em;
                }

                .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: 250px;
        }

            .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 .content-container .side-menu:hover .navbar-nav li.dropdown > a:after {
                font-family: FontAwesome;
                content: "\f107";
                position: absolute;
                right: 1em;
            }

            .app-container .content-container .side-menu:hover .panel-collapse.in {
                display: block;
            }

    .app-container .content-container .side-body {
        padding-top: 70px;
    }

        .app-container .content-container .side-body.padding-top {
            padding-top: 140px;
        }

        .app-container .content-container .side-body.padding-bottom {
            padding-bottom: 60px;
            margin-bottom: 60px;
        }

.app-container.expanded .app-footer {
    left: 250px;
}

    .app-container.expanded .app-footer .wrapper {
        padding-left: 25px;
    }

.app-container.expanded .content-container .navbar-top {
    padding-left: 250px;
}

.app-container.expanded .content-container .side-menu {
    width: 250px;
}

    .app-container.expanded .content-container .side-menu .navbar-nav li a .title {
        display: inline-block;
    }

    .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:after {
        font-family: FontAwesome;
        content: "\f107";
        position: absolute;
        right: 1em;
    }

.far {
    padding: 8px 10px;
}

.page-title {
    font-family: Roboto, sans-serif;
    margin-left: -10px;
    margin-right: -10px;
    padding: 15px 10px;
    margin-bottom: 0;
    height: auto;
}

    .page-title .title {
        font-size: 4em;
    }

    .page-title .page-action {
        float: right;
        height: 40px;
        line-height: 40px;
        vertical-align: middle;
    }

.sub-title {
    font-family: Roboto, sans-serif;
}

    .sub-title > * {
        display: inline-block;
    }

    .sub-title h3 {
        margin-right: 10px;
    }

    .sub-title .description {
        font-family: Roboto, sans-serif;
        font-size: 1.9em;
    }

    .sub-title .action .btn {
        padding: 0 0.5em;
    }

/* Main body section */
.app-container .side-body {
    margin-left: 75px;
    margin-right: 15px;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
}

.app-container.expanded .side-body {
    margin-left: 260px;
}

/* small screen */
@media (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%;
            -o-transition: all 0.25s linear;
            -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: 0;
    }

    .app-container .content-container .side-body {
        margin-left: 10px;
    }

    .app-container.expanded .navbar-top {
        min-width: 480px;
        padding-left: 0;
    }

    .app-container.expanded .side-menu {
        margin-left: 0;
        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: 2.5em;
            padding: 1.2em 0 0.4em 0;
            margin-bottom: 25px;
        }

            .card .card-body .sub-title .description {
                padding-left: 0.4em;
                font-size: 1.9em;
                opacity: 0.9;
            }

        .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-family: Roboto, sans-serif;
            font-size: 3.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 {
                font-family: 'Lato', sans-serif;
                margin-top: -0.3em;
                font-size: 5.5em;
                text-align: right;
            }

            .card.summary-inline .card-body .content .sub-title {
                font-family: 'Lato', sans-serif;
                font-size: 1.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;
    }

.panel-title {
    cursor: pointer;
}

.chart {
    padding: 15px;
}

    .chart.no-padding {
        padding: 0;
        margin-bottom: -5px;
    }

.btn {
    margin-top: 5px;
    margin-bottom: 5px;
    border-radius: 1px;
    border-width: 1px;
    font-family: Roboto, sans-serif;
}

.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;
    cursor: pointer;
}

    .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-group-sm .form-control {
    border-radius: 1px;
    height: 36px;
    font-size: 26px;
}

.form-control {
    border-radius: 1px;
    box-shadow: none;
}

.bs-example-modal .modal {
    z-index: 100;
    position: relative;
    display: block;
}

.modal {
    z-index: 100001;
}

    .modal .modal-dialog .modal-header {
        font-family: Roboto, sans-serif;
    }

    .modal .modal-dialog .modal-content {
        border-radius: 1px;
    }

    .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: 1px;
    border-radius: 1px;
    border-color: white;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 10px;
}

.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: 0;
    margin-bottom: 0;
}

.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;
        }

.glyphicon.gi-2x {
    font-size: 2.5em;
}

body.login-page {
    background: url(../images/logo.png) no-repeat center center fixed;
    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: 0;
    }

        body.login-page .login-form .login-header {
            margin-bottom: 1.2em;
            font-size: 2.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: 2.1em;
            border-radius: 1px;
        }

    body.login-page .login-button .btn {
        padding: 0.5em 2em;
        font-size: 2.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;
    }

        .tabs-left > .nav-tabs > li > a {
            margin-right: -1px;
        }

    .tabs-right > .nav-tabs {
        display: table-cell;
    }

        .tabs-right > .nav-tabs > li > a {
            margin-left: -1px;
        }

.tab:after {
    content: '';
    display: block;
    clear: both;
}

.step .nav-tabs {
    border-bottom: 0;
    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 {
            display: table-cell;
            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: 3.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: 3.1em;
                }

                .step .nav-tabs > li > a .step-title .description {
                    font-size: 1.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: 0;
}

    .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: 0;
    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: 0;
        border-top-right-radius: 0;
    }

    .step.tabs-left .nav-tabs > li {
        border-right: 0;
        min-width: 250px;
        display: table;
        width: 250px;
    }

        .step.tabs-left .nav-tabs > li > a {
            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: 3.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: 3.1em;
                }

                .step.tabs-left .nav-tabs > li > a .step-title .description {
                    font-size: 1.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: black;
    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: 3.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: 2.5em;
        }

        .icons-list > li .glyphicon-class {
            margin-top: 8px;
            font-size: 1.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 > 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: 16px;
                font-weight: bold;
            }

            .message-list > a > li > .message-block .message-datetime {
                font-size: 14px;
                color: #AAA;
            }

            .message-list > a > li > .message-block .message {
                font-size: 16px;
            }

        .message-list > a > li .profile-img {
            width: 60px;
            height: 60px;
        }

    .message-list > a:hover li {
        background-color: black;
        background-color: rgba(0, 0, 0, 0.01);
    }

.bs-example > * {
    margin-bottom: 20px;
}

    .bs-example > *:last-child {
        margin-bottom: 5px;
    }

.landing-page {
    font-size: 18px;
    font-family: Roboto, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.header-line {
    height: 8px;
    background-color: #046ec5;
}

.footer-line {
    height: 4px;
    background-color: #046ec5;
}

.landing-page .navbar .navbar-toggle {
    position: absolute;
    right: 0;
    border-radius: 0;
    border: 0;
    height: 44px;
    padding: 0 15px;
    background-color: #003476;
    margin-right: 30px;
    margin-top: 15px;
    z-index: 1;
}

.flat-blue.landing-page .navbar-inverse .navbar-toggle:focus,
.flat-blue.landing-page .navbar-inverse .navbar-toggle:hover {
    background-color: #003476;
}

.landing-page .app-header {
    padding-top: 100px;
    background: #003476;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
    text-shadow: 1px 1px 15px #333333;
    color: #ffffff;
}

    .landing-page .app-header .app-logo {
        margin-bottom: 20px;
    }

    .landing-page .app-header .app-description {
        margin-bottom: 40px;
    }

    .landing-page .app-header h4 {
        font-size: 18px;
    }

.landing-page .app-content-b.contact-us .color-white {
    text-shadow: 1px 1px 10px #333333;
}

.landing-page .app-content-b.contact-us .frontpage-text {
    color: white;
}

.landing-page .app-content-a, .landing-page .app-content-b {
    padding-top: 50px;
    padding-bottom: 20px;
}

.landing-page .app-content-a, .landing-page .logos {
    padding-top: 0;
    padding-bottom: 12px;
}

.landing-page .app-content-b.feature-1 {
    background-image: url("images/head2.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin-bottom: 0;
}

.landing-page .app-content-b.contact-us {
    padding-top: 0;
    padding-bottom: 0;
    background-repeat: no-repeat;
    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: 22px;
        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: 0;
        }

.landing-page .app-content-header {
    font-weight: 300;
    font-size: 50px;
}

.landing-page .app-content-description {
    font-weight: 300;
    font-size: 22px;
}

.landing-page .app-footer {
    margin-top: 15px;
    margin-bottom: 0;
}

    .landing-page .app-footer p {
        margin: 0;
    }

.landing-page .navbar-affix,
.landing-page .navbar-affix-top {
    width: 100%;
    height: 60px;
    border-top: 2px rgb(78, 205, 196);
    border-top: 2px rgba(78, 205, 196, 0.8);
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    position: fixed;
    -moz-box-shadow: 0 0 6px 0 rgba(96, 100, 109, 0.4);
    -webkit-box-shadow: 0 0 6px 0 rgba(96, 100, 109, 0.4);
    box-shadow: 0 0 6px 0 rgba(96, 100, 109, 0.4);
}

.app-Message .alert {
    position: fixed;
    width: 92%;
    z-index: 1;
    top: 80px;
    border-top: 2px rgb(78, 205, 196);
    border-top: 2px rgba(78, 205, 196, 0.8);
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -moz-box-shadow: 0 0 6px 0 rgba(96, 100, 109, 0.4);
    -webkit-box-shadow: 0 0 6px 0 rgba(96, 100, 109, 0.4);
    box-shadow: 0 0 1px 0 rgba(96, 100, 109, 0.4);
}

.app-custom-message .alert {
    position: fixed;
    width: 92%;
    z-index: 1;
    top: 132px;
    border-top: 2px rgb(78, 205, 196);
    border-top: 2px rgba(78, 205, 196, 0.8);
}

.dashboard-message .alert {
    position: fixed;
    width: 100%;
    z-index: 1;
    top: 90px;
    border-top: 2px rgb(78, 205, 196);
    border-top: 2px rgba(78, 205, 196, 0.8);
    -o-transition: all 0.2s ease-in;
    -moz-transition: all 0.2s ease-in;
    -webkit-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
    -moz-box-shadow: 0 0 6px 0 rgba(96, 100, 109, 0.4);
    -webkit-box-shadow: 0 0 6px 0 rgba(96, 100, 109, 0.4);
    box-shadow: 0 0 1px 0 rgba(96, 100, 109, 0.4);
}

.landing-page .navbar.affix,
.landing-page .navbar.affix-top {
    z-index: 4000;
    background-color: white !important;
    background-color: rgba(243, 243, 244, 1.00) !important;
    height: 90px;
    opacity: 1;
    margin-top: 0;
}

.landing-page .navbar-affix.affix .navbar-nav > li > a,
.landing-page .navbar-affix.affix-top .navbar-nav > li > a {
    background-color: transparent;
    font-weight: 400;
    color: #046ec5;
}

.navbar .navbar-right {
    position: relative;
    float: right;
    margin-right: 10px;
}

.landing-page .navbar .navbar-header {
    border-bottom: 0 solid #e7e7e7;
}

    .landing-page .navbar .navbar-header .navbar-brand {
        line-height: 60px;
        height: 80px;
        padding: 0;
        width: 100%;
        overflow: visible;
        padding-left: 0;
        font-family: Roboto, sans-serif;
    }

        /* picture on main page */
        .landing-page .navbar .navbar-header .navbar-brand .icon {
            max-width: 100%;
            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: 0;
        -o-transition: all 0.25s linear;
        -moz-transition: all 0.25s linear;
        -webkit-transition: all 0.25s linear;
        transition: all 0.25s linear;
        opacity: 0.75;
    }

.flat-blue .navbar.navbar-inverse .navbar-header .navbar-brand {
    color: #333333;
}

@media only screen and (max-width: 768px) {
    .landing-page .navbar .navbar-header .navbar-brand {
        padding-left: 15px;
    }
}

.row-example > [class*="col-"] {
    margin-bottom: 0;
}

/* 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;
    cursor: pointer;
}

/* 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: 350;
    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: 25px;
        line-height: 1.4;
    }

    .featurette-heading {
        font-size: 50px;
    }
}

@media (min-width: 992px) {
    .featurette-heading {
        margin-top: 100px;
        margin-bottom: 20px;
    }
}

/* wizard style for tab wizard */
.wizard a {
    background: #efefef;
    display: inline-block;
    margin-right: 5px;
    min-width: 150px;
    outline: none;
    padding: 10px 40px 10px;
    position: relative;
    text-decoration: none;
}

.wizard .active {
    background: #007ACC;
    color: #fff;
}

/*
    Add asterisk to required fields control-label
    to use add required as a class to the containing form control div.
*/
div.required label.control-label:after {
    content: " *";
    color: inherit;
}

/* Flow */
.features {
    float: right;
    width: 300px;
    padding-left: 20px;
}

    .features .heading {
        font-size: 18px;
        font-weight: bold;
    }

.drop {
    padding: 15px;
    border: 2px #f1f1f1 dashed;
    border-radius: 5px;
    line-height: 34px;
}

    .drop.drag-over {
        background: #5CB85C;
        color: #fff;
    }

.transfer-box {
    margin-bottom: 5px;
}

    .transfer-box .progress {
        margin-bottom: 0;
    }

.thumbnail {
    line-height: 20px;
    margin-bottom: 5px;
    overflow: hidden;
    word-break: normal;
}

    .thumbnail img {
        max-width: 200px;
        max-height: 150px;
    }

.gallery-box {
    width: 200px;
    padding: 5px;
    margin: 7px;
    float: left;
    min-height: 200px;
    border: 1px solid #ddd;
    overflow: hidden;
}

    .gallery-box .progress {
        margin-bottom: 0;
    }

    .gallery-box .thumbnail {
        height: 188px;
        width: 188px;
    }

    .gallery-box .title {
        height: 22px;
        overflow: hidden;
        display: block;
    }

.big-icon {
    font-size: 80px;
}


.landing-page .app-content-b.contact-us {
    background: #003476;
}

    .landing-page .app-content-b.contact-us legend {
        color: #ffffff;
    }

.opacity-50 {
    background: black;
    background: rgba(0,0,0,0.5);
}

.head-wrapper {
    color: #ffffff;
    width: 40%;
    margin-left: 30%;
    padding: 10px 0 0 10px;
}

.flexbox .flat-blue.landing-page .app-header .app-btn {
    box-shadow: 12px 12px 12px 0;
    background: black;
    background: rgba(0,0,0,0.5);
}

.flat-blue .btn.btn-success.background-grey {
    background: #555555;
}

.nav > li > a {
    padding: 10px 10px;
}

.input-group-btn > .btn {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 8px;
    padding-bottom: 8px;
}

@media(min-width:768px) {
    .container-fluid {
        margin-left: auto;
        margin-right: auto;
        padding-left: 15px;
        padding-right: 15px;
    }
}

.panel.panel-sm .panel-heading {
    padding: 0 10px 0 10px;
}

.panel.panel-sm .panel-footer {
    padding: 0 5px;
}

.form-panel {
    max-width: 280px;
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-xs {
        display: block !important;
    }

    table.visible-xs {
        display: table !important;
    }

    tr.visible-xs {
        display: table-row !important;
    }

    th.visible-xs,
    td.visible-xs {
        display: table-cell !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-xs-block {
        display: block !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-xs-inline {
        display: inline !important;
    }
}

@media (min-width: 480px) and (max-width: 767px) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}

.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

@media (max-width: 479px) {
    .col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
        float: left;
    }

    .col-xxs-12 {
        width: 100%;
    }

    .col-xxs-11 {
        width: 91.66666667%;
    }

    .col-xxs-10 {
        width: 83.33333333%;
    }

    .col-xxs-9 {
        width: 75%;
    }

    .col-xxs-8 {
        width: 66.66666667%;
    }

    .col-xxs-7 {
        width: 58.33333333%;
    }

    .col-xxs-6 {
        width: 50%;
    }

    .col-xxs-5 {
        width: 41.66666667%;
    }

    .col-xxs-4 {
        width: 33.33333333%;
    }

    .col-xxs-3 {
        width: 25%;
    }

    .col-xxs-2 {
        width: 16.66666667%;
    }

    .col-xxs-1 {
        width: 8.33333333%;
    }

    .col-xxs-pull-12 {
        right: 100%;
    }

    .col-xxs-pull-11 {
        right: 91.66666667%;
    }

    .col-xxs-pull-10 {
        right: 83.33333333%;
    }

    .col-xxs-pull-9 {
        right: 75%;
    }

    .col-xxs-pull-8 {
        right: 66.66666667%;
    }

    .col-xxs-pull-7 {
        right: 58.33333333%;
    }

    .col-xxs-pull-6 {
        right: 50%;
    }

    .col-xxs-pull-5 {
        right: 41.66666667%;
    }

    .col-xxs-pull-4 {
        right: 33.33333333%;
    }

    .col-xxs-pull-3 {
        right: 25%;
    }

    .col-xxs-pull-2 {
        right: 16.66666667%;
    }

    .col-xxs-pull-1 {
        right: 8.33333333%;
    }

    .col-xxs-pull-0 {
        right: auto;
    }

    .col-xxs-push-12 {
        left: 100%;
    }

    .col-xxs-push-11 {
        left: 91.66666667%;
    }

    .col-xxs-push-10 {
        left: 83.33333333%;
    }

    .col-xxs-push-9 {
        left: 75%;
    }

    .col-xxs-push-8 {
        left: 66.66666667%;
    }

    .col-xxs-push-7 {
        left: 58.33333333%;
    }

    .col-xxs-push-6 {
        left: 50%;
    }

    .col-xxs-push-5 {
        left: 41.66666667%;
    }

    .col-xxs-push-4 {
        left: 33.33333333%;
    }

    .col-xxs-push-3 {
        left: 25%;
    }

    .col-xxs-push-2 {
        left: 16.66666667%;
    }

    .col-xxs-push-1 {
        left: 8.33333333%;
    }

    .col-xxs-push-0 {
        left: auto;
    }

    .col-xxs-offset-12 {
        margin-left: 100%;
    }

    .col-xxs-offset-11 {
        margin-left: 91.66666667%;
    }

    .col-xxs-offset-10 {
        margin-left: 83.33333333%;
    }

    .col-xxs-offset-9 {
        margin-left: 75%;
    }

    .col-xxs-offset-8 {
        margin-left: 66.66666667%;
    }

    .col-xxs-offset-7 {
        margin-left: 58.33333333%;
    }

    .col-xxs-offset-6 {
        margin-left: 50%;
    }

    .col-xxs-offset-5 {
        margin-left: 41.66666667%;
    }

    .col-xxs-offset-4 {
        margin-left: 33.33333333%;
    }

    .col-xxs-offset-3 {
        margin-left: 25%;
    }

    .col-xxs-offset-2 {
        margin-left: 16.66666667%;
    }

    .col-xxs-offset-1 {
        margin-left: 8.33333333%;
    }

    .col-xxs-offset-0 {
        margin-left: 0;
    }
}

/* [+] hidden-xxs */
@media (max-width: 479px) {
    .hidden-xxs {
        display: none !important;
    }
}

/* [+] visible-xxs and visible-xxs- */
.visible-xxs {
    display: none !important;
}

.visible-xxs-block,
.visible-xxs-inline,
.visible-xxs-inline-block {
    display: none !important;
}

@media (max-width: 479px) {
    .visible-xxs {
        display: block !important;
    }

    table.visible-xxs {
        display: table;
    }

    tr.visible-xxs {
        display: table-row !important;
    }

    th.visible-xxs,
    td.visible-xxs {
        display: table-cell !important;
    }

    .visible-xxs-block {
        display: block !important;
    }

    .visible-xxs-inline {
        display: inline !important;
    }

    .visible-xxs-inline-block {
        display: inline-block !important;
    }
}

@media (min-width: 479px) and (max-width: 768px) {
    .nav-tabs.nav-justified > li {
        display: block;
        width: 33.333%;
        float: left;
    }

        .nav-tabs.nav-justified > li > a {
            margin-bottom: 0;
        }
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

.icon-jpg::before,
.icon-JPG::before,
.icon-png::before,
.icon-PNG::before,
.icon-gif::before,
.icon-GIF::before,
.icon-jpeg::before,
.icon-JPEG::before,
.icon-bmp::before,
.icon-BMP::before,
.icon-tiff::before {
    content: "\f1c5";
}

.icon-pdf::before,
.icon-PDF::before {
    content: "\f1c1";
}

.icon-doc::before,
.icon-DOC::before,
.icon-docx::before,
.icon-rtf::before,
.icon-RTF::before,
.icon-DOCX::before {
    content: "\f1c2";
}

.icon-ZIP::before,
.icon-zip::before {
    content: "\f1c6";
}

.icon-mkv::before,
.icon-mkv::before,
.icon-avi::before,
.icon-AVI::before,
.icon-mp4::before,
.icon-MP4::before {
    content: "\f1c8";
}

.icon-xls::before,
.icon-XLS::before,
.icon-xlsx::before,
.icon-XLSX::before {
    content: "\f1c3";
}

.file-container-fixed {
    height: 300px;
    overflow-y: scroll;
}

.pending-files {
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05) inset;
    min-height: 20px;
    padding: 5px;
}

.save-fa::after {
    content: "\f0c7";
    font-family: 'FontAwesome';
    padding-left: 6px;
    font-weight: normal;
}

.eraser-fa::after {
    content: "\f12d";
    font-family: 'FontAwesome';
    padding-left: 6px;
    font-weight: normal;
}

.submit-fa::after {
    content: "\f1da";
    font-family: 'FontAwesome';
    padding-left: 6px;
    font-weight: normal;
}

.vCard-fa::after {
    content: "\f003";
    font-family: 'FontAwesome';
    padding-left: 6px;
    font-weight: normal;
}

.export-fa::after {
    content: "\f019";
    font-family: 'FontAwesome';
    padding-left: 6px;
    font-weight: normal;
}

input.ui-select-search {
    /* this fixes the search box to be of equal width to its parent div */
    max-width: 100%;
    padding: 5px 10px;
    margin-top: 5px;
    height: 30px;
    line-height: 30px;
}

#demoTree li ol {
    margin-left: 5px;
    padding-left: 5px;
    -webkit-padding-start: 5px;
}

#demoTree > li > div {
    font-weight: 600;
    padding-left: 5px;
}

footer .short-line {
    line-height: 16px;
}

.grey_back {
    background: #F3F3F4;
}

.grey-brand {
    background: #003476 !important;
}

    .grey-brand .title {
        color: #FFFFFF !important;
    }

/*Font Path for Roboto font-family*/
@font-face {
    font-family: 'Roboto';
    src: url('../fonts/Roboto-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

p.frontpage-text {
    font-size: 14px;
    font-family: Roboto, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-align: center;
}

.frontpage-paragraph {
    font-size: 14px;
    font-family: Roboto, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-align: left;
    color: #FFFFFF;
}

.frontpage-title {
    font-size: 14px;
    font-family: Roboto, Calibri, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
    text-align: left;
    color: #FFFFFF;
}

.frontpage-paragraph-a {
    color: #9e9e9e !important;
    text-decoration: underline;
}

    .frontpage-paragraph-a:hover {
        color: #616161 !important;
    }

.justify {
    text-align: justify;
    font-size: 14px;
    font-family: Roboto, Candara, Segoe, "Segoe UI", Optima, Arial, sans-serif;
}

.margin_bottom-30 {
    margin-bottom: 30px;
}

.margin_bottom-60 {
    margin-bottom: 60px;
}

.margin_bottom-180 {
    margin-bottom: 180px;
}

.call_container .card.opened {
    border-top: 3px solid #008900;
}

.call_container .card.closed {
    border-top: 3px solid #de0000;
}

.call_container .card.upcoming {
    border-top: 3px solid #975C72;
}

.bordered_start {
    border-bottom: 1px solid #90EE90;
    margin-right: 1%;
    width: 49%;
}

.bordered_end {
    border-bottom: 1px solid #FF8080;
    margin-left: 1%;
    width: 49%;
}

.text-center img {
    display: inline;
}

.modal-dialog {
    margin: 80px auto;
}

.spinner::before {
    background-color: rgb(49, 37, 37);
    background-color: rgba(49, 37, 37, 0.2);
    border-radius: 6px;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    position: fixed;
    content: " ";
}

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

.margin-bottom-10 {
    margin-bottom: 10px;
}

.margin-sides-15 {
    margin-left: 15px;
    margin-right: 15px;
}

.faq_filters.clearfix.card.margin-bottom-10.filter strong,
.informationdocs_filters.clearfix.card.margin-bottom-10.filter strong,
.calls_filters.clearfix.card.margin-bottom-10.filter strong {
    line-height: 30px;
}

.faq_filters.clearfix.card.margin-bottom-10.filter,
.informationdocs_filters.clearfix.card.margin-bottom-10.filter,
.calls_filters.clearfix.card.margin-bottom-10.filter {
    padding: 10px;
}


.full-modal-window .modal-dialog {
    width: 90%;
}

.full-modal-window .modal-content {
    min-height: 600px;
}

.photo-modal-window {
    margin: auto;
}

.margin-10 {
    margin: 10px;
}

.padding-left-50 {
    padding-left: 50px;
}

.declaration-panel .panel-body {
    min-height: 302px;
}

.bordered div {
    border: 1px solid #444444;
}

.tileGroup {
    background-color: #e7e7e7;
    margin: 30px 0;
}

.tileGroupHeader {
    padding: 15px;
    font-size: 26px;
    color: #737373;
}

.row.bordered > [class*="col-"] {
    padding: 20px;
    margin: 0;
}

#WorkPackageForm .card {
    min-height: 600px;
}

div.angular-ui-tree-handle.matched {
    background-color: #ffffaa;
}

    div.angular-ui-tree-handle.matched:hover {
        background-color: #428bca;
    }

.legal_info_filename {
    font-weight: bold;
    font-size: 17px;
}

.answered div {
    background: #CDF6B2;
}

.warning div {
    background: #f6ee7d;
}

.danger div {
    background: #fb5656;
}

.form-horizontal .form-group-sm {
    padding-bottom: 10px;
}

.glyphicon.glyphicon-edit {
    color: darkblue;
}

.glyphicon.glyphicon-plus-sign {
    color: darkgreen;
}

.glyphicon.glyphicon-remove {
    color: darkred;
}

.informationdocs_container .text-left {
    clear: left;
}

.faqs_container .card.category_1,
.informationdocs_container .card.category_1 {
    border-top: 3px solid #de0000;
}

.faqs_container .card.category_2,
.informationdocs_container .card.category_2 {
    border-top: 3px solid #008900;
}

.faqs_container .card.category_3,
.informationdocs_container .card.category_3 {
    border-top: 3px solid #0000ff;
}

.faqs_container .card.category_4,
.informationdocs_container .card.category_4 {
    border-top: 3px solid #EBC703;
}

.faqs_container .card.category_5,
.informationdocs_container .card.category_5 {
    border-top: 3px solid #430067;
}

.faqs_container .card.category_6 {
    border-top: 3px solid #C9C372;
}

.faqs_container .card.category_7 {
    border-top: 3px solid #70B3DC;
}

.faqs_container .card.category_8 {
    border-top: 3px solid #E24329;
}

.faqs_container .card.category_9 {
    border-top: 3px solid #333333;
}

label.category_1 {
    color: #de0000;
    font-weight: bold;
}

label.category_2 {
    color: #008900;
    font-weight: bold;
}

label.category_3 {
    color: #0000ff;
    font-weight: bold;
}

label.category_4 {
    color: #826e00;
    font-weight: bold;
}

label.category_5 {
    color: #430067;
    font-weight: bold;
}

label.category_6 {
    color: #C9C372;
    font-weight: bold;
}

label.category_7 {
    color: #70B3DC;
    font-weight: bold;
}

label.category_8 {
    color: #E24329;
    font-weight: bold;
}

label.category_9 {
    color: #333333;
    font-weight: bold;
}

.faqs_container .card.faq_category_1,
.informationdocs_container .card.category_1 {
    border-top: 3px solid #008900;
}

.faqs_container .card.faq_category_2,
.informationdocs_container .card.category_2 {
    border-top: 3px solid #de0000;
}

.faqs_container .card.faq_category_3,
.informationdocs_container .card.category_3 {
    border-top: 3px solid #0000ff;
}

.faqs_container .card.faq_category_4,
.informationdocs_container .card.category_4 {
    border-top: 3px solid #826e00;
}

.faqs_container .card.faq_category_5,
.informationdocs_container .card.category_5 {
    border-top: 3px solid #430067;
}

.faqs_container .card.faq_category_6 {
    border-top: 3px solid #C9C372;
}

.faqs_container .card.faq_category_7 {
    border-top: 3px solid #70B3DC;
}

.faqs_container .card.faq_category_8 {
    border-top: 3px solid #E24329;
}

.faqs_container .card.faq_category_9 {
    border-top: 3px solid #333333;
}

label.faq_category_1 {
    color: #008900;
    font-weight: bold;
}

label.faq_category_2 {
    color: #de0000;
    font-weight: bold;
}

label.faq_category_3 {
    color: #0000ff;
    font-weight: bold;
}

label.faq_category_4 {
    color: #EBC703;
    font-weight: bold;
}

label.faq_category_5 {
    color: #430067;
    font-weight: bold;
}

label.faq_category_6 {
    color: #C9C372;
    font-weight: bold;
}

label.faq_category_7 {
    color: #70B3DC;
    font-weight: bold;
}

label.faq_category_8 {
    color: #E24329;
    font-weight: bold;
}

label.faq_category_9 {
    color: #333333;
    font-weight: bold;
}

.call_container .card-body, .call_container .card-header .card-title,
.informationdocs_container .card-body, .informationdocs_container .card-header .card-title,
.faqs_container .card-body, .faqs_container .card-header .card-title {
    padding: 10px;
}

    .call_container .card-body .row > [class*="col-"] {
        margin-bottom: 10px;
    }

.hyperlink {
    color: #0088cc !important;
}

@media(min-width: 768px) {
    .sidebar-toggler {
        margin-left: 40px;
        height: 20px;
        width: 40px;
        border: none;
    }
}

@media(min-width: 768px) {
    .sidebar-toggler.fa-rotate-180 {
        margin-left: -20px;
    }
}

.glyphicon_nav_size {
    font-size: 2.4em;
}

.call_container.col-sm-4.col-sm-6.ng-scope.clear-left {
    clear: left;
}

.text-wrap.checkbox3 label {
    white-space: inherit;
}

.navbar-default .navbar-link.override {
    color: #000;
}

.navbar-default .navbar-link:hover.override {
    color: #000000;
}

.list-group-item.override {
    position: relative;
    display: block;
    padding: 10px 5px;
    margin-bottom: -1px;
    background-color: transparent;
    border: 2px solid transparent;
}

.clearboth {
    clear: both;
}

.text-wrap {
    word-wrap: break-word;
}

.full-max-width {
    max-width: 100%;
}

.flat-blue .card.color-call {
    background-color: #f9f9f9;
    margin: 15px 0;
}

    .flat-blue .card.color-call:hover {
        background-color: grey;
        color: #333333;
        margin: 15px 0;
    }

    .flat-blue .card.color-call.active {
        background-color: #FCF2B8;
        color: #333333;
        margin: 15px 0;
    }

.flat-blue .submission-body a {
    text-align: justify;
    font-weight: 600;
}

.flat-blue .card.color-call .card-body {
    min-height: 132px;
}

div[data-ng-if="vm.activeSubmissionTab === 23"] .btn {
    margin-top: 30px;
    margin-bottom: 60px;
}

.breadcrumb.navbar-breadcrumb {
    margin-left: 45px;
}

.orphan {
    background: #ffd1cc;
    padding: 10px;
}

.group-container {
    border: 2px solid #cfcfcf;
    display: block;
    float: left;
    margin: 5px;
}

.bordered {
    border: 1px solid #cfcfcf;
}

ul.tree ul li ul li:first-child {
    float: left;
    width: 50%;
}

ul.tree ul li {
    border: 1px solid #cfcfcf;
}

    ul.tree ul li ul li ul li {
        border: none !important;
    }

    ul.tree ul li ul li:nth-child(2) {
        float: left;
        width: 25%;
    }

    ul.tree ul li ul li:nth-child(3) {
        float: left;
        width: 25%;
    }

ul.tree li > ul li > ul li > ul li {
    width: 100% !important;
}

ul.tree,
ul.tree ul {
    padding-left: 15px;
    list-style: none;
}

ul.evaluatorEmplHistoryCountry {
    opacity: 1 !important;
}

ul.parallelGroupActions, ul.onApprovalLeadsToActions, ul.onRejectionLeadsToActions, ul.onCompletionLeadsToActions,
ul.callActionsSelections {
    opacity: 1 !important;
}

    ul.parallelGroupActions.dropdown-menu, ul.onApprovalLeadsToActions.dropdown-menu, ul.onRejectionLeadsToActions.dropdown-menu,
    ul.onCompletionLeadsToActions.dropdown-menu, ul.callActionsSelections.dropdown-menu {
        position: inherit;
    }

.orgNameField {
    max-width: 560px;
}

.forms textarea {
    min-width: 100px !important;
}

.forms input {
    max-width: 100% !important;
}

.forms .control-label {
    text-align: left !important;
}

#rolePermissionsTable_wrapper td .form-group {
    width: 185px;
    border: 1px solid #333333;
}

#rolePermissionsTable_wrapper {
    overflow: visible;
    width: 300px;
}

@media (min-width: 768px) {
    #rolePermissionsTable_wrapper {
        overflow: visible;
        width: 700px;
    }
}

@media (min-width: 992px) {
    #rolePermissionsTable_wrapper {
        overflow: visible;
        width: 950px;
    }
}

@media (min-width: 1200px) {
    #rolePermissionsTable_wrapper {
        overflow: visible;
        width: 1170px;
    }
}

@media (min-width: 1400px) {
    #rolePermissionsTable_wrapper {
        overflow: visible;
        width: 1350px;
    }
}

@media (min-width: 1800px) {
    #rolePermissionsTable_wrapper {
        overflow: visible;
        width: 1750px;
    }
}

#CallMassActions {
    min-height: 480px;
}

.registryCalls {
    min-height: 68px !important;
    font-size: 24px;
    font-weight: 500;
}

.ui-select-bootstrap .ui-select-choices-row > a {
    min-height: 25px;
}

.flat-blue .btn.btn-info_pink {
    background-color: #ED5DB7;
    border-color: #ED5DB7;
    color: #fff;
}

.flat-blue .btn.btn-info_deeppink {
    background-color: #ff1693;
    border-color: #ff1693;
    color: #fff;
}

.flat-blue .btn.btn-info_petrol {
    background-color: #3599b3;
    border-color: #3599b3;
    color: #fff;
}

.flat-blue .btn.btn-info_coral {
    background-color: #ff4d4d;
    border-color: #ff4d4d;
    color: #fff;
}

.flat-blue .btn.btn-info_dark_blue {
    background-color: #0073e6;
    border-color: #0073e6;
    color: #fff;
}

.flat-blue .btn.btn-info_yellow {
    background-color: #e6ac00;
    border-color: #e6ac00;
    color: #fff;
}

.flat-blue .btn.btn-info_light_green {
    background-color: #00cc00;
    border-color: #00cc00;
    color: #fff;
}

.flat-blue .btn.btn-info_brown {
    background-color: #664400;
    border-color: #664400;
    color: #fff;
}

/* https://bootsnipp.com/snippets/featured/funky-radio-buttons
   "Funky Radio/Checkbox Buttons V2.0"
   Bootstrap 3.3.0 Snippet by momodinium */
.funkyradio div {
    clear: both;
    overflow: hidden;
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
}

    .funkyradio input[type="radio"]:empty ~ label,
    .funkyradio input[type="checkbox"]:empty ~ label {
        position: relative;
        line-height: 2.5em;
        text-indent: 3.25em;
        margin-top: 2em;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

        .funkyradio input[type="radio"]:empty ~ label:before,
        .funkyradio input[type="checkbox"]:empty ~ label:before {
            position: absolute;
            display: block;
            top: 0;
            bottom: 0;
            left: 0;
            content: '';
            width: 2.5em;
            background: #D1D3D4;
            border-radius: 3px 0 0 3px;
        }

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #888;
}

    .funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
    .funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #C2C2C2;
    }

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #777;
}

    .funkyradio input[type="radio"]:checked ~ label:before,
    .funkyradio input[type="checkbox"]:checked ~ label:before {
        content: '\2714';
        text-indent: .9em;
        color: #333;
        background-color: #ccc;
    }

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-default input[type="radio"]:checked ~ label:before,
.funkyradio-default input[type="checkbox"]:checked ~ label:before {
    color: #333;
    background-color: #ccc;
}

.funkyradio-primary input[type="radio"]:checked ~ label:before,
.funkyradio-primary input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #337ab7;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5cb85c;
}

.funkyradio-danger input[type="radio"]:checked ~ label:before,
.funkyradio-danger input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #d9534f;
}

.funkyradio-warning input[type="radio"]:checked ~ label:before,
.funkyradio-warning input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #f0ad4e;
}

.funkyradio-info input[type="radio"]:checked ~ label:before,
.funkyradio-info input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: #5bc0de;
}
/* end of funky radio css */

#changeOrganizationName {
    width: 100%;
    overflow-x: scroll;
}

@media (min-width: 768px) {
    #changeOrganizationName {
        width: 100%;
        overflow-x: scroll;
    }
}

@media (min-width: 992px) {
    #changeOrganizationName {
        width: 100%;
        overflow-x: scroll;
    }
}

@media (min-width: 1200px) {
    #changeOrganizationName {
        width: 100%;
        overflow-x: scroll;
    }
}

@media (min-width: 1400px) {
    #changeOrganizationName {
        width: 100%;
        overflow-x: scroll;
    }
}

@media (min-width: 1800px) {
    #changeOrganizationName {
        width: 100%;
        overflow-x: scroll;
    }
}

#changeBasicInfoAndMailRequest {
    width: 100%;
    overflow-x: scroll;
}

@media (min-width: 768px) {
    #changeBasicInfoAndMailRequest {
        width: 100%;
        overflow-x: scroll;
    }
}

@media (min-width: 992px) {
    #changeBasicInfoAndMailRequest {
        width: 100%;
        overflow-x: scroll;
    }
}

@media (min-width: 1200px) {
    #changeBasicInfoAndMailRequest {
        width: 100%;
        overflow-x: scroll;
    }
}

@media (min-width: 1400px) {
    #changeBasicInfoAndMailRequest {
        width: 100%;
        overflow-x: scroll;
    }
}

@media (min-width: 1800px) {
    #changeBasicInfoAndMailRequest {
        width: 100%;
        overflow-x: scroll;
    }
}

legend {
    font-size: 2.7em;
}

.tooltip-inner {
    white-space: pre-line;
}

.table-center th {
    text-align: center;
}

.table-center td {
    text-align: center;
}

#DeliverableForm .card-body {
    height: 450px;
}

#esif-table td {
    padding: 0;
    line-height: 30px;
    border-color: darkgray;
}

#esif-table input {
    width: 100%;
    text-align: center;
}

#esif-table th {
    border-color: darkgray;
}

#esif-table .table-bordered {
    border-color: darkgray;
}

.alert-dismissable .close, .alert-dismissible .close {
    position: relative;
    color: inherit;
    top: 0px; /* overriding alerts.less.css */
    right: 0px; /* overriding alerts.less.css */
}

button.close {
    padding: 5px;
}

.flat-blue a.cl-policy, .flat-blue a.cl-accept {
    color: inherit;
}

.flat-blue a.color-white {
    color: #ffffff;
}
/* needed on ui-select dropdown, e.g. on evaluator assignments */
ul.ui-select-choices {
    opacity: 1 !important;
}

.slicer {
    max-height: 250px;
    overflow: scroll;
}

.to_be_checked {
    color: green;
}

.to_checked {
    background: #ccffe6 !important;
    color: #333333;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.contact-form .row {
    padding-bottom: 0px;
}

.profile-tables input {
    max-width: 100% !important;
}

.profile-tables .control-label {
    text-align: left !important;
}

div[data-ng-if="vm.activeSubmissionTab === 23 && !vm.final"] div {
    padding-left: 0 !important;
}

.proposal-list .card.summary-inline .card-body {
    padding: 10px;
}

.green.contractTab {
    background-color: lightgreen;
}

.red.contractTab {
    background-color: #ff4d4d;
}

/* ui-grid css additions [start] */

.ui-grid-row-selected {
    background: green;
    border-radius: 10px;
    overflow: hidden;
}

.gridFileLabelRule label {
    word-wrap: break-word;
}

.paddedGrid .ui-grid-row {
    height: 50px !important;
}

.paddedGrid .ui-grid-cell {
    height: 50px !important;
}

.paddedGrid .ui-grid-cell-contents {
    padding: 15px 5px;
}

.paddedGrid2 .ui-grid-cell-contents {
    padding: 15px 5px;
}

.ui-grid-categoryheader.ng-scope.paddedGrid {
    color: #000000;
    display: block;
    padding: 15px;
    text-align: center;
}

.paddedGridCallResults .ui-grid-row {
    height: 50px !important;
}

.paddedGridCallResults .ui-grid-cell {
    height: 50px !important;
}

.paddedGridCallResults .ui-grid-cell-contents {
    padding: 4px;
}

.gridDate .uib-datepicker-popup.dropdown-menu.ng-scope {
    position: fixed;
    top: 135px !important;
}

#BrokerageEventsGrid {
    height: 1800px !important;
}

.ui-grid-header-cell .ui-grid-cell-contents, .ui-grid-cell-contents {
    height: 100%;
    white-space: normal !important;
    -ms-text-overflow: clip !important;
    -o-text-overflow: clip !important;
    text-overflow: clip !important;
    overflow: hidden !important;
    overflow-wrap: break-word;
}

.ui-grid-header-cell {
    width: auto;
    float: left;
    height: 100%;
}

.ui-grid-cell .alert {
    border: 0 !important;
    padding: 0 !important;
}

.ui-grid-row .ui-grid-cell input {
    height: 48px;
    line-height: 48px !important;
    padding: 0 5px;
    width: 100%;
}

.ui-grid-canvas {
    padding-top: 0 !important;
}

.ui-grid-row .ui-grid-cell.column-inactive {
    background-color: #EAEAEA !important;
}

.ui-grid-row .ui-grid-cell.column-inactive-currency {
    background-color: #EAEAEA !important;
    text-align: right;
}

.ui-grid-row .ui-grid-cell.column-active {
    text-align: right;
}

.ui-grid-row .ui-grid-cell.currency {
    text-align: right;
}

th.currency {
    text-align: right;
    padding: 21px !important;
    font-size: 22px;
    border: 1px solid;
}

td.currency {
    text-align: right;
}

.ui-grid-row .ui-grid-cell.currency-inactive {
    background-color: #EAEAEA !important;
    text-align: right;
}

.ui-grid-row .ui-grid-cell.column-inapplicable {
    background-color: #333333 !important;
    text-align: right;
}

.ui-grid-cell.column-inapplicable .ui-grid-cell-focus {
    background-color: #333333 !important;
}

.ui-grid-row .ui-grid-cell {
    border-bottom: 1px solid #d4d4d4;
}

    .ui-grid-row .ui-grid-cell button {
        padding: 5px !important;
        border: 1px solid inherit;
        border-radius: 5px;
        margin-top: -5px;
    }

.ui-grid-invisible {
    display: none !important;
}

.ui-grid-header-cell {
    border-right: 1px solid #b2b2b2;
}

.ui-grid-cell input[type="checkbox"] {
    margin: -6px 0 0 10px !important;
}

#projectBudgetDataGrid .ui-grid-viewport,
#projectBudgetDataGrid.ui-grid,
#projectBudgetDataGrid .ui-grid-canvas {
    height: 100% !important;
}

#projectBudgetDataGrid .Organization {
    background: #8F919B !important;
}

#projectBudgetDataGrid .Direct {
    background: #74828F !important;
}

#projectBudgetDataGrid .Indirect {
    background: #ABA6A2 !important;
}

#projectBudgetDataGrid .Subcontracting {
    background: #8F919B !important;
}

#projectBudgetDataGrid .Innovation {
    background: #74828F !important;
}

#projectBudgetDataGrid .Other {
    background: #ABA6A2 !important;
}

#projectBudgetDataGrid .CY {
    background: #74828F !important;
}

#projectBudgetDataGrid .Total {
    background: #8F919B !important;
}

#projectTotalBudgetDataGrid .ui-grid-viewport,
#projectTotalBudgetDataGrid.ui-grid,
#projectTotalBudgetDataGrid .ui-grid-canvas {
    height: 100% !important;
}

#projectTotalBudgetDataGrid .Direct {
    background: #74828F !important;
}

#projectTotalBudgetDataGrid .Indirect {
    background: #ABA6A2 !important;
}

#projectTotalBudgetDataGrid .Subcontracting {
    background: #8F919B !important;
}

#projectTotalBudgetDataGrid .Innovation {
    background: #74828F !important;
}

#projectTotalBudgetDataGrid .Other {
    background: #ABA6A2 !important;
}

#projectTotalBudgetDataGrid .CY {
    background: #74828F !important;
}

#projectTotalBudgetDataGrid .Total {
    background: #8F919B !important;
}

div[data-ng-if="vm.activeSubmissionTab === 21"] .ui-grid-header-cell,
div[data-ng-if="vm.activeSubmissionTab === 21"] .ui-grid-categoryheader.ng-scope.paddedGrid {
    color: #ffffff;
}

#aidIntensityDataGrid .ui-grid-viewport,
#aidIntensityDataGrid.ui-grid,
#aidIntensityDataGrid .ui-grid-canvas {
    height: 100% !important;
}

#maxAidIntensityDataGrid .ui-grid-viewport,
#maxAidIntensityDataGrid.ui-grid,
#maxAidIntensityDataGrid .ui-grid-canvas {
    height: 100% !important;
}

#finalAidIntensityDataGrid .ui-grid-viewport,
#finalAidIntensityDataGrid.ui-grid,
#finalAidIntensityDataGrid .ui-grid-canvas {
    height: 100% !important;
}

.ui-grid-canvas {
    height: 100% !important;
}

#consortiumDataGrid .ui-grid-viewport,
#consortiumDataGrid.ui-grid,
#consortiumDataGrid .ui-grid-canvas {
    height: 100% !important;
}

#staffEffortDataGrid .ui-grid-viewport,
#staffEffortDataGrid.ui-grid,
#staffEffortDataGrid .ui-grid-canvas {
    height: 100% !important;
}

#workPackageDataGrid .ui-grid-viewport,
#workPackageDataGrid.ui-grid,
#workPackageDataGrid .ui-grid-canvas {
    height: 100% !important;
}

#staffEffortActualDataGrid .ui-grid-viewport,
#staffEffortActualDataGrid.ui-grid,
#staffEffortActualDataGrid .ui-grid-canvas {
    height: 100% !important;
}

#gridFundingInstalments .ui-grid-viewport,
#gridFundingInstalments.ui-grid,
#gridFundingInstalments .ui-grid-canvas {
    height: 100% !important;
    min-height: 250px;
}

#gridFundingInstalments .ui-grid-pager-panel {
    bottom: -35px;
}

#gridFundingInstalments .ui-grid-footer-cell {
    border-right: none;
}

div[data-ng-if="vm.activeSubmissionTab === 6"] .ui-grid-contents-wrapper .ui-grid-viewport {
    overflow: visible !important;
    background-color: #eaeaea !important;
}

#consortiumGrid.card.ng-scope {
    overflow: visible !important;
}

.green .ui-grid-cell-contents {
    background-color: lightgreen;
}

.red .ui-grid-cell-contents {
    background-color: red;
}

.yellow .ui-grid-cell-contents {
    background-color: yellow;
}

.purple .ui-grid-cell-contents {
    background-color: mediumpurple;
}

.ui-grid-sort-priority-number {
    font-size: 0;
}

.ui-grid-viewport .ui-grid-cell-contents {
    word-wrap: break-word;
    white-space: normal !important;
}

.ui-grid-row, .ui-grid-cell {
    height: auto !important;
}

    .ui-grid-row div[role=row] {
        display: flex;
        align-content: stretch;
    }

.dynamicHeight .ui-grid-viewport,
.dynamicHeight.ui-grid,
.dynamicHeight .ui-grid-canvas {
    height: 100% !important;
}

.dynamicHeight .ui-grid-pager-panel {
    bottom: -33px !important;
}

.ui-grid-pager-max-pages-number {
    vertical-align: middle !important;
    font-size: 16px;
}

    .ui-grid-pager-max-pages-number abbr[title],
    .ui-grid-pager-count-container abbr[title] {
        text-decoration: none !important;
        border-bottom: none !important;
    }

#contractConsortiumStatusGrid .ui-grid-viewport,
#contractConsortiumStatusGrid.ui-grid,
#contractConsortiumStatusGrid .ui-grid-canvas {
    height: 100% !important;
}

/* ui-grid css additions [end] */

.uib-datepicker-popup.dropdown-menu {
    z-index: 20000 !important;
}

.tab-head.has-error div {
    background: #ffe5a2;
    z-index: 1000;
    padding: 5px;
}

.hover-readonly:hover {
    cursor: default;
}

.limit-width .control-label {
    max-width: 280px;
    text-align: left;
}

.vcenter {
    display: flex;
    justify-content: center;
    align-items: center;
}

.ui-grid-row .ui-grid-cell .vcenter button {
    margin-top: 5px;
}

.biig {
    width: 500px;
    max-width: 2000px;
}

.paginationWithAggregation .ui-grid-pager-panel {
    position: relative;
    bottom: 32px;
}

.landing-page .app-content-a {
    /* left for reference, */
    /* min-height: 300px; */
    min-height: 188px;
}

.landing-page .content-bottom {
    /* left for reference, */
    /* min-height: 403px; */
}

.landing-page .logos {
    /* left for reference, */
    /* min-height: 277px; */
    min-height: 39px;
}

.flat-blue .card.white {
    background-color: #FFFFFF;
    color: #000;
}

.flat-blue .card.purple {
    background-color: #420064;
    color: #FFF;
}

.flat-blue .card.pink {
    background-color: #FF93AC;
    color: #FFFFFF;
}

.flat-blue .card.coral {
    background-color: #FF7F50;
    color: #FFF;
}

.flat-blue .card.brown {
    background-color: #8B4513;
    color: #FFF;
}

.flat-blue .card.gray {
    background-color: #333;
    color: #FFF;
}

.flat-blue .card.deeppink {
    background-color: #ff1693;
    color: #FFF;
}

.flat-blue .card.summary-inline.coral:hover {
    background-color: #611b00;
}

.flat-blue .card.summary-inline.brown:hover {
    background-color: #2d1606;
}

.ui-grid-row .ui-grid-cell .btn {
    padding: 5px !important;
    border-radius: 5px;
}

.groupedGrid .ui-grid-row, .groupedGrid .ui-grid-cell {
    height: 60px !important;
}

#editableRolesTable_wrapper {
    display: none;
}

#editablePermissionsTable_wrapper {
    display: none;
}

#page-modal-id {
    display: none;
}

.page-modal {
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4);
}

.page-modal-content {
    background-color: #fefefe;
    margin: 15% auto;
    border: 1px solid #888;
    width: 80%;
}

.page-modal-close {
    color: #aaa;
    float: right;
    font-size: 32px;
    font-weight: bold;
    margin: 6% 9%;
    top: 110px;
    position: relative;
}

    .page-modal-close:hover,
    .page-modal-close:focus {
        color: black;
        text-decoration: none;
        cursor: pointer;
    }

#save-reset-id {
    display: none;
}

#update-roles-button-id {
    display: none;
}

#update-permissions-button-id {
    display: none;
}

[ng-quill-editor] {
    display: block;
}

.textarea-medium {
    width: 400px;
}

.select-large {
    max-width: 530px;
}

.frontpage-text a {
    color: white;
}

.select-medium {
    max-width: 400px;
}

.height-medium {
    min-height: 450px;
}

.height-average {
    min-height: 600px;
}

input.ui-grid-filter-input, .ui-grid-cell select {
    max-width: 800px;
}

/*  Font in Logo is needed to be Gotham Greek!
    Font Path for Logo*/
@font-face {
    font-family: 'Gotham-Greek-Book';
    src: url('../fonts/GothamGRBook.otf');
    font-weight: normal;
    font-style: normal;
}

.font-logo {
    font-family: Gotham-Greek-Book, Arial, sans-serif;
    display: inline-flex;
    padding-top: 4px;
}

.logo-dimensions {
    height: 50px;
}

.logo-font-size {
    padding: 4px 0 0 4px;
    font-size: 12px;
    letter-spacing: 1px;
    text-decoration: none !important;
}

.logo-text {
    display: block;
    color: #FFFFFF;
    font-weight: 300;
}

.logo-text-first {
    display: block;
    color: #FFFFFF;
    font-weight: 700;
    font-size: 14px;
    padding-top: 2px;
}

.main-title {
    font-size: 28px;
    padding-left: 22px;
    font-weight: 700;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.main-title-container {
    position: relative;
    overflow: hidden;
    display: flex;
    height: 110px;
    align-items: baseline;
    padding-top: 5px;
}

.info-counter {
    font-size: 22px;
    padding-left: 20px;
    font-weight: 700;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

.anchor-decorations {
    font-size: 20px;
    padding-top: 20px !important;
}

    .anchor-decorations:hover {
        color: #003476 !important;
        border: none !important;
    }

    .anchor-decorations:focus {
        color: #003476 !important;
        border: none !important;
    }

.website-color:hover {
    color: #046ec5 !important;
}

.toggler-background {
    background-color: #046ec5 !important;
    color: #FFF !important;
    height: 40px;
    width: 60px;
}

.btn-custom {
    background-color: #6497c2;
    color: #FFFFFF;
}

    .btn-custom:hover {
        color: #FFFFFF;
    }

.sidebar-custom-anchor {
    color: #FFFFFF !important;
    border-left: 4px solid #FFFFFF;
}

    .sidebar-custom-anchor:hover {
        color: #FFFFFF !important;
        border-left: 4px solid #FFFFFF;
    }

.custom-images {
    float: left;
    width: 280px;
    height: 280px;
    object-fit: cover;
    margin-top: 90px;
    margin-bottom: 90px;
    margin-left: 60px;
}

.registration-header {
    height: 80px;
    background-color: #003476;
    padding-top: 10px;
    padding-left: 78px;
}

.login-buttons {
    background-color: #046ec5;
    color: #FFFFFF;
    padding: 5px 12px;
}

    .login-buttons:hover {
        background-color: #003476;
        color: #FFFFFF;
    }

.buttons-in-angular {
    padding: 6px 12px !important;
    font-size: 20px !important;
    border-radius: 3px;
}

.buttons-more {
    padding: 10px 15px;
    background-color: #046ec5;
    color: #FFFFFF !important;
    border-radius: 3px;
    border: 2px solid #003476;
    width: 310px;
    font-size: 22px;
}

    .buttons-more:hover {
        background-color: #003476;
        border: 2px solid #046ec5;
    }

.icons-container {
    display: flex;
    border: 0px;
}

.icons-custom {
    margin: auto;
}

.icons-space {
    padding: 20px 0 50px;
}

.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

.nextGeneration {
    color: #FFFFFF;
    padding-top: 20px;
    padding-bottom: 10px
}

.logo-nextGeneration {
    width: 200px;
    height: auto;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
}

.logo-greece2_0 {
    width: 180px;
    height: auto;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    padding-right: 12px;
    padding-left: 6px;
}

custom-header {
    justify-content: space-between;
}

.greece2_0 {
    display: flex;
    padding-top: 10px;
}

.allweb-link {
    color: #616161 !important;
}

.logo-koinwnia {
    width: 160px;
    padding-bottom: 5px;
    z-index: 1;
    padding-right: 10px;
}

.undersecretary {
    background-color: #046ec559;
    font-size: 18px;
}

.photo-undersecretary {
    margin: auto;
    width: 85%;
    padding-bottom: 50px;
}

.paragraph-photo {
    padding-top: 10px;
    text-align: justify;
    color: #003476;
    font-style: italic;
    line-height: 1.5;
}

.paragraph-photo-second {
    padding-top: 10px;
    text-align: center;
    color: #003476;
    font-style: italic;
}

.side-paragraph-title {
    font-weight: 600;
    font-size: 22px;
    text-align: center;
}

.side-paragraph {
    padding-top: 5px;
    font-size: 18px;
    text-align: justify;
    line-height: 2.1;
    font-weight: 300;
}

.call-title {
    padding-top: 20px;
}

.call-text {
    text-align: left;
    padding-bottom: 20px;
    line-height: 1.5;
}

.gov-img {
    width: 210px;
    padding-top: 0px;
    margin-left: -18px;
}

.wrapped-text-label {
    max-width: 300px;
    word-wrap: break-word;
    text-align: left !important;
}

.app-footer-landing {
    display: block;
    position: absolute;
    width: 100%;
    height: 72px;
    bottom: 0;
    right: 0;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-size: 16px;
    background: #eeeeee;
    font-family: Roboto, sans-serif;
}

.wrapper-footer-landing {
    padding-top: 10px;
    padding-bottom: 20px;
    padding-left: 35px;
    padding-right: 25px;
    height: 60px;
    line-height: 50px;
    vertical-align: middle;
    color: #616161;
}

.app-footer-dashboard {
    display: block;
    position: absolute;
    width: 100%;
    height: 0px;
    bottom: 0;
    right: 0;
    -o-transition: all 0.25s;
    -moz-transition: all 0.25s;
    -webkit-transition: all 0.25s;
    transition: all 0.25s;
    font-size: 16px;
    background: #eeeeee;
    font-family: Roboto, sans-serif;
}

.container-footer-dashboard {
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 70px;
    padding-right: 35px;
    height: 60px;
    line-height: 50px;
    vertical-align: middle;
    color: #616161;
    background: #eeeeee;
}

.footer-logos {
    display: flex;
    padding-bottom: 10px;
}

.container-logo-footer {
    display: flex;
    padding-left: 80px;
    padding-top: 10px;
    background: #eeeeee;
}

.logo-blue {
    width: 55px;
    margin-left: -10px;
}

.logo-koinwnia-dash {
    width: 200px;
    height: auto;
}

.logo-greece2_0_footer {
    width: 140px;
}

.logo-nextGeneration_footer {
    width: 140px;
}

.greece-nextGen {
    margin-top: -15px;
}

.userway-logo {
    padding-top: 5px;
}

.question-color {
    background: #d4ecff;
}

.logo_1555 {
    width: 230px;
    margin-top: -20px;
}

.show-middle {
    display: none;
}

.integration {
    background-color: #e5f3ff;
    padding-top: 10px;
}

.integrationUpdateButton {
    background-color: #f0ad4e;
    font-weight: 700;
}

.integrationAggreement {
    color: #f0ad4e;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-align: left !important;
}

.buttonIntegrationCenter {
    display: inline-flex;
}

.buttonIntegrationText {
    padding-left: 20px;
}

.paak-logo-container {
    position: absolute;
    padding-left: 60px;
}

.paak-logo-img {
    width: 200px;
    padding-top: 10px;
}

.aade-login {
    padding-top: 5px;
}

.hands-container {
    background-color: #FFF !important;
}

.title-blue {
    color: #003476;
    font-weight: 700;
}

.hands-logo {
    padding-left: 10px;
    margin-top: 4px !important;
}

.error-container {
    font-size: 22px;
    margin-top: 50px;
}

.error-title {
    font-weight: 700;
    font-size: 32px;
}

.error-badge {
    font-size: 24px;
    margin-bottom: 10px;
}

.integration-outer-button {
    margin-left: 10px;
}

#lpbg {
    background-image: url('../images/backHand.png') !important;
    background-repeat: no-repeat;
}

#lndpgtxt {
    margin-top: 50px;
    margin-left: 50px;
}

#lndpgtxt2 {
    margin-top: -50px;
}

.calendarAvailable {
    background-color: lightgreen;
    font-size: 36px;
    height: 100px;
    border: solid 1px linen;
}

.calendarNotAvailable {
    background-color: lightcoral;
    font-size: 36px;
    height: 100px;
    border: solid 1px linen;
}

.calendarOffset {
    background-color: gray;
    font-size: 36px;
    height: 100px;
    border: solid 1px linen;
}

.calendarAvailable:hover {
    background-color: lightyellow;
}

.calendarDays {
    height: 50px;
    width: 5%;
    background-color: #046ec5;
    color: white;
    text-align: center;
    border: solid 1px;
}

.calendarMonth {
    height: 60px;
    background-color: #046ec5;
    color: white;
    text-align: center;
    border: solid 1px;
    font-size: 37px;
}

.calendarAvailableInfo {
    background-color: lightgreen;
    font-size: 19px;
    padding: 10px;
}

.calendarNotAvailableInfo {
    background-color: lightcoral;
    font-size: 19px;
    padding: 10px;
}

.calendarHoursAvailable {
    background-color: lightgreen;
    font-size: 34px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 25px;
    position: relative;
    height: 120px;
    text-align: center;
}

.calendarHoursNotAvailable {
    background-color: lightcoral;
    font-size: 34px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 25px;
    position: relative;
    height: 120px;
    text-align: center;
}

.calendarHoursSelected {
    background-color: gray;
    font-size: 34px;
    margin-right: 20px;
    margin-left: 20px;
    margin-bottom: 25px;
    position: relative;
    height: 120px;
    text-align: center;
}

.calendarHoursAvailable:hover {
    background-color: #1abc9c;
}

.calendarBtn {
    height: 60px;
    font-size: 22px;
    background-color: #046ec5;
    color: white;
}

.committeeEvaluatorAvailability {
    height: 180px;
}

@media only screen and (min-width: 1860px) {
    .main-title-container {
        height: 70px;
    }
}

@media only screen and (max-width: 1300px) {
    .main-title-container {
        height: 140px;
    }

    .logo-greece2_0_footer {
        width: 130px;
    }

    .logo-nextGeneration_footer {
        width: 130px;
    }

    .greece-nextGen {
        margin-top: 0px;
    }

    .container-footer-dashboard {
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 60px;
        padding-right: 35px;
        height: 60px;
    }
}

@media only screen and (max-width: 992px) {
    .app-footer-landing {
        height: 220px;
    }

    .wrapper-footer-landing {
        padding-top: 30px;
        padding-bottom: 40px;
        padding-left: 25px;
        padding-right: 35px;
        height: 180px;
    }

    .footer-logos {
        display: block;
    }

    .userway-logo {
        padding-top: 10px;
    }

    .app-footer-dashboard {
        display: block;
        position: absolute;
        width: 100%;
        height: 0px;
    }

    .container-footer-dashboard {
        padding-top: 10px;
        padding-bottom: 20px;
        padding-left: 45px;
        padding-right: 35px;
        height: 80px;
    }

    .greece-nextGen {
        margin-top: 0px;
    }

    .main-title {
        font-size: 24px;
        padding-left: 0px;
    }

    .show-middle {
        display: block;
    }
}

@media only screen and (max-width: 768px) {
    .font-logo {
        font-family: Gotham-Greek-Book, Arial, sans-serif;
        letter-spacing: 1px;
        display: inline-flex;
        padding-top: 0px;
    }

    .logo-dimensions {
        height: 50px;
    }

    .logo-font-size {
        padding: 3px 0 0 4px;
        font-size: 12px;
    }

    .main-title {
        font-size: 22px;
        padding-left: 0px;
    }

    .toggler-background {
        height: 30px;
        width: 40px;
        border: none;
    }

    .right-toggler {
        position: absolute;
        right: 0%;
        z-index: 10;
        margin-top: -89px;
    }

    .main-title-container {
        height: 80px;
        align-items: baseline;
        justify-content: center;
    }

    .container-footer-dashboard {
        padding-left: 0px;
        padding-right: 0px;
        height: 100px;
    }

    .paak-logo-container {
        padding-left: 20px;
    }
}

