﻿@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
    height: 100%;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.container > * {
    display: inline-block;
}

.content {
    padding-top: 1.1rem;
}

h1 {
    padding-left: 10px;
}

h2 {
    padding-left: 10px;
}

h3 {
    padding-left: 10px;
}

h4 {
    padding-left: 10px;
}

h5 {
    padding-left: 10px;
}

h6 {
    padding-left: 10px;
}

.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: #f44c40 !important;
    color: black !important;
    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;
    }

#app {
    height: 100%;
}

.overlayClass {
    border-radius: 16px;
    padding: 5px;
    background-color: white;
    border: black solid;
}

.selectedRow {
    background-color: #4a75e247 !important;
}

.item-detail-link {
    font-size: 1.5rem;
    cursor: pointer;
    text-decoration: underline;
    color: #594ae2
}

.item-detail-property {
    font-size: 1.5rem;
}

.mud-main-content {
    height: 100%;
}

.mud-tabs-panels {
    width: 100%;
}

.table-link {
    font-size: 1rem;
    cursor: pointer;
    text-decoration: underline;
    color: #594ae2 !important;
}

.workSiteForm {
    max-width: 500px;
    margin: auto;
}

.mud-tabs-toolbar-primary .mud-tab-slider {
    background: #ff6262 !important;
    height: 10% !important;
}

/*.mud-table-container {
    overflow-y: unset !important;
}
*/
/*.mud-table-sticky-header .mud-table-container {
    overflow-x: unset !important;
}
*/
.overlay-select {
    max-width: 500px;
}

.GalleryImage {
    width: 75px !important;
    height: 75px !important;
    cursor: pointer;
}

.GalleryImage_center_text {
    display: flex;
    align-items: center;
    justify-content: space-around;
}

.ConstructionDiaryAddRow {
    margin-left: 10px !important;
    width: 95% !important;
}

.ConstructionDiaryImage {
    width: 300px !important;
    height: 300px !important;
    cursor: pointer;
}

