﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');
@import url('fontawesome/css/all.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    padding: 0px;
    margin: 0px;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


/*_____________________________________________________________________________________________________________________________________________________________________*/
/* MAIN LAYOUT - Sidebar, Menu and Content styles - BEGIN */
/*_____________________________________________________________________________________________________________________________________________________________________*/


.navBarHeight {
    /*height: calc(100vh - 85px) !important;*/
    height: calc(100vh - 90px - 32px) !important;
}

.navBarBackgroundColor {
    background-color: #39414c !important;
    color: white;
}

.navItemBarBackgroundColor {
    background-color: #39414c !important;
    color: white;
}

    .navItemBarBackgroundColor:hover {
        /*background-color: #637083 !important;*/
        background-color: #4d5766 !important;
        color: white;
    }

.navBar {
    background-color: #39414c !important;
    /*height: calc(100vh - 85px) !important;*/
    height: calc(100vh - 90px - 32px) !important;
}

.navBarMinHeight {
    /*min-height: calc(100vh - 85px) !important;*/
    min-height: calc(100vh - 90px - 32px) !important;
}

.navBarMinMaxHeight {
    /*    min-height: calc(100vh - 85px) !important;
    max-height: calc(100vh - 85px) !important;
*/ min-height: calc(100vh - 90px - 32px) !important;
    max-height: calc(100vh - 90px - 32px) !important;
}


.sidebar {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #39414c !important;
    /*background-color: #020832 !important;*/
    color: white;
}

.sidebarHeight {
    height: calc(100vh - 90px - 32px) !important;
}


.headerbar {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #39414c !important;
    color: white !important;
    /*    padding: 5px;*/
    /*background-color: #020832 !important;*/
}

.headerbarControl {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #39414c !important;
    color: white !important;
    /*background-color: #020832 !important;*/
}

.toolbarbarControl {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-color: #39414c !important;
    color: white !important;
    /*width: 100%!important;*/
    /*background-color: #020832 !important;*/
}

.content {
    padding-top: 1.1rem;
}


.contentHeight {
    height: calc(100vh - 90px - 32px);
}

.contentLoaderHeight {
    height: calc(100vh - 90px - 32px);
}

.tabContentHeight {
    height: calc(100vh - 210px);
    overflow:auto;
    margin: 0px!important;
    padding: 0px!important;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

    .sidebar .top-row {
        background-color: rgba(0,0,0,0.4);
    }

    .sidebar .navbar-brand {
        font-size: 1.1rem;
    }

    .sidebar .oi {
        width: 2rem;
        font-size: 1.1rem;
        vertical-align: text-top;
        top: -2px;
    }

    .sidebar .nav-item {
        font-size: 0.9rem;
        padding-bottom: 0.5rem;
    }

        .sidebar .nav-item:first-of-type {
            padding-top: 1rem;
        }

        .sidebar .nav-item:last-of-type {
            padding-bottom: 1rem;
        }

        .sidebar .nav-item a {
            color: #d7d7d7;
            border-radius: 4px;
            height: 3rem;
            display: flex;
            align-items: center;
            line-height: 3rem;
        }

            .sidebar .nav-item a.active {
                background-color: rgba(255,255,255,0.25);
                color: white;
            }

            .sidebar .nav-item a:hover {
                background-color: rgba(255,255,255,0.1);
                color: white;
            }*/


.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}


/*_____________________________________________________________________________________________________________________________________________________________________*/
/* MAIN LAYOUT - Sidebar, Menu and Content styles - END */
/*_____________________________________________________________________________________________________________________________________________________________________*/


.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    /* .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/

    .main .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }

    /* .navbar-toggler {
        display: none;
    }*/

    /*.sidebar .collapse {*/
    /* Never collapse the sidebar for wide screens */
    /*display: block;
    }*/
}


.buttonWidth100 {
    width: 100px !important;
}


.buttonWidth150 {
    width: 150px !important;
}


.buttonWidth200 {
    width: 200px !important;
}

.buttonWidth250 {
    width: 250px !important;
}


.okButtonWidth {
    width: 100px !important;
}


.cancelButtonWidth {
    width: 100px !important;
}


.closeButtonWidth {
    width: 100px !important;
}


.editButtonWidth {
    width: 100px !important;
}


