/****************************[ General ]******************************/
form {
	margin: 0;
}

pre {
	text-align: left;
}

p {
	margin-top: 0px;
	padding-top: 0px;
}

img.border {
	border: 1px solid black;
}

img.noborder {
	border: 0px;
}

div.hr {
	clear: both;
	height: 0px;
	font-size: 1px;
	margin: 2px 0pt 2px 0pt;
	border-bottom: 1px solid #6e94b7;
}
div.empty {
	width: 100%;
	text-align: center;
	padding: 20pt 0pt 20pt 0pt;
	font-weight: bold;
}

.bcaptcha {
	display: none;
}
/****************************[ Cake Classes ]*************************/
/* Controller::flash, SessionHelper::flash */
.flash_message, #flashMessage {
	border: 2px solid #B5D3FF;
	background-color: #F7FAFD;
	color: #0387D2;
	padding: 10px 5px;
	font-size: 12pt;
	font-weight: bold;
	text-align: center;
	margin-bottom: 12px;
}
.flash_message  a:hover,
.flash_message  a:visited,
.flash_message  a:link {
	color: #0387D2;
}

.error-message {
	width: 80%;
	font-weight: bold;
	border: 1px solid #D22528;
	padding: 5pt;
	margin: 4pt 0pt;
	background-color: #F6CBCA;
	text-align: left;
	color: #D22528;
	clear: both;
}
/*********************************************************************/
.html_form {
	width: 100%;
	text-align: left;
}
.html_form  .field {
	font-weight: bold;
}
.html_form  .sect_head {
	font-weight: bold;
	border-bottom: 1px solid #6e94b7;
	padding-bottom: 2pt;
	margin-bottom: 5pt;
}
.html_form  .sect_spacer {
	clear: both;
	font-size: 15pt;
	height: 15pt;
}
.html_form  .note {
	font-weight: normal;
}
.html_form  .readonly {
	background: #eeeeee;
}

.mce_note {
	padding-top: 5pt;
	text-align: left;
}
/*********************************************************************/
.html_box {
	width: 100%;
	color: black;
	background-color: white;
	border: 1px solid #6e94b7;
	text-align: left;
	margin-bottom: 2pt;
}
.html_box  .title_bar  td {
	color: white;
	background-color: #6e94b7;
	font-weight: bold;
	padding: 2px 5px 2px 3px;
}
.html_box  .title_bar  input,
.html_box  .title_bar  select {
	border: 1px solid black;
}
.html_box  .title_bar  .title {
	float: left;
	text-align: left;
}
.html_box  .title_bar  .links {
	float: right;
	text-align: right;
}
.html_box  .title_bar  .links  a:link,
.html_box  .title_bar  .links  a:visited,
.html_box  .title_bar  .links  a:active {
	color: white;
	text-decoration: underline;
	font-weight: normal;
}
.html_box  .title_bar  .links  a:hover {
}
.html_box  .subtitle_bar  td {
	color: black;
	background-color: #afc6db;
	font-weight: bold;
	padding: 2px 5px 2px 3px;
}
.html_box  .subtitle_bar  .title {
	float: left;
	text-align: left;
}
.html_box  .subtitle_bar  .links {
	float: right;
	text-align: left;
}
.html_box  .subtitle_bar  .links  a:link,
.html_box  .subtitle_bar  .links  a:visited,
.html_box  .subtitle_bar  .links  a:active {
	color: black;
	text-decoration: underline;
	font-weight: normal;
}
.html_box  .subtitle_bar  .links  a:hover {
}
.html_box  .subtitle_bar  a.alt:link,
.html_box  .subtitle_bar  a.alt:visited,
.html_box  .subtitle_bar  a.alt:active {
	text-decoration: none;
}
.html_box  .heading_bar  td {
	color: black;
	background-color: #c5daeb;
	font-weight: bold;
	padding: 2px 5px 2px 3px;
}
.html_box  .heading_bar  a:link,
.html_box  .heading_bar  a:visited,
.html_box  .heading_bar  a:active {
	color: black;
	text-decoration: underline;
}
.html_box  .row1 {
	background-color: white;
}
.html_box  .row1  td {
	padding: 2px 5px 2px 3px;
}
.html_box  .row2 {
	background-color: #eeeeee;
}
.html_box  .row2  td {
	padding: 2px 5px 2px 3px;
}

.box_note {
	text-align: left;
}
/*********************************************************************/
a.sort_asc {
	background-image: url('../img/sort_black_up.gif');
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 15px;
}
a.sort_desc {
	background-image: url('../img/sort_black_down.gif');
	background-position: right 4px;
	background-repeat: no-repeat;
	padding-right: 15px;
}
/*********************************************************************/
.multi_select_list {
	font-weight: normal;
	border: 1px solid #CCCCCC;
	margin-top: 4pt;
}
.multi_select_list  div {
	margin-bottom: 2px;
}
.multi_select_list  .selected_option {
	font-weight: bold;
}
.multi_select_list  .option {
	font-weight: normal;
}

