﻿
.filterHeader {
    display: inline;
    float: left;
    margin-right: 30px;
}

.filterbar {
    width: 1000px;
    overflow: hidden;
}

.hasChangeInput {
    border: thin solid #fd7e14 !important;
    box-shadow: 0 0 2.5px #fd7e14;
}

.haserror {
    border: thin solid red !important;
    box-shadow: 0 0 2.5px red !important;
}
.form-save-buttons {
    position: absolute;
    right: 34px;
    bottom: 0px;
    padding-top: 5px;
    padding-bottom: 10px;
    background-color: #f6f6f6;
    width: 92%;
}
/*removes inner box on textboxes*/
input.haserror {
    border: hidden !important;
    box-shadow: none !important;
}
/*removes inner box on textboxes*/
.hasChangeInput.haserror {
    border: thin solid red !important;
    box-shadow: 0 0 2.5px red !important;
}

.spRequired {
    color: red;
    font-size: 13px;
    padding-left: 5px;
}

/* Validation styling */
.totalbar .field-output {
    font-weight: normal;
}

.input-validation-error {
    border-color: red;
    border-width: 1px;
    border-radius: 5px;
}

.field-validation-error {
    color: red;
    font-weight: bold;
    margin-left: 10px;
}

.validation-summary-errors {
    font-weight: bold;
    color: red;
}

.validation-summary-valid {
    display: none;
}

.notification-bar {
    padding-top: 6px;
    padding-bottom: 5px;
    padding-left: 8px;
    padding-right: 8px;
    /*top: 0px;*/
    /* right: 200px; */
    /* position: fixed; */
    float: right;
    width: 48px;
    height: 50px;
}

.notification-bar-first {
    border-left: solid;
    border-right: solid;
    border-color: white;
    border-width: 0 1px;
}

.notification-bar-next {
    border-right: solid;
    border-color: white;
    border-width: 0 1px;
}

.notification-image sf-icon-reminder--02 icon {
    color: white !important;
    padding-top: 6px !important;
    position: absolute !important;
    font-size: 40px !important;
}

.notification-bar:hover {
    cursor: pointer;
    /*background-color: white;*/
}

.notification-image {
    /*height: 45px;*/
    font-size: 21px !important;
    color: white !important;
}

.notification-count {
    display: none;
    position: fixed;
    top: 9px;
    right: 174px;
    border-radius: 50%;
    width: 14px;
    height: 15px;
    font-size: 10px;
    color: #166188;
    background: #fff;
    text-align: center;
    border-style: solid;
    border-width: 1px;
}

.notification-bar-icon {
    height: 5em;
    width: 5em;
    font-size: 30px;
    color: white;
    align-content: center;
}

.notification-active {
    display: block;
}

.container {
    justify-content: center;
    width:700px;
}

.subtitle-Header {
    color: gray;
    font-size: 10px;
    text-align: right;
    font-weight: bold;
}

.k-card-header {
    height: 25px !important;
    padding: 0px;
    vertical-align: middle;
    padding-top: 2px;
    padding-left: 15px;
    padding-right: 5px;
    
}

/*#region Background Colors*/
.success-background-colour {
    background-color: lightgreen;
}

.warning-background-colour {
    background-color: #ffda6b;
}

.error-background-colour {
    background-color: rgba(255, 170, 160, 1);
}
/*#endregion*/


.k-window-titlebar {
    color: #ffffff !important;
    background-color: #10059f !important;
}

.k-window-content,
.k-prompt-container {
    background: #F6F6F6 !important;
}
.k-dropdown {
    border-radius: 4px;
}
/*#region Custom Header with Line*/

