
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/montserrat/montserrat-regular.otf') format('opentype');
}

html, body {
    height: 100% !important;
    margin: 0;
    padding: 0;
    font-family: 'Montserrat' !important;
}
.AdminViewContainer{
    margin-top:100px;
    margin-bottom:100px;
}
.AdminTawazunLogo {
    width: 100px;
    height: 50px;
}
.AdminFooter {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 10px;
    margin-top: 50px;
    min-height: 50px;
    background-color: #393a3c;
    color: #93969a;
    z-index: 10000000;
}

.navbar-light {
    background-color: #DD4814 !important;
}
    .navbar-light .navbar-nav .nav-link {
        color: white;
    }
    .navbar-light .navbar-brand {
        color: white !important;
    }
    .navbar-light .navbar-text {
        color: white;
    }

.EditCommandsContainer {
    margin-bottom: 20px;
}

.AddButton {
    background-color: #17a2b8 !important;
    color: white !important;
    border-color: #17a2b8 !important;
}

.SaveButton {
    background-color: #17a2b8 !important;
    color: white !important;
    border-color: #17a2b8 !important;
}

.DeleteButton {
    background-color: #dc3545 !important;
    color: white !important;
    border-color: #dc3545 !important;
}

.CloseButton {
    background-color: #6c757d !important;
    color: white !important;
    border-color: #6c757d !important;
}

.ExitButton {
    background-color: #6c757d !important;
    color: white !important;
    border-color: #6c757d !important;
}

.CancelButton {
    background-color: #6c757d !important;
    color: white !important;
    border-color: #6c757d !important;
}

.ResetButton {
    background-color: #6c757d !important;
    color: white !important;
    border-color: #6c757d !important;
}

.btn-secondary {
    color: #495090 !important;
    background-color: #e9ecef !important;
    border-color: #e9ecef !important;
    box-shadow: none !important;
}

.PageStart {
    margin-top: 25px;
}

.PageContainer {
}

.PageHeader {
    font-size: 30px;
    color: black;
}

    .PageHeader span {
        margin-left: 5px;
    }

.PageContent {
}

.PageCommands {
    margin-top: 10px;
    margin-bottom: 10px;
}

.EditView {
    background-color: #ffffffb8;
    padding: 5px;
    border-radius: 5px;
}

.EditCommandsContainer {
    margin-bottom: 20px;
}

.EditContainer {
    padding: 15px;
}

.FormLabel {
    font-weight: bold;
    font-size: 15px;
}

.e-multi-line-input {
    width: 100%;
}

    .e-multi-line-input textarea {
        width: 100% !important;
        height: 100px !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>
    */
}

@media only screen and (max-width: 768px) {
}


