/* STANDARD CLASSES */
.scrollable_container {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 250px;
  overflow-y: scroll;
  width: auto; }
  .scrollable_container .controls {
    margin-bottom: 5px;
    padding: 0px auto; }
    .scrollable_container .controls span:hover {
      text-decoration: underline; }
  .scrollable_container .scrollable_content {
    min-height: 100%;
    height: auto;
    padding: 10px; }
    .scrollable_container .scrollable_content label {
      display: block;
      cursor: pointer;
      font-size: 12px;
      margin: 3px 0px; }
    .scrollable_container .scrollable_content label:hover {
      text-decoration: underline; }
    .scrollable_container .scrollable_content input {
      margin-right: 10px; }

/* Clearfix */
.group:before, .group:after, .clearfix:before, .clearfix:after {
  content: "";
  display: table; }

.group:after, .clearfix:after {
  clear: both; }

.group, .clearfix {
  zoom: 1;
  /* For IE 6/7 (trigger hasLayout) */ }

.bold {
  font-weight: bold; }

.background-fff, .background-white {
  background-color: #ffffff !important; }

.background-000, .background-black {
  background-color: #000000 !important; }

.color-fff, .color-white {
  color: #ffffff !important; }

.color-000, .color-black {
  color: #000000 !important; }

.nowrap {
  white-space: nowrap; }

.clear, #clear {
  clear: both; }

.align_right {
  right: 0px;
  left: auto; }

.align_top_right {
  right: 0px;
  top: 0px;
  left: auto;
  bottom: auto; }

.malign_right {
  margin-right: 0px;
  margin-left: auto; }

.talign_right {
  text-align: right; }

.align_left {
  right: auto;
  left: 0px; }

.align_top_left {
  right: auto;
  top: 0px;
  left: 0px;
  bottom: auto; }

.malign_left {
  margin-right: auto;
  margin-left: 0px; }

.talign_left {
  text-align: left; }

.valign_top {
  vertical-align: top; }

.valign_middle {
  vertical-align: middle; }

.valign_bottom {
  vertical-align: bottom; }

.talign_center {
  text-align: center; }

.float_left {
  float: left; }

.float_right {
  float: right; }

.display-none {
  display: none; }

.inline {
  display: inline !important; }

.inline-block {
  display: inline-block !important; }

.block {
  display: block !important; }

.relative {
  position: relative; }

.absolute {
  position: absolute; }

.icon_small {
  display: block;
  width: 16px !important;
  height: 16px !important;
  background-size: 100%;
  margin: 5px;
  background-position: center center; }

.smaller {
  font-size: smaller; }

.width_20pc {
  width: 20%;
  height: auto; }

.width_40pc {
  width: 40%;
  height: auto; }

.width_50pc {
  width: 50%;
  height: auto; }

.width_60pc {
  width: 60%;
  height: auto; }

.width_80pc {
  width: 80%;
  height: auto; }

.width_100pc {
  width: 100%;
  height: auto; }

.height_20pc {
  width: auto;
  height: 20%; }

.height_40pc {
  width: auto;
  height: 40%; }

.height_50pc {
  width: auto;
  height: 50%; }

.height_60pc {
  width: auto;
  height: 60%; }

.height_80pc {
  width: auto;
  height: 80%; }

.height_100pc {
  width: auto;
  height: 100%; }

.th_topleft th {
  text-align: left;
  vertical-align: top; }

.pointer {
  cursor: pointer; }

.sub {
  font-size: smaller; }

.toggle {
  margin-right: 10px; }

.visibility-toggle {
  cursor: pointer; }

.spacer {
  display: inline-block;
  background-image: url("../images/spacer.png");
  background-repeat: no-repeat;
  height: 20px;
  width: 11px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: -4px; }

.loader {
  display: none;
  background-image: url("images/loader.gif");
  background-position: center;
  background-repeat: no-repeat;
  width: 300px;
  height: 120px;
  background-color: #FFFFFF;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-left: -150px;
  margin-top: -60px;
  border: 1px solid #2478AD;
  border-radius: 5px;
  z-index: 100; }

#error, .error {
  display: block;
  margin: 10px auto;
  padding: 10px;
  color: #910024;
  background-color: #f76a84;
  border: 1px dashed #910024; }

#notice, .notice {
  display: block;
  margin: 10px auto;
  padding: 10px;
  color: #1d700d;
  background-color: #85dbaf;
  border: 1px dashed #1d700d; }

#std_flashmessage, .std_flashmessage {
  -webkit-background-size: 40px 40px;
  -moz-background-size: 40px 40px;
  background-size: 40px 40px;
  background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.05)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.05)), color-stop(0.75, rgba(255, 255, 255, 0.05)), color-stop(0.75, transparent), to(transparent));
  background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.05) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.05) 50%, rgba(255, 255, 255, 0.05) 75%, transparent 75%, transparent);
  -moz-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.4);
  width: 100%;
  border: 1px solid;
  color: #fff;
  padding: 15px;
  position: fixed;
  _position: absolute;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.5);
  -webkit-animation: animate-bg 5s linear infinite;
  -moz-animation: animate-bg 5s linear infinite;
  z-index: 1000;
  cursor: pointer; }

