@charset "utf-8";
@font-face {font-family: 'RobotoR';src:  url('/css-js/Roboto-Regular.ttf') format('truetype');}
@font-face {font-family: 'RobotoL';src:  url('/css-js/Roboto-Light.ttf') format('truetype');}
@font-face {font-family: 'RobotoB';src:  url('/css-js/Roboto-Bold.ttf') format('truetype');}
@font-face {font-family: 'RobotoI';src:  url('/css-js/Roboto-Italic.ttf') format('truetype');}
@font-face {font-family: 'BlissI';src:  url('/css-js/BlissLightItalic.ttf') format('truetype'), url('/css-js/Bliss_Light_Italic.otf') format('opentype');}
@font-face {font-family: 'SwissL';src:  url('/css-js/SwissLight.ttf') format('truetype');}
@font-face {font-family: 'SwissB';src:  url('/css-js/SwissBold.ttf') format('truetype');}
@font-face {font-family: 'SwissR';src:  url('/css-js/SwissRegular.otf') format('opentype');}
.robotoR{font-family: 'RobotoR', sans-serif !important;}
.robotoB{font-family: 'RobotoB', sans-serif !important;}
.robotoL{font-family: 'RobotoL', sans-serif !important;}
.blissI{font-family: 'BlissI', sans-serif !important;}
.swissB{font-family: 'SwissB', sans-serif !important;}
.swissL{font-family: 'SwissL', sans-serif !important;}
.swissR{font-family: 'SwissR', sans-serif !important;}
html,body{min-width: 100vw;background-color:#fff;font-family:Verdana;margin-left:0px;margin-top:0px;margin-right:0px;margin-bottom:0px;overflow-x: hidden;}
.maincontent {
    max-width: 980px;
    margin: auto;
    min-height: 530px;
    padding: 2vh 0 20px 20px;
    min-width: 300px;
}
.nav1-a a{
    color: #fff;
    width: 70px;
    height: 47px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.nav1-b a{
    width: 77px;
    height: 49px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
}
.nav1-a a:hover{color: #FFF !important;background-color:transparent !important;border-radius:5px !important;font-family: 'RobotoB', sans-serif !important;font-size: 16px !important;}
.nav1-b a:hover{color: #000 !important;background-color:transparent !important;border-radius:5px !important;font-family: 'RobotoB', sans-serif !important;font-size: 16px !important;}

.icons{padding-right:4px;}
.body2{background-color:#fff;font-family:Verdana;}
.nav1{background-color:#006939;border-radius:0px 0px 5px 5px;font-family:Verdana;color:#FFFFFF;font-size:22px;}
.nav1_1{display: flex; justify-content:space-evenly;align-items: center;width:100%;min-width:680px;min-height: 77px;}
.m-col > div:nth-child(2) > a{color: #404041 !important;border: 1px solid #404041 !important;padding: 10px;min-width: 90px;text-align: center;}    
.m-col > div:nth-child(2) > a:hover{background-color: #404041 !important;color: #ffffff !important;}   

@media only screen and (max-width:900px){
    .nav1_1{display: flex; justify-content:space-between;align-items: center;width:805px;transition:width .5s linear;}
    .nav1_1 > div:nth-child(1){margin-left: 15px !important;}
    .nav1-b a {width: 57px !important;transition:width .5s linear;}
    #tabtableOS,#tabtable1,#tabtable2,#tabtable3,#tabtable4,#tabtable5,#tabtable6,#tabtable7,#tabtable8,#tabtable9,#tabtable10,#tabtable11,#tabtable12,#tabtable13,#tabtable14{width: 772px !important;min-height: 515px !important;height: auto !important;margin: auto !important;transition:width .5s linear;}    
}

@media only screen and (max-width:830px){
    .flex-end{justify-content: flex-start !important;}
    .hr{width: 90% !important;}
    .nav1_1{display: flex; justify-content:space-between;align-items: center;width:805px;transition:width .5s linear;}
    .nav1-b a{width: 49px !important;transition:width .5s linear;}
    #tabtableOS,#tabtable1,#tabtable2,#tabtable3,#tabtable4,#tabtable5,#tabtable6,#tabtable7,#tabtable8,#tabtable9,#tabtable10,#tabtable11,#tabtable12,#tabtable13,#tabtable14{width: 98% !important;min-height: 515px !important;height: auto !important;margin: auto !important;transition:width .5s linear;}
    .m-col{width:100% !important;flex-direction: column !important;align-items: center !important;margin-top: 15px !important;}    
    .m-col > div:nth-child(1){width:90% !important;}    
    .m-col > div:nth-child(2){width: 90% !important;margin-top: 10px;}    
    .m-col > div:nth-child(2) > a{color: #404041 !important;border: 1px solid #404041 !important;padding: 10px;min-width: 90px;text-align: center;}    
    .m-col > div:nth-child(2) > a:hover{background-color: #404041 !important;color: #ffffff !important;}    
    .m-head{width:100% !important;flex-direction: column !important;align-items: center !important;}
    .m-head > div:nth-child(1){width:90% !important; }    
        
}
@media only screen and (min-width: 790px){
    #m-menu-container{display: none !important;}
}


#hamburger-con{ width: 42px;height: 50px;margin-right: 35px;box-sizing: border-box;position: relative;cursor: pointer;}
#hamburger-menu{width: 100%;height: 100%;position: relative;}
.hamburger-bar{position: absolute;width: 100%;height: 4px;background-color: #fff;border-radius: 14px;}
.hamburger-bar:nth-of-type(1){top: 30%;left: 0%;}
.hamburger-bar:nth-of-type(2){top: 50%;left: 0%;}
.hamburger-bar:nth-of-type(3){top:70%;left: 0%;}
#hamburger-con:hover > div > div{height: 5px;}
.hamburger-bar1-rotate{top:50% !important;transform: rotate(-45deg);}
.hamburger-bar3-rotate{top:50% !important;transform: rotate(45deg);}

#m-menu-container{display:flex;flex-direction:column;align-items:center;justify-content:center;position:absolute;top:100%;width: 100%;min-height: 200px;background-color: #e6e7e9;z-index: 1;}

.top-links{width: 100%;display: flex;justify-content: center;align-items: center;height: 50px;}

@media only screen and (max-width:790px){
    .m-head > div:nth-child(1) > h2{font-size: 18px !important;}
    .m-head > div:nth-child(2){display: none !important;}
    #newfooter1,#newfooter1O,#newfooter1S{display: none !important;}
    .newfooter{height: 212px !important;}
    #tabtableOS,#tabtable1,#tabtable2,#tabtable3,#tabtable4,#tabtable5,#tabtable6,#tabtable7,#tabtable8,#tabtable9,#tabtable10,#tabtable11,#tabtable12,#tabtable13,#tabtable14{width: 98% !important;min-height: 594px !important;height: auto !important;margin: auto !important;transition:width .5s linear;}
    .nav1,.nav1s{min-width: 100% !important;}
    .nav1_1{min-width: 100% !important;}
    #nav1-a,#nav1-b{display: none !important;}
    #hamburger-con{display: flex !important;}
    .nav1-a a{color: #666666 !important;}
    .nav1-a a:hover{color:#000000 !important;font-family: 'RobotoB', sans-serif !important;font-size: 16px !important;}
}

@media only screen and (max-width:460px){
    #topbanner-opico-logo-container{width: 172px !important;}
    #topbanner-stocksag-logo-container{width: 268px !important;}
    #logo-message{display: none !important;}
    .nav1_1{min-width: 100% !important;}

}

.unauthorised{
    border: 1px solid #40404140;
    padding: 10px;
    color: #00000040;
    min-width: 90px;
    text-align: center;
    user-select: none;
    margin: 0px;
}

.hr{
    width: 100%;
}

.nav2{background-color:#fff;}
.tableleft{margin-left:auto;margin-right:auto;}
/* .blr1{border-bottom:#000 solid 1px;border-left:#000 solid 1px;border-right:#000 solid 1px;border-top:#000 solid 1px;border-radius:5px;background-color:#fff;} */
.bannerl {
position: absolute;
top: 120px;
left: 50%;
width: 125px;
height: 450px;
margin-left: -603px;
} 
.redborder {   
border: 1px solid red;
background-color: red;
}
.stocktakecarddisabled {
    background: #cdcdcd;
}
.stocktakecardreview {
    background: #f9e4b4;
}
.stocktakecardrows {
    border-bottom: 1px solid #000000;
    padding: 5px 0px 2px 0px;
    overflow: hidden;
    cursor: pointer;
}
.stocktake_datarow2_1 {
    width: 248px;
    height: 15px;
    /*border-right: 1px solid #000000;*/
    overflow: hidden;
    float:left; 
	text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.topline0 {
    background: url(https://dealer.opico.co.uk/images/per-staging/t0.png);
    background-repeat: no-repeat;
    background-position: 95px 0px;
}
.midline0 {
    background: url(https://dealer.opico.co.uk/images/per-staging/m0.png);
    background-repeat: no-repeat;
    background-position: 95px 0px;
}
.botline0 {
    background: url(https://dealer.opico.co.uk/images/per-staging/b0.png);
    background-repeat: no-repeat;
    background-position: 95px 0px;
}
.topline1 {
    background: url(https://dealer.opico.co.uk/images/per-staging/t1.png);
    background-repeat: no-repeat;
    background-position: 95px 0px;
}
.midline1 {
    background: url(https://dealer.opico.co.uk/images/per-staging/m1.png);
    background-repeat: no-repeat;
    background-position: 95px 0px;
}
.botline1 {
    background: url(https://dealer.opico.co.uk/images/per-staging/b1.png);
    background-repeat: no-repeat;
    background-position: 95px 0px;
}
.topline2 {
    background: url(https://dealer.opico.co.uk/images/per-staging/t2.png);
    background-repeat: no-repeat;
    background-position: 95px 0px;
}
.midline2 {
    background: url(https://dealer.opico.co.uk/images/per-staging/m2.png);
    background-repeat: no-repeat;
    background-position: 95px 0px;
}
.botline2 {
    background: url(https://dealer.opico.co.uk/images/per-staging/b2.png);
    background-repeat: no-repeat;
    background-position: 95px 0px;
}
.bannerr {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width:940px;
    width: 100%;
    height: 95px;
    /* position: absolute;
    top: 560px; */
}
.testmode {
position: fixed;
margin: auto;
top: 0px;
z-index: 2;
/* display: none; */
}
.filescancon {
  width: 170px;
  /* overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  cursor: pointer;
    
}

.trimref {
  width: 110px;
  /* overflow-x: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; */
  cursor: pointer;
    
}

#stocktakerows {
    top: 100px;
    width: 100%;
    text-align: left;
    height: 20px;
    overflow: hidden;
}

.stocktake_row1 {
    width: 70px;
    height: 20px;
    margin: 0px 5px 0px 0px;
    /*border-right: 1px solid #000000;*/
    overflow: hidden;
    float:left;
}
.stocktake_row2 {
    width: 150px;
    height: 20px;
    margin: 0px 5px 0px 0px;
    /*border-right: 1px solid #000000;*/
    overflow: hidden;
    float:left;
}
.stocktake_row3 {
    width: 95px;
    height: 20px;
    margin: 0px 5px 0px 0px;
    /*border-right: 1px solid #000000;*/
    overflow: hidden;
    float:left;
}
.stocktake_row4 {
    width: 40px;
    height: 20px;
    margin: 0px 5px 0px 0px;
    /*border-right: 1px solid #000000;*/
    overflow: hidden;
    float:left;
}
.stocktake_row5 {
    width: 125px;
    height: 20px;
    margin: 0px 5px 0px 0px;
    /*border-right: 1px solid #000000;*/
    overflow: hidden;
    float:left;
}
.stocktake_row6 {
    width: 110px;
    height: 20px;
    margin: 0px 5px 0px 0px;
    /*border-right: 1px solid #000000;*/
    overflow: hidden;
    float:left;
}
.stocktake_row7 {
    width: 115px;
    height: 20px;
    margin: 0px 5px 0px 0px;
    /*border-right: 1px solid #000000;*/
    overflow: hidden;
    float:left;
}

.stocktake_row8 {
    width: 75px;
    height: 20px;
    margin: 0px 5px 0px 0px;
    /*border-right: 1px solid #000000;*/
    overflow: hidden;
    float:left;
}

.stocktake_row9 {
    width: 75px;
    height: 20px;
    margin: 0px 5px 0px 0px;
    /*border-right: 1px solid #000000;*/
    overflow: hidden;
    float:left;
}

.notes_scroll{font-family:Verdana;font-size:11px;color:#000000;background-color:#FFF;padding:5px;height:60px;width:94%;overflow:auto;}
.fileupload_scroll{font-family:Verdana;font-size:11px;color:#000000;background-color:#FFF;height:155px;width:99%;overflow:auto;}
.wh_scroll{font-family:Verdana;font-size:11px;color:#000000;background-color:#FFF;padding:5px;height:80px;width:94%;overflow:auto;}
.exchange{background-color:#006939;font-family:Verdana;color:#FFFFFF;font-size:12px;border-radius:0 0 5px 0;}
.terms_scroll{font-family:Verdana;font-size:11px;color:#000000;border:#000 1px solid;padding:5px;height:250px;width:98%;overflow:auto;}
.terms_scroll2{font-family:Verdana;font-size:11px;color:#000000;border:#000 1px solid;padding:5px;height:300px;width:98%;overflow:auto;}
.comments_scroll{font-family:Verdana;font-size:12px;color:#000000;border:#000 1px solid;padding:3px;height:200px;width:98%;overflow:auto;}
.news_scroll{font-family:Verdana;font-size:11px;color:#000000;border:#000 1px solid;background-color:#FFF;padding:5px;height:200px;width:790px;overflow:auto;}
#divnotes{font-family:Verdana;font-size:11px;color:#000000;border:#000 0px solid;background-color:#FFF;padding:1px;height:75px;width:462px;overflow:auto;}
.product_notes{font-family:Verdana;font-size:11px;color:#000000;background-color:#FFF;padding:1px;height:130px;width:98%;overflow:auto;}
.p_notes2{font-family:Verdana;font-size:11px;color:#000000;background-color:#FFF;padding:1px;height:59px;width:98%;overflow:auto;}
.machinenotes{font-family:Verdana;font-size:11px;color:#000000;background-color:#FFF;padding:5px;height:150px;width:889px;overflow:auto;}
.livehistorynotes{font-family:Verdana;font-size:11px;color:#000000;background-color:#FFF;padding:5px;height:100px;width:880px;overflow:auto;}
.livehistorynotes2{font-family:Verdana;font-size:11px;color:#000000;background-color:#FFF;height:auto;max-height:50px;width:840px;overflow:auto;}
p{font-family:Verdana;font-size:12px;margin-top:0.01em;color:#000;font-weight:normal;}
.orderno{font-family:Verdana;font-size:9px;margin-top:0.01em;color:#000;font-weight:normal;}
.loggedtablet{font-family:Verdana;font-size:12px;margin-top:3px;color:#000;font-weight:normal; }
.demosystem{font-family: Verdana; font-size: 13px; color: #000; font-weight: normal; width: 500px; background: #eeee1d; margin-top: 4px; position: relative; left: 50%; margin-left: -248px; height: 19px; border-radius: 6px;}
.downloadnotes{font-family:Verdana;font-size:10px;margin-top:0.01em;color:#000;font-weight:normal;}
.betatest{font-family:Verdana;font-size:9px;margin-top:0.01em;color:#FFF;font-weight:normal;}
.dealerid{font-family:Verdana;font-size:10px;margin-top:0.01em;color:#000;font-weight:normal;}
.invalidlogin{font-family:Verdana;font-size:12px;margin-top:0.01em;color:#F00;font-weight:normal;}
.redpx{background:#FD5757;}
.redborder{border:#F00 1px solid !important;}
.p{font-family:Verdana;font-size:12px;margin-top:0.01em;color:#000;font-weight:normal;}
.nav-border{background-color:#fff;}
.ieerror{border-bottom:#F00 1px solid;-webkit-border-bottom:#F00 1px solid;border-top:#F00 1px solid;-webkit-border-top:#F00 1px solid;border-left:#F00 1px solid;-webkit-border-left:#F00 1px solid;border-right:#F00 1px solid;-webkit-border-right:#F00 1px solid;border-radius:5px}
.ooss{border-bottom:#F00 1px solid;-webkit-border-bottom:#F00 1px solid;border-top:#F00 1px solid;-webkit-border-top:#F00 1px solid;border-left:#F00 1px solid;-webkit-border-left:#F00 1px solid;border-right:#F00 0px solid;-webkit-border-right:#F00 0px solid;}
.oossp{font-family:Verdana;font-size:11px;margin-top:0.01em;color:#000;font-weight:normal;}
.link-white:link{color:#FFF;text-decoration:none;}
.link-white:visited{color:#FFF;text-decoration:none;}
a:link{color:#03F;text-decoration:none;}
a:hover{color:#060;text-decoration:none;}
a:visited:hover{color:#060;text-decoration:none;}
a:visited{color:#03F;text-decoration:none;}
a:active{color:#03F;text-decoration:none;}
.nav1 a{color:#fff;text-decoration:none;font-size:16px;padding:1px 12px 1px 12px;border-radius:5px;-webkit-transition:background 0.5s linear;-moz-transition:background 0.5s linear;-ms-transition:background 0.5s linear;-o-transition:background 0.5s linear;transition:background 0.5s linear;}
.nav1 a:hover{color:#fff;background-color:#1D4814;border-radius:5px;}
/* .onpage{background-color:#1D4814;} */

.onpage{color: #000 !important;font-family: 'RobotoR', sans-serif !important;}
.onpage1{color: #FFF !important;font-family: 'RobotoR', sans-serif !important;}
.allregisterd{border-top:#000 1px solid;-webkit-border-top:#000 1px solid;}
.partslookupta{border-bottom:#000 1px solid;-webkit-border-bottom:#000 1px solid;}
/* .tableborder1{border-bottom:#6A6A6A 1px solid;border-top:#6A6A6A 1px solid;border-left:#6A6A6A 1px solid;border-right:#6A6A6A 1px solid;border-radius:5px;-webkit-border-bottom:#6A6A6A 1px solid;-webkit-border-top:#6A6A6A 1px solid;-webkit-border-left:#6A6A6A 1px solid;-webkit-border-right:#6A6A6A 1px solid;} */
.logout{font-family:Verdana;font-size:12px;margin-right:10px;margin-top:0.01em;margin-bottom:0.01em;color:#FFC;font-weight:bold;vertical-align:middle;cursor:pointer;}
.greentexty{color:#060;}
.redtexty{color:#e1251b;}
input[type="text"], input[type="email"], input[type="password"]{border-bottom:#6A6A6A 1px solid;border-top:#6A6A6A 1px solid;border-left:#6A6A6A 1px solid;border-right:#6A6A6A 1px solid;-webkit-border-bottom:#6A6A6A 1px solid;-webkit-border-top:#6A6A6A 1px solid;-webkit-border-left:#6A6A6A 1px solid;-webkit-border-right:#6A6A6A 1px solid;height:24px;margin-top:2px;margin-bottom:2px;padding:5px;border-radius:3px;box-sizing: border-box;}
h1{font-family:Verdana;color:#343434;padding-top:10px;font-size:15px;margin:0;}
h2{font-family:Verdana;font-size:14px;color:#060;margin:0px 0px 8px 0px;}
h3{font-family:Verdana;font-size:14px;color:#060;margin:0px;}
.green-bg{background-color:#006939;}
.R1{color:#F00;}
.red{color:#F00;}
.green{color:#060;}
/* .dpDiv{} */
.dpTable{font-family:Verdana;font-size:12px;text-align:center;color:#505050;background-color:#ece9d8;border:1px solid #AAAAAA;}
/* .dpTR{} */
/* .dpTitleTR{} */
/* .dpDayTR{} */
/* .dpTodayButtonTR{} */
.dpTD{border:1px solid #ece9d8;}
.dpDayHighlightTD{background-color:#CCCCCC;border:1px solid #060;}
.readonlyform{background-color:#CCC;}
.readonlyform2{background-color:#CCC; color: inherit; border-color: inherit; }
.debugform{background-color:#FFF;}
.dpTDHover{background-color:#aca998;border:1px solid #060;cursor:pointer;color:red;}
/* .dpTitleTD{} */
/* .dpButtonTD{} */
/* .dpTodayButtonTD{} */
.dpDayTD{background-color:#CCCCCC;border:1px solid #AAAAAA;color:white;}
.dpTitleText{font-size:12px;color:gray;font-weight:bold;}
.dpDayHighlight{color:#4060FF;font-weight:bold;}
.dpButton{font-family:Verdana;font-size:10px;color:#FFF;background:#063;font-weight:bold;padding:0px;}
.red_border{border:#F00 1px solid !important;}
.full_green_border{border-bottom:#060 1px solid;-webkit-border-bottom:#060 1px solid;border-left:#060 1px solid;-webkit-border-left:#060 1px solid;border-right:#060 1px solid;-webkit-border-right:#060 1px solid;border-top:#060 1px solid;-webkit-border-top:#060 1px solid;border-radius:5px;background-color:#FFFFFF;}
.borderbottom{border-bottom:#000 1px solid;}
.greenborderbottom{border-bottom:#060 1px solid;}
.dpTodayButton{font-family:Verdana;font-size:10px;color:#FFF;background:#063;font-weight:bold;}
.center_requestdiv{width:300px;left:50%;margin-left:-150px;height:216px;margin-top:150px;position:fixed;display:none;}
.loadingsysbox{top:50%;margin-top:-75px;height:150px;width:150px;left:50%;margin-left:-75px;position:fixed;display:block;z-index:9999;}
.sysmaildiv{top:50%;margin-top:-138px;height:275px;width:400px;left:50%;margin-left:-200px;position:fixed;display:none;z-index:9999;background-color:#FFF;background:#FFF;}
.findaccountdiv{top:40%;margin-top:-130px;height:260px;width:850px;left:50%;margin-left:-425px;position:fixed;display:none;z-index:9999;background-color:#FFF;background:#FFF;}
.removereg{top:50%;margin-top:-130px;height:260px;width:850px;left:50%;margin-left:-425px;position:fixed;display:none;z-index:9999;background-color:#FFF;background:#FFF;} 
.claimboxdiv{background-color:#FFF;border-bottom:#060 1px solid;-webkit-border-bottom:#060 1px solid;border-left:#060 1px solid;-webkit-border-left:#060 1px solid;border-right:#060 1px solid;-webkit-border-right:#060 1px solid;border-top:#060 1px solid;-webkit-border-top:#060 1px solid;}
.machinesattdiv{top: 50%;margin-top: -270px;height:477px;width: 850px;left: 50%;margin-left: -425px;position: fixed;display: none;z-index: 9999;background-color:#FFF;background:#FFF;	
}
.sellingdpopup{top:50%;margin-top:-107px;height:215px;width:850px;left:50%;margin-left:-425px;position:fixed;display:none;z-index:9999;background-color:#FFF;background:#FFF;}
.partsinfobox{width:400px;height:600px;position:fixed;display:none;top:50%;margin-top:-300px;left:50%;margin-left:-200px;}
.partsinfobox3{width:518px;height:280px;position:fixed;display:none;top:50%;margin-top:-240px;left:50%;margin-left:-259px;}
.claimbox{width:610px;height:60px;position:fixed;display:none;top:50%;margin-top:-30px;left:50%;margin-left:-305px;}
.marketingdiv{width:610px;height:30px;position:fixed;display:none;top:50%;margin-top:-30px;left:50%;margin-left:-305px;}
.partsinfobox4{width:716px;height:280px;position:fixed;display:none;top:50%;margin-top:-140px;left:50%;margin-left:-200px;}
.partsinfobox2{width:100%;height:100%;position:fixed;display:none;background-color:#000;background:#000;top:0px;left:0px;right:0px;opacity:0.4;filter:alpha(opacity=40);}
.partsinfobox_broder{background-color:#FFF;border-bottom:#060 1px solid;-webkit-border-bottom:#060 1px solid;border-left:#060 1px solid;-webkit-border-left:#060 1px solid;border-right:#060 1px solid;-webkit-border-right:#060 1px solid;border-top:#060 0px solid;-webkit-border-top:#060 0px solid;}
.center_requestdiv_bo{background-color:#FFF;border-bottom:#060 0px solid;-webkit-border-bottom:#060 0px solid;border-left:#060 1px solid;-webkit-border-left:#060 1px solid;border-right:#060 1px solid;-webkit-border-right:#060 1px solid;border-top:#060 0px solid;-webkit-border-top:#060 0px solid;}
.center_requestdiv_bo2{background-color:#FFF;border-bottom:#060 1px solid;-webkit-border-bottom:#060 1px solid;border-left:#060 1px solid;-webkit-border-left:#060 1px solid;border-right:#060 1px solid;-webkit-border-right:#060 1px solid;border-top:#060 1px solid;-webkit-border-top:#060 1px solid;}
.center_requestdiv_x{background-color:#FFF;border-bottom:#060 0px solid;-webkit-border-bottom:#060 0px solid;border-left:#060 1px solid;-webkit-border-left:#060 1px solid;border-right:#060 1px solid;-webkit-border-right:#060 1px solid;border-top:#060 1px solid;-webkit-border-top:#060 1px solid;}
.center_requestdiv_x2{border-bottom:#060 1px solid;-webkit-border-bottom:#060 1px solid;border-left:#060 0px solid;-webkit-border-left:#060 0px solid;border-right:#060 0px solid;-webkit-border-right:#060 0px solid;border-top:#060 0px solid;-webkit-border-top:#060 0px solid;}
.center_requestdiv_x3{background-color:#FFF;border-bottom:#060 1px solid;-webkit-border-bottom:#060 1px solid;border-left:#060 1px solid;-webkit-border-left:#060 1px solid;border-right:#060 1px solid;-webkit-border-right:#060 1px solid;border-top:#060 0px solid;-webkit-border-top:#060 0px solid;}
.center_requestdiv_x4{border-bottom:#060 0px solid;-webkit-border-bottom:#060 0px solid;border-left:#060 0px solid;-webkit-border-left:#060 0px solid;border-right:#060 0px solid;-webkit-border-right:#060 0px solid;border-top:#060 1px solid;-webkit-border-top:#060 1px solid;}
.discontactdiv{z-index:99;width:100%;height:110px;position:fixed;top:0px;left:0;margin-left:0px;background-color:#efefef;display:block;border-bottom:1px #000000 solid;animation-duration:2s;animation-name:fadeInOnLoad;}
.discontactdiv1{display:none;}
.printable{display:none;}
.printableh1{color:#343434;font-size:15px;margin:0;}
@media only print{.container{display:none !important;}
.printable{display:block !important;}
}
#text{margin:50px auto;width:500px;}
.hotspot{color:#03F;cursor:pointer}
#ttcont{display:block;padding:2px 12px 3px 7px;margin-left:5px;background:#FFF;color:#000;font-family:Arial, Helvetica, sans-serif;font-size:10px;}
#tt{position:absolute;display:block;}
#tttop{display:block;height:5px;margin-left:5px;}
#ttbot{display:block;height:5px;margin-left:5px;}
img{border:none;}
div.pass-container{height:30px;}
div.pass-bar{height:11px;margin-top:2px;}
div.pass-hint{font-family:arial;font-size:11px;}
.strength1{background-color:#FF9999;}
.strength2{background-color:#FFCC66;}
.strength3{background-color:#FFFF99;}
.strength4{background-color:#CCFF99;}
.strength5{background-color:#99FF99;}
@keyframes fadeInOnLoad{0%,50%{opacity:0;}
100%{opacity:1;}
}
@keyframes fadeOutLoad{100%{opacity:1;}
0%,50%{opacity:0;}
}
.newfooter{
	width: 100%;
	/* background: #016939; */
	background: #7d7d7d;
	/* height: 65px; */
	height: 300px;
    /* position: fixed;
    bottom: 0px; */
}
.newfooter1{
	/* width: 910px; */
	width: 100%;
	background: #016939;
	height: 65px;
	margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;

}
.text_l{
	width: 145px;
	text-align: right;
	float: left;
	padding-right: 1px;
	padding-top: 9px;
}

.text_l a {
	color: #FFF;
	font-size:12px;
}
.text_l a:hover {
	color: #8A8A8A;
	font-size:12px;
}

.text_r{
	width: 180px;
	float: left;
	text-align: left;
	padding-left: 10px;
	padding-top: 9px;
}
.footertext {
	color: #FFF;
	font-size:12px;
}

.file_input_container {
    display: block;
    position: relative;
    margin-top: 4px;
    border: 1.5px dashed #6a6a6a;
    display: flex;
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
}

.file_input_container [type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.file_input_container > div {
    text-align: center;
}


.prompts h4, .prompts p{
    color: #6a6a6a;
    margin: 5px;
    font-size: 12px;

}

@media only screen and (min-width="644px"){
    .file_input_container{
        background-color: red;
    }
}


/* MRP START MRP START MRP START MRP START MRP START MRP START MRP START  MRP START  MRP START  MRP START  MRP START  MRP START  MRP START  MRP START */
#mrp-groups-tr{
    height: 496px;
    display: block;
    /* border: 2px solid red; */
    /* overflow: hidden; */
}

#mrp-groups-container{
    /* border: 1px solid red; */
    position: relative;
    height: 450px;
    width: 915px;
    overflow-y: hidden;
    overflow-x: scroll;
    margin: 5px 0px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#purchase-proposal-tr{
    height: 496px;
    display: block;
    /* border: 2px solid red; */
    /* overflow: hidden; */
}

#purchase-proposal-td{
    position: relative;
}

#purchase-proposal-links-con{
    position: absolute;
    /* border: 1px solid #707070; */
    top: -48px;
    right: 10px;
    height: 30px;
    width: 260px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    background-color: #fff;
    padding: 0 4px;
}

#purchase-proposal-links-con p{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 1px solid #000;
    height: 100%;
    width: 125px;
    background-color: #E1251B;
    color: #fff;
    box-shadow: 4px 4px 4px #00000040;
}

#purchase-proposal-links-con p:hover{
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

#proposal-subtext{
    /* border: 1px solid red; */
    position: absolute;
    top: -49px;
    max-width: 279px;
    right: 278px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
}

#mrp-h1{
    color: #E1251B;
    margin-left: 5px;
    padding: 0;
}
#mrp-h3{
    color: #000;
    margin-left: 5px;
    padding: 0;
}

.mrp-h3{
    color: #000;
}

.mrp-group{
    /* border: 2px solid red; */
    height: 436px;
    margin-right: 30px;
    width: 268px;

}

.mrp-group-title{
    /* border: 2px solid red; */
    border-radius: 5px;
    width: 300px;
    height: 15px;
    padding: 5px;
    margin: 5px;
}
.chart{
    width: 100%;
    height: 194px;
    border-bottom: 1px dashed #707070;
    margin-bottom: 5px;
    overflow: hidden;
    cursor: pointer;
}
.chart img{
    width: 100%;
    height: 100%;
    height: auto;
    object-fit: cover;
}

.mrp-links{
    /* border: 1px solid green; */
    margin-top: 15px;
}

.mrp-group-details{
    position: relative;
    border: 1px solid #707070;
    /* border-radius: 5px; */
    width: 100%;
    height: 388px;
    padding: 5px;
    margin: 5px;
    overflow: hidden;
}

.underline{
    text-decoration: underline;
    /* cursor: pointer; */
}

span[class="underline"]{
    cursor: pointer;
}
.text-red{
    color: #E1251B;
}

span[class="text-red"]{
    cursor: pointer;
}

div.mrp-summary:nth-child(1) > p > strong{
    cursor: pointer;
}


.mrp-add-group{
    background-color: transparent;
    width: 30px;
    height: 30px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}

.mrp-add-group:hover > svg{
    fill: #E1251B;
}

#plus-button-tr{
    display: block;
}

#add-group-plus{
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 180px;
    height: 30px;
    overflow: hidden;
    /* margin-right: 5px; */
    cursor: pointer;
    /* pointer-events: none; */
}
#add-group-plus button{
    background-color: transparent;
    width: 40px;
    height: 100%;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: none;
    cursor: pointer;
}


#add-group-plus p{
    /* border: 2px solid red; */
    width: 480px;
    padding: 0;
    margin: 5px 0;
}


.add-group-cog{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 30px;
    height: 30px;
    /* border: 1px solid red; */
    /* overflow: hidden; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    /* cursor: pointer; */
}




.edit-toggle
{
    opacity: 0;
    transition: opacity .5s ease-in-out;
    top: 0px;
    left: 0px;
    width: 0px;
    height: 0px;
    pointer-events: none;
}

.edit-icons-con{
    position: absolute;
    /* border: 1px solid red; */
    top: -88%;
    left: -110%;
    height: 52px;
    width: 30px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0px;
    margin: 0px;
    transition: opacity .5s ease-in-out;
}

.edit-icons-con > button{
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid #000;
    background-color: #fff;
    width: 26px;
    height: 26px;
    border: 1px solid;
    border-radius: 50%;
    outline: none;
    cursor: pointer;
    padding: 0px;
    transition: opacity .5s ease-in-out;
}

.edit-icons-con > button:hover{
    border: 1px solid #E1251B;
}
.edit-icons-con > button:hover > svg{
    fill: #E1251B;
}

.edit-icons-con > button:nth-child(1){
    margin-left: 25px;
}

.hover-blue:hover{
    color: #002E8A;
    cursor: pointer;
}

.hover-white:hover{
    color: #000;
    background-color: #fff;
    cursor: pointer;
}

.mrp-summary{
    position: relative;
    /* border: 1px solid red; */
    width: 250px;

}

.mrp-summary h3{
    font-size: 12px;
}

.mrp-summary p{
    font-size: 11.5px;
}

.modal{
    position: absolute;
    top: 16px;
    left: -2px;
    border: 1px solid #707070;
    width: 270px;
    /* height: 40px; */
    height: 0;
    opacity: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden;
    transition: height .2s linear, opacity .2s linear;
    background-color: #fff;


}

.modal p{
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0 20px 0 5px;
}

#mrp-groups-container::-webkit-scrollbar{
    border: 1px solid #000;
    height: 10px;
    margin-left: 10px;
}
#mrp-groups-container::-webkit-scrollbar-thumb{
    border: 1px solid #000;
    background-color: #707070;
}
#mrp-groups-container::-webkit-scrollbar-track-piece{
    border: 1px solid #000;
}


#select-mrp-group-parts{
    /* border: 2px solid red; */
    height: 500px;
    width: 915px;
    margin: 10px 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#select-mrp-group-parts form{
    /*border: 1px solid red; */
    height: 100%;
    width: 99%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.group-name-con{
    /* border: 2px solid green; */
    width: 380px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.part-filter-con{
    /* border: 2px solid blue; */
    width: 620px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: center;
}

.part-filter-con label, .part-filter-con select, .part-filter-con input, .part-filter-con > div{
    /* border: 2px solid red; */
    margin-right: 5px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}
.part-filter-con p{
    /* border: 2px solid red; */
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
    margin-right: 5px;
    
}

#add-parts-filter-value-con{
    width: 200px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

input[id="addfiltervalue"]{
    width: 100%;
    
}

input[id="addfiltervalue1"], input[id="addfiltervalue2"]{
    width: 85px;
}


#filter-value-con{
    width: 200px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}
input[id="filtervalue"]{
    width: 100%;
    
}

input[id="filtervalue1"], input[id="filtervalue2"]{
    width: 85px;
}

#group-name-and-filter{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.group-name-con label, .group-name-con input{
    /* border: 2px solid red; */
    margin-right: 5px;
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#parts-tr{
    height: 496px;
    display: block;
    /* border: 2px solid red; */
    overflow: hidden;
}

#parts-table-con{
    margin-top: 16px;
    height: 71%;
    overflow-y: scroll;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    position: relative;
}

#add-parts-table-con::-webkit-scrollbar{
    border: 1px solid #707070;
    width: 8px;
    margin-left: 10px;
}
#add-parts-table-con::-webkit-scrollbar-thumb{
    border: 1px solid #707070;
    background-color: #707070;
}

#add-parts-table-con::-webkit-scrollbar-track-piece{
    border: 1px solid #707070;
}


#refresh-con{
    /* border: 2px solid red; */
    margin-top: 5px;
    height: 5%;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

#refresh-con button{
    border: 1px solid #000;
    margin-right: 5px;
    height: 100%;
    width: 100px;
    background-color: #E1251B;
    color: #fff;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}

#count-checkboxes{
    /* border: 1px solid #000; */
    margin: 5px;
    height: 100%;
    width: 213px;
    padding: 0;
    display: flex;
    align-items: center;
}

#count-checkboxes strong{
    padding: 0 5px;
}

#refresh-con button:hover{
    color: #000;
    background-color: #fff;
}

#back-next-con{
    /* border: 2px solid olivedrab; */
    margin-top: 5px;
    height: 5%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

#back-next-con button{
    border: 1px solid #000;
    height: 100%;
    width: 60px;
    background-color: #E1251B;
    color: #fff;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}

#back-next-con button:hover{
    background-color: #fff;
    color: #000;
}

#parts-table{
    width: 100%;
    position: relative;
    border-collapse: collapse;
}

#parts-table thead > tr:nth-child(1){
    /* border: 2px solid red; */
    text-align: left;
    position: sticky;
    top: 0;
    background-color: #fff;
}

#parts-table thead > tr:nth-child(1) > th:nth-child(1) span{
    margin-left: 3px;
}




#parts-table .pnlabel{
    margin-left: 10px;
}

#sales-forecast-tr{
    height: 496px;
    display: block;
    /* border: 2px solid red; */
    overflow: hidden;
}

#sales-forecast-td{
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#sales-forecast-select-con{
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    width: 99%;
}

#sales-forecast-select-con > div:nth-child(1){
    /* border: 1px solid blue; */
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;
    align-items: center;
    margin: 0;

}

#sales-forecast-select-con > div:nth-child(1) > p{
    /* border: 1px solid blue; */
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    margin: 0;
}

#sales-forecast-csv-buttons-con{
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

#sales-forecast-csv-buttons-con > div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#sales-forecast-csv-buttons-con > div > button{
    border: 1px solid #000;
    margin-left: 5px;
    width: 140px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E1251B;
    color: #fff;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}

#sales-forecast-csv-buttons-con > div > button:hover{
    background-color: #fff;
    color: #000;

}

#sales-forecast-year{
    border: 1px solid #000;
    margin-left: 5px;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

#sales-forecast-details-con{
    /* border: 1px solid #000; */
    height: 500px;
    width: 915px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0px 0px 0px;

}
#sales-forecast-table-con{
    border: 1px solid #000;
    width: 99%;
    height: 76%;
    overflow: scroll;
    /* overflow: none; */
    margin-top: 16px;
    position: relative;
}

#sales-forecast-table{
    width: 200%;
    position: relative;
    border-collapse: collapse;
}

#sales-forecast-table th, #sales-forecast-table td{
    text-align: center;
    padding: 5px 0px;
}

#sales-forecast-table td:nth-child(1),
#sales-forecast-table td:nth-child(2)
{
    /* border: 1px solid red; */
    text-align: left;
    padding-left: 2px;
}



#sales-forecast-table thead > tr{
    position: sticky;
    top: 0;
    background-color: #fff;
}

#sales-forecast-table thead > tr > th:nth-child(1){
    padding-left: 2px;
}



#sales-forecast-table-con::-webkit-scrollbar{
    border: 1px solid #707070;
    height: 8px;
    width: 8px;
}
#sales-forecast-table-con::-webkit-scrollbar-thumb{
    border: 1px solid #707070;
    background-color: #707070;
}
#sales-forecast-table-con::-webkit-scrollbar-track-piece{
    border: 1px solid #707070;
}


#BN02-buttons-con{
    /* border: 1px solid red; */
    width: 99%;
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

#next-02{
    border: 1px solid #000;
    margin-right: 0px;
    height: 25px;
    width: 60px;
    /* background-color: #E1251B;
    color: #fff; */
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}



#back-02{
    border: 1px solid #000;
    margin-right: 0;
    height: 25px;
    width: 60px;
    background-color: #E1251B;
    color: #fff;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}

#back-02:hover{
    background-color: #fff;
    color: #000;
}

#production-forecast-tr{
    height: 496px;
    display: block;
    /* border: 2px solid red; */
    overflow: hidden;
}

#production-forecast-td{
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#production-forecast-select-con{
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    width: 99%;
}

#production-forecast-select-con > div:nth-child(1){
    /* border: 1px solid blue; */
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;

}

#production-forecast-select-con > div:nth-child(1) > p{
    /* border: 1px solid blue; */
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

#production-forecast-csv-buttons-con{
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

#production-forecast-csv-buttons-con > div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#production-forecast-csv-buttons-con > div > button{
    border: 1px solid #000;
    margin-left: 5px;
    width: 140px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E1251B;
    color: #fff;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}
#production-forecast-csv-buttons-con > div > button:hover{
    background-color: #fff;
    color: #000;
}
input[id="production-forecast-import"]{
    border: 1px solid #000;
    margin: 0 0 0 5px;
    width: 138px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* visibility: hidden; */
    position: relative;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}

input[id="production-forecast-import"]::before{
    content: "Import CSV";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border: 1px solid black; */
    width: 100%;
    height: 100%;
    cursor: pointer;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E1251B;
    color: #fff;
    /* box-shadow: 4px 4px 4px #00000040; */
    cursor: pointer;
}

input[id="production-forecast-import"]:hover::before{
    background-color: #fff;
    color: #000;
}



input[id="sales-forecast-import"]{
    border: 1px solid #000;
    margin: 0 0 0 5px;
    width: 138px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* visibility: hidden; */
    position: relative;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}

input[id="sales-forecast-import"]::before{
    content: "Import CSV";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border: 1px solid black; */
    width: 100%;
    height: 100%;
    cursor: pointer;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E1251B;
    color: #fff;
    /* box-shadow: 4px 4px 4px #00000040; */
    cursor: pointer;
}

input[id="sales-forecast-import"]:hover::before{
    background-color: #fff;
    color: #000;
}

#production-forecast-year{
    border: 1px solid #000;
    margin-left: 5px;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

#production-forecast-details-con{
    /* border: 1px solid #000; */
    height: 500px;
    width: 915px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0px 0px 0px;

}

#production-forecast-table-con{
    border: 1px solid #000;
    width: 99%;
    height: 76%;
    overflow: scroll;
    margin-top: 16px;
}

#production-forecast-table{
    width: 200%;
    position: relative;
    border-collapse: collapse;
}

#production-forecast-table th, #production-forecast-table td{
    text-align: center;
    padding: 5px 0px;
}

#production-forecast-table td:nth-child(1),
#production-forecast-table td:nth-child(2)
{
    /* border: 1px solid red; */
    text-align: left;
    padding-left: 2px;
}



#production-forecast-table thead > tr{
    position: sticky;
    top: 0;
    background-color: #fff;
}
#production-forecast-table thead > tr > th:nth-child(1){
    padding-left: 2px;
}


#production-forecast-table-con::-webkit-scrollbar{
    border: 1px solid #707070;
    height: 8px;
    width: 8px;
}

#production-forecast-table-con::-webkit-scrollbar-thumb{
    border: 1px solid #707070;
    background-color: #707070;
}

#production-forecast-table-con::-webkit-scrollbar-track-piece{
    border: 1px solid #707070;
}

#edit-group-tr{
    height: 496px;
    display: block;
    /* border: 2px solid red; */
    overflow: hidden;
}

#edit-group-td{
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#edit-group-details-con{
    /* border: 1px solid #000; */
    height: 500px;
    width: 915px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0px 0px 0px;
}

#edit-group-header-con{
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    width: 99%;
}

#edit-group-header-con > div:nth-child(1){
    /* border: 1px solid blue; */
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;

}

#edit-group-header-con > div:nth-child(1) > p{
    /* border: 1px solid blue; */
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}

#edit-group-year{
    border: 1px solid #000;
    margin-left: 5px;
    width: 100px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;

}

#edit-csv-buttons-con{
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
}

#edit-csv-buttons-con > div{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
}

#edit-csv-buttons-con > div > button{
    border: 1px solid #000;
    margin-left: 5px;
    width: 140px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E1251B;
    color: #fff;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}

#edit-csv-buttons-con > div > button:hover{
    background-color: #fff;
    color: #000;
}

input[id="edit-csv-import"]{
    border: 1px solid #000;
    margin: 0 0 0 5px;
    width: 138px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    /* visibility: hidden; */
    position: relative;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}

input[id="edit-csv-import"]::before{
    content: "Import CSV";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    /* border: 1px solid black; */
    width: 100%;
    height: 100%;
    cursor: pointer;
    visibility: visible;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #E1251B;
    color: #fff;
    /* box-shadow: 4px 4px 4px #00000040; */
    cursor: pointer;
}
input[id="edit-csv-import"]:hover::before{
    background-color: #fff;
    color: #000;
}

#edit-group-table-con{
    border: 1px solid #000;
    width: 99%;
    height: 76%;
    overflow: scroll;
    margin-top: 16px;
}

#edit-group-table{
    width: 200%;
    position: relative;
    border-collapse: collapse;
}

#edit-group-table th, #edit-group-table td{
    text-align: center;
    padding: 5px 0px;
}

#edit-group-table td:nth-child(1),
#edit-group-table td:nth-child(2)
{
    /* border: 1px solid red; */
    text-align: left;
    padding-left: 2px;
}



#edit-group-table thead > tr{
    position: sticky;
    top: 0;
    background-color: #fff;
}

#edit-group-table thead > tr > th:nth-child(1){
    padding-left: 2px;
}

#edit-group-table-con::-webkit-scrollbar{
    border: 1px solid #707070;
    height: 8px;
    width: 8px;
}

#edit-group-table-con::-webkit-scrollbar-thumb{
    border: 1px solid #707070;
    background-color: #707070;
}

#edit-group-table-con::-webkit-scrollbar-track-piece{
    border: 1px solid #707070;
}

.followdownpage {
    position: absolute;
    top: 315px;
    background-color: white;
}

.followdownpage1 {
    position: fixed;
    top: 0px;
    background-color: white;
}

#edit-popup {
    /* border: 1px solid #000; */
    position: absolute;
    top: 44%;
    left: 49%;
    transform: translate(-49%, -49%);
    width: 923px;
    height: 551px;
    background-color: #00000040;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
}

#edit-popup > div{
    border: 1px solid #000;
    width: auto;
    height: auto;
    background-color: #fff;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 5px;
    position: relative;
}

#edit-popup > div > div{
    /* border: 1px solid red; */
    padding: 5px;
    margin: 4px 0;
    display: grid;
    grid-template-columns: auto auto;
    place-items: center;
    grid-row-gap: 6px;
}


#edit-popup > div > div > p, 
#edit-popup > div > div > button{
    margin: 0 5px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#edit-popup > div > div > button:nth-child(3){
    width: 128px;
    grid-area: 2/span 2;
}

#edit-close-con{
    margin-top: -1px !important;
    padding: 0;
    display: flex;
    justify-content: flex-end !important;
    align-items: center;
}

#close-edit-popup{
    color: #E1251B;
    border: 1px solid #E1251B;
    cursor: pointer;
    margin: 0 5px;
    padding: 2px;

}

/* #add-remove-items{
    background-color: #fff !important;
    color: #00000050 !important;
    pointer-events: none !important;
} */

#remove-group,
#cancel-group-removal,
#edit-sales,
#edit-production,
#add-remove-items
{
    border: 1px solid #000;
    margin-right: 0px;
    height: 25px;
    width: 78px;
    background-color: #E1251B;
    color: #fff;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
    text-align: center;
    margin: 0 5px;
}

#remove-group:hover,
#cancel-group-removal:hover,
#edit-sales:hover,
#edit-production:hover,
#add-remove-items:hover
{
    background-color: #fff;
    color: #000;
}







#BN10-buttons-con{
    /* border: 1px solid red; */
    width: 99%;
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

#BN10-buttons-con button{
    border: 1px solid #000;
    margin-right: 0px;
    height: 25px;
    width: 60px;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}

#BN11-buttons-con{
    /* border: 1px solid red; */
    width: 99%;
    height: 37px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

#BN11-buttons-con button{
    border: 1px solid #000;
    margin-right: 0px;
    height: 25px;
    width: 60px;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
    background-color: #E1251B;
    color: #fff; 
}

#BN11-buttons-con button:hover{
    background-color: #fff;
    color: #000;
}

.hover-white{
    background-color: #E1251B;
    color: #fff; 
}
.hover-white:hover{
    background-color: #fff;
    color: #000;
}

#cancel-edit{
    background-color: #E1251B;
    color: #fff;
}
#cancel-edit:hover{
    background-color: #fff;
    color: #000;
}

#edit-add-parts{
    background-color: #E1251B;
    color: #fff;
    width: 132px !important;
    visibility: hidden;
    pointer-events: none;
    /* background-color: #fff !important;
    color: #00000050 !important;
    pointer-events: none !important; */
}

#edit-add-parts:hover{
    background-color: #fff;
    color: #000;
}


#BN03-buttons-con{
    /* border: 1px solid red; */
    width: 99%;
    height: 35px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

}

#save-group{
    border: 1px solid #000;
    margin-right: 0px;
    height: 25px;
    width: 60px;
    /* background-color: #E1251B;
    color: #fff; */
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}

#back-03{
    border: 1px solid #000;
    margin-right: 0px;
    height: 25px;
    width: 60px;
    background-color: #E1251B;
    color: #fff;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}

#back-03:hover{
    background-color: #fff;
    color: #000;
}



#purchase-orders-tr{
    height: 496px;
    /* border: 2px solid red; */
     /* overflow: hidden; */
}

#works-orders-tr{
    height: 496px;
    /* border: 2px solid red; */
     /* overflow: hidden; */
}

#works-orders-total{
    visibility: hidden;
}
#works-proposal-div{
    border: none;
}

#works-orders-div{
    border: none;
}

#works-orders-proposal-tr{
    height: 496px;
    /* border: 2px solid red;
    overflow: hidden; */
}

#sales-orders-tr{
    height: 496px;
    /* border: 2px solid red;
    overflow: hidden; */
}

#purchase-proposal-details-con, 
#purchase-orders-details-con,
#works-orders-proposal-details-con, 
#works-orders-details-con,
#sales-orders-proposal-details-con, 
#sales-orders-details-con
{
        /* border: 1px dashed #000; */
        height: 500px;
        width: 915px;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        margin: 10px 0px 0px 0px;
        position: relative;
        /* overflow: hidden; */
}

#purchase-proposal-table-con,
#purchase-orders-table-con,
#works-orders-proposal-table-con,
#works-orders-table-con,
#sales-orders-proposal-table-con,
#sales-orders-table-con
{
    border-top: 1px solid #707070;
    border-bottom: 1px solid #707070;
    border-left: 1px solid #707070;
    width: 99%;
    height: 82%;
    margin: 10px 0px 0px 0px;
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    /* position: relative; */
}
#purchase-proposal-table-con::-webkit-scrollbar,
#purchase-orders-table-con::-webkit-scrollbar,
#works-orders-proposal-table-con::-webkit-scrollbar,
#works-orders-table-con::-webkit-scrollbar,
#sales-orders-proposal-table-con::-webkit-scrollbar,
#sales-orders-table-con::-webkit-scrollbar
{
    border: 1px solid #707070;
    width: 10px;
    margin-left: 10px;
}
#purchase-proposal-table-con::-webkit-scrollbar-thumb,
#purchase-orders-table-con::-webkit-scrollbar-thumb,
#works-orders-proposal-table-con::-webkit-scrollbar-thumb,
#works-orders-table-con::-webkit-scrollbar-thumb,
#sales-orders-proposal-table-con::-webkit-scrollbar-thumb,
#sales-orders-table-con::-webkit-scrollbar-thumb
{
    border: 1px solid #707070;
    background-color: #707070;
}

#purchase-proposal-table-con::-webkit-scrollbar-track-piece,
#purchase-orders-table-con::-webkit-scrollbar-track-piece,
#works-orders-proposal-table-con::-webkit-scrollbar-track-piece,
#works-orders-table-con::-webkit-scrollbar-track-piece,
#sales-orders-proposal-table-con::-webkit-scrollbar-track-piece,
#sales-orders-table-con::-webkit-scrollbar-track-piece
{
    border: 1px solid #707070;
}

#warnings-button-div{
    /* border: 1px solid #707070; */
    background-color: #fff;
    position: absolute;
    top: 10px;
    left: 543px;
    width: 100px;
    transform: translate(-15px, -70px);
    height: 60px;
    overflow: hidden;
    padding: 1px 2px;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;

}

button[id="warnings-button"]{
    /* border: 1px solid red; */
    border: none;
    width: 50px;
    background-color: #fff;
    outline: none;
    cursor: pointer;
}

.show-warnings-div{
    width: 400px !important;
    height: 395px !important;
    left: 31% !important;
    top: 4% !important;
    opacity: 1 !important;
    display: flex;
    flex-direction: column;
}

#purchase-proposal-warnings-div{
    border: 1px solid #707070;
    width: 350px;
    height: 412px;
    position: absolute;
    top: 2%;
    left: 101%;
    z-index: 2;
    background-color: #fff;
    overflow-y: scroll;
    padding: 5px;
    margin: 0;
    box-sizing: border-box;
}

@media screen and (max-width: 1640px) {
    #purchase-proposal-warnings-div{
        border: 1px solid #707070;
        width: 320px;
        height: 412px;
        position: absolute;
        top: 2%;
        left: 101%;
        z-index: 2;
        background-color: #fff;
        overflow-y: scroll;
        padding: 5px;
        margin: 0;
        box-sizing: border-box;
    }

    #warnings-button-div{
        left: 543px !important;

    }
    
}

@media screen and (max-width: 1600px) {
    #purchase-proposal-warnings-div{
        border: 1px solid #707070;
        width: 300px;
        height: 412px;
        position: absolute;
        top: 2%;
        left: 101%;
        z-index: 2;
        background-color: #fff;
        overflow-y: scroll;
        padding: 5px;
        margin: 0;
        box-sizing: border-box;
    }

    #warnings-button-div{
        left: 543px !important;

    }
    
}

@media screen and (max-width: 1580px) {
    #purchase-proposal-warnings-div{
        border: 1px solid #707070;
        width: 280px;
        height: 412px;
        position: absolute;
        top: 2%;
        left: 101%;
        z-index: 2;
        background-color: #fff;
        overflow-y: scroll;
        padding: 5px;
        margin: 0;
        box-sizing: border-box;
    }

    #warnings-button-div{
        left: 543px !important;

    }
    

}

@media screen and (max-width: 1550px) {
    #purchase-proposal-warnings-div{
        border: 1px solid #707070;
        width: 250px;
        height: 412px;
        position: absolute;
        top: 2%;
        left: 40%;
        z-index: 2;
        background-color: #fff;
        overflow-y: scroll;
        padding: 5px;
        margin: 0;
        box-sizing: border-box;
        opacity: 0;
    }

    #warnings-button-div{
        background-color: #fff;
        position: absolute;
        top: 10px;
        left: 430px;
        width: 100px;
        transform: translate(-15px, -70px);
        height: 60px;
        overflow: hidden;
        padding: 1px 2px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }


} 

.purchase-proposal-warnings{
    /* border: 1px solid blue; */
    width: 100%;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.purchase-proposal-warnings > h4{
    padding: 0px 0 0px 0;
    margin: 10px 0px -4px 0px;
    box-sizing: border-box;
}

#proposal-warnings-title{
    position: sticky;
    top: -5px;
    background-color: #fff;
    padding: 0;
    margin: 0;
    color: #E1251B;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
#proposal-warnings-title > p{
    font-weight: bold;
    color: #E1251B;
    margin: 0;
    padding: 5px 0;
}

.proposal-warning{
    padding: 3px 0 0 0;
    margin: 0;
    box-sizing: border-box;
    color: #E1251B;
}

.proposal-solution{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    color: #000;
}

#purchase-proposal-warnings-div::-webkit-scrollbar{
    border: 1px solid #707070;
    width: 8px;
    margin-left: 10px;
}
#purchase-proposal-warnings-div::-webkit-scrollbar-thumb{
    border: 1px solid #707070;
    background-color: #707070;
}

#purchase-proposal-warnings-div::-webkit-scrollbar-track-piece{
    border: 1px solid #707070;
}


.proposal-group{
    border-bottom: 1px dashed #707070;
    width: 99%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
}
.proposal-group > div > p{
    margin: 0 20px 0 2px;
    padding: 0;
}
.proposal-group > div:nth-child(1){
    /* border: 1px solid blue; */
    width: 100%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding: 0;
}

.proposal-group > div table
{
    width: 100%;
    position: relative;
    border-collapse: collapse;
}

.proposal-group > div table th, 
.proposal-group > div table td
{
    text-align: left;
    padding: 5px 0;
}


/* #purchase-proposal-table-con > div table th:nth-child(5), 
#purchase-proposal-table-con > div table tr > td:nth-child(5),
#purchase-proposal-table-con > div table th:nth-child(8), 
#purchase-proposal-table-con > div table tr > td:nth-child(8)
{
    background-color: #F5F5F5;
    text-align: center;
} */


#purchase-orders-td{
    position: relative;
}
#purchase-orders-filter-con{
    /* border: 1px solid red; */
    display: flex;
    width: 469px;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0px;
    top: -35px;
    height: 30px;
}

