/*
    DEMO STYLE
*/
@import "https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700";


body {
    font-family: 'Poppins', sans-serif;
    background: #fafafa;
}

p {
    font-family: 'Poppins', sans-serif;
    font-size: 1.1em;
    font-weight: 300;
    line-height: 1.7em;
    color: #999;
}

a, a:hover, a:focus {
    color: inherit;
    text-decoration: none;
    transition: all 0.3s;
}

.selectableRow {
    cursor: pointer;
}

#jobInfo {
    margin-top: 20px;
}

.navbar {
    display: block;
    padding: 05px 20px;
    background: #fff;
    border: none;
    border-radius: 0;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
}

.navbar-btn {
    box-shadow: none;
    outline: none !important;
    border: none;
}

.line {
    width: 100%;
    height: 1px;
    border-bottom: 1px dashed #ddd;
    margin: 40px 0;
}

/* ---------------------------------------------------
    SIDEBAR STYLE
----------------------------------------------------- */

.wrapper {
    display: flex;
    width: 100%;
    align-items: stretch;
    /*perspective: 1500px;*/
}

#myTable {
    margin-top: 10px;
}

.anchor {
    text-decoration: underline;
}

#sidebar {
    max-width: 250px;
    background: #e3e3e3;
    color: #000;
    transition: all 0.6s cubic-bezier(0.945, 0.020, 0.270, 0.665);
    transform-origin: bottom left;
}

    #sidebar.active {
        margin-left: -250px;
        transform: rotateY(100deg);
    }

    #sidebar .sidebar-header {
        padding: 20px;
        background: #6d7fcc;
    }

    #sidebar ul.components {
        padding: 20px 0;
        border-bottom: 1px solid #47748b;
    }

    #sidebar ul p {
        color: #fff;
        padding: 10px;
    }

    #sidebar ul li a {
        padding: 10px;
        font-size: 1.1em;
        display: block;
    }

        #sidebar ul li a:hover {
            color: #7386D5;
            background: #fff;
        }

    #sidebar ul li.active > a, a[aria-expanded="true"] {
        color: #fff;
        background: #09335c;
    }

a[data-toggle="collapse"] {
    position: relative;
}

.dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 46%;
    right: 0px;
    transform: translateY(-50%);
}

ul ul a {
    font-size: 0.9em !important;
    padding-left: 30px !important;
    background: #6d7fcc;
}

ul.CTAs {
    padding: 20px;
}

    ul.CTAs a {
        text-align: center;
        font-size: 0.9em !important;
        display: block;
        border-radius: 5px;
        margin-bottom: 5px;
    }

a.download {
    background: #fff;
    color: #7386D5;
}

a.article, a.article:hover {
    background: #6d7fcc !important;
    color: #fff !important;
}



/* ---------------------------------------------------
    CONTENT STYLE
----------------------------------------------------- */
#content {
    width: 100%;
    padding: 20px;
    min-height: 100vh;
    transition: all 0.3s;
}

#sidebarCollapse {
    width: 30px;
    height: 30px;
    background: #f5f5f5;
    cursor: pointer;
    position: absolute;
    left: 0.5%;
    border: 1px solid gray;
    border-radius: 7px;
}

    #sidebarCollapse span {
        width: 80%;
        height: 2px;
        margin: 0 auto;
        display: block;
        background: #555;
        transition: all 0.8s cubic-bezier(0.810, -0.330, 0.345, 1.375);
        transition-delay: 0.2s;
    }

        #sidebarCollapse span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }


    #sidebarCollapse.active span {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }


/* ---------------------------------------------------
    MEDIAQUERIES
----------------------------------------------------- */
@media (max-width: 768px) {
    #sidebar {
        margin-left: -250px;
        transform: rotateY(90deg);
    }

        #sidebar.active {
            margin-left: 0;
            transform: none;
        }

    #sidebarCollapse span:first-of-type,
    #sidebarCollapse span:nth-of-type(2),
    #sidebarCollapse span:last-of-type {
        transform: none;
        opacity: 1;
        margin: 5px auto;
    }

    #sidebarCollapse.active span {
        margin: 0 auto;
    }

        #sidebarCollapse.active span:first-of-type {
            transform: rotate(45deg) translate(2px, 2px);
        }

        #sidebarCollapse.active span:nth-of-type(2) {
            opacity: 0;
        }

        #sidebarCollapse.active span:last-of-type {
            transform: rotate(-45deg) translate(1px, -1px);
        }
}

.bg-dark {
    background-color: #00335c !important;
}

.right-second-row {
    position: absolute;
    right: 15px;
    bottom: 15%;
}

.search-btn {
    position: absolute !important;
    left: 230px !important;
    top: 11px;
}

#sidebar .components li .dropdown-toggle::after {
    display: block;
    position: absolute;
    top: 46%;
    right: 20px;
    transform: translateY(-50%);
}

.address-row {
    font-size: 13px;
    position: absolute;
    left: 0px;
}

.clearfix {
    margin-top: 10px;
    margin-bottom: 10px;
}

.alert-default {
    color: #4e4e4e;
    background-color: #dddddd;
    border-color: #dddddd;
    font-weight: 700;
}

.error-message {
    display: none;
}

.add-services {
    display: block;
    margin: auto;
    width: 200px;
}

.btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
}

