﻿/* CMS Style Variables */
/* ------------------------------------------ */
:root {
    --ThemeMain: #156576;
    --ThemeAccent: #c5302a;
    --ThemeWhite: #fff;
    --ThemeYellow: #fbb624;
    --ThemeRed: #FF0000;
    --ThemeBlack: #000;
    --ThemeSmoke: #F5F5F5;
}

/* Custom Styles */
/* ------------------------------------------ */
label.is-invalid {
    color: #f93b7a !important;
    width: 100%;
}

.full-height {
    min-height: 75vh;
}

.margin-top-10 {
    margin-top: 10px;
}

.margin-top-15 {
    margin-top: 15px;
}

.margin-top-20 {
    margin-top: 20px;
}

.margin-top-30 {
    margin-top: 30px !important;
}

.margin-top-35 {
    margin-top: 35px;
}

.dashboard-heading {
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 0.25rem;
    letter-spacing: 0.5px;
}

.dashboard-count {
    font-weight: bold;
    margin-bottom: 0;
    display: flex;
    gap: 0.5rem;
    flex-wrap: wrap;
}

.dahscolors {
    background: var(--ThemeWhite);
}

.card-icon {
    position: absolute;
    left: 43%;
    top: 10px;
    right: 10px;
    font-size: 70px;
    color: var(--ThemeMain);
}

div.app-search.margin-top-15 > a {
    line-height: 36px;
}

.header-row .btn {
    margin-left: 5px;
}

#time {
    width: 100%;
    color: #fff;
    font-size: 60px;
    margin-bottom: 80px;
    display: inline-block;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.RowCountAcc {
    margin-right: 10px !important;
}

.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    display: contents !important;
}

.select2-container select2-container--bootstrap-5 {
    width: 100%;
}

.left-sidenav-menu .menu-title {
    color: var(--ThemeWhite);
    background: var(--ThemeAccent);
    font-weight: bold;
}

.page-wrapper-img {
    background-image: url("../images/Background_Logo.jpg");
    background-position: top;
    box-shadow: inset 0 0 0 2000px rgba(8, 8, 10, 0.3) !important;
    -webkit-box-shadow: inset 0 0 0 2000px rgba(8, 8, 10, 0.5) !important;
}

.left-sidenav-menu li.active > a {
    border-left-color: var(--ThemeYellow);
    color: var(--ThemeMain);
    font-weight: 700;
}

left-sidenav-menu li > a {
    padding: 3px 20px !important;
    transition: 0.1s ease-in-out;
}

.left-sidenav-menu li.active > a,
.left-sidenav-menu li.active > a i {
    color: var(--ThemeBlack) !important;
    font-weight: 700;
}

.left-sidenav-menu li:hover,
.left-sidenav-menu li:active,
.left-sidenav-menu li:focus {
    background: var(--ThemeSmoke);
}

.left-sidenav-menu li.menu-title:hover,
.left-sidenav-menu li.menu-title:active,
.left-sidenav-menu li.menu-title:focus {
    background: var(--ThemeAccent);
}

.left-sidenav-menu li > a:hover,
.left-sidenav-menu li > a:hover i,
.left-sidenav-menu li > a:active,
.left-sidenav-menu li > a:active i,
.left-sidenav-menu li > a:focus,
.left-sidenav-menu li > a:focus i {
    color: var(--ThemeBlack);
    font-weight: 700;
}

/* Requried Field style */
.required-field:after {
    content: " *";
    font-weight: bold;
    color: red;
}

.RoofPlanningCard {
    cursor: pointer;
}

.margin-top-0 {
    margin-top: 0px;
}

.CardShadow {
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.15), 0 1px 0 0 rgba(0, 0, 0, 0.02) !important;
}

.btn-calculate {
    font-style: italic;
}

.submitBtn:hover {
    color: #fff;
}