/* $color_main: #A78365; */
.clsBody {
  background-color: #ffffff;
  color: black;
  margin: 0;
  font-family: verdana, SimHei, NSimSun, NSumSun;
}

.clsButton {
  height: 2em;
  background-color: #769ff8;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border: 1px outset #4467ae;
  background-size: 100% 100%;
  background-image: url(../images/buttonbg.gif);
  background-repeat: repeat-x;
  text-align: center;
  font-size: 14px;
}

.clsButtonDisabled {
  background-color: #d4d0c8;
  font-weight: bold;
  cursor: normal;
  border-top: 1px solid white;
  border-left: 1px solid white;
  border-right: 1px solid #404040;
  border-bottom: 1px solid #404040;
  text-align: center;
}

.clsButton2 {
  background-color: #56c87f;
  color: white;
  font-weight: bold;
  font-weight: bold;
  cursor: pointer;
  border: 1px outset #44ae67;
  background-image: url(../images/buttonbggr.gif);
  background-repeat: repeat-x;
  text-align: center;
}

.clsButton3 {
  background-color: #ffffff;
  color: #666666;
  font-size: 20px;
  font-weight: bold;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
  border: none;
}

.clsButtonSearch {
  background-color: #769ff8;
  color: white;
  font-weight: bold;
  cursor: pointer;
  width: 20px;
  height: 20px;
  border: 2px outset #4467ae;
  background-image: url(../images/search1.gif);
  text-align: center;
}

.clsButton:hover {
  background-color: darkorange;
  color: white;
  font-weight: bold;
  font-weight: bold;
  cursor: pointer;
  border: 1px outset #4467ae;
  background-image: url(../images/buttonbg2.gif);
  background-repeat: repeat-x;
}

.clsTabInside {
  border: #395794 8px solid;
}

.clsTopMenu {
  height: 14px;
  width: 100%;
  border-bottom: 0px solid #38528b;
  background-image: url(../images/topmenu.gif);
  background-repeat: repeat-x;
}

.clsMenubar {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 35px;
  background-image: url(../images/button2_03_mob.png);
  background-repeat: repeat-x;
  padding-bottom: 1px;
  background-color: #4467ae;
  color: white;
}

.clsMenubar a {
  color: white;
}

.clsMenubar a:visited {
  color: white;
}

.clsMenubarTbl > tbody > tr > td:first-child {
  padding-right: 1px;
}

.clsMenubarTbl > tbody > tr > td:last-child {
  padding-left: 1px;
}

.clsFooter {
  display: block;
}

#idToolbar {
  color: white;
}

#idToolbar a:hover {
  text-decoration: none;
}

#idFooter {
  color: white;
  font-weight: normal;
  font-size: 100%;
  background-image: url(../images/footerbg.gif);
  background-repeat: repeat-x;
  text-align: left;
}

#idFooter a {
  color: white;
  font-weight: bold;
}

#idCaseInfoStr {
  background-color: silver;
  text-align: center;
  color: maroon;
  width: 100%;
}

/*
.clsMenuLeft {content:url(../images/button2_01_mob.png);}
.clsMenuRight {content:url(../images/button2_05_mob.png);}
.clsMenuLeftActive {content:url(../images/button2o_01_mob.png);}
.clsMenuRightActive {content:url(../images/button2o_05_mob.png);}
*/
.clsMenuLeft {
  content: "";
  background: transparent url("../images/button2_01_mob.png") no-repeat;
}

.clsMenuLeft > img {
  visibility: hidden;
}

.clsMenuRight {
  content: "";
  background: transparent url("../images/button2_05_mob.png") no-repeat;
}

.clsMenuRight > img {
  visibility: hidden;
}

.clsMenuLeftActive {
  content: "";
  background: transparent url("../images/button2o_01_mob.png") no-repeat;
}

.clsMenuLeftActive > img {
  visibility: hidden;
}

.clsMenuRightActive {
  content: "";
  background: transparent url("../images/button2o_05_mob.png") no-repeat;
}

.clsMenuRightActive > img {
  visibility: hidden;
}

a {
  color: #003399;
  text-decoration: none;
}

