.commonpopupform {
  display: block;
  position: fixed;
  /* border-radius: 10px; */
  border-radius: 0px;
  width: 70%;
  max-width: 1000px;
  left: 20%;
  top: 5%;
  z-index: 60000;
  background-color: white;
  /* padding: 20px 25px; */
  padding: 0px 0px 15px 0px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  z-index: 99999;
  font-size: 13px;
}

.commonpopupcontent{
  padding-left: 10px;
}
.popupbtn_close {
  position: absolute;
  right: 0;
  top: 7px;
  background: url(../../images/iconset.png) no-repeat -81px -93px;
  margin-right: 12px;
  /* font-size: 15px; */
  /* line-height: 18px; */
  margin-top: 3px;
  /* color: rgb(25, 49, 72) !important; */
  text-decoration: none;
  /* font-weight: bold; */
  width: 21px;
  height: 21px;
  /* border-radius: 18px; */
  /* background: #ffffff; */
  /* text-align: center; */
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}
.popupbtn_close:hover {
  /* background: url(../../images/close_icon_hover.png) no-repeat; */
  background: url(../../images/iconset.png) no-repeat -114px -93px;
  /* color: #fff !important;
  background: #FF0A0A; */
  transition: none;
  -webkit-font-smoothing: antialiased;
}