#std_flashmessage, .std_flashmessage {
  display: none; }

#std_flashmessage, .std_flashmessage h3 {
  color: #FFFFFF;
  margin: 0 0 5px 0; }

#std_flashmessage, .std_flashmessage p {
  margin: 0; }

#std_flashmessage.INFO, #std_flashmessage.info {
  background-color: #4ea5cd;
  border-color: #3b8eb5; }

#std_flashmessage.ERROR, #std_flashmessage.error {
  background-color: #de4343;
  border-color: #c43d3d; }

#std_flashmessage.WARNING, #std_flashmessage.warning {
  background-color: #eaaf51;
  border-color: #d99a36; }

#std_flashmessage.SUCCESS, #std_flashmessage.success {
  background-color: #61b832;
  border-color: #55a12c; }

[class*='col-'] {
  float: left;
  padding-right: 10px;
  /* column-space */ }

.zero-space [class*='col-'] {
  padding-right: 0;
  /* column-space */ }

.grid, .row {
  width: 100%;
  overflow: hidden; }

.grid:after, .row:after {
  content: "";
  display: table;
  clear: both; }

.grid-pad, .row-pad {
  padding-top: 10px;
  padding-left: 10px;
  /* grid-space to left */
  padding-right: 0px;
  /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */ }

.grid-pad.zero-space, .row-pad.zero-space {
  padding-top: 0;
  padding-left: 0;
  /* grid-space to left */
  padding-right: 0;
  /* grid-space to right: (grid-space-left - column-space) e.g. 20px-20px=0 */ }

.push-right {
  float: right; }

/* Content Columns */
.col-1-1 {
  width: 100%; }

.col-2-3, .col-8-12 {
  width: 66.66%; }

.col-1-2, .col-6-12 {
  width: 50%; }

.col-1-3, .col-4-12 {
  width: 33.33%; }

.col-1-4, .col-3-12 {
  width: 25%; }

.col-1-5 {
  width: 20%; }

.col-1-6, .col-2-12 {
  width: 16.667%; }

.col-1-7 {
  width: 14.28%; }

.col-1-8 {
  width: 12.5%; }

.col-1-9 {
  width: 11.1%; }

.col-1-10 {
  width: 10%; }

.col-1-11 {
  width: 9.09%; }

.col-1-12 {
  width: 8.33%; }

/* Layout Columns */
.col-11-12 {
  width: 91.66%; }

.col-10-12 {
  width: 83.333%; }

.col-9-12 {
  width: 75%; }

.col-5-12 {
  width: 41.66%; }

.col-7-12 {
  width: 58.33%; }

/* Pushing blocks */
.push-2-3, .push-8-12 {
  margin-left: 66.66%; }

.push-1-2, .push-6-12 {
  margin-left: 50%; }

.push-1-3, .push-4-12 {
  margin-left: 33.33%; }

.push-1-4, .push-3-12 {
  margin-left: 25%; }

.push-1-5 {
  margin-left: 20%; }

.push-1-6, .push-2-12 {
  margin-left: 16.667%; }

.push-1-7 {
  margin-left: 14.28%; }

.push-1-8 {
  margin-left: 12.5%; }

.push-1-9 {
  margin-left: 11.1%; }

.push-1-10 {
  margin-left: 10%; }

.push-1-11 {
  margin-left: 9.09%; }

.push-1-12 {
  margin-left: 8.33%; }

/*- STANDARD CLASSES */