/*A:visited {   color:#4477aa }*/
a:active {
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

a img {
  border: none;
}

form {
  margin: 0;
  padding: 0;
}

input {
  font-family: verdana;
  font-size: 90%;
}

select {
  font-family: verdana;
  font-size: 90%;
  border-color: silver;
}

textarea {
  font-family: verdana;
  font-size: 95%;
}

h1 {
  font-size: 225%;
}

h2 {
  font-size: 200%;
}

h3 {
  font-size: 150%;
  letter-spacing: 1px;
}

h4 {
  font-size: 140%;
}

h5 {
  font-size: 125%;
}

table {
  font-size: 100%;
}

blockquote {
  text-align: center;
  border: 2px solid;
  font-weight: bold;
  font-size: 13px;
}

/* Solution for new row bahavior in Excel */
br {
  mso-data-placement: same-cell;
}

.clsLoginBg {
  background-color: #e5e5e5;
  /*filter:progid:DXImageTransform.Microsoft.Gradient(startColorStr='#4f5559',endColorStr='#e5e5e5',gradientType='1');*/
}

.clsLoginHeader {
  color: white;
}

.clsLoginHeader2 {
  color: white;
}

.clsLoginTerms {
  color: black;
  font-weight: normal;
}

.clsLoginErr {
  color: red;
  font-weight: bold;
}

.clsLoginLink {
  color: #003399;
  font-weight: bold;
}

.clsLoginHeader3 {
  color: #e0e0e0;
  font-family: verdana;
  font-size: 22px;
  letter-spacing: 1px;
  line-height: 44px;
}

.clsLoginHeader4 {
  color: white;
  font-family: arial;
  font-size: 30px;
  font-weight: normal;
  letter-spacing: 3px;
  font-variant: normal;
  text-transform: none;
}

.clsLoginHeaderGIA {
  color: white;
  font-family: arial;
  font-size: 24px;
  font-weight: normal;
  letter-spacing: 3px;
  font-variant: normal;
  text-transform: none;
}

.clsLoginBg {
  width: 100%;
  height: 160;
  background: #153a6b url(../images/globe4.jpg) top right no-repeat;
}

.clsLoginBgGIA {
  width: 100%;
  height: 160;
  background: #d4641a url(../images/masthead2.jpg) top right no-repeat;
}

.clsMTRprofilelink {
  color: white;
  background-color: darkslategray;
  border: 1px outset gray;
  font-weight: bold;
  text-decoration: none;
}

.clsMTRprofilelink:hover {
  color: white;
  text-decoration: none;
  background-color: #426f6f;
}

.clsMTRModelLevel1 {
  font-weight: bold;
  color: black;
  background-color: #dafadc;
}

.clsMTRModelLevel0 {
  background-color: #ffffff;
  color: #666666;
}

.clsSectionFiller {
  height: 8px;
}

.clsSticky {
  background-color: #ffff9a;
  border: 1px solid #7b9cb5;
  padding: 4px;
  color: black;
  font-weight: bold;
  font-size: 90%;
  float: right;
  width: 40%;
  margin: 4px;
}

.clsBroadcast {
  text-align: left;
  font-size: 120%;
}

.clsBroadcastFrame {
  background-color: #808080;
  color: black;
  border: 0px inset #9bbfd5;
}

.clsBroadcastFrameTitle {
  color: #2e2e2e;
  font-weight: bold;
  font-size: 100%;
  text-transform: uppercase;
}

.clsBroadcastFrameTitle2 {
  color: white;
  font-weight: bold;
  font-size: 120%;
}

.clsBroadcastFrameTitle3 {
  color: black;
  font-weight: bold;
  font-size: 120%;
  padding-bottom: 14px;
  text-transform: capitalize;
}

.clsBroadcastFrameTitle4 {
  color: black;
  font-weight: bold;
  font-size: 140%;
  text-transform: capitalize;
  padding: 10px;
  border: 0px solid black;
}

.clsBroadcastTitle {
  text-decoration: underline;
  font-weight: bold;
  color: black;
  font-size: 140%;
}

.clsBroadcastTitle2 {
  text-decoration: none;
  font-weight: bold;
  color: #2c4272;
  font-size: 160%;
  line-height: 140%;
}

/* Ancestor Menus */
.clsMenuHighlight {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  width: 100%;
  height: 35px;
  background-image: url(../images/button2o_03_mob.png);
  background-repeat: repeat-x;
  padding-bottom: 1px;
  background-color: darkorange;
  color: white;
}

.clsMenuHighlight a {
  color: white;
}

.clsMenuHighlight a:hover {
  text-decoration: none;
}

.clsMenuHighlight a:visited {
  color: white;
}

/*.header { background-color:#baccea;font-size:105%;font-weight:bold;color:navy;border:1px solid darkgray }
.header A:visited { color:navy }
.header A:hover { color:white }*/
.header2 {
  background-color: #d9d5d2;
  font-size: 105%;
  font-weight: bold;
  color: black;
  border: 1px solid maroon;
}

.header3 {
  background-color: #d8cef6;
  font-size: 105%;
  font-weight: bold;
  color: #29088a;
  border: 1px solid maroon;
}

.header4 {
  background-color: #c3c3c3;
  font-size: 105%;
  font-weight: bold;
  color: #2e2e2e;
  border: 1px solid maroon;
}

.clsColumnHeader {
  background-color: gray;
  color: white;
  text-align: center;
  font-weight: normal;
  padding: 4px;
}

.clsColumnHeader a {
  color: white;
}

.clsColumnHeader a:visited {
  color: white;
}

.clsColumnHeader a:active {
  color: white;
}

.clsColumnHeader a:hover {
  color: white;
}

.clsColumnSubHeader {
  background-color: #6699cc;
  font-weight: bold;
}

.clsGeneralTable {
  border: 0px solid #213256;
  border-collapse: collapse;
  vertical-align: middle;
}

.clsGeneralTable td {
  vertical-align: middle;
}

.clsMainTable {
  border: 1px solid #cfcfcf;
  border-collapse: collapse;
}

.clsMainTable td {
  border: 1px solid #cfcfcf;
}

.clsCaseCnt {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  color: maroon;
}

.clsCaseCnt2 {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  color: black;
}

.clsCaseCnt3 {
  font-size: 120%;
  font-weight: bold;
  text-align: center;
  color: red;
}

.clsTabOutside {
  border-left: #b7cfff 1px outset;
  border-right: #99ccff 2px outset;
  border-bottom: #99ccff 2px outset;
  background-color: white;
}

.clsTab {
  text-align: center;
  padding-top: 2;
  padding-bottom: 2;
  font-weight: bold;
  font-size: 120%;
  text-decoration: none;
  background-color: #2a406c;
  border-bottom: #bed3ff 2px inset;
  border-left: #4467ae 0px solid;
  border-right: #bed3ff 1px solid;
  border-top: white 1px solid;
  cursor: pointer;
  background-image: url(../images/tabbg.gif);
  background-repeat: repeat-x;
}

.clsTab a {
  color: silver;
  font-size: 110%;
}

.clsTab a:visited {
  color: silver;
}

.clsTab a:active {
  color: white;
}

.clsTab a:hover {
  color: white;
}

.clsTabSelected {
  text-align: center;
  padding-top: 2;
  padding-bottom: 2;
  background-color: #4467ae;
  font-size: 120%;
  font-weight: bold;
  border-left: #99ccff 1px outset;
  border-right: #99ccff 2px outset;
  border-top: #99ccff 2px outset;
  background-image: url(../images/tabbgsel.gif);
  background-repeat: repeat-x;
}

.clsTabSelected a {
  color: white;
  font-size: 120%;
  font-weight: bold;
  text-decoration: none;
}

.clsTabSelected a:visited {
  color: white;
}

.clsTabSelected a:active {
  color: white;
}

.clsTabSelected a:hover {
  color: white;
}

.clsTab2 a {
  color: #666666;
  font-weight: bold;
}

.clsTab2 a:visited {
  color: #666666;
}

.clsTab2 a:active {
  color: white;
}

.clsTab2 a:hover {
  color: black;
}

.clsTab2Selected a {
  color: white;
  font-weight: bold;
  text-decoration: none;
}

.clsTab2Selected a:visited {
  color: white;
}

.clsTab2Selected a:active {
  color: white;
}

.clsTab2Selected a:hover {
  color: white;
}

.persistUserData {
  behavior: url(#default#userdata);
}

.clsCmmt {
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  border: 0;
  font-size: 80%;
  display: block;
}

.clsClrInput {
  width: 90%;
  background-color: transparent;
  border: 0;
  display: block;
  word-wrap: break-word;
}

.clsDesc {
  font-weight: bold;
  word-wrap: break-word;
}

.clsDescNew {
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  border: 0;
  font-weight: bold;
  color: blue;
  display: block;
  font-size: 100%;
}

.clsDtlQty {
  width: 4ex;
  text-align: center;
  background-color: #769ff8;
  color: white;
  font-weight: bold;
  font-weight: bold;
  cursor: pointer;
  border: 1px outset #4467ae;
  background-image: url(../images/buttonbg.gif);
  background-repeat: repeat-x;
}

/*.clsDtlQty { background-color:#6699cc;color:white;font-weight:bold;border:1px outset;text-align:center;cursor:pointer;width:16px }*/
.clsRptItemDesc {
  color: darkred;
  font-weight: bold;
  text-align: right;
}

.clsRptSubTitle {
  color: darkred;
  text-align: left;
  font-size: 160%;
}

.clsRptCmt {
  font-size: 80%;
  font-weight: normal;
}

.clsRptTone1 {
  background-color: whitesmoke;
}

.clsRptTone2 {
  background-color: gainsboro;
}

.clsRptTone2 td {
  border-bottom: 1px solid gainsboro;
}

.clsLink {
  cursor: pointer;
}

.clsLinkTitle {
  font-weight: bold;
  font-size: 120%;
  text-decoration: underline;
}

.clsLink:hover {
  text-decoration: underline;
}

.clsRptNote {
  color: darkred;
  font-size: 80%;
  font-weight: normal;
  font-style: italic;
}

.clsRptTotal {
  background-color: silver;
  font-weight: bold;
}

.clsRptWarning {
  color: red;
  font-weight: bold;
}

.clsRptFixed {
  font-family: courier;
}

.clsRptTitle {
  font-weight: bold;
  text-decoration: underline;
}

.clsCoTagLine {
  font-style: italic;
  font-size: 120%;
}

.clsMTRHeader {
  text-align: center;
  font-size: 180%;
  font-weight: bold;
  color: darkred;
}

.clsColMoney {
  text-align: right;
  width: 18ex;
  padding-right: 2px;
  vertical-align: top;
}

.clsColNo {
  text-align: right;
  width: 10ex;
  padding-right: 2px;
  vertical-align: top;
}

.clsColSmallNo {
  text-align: center;
  width: 8ex;
  vertical-align: top;
}

.clsColDate {
  text-align: center;
  width: 12ex;
  vertical-align: top;
}

.clsColText {
  padding-left: 2px;
  padding-right: 2px;
  vertical-align: top;
  word-wrap: break-word;
}

.clsColClaimType {
  text-align: center;
  width: 4ex;
  vertical-align: top;
}

.clsColRegNo {
  text-align: center;
  width: 12ex;
  vertical-align: top;
}

.clsColBranch {
  text-align: center;
  width: 10ex;
  vertical-align: top;
}

.clsColID {
  text-align: center;
  width: 10ex;
  vertical-align: top;
}

.clsColSymbol {
  text-align: center;
  width: 2ex;
  vertical-align: top;
}

.clsColName {
  text-align: center;
  width: 20ex;
  vertical-align: top;
}

/*Fixed: Change to 8pt, Var: Change to 67% */
/*.clsDocBody { font-size:67% }
.clsRptBody { font-size:67% }*/
.clsDocRptFooter {
  color: red;
  text-align: right;
  font-weight: bold;
}

/*.clsPartGroup { background-color:#395794;cursor:pointer }*/
.clsPartGroup {
  background-color: #8080c0;
  cursor: pointer;
}

.clsTemp {
  background-color: #f5e0d8;
  background-color: #f2e7c4;
}

.clsDetail1 {
  background-color: #f5e0d8;
}

.clsDetail2 {
  background-color: #f2e7c4;
}

.clsDetail3 {
  background-color: #b6b6ca;
}

.clsDetail4 {
  background-color: #fafafa;
}

.clsDetail5 {
  background-color: #f1f1f1;
}

/* MIKE:Added two new tones similar to clsRptTone */
.clsDetail6 {
  background-color: gainsboro;
}

.clsDetail7 {
  background-color: whitesmoke;
}

.clsDetail8 {
  background-color: #baccea;
}


.clsPopTitle {
  background-color: darkred;
  color: white;
  font-weight: bold;
  text-align: center;
}

.clsDetailSmallTitle {
  background-color: gray;
  color: white;
}

.clsDetailSmallTitle td {
  background-color: unset !important;
}

.clsNewItemRow {
  background-color: silver;
}

.clsNewItemTitle {
  background-color: black;
  font-weight: bold;
  color: white;
  text-align: center;
  font-size: 120%;
}

/*.clsDtlTotal { background-color:#ffc5ae;color:black;text-align:right;font-size:125%;font-weight:bold }*/
.clsDtlTotal {
  background-color: #434373;
  color: gainsboro;
  text-align: right;
  font-size: 125%;
  font-weight: bold;
}

.clsDBCell {
  padding: 1px;
}

.clsDBCellHover {
  cursor: pointer;
  border: 1px solid black;
}

.clsGroupHead {
  color: white;
  font-size: 150%;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold;
}

.clsGroupLinks {
  color: white;
  text-align: right;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold;
}

.clsGroupLinks a {
  color: GreenYellow;
}

.clsGroupLinks a:active {
  color: black;
}

.clsGroupLinks a:visited {
  color: GreenYellow;
}

.clsGroupLinks a:hover {
  color: white;
}

/* Obsoleted
.clsMenuDef { background-color:whitesmoke;color:gray }
.clsMenuDef A { color:black }
.clsMenuDef A:visited { color:gainsboro }
.clsMenuDef A:active { color:gold;text-decoration:underline }
.clsMenuDef A:hover { color:gold;text-decoration:underline }
.clsMenuMain { }
.clsMenuMainSub { background-color:#003399 }
.clsMenuTop { background-color:black }
.clsMenuTopSub { }
*/
.clsColorWarning {
  color: red;
}

.clsColorNote {
  color: darkred;
}

.clsColorMsg {
  color: blue;
}

.clsColorError {
  color: white;
  background-color: red;
}

.clsColorNote2 {
  color: red;
  background-color: yellow;
}

.clsPageTitle {
  color: darkred;
}

.clsPartListTable {
  border-collapse: collapse;
}

.clsPartListTable td {
  border: 1px white solid;
}

.clsPartListCell {
  font-weight: bold;
}

.clsSearchBox {
  padding: 5px;
  background-color: #eaeaea;
  text-align: center;
  border: 1px solid gray;
  color: darkred;
  font-weight: bold;
}

/*.clsClmDtlTone2 { background-color:#EEEEFF;padding-left:3px;padding-right:3px;color:darkblue }
.clsClmDtlTone1 { background-color:#CCCCDD;padding-left:3px;padding-right:3px;color:black }*/
.clsClmTable {
  border-collapse: collapse;
  border: 1px solid darkgray;
}

.clsClmTable td {
  padding-left: 3px;
  padding-right: 3px;
  line-height: 125%;
  border: 1px solid darkgray;
}

.clsClmBorder {
  border: 1px solid darkgray;
  border-collapse: collapse;
}

.clsTblNoBorder td {
  border: 0px;
}

/*  #E5E5E5 */
.clsClmDtlTone1 {
  background-color: #ddddcc;
}

.clsClmDtlTone2 {
  background-color: #f8f8ef;
}

/* #FFFFEE */
.clsClmRefTone1 {
  background-color: #ccddcc;
}

.clsClmRefTone2 {
  background-color: #f8f8ef;
}

/* EEFFEE */
.clsClmOfrTone1 {
  background-color: #ddcccc;
}

.clsClmOfrTone2 {
  background-color: #f8f8ef;
}

/* FFEEEE */
.clsClmVechTone1 {
  background-color: #ccdddd;
}

.clsClmVechTone2 {
  background-color: #f8f8ef;
}

/* FFEEEE */
.clsClmEstTone1 {
  background-color: #ccccdd;
}

/* EEEEFF */
.clsClmEstTone2 {
  background-color: #f8f8ef;
}

/* CCCCDD */
/* Will make input type=text fields looks like the usual displayed text, works for all the .clsClm*2 classes */
.clsDspOnlyClm {
  border: thin none #f8f8ef;
  background-color: #f8f8ef;
}

/* Default attributes of table container for entire calendar */
.ClmNotTable-style {
  font: bold 11pt arial;
  border: 1px solid #a0a0a0;
  background-color: #ffffff;
}

/* Default attributes of DIV containing table container for entire calendar.
 * You probably don't want to alter this style. */
.div-style {
  z-index: +999;
  position: absolute;
  visibility: hidden;
}

/* Default attributes used in calendar title (month and year columns).*/
.title-style {
  padding: 2px;
  font: 11pt arial;
  color: White;
}

/* Default attributes used in calendar title background.*/
.title-background-style {
  background-color: Navy;
}

/* Normal appearance of controls in calendar title. */
/* Note: The right, left and down icons are images, which must be edited if you need to change them. */
.title-control-normal-style {
  border: 1px solid #3a6ea5;
  cursor: pointer;
}

.title-control-select-style {
  border: 1px solid yellow;
  cursor: pointer;
}

.scroll-normal-style {
  border: 1px outset silver;
  background-color: #7aaee5;
  cursor: pointer;
}

.scroll-select-style {
  border: 1px outset silver;
  background-color: #7aaee5;
  cursor: pointer;
}

/* Default attributes of drop down lists (month and year). */
.dropdown-style {
  font-family: arial;
  font-size: 11px;
  border: 1px solid #a0a0a0;
  background-color: navy;
  cursor: pointer;
  color: white;
}

/* Default attributes selected (mouse-over) item in drop down lists (month and year). */
.dropdown-select-style {
  background-color: green;
  color: white;
}

/* Default attributes unselected (mouse-off) item in drop down lists (month and year). */
.dropdown-normal-style {
  background-color: #000000;
}

/* Default attributes of calendar body (weekday titles and numbers). */
.body-style {
  padding: 5px;
  background-color: #483d8b;
  font: bold 10px arial;
  color: White;
}

/* Attributes of end-of-week days (Sundays) in calendar body. */
.end-of-weekday-style {
  color: Silver;
  text-decoration: none;
}

.end-of-weekday-style:visited {
  color: Silver;
}

/* Attributes of all other days in calendar body. */
.normal-day-style {
  color: #ffd700;
  text-decoration: none;
}

.normal-day-style:visited {
  color: #ffd700;
}

/* Attributes of current day in calendar body. */
.current-day-style {
  color: white;
  font-weight: bold;
  text-decoration: none;
  background: Green;
}

.current-day-style:visited {
  color: white;
}

/* Attributes of border around selected day in calendar body. */
.selected-day-style {
  border: 1px solid #a0a0a0;
}

/* Default attributes of designated holidays. */
.holiday-style {
  background-color: Red;
}

/* Attributes of today display at bottom on calendar */
.today-style {
  padding: 5px;
  text-align: center;
  color: white;
  text-decoration: none;
  background-color: #00008b;
}

.today-style a {
  font-weight: bold;
  color: yellow;
}

.today-style a:hover {
  font-weight: bold;
  text-decoration: underline;
}

.today-style a:visited {
  padding: 0px;
  color: Yellow;
  text-align: center;
}

/* Attributes of week number division (divider.gif) */
.weeknumber-div-style {
  background-color: #d0d0d0;
  padding: 0px;
}

/* For Workshop Profiling */
.clsPartGroupWp {
  border-bottom: thin solid;
  border-color: White;
}

/* For Journal */
.clsPopHeader2 {
  background-color: steelblue;
  color: white;
  font-weight: bold;
  padding: 3px 3px 3px 3px;
}

.clsPopHeader1 {
  font-size: 14px;
  background-color: navy;
  color: white;
  font-weight: bold;
  padding: 3px 3px 3px 3px;
  text-transform: uppercase;
}

.clsPopHeader {
  background-color: #8080c0;
  color: white;
  font-weight: bold;
  font-size: 120%;
  padding: 3px 3px 3px 3px;
}

.clsPopSubHeader {
  background-color: #b6b6ca;
  color: black;
  font-weight: bold;
  padding: 1px 1px 1px 2px;
}

.clsPopRow1 {
  background-color: menu;
  color: black;
  padding: 3px 3px 3px 3px;
}

.clsPopRow2 {
  background-color: gainsboro;
  color: black;
  padding: 3px 3px 3px 3px;
}

.clsPopRowDrag {
  background-color: lightsteelblue;
  color: black;
  padding: 3px 3px 3px 3px;
}

.clsPopRowFollow {
  background-color: transparent;
  color: black;
  padding: 3px 3px 3px 3px;
}

.clsPopRowHighlight {
  background-color: lightsteelblue;
  color: black;
  padding: 3px 3px 3px 3px;
}

.clsPopLabel {
  background-color: #696969;
  color: white;
  font-weight: bold;
  padding: 3px 3px 3px 3px;
  vertical-align: top;
}

.clsPopData {
  background-color: menu;
  color: black;
  padding: 3px 3px 3px 3px;
  vertical-align: top;
}

/*  ------------------------------------------------------------------
    Classes here are used for SVC and should be prefixed .clsSVC
    ------------------------------------------------------------------  */
/*.clsSVCButton { background-color:#6699cc;color:white;font-weight:bold;font-weight:bold;cursor:pointer }*/
/*
.clsSVCButton { background-color:#769ff8;color:white;font-weight:bold;font-weight:bold;cursor:pointer;border:1px outset #4467ae; background-image:url(../images/buttonbg.gif);background-repeat:repeat-x; }
.clsSVCButton:hover { background-color:darkorange;color:white;font-weight:bold;font-weight:bold;cursor:pointer;border:1px outset #4467ae; background-image:url(../images/buttonbg2.gif);background-repeat:repeat-x; }
*/
.clsSVCButton {
  height: 2em;
  background-color: #769ff8;
  color: white;
  font-weight: bold;
  cursor: pointer;
  border: 1px outset #4467ae;
  background-size: 100% 100%;
  background-image: url(../images/buttonbg.gif);
  background-repeat: repeat-x;
  text-align: center;
  font-size: 14px;
}

.clsSVCButton:hover {
  background-color: darkorange;
  color: white;
  font-weight: bold;
  font-weight: bold;
  cursor: pointer;
  border: 1px outset #4467ae;
  background-image: url(../images/buttonbg2.gif);
  background-repeat: repeat-x;
}

#docbtn .clsSVCButton {
  height: 2.5em;
}

a.clsSVCAbold:hover {
  font-weight: bold;
  text-decoration: none;
}

a.clsSVCAbold:visited {
  text-decoration: none;
}

.clsSVCheader {
  background-color: lightsteelblue;
  font-size: 105%;
  font-weight: bold;
  color: navy;
  border: 1px solid darkgray;
}

.clsSVCheader a:visited {
  color: navy;
}

.clsSVCheader a:hover {
  color: white;
}

.clsSVCDetailSmallTitle {
  background-color: gray;
  color: #d6d6d6;
}

.clsSVCCmmt {
  overflow: hidden;
  width: 100%;
  background-color: transparent;
  border: 0;
  font-size: 80%;
  display: block;
}

.badge {
  display: inline-block;
  padding: .25em .8em;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .5rem;
  cursor: pointer;
  transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.bg-own {
  background-color: Orange;
}

.bg-other {
  background-color: darkgray;
}

.clsSVCClmBorder {
  border: 1px solid darkgray;
  border-collapse: collapse;
}

.clsSVCClmTable {
  border: 1px solid darkgray;
  border-collapse: collapse;
}

.clsSVCClmTable td {
  padding-left: 3px;
  padding-right: 3px;
  line-height: 125%;
  border: 1px solid darkgray;
}

.clsSVCCtxFrame {
  z-index: 910;
  position: absolute;
  top: 150;
  left: 10;
  background-color: silver;
  padding: 2px;
  border: 1px outset silver;
  width: 200px;
  display: none;
}

.clsSVCCtxTitle {
  background-color: maroon;
  color: white;
  font-weight: bold;
  cursor: pointer;
  padding: 2px;
  height: auto !important;
}

.clsSVCCtxFrame2 {
  z-index: 910;
  position: absolute;
  top: 150;
  left: 10;
  background-color: white;
  padding: 2px;
  border: 1px outset silver;
  width: 200px;
  display: none;
}

.clsSVCCtxTitle2 {
  background-color: white;
  color: black;
  font-weight: bold;
  cursor: pointer;
  padding: 2px;
}

.clsSVCCtxFrame3 {
  z-index: 910;
  position: absolute;
  top: 150;
  left: 10;
  background-color: white;
  padding: 0px;
  border: 3px solid #404040;
  padding: 5px;
  width: 200px;
  display: none;
}

.clsSVCPopHeader1 {
  font-size: 14px;
  background-color: navy;
  color: white;
  font-weight: bold;
  padding: 3px 3px 3px 3px;
  text-transform: uppercase;
}

.clsSVCPopSubHeader {
  background-color: #b6b6ca;
  color: black;
  font-weight: bold;
  padding: 1px 1px 1px 2px;
}

.clsSVCPopRow1 {
  background-color: menu;
  color: black;
  padding: 3px 3px 3px 3px;
}

.clsSVCPopRow2 {
  background-color: gainsboro;
  color: black;
  padding: 3px 3px 3px 3px;
}

.clsSVCRptTone1 {
  background-color: whitesmoke;
}

.clsSVCRptTone2 {
  background-color: gainsboro;
}

.clsSVCGroupLinks {
  color: white;
  text-align: right;
  vertical-align: middle;
  cursor: pointer;
  font-weight: bold;
}

.clsSVCGroupLinks a {
  color: GreenYellow;
}

.clsSVCGroupLinks a:active {
  color: black;
}

.clsSVCGroupLinks a:visited {
  color: GreenYellow;
}

.clsSVCGroupLinks a:hover {
  color: white;
}

.clsSVCColumnHeader {
  background-color: #778899;
  color: white;
  text-align: center;
  font-weight: bold;
  vertical-align: top;
}

.clsSVCColumnSubHeader {
  background-color: #6699cc;
  font-weight: bold;
}

.clsSVCLink {
  cursor: pointer;
}

.clsSVCLinkTitle {
  font-weight: bold;
  font-size: 120%;
  text-decoration: underline;
}

.clsSVCLink:hover {
  text-decoration: underline;
}

.clsSVCColorWarning {
  color: red;
}

.clsSVCColorNote {
  color: darkred;
}

.clsSVCColorMsg {
  color: blue;
}

.clsSVCColorError {
  color: white;
  background-color: red;
}

.clsSVCColMoney {
  text-align: right;
  padding-right: 2px;
}

.clsSVCColNo {
  text-align: right;
  padding-right: 2px;
}

.clsSVCColSmallNo {
  text-align: center;
}

.clsSVCColDate {
  text-align: center;
}

.clsSVCColText {
  padding-left: 2px;
  padding-right: 2px;
  word-wrap: break-word;
}

.clsSVCColClaimType {
  text-align: center;
}

.clsSVCColRegNo {
  text-align: center;
}

.clsSVCColBranch {
  text-align: center;
}

.clsSVCColID {
  text-align: center;
}

.clsSVCColSymbol {
  text-align: center;
}

.clsSVCColName {
  text-align: center;
}

.clsSVCBoxBtn {
  border: 1px outset silver;
  background-color: silver;
}

/*.clsSVCColMoney { text-align:right;padding-right:2px;vertical-align:top }
.clsSVCColNo { text-align:right;padding-right:2px;vertical-align:top }
.clsSVCColSmallNo { text-align:center;vertical-align:top }
.clsSVCColDate { text-align:center;vertical-align:top }
.clsSVCColText { padding-left:2px;padding-right:2px;vertical-align:top }
.clsSVCColClaimType { text-align:center;vertical-align:top }
.clsSVCColRegNo { text-align:center;vertical-align:top }
.clsSVCColBranch { text-align:center;vertical-align:top }
.clsSVCColID { text-align:center;vertical-align:top }
.clsSVCColSymbol { text-align:center;vertical-align:top }
.clsSVCColName { text-align:center;vertical-align:baseline }*/
/*.clsSVCColMoney { text-align:right;width:18ex;padding-right:2px;vertical-align:top }
.clsSVCColNo { text-align:right;width:10ex;padding-right:2px;vertical-align:top }
.clsSVCColSmallNo { text-align:center;width:8ex;vertical-align:top }
.clsSVCColDate { text-align:center;width:12ex;vertical-align:top }
.clsSVCColText { padding-left:2px;padding-right:2px;vertical-align:top }
.clsSVCColClaimType { text-align:center;width:4ex;vertical-align:top }
.clsSVCColRegNo { text-align:center;width:12ex;vertical-align:top }
.clsSVCColBranch { text-align:center;width:10ex;vertical-align:top }
.clsSVCColID { text-align:center;width:10ex;vertical-align:top }
.clsSVCColSymbol { text-align:center;width:2ex;vertical-align:top }
.clsSVCColName { text-align:center;width:20ex;vertical-align:top }
*/
.clsSVCCtxMenuItem {
  padding-left: 10;
  background-color: menu;
  color: menutext;
}

.clsSVCCtxMenuItem2 {
  padding-left: 10;
  background-color: gainsboro;
  color: menutext;
}

.clsSVCCtxMenuHlight {
  padding-left: 10;
  background-color: highlight;
  color: highlighttext;
}

.clsSVCCtxMenuHlight2 {
  padding-left: 10;
  background-color: highlight;
  color: highlighttext;
}

.clsSVCCtxMenuBox {
  position: absolute;
  display: none;
  padding: 1;
  border: 2px outset buttonhighlight;
  background-color: menu;
  cursor: pointer;
  /* sc add */
  position: fixed;
  left: 50% !important;
  top: 20px !important;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0.5rem;
  max-height: 80vh !important;
  width: 90vw !important;
  overflow-y: scroll;
}

.clsSVCCtxMenuBox .clsPopTitle {
  margin: -0.5rem -0.5rem 0.5rem;
  padding: 0.3rem 0;
}

.clsSVCModuleHeader {
  color: darkred;
  text-align: center;
  font-size: 175%;
  letter-spacing: 1px;
  font-weight: bold;
}

.clsSVCLabelFont {
  font-size: 10px;
  padding: 2px 8px 2px 8px;
  line-height: 16px;
}

/*  ------------------------------------------------------------------
    End of .clsSVC section
    ------------------------------------------------------------------  */
/*.clsMRMLastLogon { border:2px solid darkblue;background-color:mediumslateblue;color:lightgrey;font-weight:bold;text-align:left;font-size:120%;font-weight:bold }
.clsMRMLastLogon SPAN { color:white }*/
.clsMRMLastLogon {
  border: 0px solid #2c4271;
  color: #2c4271;
  font-weight: bold;
  text-align: center;
  font-size: 120%;
}

.clsMRMLastLogon span {
  color: darkred;
}

/* IFE CSS moved out to mcssIFE.css */
/* Tigra Menu */
/* level 0 inner */
.m0l0iout {
  font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
  margin: 2px 0 0 8px;
  color: white;
  text-align: center;
}

.m0l0iover {
  font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
  text-decoration: none;
  padding: 2px;
  margin: 2px 0 0 8px;
  background-color: #ff7300;
  color: white;
  text-align: center;
}

.m0l0iover:hover {
  text-decoration: none;
}

/* level 0 outer */
.m0l0oout {
  text-decoration: none;
  /*  background-image: url(img/lev0_bg1.gif);
    border: 1px solid #336699;
    background-color: #2C5F93;*/
}

.m0l0oover {
  text-decoration: none;
  /*  background-image: url(img/lev0_bg2.gif);
    background-color: #2C5F93;
    border: 1px solid #336699;*/
}

.m0l0oover:hover {
  text-decoration: none;
}

/* level 1 inner */
.m0l1iout {
  font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
  margin: 2px 0 0 17px;
  color: #ffffff;
}

.m0l1iover {
  font-family: Verdana;
  font-size: 8pt;
  font-weight: bold;
  margin: 2px 0 0 17px;
  color: #ffffff;
}

.m0l1iover:hover {
  text-decoration: none;
}

/* level 1 outer */
.m0l1oout {
  text-decoration: none;
  background-color: #4467ae;
  border: 1px solid #4e77c9;
  padding: 0;
}

.m0l1oover {
  text-decoration: none;
  background-color: #ff7300;
  background-image: url(img/lev1_arrow2.gif);
  background-repeat: no-repeat;
  border: 1px solid #4e77c9;
  padding: 0;
}

.m0l1oover:hover {
  text-decoration: none;
}

.clsSVCFCKArea {
  width: 100%;
}

.clsSVCFCKMailArea {
  border: gray 1px solid;
  word-wrap: break-word;
  background-color: white;
  color: black;
  font-weight: normal;
  font-family: verdana;
  height: 15ex;
  padding: 2px 2px 2px 2px;
}

.clsSVCFCKArea p,
ul,
li {
  margin-top: 0px;
  margin-bottom: 0px;
}

.nayexceptions {
  text-decoration: none;
  color: #ff0000;
}

.nayexceptions span {
  display: none;
  padding: 2px 3px;
  margin-left: -180px;
  width: 120px;
}

.nayexceptions:hover {
  text-decoration: none;
  color: #ff5959;
}

.nayexceptions:hover span {
  display: inline;
  position: absolute;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #6c6c6c;
}

.yayexceptions {
  text-decoration: none;
  color: #008040;
}

.yayexceptions span {
  display: none;
  padding: 2px 3px;
  margin-left: -180px;
  width: 120px;
}

.yayexceptions:hover {
  text-decoration: none;
  color: #00ff40;
}

.yayexceptions:hover span {
  display: inline;
  position: absolute;
  background: #ffffff;
  border: 1px solid #cccccc;
  color: #6c6c6c;
}

div.clsSVCdisablelayer {
  position: absolute;
  z-index: 900;
  top: 0;
  left: 0;
  height: 0px;
  width: 0px;
  background-color: #000000;
  opacity: 0.5;
  -moz-opacity: 0.5;
  display: block;
  filter: alpha(opacity=50);
}

/* Attributes for search dropdown list */
.clsSVCSrcDDLBase {
  position: absolute;
  border: 1px solid black;
}

.clsSVCSrcDDLRow1 {
  background: #ffffff;
}

.clsSVCSrcDDLRow2 {
  background: #eeeeee;
}

.clsSVCSrcDDLRowHighlight {
  background: #cccccc;
}

.clsSVChlon {
  background-color: pink;
}

.clsSVChloff {
  background-color: transparent;
}

.clsLightBlueTone {
  background-color: #dae2fe;
}

.clsInvi {
  display: none;
}

.clsSVCPrintCtrlOrig {
  width: 0px;
  font-weight: bold;
  color: red;
  border: 1px solid red;
  padding: 5px;
}

.clsSVCPrintCtrlOther {
  width: 0px;
  font-weight: bold;
  color: darkgray;
  border: 1px solid darkgray;
  padding: 5px;
}

.clsExtAttrTable {
  border-collapse: collapse;
  border: 1px solid darkgray;
  table-layout: fixed;
  width: 100%;
}

.clsExtAttrToneL {
  background-color: #ffffee;
  border-right: 0px solid black;
  border-top: 1px solid darkgray;
  padding: 5px 3px 5px 5px;
}

.clsExtAttrToneR {
  background-color: #ffffee;
  border-left: 0px solid black;
  border-top: 1px solid darkgray;
  padding-bottom: 3px;
}

/*alert box on top*/
.clsSVCSuccessBox {
  text-align: center;
  border: 2px solid #31b404;
  background-color: #d0f5a9;
}

.clsSVCSuccessBox span {
  color: #31b404;
}

.clsSVCFailedBox {
  text-align: center;
  border: 2px solid #b40404;
  background-color: #f5a9a9;
}

.clsSVCFailedBox span {
  color: #b40404;
}

/**** mobile start ***/
.form-group input[MRMOBJ="CALDATE"] {
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group input:not([type="submit"]):not([type="button"]):not([type="checkbox"]):not([type="radio"]):not([MRMOBJ="CALDATE"]) {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  margin-bottom: 2px;
}

.form-group textarea {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}

.form-group input:not([type="submit"]):focus,
textarea:focus {
  outline: none;
  border-color: #9ecaed;
  -webkit-box-shadow: 0 0 10px #9ecaed;
          box-shadow: 0 0 10px #9ecaed;
}

.form-group select {
  height: 34px;
  padding: 6px 12px;
  font-size: 13px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  max-width: 100%;
  margin-bottom: 2px;
}

.form-group select:focus {
  outline: none;
  border-color: #9ecaed;
  -webkit-box-shadow: 0 0 10px #9ecaed;
          box-shadow: 0 0 10px #9ecaed;
}

.form-group input[type="checkbox"] {
  width: 2em;
  height: 2em;
  border-radius: 22px;
  border: 1px solid #bbb;
  background-color: #fff;
}

/*
#mobified
{
    font-size:13px;
    color: #171717 !important;
    font-family: "Open Sans", Arial, sans-serif;
}*/
.ClmNotTable .form-group,
#mobified .form-group {
  border-bottom: 1px solid #ddd;
  padding-bottom: 10px;
  margin-bottom: 10px;
  /*margin-top: 15px !important;*/
}

#mobified .form-group {
  margin-top: 15px !important;
}

#mobified .form-group:first-child {
  margin-top: 0 !important;
  padding-top: 15px;
}