.popupbtn_close_dismissible {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #000;
  background-image: url(../../images/close_icon.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

.popupbtn_close_dismissible:hover {
  position: absolute;
  right: 5px;
  top: 5px;
  color: #000;
  background-image: url(../../images/close_icon_hover.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

.popup_warning {
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -10px;
  color: #000;
  background-image: url(../../images/warning.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  text-decoration: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-font-smoothing: antialiased;
}

.popuphider {
  /* position: absolute; */
  position: fixed;
  background-color: rgba(0, 0, 0, 0.6);
  filter: Alpha(opacity=10);
  opacity: 0.6;
  width: 100%;
}

.commonpopupform h2 {
  font-size: 14px;
  color: #FFFFFF;
  background: #193148;
  line-height: 40px;
  padding-left: 10px;
  padding-right: 5px;
  font-weight: bold;
  text-transform: capitalize;
  text-align: left;
  margin: 1px;
  margin-bottom: 10px;
  font-family: arial;
}

.commonpopupbtnarea{
  border-top: 1px solid #F1F1F1;
  padding-top: 10px;
  padding-bottom: 20px;
  width: 98%;
  margin:0px auto;
}

.btn.bluebg {
  background: #015abb;
  color: #fff !important;
  text-shadow: none !important;
  border: none !important;
  border-radius: 0px !important;
  padding: 7px 12px;
  text-transform: capitalize;
  min-width: 70px;
}
#popupform1{
  /* z-index: 99999999999999; */
  /* min-height: 484px !important; */
  min-height: 484px;
  height: 344px;
}

.uploadsignature .imageBox .thumbBox {
  position: absolute;
  top: 60%;
  left: 43%;
  width: 300px;
  height: 120px;
  margin-top: -100px;
  margin-left: -100px;
  box-sizing: border-box;
}

/* Fixed Header Table Css */


section {
  margin-top: 10px;
  /*   position: relative;
    border: 1px solid #000;
    padding-top: 41px;
    background: #999;
    clear: both;
    margin-top: 10px;
    margin-bottom: 10px; */
}
.commontbl {
  font-size: 13px;
  /* overflow-y: auto;
  max-height: 400px;
  clear: both;
  background: #fff;
  min-height: 10px; */
  /* height: 0px; */
}
section.positioned {
  /*   position: absolute;
    top:100px;
    left:100px;
    width:800px;
    box-shadow: 0 0 15px #333; */
}
section table {
  /*   border-spacing: 0;
    width:100%; */
}
section td + td {
  /*   border-left:1px solid #eee; */
}
section td, th {
  /*   border-bottom:1px solid #EDEDED; */
  /*   background: #ddd; */
  /*   color: #000;
    padding: 10px 25px; */
}

section tbody tr:nth-child(odd){
  /* background: #FFF;
  border-top: 1px solid #cccccc; */
}

section tbody tr:nth-child(even){
  /* background: #EEE;
  border-top: 1px solid #cccccc; */
}

section th {
  /* height: 0 !important;
  line-height: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
    color: transparent;
    border: none;
    white-space: nowrap; */
}
section th div{
  /* position: absolute;
  background: transparent;
  color: #FFF;
  padding: 14px 5px 12px 10px;
  top: 0;
  margin-left: -9px;
  line-height: normal;
  border-left: 1px solid #999; */
}

section th:first-child div{
  border: none;
}

/* Popup Table Styles */

.commonpopupcontent table tbody td {
  /* padding: 8px 0px 8px 16px;
  border: 1px solid #ccc;
  font-size: 13px;
  color: #999; */
}

.commonpopupcontent table thead tr th {
  /* font-size:13px;
  line-height:16px;
  background:#999;
  color:#fff;
  line-height: 18px;
  padding: 8px 0px 8px 8px;
  border-top: 1px solid #999; */
}

.commonpopupcontent table thead tr th:first-child {
  border-left: 1px solid #999;
}

.commonpopupcontent table thead tr th:last-child {
  border-right: 1px solid #999;
}

.commonpopupcontenttable tbody tr:nth-child(odd) {
  background: #FFF;
  border-top: 1px solid #cccccc;
}
.commonpopupcontent table tbody tr:nth-child(even) {
  background: #EEE;
  border-top: 1px solid #cccccc;
}

.commonpopupcontent .fullwidth td {
  /* padding: 8px 0px 8px 10px;
  border: 1px solid #ccc;
  font-size: 13px;
  color: #999; */
}


.commonpopupform.addApprovalpopup{
  width: 330px;
  height: auto !important;
  min-height: 280px !important;
  left: 40%;
  top: 10%;
}

.commonpopupform.addProjectspopup{
  width: 350px;
  height: auto !important;
  min-height: 250px !important;
  left: 40%;
  top: 20%;
}

.commonpopupform.dbaddProjectspopup{
  width: 350px;
  height: auto !important;
  min-height: 200px !important;
  left: 40%;
  top: 20%;
}

.commonpopupform.addresstpopup{
  width: 620px;
  height: auto !important;
  min-height: 300px !important;
  left: 35%;
  top: 10%;
}

.commonpopupform.mailpopup{
  width: 415px;
  height: auto !important;
  min-height: 300px !important;
  left: 35%;
  top: 10%;
}


.commonpopupform.announcementpopup, .commonpopupform.safetypopup1{
  width: 400px;
  height: auto !important;
  min-height: 300px !important;
  left: 35%;
  top: 10%;
}

.commonpopupform.holidaypopup{
  width: 320px;
  height: auto !important;
  min-height: 200px !important;
  left: 35%;
  top: 10%;
}

.commonpopupform.safetypopup{
  width: 710px;
  left:30%;
}

.commonpopupform.announcementpopup .commonpopupcontent{
  min-height: 250px !important;
  height: auto !important;
}

.commonpopupform.holidaypopup .commonpopupcontent{
  min-height: 200px !important;
  height: auto !important;
}

.commonpopupform.safetypopup .commonpopupcontent{
  max-height: 530px;
  overflow-y: auto;
}

.commonpopupform.departmentpopup {
  /* width: 430px; */
  width: 670px;
  /* left: 35%; */
  height: auto !important;
}

.txtarea_large.full{
  width: 90%;
  min-height: 80px;
}

.txtarea_largefroncesic.full{
  width: 55%;
  min-height: 116px;
}

.commonpopupform.departmentpopup .commonpopupcontent{
  min-height: 550px !important;
  height: 400px !important;
  overflow-y: auto;
  max-height: 530px !important;
}

.commonpopupform.projectpopup{
  width: 900px;
  /* max-height: 700px; */
}

.commonpopupform.projectpopup .commonpopupcontent {
  padding-left: 10px;
  /*     min-height: 500px !important;
      height: 580px !important; */
}


#divcartlistpopup{
  padding-right: 10px;
}
.commonpopupform.cartexistinglistpopup{
  width: 550px;
  height: auto !important;
  min-height: 300px !important;
  left: 30%;
  top: 10%;
}


.commonpopupform.cartexistinglistpopup .commonpopupcontent{
  min-height: 250px !important;
  height: auto !important;
}

.commonpopupform.punchout_form2{
  width:40%;
  left: 30%;
}

.dropdown_popup_menu {
  position: absolute;
  min-width: 125px;
  padding: 2px;
  margin-top: 32px;
  right: 0px !important;
  text-shadow: none;
  background-color: #FFF;
  border-width: 1px;
  border-style: solid;
  border-right: 1px solid #D6D6D6;
  border-color: #FFF #D6D6D6 #D6D6D6;
  -moz-border-top-colors: none;
  -moz-border-right-colors: none;
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  border-image: none;
  box-shadow: 2px 4px 15px 0px rgba(8, 8, 127, 0.25);
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  z-index: 999;
}


.dropdown_popup_menu.detailpage {
  margin-top: 40px;
  left: -2px;
  max-width: 120px;
}

.dropdown_popup_menu ul {
  margin: 0px;
  padding: 0px;
}

.dropdown_popup_menu ul li {
  clear: both;
  display: block;
  list-style: none;
  margin: 0px;
  padding-top: 0px;
  float: left;
  padding: 2px 0px 2px 5px;
  width: 100%;
  text-align: left;
}

.dropdown_popup_menu ul li:hover {
  background: #f1f1f1;
}

.dropdown_popup_menu ul li a {
  color:#000;
  text-decoration:none;
  font-size: 12px;
  margin: 0px;
  line-height: 14px;
}

.divcommonmsg{
  color: green;
  position: fixed;
  left: 50%;
  background: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  box-shadow: 1px 1px 5px #7A7A7A;
  top: 54px;
  z-index: 9999;
}

.boxline {
  float: left;
  border: 1px solid #c0c0c0;
  padding: 10px 10px 10px 10px;
  min-width: 310px;
  margin-bottom: 10px;
  margin-right: 10px;
  min-height: 200px;
}

.boxline.full{
  width: 94%;
}


/* .popuphider.primaryhider{
	
} */

/* .popuphider.secondaryhider{
  z-index: 9999999991 !important;
}

.commonpopupform.addrelateditempopup{
  z-index: 9999999992 !important;
} */

#tblcartlistpopup tbody tr:hover{background: #D4E5F0;}

#tblcartlistpopup td{cursor: pointer;}


.commonpopupform.glaccountwatcherpopup{
  width: 340px;
  left: 40%;
  top: 5%;
}

.commonpopupform.glaccountpopup{
  width: 700px;
  /* left: 35%; */
  height: auto !important;
}

.commonpopupform.glaccountpopup .commonpopupcontent {
  min-height: 450px !important;
  height: auto !important;
  overflow-y: auto;
}


.commonpopupform.addprowatcherpopup{
  width: 330px;
  left: 37%;
  top: 5%;
  height: 281px !important;
  min-height: 281px !important;
}


.commonpopupform.glaccountwatcherpopup .statusmsg .successmsg {
  left: 0;
  top: 10px;
}

.commonpopupform.addDeptpopup {
  width: 330px;
  min-height: 350px !important;
  left: 40%;
  top: 20%;
}

.commonpopupform.userpopup {
  width: 90%;
}

.commonpopupform.letspopup {
  width: 860px;
  padding-bottom: 0px;
}

.letspopup .align1.minaccts {
  max-height: 525px;
  overflow-y: auto;
  padding-right: 20px;
}

.letspopup .align2.minaccts {
  padding-right: 20px;
}

.letspopup #popupheader {
  margin-bottom: 0px;
}

.commonpopupform.letspopup .commonpopupcontent{
  padding-left: 20px;
}

.letspopup .commonpopupcontent {
  /* max-height: 455px; */
  overflow: auto;
}

.commonpopupform.addserviceproviderpopup {
  width: 800px;
  left: 26%;
  height: auto !important;
}

.commonpopupform.addserviceproviderpopup .commonpopupcontent {
  min-height: 450px !important;
  max-height: 500px !important;
}

.commonpopupform.addserviceproviderpopup.addprendiouserpopup {
  width: 800px;
  left: 26%;
  height: auto !important;
}

.commonpopupform.addserviceproviderpopup.addprendiouserpopup .commonpopupcontent {
  min-height: 510px !important;
  max-height: 500px !important;
}


#addtblprice td{
  padding: 5px 5px 0px 5px;
  border-left: 1px solid #ccc;
}


#addtblprice {
  border: 1px solid #ccc;
}

