body {
    background-color: #efefef;
    margin: 0 !important;
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}

/* html, body, .App, .App>div {
    height: 100% !important;
} */

/* .container{
    height: 100% !important; /*calc(100% - 170px)
} */

.spacer15 {
    height: 15px;
}

.MuiButton-root{
    text-transform: none !important;
}

.orderInfoPaper {
    margin: 20px;
    padding: 20px;
}

.TotalInfo {
    float: left;
    margin-top: 20px;
}

.DataLoading {
    margin-top:100px;
}

.undefinedStatus {
    background-color: white !important;
    color: red !important
}

.newStatus {
    background-color: white !important;
    color: yellow !important
}

.startedStatus {
    background-color:  white !important;
    color: green !important;
}

.stoppedStatus {
    background-color: white  !important;
    color: blue ! important;
}

.statusLabel {
    border: 1px solid;
    border-radius: 4px;
    line-height: 99%;
    font-weight: bold;
    padding: 6px;
}

.statusLabelContainer {
    float: right;
    margin-top: 17px;
}

.searchBox {
    padding-top: 20px;
    width: 100%;
    margin: auto;
    min-width: 300px;
    max-width: 700px;
}

.OrderList {
    margin: auto;
    width: 90%;
    margin-top: 20px;
}

.OrderCard {
    border: 1px solid #ccedff;
    background-color: #fafafa !important;
}

.OrderEditBtn {
    float: right;
    bottom: 45px;
}

.NoOrder {
    text-align: center;
    width: 100%;
}
.infoBar {
    border-bottom: 5px solid #0089D4;
}

.logoContainer {
    float: left;
    display: block;
    width: 30%;
    text-align: left;
}

.titleContainer {
    float: left;
    display: inline-block;
    width: 40%;
    font-size: 40px;
    font-weight: bold;
    padding-top: 20px;
    text-align: center;
    color: #0089D4;
}

.userInfoContainer {
    float: left;
    display: inline-block;
    width: 30%;
    padding-top: 20px;
    text-align: right;
    color: #0089D4;
    font-size: 24px;
}

.helpContainer {
    float: left;
    display: inline-block;
    width: 30%;
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    color: #0089D4;
}

.homeContainer {
    float: left;
    display: inline-block;
    width: 40%;
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #0089D4;
}

.translationContainer {
    float: left;
    display: inline-block;
    width: 30%;
    text-align: right;
    color: #0089D4 !important;
    font-size: 24px;
}

.bottomContainer {
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    display: inline-block;
    z-index: 1000;
    font-weight: bold;
    background-color: #ffffff;
    clear: both;
    font-size: 16px;
    box-shadow: inset 0px 10px 10px 10px #FFF, 0px 0px 10px #888;
}

.cncInfoField {
    width: 80%;
}

.ButtonWell {
    width: 45%;
    margin: auto;
    min-width: 300px;
    max-width: 500px;
}

.datagridWell {
    width: 90%;
    margin: auto;
    margin-top: 20px;
}

.navButton{
    margin: 15px;
    text-decoration: none;
    height: 80px;
    float: right;
    width: 100%;
}
    .navButton .MuiButtonBase-root {
        height: 80px;
        font-size: 20px !important;
    }

.smallNavButton{
    margin-top: 5px !important;
    text-decoration: none;
    height: 40px;
    float: right;
    width: 100%;
}
    .smallNavButton .MuiButtonBase-root {
        height: 40px;
        font-size: 20px !important;
    }

.ActionButton {
    position: fixed !important;
    bottom: 80px;
    right: 20px;
    color: #0089D4 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration-color: #0089D4 !important;
	z-index:1000;
}

.Spacer100 {
    height: 100px;
}

a, a:visited, a:hover, a:active {
    color: inherit;
}

.hideDiv{
    display: none !important;
}

.buttonAsNavLink{
    color: #0089D4 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration-color: #0089D4 !important;
    text-decoration-line: underline !important;
}

.navLinkAsButton {
    text-decoration-line: none !important;
}

.gantt-timeline {
    width: 98% !important;
    height: calc(100vh - 300px) !important; 
    margin: auto !important;
    margin-top: 20px !important;
}

.weekend{ 
    background: #f4f7f4 !important;
}

.gantt_message_area {
    margin-top: 100px !important;
}

.languageButton{
    color: #0089D4 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration-color: #0089D4 !important;
}

/* .MuiButton-root {
    color: #0089D4 !important;
} */

.buttonAsNavLink:hover{
    color: #0089D4 !important;
    font-size: 20px !important;
    font-weight: 700 !important;
    text-decoration-color: #0089D4 !important;
    text-decoration-line: underline !important;
    background-color: #ffffff !important;
}

.tool-bar {
    margin: auto;
    background: #ededed;
    height: 40px;
    line-height: 40px;
    padding: 5px 10px;
    margin-top: 20px;
    width: 98%;
  }
  
  .radio-label {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    height: 30px;
    line-height: 28px;
    margin-left: 6px;
    text-align: center;
    width: 80px;
  
    border: 1px solid #D9D9D9;
    border-radius: 2px;
    background: #fff;
    color: rgba(0,0,0,0.7);
  }
  
  .radio-label > input[type=radio] {
    height: 0;
    margin: 0;
    visibility: hidden;
    width: 0;
  }
  
  .radio-label-active {
    background: #a0a0a0;
    color: white;
    border-color: #707070;
  }

  .MuiFormControl-marginNormal {
    margin-top: -15px !important;  
    margin-right: 15px !important;
  }

  .pullRight {
    float: right !important;
  }

  .datepicker {
    margin-top: 15px !important;
    min-width: 150px;
    width: 100%;
  }

  .weekend{
    background: #f4f7f4;
}  

.labelForTextbox{
    margin-top: 8px !important;
}

.planningToolbarContainer{
    margin-top: 8px !important;
}

.greyText{
    color: #707070;
}