#mobified .dummydiv:first-child {
  padding-top: 15px;
}

/* to get rid of double borders at the bottom. we'll find some other way to do this. meh */
/*
.ClmNotTable .form-group:last-child, .ClmNotTable .form-group:last-of-type, 
#mobified .form-group:last-child, #mobified .form-group:last-of-type , .ie8lastchild 
*/
.panel-lastrow,
.ie8lastchild {
  border-bottom: none !important;
  /*
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
    */
}

.ClmNotTablePlain label {
  font-weight: normal;
  display: inline;
}

.panel-mm .panel-body {
  background-color: #f8f8ef;
}

/*
.panel-group, .panel-group .panel, .panel
{
    border-radius: 0px;
}
*/
.ClmNotTable,
#mobified {
  padding-left: 15px;
  padding-right: 15px;
  background-color: #f8f8ef;
}

.ClmNotTable.panel-body,
#mobified.panel-body {
  padding-left: 0;
  padding-right: 0;
}

.ClmNotTable {
  border: 1px solid darkgray;
}

/*.ClmNotTable [class*="col-"]:nth-child(3):not(.panel-heading):not(.header),
#mobified [class*="col-"]:nth-child(3):not(.panel-heading):not(.header)*/
#mobified div > div:first-child + div + div {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}

.ClmNotTable div.form-group > div:first-child + div + div {
  border-top: 1px solid #ddd;
  padding-top: 15px;
  margin-top: 15px;
}

.ClmNotTable .header,
#mobified .header {
  background-color: #baccea;
  font-size: 105%;
  font-weight: bold;
  color: navy;
  background-color: #baccea;
  font-weight: bold;
  color: navy;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  padding: 5px 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid lightgray;
}

.claimnot_border {
  /*background-color:#F8F8EF;*/
  border: 1px solid black;
  padding: 0.5em;
}

.panel-body {
  padding: 5px 5px;
  border: 0px solid black;
}

.panel-gray > .panel-title {
  font-size: 16px;
}

.panel {
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0px 0px rgba(0, 0, 0, 0.05);
}

.panel-heading,
.button-panel-heading {
  padding: 10px 15px;
}

.button-panel-heading span {
  margin-left: 15px;
}

.button-panel-group .panel-body {
  margin-top: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}

.panel1 {
  padding: 10px 15px;
}