.ConstructionDiaryImageGalery {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.ConstructionDiaryImageCard {
    margin: 10px;
    display: flex;
    align-items: flex-center;
    flex-direction: column;
    justify-content: space-between;
}

.mud-overlay .mud-overlay-content {
    /*    margin: auto;
    background-color: white !important;
    border: black !important;
    border-style: ridge !important;
    padding: 5px !important;
    border-radius: 15px !important;
*/
}

.mud-tab {
    min-width: 180px !important;
}

.overlay-beetween-buttons-insert {
    padding-left: 5px;
    padding-right: 5px;
}

.dashboard-container {
    height: 900px;
    overflow: scroll;
}

.dashboard-item {
    height: 600px;
    overflow: scroll;
}

.priority-button {
    margin: 5px !important;
    width: 120px !important;
}

.urgent-request-count {
    font-size: 1.25rem !important;
    font-weight: bold !important;
}

.urgent-request {
    background: #ff4444 !important;
    color: white !important;
}

.high-request {
    background: #e35959 !important;
    color: white !important;
}

.medium-request {
    background: #ff9900 !important;
    color: white !important;
}

.low-request {
    background: #339933 !important;
    color: white !important;
}

.minimal-request {
    background: #04d304 !important;
    color: white !important;
}

.urgent-request-report {
    background-color: rgba(255, 68, 68, 0.5) !important;
}

.high-request-report {
    background-color: rgba(227, 89, 89, 0.5) !important;
}

.medium-request-report {
    background-color: rgba(255, 153, 0, 0.5) !important;
}

.low-request-report {
    background-color: rgba(51, 153, 51, 0.5) !important;
}

.minimal-request-report {
    background-color: rgba(4, 211, 4, 0.5) !important;
}

.urgent-request-text {
    color: #ff4444 !important;
}

.high-request-text {
    color: #e35959 !important;
}

.medium-request-text {
    color: #ff9900 !important;
}

.low-request-text {
    color: #339933 !important;
}

.minimal-request-text {
    color: #04d304 !important;
}

.mud-table-cell-construction-diary {
    padding: 2px !important;
    padding-left: 8px !important;
}

.table-cell-action {
    cursor: pointer;
}

.detail-row .mud-table-body .mud-table-row {
    cursor: pointer;
}

.table-wrap td {
    white-space: normal !important;
    text-overflow: initial !important;
}

.row {
    margin-right: 5px !important;
    margin-left: 5px !important;
    justify-content: space-around !important;
    flex-wrap: nowrap !important;
}

.logoMainPage {
    width: 300px;
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 50px;
}

.ImageWithUpload {
    flex-direction: column;
    display: flex;
    align-items: center;
    margin: 5px;
    position: relative;
}

.RecordInfoContainer {
    /*  position: absolute;*/
    bottom: 0;
    padding-bottom: 2%;
    /*  width: 47.5%;*/
}

/*.RecordInfoLabel {
    color: grey !important;
    padding-right: 5px !important;
}*/

.logoMenu {
    max-width: 100%;
    max-height: 100%;
}

.menuLogoContainer {
    margin: 0 auto;
    text-align: center;
}

.PageHeader {
    padding: 20px;
}

.TimeLineDot {
    cursor: pointer;
}

.cursor-pointer {
    cursor: pointer;
}

.TimeLineDescription {
    cursor: pointer;
}

.kanbancontainer {
    display: flex;
    justify-content: space-evenly;
}

.job-status {
    display: flex;
    flex-direction: column;
    max-width: 400px;
    border: outset #75868a;
    border-width: 2px 2px 0px 2px;
    /*border-radius: 16px 16px 0px 0px;*/
}

    .job-status ul {
        flex: 1;
    }

.dropzone {
    padding: 30px;
    border: 2px outset #75868a;
    list-style: none;
    max-width: 400px;
    overflow: scroll;
    max-height: 700px;
}

.dropzone-kanban {
    padding: 30px;
    border: 2px outset #75868a;
    list-style: none;
    max-width: 400px;
    overflow-x: auto;
}

.sprintdropzonesize {
    width: 420px;
    min-height: 50px;
    max-height: 700px;
    height: 100%;
    border-radius: 0;
    overflow-y: auto;
    overflow-x: hidden;
}

.dropzoneRequest {
    padding: 30px;
    border: 2px outset #75868a;
    list-style: none;
    max-width: 400px;
    overflow: scroll;
    max-height: 700px;
}

.full-width-height-button {
    width: 100% !important;
    height: 100% !important;
    border-radius: 0 !important;
    background: #00c853a1 !important;
    color: white !important;
    box-shadow: none !important;
}

.no-drop {
    border: 4px solid red;
}

.can-drop {
    border: 4px solid green;
}

.priority-buttons-row {
    flex-direction: row;
    flex-wrap: nowrap;
    display: flex;
}

.priority-buttons-column {
    flex-direction: column;
    flex-wrap: nowrap;
    display: flex;
}

.mud-tabs-panels {
    margin-left: auto;
    margin-right: 0;
}

.draggable {
    margin-bottom: 10px;
    padding: 10px 25px;
    border: 1px solid #424d5c;
    cursor: grab;
    background: #594AE2;
    color: #ffffff;
    border-radius: 5px;
}

.kanbanitem {
    margin-bottom: 10px;
    padding: 10px 25px;
    border: 1px solid #424d5c;
    color: #ffffff;
    border-radius: 5px;
}

    .draggable:active {
        cursor: grabbing;
    }

.dragging {
    cursor: grabbing;
}

.description {
    font-size: 18px;
    word-wrap: break-word;
}

.workrecord-datepicker {
    max-width: 50%;
}

.overlay-select {
    max-width: 500px;
}

.overlay-beetween-buttons-insert {
    padding-left: 5px;
    padding-right: 5px;
}

.create-order-button {
    width: 200px;
    height: 60px;
}

.order-color-error {
    background: #ff9696;
}

.order-colot-default {
    background: #fff;
}


.divider {
    margin: 20px 0 !important;
}

.numField {
    width: 200px;
}

.chemicsDetailItemsContainer {
    width: 40%;
    max-width: 95%
}

.chemicsDetailContainer {
    width: 40%;
    max-width: 95%
}

.divider-chemDetail {
    margin: 20px 0 !important;
}

.Chemics-HomePageItem {
    min-width: 400px !important;
}

.amount-chemDetail {
    width: 30%;
}

.item-chemDetail {
    width: 70%;
}

@media only screen and (max-width: 960px) {
    .amount-chemDetail {
        width: 30%;
        margin: 0;
    }

    .item-chemDetail {
        width: 70%;
        margin: 0;
    }

    .chemicsDetailItemsContainer {
        margin: 0 auto !important;
    }

    .chemicsDetailContainer {
        margin: 0 auto !important;
    }
}

.version {
    padding-left: 10px;
    padding-right: 10px;
    height: 100%;
}

.DrawerTenantNameContainer {
    width: 100%;
}

.DrawerTenantName {
    text-align: center;
    width: 100%;
    text-transform: capitalize;
    display: block;
    font-weight: bold;
    font-size: 200%;
}

    .DrawerTenantName::first-letter {
        font-size: 120%;
        color: #594ae2ff;
    }

.DrawerTenantHref:hover {
    text-decoration: none;
}

.chemicsContainer {
    max-width: 95%;
    width: 1200px;
    margin: 20px;
}

.chemicsGoods {
    width: 30%;
    margin-right: 10%
}

.chemicsWorkplace {
    width: 20%;
    margin-right: 10%
}

.chemicsAmount {
    width: 20%;
    margin-right: 5%
}

.chemicsDelete {
    width: 40px;
}

.chemicsIssueLine {
    height: 65px;
    width: 100%;
}

.dividerMobile {
    display: none;
}

@media only screen and (max-width: 800px) {
    .chemicsIssueLine {
        flex-direction: column;
        height: 100%;
        align-items: end;
    }

    .chemicsGoods {
        margin: 0 !important;
        width: 100%;
    }

    .chemicsWorkplace {
        margin: 0 !important;
        width: 100%;
    }

    .chemicsAmount {
        margin-right: 0 !important;
        width: 100%;
    }

    .dividerMobile {
        margin: 20px !important;
        display: block;
    }

    .chemicsDelete {
        margin-top: 20px;
    }

    .chemicsContainer {
        margin: 0 auto !important;
    }
}

.DrawerTenantHref:hover {
    text-decoration: none;
}

.expansion-panels-margin {
    margin: 1rem;
    margin-right: 11rem;
}

/************new role modal***************/
.newrolemodal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000000;
    opacity: 0.3;
    z-index: 99999;
}

