﻿body {
    font-family: Helvetica;
    background-color: #f7f7f7;
    height: 100%;
}

.UserBox {
    height: 150px;
    width: 100%;
    background-color: #046692;
}

.ProductName {
    color: white;
    font-size: 15px;
    text-align: center;
}

.CompanySelectionBox {
    height: 550px;
    /*background-color: whitesmoke;*/
    margin-top: 6px;
    max-height: 550px;
    overflow-y: auto;
    padding-top: 10px;
}


.SiteSelectionBox {
    margin-top: 30px;
    padding-top: 0px !important;
    height: calc(100vh - 60rem);
    /*max-height: 828px;*/
    overflow-y: auto;
}

.DataSelectionBox {
    height: 760px;
    background-color: whitesmoke;
    margin-top: 0px;
    max-height: 760px;
    overflow-y: auto;
    padding-top: 20px;
}

.DataSelectionBox2 {
    height: calc(100vh - 66rem);
    /*background-color: whitesmoke;*/
   /* max-height: 1300px;*/
    overflow-y: auto;
    /*padding-top: 25px;*/
    margin-top: 40px;
}
.DataSelectionBox_wip {
    height: calc(100vh - 38rem);
    /*background-color: whitesmoke;*/
    /* max-height: 1300px;*/
    overflow-y: auto;
    /*padding-top: 25px;*/
    margin-top: 40px;
}

.CompanyDataBox {
    height: 180px;
    width: 100%;
    border-radius: 80px;
    background-color: white;
    margin-bottom: 20px;
    box-shadow: 2px 2px #d2d2d2;
}

.DataBox {
    height: 200px;
    width: 100%;
    border-radius: 10px;
    background-color: #8e8e8e;
    margin-bottom: 15px;
    /* border: 1px solid #8F8F90; */
    padding: 8px;
}
.BandBox {
    height: 140px;
    width: 100%;
    border-radius: 20px;
    background-color: #8e8e8e;
    margin-bottom: 15px;
    /* border: 1px solid #8F8F90; */
    padding: 8px;
}
.CompanyDataBoxCircle {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    text-align: center;
    color: white;
    margin-left: 20px;
}

.CompanyDataBoxCircleColor {
    background-color: #f05050
}

.SiteDataBoxCircleColor {
    background-color: #0072a5
}

.DataBoxCircleColor {
    background-color: #046692
}

.CompanyDataIcon {
    font-size: 19px;
    padding-top: 16px;
    padding-left: 2px;
}

.SiteDataIcon {
    font-size: 60px;
    padding-top: 32px;
    padding-left: 0px;
}