.clsRadioOpt {
  display: inline-block;
  padding: 6px 0px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  /*line-height: 1.42857143;*/
  /*text-align: center;*/
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  /*
    background-image: none;
    border: 1px solid transparent;
    */
  border-radius: 4px;
}

.clsRadioOpt:active {
  background-color: transparent;
}

.panel:active {
  background-color: transparent;
}

/*
 * clsRadioBtn
 */
input[type="radio"].clsRadioBtn {
  opacity: 0.01;
  z-index: 100;
  /*margin-top:-1.5em;*/
}

div.clsRadioBtn label[aria-expanded="true"] {
  background-color: #b36200 !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fea538", endColorstr="#b26200");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#fea538), to(#b26200));
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fea538), to(#b26200));
  background-image: linear-gradient(#fea538, #b26200);
  border-color: #b26200 #b26200 #915000;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.42);
  -webkit-font-smoothing: antialiased;
}

div.clsRadioBtn label {
  padding: 5px 20px 5px 10px;
  border: 1px solid #ccc;
  cursor: pointer;
  z-index: 90;
  display: block;
  margin-left: 0;
  margin-top: -1.5em;
  background-color: #22438c !important;
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#5a82d7", endColorstr="#21438b");
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5a82d7), to(#21438b));
  background-image: -webkit-gradient(linear, left top, left bottom, from(#5a82d7), to(#21438b));
  background-image: linear-gradient(#5a82d7, #21438b);
  border-color: #21438b #21438b #1b3671;
  color: #fff !important;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.42);
  -webkit-font-smoothing: antialiased;
}

div > img {
  max-width: 100%;
}

.hidden-sm {
  display: none;
}

.hidden-nonmob {
  display: inline;
}

/*
@media (min-width: 768px) and (max-width: 991px) 
{
    .ClmNotTable [class*="col-"]:nth-child(3):not(.panel-heading):not(.header),
    #mobified [class*="col-"]:nth-child(3):not(.panel-heading):not(.header) 
    {
        border-top: 1px solid #ddd;
        padding-top: 15px;
        margin-top: 15px;
        
    }
}
*/
.doc_filter {
  font-size: 14px;
}

.fileupload-buttonbar {
  font-size: 14px;
}

#TBLaddFileInfo {
  margin-top: -3em;
}

#TBLaddFileInfo,
#MRM_JQUERY_UPLOADER {
  font-size: 12px;
}

#MRM_JQUERY_UPLOADER .clsSVCColorMsg {
  font-size: 12px;
}

#MRM_JQUERY_UPLOADER .clsButton {
  font-size: 12px;
}

#MRM_JQUERY_UPLOADER .files .name {
  /*width: 80px;*/
  word-wrap: break-word;
}

#MRM_BASIC_UPLOADER {
  font-size: 12px;
}

#MRM_BASIC_UPLOADER .clsButton {
  font-size: 12px;
  height: 1.9em;
}

/**** document legend and checklist ****/
#docchklist.clsSVCClmTableMob .form-group input[type="checkbox"] {
  width: 1.5em;
  height: 1.5em;
  border-radius: 22px;
  border: 1px solid #bbb;
  background-color: #fff;
}

#docchklist .imgtick {
  height: 20px;
  margin-top: 2px;
}

/**** end of document legend and checklist ****/
/*** sc style start ***/
/* edit estimate screen start */
table#TABLEINNERP,
table#TABLEINNERL {
  min-width: 320px;
  font-size: normal;
}

table#TABLEINNERP colgroup,
table#TABLEINNERL colgroup {
  display: block;
  width: 100%;
}

table#TABLEINNERP colgroup col,
table#TABLEINNERL colgroup col {
  width: 100% !important;
  display: block;
}

table#TABLEINNERP tbody,
table#TABLEINNERL tbody {
  display: block;
  width: 100%;
  /*width: 100%;
                display: block;*/
}

table#TABLEINNERP tbody tr td .clsGroupHead,
table#TABLEINNERL tbody tr td .clsGroupHead {
  font-size: 1em;
}

table#TABLEINNERP tbody tr.clsDetailSmallTitle td:nth-child(1),
table#TABLEINNERL tbody tr.clsDetailSmallTitle td:nth-child(1) {
  display: none;
}

table#TABLEINNERP tbody tr.clsPartGroup, table#TABLEINNERP tbody tr.clsDetailSmallTitle,
table#TABLEINNERL tbody tr.clsPartGroup,
table#TABLEINNERL tbody tr.clsDetailSmallTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

table#TABLEINNERP tbody tr.clsPartGroup td, table#TABLEINNERP tbody tr.clsDetailSmallTitle td,
table#TABLEINNERL tbody tr.clsPartGroup td,
table#TABLEINNERL tbody tr.clsDetailSmallTitle td {
  width: auto !important;
  text-align: center;
  border: none;
  padding: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #fff;
}

table#TABLEINNERP tbody tr.clsPartGroup td input[type="button"], table#TABLEINNERP tbody tr.clsDetailSmallTitle td input[type="button"],
table#TABLEINNERL tbody tr.clsPartGroup td input[type="button"],
table#TABLEINNERL tbody tr.clsDetailSmallTitle td input[type="button"] {
  height: auto;
  width: auto !important;
  font-size: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

table#TABLEINNERP tbody tr.clsPartGroup td:nth-child(2), table#TABLEINNERP tbody tr.clsPartGroup td:nth-child(3), table#TABLEINNERP tbody tr.clsPartGroup td:nth-child(6), table#TABLEINNERP tbody tr.clsPartGroup td:nth-child(7), table#TABLEINNERP tbody tr.clsPartGroup td:nth-child(8), table#TABLEINNERP tbody tr.clsPartGroup td:nth-child(10), table#TABLEINNERP tbody tr.clsDetailSmallTitle td:nth-child(2), table#TABLEINNERP tbody tr.clsDetailSmallTitle td:nth-child(3), table#TABLEINNERP tbody tr.clsDetailSmallTitle td:nth-child(6), table#TABLEINNERP tbody tr.clsDetailSmallTitle td:nth-child(7), table#TABLEINNERP tbody tr.clsDetailSmallTitle td:nth-child(8), table#TABLEINNERP tbody tr.clsDetailSmallTitle td:nth-child(10),
table#TABLEINNERL tbody tr.clsPartGroup td:nth-child(2),
table#TABLEINNERL tbody tr.clsPartGroup td:nth-child(3),
table#TABLEINNERL tbody tr.clsPartGroup td:nth-child(6),
table#TABLEINNERL tbody tr.clsPartGroup td:nth-child(7),
table#TABLEINNERL tbody tr.clsPartGroup td:nth-child(8),
table#TABLEINNERL tbody tr.clsPartGroup td:nth-child(10),
table#TABLEINNERL tbody tr.clsDetailSmallTitle td:nth-child(2),
table#TABLEINNERL tbody tr.clsDetailSmallTitle td:nth-child(3),
table#TABLEINNERL tbody tr.clsDetailSmallTitle td:nth-child(6),
table#TABLEINNERL tbody tr.clsDetailSmallTitle td:nth-child(7),
table#TABLEINNERL tbody tr.clsDetailSmallTitle td:nth-child(8),
table#TABLEINNERL tbody tr.clsDetailSmallTitle td:nth-child(10) {
  display: none;
}

table#TABLEINNERP tbody tr.clsPartGroup td .clsSuggestRoot, table#TABLEINNERP tbody tr.clsDetailSmallTitle td .clsSuggestRoot,
table#TABLEINNERL tbody tr.clsPartGroup td .clsSuggestRoot,
table#TABLEINNERL tbody tr.clsDetailSmallTitle td .clsSuggestRoot {
  display: table-cell;
}

table#TABLEINNERP tbody tr.clsPartGroup:first-child, table#TABLEINNERP tbody tr.clsDetailSmallTitle:first-child,
table#TABLEINNERL tbody tr.clsPartGroup:first-child,
table#TABLEINNERL tbody tr.clsDetailSmallTitle:first-child {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  border-bottom: 1px solid #fff;
}

table#TABLEINNERP tbody tr.clsPartGroup:first-child td:first-child, table#TABLEINNERP tbody tr.clsDetailSmallTitle:first-child td:first-child,
table#TABLEINNERL tbody tr.clsPartGroup:first-child td:first-child,
table#TABLEINNERL tbody tr.clsDetailSmallTitle:first-child td:first-child {
  display: none;
}

table#TABLEINNERP tbody tr.clsPartGroup:first-child td:last-child, table#TABLEINNERP tbody tr.clsDetailSmallTitle:first-child td:last-child,
table#TABLEINNERL tbody tr.clsPartGroup:first-child td:last-child,
table#TABLEINNERL tbody tr.clsDetailSmallTitle:first-child td:last-child {
  display: block;
  color: #fff;
}

table#TABLEINNERP tbody tr.clsDtlTotal, table#TABLEINNERP tbody tr.clsDetailSmallTitle,
table#TABLEINNERL tbody tr.clsDtlTotal,
table#TABLEINNERL tbody tr.clsDetailSmallTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

table#TABLEINNERP tbody tr.clsDtlTotal td, table#TABLEINNERP tbody tr.clsDetailSmallTitle td,
table#TABLEINNERL tbody tr.clsDtlTotal td,
table#TABLEINNERL tbody tr.clsDetailSmallTitle td {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  display: block;
  font-size: 14px;
  padding: 5px;
}

table#TABLEINNERP tbody tr.clsDtlTotal td .clsDtlQty, table#TABLEINNERP tbody tr.clsDetailSmallTitle td .clsDtlQty,
table#TABLEINNERL tbody tr.clsDtlTotal td .clsDtlQty,
table#TABLEINNERL tbody tr.clsDetailSmallTitle td .clsDtlQty {
  height: 2em;
  width: auto;
}

table#TABLEINNERP tbody tr.clsDtlTotal td:first-child, table#TABLEINNERP tbody tr.clsDetailSmallTitle td:first-child,
table#TABLEINNERL tbody tr.clsDtlTotal td:first-child,
table#TABLEINNERL tbody tr.clsDetailSmallTitle td:first-child {
  text-align: center;
}

table#TABLEINNERP tbody tr.clsDtlTotal td,
table#TABLEINNERL tbody tr.clsDtlTotal td {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
}

table#TABLEINNERP tbody tr.clsDtlTotal td:nth-child(1),
table#TABLEINNERL tbody tr.clsDtlTotal td:nth-child(1) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

table#TABLEINNERP tbody tr.clsDtlTotal td:nth-child(2),
table#TABLEINNERL tbody tr.clsDtlTotal td:nth-child(2) {
  text-align: center;
  -webkit-box-flex: 3;
      -ms-flex-positive: 3;
          flex-grow: 3;
}

table#TABLEINNERP tbody tr.clsDtlTotal td:nth-child(3),
table#TABLEINNERL tbody tr.clsDtlTotal td:nth-child(3) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

table#TABLEINNERP tbody tr.clsDtlTotal td:nth-child(4),
table#TABLEINNERL tbody tr.clsDtlTotal td:nth-child(4) {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

table#TABLEINNERP tbody tr.clsDtlTotal td:nth-child(5),
table#TABLEINNERL tbody tr.clsDtlTotal td:nth-child(5) {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

table#TABLEINNERP tbody tr.clsDtlTotal td:nth-child(6),
table#TABLEINNERL tbody tr.clsDtlTotal td:nth-child(6) {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

table#TABLEINNERP tbody tr.clsDetailSmallTitle td:last-child,
table#TABLEINNERL tbody tr.clsDetailSmallTitle td:last-child {
  display: none;
}

table#TABLEINNERP tbody tr.clsNewItemRow,
table#TABLEINNERL tbody tr.clsNewItemRow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

table#TABLEINNERP tbody tr.clsNewItemRow td,
table#TABLEINNERL tbody tr.clsNewItemRow td {
  padding: 5px;
  display: block;
  margin-left: 30%;
  min-height: 2em;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
}

table#TABLEINNERP tbody tr.clsNewItemRow td.clsSuggestRoot,
table#TABLEINNERL tbody tr.clsNewItemRow td.clsSuggestRoot {
  position: inherit;
}

table#TABLEINNERP tbody tr.clsNewItemRow td input[type="text"],
table#TABLEINNERL tbody tr.clsNewItemRow td input[type="text"] {
  height: auto;
  width: auto !important;
  font-size: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

table#TABLEINNERP tbody tr.clsNewItemRow td input[type="button"],
table#TABLEINNERL tbody tr.clsNewItemRow td input[type="button"] {
  width: auto !important;
  padding: 0 5px;
  height: 2em;
  font-size: 1em;
}

table#TABLEINNERP tbody tr.clsNewItemRow td::before,
table#TABLEINNERL tbody tr.clsNewItemRow td::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  text-align: right;
  width: 29%;
  padding-left: 20px;
  min-height: 2em;
}

table#TABLEINNERP tbody tr.clsNewItemRow td:nth-child(1)::before,
table#TABLEINNERL tbody tr.clsNewItemRow td:nth-child(1)::before {
  content: "Description :";
}

table#TABLEINNERP tbody tr.clsNewItemRow td:nth-child(2)::before,
table#TABLEINNERL tbody tr.clsNewItemRow td:nth-child(2)::before {
  content: "Part No :";
}

table#TABLEINNERP tbody tr.clsNewItemRow td:nth-child(3)::before,
table#TABLEINNERL tbody tr.clsNewItemRow td:nth-child(3)::before {
  content: "Part Type :";
}

table#TABLEINNERP tbody tr.clsNewItemRow td:nth-child(4)::before,
table#TABLEINNERL tbody tr.clsNewItemRow td:nth-child(4)::before {
  content: "ES :";
}

table#TABLEINNERP tbody tr.clsNewItemRow td:nth-child(5)::before,
table#TABLEINNERL tbody tr.clsNewItemRow td:nth-child(5)::before {
  content: "SVG :";
}

table#TABLEINNERP tbody tr.clsNewItemRow td:nth-child(6)::before,
table#TABLEINNERL tbody tr.clsNewItemRow td:nth-child(6)::before {
  content: "Damage Cond :";
}

table#TABLEINNERP tbody tr.clsNewItemRow td:nth-child(7)::before,
table#TABLEINNERL tbody tr.clsNewItemRow td:nth-child(7)::before {
  content: "Rep Est :";
}

table#TABLEINNERP tbody tr.clsNewItemRow td:nth-child(8)::before,
table#TABLEINNERL tbody tr.clsNewItemRow td:nth-child(8)::before {
  content: "Peer :";
}

table#TABLEINNERP tbody tr.clsNewItemRow td:nth-child(9)::before,
table#TABLEINNERL tbody tr.clsNewItemRow td:nth-child(9)::before {
  content: "Catalog Price :";
}

table#TABLEINNERP tbody tr.clsDetail2,
table#TABLEINNERP tbody tr.clsDetail1,
table#TABLEINNERL tbody tr.clsDetail2,
table#TABLEINNERL tbody tr.clsDetail1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