#addtblprice thead th {
  padding: 6px 5px 6px 5px;
  background: #999;
  font-weight: bold;
  color: #FFF;
  font-size: 13px;
}

#addtblprice tbody td {
  border: 1px solid #ccc;
  border-left: 1px solid #ccc;
}


#divExitingCartListPopup
{
  height:450px;
  overflow:auto;
}
/* Common Popup Standard Styles */

.commonpopupform.popup1{
  z-index: 999992 !important;
}
.commonpopupform.popup2{
  z-index: 999995 !important;
}
.commonpopupform.popup3{
  z-index: 999997 !important;
}
.commonpopupform.popup4{
  z-index: 999999 !important;
}

.commonpopupform.popup2.adddocpopup {
  z-index: 999995 !important;
}

.popuphider.hider1{
  opacity:0.6;
  top:0;
}
.popuphider.hider2{
  opacity:0.1;
  top:0;
}
.popuphider.hider3{
  opacity:0.1;
  top:0;
}
.popuphider.hider4{
  opacity:0.1;
  top:0;
}

/* Common Popup Standard Styles */


.divAddwatchererror.successmsg, #divEroorcodeCheck {
  color: red;
}


.tblfullwidthbox thead th, .tblfullwidthbox tbody td{
  padding-left:5px;
  padding-right:5px;
  padding-top:3px;
  padding-left:3px;
}

