﻿:root {
    --kfx-background-color: #f2f3f3;
    --kfx-light-blue: #badaf2;
    --kfx-medium-blue: #2d83c5;
    --kfx-dark-blue: #265aa0;
    --kfx-white: #FFFFFF;
    --kfx-red: #d24848;
    --kfx-silver: #C0C0C0;
    --kfx-standard-background-color: #eee;
}


.adminbg {
    background-color: #f6f6f6;
    background-image: repeating-linear-gradient( -45deg,transparent,transparent 8px,#f9f9f9 0,#f9f9f9 15px);
    font-size: 14px;
}
.background-light 
{
    background-color:var(--kfx-light-blue);
}


body {
    line-height: 1.2;
    letter-spacing: normal !important;
    font-family: "Red Hat Text",sans-serif !important;
    background-color: #f6f6f6;
    background-image: repeating-linear-gradient( -45deg,transparent,transparent 8px,#f9f9f9 0,#f9f9f9 15px);
}

.button {
    border: none;
    color: white !important;
    padding: 5px 10px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    cursor: pointer;
    white-space: nowrap !important;
    border-radius: 2px;
}

.button-blue {
    background-color: var(--kfx-medium-blue);
}

.button-red {
    background-color: var(--kfx-red);
}
.buttons-top 
{
    margin:10px;
}
.navbar {
    overflow: hidden;
    background-color: var(--kfx-white);
    position: fixed;
    top: 0;
    z-index:10;
    width: 100%;
    box-shadow: 0 2px 4px -1px rgb(0 0 0 / 20%), 0 4px 5px 0 rgb(0 0 0 / 14%), 0 1px 10px 0 rgb(0 0 0 / 12%);
}

.main {
    padding-top: 40px;
}

.liner {
    border-bottom: 1px solid var(--kfx-silver);
}

.mainheader {
    font-weight: 600;
    color: #265aa0 !important;
    font-size: 1.5em;
    padding-top: 25px;
}

.main-second-header {
    font-weight: 600;
    color: #265aa0 !important;
    font-size: 1.1em;
    border-bottom: 1px solid silver !important;
}

.main-third-header {
    font-weight: 600;
    color: #265aa0 !important;
    font-size: 0.9em;
}

.summarzie-amount {
    text-align: right;
    font-weight: 600;
    color: #265aa0 !important;
    font-size: 1.0em;
}
.td-valign-bottom 
{
    vertical-align:bottom;
}
.td-valign-top {
    vertical-align: top;
}
td {
    padding: 8px;
}

.intfield {
    width: 85px;
    text-align: right;
}

.inputlabel {
    font-size: 0.8em;
    font-weight: 600;
}

.supred {
    color: red;
    font-size: 1.0em;
}

.summarizelabel {
    font-weight: 600
}

.validation-failed {
    color: red !important;
    color: #dc3545 !important;
    display: block !important;
}

.validation-ok {
    color: blue;
    display: none !important;
}

.validation-hide {
    display: none !important;
}

.booker-area {
    background-color: LightBlue;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -50px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

.font-color {
    color: #265aa0;
}

.static-width-font {
    font-family: 'Courier New' !important
}
.table-spacing-normal td, th
{
    padding:15px;
}
/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.help-icon {
    display: block;
    background: #4444ff;
    color: #fff;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 20px;
    font-family: Verdana;
}

.prelimarybooked-icon {
    display: inline-block;
    background: #ffc107;
    color: #fff;
    border-radius: 50%;
    font-weight: bold;
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    font-size: 14px;
    font-family: Verdana;
}

.header-background {
    background-color: #e9f5fb;
}

.table-striped tr:nth-child(odd) {
    background: #e9f5fb;
}

.table-striped tr:nth-child(even) {
    background: #FFF;
}

.postit-note {
    text-decoration: none;
    color: #000;
    display: block;
    padding: 21px;
    -moz-box-shadow: 5px 5px 7px rgba(33,33,33,1);
    -webkit-box-shadow: 5px 5px 7px rgb(33 33 33 / 70%);
    box-shadow: 5px 5px 7px rgb(33 33 33 / 70%);
    font-family: "Reenie Beanie",arial,sans-serif;
    font-size: 140%;
    -webkit-transform: rotate( -6deg );
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
    position: relative;
    top: 5px;
    background: #faf8c4;
    text-align: center;
    line-height: 2.0;
    margin-top: 10px;
}

.error-text {
    color: #dc3545;
    font-weight: bold;
}

.warning-text {
    color: #ffc107;
    font-weight: bold;
}

.normal-lineheight {
    line-height: 25px;
}

.important-text {
    font-weight: bold;
    color: #28a745;
}

.checkbox-label {
    font-size: 12px;
}

.tablecell-nowrap {
    white-space: nowrap;
}

.project-closed-cover-all {
    font-size: 80px;
    -ms-transform: rotate(20deg); /* IE 9 */
    -webkit-transform: rotate(20deg); /* Safari 3-8 */
    transform: rotate(-25deg);
    left: 180px;
    top: 250px;
    position: fixed;
    z-index: 4600;
    width: 100%;
    height: 100%;
}

    .project-closed-cover-all span {
        border: double 6px red;
        color: red;
        opacity: 0.16;
        padding: 20px;
        display: block !important;
        text-align: center;
    }

.detail-divider {
    border-bottom: 3px solid #e9f5fb
}

.td-summarize-divider-discount {
    padding-right: 20px;
    text-align: right;
}

.td-summarize-divider-amount {
    padding-top: 18px;
    padding-right: 20px;
    text-align: right;
}

.row-divider {
    font-weight: 600;
    color: #008CBA;
    border-bottom: solid 1px;
    padding-top: 22px;
    font-size: 14px;
}

.standardlabel {
    content: "\a";
    white-space: pre;
    font-size: 13px;
    font-weight: 600;
}

.input-number {
    width: 100px;
}

.input-text {
    width: 200px;
}

.button-new-grid {
    margin-bottom: 10px;
}

.dialogue-header {
    font-size: 18px;
    color: #FFFFFF;
    font-weight: 600;
}

.table-row-bottom-editor {
    color: #008CBA;
    border-bottom: solid 1px;
    padding-top: 20px;
    font-size: 12px;
}

.table-row-bottom {
    padding-top: 20px;
}
.adder-area {
    background-color: LightBlue;
}
.close-cross {
    color: #265aa0;
    font-size: 25px;
    font-weight: 900;
}
.kfx-header-error-background {
    background-color: #d24848;
    color: #fbdada;
}
.kfx-blue-gradient {
    background: #fccb90;
    background: -webkit-linear-gradient(to right, #265aa0, #2d83c5);
    background: linear-gradient(to right, #265aa0, #2d83c5);
}


.pa-6 {
    padding: 1px !important;
}

.loader {
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    width: 120px;
    height: 120px;
    -webkit-animation: spin 2s linear infinite; /* Safari */
    animation: spin 2s linear infinite;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/**********BOOSTRAP OVERIDES **********/
.sidebar {
    background: #fccb90 !important;
    background: -webkit-linear-gradient(to right, #265aa0 95%, #2d83c5) !important;
    background: linear-gradient(to right, #265aa0 95%, #2d83c5) !important;
    background-image: linear-gradient(to right, #265aa0 95%, #2d83c5) !important;
}
form-control {
    display: unset;
    width: unset;
}
input 
{
    width:unset !important;
    display:unset !important;

}
.intfield 
{
    width:80px !important;
}
.form-control {
    webkit-appearance: auto !important;
    -moz-appearance: auto !important;
    appearance: auto;
}
    /********MUDBLAZOR ADDITONAL ***/

.mud-tab-slider {
    position: absolute;
    background: var(--kfx-medium-blue);
}


    .width100 {
    width: 250px;
}

.grid-table-headercell {
    background-color: #2d83c5;
    color: white !important;
    font-weight: 600;
}
.mud-tooltip-root:hover {
    background-color: var(--kfx-light-blue) !important;
    color:var(--kfx-medium-blue) !important;
}

    .mud-tooltip-root:hover > .grid-table-headercell {
        color: var(--kfx-medium-blue) !important;
    }

.grid-table {
    background: unset;
}

    .grid-table tr:nth-child(even) {
        background: #f2f2f2;
    }

.grid-table tr:nth-child(odd) {
    background: #FFFFFF;
}

.grid-table tr:hover {
    border-bottom: 1px solid black;
    border-top: 1px solid black;
}

.cell-numericvalue {
    text-align: right;
}

.cell-stringvalue, .cell-datevalue {
    text-align: left;
}

.cell-button {
    text-align: center;
}

input {
    border-width: 1px !important;
    padding: 3px;
}

.mud-table-sticky-header * .mud-table-root .mud-table-head * .mud-table-cell {
    background-color: #2d83c5 !important;
}
.mud-tab-active
{
    border-bottom:4px solid #FFFFFF !important;
}
