
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/montserrat-regular.otf') format('opentype');
}

@font-face {
    font-family: 'Montserrat-Bold';
    src: url('../fonts/montserrat/Montserrat-Bold.otf') format('opentype');
}

body {
    font-family: 'Montserrat';
    color: var(--MarketingGreyFontColor);
    line-height: 28px;
    font-weight: 400;
}

.EditCommandsContainer {
    margin-bottom: 20px;
}

.AddButton {
    background-color: var(--CompanyDefaultColor) !important;
    color: white !important;
    border-color: var(--CompanyDefaultColor) !important;
    margin: 2px;
}

.SaveButton {
    background-color: var(--CompanyDefaultColor) !important;
    color: white !important;
    border-color: var(--CompanyDefaultColor) !important;
    margin: 2px;
}

.DeleteButton {
    background-color: #dc3545 !important;
    color: white !important;
    border-color: #dc3545 !important;
    margin: 2px;
}

.CloseButton {
    background-color: #6c757d !important;
    color: white !important;
    border-color: #6c757d !important;
    margin: 2px;
}

.ExitButton {
    background-color: #6c757d !important;
    color: white !important;
    border-color: #6c757d !important;
    margin: 2px;
}

.CancelButton {
    background-color: #6c757d !important;
    color: white !important;
    border-color: #6c757d !important;
    margin: 2px;
}

.ResetButton {
    background-color: #6c757d !important;
    color: white !important;
    border-color: #6c757d !important;
}

.btn, .btn-secondary, .btn-outline-primary {
    color: white !important;
    background-color: var(--CompanyDefaultColor) !important;
    border-color: var(--CompanyDefaultColor) !important;
    box-shadow: none !important;
}

.PageStart {
    margin-top: 25px;
}

.PageContainer {
}

.PageHeader {
    font-size: 30px;
    color: black;
}

    .PageHeader span {
        margin-left: 5px;
    }

.PageContent {
}
.PageCommands {
    padding: 5px
}

.EditView {
    background-color: #ffffffb8;
    padding: 5px;
    border-radius: 5px;
}

.card {
    border-radius: 0px;
    margin-bottom: 15px;
}

.card-header {
    background-color: white;
    color: black;
    font-weight: bold;
}

.CardHeaderStart {
    flex-grow: 1;
}

.CardHeaderEnd {
}

.input-group {
    flex-wrap: unset !important;
}

.form-group {
}

.FormLabel {
    font-weight: bold;
    font-size: 15px;
    color: black;
}


.CommandsButton {
    /*
    background-color: var(--ThemeRedColor) !important;
    border-color: var(--ThemeRedColor) !important;
    width: 150px;
    */
}

.RefreshIconContainer {
    width: 40px;
}

    .RefreshIconContainer .input-group-text {
        border-radius: 0px !important;
    }

.RefreshIcon {
    cursor: pointer;
}
.EditCommandsContainer {
    margin-bottom: 20px;
}

.EditContainer {
    padding: 15px;
}

.form-group {
    margin-bottom: 1rem;
}

.FormLabel {
    font-weight: bold;
    font-size: 15px;
}

.e-multi-line-input {
    width: 100%;
}

    .e-multi-line-input textarea {
        width: 100% !important;
        height: 100px !important;
    }

.TileLink {
    cursor: pointer;
    text-decoration: none !important;
}

    .TileLink :hover {
        text-decoration: none !important;
    }

.Tile {
    height: 150px;
    text-align: center;
    font-size: 20px;
    color: #1cb8dc;
    cursor: pointer;
    border-color: #1cb8dc;
    border-style: solid;
    border-width: 1px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 5px;
    margin-bottom: 5px;
}

.TileFull {
    width: 100%
}

.TileWhite {
    background-color: white;
}

.Tile a {
    text-decoration: none;
    cursor: pointer;
    color: #1cb8dc;
}

.TileContent {
}

.Tile .TileIcon {
}

.Tile .TileText {
    word-wrap: break-word !important;
    word-break: break-all !important;
    white-space: initial !important;
}

.WordWrap {
    word-wrap: break-word !important;
    word-break: break-all !important;
    white-space: initial !important;
    white-space: pre-wrap !important; /* CSS3 */
    white-space: -moz-pre-wrap !important; /* Firefox */
    white-space: -pre-wrap !important; /* Opera <7 */
    white-space: -o-pre-wrap !important; /* Opera 7 */
    word-wrap: break-word !important; /* IE */
}

.NormalCursor {
    cursor: default !important;
}

.HandCursor {
    cursor: pointer !important;
}

.SpanButton {
    height: 20px;
    font-size: 12px;
    margin-right: 5px;
    color: white;
    cursor: pointer;
    background-color: #17a2b8;
    /**
          <span class="badge badge-primary SpanButton" @onclick='() =>{ ShowCommentsDialog= true;StateHasChanged(); }'>
                    Add Comments
                </span>
    */
}

.BootStrapRowBorders {
}

    .BootStrapRowBorders > div {
        border: 1px solid grey;
    }

@media only screen and (max-width: 768px) {
}

#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;
    }

img {
    max-width: 100%;
    height: auto;
}

.ViewContainer {
    padding-top: 25px;
    padding-bottom: 25px;
    margin-bottom: 25px;
}

.sf-license-warning {
    display: none !important;
}

.BorderAll {
    border-style: solid;
    border-color: black;
    border-width: 1px;
}

.BorderTop {
    border-top-style: solid;
    border-top-color: black;
    border-top-width: 1px;
}

.BorderBottom {
    border-bottom-style: solid;
    border-bottom-color: black;
    border-bottom-width: 1px;
}

.BorderLeft {
    border-left-style: solid;
    border-left-color: black;
    border-left-width: 1px;
}

.BorderRight {
    border-right-style: solid;
    border-right-color: black;
    border-right-width: 1px;
}

.MainHeader a {
    text-decoration: none;
}
.aos-animate {
  width: 100%;
}
.LargeTextContainer {
    word-wrap: break-word !important;
    word-break: break-all !important;
    white-space: initial !important;
    white-space: pre-wrap !important; /* CSS3*/
    white-space: -moz-pre-wrap !important; /* Firefox*/
    white-space: -pre-wrap !important; /* Opera <7 */
   white-space: -o-pre-wrap !important; /* Opera 7*/
   word-wrap: break-word !important; /* IE */
   overflow-x: auto;
   overflow-y: auto;
   width:100%;
   max-height:350px;
}
/*


                                                <i class="bi bi-circle-fill HandCursor AlertCircle AlertCircleOrangeRed" @onclick='async()=>
                                                {
                                                 var Dialog= AlertsDialog;
                                                   Dialog.SetHeader($"MILESTONE {_Record.Code} ALERTS");
                                                   Dialog.SetShowInfo(true);
                                                   Dialog.SetInfo(AlertMessage);
                                                   Dialog.ShowDialog();
                                                }'></i>
*/
.AlertCircle {
  
    font-size:30px;
}
.AlertCircleGreen {
    color: green;
}
.AlertCircleOrange {
    color: orange;
}
.AlertCircleOrangeRed {
   color: orangered;
}
.AlertCircleBlue {
    color: blue;
}
.AlertCircleYellow {
    color: yellow;
}
.modal-content {
    border-radius: 0px !important;
    padding: 10px;
    background-color: #EFD39EB0;
}