.componentToolbarButtonWidth {
    width: 100px !important;
}

.componentToolbarButtonWidthWide {
    width: 150px !important;
}

.componentToolbarButtonWidthXWide {
    width: 200px !important;
}


.componentToolbarButtonWidthXXWide {
    width: 250px !important;
}

.componentToolbarButtonWidthAuto {
    width: auto !important;
    min-width: 100px!important;
}

.dynamicMenuToolbarButtonIcon {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}

.dynamicMenuToolbarButtonText {
    display: inline-block;

}

.componentTabCloseButton {
    width: 22px !important;
    height: 22px !important;
    vertical-align: top !important;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
    float: right;
}

    .componentTabCloseButton:hover {
        background-color: #E92626;
        color: white;
    }


.formControlXShort {
    min-width: 3rem;
    width: auto;
}

.formControlShort {
    min-width: 5rem;
    width: auto;
}

.formControlMedium {
    min-width: 10rem;
    width: auto;
}

.formControlLong {
    min-width: 15rem;
    width: auto;
}

.formControlXLong {
    min-width: 20rem;
    width: auto;
}

.formControlXXLong {
    min-width: 25rem;
    width: auto;
}

.formMarginLeftXShort {
    margin-left: 3rem;
}

.formMarginLeftShort {
    margin-left: 5rem;
}

.formMarginLeftMedium {
    margin-left: 10rem;
}

.formMarginLeftLong {
    margin-left: 15rem;
}

.formMarginLeftXLong {
    margin-left: 20rem;
}

.formMarginLeftXXLong {
    margin-left: 25rem;
}


.formLabel250 {
    min-width: 250px;
}

.formLabel200 {
    min-width: 200px;
}


.formLabel175 {
    min-width: 175px;
}


.formLabel150 {
    min-width: 150px;
}


.formLabel100 {
    min-width: 100px;
}


.formLabel75 {
    min-width: 75px;
}


.formLabelCheckBox {
    margin-left: 5px;
    vertical-align: central !important;
}

.formControl {
    min-width: 320px;
}

.formSpanBlock{
    display: block;
}

.textBoxButton {
    width: 32px;
    height: 32px;
    margin: 0px
}

.compactTextBoxButton {
    width: 22px !important;
    height: 22px !important;
    vertical-align: top !important;
    margin-top: 2px;
    margin-bottom: 2px;
    margin-left: 2px;
    margin-right: 2px;
 /*   float: right;*/
}

    .compactTextBoxButton:hover {
/*        background-color: #E92626;
        color: white;*/
    }


.alignTopAndBottom {
    width: 100%;
    height: 100%;
    display: flex; /* defines flexbox */
    flex-direction: column; /* top to bottom */
    justify-content: space-between; /* first item at start, last at end */
}



.floatLeft {
    float: left;
}

.grid-container {
    display: grid;
    column-gap: 10px;
    /*    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));*/
}

.grid-container--fill {
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
}

.grid-container--fit {
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
}

.grid-element {
    /*background-color: rgb(255, 255, 202);*/
    padding: 1px;
    /*    color: #fff;
    border: 1px solid #fff;*/
}


.pageToolbarBackground {
    /*background-color:gainsboro;*/
    border-bottom: solid;
    border-bottom-width: 1px;
    border-bottom-color: lightgray;
    margin-bottom: 10px;
}


.textAreaLayout {
    height: 300px !important;
    width: 100% !important;
    margin: 5px !important;
}

.textAlignRight {
    text-align: right;
}


.alignLeftAndRight {
    display: flex;
    justify-content: space-between;
}


/*Added 3/17/2021*/
.gridCommandIconAlign {
    /*font-size: 12px;*/
    margin-top: auto;
    margin-bottom: auto;
    margin-right: 5px;
}



/*Added 6/1/2021*/


.redBackgroundHover:hover {
    background-color: red !important;
}


.tabCloseButton {
    background-color: transparent !important;
    width: 24px;
    height: 24px;
}

    .tabCloseButton,
    .tabCloseButton:hover {
        background-color: red !important;
        color: grey;
    }



/*Added 9/16/2021*/
/*.maxWidth100 {
    max-width: 100% !important;
}*/

.mainContainer {
    /*    width: 100% !important;
    max-width: 100% !important;*/
    display: grid;
    /*    width: 1fr;*/
}

