body {
  margin: 0;
  padding: 0;
  background-color: #eaf2f8;
  font-family: Segoe UI;
  font-size: 12pt;
}
h3 {
  margin-top: 0px;
}
a img {
  position: relative;
  top: 4px;
  cursor: pointer;
}
select {
  padding-top: 2px;
  padding-bottom: 2px;
}
a.action {
  display: inline-block;
  /* color by other class */
  /* background-color: #37916f; */
  padding: 6px 6px 6px 6px;
  color: #ccffee;
  font-size: 16pt;
  text-decoration: none;
  height: 18px;
  line-height: 18px;
  width: auto;
  cursor: pointer;
  text-align: center;
  vertical-align: middle;
}
a.action.big {
  min-width: 120px;
  min-height: 2em;
  padding-top: 1.25em;
}
a.action:hover {
  /* background: #2a6e54; */
  color: white;
  font-weight: bold;
}
a.button {
  /* background: url('bg_button.png') repeat-x top; */
  background-color: #37916f;
  padding: 6px 6px 6px 6px;
  color: #ccffee;
  font-size: 12pt;
  text-decoration: none;
  height: 18px;
  line-height: 18px;
  width: auto;
  display: inline-block;
  cursor: pointer;
  vertical-align: middle;
}
a.button > div {
  /* background: url('bg_button.png') repeat-x top; */
  padding: 0px 6px 0px 6px;
  color: #ccffee;
  font-size: 12pt;
  text-decoration: none;
  height: 16px;
  width: auto;
  display: inline-block;
  cursor: pointer;
}
a.button > div:hover,
a.button:hover {
  background: #2a6e54;
  color: white;
  font-weight: bold;
}
.button_panel a.button > div {
  min-width: 60px;
}
.result_table a.button > div {
  background: url(bg_button.png) repeat-x 0 0;
  /* height: 18px; */
  line-height: 1.25em;
}
.result_table a.button > div:hover {
  background: url(bg_button_hover.png) repeat-x 0 0;
  color: blue;
}
a.page_number {
  text-decoration: none;
  margin-left: 5px;
  margin-right: 5px;
  padding-bottom: 2px;
  font-size: smaller;
  color: #2f465e;
  border: 1px solid #dddddd;
  width: 28px;
  display: inline-block;
}
a.current_page {
  font-weight: bold;
  /* font-size: 1.25em; */
  background-color: #91a6bb;
}
a.lookup {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url('magnifier.gif') no-repeat;
  background-position: center center;
}
div.page_title {
  width: 100%;
  margin-top: 2px;
  text-align: right;
}
div.page_title > span {
  background-color: #54BF54;
  padding: 4px 20px 6px 20px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  min-width: 350px;
  display: inline-block;
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}
div.page_title_blue {
  width: 100%;
  margin-top: 2px;
  text-align: right;
}
div.page_title_blue > span {
  background-color: #337ab7;
  padding: 4px 20px 6px 20px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  min-width: 350px;
  display: inline-block;
  margin: 0;
  text-align: center;
}
div.page_title_orange {
  width: 100%;
  margin-top: 2px;
  text-align: right;
}
div.page_title_orange > span {
  background-color: #F90;
  padding: 4px 20px 6px 20px;
  border-radius: 5px;
  color: #ffffff;
  font-weight: bold;
  min-width: 350px;
  display: inline-block;
  margin: 0;
  text-align: center;
}
div.frame_title {
  border-radius: 6px;
  border: 1px solid #999999;
  margin: 20px 10px 0px 10px;
  padding: 0.4em 10px 10px 10px;
  text-align: left;
}
div span.frame_title {
  color: #2f465e;
  font-weight: bold;
  background-color: #d9e0e4;
  position: relative;
  top: -1.1em;
  left: 0px;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  z-index: 1;
  padding: 2px 5px 5px 5px;
}
span.sub_title {
  color: #2f465e;
  font-weight: bold;
  background-color: #d9e0e4;
  border-radius: 4px;
  border-style: solid;
  border-width: 1px;
  border-color: #999999;
  padding: 2px 20px 5px 20px;
  display: inline-block;
  margin-bottom: 4px;
}
#top_title {
  padding-left: 14px;
  padding-right: 5px;
  height: 30px;
  /* background: url('bg_top_title.png') repeat-x bottom; */
  background-color: #055686;
  color: #ffffff;
  font-size: 0.9em;
}
#logout {
  color: white;
}
#change_password {
  font-size: xx-small;
  color: white;
}
#stage {
  min-height: 300px;
  background-color: #ffffff;
  margin-bottom: 1px;
  padding: 4px;
  vertical-align: top;
}
#footer {
  background-color: #37916f;
}
#reminder {
  width: 200px;
  background-color: #ffffff;
}
.reminder_panel {
  margin: 2px;
  padding: 0;
  border: 1px solid #00204b;
  border-radius: 6px;
  background-color: #F2F7FD;
}
.reminder_panel h4 {
  color: #00406B;
  margin: 0 0 4px 0px;
  padding: 0 6px 2px 6px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #37916f;
  color: #FFFFFF;
  font-weight: normal;
}
.reminder_panel > div {
  padding: 6px;
  margin-bottom: 10px;
  font-size: smaller;
}
div.reminder_entry {
  border: 1px solid #DDDDDD;
  border-radius: 6px;
  text-align: left;
  padding: 0 0 15px 0;
  margin-bottom: 20px;
}
.reminder_title {
  background-color: #DDDDDD;
  padding: 0 10px 2px 10px;
  border-radius: 5px;
  color: #24313C;
  font-weight: bold;
  min-width: 4em;
  display: inline-block;
  margin: 0;
}
ul.type_list {
  margin: 0;
  padding: 0;
}
.type_list li {
  list-style: none;
  padding: 2px;
}
.type_list li span {
  display: inline-block;
  width: 8em;
}
div.filter {
  /* width: 100%; */
  margin: 4px;
  padding: 10px;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
div.filter h3 {
  text-align: right;
  margin: 0;
  padding: 0;
  position: relative;
  top: -10px;
  right: -10px;
}
div.filter h3 span {
  background-color: #dddddd;
  padding: 0px 20px 4px 20px;
  border-radius: 3px;
}
input.form-control:not([type=checkbox]),
select.form-control {
  height: 33px;
}
input.form-control[type=checkbox] {
  width: 24px;
  height: 24px;
}
table.filter input,
table.filter select {
  width: 90%;
}
div.media_item {
  width: 120px;
  height: 116px;
  margin-top: 4px;
  padding: 2px;
  display: inline-block;
  overflow-y: hidden;
  overflow-x: hidden;
  text-align: center;
  border: 1px solid #dddddd;
  border-radius: 4px;
}
div.media_item img {
  width: 116px;
  height: 94px;
}
div.media_item div {
  text-align: left;
  position: relative;
  top: -15pt;
}
div.media_item div p {
  margin: 0;
  padding-left: 2px;
  width: 116px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow-x: hidden;
}
div.media_item span {
  float: right;
  position: relative;
  left: -5px;
  top: -3px;
}
div.media_item span a img {
  width: 16px;
  height: 16px;
}
table.result_table th {
  font-weight: bold;
  border-bottom: 1px solid #DDDDDD;
}
table.result_table tr {
  line-height: 2em;
  cursor: pointer;
}
table.result_table tbody tr:hover {
  background-color: #DDDDFF;
}
table.result_table tr td {
  border-bottom: 1px dotted #DDDDDD;
  padding-left: 2px;
  padding-right: 2px;
}
tr.result_table td p,
table.result_table tr td p {
  display: inline-block;
  height: 1.75em;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  word-wrap: break-word;
  overflow-x: hidden;
  overflow-y: hidden;
  text-overflow: ellipsis;
}
table.entry_table thead th {
  border-bottom: 1px dotted #999999;
}
table.entry_table tbody tr td {
  padding-bottom: 2px;
  /* vertical-align:top; */
}
table.entry_table tr td {
  border-bottom: 1px dotted #DDDDDD;
  padding-left: 2px;
  padding-right: 2px;
}
table.entry_table tbody > tr:last-child td {
  border-bottom: none;
}
table.entry_table tfoot > tr:first-child td {
  border-top: 1px dotted #DDDDDD;
}
table.entry_table tr th,
table.entry_table tr td {
  border-right: 1px dotted #DDDDDD;
}
table.entry_table tr > th:last-child,
table.entry_table tr > td:last-child {
  border-right: none;
}
table.entry_table tr td a {
  position: relative;
  top: -3px;
}
table.entry_table tr td a.lookup {
  position: relative;
  top: 3px;
}
table.entry_table tr td input:not([type=radio]),
table.entry_table tr td input:not([type=checkbox]) {
  width: 92%;
}
table.page_entry {
  margin: 4px;
}
table.page_entry td {
  padding: 2px;
}
table.page_entry td select,
table.inner_entry td select {
  width: 93%;
  padding: 3px;
}
table.page_entry td input,
table.inner_entry td input {
  width: 90%;
  padding: 4px;
}
table.inner_entry.noborder td input,
table.entry_table.noborder td input {
  border: none;
}
table.inner_entry.noborder td select,
table.entry_table.noborder td select {
  border: none;
}
table.entry_table td input {
  width: 97.5%;
}
table.page_entry td input[type=radio],
table.page_entry td input[type=checkbox],
table.entry_table td input[type=radio],
table.entry_table td input[type=checkbox],
table.inner_entry td input[type=checkbox],
table.inner_entry td input[type=radio] {
  width: 1em;
}
table.entry_table td select {
  width: 100%;
}
tr.result_table {
  border-bottom: 1px dotted #DDDDDD;
  cursor: pointer;
}
tr.result_table td {
  border-bottom: 1px dotted #DDDDDD;
}
table.lang_table td {
  padding: 2px 4px 2px 0;
  /* margin: 0 2px 0 2px; */
}
table.inner_entry {
  border-collapse: collapse;
}
table.inner_entry td {
  border: 1px solid #AAAAAA;
  padding-left: 3px;
  padding-right: 3px;
}
img.ct_slide {
  width: 120px;
  height: 90px;
}
input[readonly] {
  background-color: #eeeeee;
  /* border: none; */
  border-radius: 3px;
  /* padding: 5px; */
}
.noborder input[readonly],
.noborder input[disabled] {
  background-color: transparent;
}
.noborder input:not([readonly]):not([disabled]):hover {
  background-color: #ffeeee;
}
table.inner_entry.noborder td input[readonly],
table.entry_table.noborder td input[readonly] {
  background-color: transparent;
}
table.inner_entry.noborder table {
  border: none;
  border-spacing: 0;
  border-collapse: collapse;
}
table.inner_entry.noborder table td {
  border: none;
}
input.number {
  text-align: right;
}
.price {
  width: 6em !important;
  text-align: right;
}
.price_note {
  width: 30em;
}
.required:before {
  color: red;
  font-weight: bold;
  content: '* ';
}
.narration {
  font-size: smaller;
  color: #0f4d35;
}
/** CRK Dialog **/
.dialog {
  margin-left: auto;
  margin-right: auto;
  margin-top: 40px;
  margin-bottom: auto;
  border: 1px solid #999999;
  border-radius: 10px;
  background-color: white;
}
.dlg_top_left {
  background-image: url(dlg_top.png);
  background-repeat: repeat-x;
  background-position: top left;
  border-top-left-radius: 10px;
  width: 8px;
  height: 29px;
}
.dlg_top_center {
  background-image: url(dlg_top.png);
  background-repeat: repeat-x;
  background-position: top;
  height: 42px;
  font-size: 1.25em;
  /* font-weight: bold; */
  color: #FFFFFF;
}
.dlg_top_right {
  background-image: url(dlg_top.png);
  background-repeat: repeat-x;
  background-position: top right;
  border-top-right-radius: 10px;
  width: 8px;
  height: 29px;
}
.dlg_bottom_left {
  /* background-image: url(dlg_bottom_left.png); */
  background-color: #36a972;
  background-repeat: no-repeat;
  background-position: bottom left;
  border-bottom-left-radius: 10px;
  width: 8px;
  height: 15px;
}
.dlg_bottom_center {
  /* background-image: url(dlg_bottom_center.png); */
  background-color: #36a972;
  background-repeat: repeat-x;
  background-position: bottom;
  height: 15px;
  font-size: 1.25em;
  font-weight: bold;
  color: #FFFFFF;
}
.dlg_bottom_right {
  /* background-image: url(dlg_bottom_right.png); */
  background-color: #36a972;
  background-repeat: no-repeat;
  background-position: bottom right;
  border-bottom-right-radius: 10px;
  width: 8px;
  height: 15px;
}
.la-search {
  background-image: url(magnifier.gif);
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
  cursor: pointer;
  min-width: 32px;
}
.la-search:hover {
  text-decoration: none;
  color: transparent;
  zoom: 1.1;
}
.la-percent {
  background-image: url(percent-icon-2.png);
  background-repeat: no-repeat;
  background-position: center center;
  color: transparent;
  min-width: 32px;
}
.la-percent:hover {
  text-decoration: none;
  color: transparent;
  zoom: 1.1;
}
@media print {
  #header {
    display: none;
  }
  #reminder {
    display: none;
  }
  div.button_panel {
    display: none;
  }
}