input.dbutton {
	width: 90px;
	border: 1px solid black;
	background: white;
	color: black;
	font-size: 8pt;
	text-align: center;
}

a.dbutton:link, a.dbutton:visited, a.dbutton:active {
	display: block;
	width: 90px;
	padding: 1pt 0pt 1pt 0pt;
	border: 1px solid black;
	background: white;
	color: black;
	font-size: 8pt;
	text-align: center;
	text-decoration: none;
}
/*********************************************************************/
.calendar  .title_bar  td {
	color: white;
	background-color: #6e94b7;
	font-weight: bold;
	padding: 2px 5px 2px 3px;
}
.calendar  .title_bar  a:link,
.calendar  .title_bar  a:visited,
.calendar  .title_bar  a:active {
	color: white;
	text-decoration: underline;
	font-weight: normal;
}
.calendar  .title_bar  a:hover {
	text-decoration: none;
}
.calendar  .title_bar  .prev {
	text-align: left;
}
.calendar  .title_bar  .title {
	text-align: center;
}
.calendar  .title_bar  .next {
	text-align: right;
}

.calendar  .heading_bar  td {
	color: black;
	background-color: #c5daeb;
	font-weight: bold;
	padding: 2px 5px 2px 3px;
}

.calendar  .empty {
	background-color: transparent;
}

.calendar  .week  a {
	display: block;
	text-decoration: none;
}
.calendar  .week  a:hover {
	text-decoration: underline;
}

.calendar  a.inactive {
	background-color: white;
	color: black;
}
.calendar  a.inactive:hover {
	text-decoration: none;
}
.calendar  a.active {
	background-color: #6e94b7;
	color: white;
}
.calendar  a.today {
	background-color: red;
	color: white;
}




.simulacrum_image {
  margin: 0 20px 10px;
}
.simulacrum_image.fleft {
  float: left;
}
.simulacrum_image.fright {
  float: right;
}
.simulacrum_slideshow {
  width: 100%;
}
.simulacrum_slideshow img {
  max-width: 100%;
}
.simulacrum_slideshow > div {
  margin: 0 auto;
  visibility: hidden;
  position: absolute;
}
.simulacrum_slideshow .ocapt {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.simulacrum_slideshow .icapt {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: white;
}
.simulacrum_slideshow .icapt p {
  margin: 6px 0;
}
.simulacrum_gallery {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.simulacrum_gallery li {
  display: inline-block;
  text-align: center;
  padding: 20px 10px;
}
.simulacrum_stack {
  margin: 0 20px 10px;
}
.simulacrum_stack.stack_left {
  float: left;
}
.simulacrum_stack.stack_right {
  float: right;
}
.simulacrum_stack .controls {
  position: relative;
}
.simulacrum_stack .controls .count {
  position: absolute;
  top: 3px;
  left: 0;
}
.simulacrum_stack .buttons {
  text-align: right;
  padding-bottom: 4px;
}
.simulacrum_stack .buttons button {
  margin-left: 5px;
}
.pgbox {
  clear: both;
  text-align: center;
  padding: 12px 0;
}
.pgbox .pagination {
  margin: 4px 0;
}
.pgbox .jumpbox {
  display: inline-block;
  width: 240px;
  margin: 4px 0;
  margin-left: 10px;
}
.pgbox .jumpbox input[type=text] {
  text-align: center;
}
.pgbox .limits {
  list-style-type: none;
  padding: 0;
  margin: 0 auto;
}
.pgbox .limits li {
  display: inline-block;
}
.pgbox .limits li.current {
  font-weight: bold;
}
.pgbox .limits li a {
  display: block;
  padding: 0 4px;
}
.pc-black,
.pc-dark,
.pc-mixed {
  border: 1px solid black;
}
.pc-light,
.pc-white {
  border: 1px solid transparent;
}
.feedback-box {
  position: relative;
  padding: 10px 10px 10px 50px;
  margin: 10px auto;
  width: 90%;
  min-height: 45px;
  font-size: 18px;
  border-radius: 20px;
}
.feedback-box .glyphicon {
  position: absolute;
  top: 15px;
  left: 20px;
  font-size: 30px;
}
.feedback-box .messages {
  list-style-type: none;
  margin: 0;
  padding: 8px 0 0 20px;
}
.feedback-box .messages li {
  margin: 0 0 15px 0;
}
.login-divider {
  width: 80%;
  height: 30px;
  margin: 12px auto;
  position: relative;
  text-align: center;
}
.login-divider .bg {
  position: absolute;
  top: 12.5px;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #000;
  z-index: -1;
}
.login-divider .msg {
  font-size: 20px;
  background-color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 0 10px;
}
@media (max-width: 767px) {
  .collapse-table tbody,
  .collapse-table tr,
  .collapse-table th,
  .collapse-table td {
    border: 0;
    display: block;
    padding: 0;
    text-align: left;
    white-space: normal;
  }
}