.mainContainer2 {
    /*    width: 100% !important;
    max-width: 100% !important;*/
    display: grid;
    background-color: cornflowerblue;
    /*    width: 1fr;*/
}

.bodyContentHeight {
    height: calc(100vh - 85px);
    overflow-y: auto;
}




/*Moved from MainLayout to here 3/30/2022*/
/*.bodyWidthDrawerHidden {
    width: 1fr;
}

.bodyWidthDrawerMiniMode {
    width: calc(1fr - 50px);
}

.bodyWidthDrawerExpanded {
    width: calc(1fr - 300px);
}*/

.bodyWidthDrawerHidden {
    /*    width: 1fr;*/
    /*width: calc(100vw - 10px);*/
    width: calc(100vw);
    height: 100%;
}

.bodyWidthDrawerMiniMode {
    /*    width: calc(1fr - 50px);*/
    /*    width: calc(100vw - 60px); */
    width: calc(100vw - 50px);
    height: 100%;
}

.bodyWidthDrawerExpanded {
    /*    width: calc(1fr - 300px);*/
    width: calc(100vw - 300px);
    /*width: calc(100vw - 320px);*/
    height: 100%;
}


.bodyContentWidthDrawerHidden {
    /*    width: 1fr;*/
    /*width: calc(100vw - 50px);*/
    width: calc(100vw - 40px);
    height: 100%;
}

.bodyContentWidthDrawerMiniMode {
    /*    width: calc(1fr - 50px);*/
    width: calc(100vw - 100px);
    height: 100%;
}

.bodyContentWidthDrawerExpanded {
    /*    width: calc(1fr - 300px);*/
    width: calc(100vw - 350px);
    height: 100%;
}


.dialogWindowWidth {
    /*    width: calc(1fr - 300px);*/
    width: calc(100vw - 450px);
}


.dialogWindowSidebarWidth {
    /*    width: calc(1fr - 300px);*/
    width: calc(100vw - 450px);
}


.dialogWindowContentWidth {
    /*    width: calc(1fr - 300px);*/
/*    width: calc(100vw - 450px - 350px);*/
    min-width: calc(100vw - 450px - 350px);
    max-width: 100%;
}




.topMenuHover:hover {
    color: #A2C4F1 !important;
}


.contentWidth1Fr {
    width: 1fr;
}



/*


.custom-row-colors .k-grid-table .k-master-row {
    background-color: red;
}

    .custom-row-colors .k-grid-table .k-master-row:hover {
        background-color: pink;
    }

    .custom-row-colors .k-grid-table .k-master-row.k-alt {
        background-color: green;
    }

        .custom-row-colors .k-grid-table .k-master-row.k-alt:hover {
            background-color: cyan;
        }
*/




.parent-custom-row-colors .k-grid-table .k-master-row {
    background-color: #6EA55A;
}

    .parent-custom-row-colors .k-grid-table .k-master-row:hover {
        background-color: #EBE2DE;
    }

    .parent-custom-row-colors .k-grid-table .k-master-row.k-alt {
        background-color: #915AA5;
    }

        .parent-custom-row-colors .k-grid-table .k-master-row.k-alt:hover {
            background-color: #EBE2DE;
        }


.child-custom-row-colors .k-grid-table .k-master-row {
    background-color: #DEEBE2;
}

    .child-custom-row-colors .k-grid-table .k-master-row:hover {
        background-color: #A2ABA5;
    }

    .child-custom-row-colors .k-grid-table .k-master-row.k-alt {
        background-color: #EBDEE7;
    }

        .child-custom-row-colors .k-grid-table .k-master-row.k-alt:hover {
            background-color: #BEB4BB;
        }

/* ______________________________________________________________________________________________________________________________________________________________

        Compact Grid - Begin

 ______________________________________________________________________________________________________________________________________________________________        */





/* ______________________________________________________________________________________________________________________________________________________________

        Compact Grid - End

 ______________________________________________________________________________________________________________________________________________________________        */




/* ______________________________________________________________________________________________________________________________________________________________

        Compact Form - Begin

 ______________________________________________________________________________________________________________________________________________________________        */


