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

.single-line-text {
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bg-light-gray {
    background-color: #f5f5f5 !important;
}

.text-sm {
    font-size: 12px !important;
    line-height: 1.6;
}

.text-md {
    font-size: 13.5px !important;
}

.header-logo {
    max-width: 180px;
    max-height: 50px;
}

.text-link {
    color: var(--primary-color-dark) !important;
}

.text-link:hover {
    color: var(--primary-color-hover) !important;
}

.title-main.no-lines:before, .title-main.no-lines:after {
    display: none;
}

.title-main.title-sm {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.bullet-ul {
    margin-left: 1.5rem;
}

.bullet-ul li {
    list-style-type: unset;
}

.logo-relationship-container {
    border: 3px solid var(--primary-color);
    padding: 10px 15px;
}

.title-big.title-md {
    font-size: 1.5rem;
}

.whitespace-nowrap {
    white-space: nowrap !important;
}

.admin-row-wrapper {
    margin-bottom: 150px;
}

.auth-col {
    margin: 50px 0 150px;
}

.default-select {
    -webkit-appearance: listbox;
}

.dataTables_filter {
    display: flex;
    justify-content: flex-end;
}

label.default-checkbox {
    -webkit-appearance: checkbox !important;
}

@media screen and (max-width: 991px) {

    .admin-row-wrapper {
        margin-top: 150px;
    }

}

@media screen and (max-width: 768px) {
    .logo-relationship-container {
        margin-top: 3rem;
    }
}

.kanban-item {
    border: 2px solid #dbdbdb;
    border-radius: 5px;
}

.kanban-item.bg-aquamarine {
    background-color: aquamarine;
}

.kanban-item.bg-cyan {
    background-color: cyan;
}

.kanban-item.bg-gold {
    background-color: gold;
}

.kanban-item.bg-indigo {
    background-color: indigo;
}

.kanban-item.bg-indigo p {
    color: white;
}

.kanban-item.bg-lavender {
    background-color: lavender;
}

.kanban-item.bg-lightgreen {
    background-color: lightgreen;
}

.kanban-item.bg-lightpink {
    background-color: lightpink;
}

.kanban-item.bg-skyblue {
    background-color: skyblue;
}

.kanban-item.bg-turquoise {
    background-color: turquoise;
}

header.kanban-board-header {
    height: unset;
}

.kanban-board main.kanban-drag {
    padding: 12px;
}

.add-timesheet-container {
    background: #e9e9e9;
    padding: 15px;
    border-radius: 10px;
}

.timesheet-title {
    min-width: 40%;
}

/* new theme updates */

#site-logo-image {
    width: 400px;
}

.page-body {
    background: url("../images/default_portal_background.jpg") no-repeat;
}

.contact-container {
    background: url("../images/default_portal_background.jpg") no-repeat;
}

.about-container {
    background: url("../images/default_portal_background.jpg") no-repeat;
}

.login-container {
    background: url("../images/default_portal_background.jpg") no-repeat;
}

.register-container {
    background: url("../images/default_portal_background.jpg") no-repeat;
}

.page-body, .contact-container, .about-container, .login-container, .register-container {
    background-size: cover;
    background-position: center;
    min-height: calc(100vh - 147px);
}

.rounded-1-rem {
    border-radius: 1rem !important;
}

.posted-date {
    line-height: 0.85;
}

/*image slider*/
.tns-controls {
    text-align: center;
    margin-bottom: 10px;
}

.small-slider img {
    margin-right: 10px;
}

.slider img {
    max-width: 100%;
}

.thumb-slider img {
    width: 60px;
    height: 60px;
}

.thumb-slider__slide {
    text-align: center;
    opacity: 0.3;
}

.thumb-slider__slide.tns-nav-active {
    opacity: 1;
}

.thumb-slider__slide.tns-nav-active img {
    border: 3px solid var(--secondary-color);
}

.thumb-slider {
    margin-top: 1.5rem;
}

.slider__slide .image-container {
    width: 100%;
    height: 550px;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#customize-controls {
    text-align: center;
}

#customize-controls li {
    display: block;
    position: absolute;
    top: calc(100% - 50px);
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    padding: 0 15px;
    cursor: pointer;
    transition: background 0.3s;
}

#customize-controls li i {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: 2rem;
}

#customize-controls .prev {
    left: 1rem;
}

#customize-controls .next {
    right: 1rem;
}

#tns1-ow .tns-controls {
    display: none;
}

@media screen and (max-width: 769px) {
    #customize-controls {
        display: none;
    }
}

/*END image slider*/

@media screen and (max-width: 991px) {
    #site-logo-image {
        width: 250px;
    }
    .page-body, .contact-container, .about-container, .login-container, .register-container {
        min-height: calc(100vh - 100px);
    }
}

@media screen and (min-width: 991px) {
    .vh-md-100 {
        min-height: 100vh;
    }
}

.dropdown:hover > .dropdown-menu {
    display: block;
}

