﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

/* Body
-------------------------------------------------- */
/* Border used to recognize the Staging Client */
/*html {
    border-left: 5px solid red;
    border-right: 5px solid red;
}*/

.container {
    margin-left: auto;
    margin-right: auto;
    /*increase width as per your need*/
    max-width: 90%;
}

a.navbar-brand {
    white-space: normal;
    text-align: center;
    word-break: break-all;
}

.navbar-nav li:hover > .dropdown-menu {
    display: block;
}

/* Provide sufficient contrast against white background */
a {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid #e5e5e5;
}

.border-bottom {
    border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
    box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
    font-size: 1rem;
    line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
    position: relative;
    min-height: 100%;
}

body {
    /* Margin bottom by footer height */
    margin-bottom: 60px;
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 60px; /* Vertically center the text there */
}

/* Form-Group Icon
-------------------------------------------------- */
.has-icon .form-control {
    padding-left: 2.375rem;
}

.has-icon .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2.375rem;
    height: 2.375rem;
    line-height: 2.375rem;
    text-align: center;
    pointer-events: none;
    color: #aaa;
}

/* Buttons
-------------------------------------------------- */
.btn-teal {
    color: #fff;
    background-color: #008080;
    border-color: #008080;
}

    .btn-teal:hover {
        color: #fff;
        background-color: #008080;
        border-color: #008080;
    }

    .btn-teal:focus, .btn-teal.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
    }

    .btn-teal.disabled, .btn-teal:disabled {
        color: #fff;
        background-color: #008080;
        border-color: #008080;
    }

    .btn-teal:not(:disabled):not(.disabled):active, .btn-teal:not(:disabled):not(.disabled).active,
    .show > .btn-teal.dropdown-toggle {
        color: #fff;
        background-color: #008080;
        border-color: #008080;
    }

        .btn-teal:not(:disabled):not(.disabled):active:focus, .btn-teal:not(:disabled):not(.disabled).active:focus,
        .show > .btn-teal.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
        }

.btn-outline-teal {
    color: #008080;
    border-color: #008080;
}

    .btn-outline-teal:hover {
        color: #fff;
        background-color: #008080;
        border-color: #008080;
    }

    .btn-outline-teal:focus, .btn-outline-teal.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
    }

    .btn-outline-teal.disabled, .btn-outline-teal:disabled {
        color: #008080;
        background-color: transparent;
    }

    .btn-outline-teal:not(:disabled):not(.disabled):active, .btn-outline-teal:not(:disabled):not(.disabled).active,
    .show > .btn-outline-teal.dropdown-toggle {
        color: #fff;
        background-color: #008080;
        border-color: #008080;
    }

        .btn-outline-teal:not(:disabled):not(.disabled):active:focus, .btn-outline-teal:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-teal.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 128, 128, 0.5);
        }

/*------------*/

.btn-purple {
    color: #fff;
    background-color: #9370db;
    border-color: #9370db;
}

    .btn-purple:hover {
        color: #fff;
        background-color: #9370db;
        border-color: #9370db;
    }

    .btn-purple:focus, .btn-purple.focus {
        box-shadow: 0 0 0 0.2rem rgba(147, 112, 219, 0.5);
    }

    .btn-purple.disabled, .btn-purple:disabled {
        color: #fff;
        background-color: #9370db;
        border-color: #9370db;
    }

    .btn-purple:not(:disabled):not(.disabled):active, .btn-purple:not(:disabled):not(.disabled).active,
    .show > .btn-purple.dropdown-toggle {
        color: #fff;
        background-color: #9370db;
        border-color: #9370db;
    }

        .btn-purple:not(:disabled):not(.disabled):active:focus, .btn-purple:not(:disabled):not(.disabled).active:focus,
        .show > .btn-purple.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(147, 112, 219, 0.5);
        }

.btn-outline-purple {
    color: #9370db;
    border-color: #9370db;
}

    .btn-outline-purple:hover {
        color: #fff;
        background-color: #9370db;
        border-color: #9370db;
    }

    .btn-outline-purple:focus, .btn-outline-purple.focus {
        box-shadow: 0 0 0 0.2rem rgba(147, 112, 219, 0.5);
    }

    .btn-outline-purple.disabled, .btn-outline-purple:disabled {
        color: #9370db;
        background-color: transparent;
    }

    .btn-outline-purple:not(:disabled):not(.disabled):active, .btn-outline-purple:not(:disabled):not(.disabled).active,
    .show > .btn-outline-purple.dropdown-toggle {
        color: #fff;
        background-color: #9370db;
        border-color: #9370db;
    }

        .btn-outline-purple:not(:disabled):not(.disabled):active:focus, .btn-outline-purple:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-purple.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(147, 112, 219, 0.5);
        }

/*------------*/