.CompanyDataText1 {
    font-size: 12px;
    font-weight: 700;
    position: absolute;
    top: 24px;
    white-space: nowrap;
    width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.CompanyDataTextnew {
    font-size: 26px;
    font-weight: 600;
    position: absolute;
    top: 96px;
    white-space: nowrap;
    width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #929292;
}

.TextLimit {
    /*position: absolute;*/
    white-space: nowrap;
    width: 300px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.CompanyDataText2 {
    font-size: 11px;
    color: #8F8F90;
}

.CompanyDataText3 {
    font-size: 10px;
    color: #8a8a8a;
}
/*-----------------------------------------------------------*/

.Widget1 {
    height: 250px;
    width: 100%;
    margin-top: 4px
}

.WidgetBoxPanel1 {
    width: 48%;
    padding-right: 5px;
    padding-left: 25px;
}

.WidgetBoxPanel2 {
    width: 48%;
    padding-right: 25px;
    padding-left: 2px;
    padding-bottom: 30px;
}

.WidgetBoxPanel3 {
    width: 48%;
    padding-right: 5px;
    padding-left: 25px;
}

.WidgetBoxPanel4 {
    width: 48%;
    padding-right: 25px;
    padding-left: 2px;
    padding-bottom: 50px;
}

.WidgetBox1 {
    width: 100%;
    height: 260px;
    background-color: #1f9cff;
    border-radius: 4px;
    padding: 10px;
}

.WidgetBox2 {
    width: 100%;
    height: 225px;
    background-color: #ff431f;
    border-radius: 4px;
    padding: 10px;
}

.WidgetBox3 {
    width: 100%;
    height: 225px;
    background-color: #00ca7e;
    border-radius: 4px;
    margin-top: -42px;
    padding: 10px;
}

.WidgetBox4 {
    width: 100%;
    height: 260px;
    background-color: #ffef1d;
    border-radius: 4px;
    margin-top: -21px;
    padding: 10px;
}

.WidgetCircle1 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background-color: white;
    /*float: right*/
}

.WidgetCircle2 {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: white;
    background-color: black;
    /*float: right*/
}

.WidgetCircleIcon1 {
    color: #1f9cff;
    font-size: 36px;
    margin-top: 14px;
}

.WidgetCircleIcon2 {
    color: #ff431f;
    font-size: 36px;
    margin-top: 13px;
}

.WidgetCircleIcon3 {
    color: #00ca7e;
    font-size: 45px;
    margin-top: 8px;
}

.WidgetCircleIcon4 {
    color: #f9ed4e;
    font-size: 35px;
    margin-top: 14px;
}

.WidgetBoxText1 {
    font-size: 100px;
    color: white;
    font-weight: 600;
}

.WidgetBoxText2 {
    font-size: 28px;
    color: ghostwhite;
}

.WidgetBoxText3 {
    font-size: 80px;
    color: #000000;
    font-weight: 600;
}

.WidgetBoxText4 {
    font-size: 28px;
    color: #000000;
}

.WidgetBoxText5 {
    font-size: 80px;
    color: white;
    font-weight: 600;
}
.WidgetBoxText6 {
    font-size: 80px;
    font-weight: 600;
}


.CompanyName {
    font-size: 12px;
    color: #3a3a3a;
    font-weight: 600;
    padding-left: 8px;
}

.CompanyNameText {
    font-size: 11px;
    font-weight: 700;
    color: black;
    margin-left: 15px;
    padding-top: 15px;
}

.SelectedCompanyText {
    margin-left: 8px;
    font-size: 26px;
    font-weight: 700;
    margin-top: 10px;
    margin-right: 8px;
    margin-bottom: 15px;
}

.SelectedCompanyIcon {
    margin-left: 17px;
    font-size: 19px;
    padding-bottom: 0px;
}

.SelectedCompanyIcon1 {
    margin-left: 7px;
    font-size: 19px;
    padding-bottom: 0px;
}

.BandId {
    font-size: 34px;
    font-weight: 600;
    color: #ffffff;
    margin-top: 16px;
}
.BandId2 {
    font-size: 34px;
    font-weight: 600;
    color: #ffef1d;
    margin-top: 16px;
}
.GarmentQuantity {
    color: #ffef1d;
    padding-left: 0px;
    font-size: 46px;
    font-weight: 600;
}

.Text1 {
    font-size: 28px;
    color: #dbdbdb
}

.Text2 {
    font-size: 28px;
    color: #d7d7d7;
}

.Text3 {
    color: ghostwhite;
    font-size: 36px;
}

.no-padding {
    padding-left: 0px;
    padding-right: 0px
}

.TextBox {
    width: 100px;
    padding-left: 5px;
    text-align: right;
    padding-right: 12px;
    padding-bottom: 4px;
}

.MenuDataBox {
    height: 70px;
    width: 99%;
    border-radius: 5px;
    background-color: white;
    box-shadow: 0px 1px #d7d7d7;
    margin-left: 3px;
}

.MenuLeftBorder {
    background-color: #fad733;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.MenuLeftBorder2 {
    background-color: #ea6248;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.MenuDataText1 {
    font-size: 14px;
    font-weight: 700;
    position: absolute;
    /* top: 24px; */
    white-space: nowrap;
    width: 190px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.TabMainHeader {
    font-size: 11px;
    font-weight: 600;
    color: #777777;
    padding: 30px 10px 0px 10px;
    padding-bottom: 26px;
    /* border-bottom: 1px solid #ececec; */
    text-align: center;
}

.TabHeader {
    padding-left: 0px;
    padding-right: 0px;
}

.TabHeaderBorder {
    border-bottom: 7px solid #035a81;
    padding-bottom: 3px;
    border-radius: 1px;
    color: #4a4a4a;
}

.TabHeaderText {
    cursor: pointer;
    font-weight: 800;
    font-size: 26px;
}

.OverviewBox {
    height: 100px;
    border-radius: 2px;
    background-color: white;
    width: 100%;
    padding-bottom: 10px;
    padding-top: 10px;
    margin-bottom: 10px;
}

.OverviewBoxPanel {
    height: 380px;
    border-radius: 2px;
    background-color: white;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -3px;
}

.EfficiencyBoxPanel {
    height: 280px;
    border-radius: 2px;
    background-color: white;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -3px;
}

.DefectBoxPanel {
    height: 160px;
    border-radius: 2px;
    background-color: white;
    width: 100%;
    margin-bottom: 10px;
    margin-top: -3px;
}

.OperationBoxPanel {
    height: 600px;
    border-radius: 2px;
    background-color: white;
    width: 100%;
    margin-bottom: 10px;
    margin-top: -3px;
}

.StyleBoxPanel {
    height: 500px;
    border-radius: 2px;
    background-color: white;
    width: 100%;
    margin-bottom: 10px;
    margin-top: -3px;
}
.BoxHeader {
    font-size: 12px;
    font-weight: 600;
}

.BoxSubHeader {
    float: right;
    margin-right: 35px;
    font-size: 10px;
}

.MainHeaderBox {
    height: 80px;
    background-color: #4a4a4a
}

.dropdown-contentMenu {
    border-radius: 2px;
    top: 9vh;
    display: none;
    position: absolute;
    right: 1vh;
    background-color: #ffffff;
    min-width: 400px;
    min-height: 390px;
    overflow: auto;
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100000;
    /* max-height: 451px; */
    width: 200px;
}
.dropdown-contentMenu2 {
    border-radius: 2px;
    top: 6vh;
    display: none;
    position: absolute;
    right: 1vh;
    background-color: #ffffff;
    min-width: 400px;
    min-height: 390px;
    overflow: auto;
    box-shadow: 0px 12px 16px 0px rgba(0, 0, 0, 0.2);
    z-index: 100000;
    /* max-height: 451px; */
    width: 200px;
}

.BottomBorder {
    border-bottom: 1px solid #e4e4e4;
}

.StandartText {
    font-size: 26px;
}


.WidgetBoxPanelOverview1 {
    width: 48%;
    padding-right: 25px;
    padding-left: 25px;
}

.WidgetBoxOverview1 {
    width: 100%;
    height: 180px;
    border-radius: 30px;
    padding: 10px;
}

.WidgetBoxOverview1Color {
    background-color: #0072a5;
}

.WidgetBoxOverview2Color {
    background-color: #949494;
}

.WidgetBoxOverview3Color {
    background-color: #cccccc;
}

.WidgetBoxOverview4Color {
    background-color: #01293c;
}

.OperationBox {
    height: 100px;
    border: 1px solid #4a4a4a;
}
.OperationCount {
    font-size: 44px;
    font-weight: 800;
    color: #f26168;
}
.OperationText {
    font-size: 22px;
    /*color: #808080;*/
    /*font-weight: 800;*/
}
.OperationMainText {
    font-size: 26px;
    font-weight: 800;
    color: #0072a5
}
.StyleBox {
    height: 225px;
    border: 1px solid #4a4a4a;
}
/*.OverviewBoxPanel {
    height: 700px;
    border-radius: 2px;
    background-color: white;
    width: 100%;
    margin-bottom: 20px;
    margin-top: -3px;
}*/
.WIPOrderox {
    height: 292px;
    /* border: 1px solid #4a4a4a; */
    background-color: white;
    margin-bottom: 15px;
    margin-top: -5px;
}

.WipNotExceed {
    border-left: 10px solid #56b500;
}

.WipExceed {
    border-left: 10px solid #ff431f;
}
.TextLimitWIP {
    /*position: absolute;*/
    white-space: nowrap;
    width: 340px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.center_padding {
    display: flex;
    align-items: center;
    justify-content: center;
}

.left_padding {
    display: flex;
    align-items: center;
    justify-content: left;
}

.box_shadow {
    box-shadow: 2px 2px #d2d2d2;
}


.menuSiteSelection {
    position: fixed;
    background: #fffffff5;
    top: 0px;
    /*left: 0px;*/
    margin: 120px 0px 0px 0px;
    width: 100%;
    height: 100%;
    padding: 20px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
    z-index: 99999;
}