table#TABLEINNERP tbody tr.clsDetail2 td,
table#TABLEINNERP tbody tr.clsDetail1 td,
table#TABLEINNERL tbody tr.clsDetail2 td,
table#TABLEINNERL tbody tr.clsDetail1 td {
  padding: 5px;
  display: block;
  margin-left: 30%;
  min-height: 2em;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
}

table#TABLEINNERP tbody tr.clsDetail2 td input[type="text"],
table#TABLEINNERP tbody tr.clsDetail1 td input[type="text"],
table#TABLEINNERL tbody tr.clsDetail2 td input[type="text"],
table#TABLEINNERL tbody tr.clsDetail1 td input[type="text"] {
  height: auto;
  width: auto !important;
  font-size: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

table#TABLEINNERP tbody tr.clsDetail2 td::before,
table#TABLEINNERP tbody tr.clsDetail1 td::before,
table#TABLEINNERL tbody tr.clsDetail2 td::before,
table#TABLEINNERL tbody tr.clsDetail1 td::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  text-align: right;
  width: 29%;
  padding-left: 20px;
  min-height: 2em;
}

table#TABLEINNERP tbody tr.clsDetail2 td:nth-child(1)::before,
table#TABLEINNERP tbody tr.clsDetail1 td:nth-child(1)::before,
table#TABLEINNERL tbody tr.clsDetail2 td:nth-child(1)::before,
table#TABLEINNERL tbody tr.clsDetail1 td:nth-child(1)::before {
  content: "Quantity :";
}

table#TABLEINNERP tbody tr.clsDetail2 td:nth-child(3)::before,
table#TABLEINNERP tbody tr.clsDetail1 td:nth-child(3)::before,
table#TABLEINNERL tbody tr.clsDetail2 td:nth-child(3)::before,
table#TABLEINNERL tbody tr.clsDetail1 td:nth-child(3)::before {
  content: "Part No :";
}

table#TABLEINNERP tbody tr.clsDetail2 td:nth-child(4)::before,
table#TABLEINNERP tbody tr.clsDetail1 td:nth-child(4)::before,
table#TABLEINNERL tbody tr.clsDetail2 td:nth-child(4)::before,
table#TABLEINNERL tbody tr.clsDetail1 td:nth-child(4)::before {
  content: "Part Type :";
}

table#TABLEINNERP tbody tr.clsDetail2 td:nth-child(5)::before,
table#TABLEINNERP tbody tr.clsDetail1 td:nth-child(5)::before,
table#TABLEINNERL tbody tr.clsDetail2 td:nth-child(5)::before,
table#TABLEINNERL tbody tr.clsDetail1 td:nth-child(5)::before {
  content: "ES :";
}

table#TABLEINNERP tbody tr.clsDetail2 td:nth-child(6)::before,
table#TABLEINNERP tbody tr.clsDetail1 td:nth-child(6)::before,
table#TABLEINNERL tbody tr.clsDetail2 td:nth-child(6)::before,
table#TABLEINNERL tbody tr.clsDetail1 td:nth-child(6)::before {
  content: "SVG :";
}

table#TABLEINNERP tbody tr.clsDetail2 td:nth-child(7)::before,
table#TABLEINNERP tbody tr.clsDetail1 td:nth-child(7)::before,
table#TABLEINNERL tbody tr.clsDetail2 td:nth-child(7)::before,
table#TABLEINNERL tbody tr.clsDetail1 td:nth-child(7)::before {
  content: "Damage Cond :";
}

table#TABLEINNERP tbody tr.clsDetail2 td:nth-child(8)::before,
table#TABLEINNERP tbody tr.clsDetail1 td:nth-child(8)::before,
table#TABLEINNERL tbody tr.clsDetail2 td:nth-child(8)::before,
table#TABLEINNERL tbody tr.clsDetail1 td:nth-child(8)::before {
  content: "Rep Est :";
}

table#TABLEINNERP tbody tr.clsDetail2 td:nth-child(9)::before,
table#TABLEINNERP tbody tr.clsDetail1 td:nth-child(9)::before,
table#TABLEINNERL tbody tr.clsDetail2 td:nth-child(9)::before,
table#TABLEINNERL tbody tr.clsDetail1 td:nth-child(9)::before {
  content: "Peer :";
}

table#TABLEINNERP tbody tr.clsDetail2 td:nth-child(11)::before,
table#TABLEINNERP tbody tr.clsDetail1 td:nth-child(11)::before,
table#TABLEINNERL tbody tr.clsDetail2 td:nth-child(11)::before,
table#TABLEINNERL tbody tr.clsDetail1 td:nth-child(11)::before {
  content: "Catalog Price :";
}

table#TABLEINNERL tbody {
  display: block;
  width: 100%;
}

table#TABLEINNERL tbody tr td .clsGroupHead {
  font-size: 1em;
}

table#TABLEINNERL tbody tr.clsDetailSmallTitle td:nth-child(1) {
  display: none;
}

table#TABLEINNERL tbody tr.clsPartGroup, table#TABLEINNERL tbody tr.clsDetailSmallTitle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  border-left: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

table#TABLEINNERL tbody tr.clsPartGroup td, table#TABLEINNERL tbody tr.clsDetailSmallTitle td {
  width: auto !important;
  text-align: center;
  border: none;
  padding: 5px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  border-right: 1px solid #fff;
}

table#TABLEINNERL tbody tr.clsPartGroup td input[type="button"], table#TABLEINNERL tbody tr.clsDetailSmallTitle td input[type="button"] {
  height: auto;
  width: auto !important;
  font-size: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

table#TABLEINNERL tbody tr.clsPartGroup td:nth-child(1), table#TABLEINNERL tbody tr.clsDetailSmallTitle td:nth-child(1) {
  display: block !important;
}

table#TABLEINNERL tbody tr.clsPartGroup td:not(:nth-child(1)), table#TABLEINNERL tbody tr.clsDetailSmallTitle td:not(:nth-child(1)) {
  display: none !important;
}

table#TABLEINNERL tbody#LGP1, table#TABLEINNERL tbody#LGP2, table#TABLEINNERL tbody#LGP3 {
  width: 100%;
  display: block;
}

table#TABLEINNERL tbody#LGP1 tr, table#TABLEINNERL tbody#LGP2 tr, table#TABLEINNERL tbody#LGP3 tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

table#TABLEINNERL tbody#LGP1 tr td, table#TABLEINNERL tbody#LGP2 tr td, table#TABLEINNERL tbody#LGP3 tr td {
  padding: 5px;
  display: block;
  margin-left: 30%;
  min-height: 2em;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  text-align: left;
}

table#TABLEINNERL tbody#LGP1 tr td input[type="text"], table#TABLEINNERL tbody#LGP2 tr td input[type="text"], table#TABLEINNERL tbody#LGP3 tr td input[type="text"] {
  height: auto;
  width: auto !important;
  font-size: 100% !important;
  border: 1px solid rgba(0, 0, 0, 0.1) !important;
}

table#TABLEINNERL tbody#LGP1 tr td::before, table#TABLEINNERL tbody#LGP2 tr td::before, table#TABLEINNERL tbody#LGP3 tr td::before {
  display: block;
  content: "";
  position: absolute;
  left: 0;
  text-align: right;
  width: 29%;
  padding-left: 20px;
  min-height: 2em;
}

table#TABLEINNERL tbody#LGP1 tr td:nth-child(1)::before, table#TABLEINNERL tbody#LGP2 tr td:nth-child(1)::before, table#TABLEINNERL tbody#LGP3 tr td:nth-child(1)::before {
  content: "Quantity :";
}

table#TABLEINNERL tbody#LGP1 tr td:nth-child(3)::before, table#TABLEINNERL tbody#LGP2 tr td:nth-child(3)::before, table#TABLEINNERL tbody#LGP3 tr td:nth-child(3)::before {
  content: "Repair Type :";
}

table#TABLEINNERL tbody#LGP1 tr td:nth-child(5)::before, table#TABLEINNERL tbody#LGP2 tr td:nth-child(5)::before, table#TABLEINNERL tbody#LGP3 tr td:nth-child(5)::before {
  content: "Others :";
}

table#TABLEINNERL tbody#LGP1 tr td:nth-child(6)::before, table#TABLEINNERL tbody#LGP2 tr td:nth-child(6)::before, table#TABLEINNERL tbody#LGP3 tr td:nth-child(6)::before {
  content: "MET :";
}

table#TABLEINNERL tbody#LGP1 tr td:nth-child(8)::before, table#TABLEINNERL tbody#LGP2 tr td:nth-child(8)::before, table#TABLEINNERL tbody#LGP3 tr td:nth-child(8)::before {
  content: "Panel :";
}

table#TABLEINNERL tbody#LGP1 tr td:nth-child(10)::before, table#TABLEINNERL tbody#LGP2 tr td:nth-child(10)::before, table#TABLEINNERL tbody#LGP3 tr td:nth-child(10)::before {
  content: "Paint :";
}

table#TABLEINNERL tbody#LGP3 tr td:first-child {
  display: none;
}

/* edit estimate screen end */
/* select part start */
#PARTAB1 #TABLE2 > tbody:nth-child(2) > tr > td {
  width: 200% !important;
  display: block;
}

#PARTAB1 #TABLE2 > tbody:nth-child(2) > tr > td > table {
  display: block;
}

#PARTAB1 #TABLE2 > tbody:nth-child(2) > tr > td > table tbody {
  display: block;
}

#PARTAB1 #TABLE2 > tbody:nth-child(2) > tr > td > table tbody tr {
  display: block;
}

#PARTAB1 #TABLE2 > tbody:nth-child(2) > tr > td > table tbody tr td {
  display: block;
}

#PARTAB1 #TABLE2 > tbody:nth-child(2) > tr > td table:nth-child(1) {
  display: table;
}

#PARTAB1 #TABLE2 > tbody:nth-child(2) > tr > td table:nth-child(1) #VehHlight1,
#PARTAB1 #TABLE2 > tbody:nth-child(2) > tr > td table:nth-child(1) #VehHlight2 {
  margin-left: -5px;
}

#PARTAB1 #TABLE2 > tbody:nth-child(2) > tr > td table:nth-child(1) tbody {
  display: table-row-group;
}

#PARTAB1 #TABLE2 > tbody:nth-child(2) > tr > td table:nth-child(1) tbody tr {
  display: table-row;
}

#PARTAB1 #TABLE2 > tbody:nth-child(2) > tr > td table:nth-child(1) tbody tr td {
  display: table-cell;
}

#PARTAB1 #TABLE2 .clsDetail1 td,
#PARTAB1 #TABLE2 .clsDetail2 td {
  padding-top: 5px;
  padding-left: 60px;
  min-height: 30px;
  display: block;
  width: 200% !important;
  background: #f2e7c4;
}

#PARTAB1 #TABLE2 .clsDetail1 td:nth-child(1),
#PARTAB1 #TABLE2 .clsDetail2 td:nth-child(1) {
  background: #f5e0d8;
}

#PARTAB1 #TABLE2 #MapText span:nth-child(1),
#PARTAB1 #TABLE2 #MapText span:nth-child(2) {
  width: 25px !important;
  padding-bottom: 5px;
}

#PARTAB1 #TABLE2 #MapText br + span {
  padding-top: 5px;
  padding-left: 60px;
  min-height: 30px;
}

#PARTAB1 #TABLE2 #MapText span,
#PARTAB1 #TABLE2 .clsDetail1 td span,
#PARTAB1 #TABLE2 .clsDetail2 td span {
  display: inline-block;
}

#PARTAB1 #TABLE2 #MapText span input[type="checkbox"],
#PARTAB1 #TABLE2 .clsDetail1 td span input[type="checkbox"],
#PARTAB1 #TABLE2 .clsDetail2 td span input[type="checkbox"] {
  margin: 7px 5px;
  position: absolute;
  left: -1090px;
}

#PARTAB1 #TABLE2 #MapText span input[type="checkbox"]:before, #PARTAB1 #TABLE2 #MapText span input[type="checkbox"]:after,
#PARTAB1 #TABLE2 .clsDetail1 td span input[type="checkbox"]:before,
#PARTAB1 #TABLE2 .clsDetail1 td span input[type="checkbox"]:after,
#PARTAB1 #TABLE2 .clsDetail2 td span input[type="checkbox"]:before,
#PARTAB1 #TABLE2 .clsDetail2 td span input[type="checkbox"]:after {
  cursor: pointer;
  content: "";
  opacity: 1;
  position: absolute;
  left: 1100px;
  margin-top: -8px;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
}

#PARTAB1 #TABLE2 #MapText span input[type="checkbox"]:nth-child(2):before, #PARTAB1 #TABLE2 #MapText span input[type="checkbox"]:nth-child(2):after,
#PARTAB1 #TABLE2 .clsDetail1 td span input[type="checkbox"]:nth-child(2):before,
#PARTAB1 #TABLE2 .clsDetail1 td span input[type="checkbox"]:nth-child(2):after,
#PARTAB1 #TABLE2 .clsDetail2 td span input[type="checkbox"]:nth-child(2):before,
#PARTAB1 #TABLE2 .clsDetail2 td span input[type="checkbox"]:nth-child(2):after {
  left: 1130px;
}

#PARTAB1 #TABLE2 #MapText span input[type="checkbox"]:after,
#PARTAB1 #TABLE2 .clsDetail1 td span input[type="checkbox"]:after,
#PARTAB1 #TABLE2 .clsDetail2 td span input[type="checkbox"]:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

#PARTAB1 #TABLE2 #MapText span input[type="checkbox"]:nth-child(2):checked:before,
#PARTAB1 #TABLE2 .clsDetail1 td span input[type="checkbox"]:nth-child(2):checked:before,
#PARTAB1 #TABLE2 .clsDetail2 td span input[type="checkbox"]:nth-child(2):checked:before {
  left: 1131px;
}

#PARTAB1 #TABLE2 #MapText span input[type="checkbox"]:checked:before,
#PARTAB1 #TABLE2 .clsDetail1 td span input[type="checkbox"]:checked:before,
#PARTAB1 #TABLE2 .clsDetail2 td span input[type="checkbox"]:checked:before {
  z-index: 5;
  margin-top: -6px;
  left: 1101px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

#PARTAB1 #TABLE2 #MapText span input[type="checkbox"]:checked:after,
#PARTAB1 #TABLE2 .clsDetail1 td span input[type="checkbox"]:checked:after,
#PARTAB1 #TABLE2 .clsDetail2 td span input[type="checkbox"]:checked:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #222;
  background-color: #222;
  z-index: 0;
}

.clsPartListTable tr.clsPartGroup {
  transition: background 0.2s ease-out;
  -webkit-transition: background 0.2s ease-out;
  -moz-transition: background 0.2s ease-out;
}