.commonpopupform.addAccountpopup{
  width: 330px;
  height: auto !important;
  max-height: 500px !important;
  min-height: 200px !important;
}

.commonpopupform.addAccountpopup .commonpopupcontent{
  height: 315px !important;
  max-height: 370px !important;
  min-height: 200px !important;
}

.commonpopupform.addContactpopup{
  height: 500px !important;
  display: block;
  width: 350px;
}


.commonpopupform.addContactpopup .commonpopupcontent {
  min-height: 350px !important;
  height: 380px !important;
  overflow-y: auto;
}


#addsupptbltags td, #addtbltags td{
  word-break:break-all;
}

#divbasicadd .divlt table {
  margin-top: 0px;
}

.commonpopupform.adddocdetail{
  /* 	max-width: 900px; */
}

.sysdetailblock{
  float: left;
  width: 100%;
  border: 1px solid #dfdfdf;
  padding: 5px 10px 5px 10px;
  clear: both;
  margin-bottom: 10px;
  background: #FBFBFB;
}

.spndata{
  padding-right: 10px;
}

.commonpopupform.addtagmgtpopup{
  max-width: 350px;
}

.commonpopupform.adddocdetail{
  min-width: 1000px;
  height: auto;
  /*   max-height: 650px;
    min-height: 500px; */
}

.commonpopupform.addmsdsdocdetail{
  min-width: 910px;
  max-width: 910px;
  height: auto;
  max-height: 620px;
  min-height: 500px;
}

.commonpopupform.addDeptpopup .statusmsg .successmsg, .commonpopupform.addProjectspopup .statusmsg .successmsg, .commonpopupform.addApprovalpopup .statusmsg .successmsg{
  left: -10%;
  top: 13px;
  font-size: 13px;
}


.commonpopupform.dictionarypopup{
  max-width: 330px;
}

.commonpopupform.shippintolistpopup{
  min-width:1000px;
  height: auto;
  max-height: 600px;
  min-height: 500px;
}

.commonpopupform.defalutuserpopup{
  width: 650px;
}

.commonpopupform.userdetailspopup {
  width: 450px;
}


.commonpopupform.addcalendarpopup {
  width: 300px;
  height: auto !important;
  min-height: 170px !important;
}

.modal-footer {
  padding: 15px 15px 0px 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}


.ui-datepicker .ui-datepicker-buttonpane button.ui-state-hover:hover{
  border: 1px solid #fbcb09 !important;
}

.commonpopupform.billintolistpopup {
  height: auto !important;
  min-height: 200px !important;
}

.commonpopupform.billintolistpopup .commonpopupcontent {
  height: auto !important;
  min-height: 200px !important;
}

.commonpopupform.billintolistpopup .commonpopupcontent {
  max-height:500px !important;
}

.commonpopupform.Shippingpopup{
  width: 310px;
  max-height: 375px !important;
}

.commonpopupform.dashratingpopup{
  width: 375px;
  max-height: 400px !important;
}

.commonpopupform.addmsdsdocdetail .commonpopupcontent {
  max-height: 500px;
  overflow-y:auto;
}


.commonpopupform.addAccountpopup .statusmsg .successmsg{
  right: 23%;
  top: -2px;
  left: -70px;
  width: 300px;
}