.newrolemodal-dialog {
    border-radius: 4px;
    padding: 30px;
    z-index: 999999;
    background-color: white;
    width: 500px;
    max-width: calc(100% - 20px);
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.newrolemodal-buttons {
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.newrolemodal-initial-buttons {
    width: 150px;
    height: 70px;
}
/************new role modal end***************/

/************ comments ***************/
.commentmodaladvanced-item {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.commentmodaldialog {
    display: flex;
    flex-direction: column;
    width: 50vw;
}

.commentmodal-itembutton {
    align-self: flex-end !important;
}

.mud-dialog-scroll {
    max-height: calc(100vh - 50px);
    overflow-y: auto;
}

.mud-dialog-table {

}
.mud-commentDialog-buttonPerson {
    max-width: 27vw;
}

@media only screen and (max-width: 800px) {
    .commentmodaladvanced-item {
        display: flex;
        flex-direction: column;
        width: auto;
    }

    .commentmodaldialog {
        width: auto;
    }

    .commentmodal-itembutton {
        align-self: flex-end !important;
        display: flex;
        margin-top: 1rem;
    }
}

@media only screen and (max-width: 1100px) {
    .mud-commentDialog-buttonPerson {
        max-width: 100vw;
    }
}
/************ comments end***************/

.request-buttons {
    display: flex;
    justify-content: end;
    gap: 12px;
}

@media only screen and (max-width: 800px) {
    .request-buttons {
        flex-direction: column;
        align-items: center;
    }
}

.top-page {
    z-index: 999999999 !important;
    position: relative !important;
}

/*.mud-popover {
    z-index: 999999999 !important;
}
*/
.d-none {
    display: none !important;
}

.layout-padding {
    padding: 10px;
}

.max-width-100 {
    max-width: 100% !important;
}

.max-width-100-20 {
    max-width: calc(100% - 20px) !important;
}

.center-margin {
    margin: 0 auto !important;
}

.rightsindex-selects {
    width: 300px;
    margin-left: 30px !important;
}

.rightsindex-top-container {
    display: flex;
    justify-content: space-between;
    margin: 30px 0 20px;
    padding: 30px;
}

.rightsindex-new-role-button {
    width: 160px;
    height: 50px;
}

@media only screen and (max-width: 800px) {
    .rightsindex-top-container {
        display: block;
    }
}

.item-detail-property-money-justify {
    justify-content: space-between;
    width: 60%;
}

.money-align-end {
    text-align: end !important;
}

.underline-solid-thin {
    border-bottom: thin solid Gainsboro
}

.mud-table-row-separator-none > div > table > tbody > tr {
    border: none !important;
}

.mud-table-row-datalabel-mw-125 > div > table > tbody > tr > .mud-table-cell::before {
    min-width: 125px;
}

.min-width-1 {
    min-width: 50px;
}

.min-width-2 {
    min-width: 100px;
}

.min-width-3 {
    min-width: 150px;
}

.min-width-4 {
    min-width: 200px;
}

.dropzoneitem {
    border: solid thin black;
    border-radius: 10px !important;
}

.sprintdropzoneitem {
    border-radius: 10px !important;
    /*background: #2196f324 !important;*/
}

.request-big-id {
    font-size: 25px !important;
    font-weight: bold;
    align-items: center;
}

.context-menu-text {
    font-size: 12px !important;
}

.context-menu-border {
    border: solid thin black;
}

.styles-main {
    display: flex;
}

.styles-section {
    margin-right: 14rem;
}

.styles-section-title {
    padding: 0;
    margin-top: 3rem;
    font-size: 2rem;
}

.styles-section-item {
    margin-top: 1rem;
    margin-left: 3rem;
}

.styles-section-alerts {
    display: flex;
}

.styles-section-alertItems {
    display: flex;
    margin-top: 0.5rem;
    flex-direction: column;
    width: 100%;
}

.styles-section-alertItem {
    margin: 0.5rem;
}

.styles-aside {
    right: 32px;
    position: fixed;
    border-left: 1px solid rgba(0,0,0,.1);
    padding-left: 1rem;
}

.styles-aside-title {
    font-size: 1.25rem;
    font-weight: 400;
}

.styles-aside-navitem {
    margin: 0.5rem 0 0.5rem 0;
}

    .styles-aside-navitem:hover {
        color: rgba(89,75,226,1);
    }

.styles-aside-subnav {
    margin-left: 2rem;
}

.border-radius-2px {
    border-radius: 2px;
}

.is-subscriber{
    background-color: aliceblue;
}

@media only screen and (max-width: 800px) {
    .styles-main {
        display: block;
    }

    .styles-section {
        margin-right: 0;
    }

    .styles-section-item {
        margin-top: 0;
        margin-left: 0;
    }

    .styles-section-alerts {
        flex-direction: column;
    }

    .styles-aside {
        position: static;
        border-left: 0;
        padding-left: 0;
    }
}

.width-400 {
    width: 400px !important;
}

.border-left-solid-thin-black {
    border-left: solid thin #0000001c !important;
    border-radius: 0 !important;
}

.border-top-solid-thin-black {
    border-top: solid thin #0000001c !important;
    border-radius: 0 !important;
}

.border-right-solid-thin-black {
    border-right: solid thin #0000001c !important;
    border-radius: 0 !important;
}

.border-down-solid-thin-black {
    border-bottom: solid thin #0000001c !important;
    border-radius: 0 !important;
}

.tooltip-hight100-width100 {
    width: 100% !important;
    height: 100% !important;
}

.align-self-center {
    align-self: center;
}

.width-50px > div > div {
    width: 50px !important;
    margin-top: 0 !important;
}

.status_checkbox > div > label > span {
    padding: 0;
}

.status_checkbox > div > label {
    margin: 0;
}

.status_checkbox {
    justify-content: right;
}

.select-dialog-button {
    width: 200px !important;
}

.datepicker-mt0 > div > div > div {
    margin-top: 0px !important;
}

.user_tasks_checkbox > div > label {
    margin-bottom: 0px !important;
}

.report-font {
    font-size: 1.1rem !important;
    font-weight: bold !important;
}

.textfield-mt0 > div > div {
    margin-top: 0 !important;
}

.max_width_400px {
    max-width: 400px !important;
}

.sorting_dashboard_select {
    width: 250px;
    flex-grow: unset !important;
}