/*!
 * SCG Adapted Bootstrap v1.4.0
 *
 * Copyright 2011 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 * Date: Sun Nov 20 21:42:29 PST 2011
 */
/* Reset.less
 * Props to Eric Meyer (meyerweb.com) for his CSS reset file. We're using an adapted version here	that cuts out some of the reset HTML elements we will never need here (i.e., dfn, samp, etc).
 * ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- */
html, body {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
cite,
code,
del,
dfn,
em,
img,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1;
  font-family: inherit;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
ol, ul {
  list-style: none;
}
q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
}
html {
  overflow-y: scroll;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
a:focus {
  outline: thin dotted;
}
a:hover, a:active {
  outline: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
audio, canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button, input {
  line-height: normal;
  *overflow: visible;
}
button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
  -webkit-appearance: button;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
/* Variables.less
 * Variables to customize the look and feel of Bootstrap
 * ----------------------------------------------------- */
/* Mixins.less
 * Snippets of reusable CSS to develop faster and keep code readable
 * ----------------------------------------------------------------- */
/*
 * Scaffolding
 * Basic and global styles for generating a grid system, structural layout, and page templates
 * ------------------------------------------------------------------------------------------- */
body {
  background-color: #ffffff;
  margin: 0;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  color: #404040;
}
.container {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
  zoom: 1;
}
.container:before, .container:after {
  display: table;
  content: "";
  zoom: 1;
}
.container:after {
  clear: both;
}
.container-fluid {
  position: relative;
  min-width: 940px;
  padding-left: 20px;
  padding-right: 20px;
  zoom: 1;
}
.container-fluid:before, .container-fluid:after {
  display: table;
  content: "";
  zoom: 1;
}
.container-fluid:after {
  clear: both;
}
.container-fluid > .sidebar {
  position: absolute;
  top: 0;
  left: 20px;
  width: 220px;
}
.container-fluid > .content {
  margin-left: 240px;
}
a {
  color: #0069d6;
  text-decoration: none;
  line-height: inherit;
  font-weight: inherit;
}
a:hover {
  color: #00438a;
  text-decoration: underline;
}
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.row {
  zoom: 1;
  margin-left: -20px;
}
.row:before, .row:after {
  display: table;
  content: "";
  zoom: 1;
}
.row:after {
  clear: both;
}
.row > [class*="span"] {
  display: inline;
  float: left;
  margin-left: 20px;
}
.span1 {
  width: 40px;
}
.span2 {
  width: 100px;
}
.span3 {
  width: 160px;
}
.span4 {
  width: 220px;
}
.span5 {
  width: 280px;
}
.span6 {
  width: 340px;
}
.span7 {
  width: 400px;
}
.span8 {
  width: 460px;
}
.span9 {
  width: 520px;
}
.span10 {
  width: 580px;
}
.span11 {
  width: 640px;
}
.span12 {
  width: 700px;
}
.span13 {
  width: 760px;
}
.span14 {
  width: 820px;
}
.span15 {
  width: 880px;
}
.span16 {
  width: 940px;
}
.span17 {
  width: 1000px;
}
.span18 {
  width: 1060px;
}
.span19 {
  width: 1120px;
}
.span20 {
  width: 1180px;
}
.span21 {
  width: 1240px;
}
.span22 {
  width: 1300px;
}
.span23 {
  width: 1360px;
}
.span24 {
  width: 1420px;
}
.row > .offset1 {
  margin-left: 80px;
}
.row > .offset2 {
  margin-left: 140px;
}
.row > .offset3 {
  margin-left: 200px;
}
.row > .offset4 {
  margin-left: 260px;
}
.row > .offset5 {
  margin-left: 320px;
}
.row > .offset6 {
  margin-left: 380px;
}
.row > .offset7 {
  margin-left: 440px;
}
.row > .offset8 {
  margin-left: 500px;
}
.row > .offset9 {
  margin-left: 560px;
}
.row > .offset10 {
  margin-left: 620px;
}
.row > .offset11 {
  margin-left: 680px;
}
.row > .offset12 {
  margin-left: 740px;
}
.span-one-third {
  width: 300px;
}
.span-two-thirds {
  width: 620px;
}
.row > .offset-one-third {
  margin-left: 340px;
}
.row > .offset-two-thirds {
  margin-left: 660px;
}
/* Typography.less
 * Headings, body text, lists, code, and more for a versatile and durable typography system
 * ---------------------------------------------------------------------------------------- */
p {
  font-size: 13px;
  font-weight: normal;
  line-height: 18px;
  margin-bottom: 9px;
}
p small {
  font-size: 11px;
  color: #bfbfbf;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  color: #404040;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small {
  color: #bfbfbf;
}
h1 {
  margin-bottom: 18px;
  font-size: 30px;
  line-height: 36px;
}
h1 small {
  font-size: 18px;
}
h2 {
  font-size: 24px;
  line-height: 36px;
}
h2 small {
  font-size: 14px;
}
h3,
h4,
h5,
h6 {
  line-height: 36px;
}
h3 {
  font-size: 18px;
}
h3 small {
  font-size: 14px;
}
h4 {
  font-size: 16px;
}
h4 small {
  font-size: 12px;
}
h5 {
  font-size: 14px;
}
h6 {
  font-size: 13px;
  color: #bfbfbf;
  text-transform: uppercase;
}
ul, ol {
  margin: 0 0 18px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
ul {
  list-style: disc;
}
ol {
  list-style: decimal;
}
li {
  line-height: 18px;
  color: #808080;
}
ul.unstyled {
  list-style: none;
  margin-left: 0;
}
dl {
  margin-bottom: 18px;
}
dl dt, dl dd {
  line-height: 18px;
}
dl dt {
  font-weight: bold;
}
dl dd {
  margin-left: 9px;
}
hr {
  margin: 20px 0 19px;
  border: 0;
  border-bottom: 1px solid #eee;
}
strong {
  font-style: inherit;
  font-weight: bold;
}
em {
  font-style: italic;
  font-weight: inherit;
  line-height: inherit;
}
.muted {
  color: #bfbfbf;
}
blockquote {
  margin-bottom: 18px;
  border-left: 5px solid #eee;
  padding-left: 15px;
}
blockquote p {
  font-size: 14px;
  font-weight: 300;
  line-height: 18px;
  margin-bottom: 0;
}
blockquote small {
  display: block;
  font-size: 12px;
  font-weight: 300;
  line-height: 18px;
  color: #bfbfbf;
}
blockquote small:before {
  content: '\2014 \00A0';
}
address {
  display: block;
  line-height: 18px;
  margin-bottom: 18px;
}
code, pre {
  padding: 0 3px 2px;
  font-family: Monaco, Andale Mono, Courier New, monospace;
  font-size: 12px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  background-color: #fee9cc;
  color: rgba(0, 0, 0, 0.75);
  padding: 1px 3px;
}
pre {
  background-color: #f5f5f5;
  display: block;
  padding: 8.5px;
  margin: 0 0 18px;
  line-height: 18px;
  font-size: 12px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/*
 * Tables.less
 * Tables for, you guessed it, tabular data
 * ---------------------------------------- */
table {
  width: 100%;
  margin-bottom: 18px;
  padding: 0;
  font-size: 13px;
  border-collapse: collapse;
}
table th, table td {
  padding: 10px 10px 9px;
  line-height: 18px;
  text-align: left;
}
table th {
  padding-top: 9px;
  font-weight: bold;
  vertical-align: middle;
}
table td {
  vertical-align: top;
  border-top: 1px solid #ddd;
}
table tbody th {
  border-top: 1px solid #ddd;
  vertical-align: top;
}
.condensed-table th, .condensed-table td {
  padding: 5px 5px 4px;
}
.bordered-table {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapse;
  /* IE7, collapse table to remove spacing */

  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.bordered-table th + th, .bordered-table td + td, .bordered-table th + td {
  border-left: 1px solid #ddd;
}
.bordered-table thead tr:first-child th:first-child, .bordered-table tbody tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}
.bordered-table thead tr:first-child th:last-child, .bordered-table tbody tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}
.bordered-table tbody tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}
.bordered-table tbody tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}
table .span1 {
  width: 20px;
}
table .span2 {
  width: 60px;
}
table .span3 {
  width: 100px;
}
table .span4 {
  width: 140px;
}
table .span5 {
  width: 180px;
}
table .span6 {
  width: 220px;
}
table .span7 {
  width: 260px;
}
table .span8 {
  width: 300px;
}
table .span9 {
  width: 340px;
}
table .span10 {
  width: 380px;
}
table .span11 {
  width: 420px;
}
table .span12 {
  width: 460px;
}
table .span13 {
  width: 500px;
}
table .span14 {
  width: 540px;
}
table .span15 {
  width: 580px;
}
table .span16 {
  width: 620px;
}
.zebra-striped tbody tr:nth-child(odd) td, .zebra-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}
.zebra-striped tbody tr:hover td, .zebra-striped tbody tr:hover th {
  background-color: #f5f5f5;
}
table .header {
  cursor: pointer;
}
table .header:after {
  content: "";
  float: right;
  margin-top: 7px;
  border-width: 0 4px 4px;
  border-style: solid;
  border-color: #000 transparent;
  visibility: hidden;
}
table .headerSortUp, table .headerSortDown {
  background-color: rgba(141, 192, 219, 0.25);
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
}
table .header:hover:after {
  visibility: visible;
}
table .headerSortDown:after, table .headerSortDown:hover:after {
  visibility: visible;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .headerSortUp:after {
  border-bottom: none;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #000;
  visibility: visible;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  filter: alpha(opacity=60);
  -khtml-opacity: 0.6;
  -moz-opacity: 0.6;
  opacity: 0.6;
}
table .blue {
  color: #049cdb;
  border-bottom-color: #049cdb;
}
table .headerSortUp.blue, table .headerSortDown.blue {
  background-color: #ade6fe;
}
table .green {
  color: #46a546;
  border-bottom-color: #46a546;
}
table .headerSortUp.green, table .headerSortDown.green {
  background-color: #cdeacd;
}
table .red {
  color: #9d261d;
  border-bottom-color: #9d261d;
}
table .headerSortUp.red, table .headerSortDown.red {
  background-color: #f4c8c5;
}
table .yellow {
  color: #ffc40d;
  border-bottom-color: #ffc40d;
}
table .headerSortUp.yellow, table .headerSortDown.yellow {
  background-color: #fff6d9;
}
table .orange {
  color: #f89406;
  border-bottom-color: #f89406;
}
table .headerSortUp.orange, table .headerSortDown.orange {
  background-color: #fee9cc;
}
table .purple {
  color: #7a43b6;
  border-bottom-color: #7a43b6;
}
table .headerSortUp.purple, table .headerSortDown.purple {
  background-color: #e2d5f0;
}
/* Patterns.less
 * Repeatable UI elements outside the base styles provided from the scaffolding
 * ---------------------------------------------------------------------------- */
.breadcrumb {
  padding: 7px 14px;
  margin: 0 0 18px;
  background-color: #f5f5f5;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background-image: -moz-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: -o-linear-gradient(top, #ffffff, #f5f5f5);
  background-image: linear-gradient(top, #ffffff, #f5f5f5);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f5f5f5', GradientType=0);
  border: 1px solid #ddd;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 1px 0 #ffffff;
  -moz-box-shadow: inset 0 1px 0 #ffffff;
  box-shadow: inset 0 1px 0 #ffffff;
}
.breadcrumb li {
  display: inline;
  text-shadow: 0 1px 0 #ffffff;
}
.breadcrumb .divider {
  padding: 0 5px;
  color: #bfbfbf;
}
.breadcrumb .active a {
  color: #404040;
}
.hero-unit {
  background-color: #f5f5f5;
  margin-bottom: 30px;
  padding: 60px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.hero-unit h1 {
  margin-bottom: 0;
  font-size: 60px;
  line-height: 1;
  letter-spacing: -1px;
}
.hero-unit p {
  font-size: 18px;
  font-weight: 200;
  line-height: 27px;
}

.page-header {
  margin-bottom: 17px;
  border-bottom: 1px solid #ddd;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.page-header h1 {
  margin-bottom: 8px;
}
.btn.danger,
.alert-message.danger,
.btn.danger:hover,
.alert-message.danger:hover,
.btn.error,
.alert-message.error,
.btn.error:hover,
.alert-message.error:hover,
.btn.success,
.alert-message.success,
.btn.success:hover,
.alert-message.success:hover,
.btn.info,
.alert-message.info,
.btn.info:hover,
.alert-message.info:hover {
  color: #ffffff;
}
.btn .close, .alert-message .close {
  font-family: Arial, sans-serif;
  line-height: 18px;
}
.btn.danger,
.alert-message.danger,
.btn.error,
.alert-message.error {
  background-color: #c43c35;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#ee5f5b), to(#c43c35));
  background-image: -moz-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -ms-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ee5f5b), color-stop(100%, #c43c35));
  background-image: -webkit-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: -o-linear-gradient(top, #ee5f5b, #c43c35);
  background-image: linear-gradient(top, #ee5f5b, #c43c35);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ee5f5b', endColorstr='#c43c35', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #c43c35 #c43c35 #882a25;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.success, .alert-message.success {
  background-color: #57a957;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#62c462), to(#57a957));
  background-image: -moz-linear-gradient(top, #62c462, #57a957);
  background-image: -ms-linear-gradient(top, #62c462, #57a957);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #62c462), color-stop(100%, #57a957));
  background-image: -webkit-linear-gradient(top, #62c462, #57a957);
  background-image: -o-linear-gradient(top, #62c462, #57a957);
  background-image: linear-gradient(top, #62c462, #57a957);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#62c462', endColorstr='#57a957', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #57a957 #57a957 #3d773d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.info, .alert-message.info {
  background-color: #339bb9;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#5bc0de), to(#339bb9));
  background-image: -moz-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -ms-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #5bc0de), color-stop(100%, #339bb9));
  background-image: -webkit-linear-gradient(top, #5bc0de, #339bb9);
  background-image: -o-linear-gradient(top, #5bc0de, #339bb9);
  background-image: linear-gradient(top, #5bc0de, #339bb9);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#339bb9', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #339bb9 #339bb9 #22697d;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn {
  cursor: pointer;
  display: inline-block;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), color-stop(25%, #ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -moz-linear-gradient(top, #ffffff, #ffffff 25%, #e6e6e6);
  background-image: -ms-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: -o-linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  background-image: linear-gradient(#ffffff, #ffffff 25%, #e6e6e6);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  padding: 5px 14px 6px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  color: #333;
  font-size: 13px;
  line-height: normal;
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -webkit-transition: 0.1s linear all;
  -moz-transition: 0.1s linear all;
  -ms-transition: 0.1s linear all;
  -o-transition: 0.1s linear all;
  transition: 0.1s linear all;
}
.btn:hover {
  background-position: 0 -15px;
  color: #333;
  text-decoration: none;
}
.btn:focus {
  outline: 1px dotted #666;
}
.btn.primary {
  color: #ffffff;
  background-color: #0064cd;
  background-repeat: repeat-x;
  background-image: -khtml-gradient(linear, left top, left bottom, from(#049cdb), to(#0064cd));
  background-image: -moz-linear-gradient(top, #049cdb, #0064cd);
  background-image: -ms-linear-gradient(top, #049cdb, #0064cd);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #049cdb), color-stop(100%, #0064cd));
  background-image: -webkit-linear-gradient(top, #049cdb, #0064cd);
  background-image: -o-linear-gradient(top, #049cdb, #0064cd);
  background-image: linear-gradient(top, #049cdb, #0064cd);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#049cdb', endColorstr='#0064cd', GradientType=0);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  border-color: #0064cd #0064cd #003f81;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
}
.btn.active, .btn:active {
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.btn.disabled {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn[disabled] {
  cursor: default;
  background-image: none;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  filter: alpha(opacity=65);
  -khtml-opacity: 0.65;
  -moz-opacity: 0.65;
  opacity: 0.65;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.large {
  font-size: 15px;
  line-height: normal;
  padding: 9px 14px 9px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
}
.btn.small {
  padding: 7px 9px 7px;
  font-size: 11px;
}
:root .alert-message, :root .btn {
  border-radius: 0 \0;
}
button.btn::-moz-focus-inner, input[type=submit].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.well {
  background-color: #f5f5f5;
  margin-bottom: 20px;
  padding: 19px;
  min-height: 20px;
  border: 1px solid #eee;
  border: 1px solid rgba(0, 0, 0, 0.05);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.fade {
  -webkit-transition: opacity 0.15s linear;
  -moz-transition: opacity 0.15s linear;
  -ms-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
  opacity: 0;
}
.fade.in {
  opacity: 1;
}
.label {
  padding: 1px 3px 2px;
  font-size: 9.75px;
  font-weight: bold;
  color: #ffffff;
  text-transform: uppercase;
  white-space: nowrap;
  background-color: #bfbfbf;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
.label.important {
  background-color: #c43c35;
}
.label.warning {
  background-color: #f89406;
}
.label.success {
  background-color: #46a546;
}
.label.notice {
  background-color: #62cffc;
}
.media-grid {
  margin-left: -20px;
  margin-bottom: 0;
  zoom: 1;
}
.media-grid:before, .media-grid:after {
  display: table;
  content: "";
  zoom: 1;
}
.media-grid:after {
  clear: both;
}
.media-grid li {
  display: inline;
}
.media-grid a {
  float: left;
  padding: 4px;
  margin: 0 0 18px 20px;
  border: 1px solid #ddd;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075);
}
.media-grid a img {
  display: block;
}
.media-grid a:hover {
  border-color: #0069d6;
  -webkit-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  -moz-box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
  box-shadow: 0 1px 4px rgba(0, 105, 214, 0.25);
}

/*tootltip*/
.tooltip {
  z-index: 2070;
}
.tooltip {
  position: absolute;
  z-index: 1020;
  display: block;
  visibility: visible;
  padding: 5px;
  font-size: 11px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.tooltip.in {
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.tooltip.top {
  margin-top: -2px;
}
.tooltip.right {
  margin-left: 2px;
}
.tooltip.bottom {
  margin-top: 2px;
}
.tooltip.left {
  margin-left: -2px;
}
.tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #ffffff;
  text-align: center;
  text-decoration: none;
  background-color: #000000;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
}

.popover {
  z-index: 2060;
}

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1010;
  display: none;
  padding: 5px;
}
.popover.top {
  margin-top: -5px;
}
.popover.right {
  margin-left: 5px;
}
.popover.bottom {
  margin-top: 5px;
}
.popover.left {
  margin-left: -5px;
}
.popover.top .arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid #000000;
}
.popover.right .arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-right: 5px solid #000000;
}
.popover.bottom .arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #000000;
}
.popover.left .arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 5px solid #000000;
}
.popover .arrow {
  position: absolute;
  width: 0;
  height: 0;
}
.popover-inner {
  padding: 3px;
  width: 280px;
  overflow: hidden;
  background: #000000;
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
}
.popover-title {
  padding: 9px 15px;
  line-height: 1;
  background-color: #f5f5f5;
  border-bottom: 1px solid #eee;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
.popover-content {
  padding: 14px;
  background-color: #ffffff;
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
  -webkit-background-clip: padding-box;
  -moz-background-clip: padding-box;
  background-clip: padding-box;
}
.popover-content p, .popover-content ul, .popover-content ol {
  margin-bottom: 0;
}
.align-left
{
    text-align:left;
}

.align-right
{
    text-align:right;
}

.align-center
{
    text-align:center;
}

.text-bold
{
    font-weight:bold;
}

/* FLAGS */
.flag-image { background-image: url('../images/flags.png'); background-color: transparent; background-repeat: no-repeat; margin: auto }
.AFG { width: 24px; height: 24px; background-position: 0px 0px; }
.AHO { width: 24px; height: 24px; background-position: -24px 0px; }
.ALB { width: 24px; height: 24px; background-position: -48px 0px; }
.ALG { width: 24px; height: 24px; background-position: -72px 0px; }
.AND { width: 24px; height: 24px; background-position: -96px 0px; }
.ANG { width: 24px; height: 24px; background-position: -120px 0px; }
.ANT { width: 24px; height: 24px; background-position: -144px 0px; }
.ARG { width: 24px; height: 24px; background-position: -168px 0px; }
.ARM { width: 24px; height: 24px; background-position: -192px 0px; }
.ARU { width: 24px; height: 24px; background-position: -216px 0px; }
.ASA { width: 24px; height: 24px; background-position: -240px 0px; }
.AUS { width: 24px; height: 24px; background-position: -264px 0px; }
.AUT { width: 24px; height: 24px; background-position: -288px 0px; }
.AZE { width: 24px; height: 24px; background-position: -312px 0px; }
.BAH { width: 24px; height: 24px; background-position: 0px -24px; }
.BAN { width: 24px; height: 24px; background-position: -24px -24px; }
.BAR { width: 24px; height: 24px; background-position: -48px -24px; }
.BDI { width: 24px; height: 24px; background-position: -72px -24px; }
.BEL { width: 24px; height: 24px; background-position: -96px -24px; }
.BEN { width: 24px; height: 24px; background-position: -120px -24px; }
.BER { width: 24px; height: 24px; background-position: -144px -24px; }
.BHU { width: 24px; height: 24px; background-position: -168px -24px; }
.BIH { width: 24px; height: 24px; background-position: -192px -24px; }
.BIZ { width: 24px; height: 24px; background-position: -216px -24px; }
.BLR { width: 24px; height: 24px; background-position: -240px -24px; }
.BOL { width: 24px; height: 24px; background-position: -264px -24px; }
.BOT { width: 24px; height: 24px; background-position: -288px -24px; }
.BRA { width: 24px; height: 24px; background-position: -312px -24px; }
.BRN { width: 24px; height: 24px; background-position: 0px -48px; }
.BRU { width: 24px; height: 24px; background-position: -24px -48px; }
.BUL { width: 24px; height: 24px; background-position: -48px -48px; }
.BUR { width: 24px; height: 24px; background-position: -72px -48px; }
.CAF { width: 24px; height: 24px; background-position: -96px -48px; }
.CAM { width: 24px; height: 24px; background-position: -120px -48px; }
.CAN { width: 24px; height: 24px; background-position: -144px -48px; }
.CAY { width: 24px; height: 24px; background-position: -168px -48px; }
.CGO { width: 24px; height: 24px; background-position: -192px -48px; }
.CHA { width: 24px; height: 24px; background-position: -216px -48px; }
.CHI { width: 24px; height: 24px; background-position: -240px -48px; }
.CHN { width: 24px; height: 24px; background-position: -264px -48px; }
.CIV { width: 24px; height: 24px; background-position: -288px -48px; }
.CMR { width: 24px; height: 24px; background-position: -312px -48px; }
.COD { width: 24px; height: 24px; background-position: 0px -72px; }
.COK { width: 24px; height: 24px; background-position: -24px -72px; }
.COL { width: 24px; height: 24px; background-position: -48px -72px; }
.COM { width: 24px; height: 24px; background-position: -72px -72px; }
.CPV { width: 24px; height: 24px; background-position: -96px -72px; }
.CRC { width: 24px; height: 24px; background-position: -120px -72px; }
.CRO { width: 24px; height: 24px; background-position: -144px -72px; }
.CUB { width: 24px; height: 24px; background-position: -168px -72px; }
.CYP { width: 24px; height: 24px; background-position: -192px -72px; }
.CZE { width: 24px; height: 24px; background-position: -216px -72px; }
.DEN { width: 24px; height: 24px; background-position: -240px -72px; }
.DJI { width: 24px; height: 24px; background-position: -264px -72px; }
.DMA { width: 24px; height: 24px; background-position: -288px -72px; }
.DOM { width: 24px; height: 24px; background-position: -312px -72px; }
.ECU { width: 24px; height: 24px; background-position: 0px -96px; }
.EGY { width: 24px; height: 24px; background-position: -24px -96px; }
.ERI { width: 24px; height: 24px; background-position: -48px -96px; }
.ESA { width: 24px; height: 24px; background-position: -72px -96px; }
.ESP { width: 24px; height: 24px; background-position: -96px -96px; }
.EST { width: 24px; height: 24px; background-position: -120px -96px; }
.ETH { width: 24px; height: 24px; background-position: -144px -96px; }
.FIJ { width: 24px; height: 24px; background-position: -168px -96px; }
.FIN { width: 24px; height: 24px; background-position: -192px -96px; }
.FRA,.AM1,.PR2 { width: 24px; height: 24px; background-position: -216px -96px; }
.FSM { width: 24px; height: 24px; background-position: -240px -96px; }
.GAB { width: 24px; height: 24px; background-position: -264px -96px; }
.GAM { width: 24px; height: 24px; background-position: -288px -96px; }
.GBR { width: 24px; height: 24px; background-position: -312px -96px; }
.GBS { width: 24px; height: 24px; background-position: 0px -120px; }
.GEO { width: 24px; height: 24px; background-position: -24px -120px; }
.GEQ { width: 24px; height: 24px; background-position: -48px -120px; }
.GER { width: 24px; height: 24px; background-position: -72px -120px; }
.GHA { width: 24px; height: 24px; background-position: -96px -120px; }
.GRE { width: 24px; height: 24px; background-position: -120px -120px; }
.GRN { width: 24px; height: 24px; background-position: -144px -120px; }
.GUA { width: 24px; height: 24px; background-position: -168px -120px; }
.GUI { width: 24px; height: 24px; background-position: -192px -120px; }
.GUM { width: 24px; height: 24px; background-position: -216px -120px; }
.GUY { width: 24px; height: 24px; background-position: -240px -120px; }
.HAI { width: 24px; height: 24px; background-position: -264px -120px; }
.HKG { width: 24px; height: 24px; background-position: -288px -120px; }
.HON { width: 24px; height: 24px; background-position: -312px -120px; }
.HUN { width: 24px; height: 24px; background-position: 0px -144px; }
.INA { width: 24px; height: 24px; background-position: -24px -144px; }
.IND { width: 24px; height: 24px; background-position: -48px -144px; }
.IRI { width: 24px; height: 24px; background-position: -72px -144px; }
.IRL { width: 24px; height: 24px; background-position: -96px -144px; }
.IRQ { width: 24px; height: 24px; background-position: -120px -144px; }
.ISL { width: 24px; height: 24px; background-position: -144px -144px; }
.ISR { width: 24px; height: 24px; background-position: -168px -144px; }
.ISV { width: 24px; height: 24px; background-position: -192px -144px; }
.ITA { width: 24px; height: 24px; background-position: -216px -144px; }
.IVB { width: 24px; height: 24px; background-position: -240px -144px; }
.JAM { width: 24px; height: 24px; background-position: -264px -144px; }
.JOR { width: 24px; height: 24px; background-position: -288px -144px; }
.JPN { width: 24px; height: 24px; background-position: -312px -144px; }
.KAZ { width: 24px; height: 24px; background-position: 0px -168px; }
.KEN { width: 24px; height: 24px; background-position: -24px -168px; }
.KGZ { width: 24px; height: 24px; background-position: -48px -168px; }
.KIR { width: 24px; height: 24px; background-position: -72px -168px; }
.KOR { width: 24px; height: 24px; background-position: -96px -168px; }
.KSA { width: 24px; height: 24px; background-position: -120px -168px; }
.KUW { width: 24px; height: 24px; background-position: -144px -168px; }
.LAO { width: 24px; height: 24px; background-position: -168px -168px; }
.LAT { width: 24px; height: 24px; background-position: -192px -168px; }
.LBA { width: 24px; height: 24px; background-position: -216px -168px; }
.LBR { width: 24px; height: 24px; background-position: -240px -168px; }
.LCA { width: 24px; height: 24px; background-position: -264px -168px; }
.LES { width: 24px; height: 24px; background-position: -288px -168px; }
.LIB,.LBN { width: 24px; height: 24px; background-position: -312px -168px; }
.LIE { width: 24px; height: 24px; background-position: 0px -192px; }
.LTU { width: 24px; height: 24px; background-position: -24px -192px; }
.LUX { width: 24px; height: 24px; background-position: -48px -192px; }
.MAD { width: 24px; height: 24px; background-position: -72px -192px; }
.MAR { width: 24px; height: 24px; background-position: -96px -192px; }
.MAS { width: 24px; height: 24px; background-position: -120px -192px; }
.MAW { width: 24px; height: 24px; background-position: -144px -192px; }
.MDA { width: 24px; height: 24px; background-position: -168px -192px; }
.MDV { width: 24px; height: 24px; background-position: -192px -192px; }
.MEX { width: 24px; height: 24px; background-position: -216px -192px; }
.MGL { width: 24px; height: 24px; background-position: -240px -192px; }
.MHL { width: 24px; height: 24px; background-position: -264px -192px; }
.MKD { width: 24px; height: 24px; background-position: -288px -192px; }
.MLI { width: 24px; height: 24px; background-position: -312px -192px; }
.MLT { width: 24px; height: 24px; background-position: 0px -216px; }
.MNE { width: 24px; height: 24px; background-position: -24px -216px; }
.MON { width: 24px; height: 24px; background-position: -48px -216px; }
.MOZ { width: 24px; height: 24px; background-position: -72px -216px; }
.MRI { width: 24px; height: 24px; background-position: -96px -216px; }
.MTN { width: 24px; height: 24px; background-position: -120px -216px; }
.MYA { width: 24px; height: 24px; background-position: -144px -216px; }
.NAM { width: 24px; height: 24px; background-position: -168px -216px; }
.NATO { width: 24px; height: 24px; background-position: -192px -216px; }
.NCA { width: 24px; height: 24px; background-position: -216px -216px; }
.NED { width: 24px; height: 24px; background-position: -240px -216px; }
.NEP { width: 24px; height: 24px; background-position: -264px -216px; }
.NGR { width: 24px; height: 24px; background-position: -288px -216px; }
.NIG { width: 24px; height: 24px; background-position: -312px -216px; }
.NOR { width: 24px; height: 24px; background-position: 0px -240px; }
.NRU { width: 24px; height: 24px; background-position: -24px -240px; }
.NZL { width: 24px; height: 24px; background-position: -48px -240px; }
.OMA { width: 24px; height: 24px; background-position: -72px -240px; }
.OPEC { width: 24px; height: 24px; background-position: -96px -240px; }
.PAK { width: 24px; height: 24px; background-position: -120px -240px; }
.PAN { width: 24px; height: 24px; background-position: -144px -240px; }
.PAR { width: 24px; height: 24px; background-position: -168px -240px; }
.PER { width: 24px; height: 24px; background-position: -192px -240px; }
.PHI { width: 24px; height: 24px; background-position: -216px -240px; }
.PLE { width: 24px; height: 24px; background-position: -240px -240px; }
.PLW { width: 24px; height: 24px; background-position: -264px -240px; }
.PNG { width: 24px; height: 24px; background-position: -288px -240px; }
.POL { width: 24px; height: 24px; background-position: -312px -240px; }
.POR { width: 24px; height: 24px; background-position: 0px -264px; }
.PRK { width: 24px; height: 24px; background-position: -24px -264px; }
.PUR { width: 24px; height: 24px; background-position: -48px -264px; }
.QAT { width: 24px; height: 24px; background-position: -72px -264px; }
.ROU { width: 24px; height: 24px; background-position: -96px -264px; }
.RSA { width: 24px; height: 24px; background-position: -120px -264px; }
.RUS { width: 24px; height: 24px; background-position: -144px -264px; }
.RWA { width: 24px; height: 24px; background-position: -168px -264px; }
.SAM { width: 24px; height: 24px; background-position: -192px -264px; }
.SEN { width: 24px; height: 24px; background-position: -216px -264px; }
.SEY { width: 24px; height: 24px; background-position: -240px -264px; }
.SIN,.SGP { width: 24px; height: 24px; background-position: -264px -264px; }
.SKN { width: 24px; height: 24px; background-position: -288px -264px; }
.SLE { width: 24px; height: 24px; background-position: -312px -264px; }
.SLO { width: 24px; height: 24px; background-position: 0px -288px; }
.SMR { width: 24px; height: 24px; background-position: -24px -288px; }
.SOL { width: 24px; height: 24px; background-position: -48px -288px; }
.SOM { width: 24px; height: 24px; background-position: -72px -288px; }
.SRB { width: 24px; height: 24px; background-position: -96px -288px; }
.SRI { width: 24px; height: 24px; background-position: -120px -288px; }
.STP { width: 24px; height: 24px; background-position: -144px -288px; }
.SUD { width: 24px; height: 24px; background-position: -168px -288px; }
.SUI { width: 24px; height: 24px; background-position: -192px -288px; }
.SUR { width: 24px; height: 24px; background-position: -216px -288px; }
.SVK { width: 24px; height: 24px; background-position: -240px -288px; }
.SWE { width: 24px; height: 24px; background-position: -264px -288px; }
.SWZ { width: 24px; height: 24px; background-position: -288px -288px; }
.SYR { width: 24px; height: 24px; background-position: -312px -288px; }
.TAN { width: 24px; height: 24px; background-position: 0px -312px; }
.TGA { width: 24px; height: 24px; background-position: -24px -312px; }
.THA { width: 24px; height: 24px; background-position: -48px -312px; }
.TJK { width: 24px; height: 24px; background-position: -72px -312px; }
.TKM { width: 24px; height: 24px; background-position: -96px -312px; }
.TLS { width: 24px; height: 24px; background-position: -120px -312px; }
.TOG { width: 24px; height: 24px; background-position: -144px -312px; }
.TPE { width: 24px; height: 24px; background-position: -168px -312px; }
.TRI { width: 24px; height: 24px; background-position: -192px -312px; }
.TUN { width: 24px; height: 24px; background-position: -216px -312px; }
.TUR { width: 24px; height: 24px; background-position: -240px -312px; }
.TUV { width: 24px; height: 24px; background-position: -264px -312px; }
.UAE { width: 24px; height: 24px; background-position: -288px -312px; }
.UGA { width: 24px; height: 24px; background-position: -312px -312px; }
.UKR { width: 24px; height: 24px; background-position: 0px -336px; }
.URU { width: 24px; height: 24px; background-position: -24px -336px; }
.USA { width: 24px; height: 24px; background-position: -48px -336px; }
.UZB { width: 24px; height: 24px; background-position: -72px -336px; }
.VAN { width: 24px; height: 24px; background-position: -96px -336px; }
.VEN { width: 24px; height: 24px; background-position: -120px -336px; }
.VIE { width: 24px; height: 24px; background-position: -144px -336px; }
.VIN { width: 24px; height: 24px; background-position: -168px -336px; }
.YEM { width: 24px; height: 24px; background-position: -192px -336px; }
.ZAM { width: 24px; height: 24px; background-position: -216px -336px; }
.ZIM { width: 24px; height: 24px; background-position: -240px -336px; }
.FEI { width: 24px; height: 24px; background-position: -264px -336px; }
