/*  Variables
---------------------------------------------------------------*/
/*  Global Styles
---------------------------------------------------------------*/
body {
  background-color: #f9fafb;
}
.container .well {
  margin-top: 2em;
  background-color: #fff;
}
.container .well > div {
  position: relative;
}
.container .well .well {
  margin-top: 2em;
  background-color: #f9fafb;
}
#google_translate_element {
  position: absolute;
  top: 0;
  right: 0;
}
.underline {
  text-decoration: underline;
}
.text-blue {
  color: #000099;
}
.text-green {
  color: #009900;
}
.text-red {
  color: red;
}
.text-yellow {
  color: yellow;
}
.text-white {
  color: #fff;
}
.highlight {
  background-color: #ffffcc;
}
.highlight-orange {
  background-color: #ff6600;
}
.highlight-yellow {
  background-color: yellow;
}
footer p {
  text-align: center;
}
.form-horizontal .control-label.text-left {
  text-align: left;
}
/*  Link Styles
---------------------------------------------------------------*/
/*  Font Styles
---------------------------------------------------------------*/
font.color_table1 {
  color: #F1F1F1;
}
font.color_table2 {
  color: #FF0000;
}
font.small {
  font-size: 2;
  color: #000;
  font-family: "arial";
}
font.medium {
  font-size: 2;
  color: #fff;
  font-family: "arial";
}
font.big {
  font-size: 5;
  color: #000099;
  font-family: "arial";
}
font.tsmall {
  font-size: 2;
  color: #333333;
  font-family: "arial";
}
font.tmedium {
  font-size: 2;
  color: blue;
  font-family: "arial";
}
font.tbig {
  font-size: 5;
  color: #FF0000;
  font-family: "arial";
}
/*  Table Styles
---------------------------------------------------------------*/
.bg_line {
  background: #CCCCCC;
}
.bg_table1 {
  background: #78bf5a;
}
.bg_table2 {
  background: #FF0000;
}
.table > tbody > tr.primary > td {
  background-color: #337ab7;
  color: #fff;
}
.table > tbody > tr.success > td {
  background-color: #449d44;
}
.table .success-light {
  background-color: #5cb85c;
}
.table > tbody > tr.info > td {
  background-color: #31b0d5;
}
.table .info-light {
  background-color: #5bc0de;
}
.table > tbody > tr.danger > td {
  background-color: #c9302c;
}
.table .danger-light {
  background-color: #d9534f;
}
.table > tbody > tr.default > td {
  background-color: #f5f5f5;
}
.table .default-light {
  background-color: #f5f5f5;
}
.table > tbody > tr.warning > td {
  background-color: #ec971f;
}
.table .warning-light {
  background-color: #f0ad4e;
}
.table .bg-purple > td {
  background-color: #337ab7;
}
.table .bg-purple-light {
  background-color: #337ab7;
}
.table .spot-1-bg {
  background-color: #2AED8F;
}
.table .spot-2-bg {
  background-color: #ffd800;
}
.table .spot-3-bg {
  background-color: #ec78f5;
}
.table .spot-4-bg {
  background-color: #f5789b;
  color: #0d0d0d;
}
.table .spot-5-bg {
  background-color: #8db5f0;
}
.table .bg-grey {
  color: #fff;
  background-color: #808183;
}
table.inline-buttons form {
  display: inline;
}
table.inline-buttons form .btn {
  font-weight: bold;
}
/*  Padding and Margin Styles
---------------------------------------------------------------*/
.p-t-1 {
  padding-top: 1em;
}
.p-r-1 {
  padding-right: 1em;
}
.p-b-1 {
  padding-bottom: 1em;
}
.p-l-1 {
  padding-left: 1em;
}
.m-t-1 {
  margin-top: 1em;
}
.m-r-1 {
  margin-right: 1em;
}
.m-b-1 {
  margin-bottom: 1em;
}
.m-l-1 {
  margin-left: 1em;
}
/*  Max Width Classes
---------------------------------------------------------------*/
.max-width-500 {
  max-width: 500px;
}