.btn-cornflowerblue {
    color: #fff;
    background-color: #6495ed;
    border-color: #6495ed;
}

    .btn-cornflowerblue:hover {
        color: #fff;
        background-color: #6495ed;
        border-color: #6495ed;
    }

    .btn-cornflowerblue:focus, .btn-cornflowerblue.focus {
        box-shadow: 0 0 0 0.2rem rgba(100, 149, 237, 0.5);
    }

    .btn-cornflowerblue.disabled, .btn-cornflowerblue:disabled {
        color: #fff;
        background-color: #6495ed;
        border-color: #6495ed;
    }

    .btn-cornflowerblue:not(:disabled):not(.disabled):active, .btn-cornflowerblue:not(:disabled):not(.disabled).active,
    .show > .btn-cornflowerblue.dropdown-toggle {
        color: #fff;
        background-color: #6495ed;
        border-color: #6495ed;
    }

        .btn-cornflowerblue:not(:disabled):not(.disabled):active:focus, .btn-cornflowerblue:not(:disabled):not(.disabled).active:focus,
        .show > .btn-cornflowerblue.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(100, 149, 237, 0.5);
        }

.btn-outline-cornflowerblue {
    color: #6495ed;
    border-color: #6495ed;
}

    .btn-outline-cornflowerblue:hover {
        color: #fff;
        background-color: #6495ed;
        border-color: #6495ed;
    }

    .btn-outline-cornflowerblue:focus, .btn-outline-cornflowerblue.focus {
        box-shadow: 0 0 0 0.2rem rgba(100, 149, 237, 0.5);
    }

    .btn-outline-cornflowerblue.disabled, .btn-outline-cornflowerblue:disabled {
        color: #6495ed;
        background-color: transparent;
    }

    .btn-outline-cornflowerblue:not(:disabled):not(.disabled):active, .btn-outline-cornflowerblue:not(:disabled):not(.disabled).active,
    .show > .btn-outline-cornflowerblue.dropdown-toggle {
        color: #fff;
        background-color: #6495ed;
        border-color: #6495ed;
    }

        .btn-outline-cornflowerblue:not(:disabled):not(.disabled):active:focus, .btn-outline-cornflowerblue:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-cornflowerblue.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(100, 149, 237, 0.5);
        }

/*------------*/

.btn-cerulean {
    color: #fff;
    background-color: #007ba7;
    border-color: #007ba7;
}

    .btn-cerulean:hover {
        color: #fff;
        background-color: #007ba7;
        border-color: #007ba7;
    }

    .btn-cerulean:focus, .btn-cerulean.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 167, 0.5);
    }

    .btn-cerulean.disabled, .btn-cerulean:disabled {
        color: #fff;
        background-color: #007ba7;
        border-color: #007ba7;
    }

    .btn-cerulean:not(:disabled):not(.disabled):active, .btn-cerulean:not(:disabled):not(.disabled).active,
    .show > .btn-cerulean.dropdown-toggle {
        color: #fff;
        background-color: #007ba7;
        border-color: #007ba7;
    }

        .btn-cerulean:not(:disabled):not(.disabled):active:focus, .btn-cerulean:not(:disabled):not(.disabled).active:focus,
        .show > .btn-cerulean.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 167, 0.5);
        }

.btn-outline-cerulean {
    color: #007ba7;
    border-color: #007ba7;
}

    .btn-outline-cerulean:hover {
        color: #fff;
        background-color: #007ba7;
        border-color: #007ba7;
    }

    .btn-outline-cerulean:focus, .btn-outline-cerulean.focus {
        box-shadow: 0 0 0 0.2rem rgba(0, 123, 167, 0.5);
    }

    .btn-outline-cerulean.disabled, .btn-outline-cerulean:disabled {
        color: #007ba7;
        background-color: transparent;
    }

    .btn-outline-cerulean:not(:disabled):not(.disabled):active, .btn-outline-cerulean:not(:disabled):not(.disabled).active,
    .show > .btn-outline-cerulean.dropdown-toggle {
        color: #fff;
        background-color: #007ba7;
        border-color: #007ba7;
    }

        .btn-outline-cerulean:not(:disabled):not(.disabled):active:focus, .btn-outline-cerulean:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-cerulean.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(0, 123, 167, 0.5);
        }

/*------------*/

.btn-crayola {
    color: #fff;
    background-color: #1cac78;
    border-color: #1cac78;
}

    .btn-crayola:hover {
        color: #fff;
        background-color: #1cac78;
        border-color: #1cac78;
    }

    .btn-crayola:focus, .btn-crayola.focus {
        box-shadow: 0 0 0 0.2rem rgba(28, 172, 120, 0.5);
    }

    .btn-crayola.disabled, .btn-crayola:disabled {
        color: #fff;
        background-color: #1cac78;
        border-color: #1cac78;
    }

    .btn-crayola:not(:disabled):not(.disabled):active, .btn-crayola:not(:disabled):not(.disabled).active,
    .show > .btn-crayola.dropdown-toggle {
        color: #fff;
        background-color: #1cac78;
        border-color: #1cac78;
    }

        .btn-crayola:not(:disabled):not(.disabled):active:focus, .btn-crayola:not(:disabled):not(.disabled).active:focus,
        .show > .btn-crayola.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(28, 172, 120, 0.5);
        }