#purchase-orders-filter-con > div{
    height: 100%;
    margin: 0 5px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#purchase-orders-filter-con > div > label{
    height: 100%;
    margin: 0 5px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#purchase-orders-filter-con > div > select, 
#purchase-orders-filter-con > div > input 
{
    height: 100%;
}

#purchase-filter-value-con{
    width: 200px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

input[id="purchasefiltervalue1"], 
input[id="purchasefiltervalue2"]
{
    width: 85px;
}

#purchase-filter-value-con p{
    margin: 0 2px;
}


#works-orders-td{
    position: relative;
}

#works-orders-filter-con{
    /* border: 1px solid red; */
    display: flex;
    width: 469px;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0px;
    top: -35px;
    height: 30px;
}

#works-orders-filter-con > div{
    height: 100%;
    margin: 0 5px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#works-orders-filter-con > div > label{
    height: 100%;
    margin: 0 5px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#works-orders-filter-con > div > select, 
#works-orders-filter-con > div > input 
{
    height: 100%;
}

#works-filter-value-con{
    width: 200px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

input[id="worksfiltervalue1"], 
input[id="worksfiltervalue2"]
{
    width: 85px;
}

#works-filter-value-con p{
    margin: 0 2px;
}


#sales-orders-td{
    position: relative;
}