.commonpopupform.addCurrencypopup{
  max-width: 320px;
  min-height: 300px !important;
  height: auto !important;
}

.commonpopupform.addCurrencypopup .commonpopupcontent {
  min-height: 210px !important;
  height: 200px !important;
  padding-left: 20px;
}


.commonpopupform.cancelReqPopup{
  max-width: 250px;
  min-height: 400px !important;
  height: auto !important;
}

.commonpopupform.cancelReqPopup{
  max-width: 400px;
  min-height: 200px !important;
  height: auto !important;
  padding: 0px 0px 10px 0px;
}
.commonpopupform.gldescPopup {
  max-width: 300px;
  max-height: 200px !important;
  height: auto !important;
  padding: 0px 0px 10px 0px;
}
.commonpopupform.cancelReqPopup .commonpopupcontent {
  min-height: 150px !important;
  height: auto !important;
  padding-left: 30px;
  padding-right: 30px;
}
.commonpopupform.exportcatalogoption{
  max-width: 400px;
  min-height: 200px !important;
  height: auto !important;
  padding: 0px 0px 10px 0px;
  top: 125px;
}
.commonpopupform.exportcatalogoption .commonpopupcontent {
  min-height: 150px !important;
  height: auto !important;

}
.input_medium.lrge {
  max-width: 280px;
  width: 280px;
  padding-left: 5px;
}

.descriptionpopup .txtbig.divinblock3{
  padding: 11px !important;
  width: 99% !important;
  overflow: auto;
  max-height: 380px;
  border: 1px solid #ccc !important;
}

.commonpopupform.taxexemptpopup{
  top: 30%;
  max-width: 290px  !important;
  height:auto !important;
  max-height: 170px !important;
  min-height: 100px !important;
}

.commonpopupform.previousorderpopup{
  width: 1000px;
}

.commonpopupform.editcatalogphoto {
  height: 590px !important;
  width: 810px;
}

.editcatalogphoto .imageBox .thumbBox {
  position: absolute;
  top: 6%;
  left: 5%;
  width: 580px;
  height: 380px;
  margin-top: 0px;
  margin-left: 0px;
  box-sizing: border-box;
  border: 1px solid rgb(102, 102, 102);
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  background: none repeat scroll 0% 0% transparent;
}

.editcatalogphoto .imageBox {
  height: 430px !important;
}

.commonpopupform.Catalogpreviewpopup{
  max-width:620px;
  width:auto;
  height:auto;
  padding: 0px;
}

.Catalogpreviewpopup .commonpopupcontent{
  padding: 0px;
}

.Catalogpreviewpopup .commonpopupform h2 {
  margin-bottom: 0px;
}