.liner {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

    .liner::after {
        content: '';
        flex-grow: 1;
        height: 2px;
        background: rgba(16, 5, 159, 0.25);
        min-width: 20px;
        margin: auto;
        margin-left: 10px;
        margin-right: 10px;
    }
    .liner-bottom {
    display: flex;
    align-items: flex-start;
    text-align: left;
}

        .liner-bottom::after {
            content: '';
            flex-grow: 1;
            height: 2px;
            background: rgba(16, 5, 159, 0.25);
            min-width: 20px;
            margin: auto;
            margin-left: 10px;
            margin-right: 10px;
            margin-bottom: 2px;
        }

h4 {
    color: rgba(16, 5, 159, 0.75);
}

h5 {
    color: rgba(16, 5, 159, 0.75);
}
/*#endregion*/

.imgCover {
    object-fit: cover;
    height:100%;
    width: 100%;
}

.field-typo {
    vertical-align: sub;
    font-weight: normal;
    font-family: "Segoe UI semibold" !important;
    color: #777 !important;
    font-size: 12px !important;
}

.form-group.custom-margin {
    margin-bottom: 7px;
}



/*#region Status Styling*/
td > div.gridCellConditionalFormat {
    font-size: 11px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-flex;
    align-items: center;
    height: 17px;
    min-width: 0;
    border-radius: 3px;
    padding: 0 5px;
    text-transform: uppercase;
    text-align: center;
    margin-top: -1px;
}

    td > div.gridCellConditionalFormat.maroon {
        background-color: maroon;
        color: white;
    }

    td > div.gridCellConditionalFormat.red {
        background-color: #e50000;
        color: white;
    }

    td > div.gridCellConditionalFormat.hotPink {
        background-color: #ff4081;
        color: white;
    }

    td > div.gridCellConditionalFormat.pink {
        background-color: #ff7fab;
        color: white;
    }

    td > div.gridCellConditionalFormat.lumoPink {
        background-color: #f900ea;
        color: white;
    }

    td > div.gridCellConditionalFormat.pastelPurple {
        background-color: #ea80fc;
        color: white;
    }

    td > div.gridCellConditionalFormat.purple {
        background-color: #bf55ec;
        color: white;
    }

    td > div.gridCellConditionalFormat.darkPurple {
        background-color: #9b59b6;
        color: white;
    }

    td > div.gridCellConditionalFormat.violet {
        background-color: #7c4dff;
        color: white;
    }

    td > div.gridCellConditionalFormat.navy {
        background-color: #0231e8;
        color: white;
    }

    td > div.gridCellConditionalFormat.pastelBlue {
        background-color: #81b1ff;
        color: white;
    }

    td > div.gridCellConditionalFormat.azureBlue {
        background-color: #3397dd;
        color: white;
    }

    td > div.gridCellConditionalFormat.tealBlue {
        background-color: #3082b7;
        color: white;
    }

    td > div.gridCellConditionalFormat.blue {
        background-color: #04a9f4;
        color: white;
    }

    td > div.gridCellConditionalFormat.electricBlue {
        background-color: #02bcd4;
        color: white;
    }

    td > div.gridCellConditionalFormat.darkGreen {
        background-color: #1bbc9c;
        color: white;
    }

    td > div.gridCellConditionalFormat.lightGreen {
        background-color: #2ecd6f;
        color: white;
    }

    td > div.gridCellConditionalFormat.yellow {
        background-color: #f9d900;
        color: white;
    }

    td > div.gridCellConditionalFormat.brown {
        background-color: #af7e2e;
        color: white;
    }

    td > div.gridCellConditionalFormat.orange {
        background-color: #ff7800;
        color: white;
    }

    td > div.gridCellConditionalFormat.darkOrange {
        background-color: #e65100;
        color: white;
    }

    td > div.gridCellConditionalFormat.grey {
        background-color: #b5bcc2;
        color: white;
    }

    td > div.gridCellConditionalFormat.darkGrey {
        background-color: #667684;
        color: white;
    }

    td > div.gridCellConditionalFormat.notMapped {
        background-color: rgb(128 128 128 / 0.80);
        color: white;
    }

    td > div.gridCellConditionalFormat.mapped {
        background-color: rgb(255 106 0 / 0.80);
        color: white;
    }

    td > div.gridCellConditionalFormat.mappedLinked {
        background-color: rgb(0 0 255 / 0.80);
        color: white;
    }

    td > div.gridCellConditionalFormat.mappedSnapped {
        background-color: rgb(13 199 0 / 0.80);
        color: white;
    }

/*#endregion */