#sales-orders-filter-con{
    /* border: 1px solid red; */
    display: flex;
    width: 469px;
    align-items: center;
    justify-content: flex-end;
    position: absolute;
    right: 0px;
    top: -35px;
    height: 30px;
}

#sales-orders-filter-con > div{
    height: 100%;
    margin: 0 5px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sales-orders-filter-con > div > label{
    height: 100%;
    margin: 0 5px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sales-orders-filter-con > div > select, 
#sales-orders-filter-con > div > input 
{
    height: 100%;
}

#sales-filter-value-con{
    width: 200px;
    height: 25px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

input[id="salesfiltervalue1"], 
input[id="salesfiltervalue2"]
{
    width: 85px;
}

#sales-filter-value-con p{
    margin: 0 2px;
}


#purchase-proposal-timescale-con, 
#works-orders-proposal-timescale-con, 
#sales-orders-proposal-timescale-con 
{
    border: 1px solid #707070;
    background-color: #F5F5F5;
    position: absolute;
    top: 10px;
    right: 0;
    width: 220px;
    transform: translate(-15px, -70px);
    height: 60px;
    overflow: hidden;
    padding: 1px 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}


#purchase-proposal-logdata {

    border: 1px solid #707070;
    background-color: #F5F5F5;
    position: absolute;
    top: 10px;
    right: 240px;
    width: 220px;
    transform: translate(-15px, -70px);
    height: 60px;
    overflow: hidden;
    padding: 1px 2px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

}