.compactForm.k-form, .k-form-inline {
    line-height: 1;
}

    .compactForm.k-form input {
        font-size: 12px;
    }

    .compactForm.k-form label {
        font-size: 12px;
    }


    .compactForm.k-form legend {
        margin: 0px 0px 2px 0px;
        /*font-weight: bold; *//*WORKS*/
       /* background-color: aqua; *//*WORKS*/
    }

.compactForm.k-form {
    /*background-color: gainsboro;*/ /*WORKS*/
}

    .compactForm.k-form .k-d-grid {
        /*background-color: brown;*/ /*WORKS*/
    }

    .compactFont {
        font-size: 10px;
    }

.compactFont10 {
    font-size: 10px;
}

.compactFont12 {
    font-size: 12px;
}



.compactNumericTextboxRightAlignNoBorder .k-input-inner {
    text-align: right;
    color: black !important;
    border:none!important;
    border-color:transparent!important;
    border-style:none!important;
}


.compactNumericTextboxRightAlignNoBorder .k-numerictextbox .k-numeric-wrap {
    color: black !important;
    border: none !important;
    border-color: transparent !important;
    border-style: none !important;
}

.compactNumericTextboxRightAlignNoBorder .k-numerictextbox .k-numeric-wrap,
.k-numerictextbox .k-numeric-wrap:before,
.k-numerictextbox .k-numeric-wrap:after {
    height: auto;
    line-height: normal;
    padding: 0;
    color: black !important;
    border: none !important;
    border-color: transparent !important;
    border-style: none !important;
}

.compactNumericTextboxRightAlignNoBorder .k-numerictextbox .k-input {
    height: auto;
    line-height: normal;
    padding: 0;
    color: black !important;
    border: none !important;
    border-color: transparent !important;
    border-style: none !important;
}

/*   Try to get DropDowns and ComboBoxes smaller font      */
/* textbox */
input.form-control-sm,
/* combobox, dropdownlist */
.k-widget.form-control-sm {
    /*font-size: .875em;*/
    font-size: 10px;
    border-radius: .2rem;
}

input.form-control-sm,
.form-control-sm .k-input {
    padding: .25rem .5rem;
    height: auto;
}

.k-widget.form-control:not(.k-textbox) {
    padding: 0;
    border: 0;
}

input.form-control-sm {
    min-height: calc(1.5em + .5rem + 2px);
}




    /*  DOES NOT WORK*/
    /*.compactReadOnlyNumericTextbox .k-numerictextbox .k-numeric-wrap {
    border: none!important;
}

.compactReadOnlyNumericTextbox .k-numerictextbox .k-numeric-wrap,
.k-numerictextbox .k-numeric-wrap:before,
.k-numerictextbox .k-numeric-wrap:after {
    border: none !important;
    height: auto;
    line-height: normal;
    padding: 0;
}

.compactReadOnlyNumericTextbox .k-numerictextbox .k-input {
    border: none !important;
    height: auto;
    line-height: normal;
    padding: 0;
}*/



    /* ______________________________________________________________________________________________________________________________________________________________

        Compact Form - End

 ______________________________________________________________________________________________________________________________________________________________        */

    /*    Contact ListView Styles  */
    .contactName {
    font-weight: bold;
    font-size: 1.2em;
}

.contactTitle {
}




/* _____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________*/
/*                                                                                                                                                                                                                                                                                                          */
/*          New Layout Helpers 3/1/2022                                                                                                                                                                                                                                                                        */
/* _____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________*/

.displayNone {
    display: none;
}

.formControlTextArea {
    height: 75px !important;
    min-height: 75px !important;
}

.formControlTextAreaExtraSmall {
    height: 30px !important;
    min-height: 30px !important;
}

.formControlTextAreaSmall {
    height: 50px !important;
    min-height: 50px !important;
}

.formControlTextAreaMedium {
    height: 100px !important;
    min-height: 100px !important;
}

.formControlTextAreaLarge {
    height: 250px !important;
    min-height: 250px !important;
}

.formControlTextAreaExtraLarge {
    height: 425px !important;
    min-height: 425px !important;
}



    .formControlNumericTextbox .k-input-inner,
    .myCombobox .k-input-inner {
        text-align: right;
        width: 150px;
    }

.gridNumericTextbox .k-input-inner,
.myCombobox .k-input-inner {
    text-align: right;
    width: 100%;
}

    .formControlLabel{
        min-width: 200px;
    }

