/* NORMALIZE */
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  border: none;
}
button:focus,
input:focus,
optgroup:focus,
select:focus,
textarea:focus {
  outline: none;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
/* GRID */
[class^="span"],
[class*=" span"] {
  padding: 5px;
}
.row {
  width: 100%;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.row > [class^="span"],
.row > [class*=" span"] {
  float: left;
}
.offset1 {
  margin-left: 8.33333333%;
}
.span1 {
  width: 8.33333333%;
}
.offset2 {
  margin-left: 16.66666667%;
}
.span2 {
  width: 16.66666667%;
}
.offset3 {
  margin-left: 25%;
}
.span3 {
  width: 25%;
}
.offset4 {
  margin-left: 33.33333333%;
}
.span4 {
  width: 33.33333333%;
}
.offset5 {
  margin-left: 41.66666667%;
}
.span5 {
  width: 41.66666667%;
}
.offset6 {
  margin-left: 50%;
}
.span6 {
  width: 50%;
}
.offset7 {
  margin-left: 58.33333333%;
}
.span7 {
  width: 58.33333333%;
}
.offset8 {
  margin-left: 66.66666667%;
}
.span8 {
  width: 66.66666667%;
}
.offset9 {
  margin-left: 75%;
}
.span9 {
  width: 75%;
}
.offset10 {
  margin-left: 83.33333333%;
}
.span10 {
  width: 83.33333333%;
}
.offset11 {
  margin-left: 91.66666667%;
}
.span11 {
  width: 91.66666667%;
}
.offset12 {
  margin-left: 100%;
}
.span12 {
  width: 100%;
}
::selection {
  background-color: #2e3192;
  color: #fff;
}
::-moz-selection {
  background-color: #2e3192;
  color: #fff;
}
img::selection {
  background-color: transparent;
  color: transparent;
}
img::-moz-selection {
  background-color: transparent;
  color: transparent;
}
img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
a {
  color: #2e3192;
  text-decoration: none;
}
a:hover {
  color: #282a7f;
  text-decoration: underline;
}
a:active {
  color: #22246b;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
.text-left {
  text-align: left !important;
}
.text-right {
  text-align: right !important;
}
.text-center {
  text-align: center !important;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.hide {
  display: none !important;
  visibility: hidden !important;
}
.show {
  display: block !important;
  visibility: visible !important;
}
hr {
  height: 1px;
  background-color: #c6c6c4;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #fafafa;
  margin: 10px 0;
}
hr.dotted {
  height: 1px;
  background-color: transparent;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px dotted #ccc;
  margin: 10px 0;
}
.container-body {
  min-height: 100%;
  position: relative;
  padding-bottom: 160px;
}
.input-tooltip {
  border-left: 1px solid transparent;
  display: inline;
  position: relative;
}
.input-tooltip .tooltip-message {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #31349c;
  background-image: -moz-linear-gradient(top, #2e3192 0%, #3438a5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e3192), color-stop(100%, #3438a5));
  background-image: -webkit-linear-gradient(top, #2e3192 0%, #3438a5 100%);
  background-image: -o-linear-gradient(top, #2e3192 0%, #3438a5 100%);
  background-image: -ms-linear-gradient(top, #2e3192 0%, #3438a5 100%);
  background-image: linear-gradient(to bottom, #2e3192 0%, #3438a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3192', endColorstr='#3438a5', GradientType=0);
  color: #fff;
  cursor: pointer;
  height: 30px;
  line-height: 20px;
  max-width: 300px;
  min-width: 200px;
  padding: 5px 10px;
  position: absolute;
  text-align: center;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  z-index: 1;
}
.input-tooltip .tooltip-message .message {
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.input-tooltip .tooltip-message:after,
.input-tooltip .tooltip-message:before {
  content: '';
  position: absolute;
}
.input-tooltip .tooltip-message:hover {
  background-color: #2b2e88;
  background-image: -moz-linear-gradient(top, #282a7f 0%, #2e3192 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #282a7f), color-stop(100%, #2e3192));
  background-image: -webkit-linear-gradient(top, #282a7f 0%, #2e3192 100%);
  background-image: -o-linear-gradient(top, #282a7f 0%, #2e3192 100%);
  background-image: -ms-linear-gradient(top, #282a7f 0%, #2e3192 100%);
  background-image: linear-gradient(to bottom, #282a7f 0%, #2e3192 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#282a7f', endColorstr='#2e3192', GradientType=0);
}
.input-tooltip .tooltip-message.top {
  -webkit-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 -2px 3px rgba(0, 0, 0, 0.2);
  left: 5%;
  top: -70px;
}
.input-tooltip .tooltip-message.top:after {
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #3438a5;
  left: 50px;
  top: 100%;
}
.input-tooltip .tooltip-message.top:hover:after {
  border-top-color: #2e3192;
}
.input-tooltip .tooltip-message.right {
  -webkit-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: 2px 0 3px rgba(0, 0, 0, 0.2);
  left: 120%;
  margin-top: -15px;
  top: 50%;
}
.input-tooltip .tooltip-message.right:after {
  border-bottom: 6px solid transparent;
  border-right: 6px solid #31349c;
  border-top: 6px solid transparent;
  left: -6px;
  margin-top: -6px;
  top: 50%;
}
.input-tooltip .tooltip-message.right:hover:after {
  border-right-color: #2b2e88;
}
.input-tooltip .tooltip-message.bottom {
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.3);
  bottom: -70px;
  left: 5%;
}
.input-tooltip .tooltip-message.bottom:after {
  border-bottom: 6px solid #2e3192;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  left: 50px;
  top: -6px;
}
.input-tooltip .tooltip-message.bottom:hover:after {
  border-bottom-color: #282a7f;
}
.input-tooltip .tooltip-message.left {
  -webkit-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: -2px 0 3px rgba(0, 0, 0, 0.3);
  box-shadow: -2px 0 3px rgba(0, 0, 0, 0.3);
  margin-top: -15px;
  right: 120%;
  top: 50%;
}
.input-tooltip .tooltip-message.left:after {
  border-bottom: 6px solid transparent;
  border-left: 6px solid #31349c;
  border-top: 6px solid transparent;
  margin-top: -6px;
  right: -5px;
  top: 50%;
}
.input-tooltip .tooltip-message.left:hover:after {
  border-left-color: #2b2e88;
}
.btn {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: transparent;
  background-image: none;
  border: 1px solid transparent;
  color: #373737;
  cursor: pointer;
  line-height: 16px;
  margin: 2px 0 6px;
  outline: 0;
  padding: 6px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.3);
  white-space: nowrap;
  width: auto;
}
.btn:hover {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
  color: inherit;
  text-decoration: none;
}
.btn:active {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  top: 1px;
}
.btn:disabled {
  -webkit-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 2px rgba(0, 0, 0, 0.3);
  -moz-opacity: 0.7;
  -khtml-opacity: 0.7;
  -webkit-opacity: 0.7;
  opacity: 0.7;
  filter: alpha(opacity=70);
  cursor: not-allowed;
  pointer-events: none;
}
.btn + .btn,
.btn + .input-tooltip,
.input-tooltip + .btn,
.input-tooltip + .input-tooltip {
  margin-left: 5px;
}
.btn-default {
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #efefef), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(left, #efefef 0%, #dfdfdf 100%);
  background-image: -moz-linear-gradient(left, #efefef 0%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #efefef 0%, #dfdfdf 100%);
  background-image: -o-linear-gradient(left, #efefef 0%, #dfdfdf 100%);
  background-image: linear-gradient(to right, #efefef 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfdfdf', GradientType=1);
  border: 1px solid #bbb;
  text-shadow: 0px 1px 1px #ffffff;
}
.btn-default:hover {
  background-color: #e7e7e7;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #dfdfdf), color-stop(100%, #efefef));
  background-image: -webkit-linear-gradient(left, #dfdfdf 0%, #efefef 100%);
  background-image: -moz-linear-gradient(left, #dfdfdf 0%, #efefef 100%);
  background-image: -ms-linear-gradient(top, #dfdfdf 0%, #efefef 100%);
  background-image: -o-linear-gradient(left, #dfdfdf 0%, #efefef 100%);
  background-image: linear-gradient(to right, #dfdfdf 0%, #efefef 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#efefef', GradientType=1);
}
.btn-primary {
  background-color: #31349c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #3438a5), color-stop(100%, #2e3192));
  background-image: -webkit-linear-gradient(left, #3438a5 0%, #2e3192 100%);
  background-image: -moz-linear-gradient(left, #3438a5 0%, #2e3192 100%);
  background-image: -ms-linear-gradient(top, #3438a5 0%, #2e3192 100%);
  background-image: -o-linear-gradient(left, #3438a5 0%, #2e3192 100%);
  background-image: linear-gradient(to right, #3438a5 0%, #2e3192 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3438a5', endColorstr='#2e3192', GradientType=1);
  color: #fff;
}
.btn-primary:hover {
  background-color: #31349c;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0%, #2e3192), color-stop(100%, #3438a5));
  background-image: -webkit-linear-gradient(left, #2e3192 0%, #3438a5 100%);
  background-image: -moz-linear-gradient(left, #2e3192 0%, #3438a5 100%);
  background-image: -ms-linear-gradient(top, #2e3192 0%, #3438a5 100%);
  background-image: -o-linear-gradient(left, #2e3192 0%, #3438a5 100%);
  background-image: linear-gradient(to right, #2e3192 0%, #3438a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3192', endColorstr='#3438a5', GradientType=1);
  color: #fff;
}
.btn-primary.btn-enabled {
  background: #3438a5;
  color: #fff;
}
textarea,
select,
input[type="text"],
input[type="password"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="date"],
input[type="time"],
input[type="color"] {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  display: inline-block;
  *zoom: 1;
  *display: inline;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-family: inherit;
  margin: 2px 0 6px;
  min-width: 100px;
  outline: 0;
  padding: 6px 12px;
}
textarea.disabled,
select.disabled,
input[type="text"].disabled,
input[type="password"].disabled,
input[type="number"].disabled,
input[type="email"].disabled,
input[type="url"].disabled,
input[type="search"].disabled,
input[type="tel"].disabled,
input[type="date"].disabled,
input[type="time"].disabled,
input[type="color"].disabled,
textarea:disabled,
select:disabled,
input[type="text"]:disabled,
input[type="password"]:disabled,
input[type="number"]:disabled,
input[type="email"]:disabled,
input[type="url"]:disabled,
input[type="search"]:disabled,
input[type="tel"]:disabled,
input[type="date"]:disabled,
input[type="time"]:disabled,
input[type="color"]:disabled {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.075);
  background-color: #eee;
  cursor: not-allowed;
}
textarea {
  min-height: 111px;
  resize: vertical;
}
input[type="color"] {
  min-width: 1px;
  padding: 0;
  margin-top: 10px;
}
input[type="range"] {
  margin-top: 10px;
}
.group-input-inline {
  padding: 6px 12px;
}
.group-input-inline:before,
.group-input-inline:after {
  content: " ";
  display: table;
}
.group-input-inline:after {
  clear: both;
}
.group-input-inline label {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 30px;
  padding: 6px 12px;
  text-align: right;
  width: 50%;
  vertical-align: top;
}
.group-input-inline textarea,
.group-input-inline select,
.group-input-inline input[type="text"],
.group-input-inline input[type="password"],
.group-input-inline input[type="number"],
.group-input-inline input[type="email"],
.group-input-inline input[type="url"],
.group-input-inline input[type="search"],
.group-input-inline input[type="tel"],
.group-input-inline input[type="range"],
.group-input-inline .progress-holder {
  width: 45%;
}
.group-input-inline .chosen-container,
.group-input-inline .range-box {
  width: 45% !important;
}
.group-input-inline .progress-holder,
.group-input-inline .range-box {
  margin-top: 18px;
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
.group-input-row {
  margin: auto;
  padding: 3px;
  text-align: left;
}
.group-input-row:before,
.group-input-row:after {
  content: " ";
  display: table;
}
.group-input-row:after {
  clear: both;
}
.group-input-row label {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  vertical-align: top;
  line-height: 30px;
}
.group-input-row label + label {
  margin: 3px 0;
}
.group-input-row select,
.group-input-row label,
.group-input-row textarea,
.group-input-row input[type="text"],
.group-input-row input[type="password"],
.group-input-row input[type="number"],
.group-input-row input[type="email"],
.group-input-row input[type="url"],
.group-input-row input[type="search"],
.group-input-row input[type="tel"],
.group-input-row input[type="range"] {
  width: 99%;
}
.group-input-row .chosen-container {
  width: 99% !important;
}
.group-input-addon {
  border-collapse: separate;
  display: table;
  float: left;
  margin-bottom: 6px;
  margin-top: 2px;
  position: relative;
  width: 100%;
}
.group-input-addon .input-addon {
  background-color: #efefef;
  border: 1px solid #bbb;
  font-family: Monospace;
  margin: 0;
  padding: 0 12px;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  width: 1%;
}
.group-input-addon .input-tooltip {
  border-left: none;
}
.group-input-addon .input-tooltip input {
  margin: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.group-input-addon .input-addon,
.group-input-addon .input-tooltip {
  display: table-cell;
}
.group-input-addon .input-tooltip:first-child input,
.group-input-addon .input-addon:first-child {
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-top-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -moz-border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-right: none;
}
.group-input-addon .input-tooltip:last-child input,
.group-input-addon .input-addon:last-child {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -moz-border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.group-input-addon .input-addon:last-child {
  border-left: none;
}
.checkbox {
  -webkit-box-shadow: inset 0 -1px #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 -1px #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 -1px #ffffff, inset 0 1px 1px rgba(0, 0, 0, 0.05);
  display: inline-block;
  *zoom: 1;
  *display: inline;
  -webkit-border-radius: 24px;
  -moz-border-radius: 24px;
  border-radius: 24px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff 25px);
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff 25px);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff 25px);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff 25px);
  height: 30px;
  padding: 3px;
  position: relative;
  width: 70px;
  margin-top: 4px;
  margin-bottom: 1px;
}
.checkbox > input[type=checkbox] {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.checkbox > input[type=checkbox]:checked ~ label {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15), inset 0 0 3px rgba(0, 0, 0, 0.2);
  background-color: #31349c;
  background-image: -moz-linear-gradient(top, #3438a5 0%, #2e3192 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #3438a5), color-stop(100%, #2e3192));
  background-image: -webkit-linear-gradient(top, #3438a5 0%, #2e3192 100%);
  background-image: -o-linear-gradient(top, #3438a5 0%, #2e3192 100%);
  background-image: -ms-linear-gradient(top, #3438a5 0%, #2e3192 100%);
  background-image: linear-gradient(to bottom, #3438a5 0%, #2e3192 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#3438a5', endColorstr='#2e3192', GradientType=0);
}
.checkbox > input[type=checkbox]:checked ~ label:before {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.checkbox > input[type=checkbox]:checked ~ label:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
.checkbox > input[type=checkbox]:checked ~ label span {
  -webkit-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: -1px 1px 5px rgba(0, 0, 0, 0.2);
  left: 100%;
  margin-left: -23px;
}
.checkbox > input[type=checkbox]:disabled ~ label {
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  -webkit-opacity: 0.5;
  opacity: 0.5;
  filter: alpha(opacity=50);
  cursor: default;
}
.checkbox > label {
  -webkit-border-radius: inherit;
  -moz-border-radius: inherit;
  border-radius: inherit;
  background: #eceeef;
  cursor: pointer;
  display: block;
  font-size: 10px;
  height: 100%;
  position: relative;
  text-transform: uppercase;
  width: 100% !important;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.12), inset 0 0 2px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity background 0.15s ease-out;
  -moz-transition: opacity background 0.15s ease-out;
  -o-transition: opacity background 0.15s ease-out;
  -ms-transition: opacity background 0.15s ease-out;
  transition: opacity background 0.15s ease-out;
}
.checkbox > label:after,
.checkbox > label:before {
  -webkit-transition: opacity background 0.15s ease-out;
  -moz-transition: opacity background 0.15s ease-out;
  -o-transition: opacity background 0.15s ease-out;
  -ms-transition: opacity background 0.15s ease-out;
  transition: opacity background 0.15s ease-out;
  line-height: 1;
  margin-top: -.5em;
  position: absolute;
  top: 50%;
}
.checkbox > label:before {
  color: #aaa;
  content: attr(data-off);
  right: 11px;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5);
}
.checkbox > label:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  color: #fff;
  content: attr(data-on);
  left: 11px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.checkbox > label span {
  -webkit-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 11px;
  -moz-border-radius: 11px;
  border-radius: 11px;
  -webkit-transition: all 0.15s ease-in-out;
  -moz-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  -ms-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
  height: 22px;
  left: 1px;
  position: absolute;
  top: 1px;
  width: 22px;
  background-image: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: -moz-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
}
.checkbox > label span:before {
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
  content: '';
  height: 16px;
  left: 50%;
  margin: -8px 0 0 -8px;
  position: absolute;
  top: 50%;
  width: 16px;
}
#modal-shadow {
  background-color: rgba(0, 0, 0, 0.2);
  display: none;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
}
#modal {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10000;
}
#modal .modal-wrapper {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
  -moz-box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.55);
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f6f6f6;
  background-image: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #ffffff 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ececec', GradientType=0);
  height: auto;
  left: 50%;
  margin-left: -200px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 400px;
}
#modal .modal-wrapper .modal-container {
  min-height: 100%;
  padding-bottom: 50px;
  position: relative;
}
#modal .modal-wrapper .modal-header {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  font-size: 24px;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  position: relative;
  text-align: center;
  cursor: -webkit-grab;
  cursor: grab;
}
#modal .modal-wrapper .modal-header:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
#modal .modal-wrapper .modal-body {
  padding: 20px 30px;
}
#modal .modal-wrapper .modal-footer {
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.4);
  height: 50px;
  line-height: 40px;
  margin-top: -50px;
  padding: 0 30px;
  position: relative;
  text-align: right;
  width: 100%;
}
#modal .modal-wrapper .modal-close {
  color: #2e3192;
  cursor: pointer;
  display: block;
  font-size: 40px;
  height: 100%;
  line-height: 50px;
  position: absolute;
  right: 10px;
  width: 40px;
}
#modal .modal-behind:after {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: rgba(0, 0, 0, 0.2);
  bottom: 0;
  content: '';
  left: 0;
  position: absolute;
  right: 0;
  top: 50px;
}
.table {
  width: 100%;
  margin: 15px 0;
}
table.list {
  width: 100%;
}
table.list .image-200 img,
table.list .image-150 img,
table.list .image-100 img {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 2px solid #fff;
  width: 100%;
}
table.list .image-200 {
  width: 200px;
}
table.list .image-200 img {
  max-width: 196px;
}
table.list .image-150 {
  width: 150px;
}
table.list .image-150 img {
  max-width: 146px;
}
table.list .image-100 {
  width: 100px;
}
table.list .image-100 img {
  max-width: 96px;
}
table.list tbody tr {
  border-bottom: 1px dotted #bbb;
}
table.list tbody tr:last-of-type {
  border-bottom: none;
}
table.list tbody td {
  padding: 6px 12px;
}
table.list tbody td a {
  color: #373737;
  text-decoration: none;
}
table.list h3 {
  display: inline;
  margin-top: 0;
}
table.list .description {
  margin: 10px 0;
}
.progress-box {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  height: 3px;
  position: relative;
  width: 100%;
}
.progress-box .progress-bar {
  background-color: #2e3192;
  display: block;
  height: 3px;
  width: 0;
}
#message {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: absolute;
  right: 0px;
  top: 10px;
  width: 400px;
  z-index: 1;
}
#message .message {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  background-color: #fff;
  line-height: 20px;
  margin-bottom: 5px;
  overflow: hidden;
  padding: 15px 50px 15px 65px;
  position: relative;
  width: 100%;
}
#message .message .close {
  color: #ccc;
  cursor: pointer;
  font-size: 26px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  position: absolute;
  right: 0;
  text-align: center;
  top: 50%;
  width: 40px;
}
#message .message .icon {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 50px;
}
#message .message .icon:after {
  content: '';
  border-bottom: 7px solid transparent;
  border-left: 7px solid transparent;
  border-top: 7px solid transparent;
  top: 50%;
  right: -7px;
  margin-top: -7px;
  position: absolute;
}
#message .message .icon:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -15px;
  margin-left: -15px;
  height: 30px;
  width: 30px;
  background-image: url(/template/images/icon-message.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
#message .message-error .icon {
  background-color: #3336a2;
  background-image: -moz-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383bb1), color-stop(100%, #2e3192));
  background-image: -webkit-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: -o-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: -ms-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: linear-gradient(to bottom, #383bb1 0%, #2e3192 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383bb1', endColorstr='#2e3192', GradientType=0);
}
#message .message-error .icon:after {
  border-left-color: #3336a2;
}
#message .message-error .icon:before {
  background-position: 0 -90px;
}
#message .message-success .icon {
  background-color: #3336a2;
  background-image: -moz-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383bb1), color-stop(100%, #2e3192));
  background-image: -webkit-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: -o-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: -ms-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: linear-gradient(to bottom, #383bb1 0%, #2e3192 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383bb1', endColorstr='#2e3192', GradientType=0);
}
#message .message-success .icon:after {
  border-left-color: #3336a2;
}
#message .message-success .icon:before {
  background-position: 0 -60px;
}
#message .message-notice .icon {
  background-color: #3336a2;
  background-image: -moz-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383bb1), color-stop(100%, #2e3192));
  background-image: -webkit-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: -o-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: -ms-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: linear-gradient(to bottom, #383bb1 0%, #2e3192 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383bb1', endColorstr='#2e3192', GradientType=0);
}
#message .message-notice .icon:after {
  border-left-color: #3336a2;
}
#message .message-notice .icon:before {
  background-position: 0 -30px;
}
#message .message-alert .icon {
  background-color: #3336a2;
  background-image: -moz-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #383bb1), color-stop(100%, #2e3192));
  background-image: -webkit-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: -o-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: -ms-linear-gradient(top, #383bb1 0%, #2e3192 100%);
  background-image: linear-gradient(to bottom, #383bb1 0%, #2e3192 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#383bb1', endColorstr='#2e3192', GradientType=0);
}
#message .message-alert .icon:after {
  border-left-color: #3336a2;
}
#message .message-alert .icon:before {
  background-position: 0 0;
}
.captcha {
  cursor: pointer;
}
.radio-inline {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin: 8px 0 6px;
}
.radio-inline input[type=radio] {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.radio-inline input[type=radio]:checked + label:after {
  background-color: #2a2d86;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#282a7f), to(#2e3192));
  background-image: -webkit-radial-gradient(circle, #282a7f, #2e3192);
  background-image: -moz-radial-gradient(circle, #282a7f, #2e3192);
  background-image: -ms-linear-gradient(circle, #282a7f, #2e3192);
  background-image: -o-radial-gradient(circle, #282a7f, #2e3192);
  background-image: linear-gradient(circle, #282a7f, #2e3192);
  background-repeat: no-repeat;
}
.radio-inline label {
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  line-height: 16px;
  padding: 6px 12px 6px 30px;
  display: block;
  position: relative;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}
.radio-inline label:before {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #f5f5f5;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#eeeeee), to(#ffffff));
  background-image: -webkit-radial-gradient(circle, #eeeeee, #ffffff);
  background-image: -moz-radial-gradient(circle, #eeeeee, #ffffff);
  background-image: -ms-linear-gradient(circle, #eeeeee, #ffffff);
  background-image: -o-radial-gradient(circle, #eeeeee, #ffffff);
  background-image: linear-gradient(circle, #eeeeee, #ffffff);
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
.radio-inline label:after {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: #c2c2c2;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#bbbbbb), to(#cccccc));
  background-image: -webkit-radial-gradient(circle, #bbbbbb, #cccccc);
  background-image: -moz-radial-gradient(circle, #bbbbbb, #cccccc);
  background-image: -ms-linear-gradient(circle, #bbbbbb, #cccccc);
  background-image: -o-radial-gradient(circle, #bbbbbb, #cccccc);
  background-image: linear-gradient(circle, #bbbbbb, #cccccc);
  background-repeat: no-repeat;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  height: 14px;
  left: 3px;
  margin-top: -7px;
  position: absolute;
  top: 50%;
  width: 14px;
}
.radio-row {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 30px;
  margin: 2px 0 6px;
  white-space: nowrap;
}
.radio-row:before,
.radio-row:after {
  content: " ";
  display: table;
}
.radio-row:after {
  clear: both;
}
.radio-row input[type=radio] {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  left: 0;
  position: absolute;
  top: 0;
  visibility: hidden;
}
.radio-row input[type=radio]:checked + label {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
  background-color: #e2e2e2;
  background-image: -moz-linear-gradient(top, #dadada 0%, #eaeaea 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #dadada), color-stop(100%, #eaeaea));
  background-image: -webkit-linear-gradient(top, #dadada 0%, #eaeaea 100%);
  background-image: -o-linear-gradient(top, #dadada 0%, #eaeaea 100%);
  background-image: -ms-linear-gradient(top, #dadada 0%, #eaeaea 100%);
  background-image: linear-gradient(to bottom, #dadada 0%, #eaeaea 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#dadada', endColorstr='#eaeaea', GradientType=0);
}
.radio-row label {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #e7e7e7;
  background-image: -moz-linear-gradient(top, #efefef 0%, #dfdfdf 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #efefef), color-stop(100%, #dfdfdf));
  background-image: -webkit-linear-gradient(top, #efefef 0%, #dfdfdf 100%);
  background-image: -o-linear-gradient(top, #efefef 0%, #dfdfdf 100%);
  background-image: -ms-linear-gradient(top, #efefef 0%, #dfdfdf 100%);
  background-image: linear-gradient(to bottom, #efefef 0%, #dfdfdf 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#efefef', endColorstr='#dfdfdf', GradientType=0);
  border-bottom: 1px solid #ccc;
  border-left: 1px solid #d2d2d2;
  border-top: 1px solid #ccc;
  cursor: pointer;
  float: left;
  line-height: 16px;
  margin: 0 -2px;
  padding: 6px 12px;
  position: relative;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  width: auto;
}
.radio-row label:first-of-type {
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-bottom-left-radius: 3px;
  -moz-border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  border-left: 1px solid #ccc;
}
.radio-row label:last-of-type {
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-top-right-radius: 3px;
  -moz-border-bottom-right-radius: 3px;
  -moz-border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-top-right-radius: 3px;
  border-right: 1px solid #ccc;
}
.range-result {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  display: inline-block;
  *zoom: 1;
  *display: inline;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-left: 10px;
  min-width: 40px;
  padding: 0 5px;
  text-align: center;
}
.range-box {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 10px;
  margin: 14px 0 0;
  position: relative;
  width: 99%;
}
.range-box .ui-slider-handle {
  -webkit-border-radius: 7px;
  -moz-border-radius: 7px;
  border-radius: 7px;
  background-image: -moz-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: -o-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: -webkit-linear-gradient(top, #ffffff 40%, #f0f0f0);
  background-image: linear-gradient(to bottom, #ffffff 40%, #f0f0f0);
  border: 1px solid #ccc;
  height: 14px;
  margin-left: -7px;
  position: absolute;
  top: -3px;
  width: 14px;
}
.range-box .ui-slider-handle:active,
.range-box .ui-slider-handle:focus {
  outline: none;
}
.range-box .ui-slider-handle:before {
  -webkit-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  -moz-box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  box-shadow: inset 0 1px rgba(0, 0, 0, 0.02);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #f9f9f9;
  background-image: -moz-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -o-linear-gradient(top, #eeeeee, #ffffff);
  background-image: -webkit-linear-gradient(top, #eeeeee, #ffffff);
  background-image: linear-gradient(to bottom, #eeeeee, #ffffff);
  content: '';
  height: 10px;
  left: 50%;
  margin: -5px 0 0 -5px;
  position: absolute;
  top: 50%;
  width: 10px;
}
.range-box .ui-slider-range {
  -webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background-color: #31349c;
  background-image: -moz-linear-gradient(top, #2e3192 0%, #3438a5 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e3192), color-stop(100%, #3438a5));
  background-image: -webkit-linear-gradient(top, #2e3192 0%, #3438a5 100%);
  background-image: -o-linear-gradient(top, #2e3192 0%, #3438a5 100%);
  background-image: -ms-linear-gradient(top, #2e3192 0%, #3438a5 100%);
  background-image: linear-gradient(to bottom, #2e3192 0%, #3438a5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e3192', endColorstr='#3438a5', GradientType=0);
  height: 100%;
  position: absolute;
  top: 0;
}
.pagination {
  margin-top: 15px;
  position: relative;
  text-align: center;
}
.pagination a {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background-color: #e9e9e9;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#efefef), to(#dfdfdf));
  background-image: -webkit-radial-gradient(circle, #efefef, #dfdfdf);
  background-image: -moz-radial-gradient(circle, #efefef, #dfdfdf);
  background-image: -ms-linear-gradient(circle, #efefef, #dfdfdf);
  background-image: -o-radial-gradient(circle, #efefef, #dfdfdf);
  background-image: linear-gradient(circle, #efefef, #dfdfdf);
  background-repeat: no-repeat;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #bbb;
  color: #373737;
  height: 30px;
  line-height: 30px;
  margin: 0 4px 5px;
  padding: 0 5px;
  text-decoration: none;
  width: 30px;
}
.pagination a:hover {
  background-color: #32359e;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#3438a5), to(#2e3192));
  background-image: -webkit-radial-gradient(circle, #3438a5, #2e3192);
  background-image: -moz-radial-gradient(circle, #3438a5, #2e3192);
  background-image: -ms-linear-gradient(circle, #3438a5, #2e3192);
  background-image: -o-radial-gradient(circle, #3438a5, #2e3192);
  background-image: linear-gradient(circle, #3438a5, #2e3192);
  background-repeat: no-repeat;
  border-color: transparent;
  color: #fff;
}
.pagination .current {
  background-color: #32359e;
  background-image: -webkit-gradient(radial, center center, 0, center center, 460, from(#3438a5), to(#2e3192));
  background-image: -webkit-radial-gradient(circle, #3438a5, #2e3192);
  background-image: -moz-radial-gradient(circle, #3438a5, #2e3192);
  background-image: -ms-linear-gradient(circle, #3438a5, #2e3192);
  background-image: -o-radial-gradient(circle, #3438a5, #2e3192);
  background-image: linear-gradient(circle, #3438a5, #2e3192);
  background-repeat: no-repeat;
  border-color: transparent;
  color: #fff;
}
.pagination .next,
.pagination .prev {
  display: block;
  padding: 0 15px;
  position: absolute;
  top: 0;
  width: auto;
}
.pagination .next {
  right: 0;
}
.pagination .prev {
  left: 0;
}
html {
  height: 100%;
}
body {
  height: 100%;
  font-family: Calibri;
  font-size: 16px;
  background-color: #ececec;
  color: #373737;
  line-height: 1.43;
  min-width: 1050px;
}
.disabled {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: #999 !important;
  cursor: not-allowed !important;
  pointer-events: none !important;
}
.header {
  height: 240px;
  background-image: url(/template/images/head.jpg);
  background-repeat: no-repeat;
  background-color: #d8dad9;
  position: relative;
  min-width: 1050px;
}
.header #logo {
  position: absolute;
  top: 22px;
  left: 42px;
}
.header #group-company {
  list-style: none;
  margin: 0;
  padding: 0;
  position: absolute;
  top: 19px;
  left: 330px;
  white-space: nowrap;
}
.header #group-company li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  line-height: 15px;
  margin-right: 20px;
  padding-left: 15px;
  position: relative;
}
.header #group-company li:before {
  content: '';
  background-image: url(/template/images/mt-1.png);
  background-repeat: no-repeat;
  height: 8px;
  width: 11px;
  position: absolute;
  top: 4px;
  left: 0;
}
.header #group-company li:hover:before {
  background-image: url(/template/images/mt-2.png);
}
.header #group-company li a {
  font-weight: bold;
  color: #838383;
  text-transform: uppercase;
  text-decoration: none;
}
.header #group-company li a:hover {
  color: #2e3192;
}
.header #group-company li.active:before {
  background-image: url(/template/images/mt-3.png);
}
.header #group-company li.active a {
  color: #2e3192;
}
.header #name-site {
  position: absolute;
  top: 112px;
  height: 69px;
  min-width: 200px;
  max-width: 600px;
  left: 710px;
  color: #2e3192;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 33px;
}
#main {
  position: relative;
  min-width: 1050px;
}
#main .hgradient {
  background-color: #dbdbdb;
  background-image: -moz-linear-gradient(top, #c9c9c9 0%, #ececec 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c9c9c9), color-stop(100%, #ececec));
  background-image: -webkit-linear-gradient(top, #c9c9c9 0%, #ececec 100%);
  background-image: -o-linear-gradient(top, #c9c9c9 0%, #ececec 100%);
  background-image: -ms-linear-gradient(top, #c9c9c9 0%, #ececec 100%);
  background-image: linear-gradient(to bottom, #c9c9c9 0%, #ececec 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c9c9c9', endColorstr='#ececec', GradientType=0);
  height: 100px;
  width: 100%;
  top: 10px;
  left: 0;
  position: absolute;
  z-index: -1;
}
#main #menu {
  display: inline-block;
  *zoom: 1;
  *display: inline;
}
#main #menu ul {
  margin: 5px 0 0;
  padding: 0;
  list-style: none;
  height: 40px;
  white-space: nowrap;
}
#main #menu ul li {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  background-image: url(/template/images/main-menu-bg2.png);
  background-repeat: repeat-x;
  line-height: 40px;
  margin: 0 -2px;
  padding: 0 5px 0 20px;
  position: relative;
}
#main #menu ul li:before {
  background-image: url(/template/images/mm-1.png);
  background-repeat: no-repeat;
  content: '';
  height: 8px;
  left: 5px;
  margin-top: -4px;
  position: absolute;
  top: 50%;
  width: 11px;
}
#main #menu ul li:hover a {
  background-color: rgba(255, 255, 255, 0.1);
}
#main #menu ul li a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  font-size: 14px;
  padding: 5px;
  text-decoration: none;
  text-transform: uppercase;
}
#main #menu ul .current:before {
  background-image: url(/template/images/mt-3.png);
}
#main #menu ul .current a {
  background-color: rgba(255, 255, 255, 0.1);
}
#main #menu ul .language {
  padding: 0 10px;
}
#main #menu ul .language a {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  color: #fff;
  line-height: 40px;
  padding: 2px 5px;
  text-decoration: none;
}
#main #menu ul .language:hover a {
  background-color: rgba(255, 255, 255, 0.1);
}
#main #menu ul .language .enable {
  -webkit-box-shadow: 0 0 1px #000000;
  -moz-box-shadow: 0 0 1px #000000;
  box-shadow: 0 0 1px #000000;
  background-color: #5b5ecb !important;
}
#main #menu ul .language:before {
  display: none;
}
#main #menu ul .search {
  padding: 0 10px;
  position: relative;
}
#main #menu ul .search input {
  padding-right: 60px;
}
#main #menu ul .search button {
  position: absolute;
  top: 7px;
  right: 13px;
  line-height: 24px;
  background-color: transparent;
}
#main #menu ul .search:before {
  display: none;
}
#main #menu ul .separator {
  background-image: url(/template/images/main-menu-sep.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 40px;
  padding: 0;
}
#main #menu ul .separator:before {
  display: none;
}
#main #menu ul .end {
  background-image: url(/template/images/main-menu-bg2-end.png);
  background-repeat: no-repeat;
  width: 20px;
  height: 40px;
}
#main #menu ul .end:before {
  display: none;
}
#submenu {
  font-size: 16px;
  font-weight: bold;
  list-style: none;
  margin: 0 0 0 20px;
  padding: 0;
}
#submenu li {
  border-bottom: 1px dotted #ccc;
}
#submenu li:last-of-type {
  border-bottom: none;
}
#submenu li a {
  cursor: pointer;
  display: block;
  padding: 10px 14px;
  position: relative;
}
#submenu li a:before {
  border-bottom: 2px solid transparent;
  border-left: 4px solid #2e3192;
  border-top: 2px solid transparent;
  content: '';
  left: 2px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
}
#submenu ul {
  display: none;
  list-style: none;
  margin: 0 0 0 12px;
  padding: 0;
}
#submenu ul li {
  border-bottom: 1px dotted #ccc;
}
#submenu ul li:last-of-type {
  border-bottom: none;
}
#submenu ul li a {
  font-weight: normal;
  padding: 6px 12px;
}
#submenu .current > a {
  color: #373737;
  text-decoration: none;
}
#submenu .open {
  display: block;
}
#content {
  padding: 0 20px 0 40px;
}
#content iframe {
  max-width: 100%;
}
#content img {
  max-width: 100%;
}
#content ul,
#content ol {
  list-style-position: inside;
}
#content .no-style {
  list-style: none !important;
  margin: 0 !important;
  padding: 0 !important;
}
#content table {
  border-collapse: collapse;
  font-size: 1em;
  width: 100%;
}
#content table td,
#content table th {
  padding: 5px;
  vertical-align: top;
}
#content table thead td,
#content table th {
  font-weight: bold;
}
#content table.border td,
#content table.border th {
  border: 1px solid #ccc;
}
#content table.even tbody tr:nth-child(even) {
  background-color: #f9f9f9;
}
#content table.hover tbody tr:hover {
  background-color: rgba(46, 49, 146, 0.1);
}
#content .date {
  display: inline;
  padding-left: 25px;
  padding-right: 10px;
  position: relative;
}
#content .date:before {
  background-image: url(/template/images/date.png);
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 20px;
  left: 0;
  margin-top: -10px;
  position: absolute;
  top: 50%;
  width: 20px;
}
#content .btn-back {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  margin-right: 20px;
}
.footer {
  margin-top: -150px;
  padding: 10px 0;
  position: relative;
}
.footer .footer-contacts {
  background-image: url(/template/images/fon-grid.png);
  font-size: 16px;
  height: 47px;
  line-height: 47px;
  padding-left: 20px;
  padding-right: 20px;
}
.footer .footer-copy {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  font-size: 16px;
  margin-top: 10px;
  padding-left: 20px;
  padding-right: 20px;
}
.component-header-section {
  margin: 0 0 10px 0;
}
.component-header-section a {
  color: #373737;
}
.component-header-section a:hover {
  text-decoration: none;
}
a.zoom[rel=lightbox] {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
}
a.zoom[rel=lightbox]:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(255, 255, 255, 0.7);
  background-image: url(/template/images/zoom.png);
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 100px;
}
a.zoom[rel=lightbox]:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
a.download[rel=filebox] {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  position: relative;
}
a.download[rel=filebox]:after {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  background-color: rgba(55, 55, 55, 0.7);
  background-image: url(/template/images/cloud_down.png);
  background-position: center center;
  background-repeat: no-repeat;
  content: '';
  display: block;
  height: 100px;
  left: 50%;
  margin-left: -50px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 100px;
}
a.download[rel=filebox]:hover:after {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
}
#scroll {
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
  background-color: transparent;
  background-image: url(/template/images/scroll.png?1);
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #f9f9f9;
  top: 20px;
  cursor: pointer;
  display: block;
  height: 40px;
  position: absolute;
  right: 20px;
  width: 50px;
  z-index: 1;
}
.info {
  display: inline-block;
  *zoom: 1;
  *display: inline;
  height: 20px;
  position: relative;
  width: 20px;
  cursor: help;
}
.info .wrapper {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  left: 50%;
  margin-left: -150px;
  position: absolute;
  text-align: center;
  top: 30px;
  visibility: hidden;
  width: 300px;
  z-index: 1;
}
.info .wrapper:after,
.info .wrapper:before {
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  content: '';
  left: 50%;
  margin-left: -5px;
  position: absolute;
}
.info .wrapper:after {
  border-bottom: 5px solid #fff;
  top: -4px;
}
.info .wrapper:before {
  border-bottom: 5px solid #ccc;
  top: -5px;
}
.info .wrapper span {
  -webkit-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.2);
  display: inline-block;
  *zoom: 1;
  *display: inline;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #ccc;
  font-size: 14px;
  line-height: 16px;
  padding: 6px 12px;
  text-align: left;
}
.info:hover .wrapper {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  filter: alpha(opacity=100);
  visibility: visible;
}