.purchase-proposal-logdata_2{
    /* border: 1px solid blue; */
    height: 15px;
    width: 96%;
}

.purchase-proposal-logdata_21{
    /* border: 1px solid blue; */
    height: 15px;
    width: 96%;
}

#purchase-proposal-logdata_3{
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 35px;
}


#purchase-time-scale-value-con{
    /* border: 1px solid blue; */
    height: 15px;
    width: 96%;

}
#purchase-time-scale-slider-con{
    /* border: 1px solid red; */
    width: 100%;
}

#purchase-time-scale-slider-con > div:nth-child(1){
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 20px;
}

#works-time-scale-slider-con{
    /* border: 1px solid red; */
    width: 100%;
}

#works-time-scale-value-con{
    /* border: 1px solid blue; */
    height: 15px;
    width: 96%;

}

#works-time-scale-slider-con > div:nth-child(1){
    /* border: 1px solid red; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    margin: 0;
    height: 20px;
}

.time-scale{
    width: 100%;
    padding: 0;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;
    background-color: #333;
    height: 1px;
}

.time-scale::-webkit-slider-thumb{
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #E1251B;
    cursor: pointer;
}
.time-scale::-moz-range-thumb{
    appearance: none;
    -webkit-appearance: none;
    width: 18px;
    height: 18px;
    background-color: #E1251B;
    border-radius: 50%;
}

.time-scale-slider-con{
    /* border: 1px solid green; */
    width: 96%;
}