.card-header {
    padding: .15rem 1.25rem !important;
}

.btn-link {
    color: #09335c !important;
    background-color: transparent !important;
}

.dropdown-menu {
    left: -8px !important;
}

.add-row {
    display: block;
    margin: auto;
    width: 100px;
}

#Opportunity-box {
    position: absolute;
    right: 0px;
    top: 27%;
}

.header {
    background-color: #5c5c5c;
    color: white;
}

.navbar-brand {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
}

.navbar-dark .navbar-nav .nav-link {
    color: rgb(255 255 255) !important;
}

.modal-dialog {
    max-width: 590px !important;
    margin: 1.75rem auto;
    position: absolute;
    margin: unset;
    display: block;
    width: 700px;
    left: 27%;
    top: 20% !important;
}

.modal-title {
    position: absolute !important;
}

#assignment_popup .modal-dialog {
    left: 27%;
    top: 5% !important;
}

.search-box {
    position: absolute !important;
    top: 4px !important;
}

.fa-search:before {
    position: absolute !important;
    right: 24px !important;
    top: -5px !important;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff;
}

.loader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .loader > img {
        height: 100px;
        width: 100px;
    }

.bm-container {
    display: none;
    align-items: center;
    justify-content: center;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.bm-overlay {
    display: block;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 3;
    background-color: rgba(0,0,0,0.5);
}

.bm-active {
    display: flex;
}

.blazor-modal {
    display: flex;
    flex-direction: column;
    width: 50rem;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #fff;
    padding: 1.5rem;
    z-index: 4;
}

.bm-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0 0 2rem 0;
}

.bm-title {
    margin-bottom: 0;
}

.bm-close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    background-color: transparent;
    border: 0;
    -webkit-appearance: none;
    cursor: pointer;
}

input.style3 {
    background-color: #00335c;
    color: white;
    box-sizing: border-box;
    max-width: 70%;
}

td.align-right {
    text-align: right;
}

.row-gray {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -40px;
    margin-left: -13px;
    background-color: lightgray;
    padding: 6px;
    width: 100%
}

td.word-wrap {
    word-break: break-all;
    word-wrap: break-word;
}

.row-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 3px;
    width: 100%
}

.dollar {
    display: inline-block;
    position: relative;
}

    .dollar input {
        padding-left: 15px;
        text-align: right;
    }

    .dollar:before {
        position: absolute;
        content: "$";
        left: 5px;
        top: 2px;
    }

.percentage {
    display: inline-block;
    position: relative;
}

    .percentage input {
        padding-left: 15px;
        text-align: right;
    }

    .percentage:before {
        position: absolute;
        content: "%";
        left: 5px;
        top: 2px;
    }

.vertical-center {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.disabledDrop {
    border: 3px dashed steelblue;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #444;
    font-size: 15px;
    position: relative;
}

.dropzone {
    border: 3px dashed steelblue;
    padding: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
    box-shadow: inset 0 0 8px rgba(0,0,0,0.2);
    color: #444;
    font-size: 15px;
    cursor: pointer;
    position: relative;
}

    .dropzone:hover {
        background-color: #f3f3f3;
        color: #333;
    }

    .dropzone input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }

.dropzone-drag {
    background-color: palegreen;
}


.default-error-message {
    color: red;
    font-size: smaller;
    text-align: center;
}

.k-grid tr.row-base,
.k-grid tr.k-alt.row-base {
    background-color: #FFFFFF;
}

.k-grid tr.row-urgent,
.k-grid tr.k-alt.row-urgent {
    background-color: rgb(247,157,162);
}

.k-grid tr.row-updated,
.k-grid tr.k-alt.row-updated {
    background-color: lightgreen;
}

.k-grid tr.row-final,
.k-grid tr.k-alt.row-final {
    background-color: lightgoldenrodyellow;
}

.k-grid tr.row-no-updated,
.k-grid tr.k-alt.row-no-updated {
    background-color: lightgray;
}

.fusion-tabs {
    display: table-cell;
    font-size: small;
    font-weight: bold;
    height: 50px;
    vertical-align: middle;
}

.k-icon-tooltip {
    font-size: 5px;
    font-weight: bold;
    color: #17a2b8 !important;
}


.date-box {
    width: 100%;
}

div.row-slim {
    font-size: 10pt;
    width: 20px;
    height: 20px;
    padding: 3px 3px 3px 3px;
    border: 1px solid #fff
}

.row-data a {
    justify-content: center;
    font-weight: bold;
    text-decoration: underline;
    font-size: 14pt;
    width: 100%;
    color: #00335c;
}

    .row-data a:hover {
        text-decoration: none;
        font-size: 15pt;
        cursor: pointer;
    }

.row-data span {
    justify-content: center;
    font-weight: bold;
    font-size: 14pt;
    width: 100%;
    color: black;
}

.main-back {
    background: linear-gradient(0deg, rgba(255, 255, 255, 1), rgba(255, 255, 255, .7)), url('images/holidaytrees.jpg');
    background-size: cover;
    background-repeat: no-repeat;
    height: 100vh;
}


.fallback-container {
    text-align: center;
    padding: 2rem;
    animation: fadeIn 1s ease-in;
}

.pulse {
    animation: pulse 2s infinite;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
    }

    100% {
        transform: scale(1);
    }
}