/* _____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________*/
/*                                                                                                                                                                                                                                                                                                          */
/*          Telerik Helpers                                                                                                                                                                                                                                                                          */
/* _____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________*/
.no-headers-grid .k-grid-header {
    display: none;
}


.noHeadersGrid .k-grid-header {
    display: none;
}

/*LoaderContainer*/
.ensureLoaderContainerVisible .k-loader-container-panel {
    position: fixed;
    top: 300px;
}

.formGroupHeader,
formGroupHeader legend {
    /*background-color: lightgreen;*/
}

.k-form .formGroupHeader legend {
    /*        background-image: linear-gradient( white, lightgreen,white);*/
    /*        background-color: honeydew;*/
    /*        color: red;*/
    font-weight: bold;
}


/* _____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________*/
/*                                                                                                                                                                                                                                                                                                          */
/*          Custom Background Colors                                                                                                                                                                                                                                                                         */
/* _____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________*/

.backroundAddNewItem {
    background-color: #8fbc8f !important;
}

    .backroundAddNewItem:hover {
        background-color: #83A883 !important;
    }

.gridColumnNotEditable {
    background-color: #D6FFD6 !important;
}

.gridColumnNotEditableLightGreen {
    background-color: #D6FFD6 !important;
}


.gridColumnLightYellow {
    background-color: #FFFACE !important;
}

.gridColumnFinal {
    background-color: #D6FFD6 !important;
}


.gridColumnUnadjusted {
    background-color: #FFFACE !important;
}

/* _____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________*/
/*                                                                                                                                                                                                                                                                                                          */
/*          Layout Helpers                                                                                                                                                                                                                                                                          */
/* _____________________________________________________________________________________________________________________________________________________________________________________________________________________________________________*/

.flexContainer {
    display: flex;
}

.flexContainerWrapRows {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

.flexContainerWrapRowsGap10 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.flex-gap {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 12px;
}


.flexChildColumn {
    flex: 1;
    flex-shrink: 1;
}

.flexChildColumnAuto {
    width:auto;
}


.fsContainer{
    flex: 1;
}


.fsLine {
    font-size: smaller;
    display: flex;
    margin-top: 2px;
    margin-bottom: 2px;
    gap: 10px;
}


.fsLabel {
    flex: 1;
}

.fsLabel175Px {
    flex: 0 0 175px;
}

.fsLabel250Px {
    flex: 0 0 250px;
}


.fsLabel350Px {
    flex: 0 0 350px;
}

.fsValue {
    /*flex: 0 0 220px;*/
    flex: 0 0 180px;
    text-align: right;
}
.fsValueUnderline {
    /*flex: 0 0 220px;*/
    flex: 0 0 180px;
    text-align: right;
    border-bottom: 1px solid;
}

.fsValueDoubleUnderline {
    /*flex: 0 0 220px;*/
    flex: 0 0 180px;
    text-align: right;
    border-bottom: 1px double;
}

.fsRightIndent{
    padding-right: 125px;
}

.fsRightIndentSmall {
    padding-right: 75px;
}

.fsSpaceAbove{
    margin-top: 4px;
}

.displayNone{
    display:none;
}



/*New 2022-09-19 try flex columns with gaps for edit forms etc.*/
.flexGap12 {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
}

.flexGap10 {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
}

.flexGap8 {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 8px;
}

.flexGap6 {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 6px;
}

.flexGap5 {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 5px;
}


.flexGap4 {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 4px;
}

.flexGap3 {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 3px;
}


.flexGap2 {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 2px;
}

.flexGap1 {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 1px;
}


.borderNone {
    border-style: none!important;
    /*    border: 0px solid rgba(255, 255, 255, 0);*/
}


.borderTransparent {
    border-style: none;
/*    border: 0px solid rgba(255, 255, 255, 0);*/
}



/*DeDupe Styles*/
.dedupeSelectedBackground {
    background-color: aquamarine;
}


.dedupeAlignLeftAndRight {
    display: flex;
    justify-content: space-between;
}

.dedupePropertyValueFormat {
    font-weight: bold;
}


/* Icon Styles for Toolbars and other elements */

.colorYellow {
    color: yellow;
}

.colorRed {
    color: red;
}

.colorWhite {
    color: white;
}

.pointerOnHover:hover 
{
    cursor: pointer;
}