.time-scale-labels{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


.span-danger{
    border: 1px solid #707070;
    width: 15px;
    height: 15px;
    background-color: #E1251B;
    border-radius: 50%;
    margin: auto;
}

.span-warning{
    border: 1px solid #707070;
    width: 15px;
    height: 15px;
    background-color: #FFFF00;
    border-radius: 50%;
    margin: auto;
}

.span-good{
    border: 1px solid #707070;
    width: 15px;
    height: 15px;
    background-color: #00FF11;
    border-radius: 50%;
    margin: auto;
}


#BN04-buttons-con,
#BN05-buttons-con,
#BN06-buttons-con,
#BN07-buttons-con,
#BN08-buttons-con,
#BN09-buttons-con 
{
    /* border: 1px solid red; */
    position: relative;
    width: 99%;
    height: 53px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5px;

}

#BN04-buttons-con div,
#BN05-buttons-con div,
#BN06-buttons-con div,
#BN07-buttons-con div,
#BN08-buttons-con div,
#BN09-buttons-con div,
#BN10-buttons-con div,
#BN11-buttons-con div

{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

#BN04-buttons-con div > p:nth-child(1),
#BN05-buttons-con div > p:nth-child(1),
#BN06-buttons-con div > p:nth-child(1),
#BN07-buttons-con div > p:nth-child(1),
#BN08-buttons-con div > p:nth-child(1),
#BN09-buttons-con div > p:nth-child(1),
#BN10-buttons-con div > p:nth-child(1),
#BN11-buttons-con div > p:nth-child(1)
{
    /* border: 1px solid red; */
    margin: 0;
}

#BN04-buttons-con div > p:nth-child(2),
#BN05-buttons-con div > p:nth-child(2),
#BN06-buttons-con div > p:nth-child(2),
#BN07-buttons-con div > p:nth-child(2),
#BN08-buttons-con div > p:nth-child(2),
#BN09-buttons-con div > p:nth-child(2),
#BN10-buttons-con div > p:nth-child(2),
#BN11-buttons-con div > p:nth-child(2)
{
    /* border: 1px solid red; */
    margin: 0 35px;
}

#BN04-buttons-con button,
#BN05-buttons-con button,
#BN06-buttons-con button,
#BN07-buttons-con button,
#BN08-buttons-con button,
#BN09-buttons-con button
{
    border: 1px solid #000;
    margin-right: 5px;
    height: 25px;
    width: 60px;
    background-color: #E1251B;
    color: #fff;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}


#BN04-buttons-con button:hover,
#BN05-buttons-con button:hover,
#BN06-buttons-con button:hover,
#BN07-buttons-con button:hover,
#BN08-buttons-con button:hover,
#BN09-buttons-con button:hover
{
    background-color: #fff;
    color: #000;
    
}




#loader{
    /* border: 2px solid red; */
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

/* .sales-forecast-h3-color{
    color: #034694;
}

.sales-forecast--color{
    background-color: #034694;
}

.production-forecast-h3-color{
    color: #4B9CD3;
}

.production-forecast--color{
    background-color: #4B9CD3;
}


#sales-forecast-table tr{
    color: #000;
    background-color: #034694;
}

#production-forecast-table tr{
    color: #000;
    background-color: #4B9CD3;
} */

#purchase-timescale-loader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000090;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

#purchase-timescale-loader > p{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#purchase-timescale-loader_1{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000090;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

#purchase-proposal-logdata_data {
    width: 205px;
}

#works-timescale-loader{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #00000090;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    pointer-events: none;
}

#works-timescale-loader > p{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

#update-purchase-proposal-con{
    position:absolute;
    top: 0;
    left: 72%;
    width: 276px !important;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column !important;
    justify-content: space-around !important;
    align-items: center !important;
}

#update-purchase-proposal-con p{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#update-purchase-proposal-con button{
    padding: 0;
    margin: 3px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    height: 25px;
    width: 60px;
    background-color: #E1251B;
    color: #fff;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}

#update-works-proposal-con{
    position: absolute;
    top: 0;
    left: 72%;
    width: 276px !important;
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    flex-direction: column !important;
    justify-content: space-around !important;
    align-items: center !important;
}

#update-works-proposal-con p{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
#update-works-proposal-con button{
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #000;
    height: 25px;
    width: 60px;
    background-color: #E1251B;
    color: #fff;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
}

.sticky_header_tr{
    /* border: 1px solid red; */
    position: sticky;
    top: 0;
    background-color: #fff;
}

.hide{
    display: none !important;
}

.show{
    display: flex;
}

.hide-part{
    display: none;
}

.show-part{
    display: table-row;
}

.filter-span{
    display: inline-block;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.bg-red{
    background-color: #E1251B;
}

.bg-yellow{
    background-color: yellow;
}

#name-error{
    display: flex;
    border: 1px solid;
    width: 100px;
    height: 100%;
    justify-content: center;
    align-items: center;
    color: #E1251B;
}

#error-display-con{
    border: 1px solid #E1251B;
    position: absolute;
    top: 49%;
    left: 49%;
    transform: translate(-49%, -42%);
    background-color: #fff;
    width: 350px;
    height: auto;
    overflow: hidden;
    padding: 5px;
    display: flex;
    flex-direction: column;
}


#close-error{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

#close-error > span{
    color: #E1251B;
    border: 1px solid #E1251B;
    margin: 5px 5px;
    padding: 5px;
    cursor: pointer;
}

#error-text{
     width: 95%;
     padding: 5px;
     overflow: auto;   
}

#error-display-con > div:nth-of-type(3){
display: flex;
justify-content: center;
align-items: center;
}

#error-display-con > div:nth-of-type(3) > button
{
    border: 1px solid #000;
    margin-right: 0px;
    height: 25px;
    width: 60px;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
    background-color: #E1251B;
    color: #fff;
}

#error-display-con > div:nth-of-type(3) > button:hover{
    background-color: #fff;
    color: #000;
}

#sales-forecast-placeholder{
    /* border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000; */
    height: 370px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

#sales-forecast-placeholder > p{
    border: 1px solid #000;
    width: 360px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000010;
    padding: 0;
    margin: 0;
}

#production-forecast-placeholder{
    /* border-top: 1px solid #000;
    border-right: 1px solid #000;
    border-bottom: 1px solid #000; */
    height: 370px;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

#production-forecast-placeholder > p{
    border: 1px solid #000;
    width: 360px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #00000010;
    padding: 0;
    margin: 0;
}

#can-upload{
    color: #fff;
}

button[disabled="disabled"]{
    pointer-events: none;

}

#add-parts-tr{
    height: 496px;
    display: block;
    /* border: 2px solid red; */
    overflow: hidden;
}

#add-parts-td{
    /* border: 1px solid blue; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#select-add-parts{
    /* border: 1px solid #000; */
    height: 500px;
    width: 915px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 10px 0px 0px 0px;
}

#add-parts-form{
    /*border: 1px solid red; */
    height: 83.4%;
    width: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 16px;
}

#edit-add-header-con{
    /* border: 1px solid red; */
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    height: 35px;
    width: 99%;
}

#edit-add-header-con > div:nth-child(1){
    /* border: 1px solid blue; */
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: flex-end;

}

#edit-add-header-con > div:nth-child(1) > p{
    /* border: 1px solid blue; */
    height: 35px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
}



#add-parts-table-con{
    border: 1px solid #000;
    width: 99%;
    height: 95.53%;
    overflow-y: scroll;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    border-left: 1px solid #000;
    position: relative;

}


#parts-table-con::-webkit-scrollbar{
    border: 1px solid #707070;
    width: 8px;
    margin-left: 10px;
}
#parts-table-con::-webkit-scrollbar-thumb{
    border: 1px solid #707070;
    background-color: #707070;
}

#parts-table-con::-webkit-scrollbar-track-piece{
    border: 1px solid #707070;
}

#edit-add-table{
    width: 100%;
    position: relative;
    border-collapse: collapse;
}

#edit-add-table thead > tr:nth-child(1){
    /* border: 2px solid red; */
    text-align: left;
    position: sticky;
    top: 0;
    background-color: #fff;
}

#edit-add-table thead > tr:nth-child(1) > th:nth-child(1) span{
    margin-left: 3px;
}




#edit-add-table .e-pnlabel{
    margin-left: 10px;
}

#edit-add-table .e-pncheckbox{
    cursor: pointer;
}

#add-parts-table-con::-webkit-scrollbar{
    border: 1px solid #707070;
    height: 8px;
    width: 8px;
}

#add-parts-table-con::-webkit-scrollbar-thumb{
    border: 1px solid #707070;
    background-color: #707070;
}

#add-parts-table-con::-webkit-scrollbar-track-piece{
    border: 1px solid #707070;
}


#forecast-loss-warning-con{
    border: 1px solid;
    display: none;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: auto;
    padding: 5px;
    margin: 0;
    z-index: 10;
    position: absolute;
    top: 0px;
    left: 1px;
    background-color: #fff;
    border-radius: 5px;
}

#forecast-loss-warning-con::after{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    transform: rotate(179deg) translate(-2px, 17px);
    border-width: 8px;
    border-style: solid;
    border-color: #E1251B transparent transparent transparent;
}



#forecast-loss-warning-con > p:nth-child(1)
{
    color: red;
    width: 100%;
    margin: -5px 0;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

#forecast-loss-warning-con > p:nth-child(1) > span{
    border: 1px solid;
}

#forecast-loss-warning-con > p:nth-child(2)
{
    color: red;
    width: 100%;
    margin: 5px 0 ;
    padding: 1px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

#forecast-loss-warning-con > div:nth-of-type(1),
#forecast-loss-warning-con > div:nth-of-type(2)
{
    width: 100%;
    margin: 2px 0;
    padding: 4px;
    display: flex;
}

#forecast-loss-warning-con > div:nth-of-type(1){
    align-items: center;
    margin-top: 2px;
}

#forecast-loss-warning-con > div:nth-of-type(2){
    justify-content: space-between;
    align-items: center;
    margin-top: 2px;
}

input[id="confirm"]{
    margin: 0 26px 0 0;
    padding: 0;
}

#forecast-loss-warning-con > div:nth-of-type(2) > button{
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0;
    border: 1px solid #000;
    height: 100%;
    width: 82px;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
    background-color: #E1251B;
    color: #fff; 
}

.disabled{
    background-color: #fff !important;
    color: #00000040 !important; 
}

#forecast-loss-warning-con > div:nth-of-type(2) > button:hover{
    color: #000;
    background-color: #fff;
}

#close-loss-warning{
    cursor: pointer;
    padding: 5px;
}


#plot-con{
    position: absolute;
    top: 100%;
    left: 25%;
    height: 2px;
    /* display: flex; */
    flex-direction: column;
    justify-content: center;
    align-items: center;
    /* background-color: #00000090; */
    margin: auto;
    padding: 0;
    border: 1px solid #000;
    transform: translate(0%, 0%);
    transition: opacity 1s ease-in-out;
    /* animation: grow 2s ease-in-out 0s forwards; */
}

@keyframes grow {
    0%{
        top: 100%;
        left: 0%;
        height: 100%;
        width: 100%;
        opacity: 0;
        background-color: transparent;
        /* transform: translate(-50%, 0%); */
    }

    50%{
        top: 50%;
        left: 0%;
        height: 100%;
        width: 100%;
        opacity: 1;
        background-color: transparent;
        /* transform: translate(-50%, 0%); */
    }

    100%{
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-color: #00000090;
        /* transform: translate(-50%, 0%); */
    }
}

@keyframes shrink {
    0%{
        top: 0%;
        left: 0%;
        width: 100%;
        height: 100%;
        opacity: 1;
        background-color: #00000090;
        /* transform: translate(-50%, 0%); */
    }
    50%{
        top: 50%;
        left: 0%;
        height: 100%;
        width: 100%;
        opacity: 1;
        background-color: transparent;
        /* transform: translate(-50%, 0%); */
    }
    100%{
        top: 100%;
        left: 0%;
        height: 100%;
        width: 100%;
        opacity: 0;
        background-color: transparent;
        display: none;
        /* transform: translate(-50%, 0%); */
    }
}

#close-plot-con{
    position: absolute;
    width: 100%;
    top: 0;
    height: 5vh;
    /* border: 1px solid #000; */
    display: flex;
    justify-content: flex-end;
    align-items: center;
    transition: all 1s ease-in-out;
    /* background-color: #fff; */
    z-index: 1;
}