.clsPartListTable tr.clsPartGroup:hover {
  background: #9191c8;
}

.clsPartListTable tr.clsPartGroup:active, .clsPartListTable tr.clsPartGroup:focus {
  background: #6f6fb8;
}

.clsPartListTable tr.clsPartGroup td.clsPartListTitle div.clsGroupLinks {
  cursor: default;
}

.clsPartListTable tr.clsPartGroup td.clsPartListTitle div.clsGroupLinks a {
  padding: 3px 12px;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
  background: #3a3f44;
  border: 1px solid #3a3f44;
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  transition: all 0.2s ease-in;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
}

.clsPartListTable tr.clsPartGroup td.clsPartListTitle div.clsGroupLinks a:hover {
  border-color: #464c52;
  background: #464c52;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
}

.clsPartListTable tr.clsPartGroup td.clsPartListTitle div.clsGroupLinks a:active {
  border-color: #2e3236;
  background: #2e3236;
}

.clsPartListTable td {
  padding: 5px;
}

.clsPartListTable td .clsGroupHead {
  font-size: 120%;
  font-weight: normal;
  padding: 3px;
}

#PARTAB0 #TABLE1 .clsPartListTitle,
#PARTAB0 #TABLE3 .clsPartListTitle,
#PARTAB2 #TABLE1 .clsPartListTitle,
#PARTAB2 #TABLE3 .clsPartListTitle {
  padding: 5px;
}

#PARTAB0 #TABLE1 .clsDetail1 td,
#PARTAB0 #TABLE1 .clsDetail2 td,
#PARTAB0 #TABLE3 .clsDetail1 td,
#PARTAB0 #TABLE3 .clsDetail2 td,
#PARTAB2 #TABLE1 .clsDetail1 td,
#PARTAB2 #TABLE1 .clsDetail2 td,
#PARTAB2 #TABLE3 .clsDetail1 td,
#PARTAB2 #TABLE3 .clsDetail2 td {
  padding-top: 5px;
  padding-left: 30px;
  min-height: 30px;
  padding-bottom: 5px;
}

#PARTAB0 #TABLE1 .clsDetail1 td:nth-child(2) input[type="checkbox"],
#PARTAB0 #TABLE1 .clsDetail2 td:nth-child(2) input[type="checkbox"],
#PARTAB0 #TABLE3 .clsDetail1 td:nth-child(2) input[type="checkbox"],
#PARTAB0 #TABLE3 .clsDetail2 td:nth-child(2) input[type="checkbox"],
#PARTAB2 #TABLE1 .clsDetail1 td:nth-child(2) input[type="checkbox"],
#PARTAB2 #TABLE1 .clsDetail2 td:nth-child(2) input[type="checkbox"],
#PARTAB2 #TABLE3 .clsDetail1 td:nth-child(2) input[type="checkbox"],
#PARTAB2 #TABLE3 .clsDetail2 td:nth-child(2) input[type="checkbox"] {
  left: calc(50% - 1100px);
}

#PARTAB0 #TABLE1 .clsDetail1 td input[type="checkbox"],
#PARTAB0 #TABLE1 .clsDetail2 td input[type="checkbox"],
#PARTAB0 #TABLE3 .clsDetail1 td input[type="checkbox"],
#PARTAB0 #TABLE3 .clsDetail2 td input[type="checkbox"],
#PARTAB2 #TABLE1 .clsDetail1 td input[type="checkbox"],
#PARTAB2 #TABLE1 .clsDetail2 td input[type="checkbox"],
#PARTAB2 #TABLE3 .clsDetail1 td input[type="checkbox"],
#PARTAB2 #TABLE3 .clsDetail2 td input[type="checkbox"] {
  margin: 7px 5px;
  position: absolute;
  left: -1090px;
}

#PARTAB0 #TABLE1 .clsDetail1 td input[type="checkbox"]:before, #PARTAB0 #TABLE1 .clsDetail1 td input[type="checkbox"]:after,
#PARTAB0 #TABLE1 .clsDetail2 td input[type="checkbox"]:before,
#PARTAB0 #TABLE1 .clsDetail2 td input[type="checkbox"]:after,
#PARTAB0 #TABLE3 .clsDetail1 td input[type="checkbox"]:before,
#PARTAB0 #TABLE3 .clsDetail1 td input[type="checkbox"]:after,
#PARTAB0 #TABLE3 .clsDetail2 td input[type="checkbox"]:before,
#PARTAB0 #TABLE3 .clsDetail2 td input[type="checkbox"]:after,
#PARTAB2 #TABLE1 .clsDetail1 td input[type="checkbox"]:before,
#PARTAB2 #TABLE1 .clsDetail1 td input[type="checkbox"]:after,
#PARTAB2 #TABLE1 .clsDetail2 td input[type="checkbox"]:before,
#PARTAB2 #TABLE1 .clsDetail2 td input[type="checkbox"]:after,
#PARTAB2 #TABLE3 .clsDetail1 td input[type="checkbox"]:before,
#PARTAB2 #TABLE3 .clsDetail1 td input[type="checkbox"]:after,
#PARTAB2 #TABLE3 .clsDetail2 td input[type="checkbox"]:before,
#PARTAB2 #TABLE3 .clsDetail2 td input[type="checkbox"]:after {
  cursor: pointer;
  content: "";
  opacity: 1;
  position: absolute;
  left: 1100px;
  margin-top: -8px;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
}

#PARTAB0 #TABLE1 .clsDetail1 td input[type="checkbox"]:nth-child(2):before, #PARTAB0 #TABLE1 .clsDetail1 td input[type="checkbox"]:nth-child(2):after,
#PARTAB0 #TABLE1 .clsDetail2 td input[type="checkbox"]:nth-child(2):before,
#PARTAB0 #TABLE1 .clsDetail2 td input[type="checkbox"]:nth-child(2):after,
#PARTAB0 #TABLE3 .clsDetail1 td input[type="checkbox"]:nth-child(2):before,
#PARTAB0 #TABLE3 .clsDetail1 td input[type="checkbox"]:nth-child(2):after,
#PARTAB0 #TABLE3 .clsDetail2 td input[type="checkbox"]:nth-child(2):before,
#PARTAB0 #TABLE3 .clsDetail2 td input[type="checkbox"]:nth-child(2):after,
#PARTAB2 #TABLE1 .clsDetail1 td input[type="checkbox"]:nth-child(2):before,
#PARTAB2 #TABLE1 .clsDetail1 td input[type="checkbox"]:nth-child(2):after,
#PARTAB2 #TABLE1 .clsDetail2 td input[type="checkbox"]:nth-child(2):before,
#PARTAB2 #TABLE1 .clsDetail2 td input[type="checkbox"]:nth-child(2):after,
#PARTAB2 #TABLE3 .clsDetail1 td input[type="checkbox"]:nth-child(2):before,
#PARTAB2 #TABLE3 .clsDetail1 td input[type="checkbox"]:nth-child(2):after,
#PARTAB2 #TABLE3 .clsDetail2 td input[type="checkbox"]:nth-child(2):before,
#PARTAB2 #TABLE3 .clsDetail2 td input[type="checkbox"]:nth-child(2):after {
  left: 1130px;
}

#PARTAB0 #TABLE1 .clsDetail1 td input[type="checkbox"]:after,
#PARTAB0 #TABLE1 .clsDetail2 td input[type="checkbox"]:after,
#PARTAB0 #TABLE3 .clsDetail1 td input[type="checkbox"]:after,
#PARTAB0 #TABLE3 .clsDetail2 td input[type="checkbox"]:after,
#PARTAB2 #TABLE1 .clsDetail1 td input[type="checkbox"]:after,
#PARTAB2 #TABLE1 .clsDetail2 td input[type="checkbox"]:after,
#PARTAB2 #TABLE3 .clsDetail1 td input[type="checkbox"]:after,
#PARTAB2 #TABLE3 .clsDetail2 td input[type="checkbox"]:after {
  height: 20px;
  width: 20px;
  background-color: transparent;
  border: 2px solid #5a5a5a;
  top: 0px;
  z-index: 0;
}

#PARTAB0 #TABLE1 .clsDetail1 td input[type="checkbox"]:nth-child(2):checked:before,
#PARTAB0 #TABLE1 .clsDetail2 td input[type="checkbox"]:nth-child(2):checked:before,
#PARTAB0 #TABLE3 .clsDetail1 td input[type="checkbox"]:nth-child(2):checked:before,
#PARTAB0 #TABLE3 .clsDetail2 td input[type="checkbox"]:nth-child(2):checked:before,
#PARTAB2 #TABLE1 .clsDetail1 td input[type="checkbox"]:nth-child(2):checked:before,
#PARTAB2 #TABLE1 .clsDetail2 td input[type="checkbox"]:nth-child(2):checked:before,
#PARTAB2 #TABLE3 .clsDetail1 td input[type="checkbox"]:nth-child(2):checked:before,
#PARTAB2 #TABLE3 .clsDetail2 td input[type="checkbox"]:nth-child(2):checked:before {
  left: 1131px;
}

#PARTAB0 #TABLE1 .clsDetail1 td input[type="checkbox"]:checked:before,
#PARTAB0 #TABLE1 .clsDetail2 td input[type="checkbox"]:checked:before,
#PARTAB0 #TABLE3 .clsDetail1 td input[type="checkbox"]:checked:before,
#PARTAB0 #TABLE3 .clsDetail2 td input[type="checkbox"]:checked:before,
#PARTAB2 #TABLE1 .clsDetail1 td input[type="checkbox"]:checked:before,
#PARTAB2 #TABLE1 .clsDetail2 td input[type="checkbox"]:checked:before,
#PARTAB2 #TABLE3 .clsDetail1 td input[type="checkbox"]:checked:before,
#PARTAB2 #TABLE3 .clsDetail2 td input[type="checkbox"]:checked:before {
  z-index: 5;
  margin-top: -6px;
  left: 1101px;
  width: 8px;
  height: 13px;
  border-top: 2px solid transparent;
  border-left: 2px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
  border-right: 2px solid #fff !important;
  border-bottom: 2px solid #fff !important;
}

#PARTAB0 #TABLE1 .clsDetail1 td input[type="checkbox"]:checked:after,
#PARTAB0 #TABLE1 .clsDetail2 td input[type="checkbox"]:checked:after,
#PARTAB0 #TABLE3 .clsDetail1 td input[type="checkbox"]:checked:after,
#PARTAB0 #TABLE3 .clsDetail2 td input[type="checkbox"]:checked:after,
#PARTAB2 #TABLE1 .clsDetail1 td input[type="checkbox"]:checked:after,
#PARTAB2 #TABLE1 .clsDetail2 td input[type="checkbox"]:checked:after,
#PARTAB2 #TABLE3 .clsDetail1 td input[type="checkbox"]:checked:after,
#PARTAB2 #TABLE3 .clsDetail2 td input[type="checkbox"]:checked:after {
  top: 0;
  width: 20px;
  height: 20px;
  border: 2px solid #222;
  background-color: #222;
  z-index: 0;
}

@media (max-width: 575px) {
  #PARTAB0 #TABLE1 .clsDetailSmallTitle td:last-child,
  #PARTAB0 #TABLE3 .clsDetailSmallTitle td:last-child,
  #PARTAB2 #TABLE1 .clsDetailSmallTitle td:last-child,
  #PARTAB2 #TABLE3 .clsDetailSmallTitle td:last-child {
    display: none;
  }
  #PARTAB0 #TABLE1 .clsDetail1 td,
  #PARTAB0 #TABLE1 .clsDetail2 td,
  #PARTAB0 #TABLE3 .clsDetail1 td,
  #PARTAB0 #TABLE3 .clsDetail2 td,
  #PARTAB2 #TABLE1 .clsDetail1 td,
  #PARTAB2 #TABLE1 .clsDetail2 td,
  #PARTAB2 #TABLE3 .clsDetail1 td,
  #PARTAB2 #TABLE3 .clsDetail2 td {
    padding-top: 5px;
    padding-left: 30px;
    min-height: 30px;
    display: block;
    background: #f2e7c4;
    border-top: none;
  }
  #PARTAB0 #TABLE1 .clsDetail1 td:nth-child(1),
  #PARTAB0 #TABLE1 .clsDetail2 td:nth-child(1),
  #PARTAB0 #TABLE3 .clsDetail1 td:nth-child(1),
  #PARTAB0 #TABLE3 .clsDetail2 td:nth-child(1),
  #PARTAB2 #TABLE1 .clsDetail1 td:nth-child(1),
  #PARTAB2 #TABLE1 .clsDetail2 td:nth-child(1),
  #PARTAB2 #TABLE3 .clsDetail1 td:nth-child(1),
  #PARTAB2 #TABLE3 .clsDetail2 td:nth-child(1) {
    background: #f5e0d8;
  }
  #PARTAB0 #TABLE1 .clsDetail1 td:nth-child(2) input[type="checkbox"],
  #PARTAB0 #TABLE1 .clsDetail2 td:nth-child(2) input[type="checkbox"],
  #PARTAB0 #TABLE3 .clsDetail1 td:nth-child(2) input[type="checkbox"],
  #PARTAB0 #TABLE3 .clsDetail2 td:nth-child(2) input[type="checkbox"],
  #PARTAB2 #TABLE1 .clsDetail1 td:nth-child(2) input[type="checkbox"],
  #PARTAB2 #TABLE1 .clsDetail2 td:nth-child(2) input[type="checkbox"],
  #PARTAB2 #TABLE3 .clsDetail1 td:nth-child(2) input[type="checkbox"],
  #PARTAB2 #TABLE3 .clsDetail2 td:nth-child(2) input[type="checkbox"] {
    left: -1090px;
  }
  #PARTAB0 .clsPartListTable#TABLE1,
  #PARTAB0 .clsPartListTable#TABLE3,
  #PARTAB2 .clsPartListTable#TABLE1,
  #PARTAB2 .clsPartListTable#TABLE3 {
    table-layout: inherit !important;
    display: block !important;
    word-break: break-word;
  }
  #PARTAB0 .clsPartListTable#TABLE1 tbody,
  #PARTAB0 .clsPartListTable#TABLE3 tbody,
  #PARTAB2 .clsPartListTable#TABLE1 tbody,
  #PARTAB2 .clsPartListTable#TABLE3 tbody {
    display: block;
    width: 100%;
  }
  #PARTAB0 .clsPartListTable#TABLE1 tbody tr,
  #PARTAB0 .clsPartListTable#TABLE3 tbody tr,
  #PARTAB2 .clsPartListTable#TABLE1 tbody tr,
  #PARTAB2 .clsPartListTable#TABLE3 tbody tr {
    display: block;
    width: 100%;
  }
  #PARTAB0 .clsPartListTable#TABLE1 tbody tr td,
  #PARTAB0 .clsPartListTable#TABLE3 tbody tr td,
  #PARTAB2 .clsPartListTable#TABLE1 tbody tr td,
  #PARTAB2 .clsPartListTable#TABLE3 tbody tr td {
    display: block;
    width: 100% !important;
  }
}