.btn-outline-crayola {
    color: #1cac78;
    border-color: #1cac78;
}

    .btn-outline-crayola:hover {
        color: #fff;
        background-color: #1cac78;
        border-color: #1cac78;
    }

    .btn-outline-crayola:focus, .btn-outline-crayola.focus {
        box-shadow: 0 0 0 0.2rem rgba(28, 172, 120, 0.5);
    }

    .btn-outline-crayola.disabled, .btn-outline-crayola:disabled {
        color: #1cac78;
        background-color: transparent;
    }

    .btn-outline-crayola:not(:disabled):not(.disabled):active, .btn-outline-crayola:not(:disabled):not(.disabled).active,
    .show > .btn-outline-crayola.dropdown-toggle {
        color: #fff;
        background-color: #1cac78;
        border-color: #1cac78;
    }

        .btn-outline-crayola:not(:disabled):not(.disabled):active:focus, .btn-outline-crayola:not(:disabled):not(.disabled).active:focus,
        .show > .btn-outline-crayola.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(28, 172, 120, 0.5);
        }

/* Details List
-------------------------------------------------- */
dt {
    font-size: 18px;
}

dd {
    font-size: 18px;
}

/* Select Text Centerized
-------------------------------------------------- */
select {
    text-align: center;
    text-align-last: center;
}

/* Bullet List with Custom Icon
-------------------------------------------------- */
.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

    .fa-ul > li {
        position: relative;
    }

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

/* Border Tickness
-------------------------------------------------- */
.border-width-2 {
    border-width: 2px;
}

.border-width-3 {
    border-width: 3px;
}

.border-width-4 {
    border-width: 4px;
}

.border-width-5 {
    border-width: 5px;
}

/* Window.Print settings
-------------------------------------------------- */
@media print {
    header, footer, .no-print {
        display: none;
    }

    .page-divider {
        page-break-after: always;
    }

    .card-print {
        page-break-after: auto;
        page-break-inside: avoid;
    }
}

/* CKEditor 5 settings
-------------------------------------------------- */
.ck-editor__editable_inline {
    min-height: 6.25rem;
    max-height: 31.25rem;
}

.ck-editor__editable {
    max-height: 75rem;
}
/* Draggable settings
-------------------------------------------------- */
.sortable-element {
    cursor: move;
}

/* Custom File Input
-------------------------------------------------- */
.custom-file-label {
    overflow: hidden;
    white-space: nowrap;
    padding-right: 5rem;
    text-overflow: ellipsis;
}

.custom-file-btn {
    color: #1cac78;
    border-color: #1cac78;
    background-color: transparent;
    border-width: 1px;
    border-style: solid;
    padding: 0.375rem 0.75rem;
    border-radius: 0.25rem;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

    .custom-file-btn:hover {
        color: #fff;
        background-color: #1cac78;
        border-color: #1cac78;
    }

    .custom-file-btn:focus, .custom-file-btn.focus {
        box-shadow: 0 0 0 0.2rem rgba(28, 172, 120, 0.5);
    }

    .custom-file-btn.disabled, .custom-file-btn:disabled {
        color: #1cac78;
        background-color: transparent;
    }

    .custom-file-btn:not(:disabled):not(.disabled):active, .custom-file-btn:not(:disabled):not(.disabled).active,
    .show > .custom-file-btn.dropdown-toggle {
        color: #fff;
        background-color: #1cac78;
        border-color: #1cac78;
    }

        .custom-file-btn:not(:disabled):not(.disabled):active:focus, .custom-file-btn:not(:disabled):not(.disabled).active:focus,
        .show > .custom-file-btn.dropdown-toggle:focus {
            box-shadow: 0 0 0 0.2rem rgba(28, 172, 120, 0.5);
        }

    .custom-file-btn input[type=file] {
        position: absolute;
        width: 100%;
        height: 100%;
        opacity: 0;
        cursor: pointer;
    }


/* Table Fixed First Column
-------------------------------------------------- */
.fixed-col:first-child {
    position: sticky;
    left: 0;
    background: white;
    z-index: 2;
}

.fixed-last-col:first-child {
    position: fixed;
    left: 0;
    background: white;
    z-index: 2;
}


/* Document Card
-------------------------------------------------- */
.fixed-card {
    width: 40rem;
    height: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
}


/* Custom Menu
-------------------------------------------------- */
.custom-dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100vw;
    border-radius: 0;
    padding: 15px 0;
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
    background: white;
    z-index: 1050;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0.1s ease-in-out, opacity 0.1s ease-in-out;
}

.nav-item.dropdown:hover .custom-dropdown-menu {
    visibility: visible;
    opacity: 1;
}

.custom-dropdown-menu::before {
    content: "";
    display: block;
    position: absolute;
    top: -25px;
    left: 0;
    width: 100%;
    height: 25px;
    background: transparent;
}