.dropdown > .dropdown-toggle:active {
    /*Without this, clicking will make it sticky*/
    pointer-events: none;
}

/* END new theme updates */
.rounded-list {
    list-style-position: inside;
}

.rounded-list li {
    list-style-type: disc;
    font-size: 1rem;
    line-height: 30px;
    letter-spacing: 0.4px;
}

.manual-table {
    max-width: 750px;
    table-layout: fixed;
}

.manual-table td {
    vertical-align: middle;
}

.manual-table tr td:first-child, .manual-table tr th {
    background: #faf9f7;
    font-weight: bold;
}

.due-dates {
    background: green;
    color: white;
    padding: 2px 6px;
    font-size: 10px;
}

.temp-text {
    font-size: 30px;
    line-height: unset;
}

.sign-out-button:hover {
    color: white;
}

/*.gsc-input input {
    background: none !important;
}*/

.tag-button {
    font-size: 12px;
    background: white;
    border: 2px solid gray;
    padding: 8px;
    border-bottom-left-radius: 20px;
    border-top-left-radius: 20px;
    margin-right: 10px;
}

.tag-button.active {
    background-color: yellow;
    border-color: #e4e40a;
    color: #b88239;
}

#resources-section ul {
    display: block;
    list-style-type: revert;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    padding-inline-start: 40px;
}

#resources-section ul li {
    list-style-type: inherit;
}

.text-link {
    color: var(--primary-color-dark) !important;
}

.select-program-box, .guest-request-program {
    height: 200px;
    display: flex;
    align-content: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    width: 300px;
    border: 2px solid #cfcfcf;
    border-radius: 20px;
    padding: 30px;
    -webkit-box-shadow: 6px 5px 15px 8px #D5D5D5;
    box-shadow: 6px 5px 15px -8px #D5D5D5;
}

.guest-request-program {
    width: 100%;
    margin: 30px 0;
}

.select-program-box:hover {
    -webkit-box-shadow: 6px 5px 15px 5px #D5D5D5;
    box-shadow: 6px 5px 15px 5px #D5D5D5;
}

.logo-font {
    font-family: Helvetica, Roboto, "Segoe UI", Calibri, sans-serif;
    font-size: 21px;
    font-weight: 300;
    line-height: 24px;
    color: #292F33;
}

.home-blog-image-container {
    height: 400px;
    width: 100%;
}

.inner-banner, .home-blog-image-container {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.error-container {
    height: 500px;
    width: 100%;
}

.home-search-container .gsc-control-cse {
    background-color: transparent;
    border: none;
}

.home-search-container .gsc-search-button-v2 {
    padding: 10px 27px;
}

input[name=deletefeedback] {
    transform: scale(2);
}

@media (max-width: 780px) {
    input[name=deletefeedback] {
        transform: scale(1.5);
    }
}

.list-group-item {
    margin-bottom: 1em;
    padding: 10px 0px;
}

.btn-approval{
    min-width: 8em;
    color: #fff;
}

.user-profile .card {
    border-radius: 10px;
}

.user-profile .card .card-header .profile_img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    margin: 10px auto;
    border: 10px solid #ccc;
    border-radius: 50%;
}

.user-profile .card h3 {
    font-size: 20px;
    font-weight: 700;
}

.user-profile .card p {
    font-size: 16px;
    color: #000;
}

.user-profile .table th,
.user-profile .table td {
    font-size: 14px;
    padding: 5px 10px;
    color: #000;
}

#image {
    display:none;
}

.form-input label {
    display:block;
    /*width:60%;*/
    height:40px;
    /*margin-left: 25%;*/
    line-height:24px;
    padding: 6px 12px;
    text-align:center;
    background:var(--primary-color) ;
    align-items: flex-start;

    color:black;
    font-size:1rem;
    font-family:"Montserrat",sans-serif;
    font-weight:400;
    border-radius:5px;
    cursor:pointer;
}
.form-input label:hover{
    color:#eeeeee;
    background:#9ACA3C;
}

.uploadPhoto{
    width: 100%;
}

.list-errors{
    margin-bottom:0;
    margin-left:1rem;
    display: list-item;
    padding:0
}
#save-button{
    visibility: hidden;
}

.h-90 {
    height: 90% !important;
}

.item-list {
    background-color: var(--bg-light);
    border: 1px solid var(--border-color-light);
}


/* CSS to fix the footer at the bottom */
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.body-container {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.page-body {
    flex: 1;
}

.w3l-footer-22 {
    width: 100%;
    position: sticky;
    bottom: 0;
    z-index: 100;
}

/* CSS to reduce footer height only */
.w3l-footer-22 .container-fluid.mt-3 {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.w3l-footer-22 p {
    margin-bottom: 5px;
}

.w3l-footer-22 #ribbonWork {
    margin-bottom: 5px !important;
}

.navbar.bg-primary {
    background-color: var(--primary-color) !important;
}
