/* body * {
  font-family: 'Montserrat', sans-serif !important;
} */
fieldset {
  border-width: 1px;
  border-color: rgb(221, 221, 221);
  border-style: solid;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
  /* padding: 0.3em 0.5em 1.2em; */
}
fieldset legend {
  padding:0 0.5em;
  color: #4f5052;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  font-size: 18px;
}
table caption {
  font-size: 18px;
  margin: 0.5em 0 0.5em;
  font-family: 'Montserrat', sans-serif;
}
table.grid {
    border: 1px solid #ccc;
}
.grid th {
  background: #169a5a;
  border-left: solid 1px #007f40;
  padding: 5px 4px;
}
.grid tr,
.grid tr.pgr{
  background: #fff;
}
.grid td {
  border: solid 1px #ccc;
  color: #666;
  padding: 5px 4px;
}
.grid tr.alt {
  background: #f4f4f4;
}

#cphMain_btnSearch,
input[type="submit"],
input[type="button"],
button {
  border-radius: 4px;
  cursor: pointer;
  box-sizing: border-box;
  padding: 6px 10px;
  /* border: 1px solid #006633;
  background: #007f40;
  color: #fff;
  */
  border:1px solid #c5c5c5;
  background: #f6f6f6;
  color: #000;
  width: auto !important;
  height: auto !important;
  margin: 0.5em 0.5em 0.5em 0;
}
#cphMain_btnSearch:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button:hover {
  /* background: #006633; */
  background: #e2e1e1;
}
/* #cphMain_btnReset {
  border-radius: 4px;
  border:1px solid #c5c5c5;
  background: #f6f6f6;
} */

/* Tabs */
body .ajax__tab_xp .ajax__tab_body {
  border: 1px solid #ccc;
  border-top: 0;
  margin-top: 0;
  padding: 2em;
}
body .ajax__tab_xp .ajax__tab_header {
  border-bottom: 1px solid #ccc;
  margin-bottom: 0;
  height: 31px;
}
body .ajax__tab_xp .ajax__tab_active .ajax__tab_outer,
body .ajax__tab_xp .ajax__tab_hover.ajax__tab_active .ajax__tab_outer {
  background: #fff !important;
  border: 1px solid #ccc;
  border-radius: 3px 3px 0 0;
  position: relative;
  bottom: -1px;
  border-bottom: 0;
}
body .ajax__tab_xp .ajax__tab_active .ajax__tab_inner,
body .ajax__tab_xp .ajax__tab_tab,
body .ajax__tab_xp .ajax__tab_tab,
body .ajax__tab_xp .ajax__tab_inner,
body .ajax__tab_xp .ajax__tab_active .ajax__tab_tab,
body .ajax__tab_xp .ajax__tab_hover .ajax__tab_tab,
body .ajax__tab_xp .ajax__tab_hover .ajax__tab_outer,
body .ajax__tab_xp .ajax__tab_hover .ajax__tab_inner,
body .ajax__tab_xp .ajax__tab_header {
  background: transparent !important;
}
body .ajax__tab_default .ajax__tab_outer {
  z-index: 9;
  position: relative;
  background: #f4f4f4;
  border-bottom: 0;
  border-radius: 3px 3px 0 0;
  border: 1px solid #ccc;
  border-bottom: 0;
}
body .ajax__tab_xp .ajax__tab_tab {
  height: 20px;
  font-size: 13.2px;
  padding: 8px 1em;
  font-weight: 500;
  font-family: 'Montserrat', sans-serif;
  color: #888;
}
body .ajax__tab_xp .ajax__tab_active .ajax__tab_tab,
body .ajax__tab_xp .ajax__tab_active.ajax__tab_hover .ajax__tab_tab {
  color: #169a5a;
}
body .ajax__tab_xp .ajax__tab_hover .ajax__tab_tab {
  color: #000;
}
body .ajax__tab_xp .ajax__tab_outer {
  height: 30px;
  margin-right: 4px;
}

#cphMain_pnlReceiptInformation {
  font-family: 'Trebuchet MS' ,helvetica,arial,verdana;
}
#cphMain_pnlReceiptInformation .columnLeft > div {
  border-width: 1px;
  border-color: #dedede;
  border-style: solid;
  box-shadow: 0px 5px 13px 0px rgba(0, 0, 0, 0.1);
}
#cphMain_pnlReceiptInformation .columnLeft #cphMain_DivBlock5 ~ div {
  border: 0;
}
#cphMain_tbMainReceipt_header {
  margin-top: 10px;
}
#cphMain_rblSelect,
#cphMain_rblselectregion {
  background: transparent !important;
}
