﻿#content {
  /*.row div {
	border: 1px dashed rgb(200,200,200);
}*/
  /*table.emphasize-light {
    background-color: rgb(225,225,225);
}

table.primary-light {
    background-color: rgb(225,225,225);
}
table.primary-dark {
    background-color: rgb(225,225,225);
}
table.secondary-light {
    background-color: rgb(225,225,225);
}

table.secondary-dark {
    background-color: rgb(225,225,225);
}*/
}
#content img.image-left {
  float: left;
  margin-right: 20px;
}
#content img.image-right {
  float: right;
  margin-left: 20px;
}
#content img.img-responsive {
  width: 100%;
}
#content img.image-captionize-left {
  float: left;
  margin-right: 20px;
}
#content img.image-captionize-right {
  float: right;
  margin-left: 20px;
}
#content img.image-captionize {
  text-align: inherit;
}
#content img.image-shadow {
  -webkit-box-shadow: 0px 5px 20px 0px #000000;
  -moz-box-shadow: 0px 5px 20px 0px #000000;
  box-shadow: 0px 5px 20px 0px #000000;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#content span.noticeme-red {
  display: block;
  background-color: red;
  padding: 10px;
  font-weight: bold;
}
#content a.btn-default {
  /*CSS for Bootstrap .btn*/
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  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 rgba(0, 0, 0, 0);
  border-radius: 4px;
  /*CSS for Bootstrap .btn-default*/
  color: #333333;
  background-color: #ffffff;
  border-color: #cccccc;
}
#content a.btn-success {
  /*CSS for Bootstrap .btn*/
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  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 rgba(0, 0, 0, 0);
  border-radius: 4px;
  /*CSS for Bootstrap .btn-success*/
  color: #ffffff;
  background-color: #5cb85c;
  border-color: #4cae4c;
}
#content a.btn-info {
  /*CSS for Bootstrap .btn*/
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  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 rgba(0, 0, 0, 0);
  border-radius: 4px;
  /*CSS for Bootstrap .btn-info*/
  color: #ffffff;
  background-color: #5bc0de;
  border-color: #46b8da;
}
#content a.btn-primary {
  /*CSS for Bootstrap .btn*/
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  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 rgba(0, 0, 0, 0);
  border-radius: 4px;
  /*CSS for Bootstrap .btn-default*/
  color: #ffffff;
  background-color: #337ab7;
  border-color: #2e6da4;
}
#content p.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
#content p.callout-1 {
  margin-left: 20px;
  border-left: 5px solid #1b809e;
  background-color: transparent;
  padding: 20px;
  margin-right: 20px;
}
#content p.callout-2 {
  margin-left: 20px;
  border-left: 5px solid #c80000;
  background-color: #e1e1e1;
  padding: 20px;
  margin-right: 20px;
}
#content p.box-1 {
  border: 1px solid silver;
  background-color: #2e6da4;
  padding: 30px;
  margin: 0;
  color: white;
}
#content p.box-2 {
  border: 1px solid #323232;
  background-color: transparent;
  padding: 30px;
  margin: 0;
}
#content p.box-right {
  display: inline-block;
  float: right;
  margin-left: 25px;
  border-left: 5px solid silver;
  padding: 25px;
  text-align: center;
}
#content p.box-left {
  display: inline-block;
  float: left;
  margin-right: 25px;
  border: 1px solid silver;
  padding: 25px;
  text-align: center;
}
#content p.paragraph-callout-dark {
  margin-left: 20px;
  border-left: 5px solid #1b809e;
  background-color: transparent;
  padding: 20px;
  margin: 0 20px 0 20px;
}
#content p.paragraph-callout-light {
  margin-left: 20px;
  border-left: 5px solid #c80000;
  background-color: #e1e1e1;
  padding: 20px;
  margin: 0 20px 0 20px;
}
#content p.paragraph-box-dark {
  border: 1px solid silver;
  background-color: #2e6da4;
  padding: 30px;
  margin: 0;
  color: white;
}
#content p.paragraph-box-light {
  border: 1px solid #323232;
  background-color: transparent;
  padding: 30px;
  margin: 0;
}
#content p.paragraph-box-right {
  display: inline-block;
  float: right;
  margin-left: 25px;
  border-left: 5px solid silver;
  padding: 25px;
  text-align: right;
}
#content p.paragraph-box-left {
  display: inline-block;
  float: left;
  margin-right: 25px;
  border: 1px solid silver;
  padding: 25px;
  text-align: left;
}
#content div.callout-1 {
  float: right;
  width: 250px;
  margin-left: 20px;
  border-left: 5px solid #1b809e;
  background-color: transparent;
  padding: 20px;
  margin-right: 20px;
}
#content div.callout-1 strong {
  color: #1b809e;
  background: transparent;
}
#content div.callout-2 {
  margin-left: 20px;
  border-left: 5px solid #c80000;
  background-color: #e1e1e1;
  padding: 20px;
  margin-right: 20px;
}
#content div.callout-2 strong {
  color: #c80000;
  background: transparent;
}
#content div.row.heading {
  margin-left: 20px;
  background-color: #ebebeb;
  padding: 20px;
  margin-right: 20px;
}
#content div.row.heading strong {
  color: #c80000;
  background: transparent;
}
#content ul.columns-2 {
  box-sizing: border-box;
  list-style: none;
  clear: both;
}
#content ul.columns-2 li {
  float: left;
  width: 50%;
}
#content ul.columns-3 {
  box-sizing: border-box;
  list-style: none;
  clear: both;
}
#content ul.columns-3 li {
  float: left;
  width: 33.33%;
}
#content ul.columns-4 {
  box-sizing: border-box;
  list-style: none;
  clear: both;
}
#content ul.columns-4 li {
  float: left;
  width: 25%;
}
#content div.col-sm-3 {
  background: transparent;
}
#content table td {
  border: 1px dashed #969696;
}
#content table.table-striped {
  background: no-repeat;
}