.divcatalogimg{
  /* max-width: 600px;
  height: auto;
  padding: 10px; */
  /* Shows 300 x 300 ppt image size calculation by KEN */
  width: 360px;
  height: 300px;
  padding: 10px;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
.Catalogpreviewpopup  img{
  width: auto;
  max-width: 100%;
}

.commonpopupform.addApprovalPathPopup{
  top: 15%;
  width: 341px;
  height: auto;
  max-height: 254px;
  min-height: 280px !important;
}

.commonpopupform.Catalogpreviewpopup  h2{
  margin: 1px 1px 0px;
}

.commonpopupform.receiptsandvoucherspopup{
  width: 1000px;
}

.departmentpopup .statusmsg .successmsg{
  /* left: 18%;
  top: -5px; */
  left:0px;
}

.addApprovalPathPopup  .statusmsg .successmsg{
  left: -10%;
  top: 15px;
}


.commonpopupform.glaccountwatcherchangepopup{
  width: 340px !important;
  min-height: 258px !important;
  max-height: 258px  !important;
  height: auto  !important;
  top: 5%;
}

.commonpopupform.glaccountwatcherchangepopup .commonpopupcontent {
  max-height: 180px !importnat;
}

.commonpopupform.glaccountpopup .mainstatusmsg .successmsg{
  margin-top: -5px;
}


.commonpopupform.glaccountwatcherchangepopup .statusmsg {
  left: 15px;
}

.commonpopupform.glaccountwatcherchangepopup .statusmsg .successmsg{
  margin-top: 80px;
  left: 0px;
  top: 86px;
}
.commonpopupform.Termpopup{  width: 310px;}

.commonpopupform.Costcenterpopup{  width: 310px;}

.commonpopupform.receiptsandvoucherspopup {
  width:95% !important;
  max-width: 1200px;
  left: 15%;
  top: 3%;

}

.commonpopupform.syncerrormsgpopup {
  max-width: 400px;
}

.addadminsupplierpopup .statusmsg .successmsg, .addcompanypopup .statusmsg .successmsg, .addsupplierpopup .statusmsg .successmsg, .AddCatalogpage  .statusmsg .successmsg{
  left: 0;
}

.commonpopupform.StatusLinkpopup  {
  max-width: 600px;
}

.commonpopupform.changeponopopup{
  max-width: 340px;
}

.changeponopopup .statusmsg{
  left: 0%;
  bottom: 22px;
}
.changeponopopup .statusmsg .successmsg{
  left: 45%;
  top: 0px;
  left: 5px;
}

.addPriceManagepopup .statusmsg{
  position: absolute;
  width: 50%;
  left: 200px;
  z-index: 999;
}

.addserviceproviderpopup .statusmsg .successmsg{
  left:0px;
}

.message_reset {
  width: 48px;
  height: 48px;
  background: url(../../images/delete_bin.png) no-repeat 0px -3px;
  float: left;
  margin-right: 7px;
}

.commonpopupform.safetypopup .statusmsg .successmsg {
  left: 0px;
}

.commonpopupform.ActiveInfoPopup {
  max-width: 285px;
  padding: 0px 10px 0px 0px;
  min-height: 165px !important;
  height: auto !important;
  padding: 0px 0px 10px 0px;
}

.commonpopupform.ActiveInfoPopup .commonpopupcontent {
  min-height: 100px !important;
  height: auto !important;
  padding-left: 10px;
}

.commonpopupform.addadminsupplierpopup{
  max-width: 1100px;
  min-width: 1060px;
}

.projectpopup .statusmsg, .glaccountpopup .statusmsg {
  width: auto;
  left: 28%;
}

.commonpopupform.reasonpopup{
  left: 36%;
  top: 26%;
}

.commonpopupform.popup2.supplierfilterreport {
  width: 20%;
  left: 40%;
  top: 10%;
}

.supplierfilterreport .token-input-list-facebook {
  width: 100%;
  border:0px;
  border-radius: 5px;
}

.commonpopupform#errorpopup{
  width: 400px;
  height: auto !important;
  min-height: 300px !important;
  left: 35%;
  top: 10%;
}

.commonpopupform_Design2 {
  border-radius: 10px;
  padding-bottom: 0px;
}

.commonpopupform_Design2 h2 {
  background: #fff;
  color: #000;
  border-radius: 10px;
}

.commonpopupform_Design2.addpricepopup{
  width: 450px;
  top: 30%;
  height: auto !important;
  left: 35% !important;
}

.commonpopupform_Design2 .popupbtn_close{
  background: url(../../images/dbsprite_img.png) no-repeat -556px -40px;
}

.commonpopupform_Design2 .commonpopupbtnarea {
  padding-bottom: 10px;
  width: 100%;
}

.commonpopupform_Design2 .share_text {
  width: 100%;
  text-align: center;
  margin: 25px 0px 30px;
}

.commonpopupform_Design2 .message_delete, .commonpopupform_Design2 .top_line {
  display: none;
}

.commonpopupform.confirmAddAmountPopup{
  max-width: 250px;
  min-height: 400px !important;
  height: auto !important;
}

.commonpopupform.confirmAddAmountPopup{
  max-width: 300px;
  min-height: 200px !important;
  height: auto !important;
  padding: 0px 0px 10px 0px;
}

.commonpopupform.notifyAddAmountMissingRequiredFieldsPopup {
  max-width: 300px;
  min-height: 150px !important;
  height: auto !important;
  padding: 0px 0px 10px 0px;
}

.commonpopupform.notifyVoucherCreationMissingRequiredFieldsPopup {
  max-width: 300px;
  min-height: 150px !important;
  height: auto !important;
  padding: 0px 0px 10px 0px;
}

.commonpopupform.confirmAddAmountPopup .commonpopupcontent {
  min-height: 100px !important;
  height: auto !important;
}

.commonpopupform.confirmCreateHeldVoucherPopup {
  max-width: 510px;
  min-height: 247px !important;
  height: auto !important;
}