#close-plot-con > span{
    height: 36px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 25px;
    border: 1px solid #000;
    background-color: #E1251B;
    box-shadow: 4px 4px 4px #00000040;
    color: #fff;
    cursor: pointer;
    padding: 0;
    margin: 5px;
    /* transition: background-color .5s ease-in-out; */
    overflow: hidden;
}
#close-plot-con > span:hover{
    background-color: #fff;
    color: #000;
    /* border: 1px solid transparent; */
}

  #plot{
    /* border: 2px solid #000; */
    height: 85vh;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
    position: relative;
    background-color: #fff;
    top: 0%;
  }


  #tooltip-con{
    position: absolute;
    width: auto;
    height: auto;
    /* border: 2px solid red; */
    background-color: #fff;
    opacity: 0;
    pointer-events: none;
  }

  #tooltip-s-con{
    position: absolute;
    width: auto;
    height: auto;
    /* border: 2px solid red; */
    background-color: #fff;
    color: #00f;
    opacity: 0;
    pointer-events: none;
  }

  #tooltip-a-s-con{
    position: absolute;
    width: auto;
    height: auto;
    /* border: 2px solid red; */
    background-color: #fff;
    color: #f0f;
    opacity: 0;
    pointer-events: none;
  }

  #tooltip-stk-l-con{
    position: absolute;
    width: auto;
    height: auto;
    /* border: 2px solid red; */
    background-color: #fff;
    color: #e86202;
    opacity: 0;
    pointer-events: none;
  }

  #tooltip-pre-stk-l-con{
    position: absolute;
    width: auto;
    height: auto;
    /* border: 2px solid red; */
    background-color: #fff;
    color: #e86202;
    opacity: 0;
    pointer-events: none;
  }

  .item-tooltip{
    position: absolute;
    width: auto;
    height: auto;
    opacity: 0;
    pointer-events: none;
  }

  #labels-con{
    /* border: 1px solid red; */
    display: flex;
    /* flex-direction: column; */
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 15vh;
    padding: 0;
    margin: 0;
    background-color: #fff;
  }

  #labels-con label{
    font-size: 0.8em;
  }

  #labels{
    /* border: 1px solid red; */
    display: grid;
    /* grid-template-columns: auto auto; */
    padding: 0;
    margin: 0;
    width: 490px;
    overflow: hidden;
  }
  .labels-check{
    cursor: pointer;
  }

  .label{
    /* border: 1px solid blue; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 2px 0;
    width: 96%;

  }

  .bar{
    /* border: 1px solid blue; */
    position: relative;
    margin: 0 30px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #000;
  }

   .label:nth-child(1) > p:nth-child(2){
    background-color: #000;
  }

    .label:nth-child(1) > p:nth-child(2)::before{
    content: " ";
      position: absolute;
      top: 50%;
      left: -100%;
      width: 100%;
      height: 4px;
      background-color: transparent;
      transform: translate(-0%, -50%);
  }
  
    .label:nth-child(1) > p:nth-child(2)::after{
    content: " ";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      height: 4px;
      background-color: transparent;
      transform: translate(0, -50%);
  
  }

  .label:nth-child(2) > p:nth-child(2){
    background-color: #00f;
  }

  .label:nth-child(2) > p:nth-child(2)::before{
    content: " ";
      position: absolute;
      top: 50%;
      left: -100%;
      width: 100%;
      height: 4px;
      background-color: transparent;
      transform: translate(-0%, -50%);
  }
  
    .label:nth-child(2) > p:nth-child(2)::after{
    content: " ";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      height: 4px;
      background-color: transparent;
      transform: translate(0, -50%);
  
  }

  .label:nth-child(3) > p:nth-child(2){
    background-color: #f0f;
  }

  .label:nth-child(3) > p:nth-child(2)::before{
    content: " ";
      position: absolute;
      top: 50%;
      left: -100%;
      width: 100%;
      height: 4px;
      background-color: transparent;
      transform: translate(-0%, -50%);
  }
  
    .label:nth-child(3) > p:nth-child(2)::after{
    content: " ";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      height: 4px;
      background-color: transparent;
      transform: translate(0, -50%);
  
  }
  .label:nth-child(4) > p:nth-child(2){
    background-color: #e86202;
  }

  .label:nth-child(4) > p:nth-child(2)::before{
    content: " ";
      position: absolute;
      top: 50%;
      left: -100%;
      width: 100%;
      height: 4px;
      background-color: transparent;
      transform: translate(-0%, -50%);
  }
  
    .label:nth-child(4) > p:nth-child(2)::after{
    content: " ";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      height: 4px;
      background-color: transparent;
      transform: translate(0, -50%);
  
  }
  .label:nth-child(5) > p:nth-child(2){
    background-color: #e86202;
  }

  .label:nth-child(5) > p:nth-child(2)::before{
    content: " ";
      position: absolute;
      top: 50%;
      left: -108%;
      width: 54%;
      height: 0px;
      background-color: #fff;
      transform: translate(-0%, -50%);
      border: 2px dotted #000;
  }
  
    .label:nth-child(5) > p:nth-child(2)::after{
    content: " ";
      position: absolute;
      top: 50%;
      left: 117%;
      width: 54%;
      height: 0px;
      background-color: #fff;
      transform: translate(0, -50%);
      border: 2px dotted #000;
  
  }

  /* .label:nth-child(6) > p:nth-child(2){
    background-color: #0f0;
  }

  .label:nth-child(6) > p:nth-child(2)::before{
    content: " ";
      position: absolute;
      top: 50%;
      left: -100%;
      width: 100%;
      height: 4px;
      background-color: #000;
      transform: translate(-0%, -50%);
  }
  
    .label:nth-child(6) > p:nth-child(2)::after{
    content: " ";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      height: 4px;
      background-color: #000;
      transform: translate(0, -50%);
  
  }
  .label:nth-child(7) > p:nth-child(2){
    background-color: #fff;
  }

  .label:nth-child(7) > p:nth-child(2)::before{
    content: " ";
      position: absolute;
      top: 50%;
      left: -100%;
      width: 100%;
      height: 4px;
      background-color: #000;
      transform: translate(-0%, -50%);
  }
  
    .label:nth-child(7) > p:nth-child(2)::after{
    content: " ";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      height: 4px;
      background-color: #000;
      transform: translate(0, -50%);
  
  } */

  .description{
    /* border: 1px solid blue; */
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    margin: 0;
    width: 180px;
  }
  #radio-con{
    /* border: 1px solid red; */
    display: flex;
    visibility: hidden;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 0;
    margin: 0;
    width: 260px;
    height: 60px;
  }
  #form-con{
    /* border: 1px solid red; */
    width: 300px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
  }

  #form-con form{
    width: 216px;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 0;
  }

  #start-week-con{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    margin: 5px 0;
  }

  #start-week-con label{
    height: 100%;
    width: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
  }


  #start-week-con input{
    height: 100%;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  #whole-year-con{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    margin: 5px 0;
  }

  #whole-year-con label{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
  }
  #whole-year-con select{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
  }

  #product-per-year-con{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 56px;
    margin: 5px 0;
  }

  #product-year-con{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    margin: 5px 0;
  }

  #product-year-con label{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
  }
  #product-year-con select{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 75px;
  }

  #products-con{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 25px;
    margin: 5px 0;
  }

  #products-con label{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
  }
  #products-con select{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  #go-con{
    display: flex;
    visibility: hidden;
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  #go-con > button{
    width: 65px;
    height: 25px;
    background-color: #E1251B;
    color: #fff;
    border: 1px solid #000;
    box-shadow: 4px 4px 4px #00000040;
    cursor: pointer;
  }

  #go-con > button:hover{
    color: #000;
    background-color: #fff;
  }

  .display-none{
    display: none !important;
  }
  /* .x_axis path{
    display: none;
  } */

  /* .x_axis g > line{
    stroke-dasharray: 1;
  } */
  .y_axis path{
    display: none;
  }

  .y_axis g > line{
    stroke-dasharray: 1 3;
  }
  
  .red-line-con{
    pointer-events: none;
  }
  .item_red-line-con{
    pointer-events: none;
  }

  #zoom-in-out{
    position: absolute;
    border: 2px solid transparent;
    width: 30px;
    height: 200px;
    top: 50%;
    right: 1%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    transform: translate(-0%, -50%);
  }

  #move-left{
    position: absolute;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    top: 50%;
    left: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(-0%, -50%);
    box-shadow: 4px 4px 4px #00000040;
    background-color: #E1251B;
    cursor: pointer;
  }

  #move-left:hover{
    background-color: #fff;
  }

  #move-left-g{
    fill: #fff;
  }

  #move-left:hover > svg g#move-left-g{
    fill: #000;
  }

  #move-right{
    position: absolute;
    border: 1px solid #000;
    width: 40px;
    height: 40px;
    top: 50%;
    right: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transform: translate(-0%, -50%);
    box-shadow: 4px 4px 4px #00000040;
    background-color: #E1251B;
    cursor: pointer;
  }

  #move-right:hover{
    background-color: #fff;
  }

  #move-right-g{
    fill: #fff;
  }

  #move-right:hover > svg g#move-right-g{
    fill: #000;
  }

  #scroll-in-out{
    position: absolute;
    border: 2px solid transparent;
    width: 30px;
    /* top: 50%;
    left: 0%; */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity .2s ease-in-out;
    transform: translate(-0%, -50%);
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
  }

  #zoom-plus{
    cursor: pointer;
  }

  #zoom-minus{
    cursor: pointer;
  }

  #scroll-wheel{
    cursor: pointer;

  }


#zoom-plus:hover > path{
  fill: #E1251B;
  cursor: pointer;
}

#zoom-minus:hover > path{
  fill: #E1251B;
  cursor: pointer;
}


#graph-misc{
    /*border: 1px solid red; */
      position: absolute;
      width: 385px;
      height: auto;
      /* display: flex; */
      /* flex-direction: column; */
      /* justify-content: flex-start; */
      /* align-items: flex-start; */
      display: grid;
      grid-template-columns: auto auto;
      background-color: transparent;
      overflow: hidden;
      top: 811px;
      left: 19%;
      visibility: hidden;
  
  }
  
  .misc-label{
    /* border: 2px solid red; */
      width: 100%;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      margin: 2px 0;
      padding: 0;
  }
  
  .misc-label p{
    padding: 0;
    margin: 0;
    /* border: 2px solid blue; */
  }
  
  #misc-green-circle{
    position: relative;
    margin: 0 20px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 1px solid #000;
      background-color: #0f0;
  }
  
  #misc-green-circle::before{
    content: " ";
      position: absolute;
      top: 50%;
      left: -100%;
      width: 100%;
      height: 4px;
      background-color: #000;
      transform: translate(-0%, -50%);
  }
  
  #misc-green-circle::after{
    content: " ";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      height: 4px;
      background-color: #000;
      transform: translate(0, -50%);
  
  }
  
  
  #misc-empty-circle{
    position: relative;
    margin: 0 20px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 1px solid #000;
      background-color: #fff;
  }
  
  #misc-empty-circle::before{
    content: " ";
      position: absolute;
      top: 50%;
      left: -100%;
      width: 100%;
      height: 4px;
      background-color: #000;
      transform: translate(-0%, -50%);
  }
  
  #misc-empty-circle::after{
    content: " ";
      position: absolute;
      top: 50%;
      left: 100%;
      width: 100%;
      height: 4px;
      background-color: #000;
      transform: translate(0, -50%);
  
  }
  
  #misc-zoom-in{
    margin: 0 20px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #000;
    background-color: #fff;
    position: relative;
  }
  #misc-zoom-in::before{
    content: " ";
      position: absolute;
      top: -4px;
      left: 3px;
      border: 5px solid;
      transform: rotate(180deg);
      border-color: #E1251B transparent transparent transparent;
  }
  #misc-zoom-in::after{
    content: " ";
      position: absolute;
      top: 8px;
      left: 3px;
      border: 5px solid;
      border-color: #000 transparent transparent transparent;
  }
  
  #misc-zoom-in-out{
    margin: 0 20px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 1px solid #000;
      background-color: #fff;
      position: relative;
  }
  
  #misc-zoom-in-out::before{
    content: " ";
      position: absolute;
      top: -4px;
      left: 3px;
      border: 5px solid;
      transform: rotate(180deg);
      border-color: #E1251B transparent transparent transparent;
  }
  
  #misc-zoom-in-out::after{
    content: " ";
      position: absolute;
      top: 8px;
      left: 3px;
      border: 5px solid;
      border-color: #E1251B transparent transparent transparent;
  }
  
  #misc-zoom-out{
    margin: 0 20px;
      width: 15px;
      height: 15px;
      border-radius: 50%;
      border: 1px solid #000;
      background-color: #fff;
      position: relative;
  }
  
  #misc-zoom-out::before{
    content: " ";
      position: absolute;
      top: -4px;
      left: 3px;
      border: 5px solid;
      transform: rotate(180deg);
      border-color: #000 transparent transparent transparent;
  }
  #misc-zoom-out::after{
    content: " ";
      position: absolute;
      top: 8px;
      left: 3px;
      border: 5px solid;
      border-color: #E1251B transparent transparent transparent;
  }


  #search-con{
    /* border: 2px solid red; */
    position: absolute;
      top: 0%;
      left: 38%;
      height: 47px;
      width: 400px;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      z-index: 2;
  }
  
  label[for="search-part"]{
      position: absolute;
      top: 0;
      left: 0;
      height: 36px;
      margin: 5px;
      display: flex;
      justify-content: center;
      align-items: center;
      font-size: 18px;
    }
    
    input[id="search-part"]{
      position: absolute;
      top: 0;
      left: 92px;
      height: 36px;
      width: 210px;
      border-left: 1px solid #000;
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      border-right: 1px solid transparent;
      outline: none;
      border-radius: 15px 0 0 15px;
      padding: 0px 5px !important;
      margin: 5px 0;
      box-sizing: border-box;
      font-size: 18px;
    }
  
  #part-search-preview-con{
    border: 1px solid #000;
    position: absolute;
      top: 88%;
      left: 105px;
      width: 214px;
      height: auto;
      opacity: 0;
      transition: opacity .5s ease-in-out;
      background-color: transparent;
  }
  
  select[id="select-part"]{
    width: 100%;
      height: 100px;
      outline: none;
      border: none;
      -webkit-appearance: none;
      appearance: none;
      background-color: transparent;
  }
  
  select[id="select-part"] > option{
    background-color: #fff;
    color: #000;
  }
  
  select[id="select-part"] > option:hover{
    background-color: #E1251B;
    color: #fff;
  }
  
  select[id="select-part"]::-webkit-scrollbar{
      /* border: 1px solid #707070; */
      height: 8px;
      width: 8px;
  }
  
  select[id="select-part"]::-webkit-scrollbar-thumb{
      /* border: 1px solid #707070; */
      background-color: #E1251B;
  }
  
  /* select[id="select-part"]::-webkit-scrollbar-track-piece{
      border: 1px solid #707070;
  } */
  
  #search-svg{
    position: absolute;
      top: 0;
      left: 302px;
      height: 36px;
      width: 33px;
      display: grid;
      place-items: center;
      border-radius: 0 15px 15px 0;
      border-left: none;
      border-top: 1px solid #000;
      border-right: 1px solid #000;
      border-bottom: 1px solid #000;
      outline: none;
      background-color: #E1251B;
      cursor: pointer;
      margin: 5px 0;
      font-size: 18px;
  }
  
  #search-svg:hover{
    background-color: #fff;
  }
  
  #search-svg svg{
    display: grid;
      place-items: center;
  }
  
  #search-svg svg path{
    fill: #fff;
  }
  
  #search-svg:hover svg path{
    fill: #000;
  }
  
  .none{
    display: none;
  }
  .block{
    display: block;
  }
  
  #graph-filters-con{
  
    /* border: 1px solid red; */
      position: absolute;
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      left: 354px;
      height: 100%;
      display: grid;
      place-items: center;
      background-color: transparent;
  
  
  }
  
  select[id="graph-filters"]{
    /* border: 1px solid blueviolet; */
    height: 36px;
      width: 100px;
      padding: 0 0px;
      margin: 0;
      box-sizing: border-box;
      border-radius: 15px;
      background-color: transparent;
  }
  
  
  #grouped-graph-items{
      border: 1px solid #000;
      display: none;
      padding: 2px;
      margin: 0;
      box-sizing: border-box;
      position: absolute;
      top: 0;
      left: 145px;
      width: 250px;
      height: auto;
      background-color: #fff;
      z-index: 2;
      overflow: hidden;
      transition: width 1s ease-in-out, height .2s ease-in-out;
  
  }
  
  #grouped-items-select{
    /* border-top: 1px solid #000; */
      padding: 0;
      margin: 5px 0;
      box-sizing: border-box;
      width: 100%;
      max-height: 150px;
      overflow-y: scroll;
      display: flex;
      flex-direction: column;
  
  }
  
  #grouped-items-select::-webkit-scrollbar{
    /* border: 1px solid #707070; */
      width: 8px;
      margin-left: 10px;
  }
  
  #grouped-items-select::-webkit-scrollbar-thumb{
    /* border: 1px solid #707070; */
      background-color: #707070;
  }
  
  /* #grouped-items-select::-webkit-scrollbar-track-piece{
    border: 1px solid #707070;
  } */


  /* #grouped_items_tooltips{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    pointer-events: none;
  }

  #grouped_items_tooltips > div{
    position: absolute;
    border: 1px solid #333;
    background: #333;
  }

  #grouped_items_tooltips > div > div{
    position: absolute;
    z-index: 2;
  } */
  
  #close-grouped-graph{
    /* border: 1px solid blue; */
    position: relative;
      padding: 0;
      margin: 0;
      box-sizing: border-box;
      width: 100%;
      height: 30px;
      display: flex;
      justify-content: flex-end;
      align-items: center;
  
  }
  
  #close-grouped-graph > span{
    border: 1px solid #E1251B;
    padding: 0 5px;
    margin: 0;
    box-sizing: border-box;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background-color: #E1251B;
    cursor: pointer;
    
  }
  #close-grouped-graph > span:hover{
    color: #E1251B;
    background-color: #fff;
  }
  
  #svg-up{
    background-color: #fff;
    display: flex;
    width: 40px;
    height: 30px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    cursor: pointer;
  }
  
  #svg-up:hover path{
    stroke: #E1251B;
  }
  
  #svg-down{
    background-color: #fff;
    display: none;
    width: 40px;
    height: 30px;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 0;
    cursor: pointer;
    
  }
  
  #svg-down:hover path{
    stroke: #E1251B;
  }
  
  /* MRP END MRP END MRP END MRP END MRP END MRP END MRP  END MRP  END MRP  END MRP  END MRP  END MRP  END MRP  END MRP  END MRP  */

  /*START SYSTEM VARIABLES*/

  .sys-val-no-style{
    padding: 2px 0;
    margin: 0;
    box-sizing: border-box;
  }

  .pad-input{
    width: 260px;
    max-width: 300px;
    padding: 2px;
  }

  .pad-textarea{
    padding: 2px;
    width: 99%;
    height: 145px;
  }
  /*END SYSTEM VARIABLES*/