/* select part end */
.clsClmOfrTable {
  text-align: left;
  word-break: break-word;
}

.clsClmOfrTable tr td {
  padding: 10px;
}

.clsClmOfrTable tr:not(:nth-child(1)) td {
  border-bottom: 1px solid #f0efe9;
}

.clsClmOfrTable tr:not(:nth-child(1)) td textarea,
.clsClmOfrTable tr:not(:nth-child(1)) td div {
  width: 100% !important;
  margin: 0 !important;
}

.clsClmOfrTable tr:not(:nth-child(1)) td #divOWNSOL_DD select,
.clsClmOfrTable tr:not(:nth-child(1)) td #divOWNSOL_DD a {
  display: block;
}

@media (max-width: 767px) {
  .clsClmOfrTable {
    table-layout: auto !important;
  }
  .clsClmOfrTable tr:not(:nth-child(1)) td {
    display: block;
    background: #f0efe9;
    border: 1px solid #ddcccc;
    border-top: none;
  }
  .clsClmOfrTable tr:not(:nth-child(1)) td:nth-child(1) {
    background: #ddcccc;
  }
}

.clsClmBorder,
.clsClmTable {
  border: none;
  background: #f0efe9;
  text-align: left;
}

.clsClmBorder td,
.clsClmTable td {
  border: none;
  border-bottom: 1px solid #f0efe9;
  padding: 10px;
}

.clsClmBorder td textarea,
.clsClmTable td textarea {
  width: 100% !important;
}

.clsClmBorder td select,
.clsClmTable td select {
  width: 100%;
}

.clsClmBorder td input,
.clsClmTable td input {
  width: auto !important;
}

.clsClmBorder td input#iCOURTCITYID_TEXT, .clsClmBorder td input#iOTHSOLCOIDTEXT,
.clsClmTable td input#iCOURTCITYID_TEXT,
.clsClmTable td input#iOTHSOLCOIDTEXT {
  width: 100% !important;
}

.clsClmBorder td input.fullWidth,
.clsClmTable td input.fullWidth {
  width: 100% !important;
}

#ddlbHOSCOIDTEXT {
  width: 100% !important;
}

#forceInlineTable input.fullWidth {
  width: 100% !important;
}

#pageWorkshopProfile {
  min-width: 330px;
  word-break: break-word;
}

#pageWorkshopProfile .clsGroupLinks {
  padding: 0.3rem 0.7rem;
}

#pageWorkshopProfile select,
#pageWorkshopProfile input[type="file"],
#pageWorkshopProfile input[type="text"],
#pageWorkshopProfile .commonButton,
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #pwf input[type="button"] {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
}

#pageWorkshopProfile .clsPartGroup {
  transition: background-color 0.3s ease;
  -webkit-transition: background-color 0.3s ease;
  -moz-transition: background-color 0.3s ease;
}

#pageWorkshopProfile .clsPartGroup:hover {
  background-color: #a2a2d1;
}

#pageWorkshopProfile .clsPartGroup:active, #pageWorkshopProfile .clsPartGroup:focus {
  background-color: #5e5eaf;
}

#pageWorkshopProfile .clsTabOutside {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border-width: 1px;
}