.commonpopupform.additionalFundsRequest{
  max-width: 250px;
  min-height: 400px !important;
  height: auto !important;
}

.commonpopupform.additionalFundsRequest{
  max-width: 400px;
  min-height: 200px !important;
  height: auto !important;
  padding: 0px 0px 10px 0px;
}

.commonpopupform.POReassignPop {
  max-width: 700px;
  min-height: 400px !important;
  height: auto !important;
  padding: 0px 0px 10px 0px;
  margin-top: 52px;
}

.commonpopupform.POReassignPop .commonpopupcontent {
  max-height: 75vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.poreassignpop-flex {
  line-height: 30px;
  width: 70%;
  margin: auto;
}

.poreassignpop-flex .popup-label-div {
  margin-right: 15px;
  width: 70px;
  text-align: right;
  float: left;
}

.poreassignpop-table {
  width: 100%;
}

.poreassignpop-table th {
  padding-left: 5px;
  border: none !important;
}

.poreassignpop-table td {
  background-color: #fff;
}

.poreassignpop-table tr {
  border: none !important;
}

.poreassignpop-table td input,
.poreassignpop-table td select {
  margin-top: 5px;
}

.poreassignpop-table-container {
  width: 90%;
  height: auto;
  margin: auto;
  overflow-y: scroll;
}

.poreassignpop-table-container-expanded {
  max-height: 190px;
  transition-duration: 500ms;
}

.poreassignpop-table-container-collapsed {
  max-height: 30px;
  transition-duration: 500ms;
}

.poreassignpop-table-head {
  height: 30px;
  width: 100%;
  background-color: #c3bbf6;
  position: sticky;
  top: 0;
}

.poreassignpop-table-row {
  overflow-y: scroll;
  height: auto;
  max-height: 200px;
}
.commonpopupform.additionalFundsRequest .commonpopupcontent {
  min-height: 100px !important;
  height: auto !important;
}

.commonpopupform.confirmInvoiceCorrectionPopup {
  min-height: 70px !important;
  width: 400px !important;
  height: auto !important;
  inset: 385.797px auto auto 768.5px;
}
.commonpopupform.confirmPoUpdatePopup {
  min-height: 80px !important;
  width: 490px !important;
  height: auto !important;
  inset: 385.797px auto auto 768.5px;
}

.downArrowTbl {
  transform: rotate(90deg);
  transition-duration: 500ms;
  -webkit-backface-visibility: hidden;
}

.upArrowTbl {
  transform: rotate(-90deg);
  transition-duration: 500ms;
  -webkit-backface-visibility: hidden;
}
.commonpopupform.additionalFundsRequest .disabled-input {
  color: #ccc;
}

.commonpopupform.additionalFundsRequest input {
    width: 100px;
}

.commonpopupform.additionalFundsRequest .popup-label-div {
    width: 185px;
    margin: 7.5px 0 0 0;
}

.commonpopupform #receiverDropDown{
    width: 100px;
    margin-left: 27px;
}

.additionalFundsRequest .commonpopupcontent {
    padding: 0 20px;
}

.commonpopupform.additionalFundsRequest .top_line {
    border: 1px solid #ccc;
    margin: 0px 0 10px 0px;
}

#deletecatalogprice {
  padding-bottom: 10px;
  max-width: 310px !important;
}

#reapprovepath {
  height: auto !important;
}
.openOrdersPopup {
  max-width: 400px;
  height: auto !important;
}

.commonpopupform.addprowatcherpopup.addsegmentpopup {
  top: 18%;
}

.tdW9UploadDate {
    width: 8%;
}

.tdW9PrendioManaged {
    width: 12%;
}

a.atext.companyW9Link {
    text-decoration: underline;
}

#divSharedPunchoutSupplier a.sharedDefaultLink {
    float:left;
    margin-top:3px;
    margin-left:3px;
}

#Supplierpunchout textarea.input_x-large.inputurl {
    overflow:auto;
}

.prendio-internal-note-modal {
  width: 350px !important;
  position: fixed !important;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
}

.prendio-note-content {
  overflow-y: auto !important;
}

.prendio-file-list {
  overflow-y: auto !important;
  margin-bottom: 50px !important; /* Space for Save button */
}

.readonly-notes-textarea {
  flex: 1;
  resize: none;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 8px;
  color: #666;
  font-size: 14px;
  line-height: 1.4;
  cursor: default;
}