/* CHANGE HISTORY */
#change-history-div{
    width: 96%; 
    border-left: 1px solid #000; 
    border-top: 1px solid #000; 
    border-bottom: 1px solid #000; 
    height: 120px; 
    overflow-y: scroll; 
    padding: 0px 4px;
    }
    #change-history-div::-webkit-scrollbar{
        border-left: 1px solid #000; 
        border-right: 1px solid #000; 
        width: 8px;
        margin-left: 10px;
    }
    #change-history-div::-webkit-scrollbar-thumb{
        border: 1px solid #000;
        background-color: #707070;
    }

    /*#change-history-div::-webkit-scrollbar-track-piece{
        border: 1px solid #000; 
    }*/

    /* CHANGE HISTORY END */
  


div#div1 {
    margin-top: 10px;
    width: 881px;
    height: 25px;
    background-color: #e1251b;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    align-items: baseline;
    color: #FFF;
}

.wostext {
    margin: 6px 10px 4px 15px;
}

.wosinput {
    margin: 0px 20px 0px 0px;
    border-radius: 3px;
    padding: 3px;
    height: 25px;
}

input#div1_2_i1 {
    width: 90px;
    background-color: #CCC;
}

input#div1_4_i1 {
    width: 190px;
}

div#div1_5 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 290px;
    height: 15px;
}

div#div2 {
    margin-top: 20px;
    width: 881px;
    height: 180px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div2_a {
    margin-top: 20px;
    width: 881px;
    height: 120px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div3 {
    margin-top: 33px;
    width: 420px;
    height: 220px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div4 {
    margin-top: 33px;
    width: 420px;
    height: 220px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div5 {
    margin-top: 20px;
    width: 881px;
    height: 90px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div6 {
    margin-top: 33px;
    width: 881px;
    height: 120px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div7 {
    margin-top: 33px;
    width: 881px;
    height: 220px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

div#div8 {
    margin-top: 20px;
    margin-bottom: 15px;
    width: 903px;
    height: 25px;
    display: flex;
    flex-direction: column;
}

div#div9 {
    margin-top: 40px;
    width: 881px;
    height: 240px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

div#div10 {
    margin-top: 33px;
    width: 420px;
    height: 140px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div11 {
    margin-top: 33px;
    width: 420px;
    height: 140px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div12 {
    margin-top: 33px;
    width: 881px;
    height: 350px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div13 {
    margin-top: 33px;
    width: 881px;
    height: 120px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div14 {
    margin-top: 20px;
    margin-bottom: 15px;
    width: 903px;
    height: 25px;
    display: flex;
    flex-direction: column;
}

div#div21 {
    margin-top: 20px;
    margin-bottom: 15px;
    width: 903px;
    height: 25px;
    display: flex;
    flex-direction: column;
}

div#div17 {
    margin-top: 40px;
    width: 881px;
    height: 160px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div18 {
    margin-top: 33px;
    width: 881px;
    height: 175px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div19 {
    margin-top: 33px;
    width: 881px;
    height: 175px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div20 {
    margin-top: 33px;
    width: 881px;
    height: 120px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

div#div3_18 {
    position: absolute;
    top: 663px;
    font-weight: bold;
    font-size: 16px;
}

div#div4_18 {
    position: absolute;
    top: 663px;
    font-weight: bold;
    font-size: 16px;
}

div#div10_18 {
    position: absolute;
    top: 583px;
    font-weight: bold;
    font-size: 16px;
}

div#div10_18_1 {
    position: absolute;
    top: 778px;
    font-weight: bold;
    font-size: 16px;
}

div#div10_18_2 {
    position: absolute;
    top: 973px;
    font-weight: bold;
    font-size: 16px;
}

div#div11_18 {
    position: absolute;
    top: 583px;
    font-weight: bold;
    font-size: 16px;
}

div#div11_18_1 {
    position: absolute;
    top: 778px;
    font-weight: bold;
    font-size: 16px;
}

div#div11_18_2 {
    position: absolute;
    top: 973px;
    font-weight: bold;
    font-size: 16px;
}

div#div9_1 {
    position: absolute;
    top: 288px;
    font-weight: bold;
    font-size: 16px;
}

div#div17_1 {
    position: absolute;
    top: 288px;
    font-weight: bold;
    font-size: 16px;
}

div#div18_1 {
    position: absolute;
    top: 503px;
    font-weight: bold;
    font-size: 16px;
}

div#div18_1_2 {
    position: absolute;
    top: 530px;
    font-weight: bold;
    font-size: 12px;
    right: 50%;
    margin-right: 33px;
    width: 304px;
    background-color: #d5d5d5;
    height: 182px;
    z-index: 1;
    text-align: center;
    padding-top: 2px;
}

div#div18_1_3 {
    position: absolute;
    top: 530px;
    font-weight: bold;
    font-size: 12px;
    right: 50%;
    margin-right: -347px;
    width: 304px;
    background-color: #d5d5d5;
    height: 182px;
    z-index: 1;
    text-align: center;
    padding-top: 2px;
}


div#div19_1_2 {
    position: absolute;
    top: 760px;
    font-weight: bold;
    font-size: 12px;
    right: 50%;
    margin-right: 129px;
    width: 206px;
    background-color: #d5d5d5;
    height: 182px;
    z-index: 1;
    text-align: center;
    padding-top: 2px;
}

div#div19_1_3 {
    position: absolute;
    top: 760px;
    font-weight: bold;
    font-size: 12px;
    right: 50%;
    margin-right: -224px;
    width: 349px;
    background-color: #d5d5d5;
    height: 182px;
    z-index: 1;
    text-align: center;
    padding-top: 2px;
}

div#div19_1 {
    position: absolute;
    top: 733px;
    font-weight: bold;
    font-size: 16px;
}

div#div2_1 {
    width: 80px;
}

div#div_g {
    display: flex;
    align-items: baseline;
}

div#div_g1 {
    display: flex;
    justify-content: space-between;
}

div#div_g1_1 {
    display: flex;
    justify-content: space-between;
}

div#div_g1_2 {
    display: flex;
    justify-content: space-between;
}

div#div_g2 {
    width: 410px;
    display: flex;
    justify-content: space-between;
}

div#div_g3 {
    width: 430px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
}

div#div_g4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}
div#div_g5 {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
    z-index: 2;
}

select#div2_2_i1 {
    width: 260px;
    margin: 0px 60px 0px 0px;
}

div#div2_3 {
    width: 140px;
}

select#div2_4_i1 {
    width: 260px;
}

div#div2_5 {
    width: 80px;
}
input#div2_6_i1 {
    width: 80px;
}

div#div2_7 {
    width: 55px;
}

#div2_8_i1 {
    width: 80px;
    margin: 0px 60px 0px 0px;
}

div#div2_9 {
    width: 140px;
}

select#div2_10_i1 {
    width: 260px;
}

div#div2_11 {
    width: 45px;
}

div#div2_12 {
    width: 35px;
}

input#div2_13_i1 {
    width: 80px;
}

div#div2_14 {
    width: 55px;
}

select#div2_15_i1 {
    width: 80px;
    margin: 0px 60px 0px 0px;
}
div#div2_16 {
    width: 140px;
}
input#div2_17_i1 {
    width: 260px;
}
input#div2_22_i1 {
    width: 80px;
}
div#div2_18 {
    position: absolute;
    top: 282px;
}


div#div2_19 {
    width: 45px;
}

div#div2_20 {
    width: 35px;
}

div#div5_1 {
    width: 260px;
}
select#div5_2_i1 {
    width: 120px;
}
div#div5_3 {
    width: 182px;
}
select#div5_4_i1 {
    width: 120px;
}
div#div5_5 {
    width: 260px;
}
select#div5_6_i1 {
    width: 120px;
}
div#div5_7 {
    width: 182px;
}
select#div5_8_i1 {
    width: 120px;
}
div#div5_9 {
    width: 260px;
}
#div5_10_i1 {
    width: 120px;
}
input#div3_2_i1 {
    width: 220px;
}
input#div3_4_i1 {
    width: 220px;
}
input#div3_6_i1 {
    width: 220px;
}
input#div3_8_i1 {
    width: 220px;
}
input#div3_10_i1 {
    width: 220px;
}
#div3_12_i1 {
    width: 220px;
}
input#div3_14_i1 {
    width: 220px;
}
input#div4_2_i1 {
    width: 220px;
}
input#div4_4_i1 {
    width: 220px;
}
input#div4_6_i1 {
    width: 220px;
}
input#div4_8_i1 {
    width: 220px;
}
input#div4_10_i1 {
    width: 220px;
}
#div4_12_i1 {
    width: 220px;
}
input#div4_14_i1 {
    width: 220px;
}


.newtopbanner {
    width: 100%;
    background-color: #006939;
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: row;
    justify-content: center;
    min-width: 960px;
}

.newtopbanner0 {
    width: 1120px;
    display: flex;
    justify-content: space-between;
}

.newtopbanner1 {
    width: 350px;
    display: flex;
}

.newtopbanner2 {
    width: 390px;
    display: flex;
}

.newtopbanner2_1 a:hover {
    color: #FFF !important;
    background-color: transparent !important;
    border-radius: 5px !important;
    font-family: 'RobotoB', sans-serif !important;
}

input#div10_02_i1 {
    width: 220px;
}

input#div10_2_i1 {
    width: 220px;
}

input#div10_4_i1 {
    width: 220px;
}
input#div10_6_i1 {
    width: 220px;
}
input#div10_8_i1 {
    width: 220px;
}

input#div11_2_i1 {
    width: 220px;
}
input#div11_4_i1 {
    width: 220px;
}
input#div11_6_i1 {
    width: 220px;
}
input#div11_8_i1 {
    width: 220px;
}

input#div10_02_i2 {
    width: 220px;
}

input#div10_2_i2 {
    width: 220px;
}

input#div10_4_i2 {
    width: 220px;
}
input#div10_6_i2 {
    width: 220px;
}
input#div10_8_i2 {
    width: 220px;
}

input#div11_2_i2 {
    width: 220px;
}
input#div11_4_i2 {
    width: 220px;
}
input#div11_6_i2 {
    width: 220px;
}
input#div11_8_i2 {
    width: 220px;
}

input#div10_02_i3 {
    width: 220px;
}

input#div10_2_i3 {
    width: 220px;
}

input#div10_4_i3 {
    width: 220px;
}
input#div10_6_i3 {
    width: 220px;
}
input#div10_8_i3 {
    width: 220px;
}

input#div11_2_i3 {
    width: 220px;
}
input#div11_4_i3 {
    width: 220px;
}
input#div11_6_i3 {
    width: 220px;
}
input#div11_8_i3 {
    width: 220px;
}