#pageWorkshopProfile .clsTabInside {
  border: none;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] table:not(.clsPartGroup) {
  background-color: rgba(0, 0, 0, 0.02);
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList1 {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList1 .clsDetailSmallTitle {
  display: none;
  width: auto !important;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList1 td {
  background: #f5e0d8;
  background: #f0efe9;
  min-height: 40px;
  border-bottom: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList1 td:nth-child(odd) {
  float: left;
  width: 5%;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList1 td:nth-child(even) {
  float: left;
  width: 95%;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList1 td:nth-child(even)::after {
  content: "";
  display: table;
  clear: both;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList1 td:nth-child(3), #pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList1 td:nth-child(4) {
  background: #f2e7c4;
  background: #f6f6f2;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList1 input[type="text"] {
  text-align: left !important;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #eqList,
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #skillsList,
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #internetList,
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #eqList .clsDetailSmallTitle:nth-child(3), #pageWorkshopProfile .clsTabInside form[name="companyinfo"] #eqList .clsDetailSmallTitle:nth-child(4),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #skillsList .clsDetailSmallTitle:nth-child(3),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #skillsList .clsDetailSmallTitle:nth-child(4),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #internetList .clsDetailSmallTitle:nth-child(3),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #internetList .clsDetailSmallTitle:nth-child(4),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList .clsDetailSmallTitle:nth-child(3),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList .clsDetailSmallTitle:nth-child(4) {
  display: none;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #eqList tr,
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #skillsList tr,
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #internetList tr,
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #eqList tr td,
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #skillsList tr td,
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #internetList tr td,
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList tr td {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 50%;
          flex: 1 0 50%;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  border: none;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #eqList tr td:not(.clsDetailSmallTitle),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #skillsList tr td:not(.clsDetailSmallTitle),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #internetList tr td:not(.clsDetailSmallTitle),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList tr td:not(.clsDetailSmallTitle) {
  background: #f0efe9;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #eqList tr td:not(.clsDetailSmallTitle):nth-child(3), #pageWorkshopProfile .clsTabInside form[name="companyinfo"] #eqList tr td:not(.clsDetailSmallTitle):nth-child(4),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #skillsList tr td:not(.clsDetailSmallTitle):nth-child(3),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #skillsList tr td:not(.clsDetailSmallTitle):nth-child(4),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #internetList tr td:not(.clsDetailSmallTitle):nth-child(3),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #internetList tr td:not(.clsDetailSmallTitle):nth-child(4),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList tr td:not(.clsDetailSmallTitle):nth-child(3),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList tr td:not(.clsDetailSmallTitle):nth-child(4) {
  background: #f6f6f2;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList .clsDetailSmallTitle:nth-child(2),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #internetList .clsDetailSmallTitle:nth-child(2) {
  display: none;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList tr td:nth-child(odd),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #internetList tr td:nth-child(odd) {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 10%;
          flex: 1 0 10%;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #serList tr td:nth-child(even),
#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #internetList tr td:nth-child(even) {
  -webkit-box-flex: 9;
      -ms-flex: 9 0 90%;
          flex: 9 0 90%;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] .table {
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
  border: none;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] .table .table {
  border: 1px solid rgba(0, 0, 0, 0.15);
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] .table .table tr:last-child td:last-child {
  border-bottom: none;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] .table td {
  width: auto;
  border: none;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] .table td:nth-child(odd) {
  border-bottom: none;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] .table td:nth-child(even) {
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] .table:not(.inlineTable):not(#forceInlineTable) td:nth-child(even) {
  border-bottom: none;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] .clsGroupHead {
  font-size: 1rem;
  padding: 0.3rem 0.7rem;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] .clsGroupHead img {
  margin-top: -4px;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #pwf select {
  height: 200px;
  width: 100% !important;
}

#pageWorkshopProfile .clsTabInside form[name="companyinfo"] #pwf input[type="button"] {
  width: auto !important;
  margin: 0 auto;
}

.itmTable .itmTd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: middle;
      -ms-flex-align: middle;
          align-items: middle;
}

.itmTable .itmTd .itmSelection {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.itmTable .itmTd .itmDescription {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.itmTable .itmAmount input {
  width: 100%;
}

@media (max-width: 575px) {
  .itmTable .itmTd {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.clsSVCCtxFrame {
  position: fixed;
  top: 50% !important;
  left: 50% !important;
  -webkit-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important;
  width: calc(100vw - 30px) !important;
}

@media (max-width: 991px) {
  .all_IgnoreColgroup colgroup {
    display: none;
  }
}

@media (max-width: 767px) {
  .md_IgnoreColgroup colgroup {
    display: none;
  }
  .clsClmTable:not(.stdTable) {
    table-layout: auto !important;
  }
  .clsClmTable:not(.stdTable) tr td {
    width: auto !important;
  }
  .clsClmTable:not(.stdTable) tr:not(:nth-child(1)) td {
    display: block;
    width: 100% !important;
    background: #f0efe9;
    border: 1px solid #ddcccc;
    border-top: none;
    /* &:nth-child(1),
                    &:nth-child(3) {
                        background: #ddcccc;
                    }*/
  }
  .clsClmTable:not(.stdTable) tr:not(:nth-child(1)) td:nth-child(odd) {
    border-bottom: none;
  }
  .clsClmTable:not(.stdTable) tr:not(:nth-child(1)) td input {
    width: auto !important;
  }
  .clsClmTable:not(.stdTable) tr:not(:nth-child(1)) td input#iCOURTCITYID_TEXT, .clsClmTable:not(.stdTable) tr:not(:nth-child(1)) td input#iOTHSOLCOIDTEXT {
    width: auto !important;
  }
  .clsClmTable:not(.stdTable) tr:not(:nth-child(1)) td input.fullWidth {
    width: 100% !important;
  }
  .clsClmTable:not(.stdTable) table.clsTblNoBorder td {
    background: #dbd9cb;
  }
  #dsp_accTable2 tr td {
    font-size: 0.7rem !important;
  }
  #dsp_accTable2 tr td:nth-child(3) {
    display: none !important;
  }
  #dsp_insClmRegViewLastTable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 1px;
  }
  #dsp_insClmRegViewLastTable tr:first-child {
    display: none;
  }
  #dsp_insClmRegViewLastTable tr td {
    text-align: left !important;
  }
  #dsp_insClmRegViewLastTable tr td:nth-child(1) {
    color: #f0f0f0;
    background: #292929;
  }
  #dsp_insClmRegViewLastTable tr td:nth-child(1)::before {
    content: "No.:";
  }
  #dsp_insClmRegViewLastTable tr td:nth-child(2)::before {
    content: "Subfolder:";
  }
  #dsp_insClmRegViewLastTable tr td:nth-child(3)::before {
    content: "SubCode:";
  }
  #dsp_insClmRegViewLastTable tr td:nth-child(4)::before {
    content: "Reg. No / Claimant:";
  }
  #dsp_insClmRegViewLastTable tr td:nth-child(5)::before {
    content: "Person-in-Charge:";
  }
  #dsp_insClmRegViewLastTable tr td:nth-child(6)::before {
    content: "Status:";
  }
  #dsp_insClmRegViewLastTable tr td::before {
    display: block;
  }
  #dsp_eslistdtlTable tr {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
  #dsp_eslistdtlTable tr.clsDetailSmallTitle {
    display: none;
  }
  #dsp_eslistdtlTable tr:nth-child(1) {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    width: 100% !important;
  }
  #dsp_eslistdtlTable tr:nth-child(1) td {
    word-break: break-word;
    width: 100% !important;
  }
  #dsp_eslistdtlTable tr:not(:first-child) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 2px;
  }
  #dsp_eslistdtlTable tr:not(:first-child) td {
    border-bottom: 1px solid #ddcccc;
    text-align: left !important;
  }
  #dsp_eslistdtlTable tr:not(:first-child) td:nth-child(1)::before {
    content: "ID:";
  }
  #dsp_eslistdtlTable tr:not(:first-child) td:nth-child(2)::before {
    content: "Supplier:";
  }
  #dsp_eslistdtlTable tr:not(:first-child) td:nth-child(3)::before {
    content: "RFQ:";
  }
  #dsp_eslistdtlTable tr:not(:first-child) td:nth-child(4)::before {
    content: "Delivery Date:";
  }
  #dsp_eslistdtlTable tr:not(:first-child) td:nth-child(5)::before {
    content: "Status:";
  }
  #dsp_eslistdtlTable tr:not(:first-child) td:nth-child(6)::before {
    content: "Amount:";
  }
  #dsp_eslistdtlTable tr:not(:first-child) td:nth-child(7)::before {
    content: "Action:";
  }
  #dsp_eslistdtlTable tr:not(:first-child) td::before {
    display: block;
  }
  #dsp_coprofileTable tr:not(:first-child).header {
    background: #baccea;
  }
  #dsp_coprofileTable tr:not(:first-child).header td {
    background: #baccea;
  }
  #dsp_coprofileTable td::after {
    content: "";
    display: block;
    clear: both;
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px;
    background: none;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border: 1px solid #8b8c92;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td {
    text-align: left;
    border: none;
    border-bottom: 1px solid #e6e4da;
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:first-child {
    background: #8ba2d0 !important;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-bottom: none;
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(odd) {
    background: #fafaf8;
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(1) a {
    margin: -0.5rem;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    transition: background 0.15s ease;
    -webkit-transition: background 0.15s ease;
    -moz-transition: background 0.15s ease;
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(1) a::before {
    content: "INVID: ";
    padding-right: 0.5rem;
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(1) a::after {
    content: "";
    margin-left: auto;
    margin-bottom: 1px;
    right: 0;
    border: solid #f0f0f0;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(1) a:hover {
    background: #9db0d8;
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(1) a:active, #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(1) a:focus {
    background: #7893c9;
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(2)::before {
    content: "Issue Date";
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(3)::before {
    content: "Month";
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(4)::before {
    content: "Bill From";
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(5)::before {
    content: "Bill To";
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(6)::before {
    content: "Invoice Amount (RM)";
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(7)::before {
    content: "Payment Date";
  }
  #dsp_invoiceListPrtTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td::before {
    display: block;
    font-weight: bold;
  }
  #dsp_invoiceListPrtTable tbody tr:nth-child(2) {
    display: none;
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 10px;
    background: none;
    border-radius: 0.25rem;
    -webkit-border-radius: 0.25rem;
    -moz-border-radius: 0.25rem;
    border: 1px solid #8b8c92;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td {
    text-align: left;
    border: none;
    border-bottom: 1px solid #e6e4da;
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:first-child {
    background: #cdcdd0 !important;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -webkit-border-top-left-radius: 0.25rem;
    -webkit-border-top-right-radius: 0.25rem;
    -webkit-border-bottom-right-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0.25rem;
    -moz-border-radius-topright: 0.25rem;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-bottomleft: 0;
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:last-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
    -webkit-border-top-left-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0.25rem;
    -webkit-border-bottom-left-radius: 0.25rem;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0.25rem;
    -moz-border-radius-bottomleft: 0.25rem;
    border-bottom: none;
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(odd) {
    background: #fafaf8;
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(1) a {
    background: #8ba2d0;
    margin: -0.5rem;
    padding: 0.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    transition: background 0.15s ease;
    -webkit-transition: background 0.15s ease;
    -moz-transition: background 0.15s ease;
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(1) a::before {
    content: "BILLID: ";
    padding-right: 0.5rem;
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(1) a::after {
    content: "";
    margin-left: auto;
    margin-bottom: 1px;
    right: 0;
    border: solid #f0f0f0;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(1) a:hover {
    background: #9db0d8;
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(1) a:active, .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(1) a:focus {
    background: #7893c9;
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(2)::before {
    content: "Creation Date";
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(3)::before {
    content: "Account";
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(4)::before {
    content: "Bill Type";
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(5)::before {
    content: "Cheque No/Reference No";
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(6)::before {
    content: "Period";
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(7)::before {
    content: "Date Authorised";
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(8)::before {
    content: "Amount";
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(9)::before {
    content: "Status";
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td:nth-child(10)::before {
    content: "Remarks";
  }
  .billListTable tbody tr:not(:nth-child(1)):not(:nth-child(2)) td::before {
    display: block;
    font-weight: bold;
  }
  .billListTable tbody tr:nth-child(2) {
    display: none;
  }
}

#newPaymentTable tr:nth-child(2) td:first-child {
  border-top: 1px solid #ddcccc;
}

#CLM_SUBF_DTLS .panel .panel-body#mobified,
#INS_CLM_REF .panel .panel-body#mobified,
#CLM_LOSS_DTLS .panel .panel-body#mobified,
#DESC_OF_VECH .panel .panel-body#mobified,
#CMTDIVCONTAINER .panel .panel-body#mobified,
#ADJ_SURV_DTLS .panel .panel-body#mobified,
#CLMTAB3 .panel .panel-body#mobified {
  padding-left: 15px !important;
  padding-right: 15px !important;
}

#CLM_SUBF_DTLS .panel .panel-body#mobified.row.form-group,
#INS_CLM_REF .panel .panel-body#mobified.row.form-group,
#CLM_LOSS_DTLS .panel .panel-body#mobified.row.form-group,
#DESC_OF_VECH .panel .panel-body#mobified.row.form-group,
#CMTDIVCONTAINER .panel .panel-body#mobified.row.form-group,
#ADJ_SURV_DTLS .panel .panel-body#mobified.row.form-group,
#CLMTAB3 .panel .panel-body#mobified.row.form-group {
  margin-left: -15px;
  margin-right: -15px;
  padding-left: 0;
  padding-right: 0;
}

.dummydiv#tr_policerptno {
  margin-left: 0;
  margin-right: 0;
}

.container_insured_gst_details {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #f0efe9;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
  -webkit-border-radius: 0.25rem;
  -moz-border-radius: 0.25rem;
}

.container_insured_gst_details hr {
  border-top-color: rgba(0, 0, 0, 0.15);
  margin-right: 0;
  margin-left: 0;
}

.container_insured_gst_details .list-group:first-child .list-group-item:first-child {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}

.container_insured_gst_details .list-group:last-child .list-group-item:last-child {
  border-bottom-left-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.container_insured_gst_details .card-body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 1rem;
}

.container_insured_gst_details .card-body .header {
  padding: 0.5rem 1rem;
  display: block;
}

.container_insured_gst_details .card-body .header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
}

.container_insured_gst_details .card-body .header::after {
  content: "";
  display: block;
  clear: both;
}

.container_insured_gst_details .card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: #4669af;
  color: #f0efe9;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.container_insured_gst_details .card-header .header {
  background: none;
  color: #f0efe9;
  border-bottom: none;
  text-transform: uppercase;
}

.container_insured_gst_details .card-header:first-child {
  border-radius: 0.25rem 0.25rem 0 0;
  -webkit-border-radius: 0.25rem 0.25rem 0 0;
  -moz-border-radius: 0.25rem 0.25rem 0 0;
}

.container_insured_gst_details .card-header + .list-group .list-group-item:first-child {
  border-top: 0;
}

.container_insured_gst_details .card-footer {
  padding: 0.5rem 1rem;
  background-color: #4669af;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.container_insured_gst_details .card-footer:last-child {
  border-radius: 0 0 0.25rem 0.25rem;
  -webkit-border-radius: 0 0 0.25rem 0.25rem;
  -moz-border-radius: 0 0 0.25rem 0.25rem;
}

.panel .panel-body#mobified {
  text-align: left;
  /* & > div {
      padding: 10px 0;
      //border-top: 1px dashed $color_main_light_special;
      //border: none;
      &:first-child {
        border-top: none;
      }
    }*/
}

.panel .panel-body#mobified > div > div:first-child,
.panel .panel-body#mobified > div > div:first-child + div + div,
.panel .panel-body#mobified > div > div:first-child + div + div + div {
  border: none;
  padding-top: 0;
  margin-top: 0;
}

.clsRptCoverPage table tr td {
  padding: 3px;
  /* &:not(:nth-child(1)) {
                        //word-break: break-word;
                    } */
}

.clsSVCClmBorder tr td {
  padding: 10px;
}

@media (max-width: 991px) {
  .table.inlineTable tbody tr, .table#forceInlineTable tbody tr,
  .inlineTable tbody tr,
  #forceInlineTable tbody tr {
    display: block;
  }
  .table.inlineTable tbody tr::after, .table#forceInlineTable tbody tr::after,
  .inlineTable tbody tr::after,
  #forceInlineTable tbody tr::after {
    content: "";
    clear: both;
    display: table;
  }
  .table.inlineTable tbody tr.header td, .table#forceInlineTable tbody tr.header td,
  .inlineTable tbody tr.header td,
  #forceInlineTable tbody tr.header td {
    border-bottom: 0;
  }
  .table.inlineTable tbody tr.header td:last-child, .table#forceInlineTable tbody tr.header td:last-child,
  .inlineTable tbody tr.header td:last-child,
  #forceInlineTable tbody tr.header td:last-child {
    border-bottom-style: none;
  }
  .table.inlineTable tbody tr td, .table#forceInlineTable tbody tr td,
  .inlineTable tbody tr td,
  #forceInlineTable tbody tr td {
    display: block;
    text-align: left;
  }
  .table.inlineTable tbody tr td:last-child, .table#forceInlineTable tbody tr td:last-child,
  .inlineTable tbody tr td:last-child,
  #forceInlineTable tbody tr td:last-child {
    border-bottom-style: solid;
  }
}

@media (max-width: 767px) {
  .clsRptCoverPage table tr td {
    font-size: 0.8em;
  }
  .clsSVCClmBorder {
    font-size: 10px;
  }
  .clsSVCClmBorder tr td {
    padding: 5px;
  }
}

.stdTable tbody tr td,
.stdTable.clsClmTable tbody tr td {
  display: table-cell !important;
  width: auto !important;
  /* &:not(:last-child) {
                    border-right: 1px solid #fff;
                }*/
}

.stdTable tbody tr td.hide,
.stdTable.clsClmTable tbody tr td.hide {
  display: none !important;
}

.stdTable tbody tr:not(.clsColumnHeader):not(.header) td.hide,
.stdTable.clsClmTable tbody tr:not(.clsColumnHeader):not(.header) td.hide {
  display: none !important;
}

.stdTable:not(.stdTableBgNormal) tbody tr td,
.stdTable.clsClmTable:not(.stdTableBgNormal) tbody tr td {
  display: table-cell !important;
  width: auto !important;
}

.stdTable:not(.stdTableBgNormal) tbody tr td.hide,
.stdTable.clsClmTable:not(.stdTableBgNormal) tbody tr td.hide {
  display: none !important;
}

.stdTable:not(.stdTableBgNormal) tbody tr td:not(:last-child),
.stdTable.clsClmTable:not(.stdTableBgNormal) tbody tr td:not(:last-child) {
  border-right: 1px solid #fff;
}

.stdTable:not(.stdTableBgNormal) tbody tr:not(.clsColumnHeader):not(.header) td,
.stdTable.clsClmTable:not(.stdTableBgNormal) tbody tr:not(.clsColumnHeader):not(.header) td {
  background-color: #f0efe9;
}

.stdTable:not(.stdTableBgNormal) tbody tr:not(.clsColumnHeader):not(.header) td.hide,
.stdTable.clsClmTable:not(.stdTableBgNormal) tbody tr:not(.clsColumnHeader):not(.header) td.hide {
  display: none !important;
}

.stdTable:not(.stdTableBgNormal) tbody tr:not(.clsColumnHeader):not(.header):nth-child(odd) td,
.stdTable.clsClmTable:not(.stdTableBgNormal) tbody tr:not(.clsColumnHeader):not(.header):nth-child(odd) td {
  background-color: #ddcccc;
}

#CLMTAB {
  table-layout: auto !important;
}

#CLMTAB > tbody > tr > td {
  border: none !important;
  transition: all 0.1s ease-out;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
}

#CLMTAB > tbody > tr > td:hover {
  opacity: 0.9;
}

#CLMTAB > tbody > tr > td:not(:last-child) {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-bottom: none !important;
}

#CLMTAB > tbody > tr > td:not(:last-child) table {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}

#CLMTAB > tbody > tr > td:not(:last-child) table td {
  word-break: break-word;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  border-top: none !important;
}

#CLMTAB > tbody > tr > td:not(:last-child) table td:first-child, #CLMTAB > tbody > tr > td:not(:last-child) table td:last-child {
  display: none;
}

#CLMTAB > tbody > tr > td:last-child {
  width: auto !important;
}

@media (min-width: 768px) {
  .nav-tabs.nav-justified > li {
    vertical-align: bottom;
  }
}

.Mrm_Injury_List {
  width: 100% !important;
  max-width: 560px;
  margin: 0 auto;
}

.Mrm_Injury_List .Mrm_Injury_List_Tab .Tab_Left,
.Mrm_Injury_List .Mrm_Injury_List_Tab .Tab_Right {
  display: none;
}

.Mrm_Injury_List .Mrm_Injury_List_Tab .Tab_Mid {
  padding: 10px;
  font-weight: normal !important;
  border: none !important;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0.25rem;
  -webkit-border-top-right-radius: 0.25rem;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-radius-topleft: 0.25rem;
  -moz-border-radius-topright: 0.25rem;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
}

.Mrm_Injury_List .Mrm_Injury_List_Detail {
  border: none !important;
}

.Mrm_Injury_List .Mrm_Injury_List_Detail .clsColumnSubHeader {
  display: none;
}

.Mrm_Injury_List .Mrm_Injury_List_Detail .pc_hide {
  font-weight: bold;
  display: block !important;
}

.Mrm_Injury_List .Mrm_Injury_List_Detail tbody {
  display: block;
}

.Mrm_Injury_List .Mrm_Injury_List_Detail tbody tr.mob_card {
  font-size: 12px;
  display: block;
  margin: 10px;
  border: 1px solid #8b8c92;
}

.Mrm_Injury_List .Mrm_Injury_List_Detail tbody tr.mob_card td {
  text-align: left !important;
  padding: 5px;
  width: 100%;
  display: block;
  border: none !important;
  border-bottom: 1px dashed #8b8c92 !important;
}

.Mrm_Injury_List .Mrm_Injury_List_Detail tbody tr.mob_card td input {
  text-align: left !important;
}

.Mrm_Injury_List .Mrm_Injury_List_Detail tbody tr.mob_card td:last-child {
  border-bottom: none !important;
}

.Mrm_Injury_List .Mrm_Injury_List_Detail tbody tr.mob_card td.Mrm_For_Button {
  text-align: center !important;
}

.Mrm_Injury_List .Mrm_Injury_List_Detail tr.mob_total {
  display: block;
}

.Mrm_Injury_List .Mrm_Injury_List_Detail tr.mob_total td {
  border: none;
  font-size: 14px;
  display: block;
  width: 100%;
  padding: 5px 10px;
  border-bottom: 1px solid #292929;
}

.Mrm_Injury_List .Mrm_Injury_List_Detail tr.mob_total td .pc_hide {
  font-weight: normal;
  display: inline-block !important;
}

.Mrm_Injury_List .Mrm_Injury_List_Detail tr.mob_total td .pc_hide:after {
  content: ": ";
  display: inline;
  margin-right: 20px;
}

.Mrm_Injury_List .Mrm_Injury_List_Detail tr.mob_total td:nth-child(1),
.Mrm_Injury_List .Mrm_Injury_List_Detail tr.mob_total td:nth-child(2),
.Mrm_Injury_List .Mrm_Injury_List_Detail tr.mob_total td:nth-child(3),
.Mrm_Injury_List .Mrm_Injury_List_Detail tr.mob_total td:nth-child(4),
.Mrm_Injury_List .Mrm_Injury_List_Detail tr.mob_total td:nth-child(9) {
  display: none;
}

#listtb_title {
  display: none !important;
}

#listtb {
  width: 100% !important;
}

#listtb tr.header td {
  padding: 10px !important;
}

#listtb tr:not(.header) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 2px auto;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

#listtb tr:not(.header) td {
  padding: 5px;
  width: 100% !important;
  border-bottom: none !important;
}

#listtb tr:not(.header) td:nth-child(1)::before {
  content: "User Name:";
}

#listtb tr:not(.header) td:nth-child(2)::before {
  content: "Position:";
}

#listtb tr:not(.header) td:nth-child(3)::before {
  content: "Action:";
}

#listtb tr:not(.header) td::before {
  display: block;
  font-weight: bold;
}

@media (max-width: 575px) {
  .Mrm_Injury_List .Mrm_Injury_List_Detail tr.mob_total td {
    text-align: center !important;
  }
  .Mrm_Injury_List .Mrm_Injury_List_Detail tr.mob_total td .pc_hide {
    display: block !important;
  }
  .Mrm_Injury_List .Mrm_Injury_List_Detail tr.mob_total td .pc_hide::after {
    margin-right: 0;
  }
}

.Mrm_Add_Injury {
  width: 100% !important;
  padding: 10px;
}

.Mrm_Add_Injury .category {
  margin: 0 auto;
  width: 100% !important;
  max-width: 560px;
}

.Mrm_Add_Injury .category:before {
  content: "Add Custom Injury";
  display: block;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  padding: 10px;
  background: #4669af;
  color: #f0efe9;
  -webkit-user-select: all;
     -moz-user-select: all;
      -ms-user-select: all;
          user-select: all;
}

.Mrm_Add_Injury .category thead {
  display: none;
}

.Mrm_Add_Injury .category tbody td {
  padding: 10px;
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #292929;
  background: #f0efe9;
}

.Mrm_Add_Injury .category tbody td:nth-child(odd) {
  background: #e8e6dd;
}

.Mrm_Add_Injury .category tbody td:last-child {
  border-bottom: none;
}

.Mrm_Add_Injury .category tbody td select,
.Mrm_Add_Injury .category tbody td input,
.Mrm_Add_Injury .category tbody td textarea {
  padding: 10px;
  width: 100%;
}

.Mrm_Add_Injury .category tbody td input[type="button"] {
  height: auto;
  width: auto !important;
  text-align: center;
}

.Mrm_Add_Injury .category tbody td .pc_hide {
  font-weight: bold;
  padding-bottom: 5px;
  margin-bottom: 10px;
  display: block !important;
}

/*** sc style end ***/
/*# sourceMappingURL=SVCcss-fluid-mobile.css.map */