input#div10_10_i1 {
    width: 220px;
}
input#div10_12_i1 {
    width: 220px;
}
input#div10_14_i1 {
    width: 220px;
}

input#div11_10_i1 {
    width: 220px;
}
input#div11_12_i1 {
    width: 220px;
}
input#div11_14_i1 {
    width: 220px;
}


textarea#div13_1_i1 {
    width: 100%;
    height: 110px;
    resize: none;
}
div#div13_2 {
    position: absolute;
    top: 1183px;
    font-weight: bold;
    font-size: 16px;
}
div#div13_2_1 {
    position: absolute;
    top: 1183px;
    font-weight: bold;
    font-size: 16px;
    margin-left: 447px;
}
textarea#div6_1_i1 {
    width: 100%;
    height: 110px;
    resize: none;
}

.notestextbox {
    width: 426px;
    height: 110px;
    padding: 3px;
    resize: none;
}
textarea#div20_1_i1 {
    width: 100%;
    height: 110px;
    resize: none;
}
div#div20_2 {
    position: absolute;
    top: 963px;
    font-weight: bold;
    font-size: 16px;
}
div#div20_2_1 {
    position: absolute;
    top: 963px;
    font-weight: bold;
    font-size: 16px;
    margin-left: 447px;
}
div#div6_2 {
    position: absolute;
    top: 1070px;
    font-weight: bold;
    font-size: 16px;
}
div#div6_2_1 {
    position: absolute;
    top: 1070px;
    font-weight: bold;
    font-size: 16px;
    margin-left: 447px;
}
div#div12_1 {
    position: absolute;
    top: 778px;
    font-weight: bold;
    font-size: 16px;
}
div#div7_2 {
    position: absolute;
    top: 1245px;
    font-weight: bold;
    font-size: 16px;
}
div#div7_3 {
    font-weight: bold;
}
div#div7_4 {
    width: 400px;
}
div#div7_5 {
    width: 170px;
}
input#div7_6_i1 {
    width: 200px;
}
div#div7_7 {
    font-weight: bold;
    width: 400px;
}
div#div7_8 {
    width: 170px;
}
input#div7_9_i1 {
    width: 200px;
}
div#div7_10 {
    width: 700px;
}
div#div7_11 {
    width: 94px;
}
div#div7_10_1 {
    border: 1px solid;
    width: 280px;
    height: 95px;
    padding: 5px;
    overflow-y: scroll;
}
div#div8_1 {
    width: 630px;
}
div#div8_2 {
    width: 120px;
}
div#div8_3 {
    width: 150px;
}
div#div14_1 {
    width: 630px;
}
div#div14_2 {
    width: 120px;
}
div#div14_3 {
    width: 150px;
}
div#div21_1 {
    width: 630px;
}
div#div21_2 {
    width: 120px;
}
div#div21_3 {
    width: 150px;
}
div#div9_2 {
    width: 175px;
}
div#div9_3 {
    width: 120px;
    text-align: center;
    margin-right: 14px;
}
div#div9_4 {
    width: 120px;
    text-align: center;
}
div#div9_5 {
    width: 180px;
}
input#div9_6_i1 {
    width: 110px;
    margin-right: 20px;
}
select#div9_20_i1 {
    border-radius: 3px;
    padding: 3px;
    height: 25px;
    width: 250px;
}
input#div9_7_i1 {
    width: 120px;
}

div#div9_8 {
    width: 180px;
}
input#div9_9_i1 {
    width: 110px;
    margin-right: 20px;
}
input#div9_10_i1 {
    width: 120px;
}
div#div9_11 {
    width: 180px;
}
input#div9_12_i1 {
    width: 110px;
    margin-right: 20px;
}
input#div9_13_i1 {
    width: 120px;
}
div#div9_14 {
    width: 180px;
}
input#div9_15_i1 {
    width: 110px;
    margin-right: 20px;
}
input#div9_16_i1 {
    width: 120px;
}
div#div9_17 {
    width: 180px;
}
input#div9_18_i1 {
    width: 110px;
    margin-right: 20px;
}
div#div9_19 {
    width: 180px;
}
input#div9_20_i1 {
    width: 110px;
    margin-right: 20px;
}
div#div9_21 {
    width: 140px;
    margin-left: 20px;
}
input#div9_22_i1 {
    width: 60px;
    height: 15px;
}
input#div9_23_i1 {
    width: 60px;
    height: 15px;
}
input#div9_24_i1 {
    width: 60px;
    height: 15px;
}
input#div9_25_i1 {
    width: 60px;
    height: 15px;
}
div#div9_26 {
    width: 145px;
    margin-left: 20px;
}
#div9_27 {
    width: 73px; 
    height: 15px;
    font-size: 9px;
}
#div9_28 {
    width: 74px;
    height: 15px;
    font-size: 9px;
}
#div9_29 {
    width: 61px;
    height: 15px;
    font-size: 9px;
}
#div9_30 {
    width: 47px;
    height: 15px;
    font-size: 9px;
}
div#div9_31 {
    width: 216px;
}
div#div9_32 {
    width: 133px;
    height: 10px;
    font-size: 9px;
    padding-top: 8px;
}
div#div9_33 {
    width: 73px;
    height: 10px;
    font-size: 9px;
    padding-top: 8px;
}
div#div9_34 {
    width: 123px;
    margin-left: 20px;
}
input#div9_35_i1 {
    width: 60px;
    height: 15px;
}
input#div9_36_i1 {
    width: 120px;
    margin-right: 10px;
}
input#div9_37_i1 {
    width: 89px;
}
div#div9_38 {
    width: 190px;
    margin-left: 20px;
}
select#div9_39_i1 {
    border-radius: 3px;
    padding: 3px;
    height: 25px;
    width: 220px;
}
div#div9_40 {
    width: 235px;
}
div#div9_41 {
    width: 55px;
    height: 10px;
    font-size: 9px;
    padding-top: 8px;
}
div#div9_42 {
    width: 73px;
    height: 10px;
    font-size: 9px;
    padding-top: 8px;
}
div#div9_43 {
    width: 66px;
    height: 10px;
    font-size: 9px;
    padding-top: 8px;
}
div#div9_44 {
    width: 123px;
    margin-left: 20px;
}
input#div9_45_i1 {
    width: 60px;
    height: 15px;
}
input#div9_46_i1 {
    width: 70px;
    margin-right: 5px;
}
input#div9_47_i1 {
    width: 70px;
    margin-right: 5px;
}
input#div9_48_i1 {
    width: 70px;
}

div#div9_49 {
    width: 190px;
    margin-left: 20px;
}
select#div9_50_i1 {
    border-radius: 3px;
    padding: 3px;
    height: 25px;
    width: 220px;
}

div#div9_51 {
    width: 190px;
    margin-left: 20px;
}
#div9_52_i1 {
    border-radius: 3px;
    padding: 3px;
    height: 25px;
    width: 220px;
    margin-bottom: 5px;
}
div#div_g4 {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    z-index: 2;
}
.div12_3 {
    width: 130px;
}
.div12_4_i1 {
    width: 100px;
    border-radius: 3px;
    padding: 3px;
    height: 25px;
}
div#div12_5 {
    width: 580px;
}
div#div12_16 {
    width: 580px;
}
div#div12_8 {
    position: absolute;
    top: 934px;
    left: 50%;
    width: 580px;
    margin-left: -171px;
}
div#div12_21 {
    width: 90px;
}
div#div12_24 {
    width: 90px;
}
input#div12_22_i1 {
    margin-right: 60px;
}
div#div15 {
    margin-top: 33px;
    width: 881px;
    height: 580px;
    background-color: #E8E8E8;
    border: 1px solid #000;
    border-radius: 3px;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
div#div15_1 {
    position: absolute;
    top: 777px;
    font-weight: bold;
    font-size: 16px;
}

.div12_1_a {
    top: 1415px !important;
}

.div12_8_a {
    top: 1569px !important;
}

.div13_2_a {
    top: 1820px !important;
}

.div12_1_a_1 {
    top: 1608px !important;
}

.div12_8_a_1 {
    top: 1762px !important;
}

.div13_2_a_1 {
    top: 2013px !important;
}

.div12_1_a_2 {
    top: 1803px !important;
}

.div12_8_a_2 {
    top: 1957px !important;
}

.div13_2_a_2 {
    top: 2208px !important;
}




.div12_1_b_1 {
    top: 973px !important;
}

.div12_8_b_1 {
    top: 1132px !important;
}

.div13_2_b_1 {
    top: 1378px !important;
}

.div12_1_b_2 {
    top: 1168px !important;
}

.div12_8_b_2 {
    top: 1328px !important;
}

.div13_2_b_2 {
    top: 1573px !important;
}

div#div15_2 {
    font-weight: bold;
    text-align: center;
    width: 430px;
}

div#div16_2 {
    font-weight: bold;
    text-align: center;
    width: 430px;
}

.div15_3 {
    width: 225px;
    margin-left: 27px;
}

.div16_3 {
    width: 235px;
    margin-left: 27px;
}

.div15_4_i1 {
    width: 130px;
}

.div17_2 {
    width: 180px;
}

.div17_3_i1 {
    width: 190px;
    margin-right: 70px;
}

.div17_5_i1 {
    width: 190px;
}

.div17_21_i1 {
    width: 190px;
}

.mk3table_1 {
    width: 50px;
    font-size: 9px;
    padding-right: 3px;
    text-align: center;
}

.mk3table_2 {
    width: 50px;
    font-size: 9px;
    padding-right: 3px;
    text-align: center;
    padding-top: 8px;
    padding-bottom: 8px;
}

.mk3table_3 {
    width: 67px;
    font-size: 9px;
    padding-right: 3px;
    text-align: center;
}

.mk3table_3_1 {
    width: 73px;
    font-size: 9px;
    padding-right: 3px;
    text-align: center;
}
.mk3table_4 {
    position: absolute;
    top: 603px;
    font-size: 9px;
}

.mk3table_5 {
    position: absolute;
    top: 673px;
    font-size: 9px;
}

.mk3table_6 {
    position: absolute;
    top: 825px;
    font-size: 9px;
}

.mk3table_7 {
    position: absolute;
    top: 903px;
    font-size: 9px;
}

.mk3table_3_1 input {
    width: 65px;
}

.mk3table_3 input {
    width: 60px;
}
.aofcl {
    width: 75px;
    text-align: center;
    overflow: hidden;
}
.div_g_t {
    width: 170px;
}

.div_g_i {
    width: 220px;
}

.div_g_i3 {
    width: 80px;
}

.div_g_i2 {
    margin-right: 70px;
}

div#wofrefdiv {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
}

div#wofcontactdiv {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 185px;
}

div#wofcomdiv {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 185px;
}

.div15_ts {
    width: 255px;
    margin-left: 27px;
}

.pickedtracksetting {
    background-color: #ff6f6f80 !important;
}

#loginformdiv > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
#registerformdiv > div{
    display: flex;
    justify-content: center;
    align-items: center;
}
#forgottenformdiv > div{
    display: flex;
    justify-content: center;
    align-items: center;
}

.flex-center{
    display: flex;
    justify-content: center;
    align-items: center;
}
.flex-end{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.flex-between{
    display: flex;
    justify-content: space-between;
    align-items: center;
}


.quo_zone1 {
    max-width: 880px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 2vh auto auto auto;
}

.quo_zone2 {
    width: 870px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 2vh auto auto auto;
    background-color: #f1f1f1;
    padding: 15px;
    border-radius: 7px;
}

.quo_zone3 {
    max-width: 870px;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    margin: 3px auto auto auto;
}

.quo_row {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.quo_col_br {
    margin-top: 2vh;   
}


.quo_col1 {
    min-width: 160px;
}
.quo_col1 input {
    margin-right: 5px;
    height: 25px;
}


.quo_col2 {
    width: 200px;
    min-width: 150px;
}
.quo_col2 select {
    margin-right: 5px;
    height: 25px;
    width: 100%;
}
.quo_col2 input {
    margin-right: 5px;
    height: 25px;
    width: 100%;
}

.quo_col4 {
    margin-right: 15px;
    height: 190px;
    width: 700px;
}
.quo_col4 textarea {
    margin-right: 5px;
    height: 180px;
    width: calc(100% - 20px);
    resize: none;
    min-width: 194px;
}


.quo_col5 {
    width: 113px;
}

.quo_col7 {
    width: 503px;
    text-align: right;
    padding-bottom: 13px;
}

.quo_col6 {
    width: 181px;
}

.quo_col3 {
    width: 100px;
}
.quo_col3 select {
    margin-right: 5px;
    height: 25px;
    width: 100%;
}
.quo_col3 input {
    margin-right: 5px;
    height: 25px;
    width: 100%;
}

.quo_q_col input {
    width: calc(100% - 5px);
    height: 25px;
    text-transform: uppercase;
}

.quo_q_col10 {
    width: 35px;
    text-align: center;
}

.quo_q_col10_1 {
    width: 60px;
    text-align: center;
}


.quo_q_col11 {
    width: 15px;
    text-align: right;
}

.quo_q_col1 {
    width: 60px;
}

.quo_q_col2 {
    width: 150px;
}

.quo_q_col3 {
    width: 265px;
}

.quo_q_col3_1 {
    width: 245px;
    overflow: hidden;
    padding-right: 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.quo_q_col4 {
    width: 75px;
}

.quo_q_col5 {
    width: 180px;
}

.quo_q_col6 { 
    width: 75px;
}

.quo_q_col7 {
    width: 340px;
    text-align: right;
}

.quo_q_col8 {
    width: 475px;
}

.quo_zone_scroll {
    overflow: auto;
    width: 99%;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.inputerror {
    border: 2px solid red !important;
}

.quo_row_hov:hover {
    background-color: #959595;
}

#mrp_debuger {
    width: 110px;
    height: 20px;
    position: absolute;
    top: 430px;
    z-index: 2;
    background-color: #fff;
    margin: 0;
    box-sizing: border-box;
}

.botpad {
    padding-bottom: 5px;
}

.strong { 
    font-weight: bold;
}

.quo_q_col9 {
    width: 670px;
}

.quo_col10 {
    width: 100%
}
#suggestions {
    border: 1px solid #ddd;
    max-height: 150px;
    overflow-y: auto;
    display: none;
}
.suggestion-item {
    padding: 8px;
    cursor: pointer;
}
.suggestion-item:hover {
    background-color: #f0f0f0;
}

.quo_man_main {
    max-width: 860px;
    margin: auto;
}

.quo_man_br {
    margin-top: 45px !important;
}

.quo_man_title {
    font-size: 15px;
    margin-top: 25px;
}

.quo_man_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 27px;
}

.quo_man_col1 {
    width: 240px;
}

.quo_man_col2 {
    width: 340px;
}

.quo_man_col3 {
    width: 250px;
}

.b {
    font-weight: bold;
}

.thisvarid {
    border: solid 2px green !important;
}

.notthisvarid {
    opacity: 0.4 !important;
}

