/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'pt_sansregular';
  src: url("../fonts/PTS55F-webfont.eot");
  src: url("../fonts/PTS55F-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/PTS55F-webfont.woff") format("woff"), url("../fonts/PTS55F-webfont.ttf") format("truetype"), url("../fonts/PTS55F-webfont.svg#pt_sansregular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'pt_sansbold';
  src: url("../fonts/PTS75F-webfont.eot");
  src: url("../fonts/PTS75F-webfontd41d.eot?#iefix") format("embedded-opentype"), url("../fonts/PTS75F-webfont.woff") format("woff"), url("../fonts/PTS75F-webfont.ttf") format("truetype"), url("../fonts/PTS75F-webfont.svg#pt_sansbold") format("svg");
  font-weight: normal;
  font-style: normal; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

body {
  background: url("../img/bg.jpg") repeat;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.3;
  color: #222222; }

a {
  color: #01539e;
  text-decoration: underline; }
  a:hover {
    color: #df0b2e; }

a.action-link {
  text-decoration: none; }
  a.action-link span {
    border-bottom: 1px dotted; }

a.action-link--selected span {
  border-bottom-color: transparent; }

a.action-link--gray {
  color: #929090;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: normal; }
  a.action-link--gray:hover {
    color: #df0b2e; }

strong {
  font-weight: bold; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: "";
    line-height: 0; }
  .clearfix:after {
    clear: both; }

.tc {
  text-align: center; }

.tr {
  text-align: right; }

.fz12 {
  font-size: 11px; }

.desc {
  color: #7b7979;
  font-size: 13px; }

.desc-form {
  color: #787777;
  font-family: Arial, Helvetica, sans-serif; }

.float-right {
  float: right; }

.float-left {
  float: left; }

p {
  margin: 0 0 15px 0; }

p.p11 {
  margin-bottom: 9px; }

p.p25 {
  margin-bottom: 23px; }

p.p29 {
  margin-bottom: 25px; }

p.p38 {
  margin-bottom: 35px; }

em {
  font-style: italic; }

.img-caption {
  display: inline-block;
  color: #7b7a7a;
  font-size: 12px;
  text-align: right;
  margin-bottom: 10px; }
  .img-caption img {
    display: block;
    border: 1px solid #dddddd;
    margin-bottom: 5px; }

.hideShowPassword-toggle {
  background: url("../img/icons/eye.png") no-repeat;
  cursor: pointer;
  text-indent: -9999px;
  width: 18px;
  height: 10px;
  right: 6px !important; }

.hideShowPassword-toggle-hide {
  background-position: 0 -10px; }

body.modaled {
  overflow: hidden;
  padding-right: 17px; }

.l-modal-fade {
  display: none;
  background: url(../img/modal-fade.png) repeat;
  position: fixed;
  z-index: 8888;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

.l-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
  overflow-y: auto;
  text-align: center; }
  .l-modal .b-header {
    z-index: 350;
    margin-top: 50px; }

.b-modal {
  background: white;
  width: 450px;
  margin: 70px auto 150px;
  padding: 25px 40px 20px;
  position: relative;
  text-align: left;
  -webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.38);
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.38);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px; }
  .b-modal .i-modal-close {
    background: url(../img/modal-close.png);
    width: 16px;
    height: 15px;
    position: absolute;
    right: 10px;
    top: 10px; }

.prop {
  margin-bottom: 8px; }
  .prop span {
    display: block;
    margin-left: 150px; }
    .prop span:first-child {
      float: left;
      font-weight: bold;
      min-width: 150px;
      margin-left: 0; }

.b-toggle__panel {
  display: none; }

.b-toggle__panel--active {
  display: block; }

.b-tabs {
  margin: 20px 0; }

.b-tabs__tabs {
  padding: 15px 0 32px 10px; }
  .b-tabs__tabs a {
    display: inline-block;
    font-size: 20px;
    font-family: 'pt_sansbold';
    text-decoration: none;
    padding: 10px 20px 12px;
    margin-right: 10px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    .b-tabs__tabs a span {
      border-bottom: 1px dotted; }
    .b-tabs__tabs a.active {
      background: #0057a8;
      color: white; }
      .b-tabs__tabs a.active span {
        border-bottom-color: transparent; }
      .b-tabs__tabs a.active:after {
        background: url("../img/elements/tabs-arrow.png") no-repeat;
        content: " ";
        display: block;
        width: 14px;
        height: 8px;
        margin-left: -7px;
        position: absolute;
        left: 50%;
        bottom: -8px; }

.b-tabs__panel {
  display: none; }

.b-tabs__panel--active {
  display: block; }

h1, h2, h3 {
  font-family: 'pt_sansbold'; }
  h1 small, h2 small, h3 small {
    color: #5e5e5e;
    font-size: 14px;
    font-family: 'pt_sansregular';
    font-weight: normal;
    margin-left: 10px; }

.h--normal {
  font-family: 'pt_sansregular';
  font-weight: normal; }

h1 {
  color: #434242;
  font-size: 32px;
  line-height: 1.2;
  margin-bottom: 11px; }
  h1 .big-small {
    color: #a3a3a3;
    font-family: 'pt_sansregular';
    font-size: 24px;
    font-weight: normal;
    margin-left: 10px; }

h2 {
  color: #0057a8;
  font-size: 27px;
  line-height: 1.2;
  margin-bottom: 15px; }

h3 {
  font-size: 19px;
  margin: 5px 0 7px; }
  h3.h--red {
    color: #d00e31; }
  h3.h--double-margin {
    margin-bottom: 14px; }

h3 a.action-link--gray {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  margin-left: 7px; }

h4 {
  font-family: 'pt_sansregular';
  font-size: 20px;
  font-weight: normal;
  margin: 5px 0 13px; }

h5 {
  font-size: 15px;
  margin: 5px 0; }

ul {
  margin: 7px 0 15px; }
  ul li {
    background: url("../img/ul-li.png") no-repeat 0 8px;
    padding-left: 16px;
    margin-bottom: 5px; }
    ul li ul {
      margin: 7px 0; }
      ul li ul li {
        background: url("../img/ul-li-ul-li.png") no-repeat 0 8px; }

ol {
  margin: 7px 0 15px;
  counter-reset: li;
  /* Initiate a counter */
  list-style: none;
  /* Remove default numbering */
  *list-style: decimal;
  /* Keep using default numbering for IE6/7 */ }
  ol li {
    padding-left: 16px;
    margin-bottom: 5px;
    position: relative; }
    ol li:before {
      content: counter(li) ". ";
      counter-increment: li;
      color: #07549a;
      position: absolute;
      top: 0px;
      left: 0px; }
    ol li ol {
      margin: 7px 0; }
      ol li ol li:before {
        color: #6d6c6c;
        font-weight: normal; }

table:not(.form2):not(.form3):not(.main):not(.ui-datepicker-calendar) {
  font-size: 12px;
  border-right: 1px solid #b1bfcd;
  border-top: 1px solid #b1bfcd;
  margin: 0 0 10px; }
  table:not(.form2):not(.form3):not(.main):not(.ui-datepicker-calendar) th {
    background: #b6cadf;
    border-left: 1px solid #e0e5eb;
    border-bottom: 1px solid #b1bfcd;
    color: #01529b;
    font-family: Tahoma, Geneva, sans-serif;
    font-size: 12px;
    text-align: left;
    vertical-align: middle;
    padding: 8px 5px 9px 10px; }
    table:not(.form2):not(.form3):not(.main):not(.ui-datepicker-calendar) th:first-child {
      border-left: 1px solid #b1bfcd; }
  table:not(.form2):not(.form3):not(.main):not(.ui-datepicker-calendar) td {
    padding: 10px 10px 15px;
    border-left: 1px solid #e0e5eb;
    border-bottom: 1px solid #b1bfcd; }
    table:not(.form2):not(.form3):not(.main):not(.ui-datepicker-calendar) td:first-child {
      border-left: 1px solid #b1bfcd; }
      table:not(.form2):not(.form3):not(.main):not(.ui-datepicker-calendar) td:first-child div {
        padding: 10px 10px 15px;
        position: relative; }

.td--break {
  word-break: break-all; }

.tr--selected td {
  background: #fee2e1;
  border-left: 1px solid #dfcbcf; }
  .tr--selected td div:after {
    background: url("../img/table-arrow.png") no-repeat;
    content: " ";
    display: block;
    width: 17px;
    height: 25px;
    position: absolute;
    left: -18px;
    top: -1px; }
.tr--selected:hover td {
  background: #fee2e1; }

.th-wrap {
  display: inline-block;
  cursor: pointer;
  padding-right: 13px;
  position: relative; }
  .th-wrap .icon {
    margin-top: -5px;
    position: absolute;
    top: 50%;
    right: 0; }

table th:hover {
  cursor: pointer; }
  table th:hover > a .icon--table-sort {
    background-position: 0 -10px; }
  table th > div:hover .icon--table-sort {
    background-position: 0 -10px; }
table th.sort-up .icon--table-sort, table th div.sort-up .icon--table-sort {
  background-position: 0 -20px; }
table th.sort-up:hover > a .icon--table-sort, table th div.sort-up:hover .icon--table-sort {
  background-position: 0 -30px; }
table th.sort-down .icon--table-sort, table th div.sort-down .icon--table-sort {
  background-position: 0 -40px; }
table th.sort-down:hover > a .icon--table-sort, table th div.sort-down:hover .icon--table-sort {
  background-position: 0 -10px; }

table.table--index {
  width: 100%; }
  table.table--index th {
    font-size: 11px; }
  table.table--index tr td:first-child {
    padding: 0; }
  table.table--index tr:hover td {
    background: #f7f8fa; }
  table.table--index .tr--selected:hover td {
    background: #fee2e1; }

table.table--report {
  width: 100%;
  font-size: 14px;
  text-align: center; }
  table.table--report th {
    cursor: normal;
    padding-top: 13px;
    padding-bottom: 13px;
    font-size: 12px;
    text-align: center; }
  table.table--report tbody tr td {
    border-bottom: 1px solid #e0e5eb; }
  table.table--report tbody tr.last td {
    border-bottom: 1px solid #b1bfcd; }
  table.table--report td {
    padding: 6px 8px;
    border-left: 1px solid #e0e5eb; }
    table.table--report td:first-child {
      border-left-color: #e0e5eb; }
    table.table--report td.rowspan {
      text-align: left;
      padding: 10px 10px 15px;
      vertical-align: middle;
      border-left: 1px solid #b1bfcd;
      border-bottom: 1px solid #b1bfcd;
      width: 25%; }
    table.table--report td.last {
      border-right: 1px solid #b1bfcd; }
    table.table--report td.selected {
      background: #fee2e1; }

.table--list {
  width: 100%; }
  .table--list tr:hover td {
    background: #f7f8fa; }
  .table--list td {
    padding: 20px 13px; }
  .table--list th {
    font-size: 12px;
    text-align: center;
    padding: 20px 13px; }
    .table--list th.th-list-name {
      width: 31%; }

input[type="text"],
input[type="password"],
textarea {
  background: white url("../img/forms/input-bg.png") repeat-x;
  display: inline-block;
  vertical-align: middle;
  border: 1px solid #ced8e3;
  outline: 0 !important;
  font-size: 13px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 24px;
  width: 410px;
  height: 28px;
  padding: 0 6px;
  margin: 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  input[type="text"].mini,
  input[type="password"].mini,
  textarea.mini {
    min-width: 75px;
    width: 75px; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  textarea:focus {
    -webkit-box-shadow: 0 0 9px #ffeecb;
    -moz-box-shadow: 0 0 9px #ffeecb;
    box-shadow: 0 0 9px #ffeecb; }
  input[type="text"].input--50,
  input[type="password"].input--50,
  textarea.input--50 {
    width: 50px; }
  input[type="text"].input--95,
  input[type="password"].input--95,
  textarea.input--95 {
    width: 95px; }
  input[type="text"].input--130,
  input[type="password"].input--130,
  textarea.input--130 {
    width: 130px; }
  input[type="text"].input--365,
  input[type="password"].input--365,
  textarea.input--365 {
    width: 365px; }
  input[type="text"].input--235,
  input[type="password"].input--235,
  textarea.input--235 {
    width: 235px; }
  input[type="text"].input--165,
  input[type="password"].input--165,
  textarea.input--165 {
    width: 165px; }
  input[type="text"].input--margin-bottom,
  input[type="password"].input--margin-bottom,
  textarea.input--margin-bottom {
    margin-bottom: 18px; }

textarea {
  line-height: 20px;
  height: auto;
  padding: 4px 10px; }

::-webkit-input-placeholder {
  color: #979696;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #979696;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #979696;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic; }

:-ms-input-placeholder {
  color: #979696;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-style: italic; }

.error input[type="text"], input[type="text"].error, textarea.error {
  border: 1px solid #f91807;
  color: #f91807; }

.form-error {
  display: inline-block;
  vertical-align: middle;
  background: #e40f37;
  color: #ffffff;
  font-size: 13px;
  min-height: 20px;
  padding: 1px 10px 0 7px;
  margin-left: 30px;
  position: relative;
  max-width:480px;
  padding-bottom:3px;
  text-indent:0;
}
  .form-error:after {
    background: url("../img/forms/error-arrow.png") no-repeat;
    content: " ";
    display: block;
    width: 8px;
    height: 20px;
    position: absolute;
    left: -8px;
    top: 0; }

input[type="file"] {
  margin: 0; }

label.checkbox {
  cursor: pointer;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  min-height: 24px;
  padding-top: 5px;
  padding-left: 28px;
  margin-bottom: 1px;
  position: relative; }
  label.checkbox input {
    display: none; }
  label.checkbox input:checked + i, label.checkbox.active i {
    background-position: 0 -48px; }
  label.checkbox input:checked ~ span, label.checkbox.active span {
    color: #01539e; }
  label.checkbox i {
    background: url("../img/forms/checkbox.png") no-repeat;
    display: block;
    width: 23px;
    height: 24px;
    position: absolute;
    left: -3px;
    top: 0; }
  label.checkbox:hover i {
    background-position: 0 -24px; }
  label.checkbox:hover input:checked + i, label.checkbox:hover.active i {
    background-position: 0 -72px; }
  label.checkbox.inline {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px; }
	label.checkbox.inline.no-margin {
      margin-bottom: 0; }

label.radio {
  cursor: pointer;
  color: #000000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: normal;
  min-height: 25px;
  padding-top: 5px;
  padding-left: 28px;
  margin-bottom: 3px;
  position: relative; }
  label.radio input {
    display: none; }
  label.radio input:checked + i, label.radio.active i {
    background-position: 0 -50px; }
  label.radio input:checked ~ span {
    color: #01539e; }
  label.radio i {
    background: url("../img/forms/radio.png") no-repeat;
    display: block;
    width: 23px;
    height: 24px;
    position: absolute;
    left: -2px;
    top: 0; }
  label.radio:hover i {
    background-position: 0 -25px; }
  label.radio:hover input:checked + i, label.radio:hover.active i {
    background-position: 0 -75px; }
  label.radio.inline {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px; }
  label.radio.radio--blue {
    color: #0053a0;
    font-size: 15px;
    padding-top: 3px; }

label {
  display: block;
  color: #0053a0;
  font-size: 15px;
  font-family: 'pt_sansregular';
  margin-bottom: 6px;
  position: relative; }
  label sub {
    color: #e40f37;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-right: -6px;
    position: relative;
    left: -10px; }

.form-cg {
  margin-bottom: 20px;
  position: relative; }
  .form-cg sub {
    color: #e40f37;
    font-size: 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    margin-right: -6px;
    position: relative;
    left: -10px; }

.form-cg--text {
  line-height: 22px; }
  .form-cg--text label {
    margin-bottom: 2px; }

.form-cg--28 {
  margin-bottom: 28px; }

.form-cg--38 {
  margin-bottom: 38px; }

.form-cg--controls-margin {
  margin-bottom: 13px; }

.form-require-text {
  color: #e40f37;
  font-size: 13px;
  font-weight: bold;
  margin-bottom: 10px; }

.form-cg--inline {
  margin-bottom: 17px;
  *zoom: 1; }
  .form-cg--inline:before, .form-cg--inline:after {
    display: table;
    content: "";
    line-height: 0; }
  .form-cg--inline:after {
    clear: both; }
  .form-cg--inline > label {
    float: left;
    line-height: 16px;
    text-align: right;
    width: 150px;
    padding-top: 7px;
    margin-bottom: 0; }
  .form-cg--inline .form-cg__inner {
    margin-left: 165px; }

.form-cg--inline-left > label {
  text-align: left; }

.form-cg--inline-big > label {
  float: left;
  line-height: 16px;
  text-align: right;
  width: 255px;
  padding-top: 7px;
  margin-bottom: 0; }
.form-cg--inline-big .form-cg__inner {
  margin-left: 270px; }

.form-cg--inline-two > label {
  padding-top: 0;
  margin-top: -2px; }

.form-cg--inline-text > label {
  padding-top: 1px; }

.form-inline {
  margin-bottom: 11px; }
  .form-inline .select-mini {
    margin-right: 15px; }
    .form-inline .select-mini .selectbox {
      margin-bottom: 0; }
  .form-inline input[type="text"] {
    margin-right: 15px; }

.form-submit {
  padding-right: 40px;
  margin-top: 40px; }
  .form-submit p {
    margin-bottom: 12px; }

.form-up-help {
  color: #6d6c6c;
  margin-bottom: 7px; }
  .form-up-help small {
    font-size: 12px; }

.form-inline-elem {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px; }
  .form-inline-elem label.radio, .form-inline-elem label.checkbox {
    margin-bottom: 0; }
  .form-inline-elem label.radio i {
    left: -4px; }

.b-select {
  margin-bottom: 13px; }

.selectbox {
  cursor: default; }
  .selectbox.no-select .select {
    color: #979696;
    font-style: italic; }

.selectbox {
  cursor: default; }
  .selectbox.no-select .select {
    color: #979696;
    font-style: italic; }

.selectbox .select {
  background: white url("../img/forms/input-bg.png") repeat-x;
  cursor: pointer;
  float: none !important;
  border: 1px solid #ced8e3;
  color: black;
  font-size: 13px;
  line-height: 26px;
  width: 275px;
  height: 28px;
  padding: 0 21px 0 8px;
  z-index: 5000 !important;
  box-shadow: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .selectbox .select:hover, .selectbox .select:active {
    background: white url("../img/forms/input-bg.png") repeat-x;
    box-shadow: none; }

.selectbox .trigger {
  border: 0;
  width: 24px; }

.selectbox .trigger .arrow {
  border-top-color: #5880aa;
  top: 12px;
  right: 8px;
  opacity: 1;
  filter: alpha(opacity=100); }

.selectbox .dropdown {
  color: black;
  font-size: 13px;
  width: 100%;
  margin-top: 1px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  box-shadow: none; }

.selectbox ul {
  margin: 0; }

.selectbox li {
  background: none;
  min-height: 29px;
  padding: 5px 10px 6px;
  margin: 0; }

.selectbox li.selected, .selectbox li:hover {
  background: #5880aa; }

.select-mini {
  display: inline-block;
  vertical-align: middle;
  width: 95px; }
  .select-mini .selectbox {
    display: block !important;
    margin-bottom: 0; }
    .select-mini .selectbox .select {
      width: 100%; }

.select-middle {
  display: inline-block;
  vertical-align: middle;
  width: 115px; }
  .select-middle .selectbox {
    display: block !important;
    margin-bottom: 0; }
    .select-middle .selectbox .select {
      width: 100%; }
    .select-middle .selectbox .dropdown {
      width: 240px; }

.form--personal-info input[type="text"] {
  min-width: 234px; }

.form--emp-reassign {
  margin: 15px 0 10px; }
  .form--emp-reassign label {
    text-align: left; }
  .form--emp-reassign .select, .form--emp-reassign textarea {
    width: 410px; }
  .form--emp-reassign .form-cg--inline > label {
    width: 138px; }
  .form--emp-reassign .form-cg--inline .form-cg__inner {
    margin-left: 138px; }

.form-reassign {
  margin-top: 30px; }

.form-reassign--active .form-reassign__inner {
  display: block; }
.form-reassign--active .icon--ar-down {
  background-position: 0 -5px; }

.form-reassign__inner {
  display: none;
  margin: 15px 0 10px; }
  .form-reassign__inner label {
    text-align: left; }
  .form-reassign__inner .select, .form-reassign__inner textarea {
    width: 410px; }
  .form-reassign__inner .form-cg--inline > label {
    width: 138px; }
  .form-reassign__inner .form-cg--inline .form-cg__inner {
    margin-left: 138px; }

.form-login {
  background: url("../img/forms/login-shadow.png") no-repeat center bottom;
  font-family: Tahoma, Geneva, sans-serif;
  width: 486px;
  padding-bottom: 25px;
  margin: 0 auto 20px; }
  .form-login label {
    font-size: 18px; }
  .form-login h2 {
    color: #333333;
    margin-bottom: 20px; }
  .form-login .form-cg {
    margin-bottom: 11px; }
  .form-login form {
    width: 360px;
    margin: 0 auto; }
    .form-login form input[type="text"],
    .form-login form input[type="password"] {
      font-size: 16px;
      width: 100%;
      height: 38px;
      margin-bottom: 13px; }
  .form-login .btn--green {
    font-size: 23px;
    text-shadow: 0 1px 0 #236603; }

.form-login__error {
  color: #f30829;
  font-size: 14px;
  text-align: center;
  margin: -5px 0 15px; }

.form-login__inner {
  background: white;
  padding: 18px 0 38px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px; }

.form-login__bottom {
  text-align: center;
  margin-top: 29px; }

.form-login__right {
  font-size: 12px;
  text-align: right; }

.form-login__register {
  color: #0057a8;
  font-size: 20px;
  line-height: 30px;
  margin-top: 10px; }

.form-login2 {
  background: url("../img/forms/login2-shadow.png") no-repeat center bottom;
  font-family: Tahoma, Geneva, sans-serif;
  width: 782px;
  padding-bottom: 25px;
  margin: 0 auto 20px; }
  .form-login2 label {
    font-size: 18px; }
  .form-login2 label.radio {
    color: #0053a0;
    font-size: 15px;
    font-weight: normal;
    padding-top: 3px; }
    .form-login2 label.radio strong {
      color: #4e4f50;
      font-size: 14px;
      font-weight: normal; }
  .form-login2 h2 {
    color: #333333;
    margin-bottom: 20px;
    padding-left: 45px; }
  .form-login2 .form-cg {
    margin-bottom: 8px; }
  .form-login2 .form-cg--15 {
    margin-bottom: 15px; }
  .form-login2 .radio--strange span {
    display: inline-block;
    vertical-align: top; }
  .form-login2 .radio--strange strong {
    display: inline-block;
    vertical-align: top;
    width: 210px; }
  .form-login2 form {
    width: 360px;
    margin: 0 auto; }
    .form-login2 form input[type="text"],
    .form-login2 form input[type="password"] {
      font-size: 16px;
      width: 100%;
      height: 38px;
      margin-bottom: 10px; }
  .form-login2 .btn--green {
    font-size: 23px;
    text-shadow: 0 1px 0 #236603; }

.form-login2__left {
  float: left; }

.form-login2__right-text {
  margin-left: 426px; }

.form-login2__error {
  color: #f30829;
  font-size: 14px;
  text-align: center;
  margin: -5px 0 15px; }

.form-login2__inner {
  background: white;
  padding: 28px 38px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  *zoom: 1; }
  .form-login2__inner:before, .form-login2__inner:after {
    display: table;
    content: "";
    line-height: 0; }
  .form-login2__inner:after {
    clear: both; }

.form-login2__bottom {
  text-align: center;
  margin-top: 29px; }

.form-login2__right {
  font-size: 12px;
  text-align: right; }

.form-login2__register {
  color: #0057a8;
  font-size: 16px;
  line-height: 24px;
  margin-top: 10px; }

.form--reg .form-cg > label {
  text-align: left;
  width: 200px; }
.form--reg .radio.inline {
  margin-bottom: 0; }
.form--reg .helper-wrapper {
  padding-right: 30px; }
.form--reg .form-cg__inner {
  margin-left: 208px; }
.form--reg .btn {
  margin-left: 0; }

.zoom-doc {
  display: inline-block;
  position: relative; }
  .zoom-doc:after {
    background: url("../img/forms/zoom-document.png") no-repeat;
    content: " ";
    display: block;
    width: 16px;
    height: 16px;
    position: absolute;
    right: 10px;
    top: 10px; }

.form--inline .form-cg--inline > label {
  text-align: left;
  width: 75px; }
.form--inline .form-cg__inner {
  margin-left: 78px; }

.form-add-container__hidden {
  display: none; }

.form-add-container__elem {
  margin-bottom: 12px; }

.form-add {
  font-size: 12px;
  margin-top: 10px; }

.icon {
  display: inline-block;
  vertical-align: middle; }

.icon--table-sort {
  background: url("../img/table-sort.png") no-repeat;
  width: 8px;
  height: 10px; }

.icon--print {
  background: url("../img/icons/print.png") no-repeat;
  width: 16px;
  height: 16px;
  margin-right: 5px; }

a:hover .icon--print {
  background-position: 0 -16px; }

.icon--pen {
  background: url("../img/icons/pen.png") no-repeat;
  width: 14px;
  height: 15px;
  margin-right: 3px; }

a:hover .icon--pen {
  background-position: 0 -15px; }

.icon--ar-down {
  background: url("../img/icons/arrow-down.png") no-repeat;
  width: 10px;
  height: 5px;
  margin: 0 0 0 5px; }

.icon--check {
  background: url("../img/icons/check-not.png") no-repeat;
  width: 18px;
  height: 18px;
  margin: 0; }

.icon--not-check {
  background: url("../img/icons/check-not.png") no-repeat 0 -18px;
  width: 18px;
  height: 18px;
  margin: 0; }

.icon--blue-check {
  background: url("../img/icons/blue-check.png") no-repeat 0 0;
  cursor: pointer;
  width: 15px;
  height: 15px;
  margin: 0 8px 0 0; }

.icon--cal {
  background: url("../img/icons/cal.png") no-repeat 0 0;
  cursor: pointer;
  width: 26px;
  height: 28px;
  margin: 0 0 0 5px; }
  .icon--cal:hover {
    background-position: 0 -28px; }

.icon--cal2 {
  background: url("../img/icons/cal2.png") no-repeat 0 0;
  cursor: pointer;
  width: 19px;
  height: 22px;
  margin: 0 0 0 8px; }

.icon--history {
  background: url("../img/icons/history.png") no-repeat 0 0;
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin: 0 5px 0 0; }

.icon--alert {
  background: url("../img/icons/alert.png") no-repeat 0 0;
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin: -2px 10px 0 0; }

a.btn, .btn {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 0;
  outline: none !important;
  text-decoration: none;
  text-indent:0; }

.btn--blue {
  background: #1a7fdd;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhN2ZkZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTRmOTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #1a7fdd 0%, #014f97 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #1a7fdd), color-stop(100%, #014f97));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #1a7fdd 0%, #014f97 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #1a7fdd 0%, #014f97 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #1a7fdd 0%, #014f97 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #1a7fdd 0%, #014f97 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1a7fdd', endColorstr='#014f97',GradientType=0 );
  /* IE6-8 */
  color: white;
  text-align: center;
  line-height: 22px;
  height: 24px;
  padding: 0 7px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  .btn--blue:hover {
    background: #2e98fa;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlOThmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTUwOTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2e98fa 0%, #015097 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e98fa), color-stop(100%, #015097));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2e98fa 0%, #015097 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2e98fa 0%, #015097 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2e98fa 0%, #015097 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2e98fa 0%, #015097 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e98fa', endColorstr='#015097',GradientType=0 );
    /* IE6-8 */
    color: white; }
  .btn--blue:active {
    background: #1b73c4;
    color: white;
    top: 1px;
    -webkit-box-shadow: inset 1px 2px 3px #002b52;
    -moz-box-shadow: inset 1px 2px 3px #002b52;
    box-shadow: inset 1px 2px 3px #002b52; }

a.btn--blue-middle {
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  height: auto;
  padding: 8px 15px 8px; }

a.btn--green, .btn--green {
  background: #7abe10;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzdhYmUxMCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Mjk3MDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #7abe10 0%, #429708 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #7abe10), color-stop(100%, #429708));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #7abe10 0%, #429708 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #7abe10 0%, #429708 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #7abe10 0%, #429708 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #7abe10 0%, #429708 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7abe10', endColorstr='#429708',GradientType=0 );
  /* IE6-8 */
  color: white;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 18px;
  text-align: center;
  line-height: 22px;
  padding: 14px 25px 16px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  a.btn--green:hover, .btn--green:hover {
    background: #9ae722;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzlhZTcyMiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0Mjk4MDgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #9ae722 0%, #429808 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #9ae722), color-stop(100%, #429808));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #9ae722 0%, #429808 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #9ae722 0%, #429808 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #9ae722 0%, #429808 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #9ae722 0%, #429808 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9ae722', endColorstr='#429808',GradientType=0 );
    /* IE6-8 */
    color: white; }
  a.btn--green:active, .btn--green:active {
    background: #449908;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0OTkwOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3OWJlMTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #449908 0%, #79be10 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #449908), color-stop(100%, #79be10));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #449908 0%, #79be10 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #449908 0%, #79be10 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #449908 0%, #79be10 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #449908 0%, #79be10 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#449908', endColorstr='#79be10',GradientType=0 );
    /* IE6-8 */
    color: white;
    top: 1px;
    -webkit-box-shadow: inset 1px 2px 3px #245304;
    -moz-box-shadow: inset 1px 2px 3px #245304;
    box-shadow: inset 1px 2px 3px #245304; }

a.btn--pink, .btn--pink {
  background: #f83257;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4MzI1NyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNTEwMzgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f83257 0%, #e51038 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f83257), color-stop(100%, #e51038));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f83257 0%, #e51038 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f83257 0%, #e51038 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f83257 0%, #e51038 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f83257 0%, #e51038 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f83257', endColorstr='#e51038',GradientType=0 );
  /* IE6-8 */
  color: white;
  font-size: 12px;
  padding: 1px 5px 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px; }

a.btn--red, .btn--red {
  background: #f83256;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4MzI1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYjA3MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f83256 0%, #cb072b 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f83256), color-stop(100%, #cb072b));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f83256 0%, #cb072b 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f83256 0%, #cb072b 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f83256 0%, #cb072b 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f83256 0%, #cb072b 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f83256', endColorstr='#cb072b',GradientType=0 );
  /* IE6-8 */
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  height: auto;
  padding: 10px 18px 11px;
  position: relative;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  a.btn--red:hover, .btn--red:hover {
    background: #d40f33;
    color: white; }
  a.btn--red:active, .btn--red:active {
    background: #da1539;
    border-color: transparent;
    color: white;
    -webkit-box-shadow: inset 1px 1px 1px #6f0317;
    -moz-box-shadow: inset 1px 1px 1px #6f0317;
    box-shadow: inset 1px 1px 1px #6f0317; }

a.btn--red-middle {
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  padding: 7px 15px 8px; }

.btn--yellow {
  background: #e7bd1b;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U3YmQxYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlNWEyMWMiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #e7bd1b 0%, #e5a21c 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #e7bd1b), color-stop(100%, #e5a21c));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #e7bd1b 0%, #e5a21c 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #e7bd1b 0%, #e5a21c 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #e7bd1b 0%, #e5a21c 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #e7bd1b 0%, #e5a21c 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e7bd1b', endColorstr='#e5a21c',GradientType=0 );
  /* IE6-8 */
  color: white;
  font-size: 14px;
  text-align: center;
  line-height: 22px;
  height: auto;
  padding: 10px 18px 11px;
  position: relative;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
  .btn--yellow:hover {
    background: #fcdb5e;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZjZGI1ZSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWJhM2YiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #fcdb5e 0%, #deba3f 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fcdb5e), color-stop(100%, #deba3f));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #fcdb5e 0%, #deba3f 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #fcdb5e 0%, #deba3f 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #fcdb5e 0%, #deba3f 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #fcdb5e 0%, #deba3f 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcdb5e', endColorstr='#deba3f',GradientType=0 );
    /* IE6-8 */
    color: white; }
  .btn--yellow:active {
    background: #e2b031;
    color: white;
    top: 1px;
    -webkit-box-shadow: inset 1px 2px 3px #996b13;
    -moz-box-shadow: inset 1px 2px 3px #996b13;
    box-shadow: inset 1px 2px 3px #996b13; }

a.btn--dot-gray, .btn--dot-gray {
  color: #7f7e7e;
  border: 1px dashed #949494;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  padding: 4px 10px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  a.btn--dot-gray:hover, .btn--dot-gray:hover {
    background: #ebeef7;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ViZWVmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNiZGM1ZTAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ebeef7 0%, #bdc5e0 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ebeef7), color-stop(100%, #bdc5e0));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ebeef7 0%, #bdc5e0 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ebeef7 0%, #bdc5e0 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ebeef7 0%, #bdc5e0 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #ebeef7 0%, #bdc5e0 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ebeef7', endColorstr='#bdc5e0',GradientType=0 );
    /* IE6-8 */
    border-color: transparent;
    border-top: 1px solid white;
    color: #0053a0; }
  a.btn--dot-gray:active, .btn--dot-gray:active {
    background: #c8cfe5;
    border-color: transparent;
    color: #0053a0;
    -webkit-box-shadow: inset 1px 1px 1px #757b8b;
    -moz-box-shadow: inset 1px 1px 1px #757b8b;
    box-shadow: inset 1px 1px 1px #757b8b; }

a.btn--dot-blue, .btn--dot-blue {
  color: #065aa7;
  border: 1px dashed #2c7cc6;
  font-size: 12px;
  line-height: 1;
  text-decoration: none;
  min-width: 54px;
  padding: 4px 10px 4px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  a.btn--dot-blue:hover, .btn--dot-blue:hover {
    background: #2e98fa;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzJlOThmYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMTUwOTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #2e98fa 0%, #015097 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #2e98fa), color-stop(100%, #015097));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #2e98fa 0%, #015097 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #2e98fa 0%, #015097 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2e98fa 0%, #015097 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #2e98fa 0%, #015097 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e98fa', endColorstr='#015097',GradientType=0 );
    /* IE6-8 */
    border-color: transparent;
    color: white; }
  a.btn--dot-blue:active, .btn--dot-blue:active {
    background: #1b73c4;
    border-color: transparent;
    color: white;
    -webkit-box-shadow: inset 1px 1px 2px #003463;
    -moz-box-shadow: inset 1px 1px 2px #003463;
    box-shadow: inset 1px 1px 2px #003463; }

a.btn--dot-red, .btn--dot-red {
  color: #7f7e7e;
  border: 1px dashed #e41038;
  color: #e41038;
  font-size: 14px;
  line-height: 1;
  text-decoration: none;
  padding: 7px 15px 8px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px; }
  a.btn--dot-red:hover, .btn--dot-red:hover {
    background: #f83256;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y4MzI1NiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNjYjA3MmIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #f83256 0%, #cb072b 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f83256), color-stop(100%, #cb072b));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f83256 0%, #cb072b 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f83256 0%, #cb072b 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f83256 0%, #cb072b 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #f83256 0%, #cb072b 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f83256', endColorstr='#cb072b',GradientType=0 );
    /* IE6-8 */
    border-color: transparent;
    color: white; }
  a.btn--dot-red:active, .btn--dot-red:active {
    background: #da1539;
    border-color: transparent;
    color: white;
    -webkit-box-shadow: inset 1px 1px 1px #6f0317;
    -moz-box-shadow: inset 1px 1px 1px #6f0317;
    box-shadow: inset 1px 1px 1px #6f0317; }

.btn--disabled {
  background: #c3c4c4;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzRjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Nzk4OTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #c3c4c4 0%, #979898 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3c4c4), color-stop(100%, #979898));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #c3c4c4 0%, #979898 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #c3c4c4 0%, #979898 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #c3c4c4 0%, #979898 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #c3c4c4 0%, #979898 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3c4c4', endColorstr='#979898',GradientType=0 );
  /* IE6-8 */ }
  .btn--disabled:hover {
    background: #c3c4c4;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzRjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Nzk4OTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c3c4c4 0%, #979898 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3c4c4), color-stop(100%, #979898));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c3c4c4 0%, #979898 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c3c4c4 0%, #979898 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c3c4c4 0%, #979898 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c3c4c4 0%, #979898 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3c4c4', endColorstr='#979898',GradientType=0 );
    /* IE6-8 */ }
  .btn--disabled:active {
    background: #c3c4c4;
    /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2MzYzRjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5Nzk4OTgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #c3c4c4 0%, #979898 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #c3c4c4), color-stop(100%, #979898));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #c3c4c4 0%, #979898 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #c3c4c4 0%, #979898 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #c3c4c4 0%, #979898 100%);
    /* IE10+ */
    background: linear-gradient(to bottom, #c3c4c4 0%, #979898 100%);
    /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c3c4c4', endColorstr='#979898',GradientType=0 );
    /* IE6-8 */
    top: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }

.l-page {
  overflow-x: hidden;
  padding: 0 2px;
  position: relative;
  z-index: 10; }

.l-page--lines {
  background: url("../img/bg-lines.png") no-repeat center center; }

.l-wrapper {
  min-width: 1011px;
  max-width: 1248px;
  margin: 0 auto; }

.l-wrapper-padding {
  padding: 0 25px; }

.body-gradient {
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM0MjY5OWIiIHN0b3Atb3BhY2l0eT0iMC41OSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(66, 105, 155, 0.59) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(30, 87, 153, 0)), color-stop(100%, rgba(66, 105, 155, 0.59)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(66, 105, 155, 0.59) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(66, 105, 155, 0.59) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(30, 87, 153, 0) 0%, rgba(66, 105, 155, 0.59) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(30, 87, 153, 0) 0%, rgba(66, 105, 155, 0.59) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#001e5799', endColorstr='#9642699b',GradientType=0 );
  /* IE6-8 */
  width: 100%;
  height: 100%;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 0; }

.page-header {
  /*height: 115px;*/
  padding: 20px 25px; }

.user {
  float: right;
  padding-top: 17px; }

.user--login {
  padding-top: 45px; }

.user__name {
  color: #01529b;
  font-weight: bold;
  margin-bottom: 2px; }
  .user__name a {
    color: #01529b;
    text-decoration: none; }

.user__logout {
  text-align: right;
  margin-top: 5px; }
  .user__logout a {
    color: #c24141; }

/*
  Menu
*/
.page-header-menu {
  background: #135ea4;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 13px;
  margin: -20px -24px 20px;
  padding: 0;
  *zoom: 1; }
  .page-header-menu:before, .page-header-menu:after {
    display: table;
    content: "";
    line-height: 0; }
  .page-header-menu:after {
    clear: both; }
  .page-header-menu li {
    background: url("../img/page-header-menu-bg.png") no-repeat 0 5px;
    float: left;
    margin: 0 -1px 0 0;
    padding: 0;
    position: relative; }
    .page-header-menu li.active, .page-header-menu li:hover {
      z-index: 5; }
    .page-header-menu li.active a {
      background: #719ec8;
      color: #135ea4; }
    .page-header-menu li:first-child {
      background: none; }
    .page-header-menu li a {
      display: block;
      color: #aac0d7;
      text-decoration: none;
      padding: 9px 20px 11px; }
      .page-header-menu li a:hover {
        background: #719ec8;
        color: #135ea4; }

.page-content {
  -moz-box-shadow: 0 0 70px rgba(255, 255, 255, 0.9);
  -webkit-box-shadow: 0 0 70px rgba(255, 255, 255, 0.9);
  box-shadow: 0 0 70px rgba(255, 255, 255, 0.9); }

.page-content__inner {
  background: white;
  min-height: 430px;
  padding: 25px 0 45px;
  position: relative;
  -moz-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
  -webkit-box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
  box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.35);
  *zoom: 1; }
  .page-content__inner:before, .page-content__inner:after {
    display: table;
    content: "";
    line-height: 0; }
  .page-content__inner:after {
    clear: both; }

.sidebar {
  float: left;
  width: 200px; }

.sidebar-elem {
  margin-bottom: 30px; }

.sidebar-menu {
  font-size: 15px;
  font-family: Tahoma, Geneva, sans-serif; }
  .sidebar-menu li {
    background: none;
    padding: 0;
    margin-bottom: 1px; }
    .sidebar-menu li.active a {
      background: #1979d2;
      color: white;
      text-decoration: none; }
      .sidebar-menu li.active a:after {
        background: url("../img/sidebar/sidebar-menu-arrow.png") no-repeat;
        content: " ";
        display: block;
        width: 16px;
        height: 27px;
        position: absolute;
        right: -15px;
        top: 0; }
    .sidebar-menu li a {
      display: inline-block;
      height: 27px;
      position: relative;
      padding: 3px 20px 4px 6px;
      -webkit-border-radius: 3px 0 0 3px;
      -moz-border-radius: 3px 0 0 3px;
      border-radius: 3px 0 0 3px; }

.sidebar-alert {
  background: #fee974;
  border-bottom: 1px solid #fef1a3;
  font-size: 15px;
  color: black;
  line-height: 20px;
  padding: 12px; }

.sidebar-alert__status {
  color: #fb0202; }

.sidebar-alert--high {
  background: #f7d455;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZDQ1NSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWVmOTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #f7d455 0%, #feef97 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f7d455), color-stop(100%, #feef97));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #f7d455 0%, #feef97 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #f7d455 0%, #feef97 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #f7d455 0%, #feef97 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #f7d455 0%, #feef97 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f7d455', endColorstr='#feef97',GradientType=0 );
  /* IE6-8 */ }
  .sidebar-alert--high .sidebar-alert__status {
    font-weight: bold; }

.sidebar-stats {
  background: #dbe3ea;
  font-size: 13px;
  border: 2px dashed #b1bfcd;
  padding: 18px 12px 13px; }
  .sidebar-stats ul {
    margin: 0; }
    .sidebar-stats ul li {
      background: none;
      padding: 0;
      margin-bottom: 10px; }
      .sidebar-stats ul li a {
        display: block;
        font-weight: bold;
        text-decoration: none; }
        .sidebar-stats ul li a span {
          font-weight: normal;
          text-decoration: underline;
          margin-right: 6px; }
        .sidebar-stats ul li a:hover span {
          text-decoration: none; }

.content {
  overflow: hidden;
  padding-left: 20px; }

.contenxt--extra-padding {
  padding-bottom: 80px; }

.page-footer {
  color: #01529c;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 14px;
  padding: 21px 25px 30px; }

.page-footer__content {
  color: #333333;
  font-size: 14px;
  padding-left: 220px; }

.page-footer__content--left {
  padding-left: 0; }

.page-footer__phone {
  color: #075aa7;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 25px;
  margin-top: 1px; }
  .page-footer__phone span {
    font-size: 12px; }

.search {
  float: right;
  text-align: right;
  position: relative;
  margin-bottom: 20px; }
  .search input[type="text"] {
    width: 300px;
    min-width: 300px; }
  .search button {
    background: url("../img/elements/search-zoom.png") no-repeat center center;
    border: none;
    outline: 0 !important;
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 28px;
    position: absolute;
    right: 1px;
    top: 0; }

.pager {
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 15px;
  text-align: center;
  margin: 50px 0 30px; }
  .pager ul {
    margin: 10px 0 0; }
    .pager ul li {
      background: none;
      display: inline-block;
      padding-left: 0; }
      .pager ul li.active a {
        background: #1979d2;
        color: white;
        text-decoration: none; }
        .pager ul li.active a:hover {
          color: white; }
      .pager ul li a {
        display: block;
        color: #1979d2;
        padding: 3px 9px 4px; }
        .pager ul li a:hover {
          color: #df0b2e; }
          .pager ul li a:hover .pager__arrow {
            background-position: 0 -16px; }
      .pager ul li > span {
        padding: 3px 9px 4px; }

.pager__arrow {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 8px; }

.pager__arrow--enabled {
  background-position: 0 -8px; }

.pager__arrow--left {
  background-image: url("../img/arrow-left.png");
  background-repeat: no-repeat; }

.pager__arrow--right {
  background-image: url("../img/arrow-right.png");
  background-repeat: no-repeat; }

.filter-header {
  font-size: 14px;
  margin-bottom: 8px;
  margin-top: 20px; }

.filter-header__right {
  float: right;
  font-size: 13px;
  margin-top: -5px; }
  .filter-header__right .btn {
    vertical-align: baseline; }

.filter {
  background: url("../img/elements/filter-shadow.png") no-repeat center bottom;
  padding-bottom: 9px;
  margin-bottom: 10px; }
  .filter .selectbox {
    width: 100%; }
    .filter .selectbox .select {
      width: 100%; }

.filter__inner {
  background: white;
  border: 2px solid #629dd3;
  min-height: 85px;
  padding: 12px 20px; }

.filter__row {
  margin-bottom: 18px;
  *zoom: 1; }
  .filter__row:before, .filter__row:after {
    display: table;
    content: "";
    line-height: 0; }
  .filter__row:after {
    clear: both; }

.filter__bottom {
  font-size: 12px;
  margin-bottom: 15px;
  *zoom: 1; }
  .filter__bottom:before, .filter__bottom:after {
    display: table;
    content: "";
    line-height: 0; }
  .filter__bottom:after {
    clear: both; }

.filter__bottom-left {
  float: left;
  padding-top: 18px; }

.filter__bottom-count {
  display: inline-block !important;
  color: #7b7979;
  font-size: 13px; }

.filter-label {
  color: black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 10px; }

.filter-label--inline {
  display: inline-block;
  margin-right: 10px; }

.filter-time {
  display: inline-block;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px; }

.filter-three {
  *zoom: 1; }
  .filter-three:before, .filter-three:after {
    display: table;
    content: "";
    line-height: 0; }
  .filter-three:after {
    clear: both; }

.filter-three__first {
  float: left;
  width: 320px; }

.filter-three__second {
  margin-left: 385px;
  width: 260px; }

.filter-three__third {
  float: right;
  width: 200px;
  padding-left: 10px; }

.filter__collapsible {
  position: relative; }
  .filter__collapsible .filter__row {
    display: none; }
  .filter__collapsible .filter__row--collapse-first {
    display: inline-block;
    margin-bottom: 0; }
  .filter__collapsible .filter__row--collapse-first-opened {
    margin-bottom: 18px; }
  .filter__collapsible .filter__bottom-count {
    display: none; }
  .filter__collapsible .filter__hide-options {
    display: none; }

.filter__bottom--collapsed {
  position: absolute;
  right: 0;
  top: 3px; }

.filter__collapsible--closed .filter__bottom--collapsed {
  top: -40px; }
.filter__collapsible--closed .filter__collapsible-show {
  display: inline-block; }
.filter__collapsible--closed .filter__row--collapse-first {
  display: none; }

.filter__collapsible-show {
  display: none;
  font-family: Tahoma, Geneva, sans-serif;
  font-weight: bold;
  font-size: 12px;
  margin-bottom: 5px; }

.filter__single-row {
  padding-top: 17px;
  position: relative; }

.helper-wrapper {
  display: inline-block;
  vertical-align: top;
  padding-right: 38px;
  position: relative; }
  .helper-wrapper .helper {
    position: absolute;
    right: 0;
    top: -2px; }

.helper-wrapper--input .helper {
  top: 2px; }

.helper-wrapper--checkbox {
  padding-right: 10px; }
  .helper-wrapper--checkbox .helper {
    top: 1px; }

.helper-wrapper--margin {
  margin-bottom: 17px; }

.helper-wrapper--right .helper__hidden {
  left: auto;
  right: -45px; }
  .helper-wrapper--right .helper__hidden:after {
    left: auto;
    right: 48px; }

.helper {
  display: inline-block;
  vertical-align: top;
  cursor: default;
  color: #333333;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14px;
  position: relative; }
  .helper.active .helper__activator {
    background-position: 0 -23px; }
  .helper.active .helper__hidden {
    display: block; }
  .helper:hover .helper__activator {
    background-position: 0 -23px; }

.helper__activator {
  display: block;
  background: url("../img/elements/helper-question.png") no-repeat;
  cursor: pointer;
  width: 23px;
  height: 23px; }

.helper__hidden {
  display: none;
  background: white;
  border: 2px solid #629dd3;
  width: 440px;
  margin-top: 10px;
  padding: 12px 8px;
  position: absolute;
  top: 100%;
  left: -45px;
  z-index: 1000;
  -webkit-box-shadow: 3px 3px 4px #c7def4;
  -moz-box-shadow: 3px 3px 4px #c7def4;
  box-shadow: 3px 3px 4px #c7def4; }
  .helper__hidden:after {
    background: url("../img/elements/helper-arrow.png") no-repeat;
    content: " ";
    display: block;
    width: 14px;
    height: 19px;
    position: absolute;
    left: 48px;
    top: -9px; }

.helper__more {
  cursor: pointer;
  border-bottom: 1px dotted;
  color: #1979d2;
  font-size: 12px;
  margin-left: 8px; }
  .helper__more:hover {
    color: #df0b2e; }

.helper__close {
  background: url("../img/elements/helper-close.png") no-repeat;
  display: block;
  cursor: pointer;
  width: 11px;
  height: 11px;
  position: absolute;
  right: 5px;
  top: 5px; }

.helper__hidden-more {
  display: none; }

.form-cg--text .history {
  margin-top: 2px; }

.history {
  margin-top: 10px; }

.history--no-top {
  margin-top: 0; }

.history__hidden {
  display: none; }

.history__inner {
  background: #ebeef8;
  display: inline-block;
  font-size: 12px;
  line-height: 1.6;
  min-width: 250px;
  max-width: 500px;
  padding: 8px; }

.history__date {
  font-weight: bold;
  margin-top: 4px; }
  .history__date span {
    margin-left: 30px; }

.history__toggle {
  margin-top: 7px; }

.history-panel {
  background: #f5f7fa;
  font-size: 13px;
  max-width: 790px;
  padding: 12px;
  margin-bottom: 15px; }
  .history-panel .prop span:first-child {
    min-width: 110px;
    margin-left: 0; }
  .history-panel .prop span {
    margin-left: 110px; }

.history-panel__info {
  font-size: 14px;
  margin-bottom: 10px; }
  .history-panel__info small {
    font-size: 12px;
    margin-left: 15px; }

.reg-end-good {
  background: url("../img/elements/reg-good.png") no-repeat 20px 7px;
  width: 780px;
  font-size: 15px;
  padding-left: 110px;
  margin-top: 40px; }
  .reg-end-good h3 {
    color: #449908;
    margin-bottom: 5px; }

.reg-end {
  font-size: 31px;
  font-family: 'pt_sansbold';
  text-align: center;
  padding-top: 120px; }

.profile-name {
  margin-bottom: 25px;
  width: 600px; }

.profile-name__left {
  display: inline-block;
  vertical-align: top;
  width: 270px; }

.profile-name__right {
  display: inline-block;
  vertical-align: top; }

.order-right {
  float: right;
  width: 180px;
  position: relative;
  z-index: 5; }
  .order-right label {
    color: black;
    font-size: 13px; }
  .order-right input[type="text"] {
    width: 100%; }

.order-right__link {
  font-size: 16px;
  text-align: center;
  line-height: 1.7;
  padding-top: 10px; }

.order-half__col {
  display: inline-block;
  vertical-align: middle;
  width: 250px; }

.order-alert {
  color: #e51139;
  font-size: 16px; }

.emp-my-orders {
  padding: 0 6px 10px 0; }

.emp-my-order {
  margin-bottom: 22px; }

.emp-my-order__panel {
  border: 1px solid #d2e0ef;
  font-size: 15px;
  padding: 15px 22px;
  position: relative;
  z-index: 6;
  -webkit-box-shadow: 3px 3px 4px #a1c0dc;
  -moz-box-shadow: 3px 3px 4px #a1c0dc;
  box-shadow: 3px 3px 4px #a1c0dc; }

.emp-my-order__status {
  float: right;
  color: #548e15;
  text-align: center;
  width: 190px; }

.emp-my-order__status--two-lines {
  margin-top: -6px; }

.emp-my-order__status-icon {
  background: url("../img/emp/emp-my-order-status.png") no-repeat;
  display: inline-block;
  vertical-align: middle;
  width: 27px;
  height: 20px;
  margin-bottom: 2px; }

.emp-my-order__status-date {
  color: #505050;
  font-size: 11px; }

.emp-my-order__status--red {
  color: #e3290b; }
  .emp-my-order__status--red .emp-my-order__status-icon {
    background-position: 0 -20px; }

.emp-my-order__status--gray {
  color: #505050; }
  .emp-my-order__status--gray .emp-my-order__status-icon {
    background-position: 0 -40px; }

.emp-my-order__title {
  display: block;
  margin-bottom: 15px; }
  .emp-my-order__title small {
    color: #3e3e3e;
    font-family: 'pt_sansregular';
    font-size: 14px; }

.emp-my-order__title-link {
  font-family: 'pt_sansregular';
  font-size: 20px; }
  .emp-my-order__title-link span {
    font-family: 'pt_sansbold'; }

.emp-my-order__edit {
  font-size: 12px; }

.emp-my-order__hidden {
  display: none;
  background: #dee6ee;
  padding: 10px 22px 18px; }

.emp-my-order__toggle {
  font-size: 12px;
  margin-top: 5px; }

/*
  Docs
*/
.emp-my-order__docs {
  margin: 20px 0 -10px;
  *zoom: 1; }
  .emp-my-order__docs:before, .emp-my-order__docs:after {
    display: table;
    content: "";
    line-height: 0; }
  .emp-my-order__docs:after {
    clear: both; }

.emp-my-order__doc {
  display: inline-block;
  vertical-align: top;
  font-size: 12px;
  width: 32.33333%;
  padding-right: 60px;
  margin-bottom: 20px; }
  .emp-my-order__doc p {
    margin-top: 7px; }

.emp-my-order .btn.btn--blue {
  font-size: 13px;
  padding-left: 40px;
  padding-right: 40px; }

/*
  Info
*/
.emp-my-order__info {
  background: white;
  border: 1px solid #acbac9;
  font-family: 'pt_sansregular';
  float: right;
  color: #393939;
  width: 265px;
  padding: 10px;
  position: relative;
  z-index: 5; }
  .emp-my-order__info .form-cg {
    margin-bottom: 12px; }

.emp-my-order__info-bottom {
  border-top: 1px dotted #b5b5b5;
  padding: 10px 0 5px;
  margin-top: 15px; }

.emp-my-order__info-mail {
  background: url("../img/emp/convert.png") no-repeat 4px 4px;
  font-size: 14px;
  padding-left: 70px; }

.emp-feedback {
  border-bottom: 1px solid #a1b2c2;
  color: #5a7692;
  font-size: 13px;
  padding: 13px 10px 16px;
  margin-bottom: 4px; }
  .emp-feedback.active {
    background: #e4e9ee;
    border-bottom-color: transparent; }

.emp-feedback__inner {
  margin-left: 29px; }

.emp-feedback__title {
  display: block;
  font-family: 'pt_sansregular';
  font-size: 18px;
  margin-bottom: 8px; }
  .emp-feedback__title small {
    font-size: 14px; }

.emp-feedback__mail {
  background: url("../img/icons/mail.png") no-repeat;
  float: left;
  width: 22px;
  height: 16px;
  margin-top: 6px;
  position: relative; }

.emp-feedback__mail-count {
  display: block;
  background: url("../img/icons/mail-count.png") no-repeat;
  color: #6bb647;
  font-size: 10px;
  text-align: center;
  width: 13px;
  height: 13px;
  padding-right: 1px;
  position: absolute;
  right: -5px;
  top: -6px;
  z-index: 5; }

.emp-fb-message {
  border-bottom: 1px solid #e5e5e5;
  font-size: 13px;
  padding: 13px 0 18px; }

.emp-fb-message__name {
  color: #0053a0;
  font-family: 'pt_sansbold';
  font-size: 15px;
  margin-bottom: 2px; }

.emp-fb-message__date {
  color: #8d8c8c;
  font-size: 12px; }

.emp-fb-message__body {
  font-size: 14px;
  margin: 9px 0 9px; }

.emp-fb-message__bottom {
  font-size: 13px;
  margin: 9px 0 0; }

.emp-fb-message__topic {
  font-style: italic;
  margin-bottom: 3px; }

.emp-fb-submessage {
  background: #effcdf;
  border: 1px solid #d6ebbc;
  padding: 8px 15px 9px;
  margin-top: 22px;
  position: relative; }
  .emp-fb-submessage:first-child {
    margin-top: 16px; }
  .emp-fb-submessage:after {
    background: url("../img/emp/emp-fb-submessage-arrow.png") no-repeat;
    content: " ";
    display: block;
    width: 16px;
    height: 9px;
    position: absolute;
    left: 15px;
    top: -9px; }

.emp-fb-submessage__name {
  color: #7cb930;
  font-family: 'pt_sansbold';
  font-size: 15px;
  margin-bottom: 2px; }

.emp-fb-submessage__date {
  color: #8d8c8c;
  font-size: 12px; }

.emp-fb-submessage__body {
  font-size: 14px;
  margin: 9px 0 0; }

.emp-fb-submessage__bottom {
  font-size: 13px;
  margin: 9px 0 0; }

.emp-fb-submessage--author {
  background: #eff1f2;
  border-color: #d5d9db; }
  .emp-fb-submessage--author .emp-fb-submessage__name {
    color: #0053a0; }
  .emp-fb-submessage--author:after {
    background: url("../img/emp/emp-fb-submessage-arrow--author.png") no-repeat;
    width: 18px;
    height: 10px;
    top: -10px; }

.emp-fb-submessage form {
  padding: 5px 0; }
  .emp-fb-submessage form input[type="text"] {
    font-size: 14px;
    font-style: italic; }
  .emp-fb-submessage form input[type="text"], .emp-fb-submessage form textarea {
    width: 100%; }
  .emp-fb-submessage form .form-cg {
    margin-bottom: 18px; }

.emp-fb-filter {
  color: #0053a0;
  font-size: 15px;
  margin: 35px 0 12px;
  padding-right: 15px;
  *zoom: 1; }
  .emp-fb-filter:before, .emp-fb-filter:after {
    display: table;
    content: "";
    line-height: 0; }
  .emp-fb-filter:after {
    clear: both; }
  .emp-fb-filter .selectbox {
    display: inline-block;
    margin-left: 8px; }
    .emp-fb-filter .selectbox .select {
      width: 137px; }
  .emp-fb-filter .float-right {
    padding-top: 3px; }

.emp-fb-filter__create-message {
  color: #6bb647;
  font-family: 'pt_sansbold';
  font-size: 15px; }

.emp-fb-new-message {
  margin-top: 30px; }
  .emp-fb-new-message input[type="text"], .emp-fb-new-message textarea {
    width: 100%; }

.emp-fb-new-message__to {
  font-size: 13px;
  margin-bottom: 18px; }
  .emp-fb-new-message__to span {
    color: #0053a0;
    font-family: 'pt_sansregular';
    font-size: 15px; }

.emp-order-box {
	float: right;
	width: 198px;
}
.emp-order-good {
  background: url("../img/emp/flag.png") no-repeat left 2px;
  color: #8f8f8f;
  font-size: 12px;
  padding-left: 38px; }
  .emp-order-good strong {
    font-size: 14px; }

.emp-order-good__green {
  color: #72a812;
  font-family: 'pt_sansbold';
  font-size: 15px;
  margin-bottom: 5px; }

.emp-order-write-message {
  background: url("../img/emp/write-message.png") no-repeat;
  display: block;
  width: 40px;
  height: 201px;
  position: absolute;
  top: 195px;
  right: 0; }

.emp-order-statuses {
  width: 670px;
  margin-bottom: 20px; }
  .emp-order-statuses form label {
    text-align: left; }
  .emp-order-statuses form .form-cg {
    margin-bottom: 16px; }
  .emp-order-statuses form .select, .emp-order-statuses form textarea {
    width: 410px; }
  .emp-order-statuses form .form-cg--inline > label {
    width: 135px; }
  .emp-order-statuses form .form-cg--inline .form-cg__inner {
    margin-left: 140px; }

.emp-order-statuses--active .icon--ar-down {
  background-position: 0 -5px; }
.emp-order-statuses--active .emp-order-statuses__hidden {
  display: block; }

.emp-order-statuses__activator {
  font-size: 16px;
  font-family: 'pt_sansregular';
  font-weight: bold; }

.emp-order-statuses__hidden {
  background: #f5f7fa;
  display: none;
  padding: 15px 12px 18px;
  margin-top: 8px; }

.emp-order-status {
  margin: 18px 0 30px; }
  .emp-order-status:last-child {
    margin-bottom: 5px; }

.emp-order-status__date {
  color: #1a78d2;
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 7px; }

.emp-order-status__fields {
  margin-bottom: 7px; }
  .emp-order-status__fields span {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px; }
    .emp-order-status__fields span:first-child {
      font-weight: bold;
      width: 135px; }

.emp-order-confirm__date {
  padding-left: 15px;
  color: #8f8f8f;
  font-size: 13px;
  margin-top: 10px; }

.modal-write-message {
  width: 900px;
  padding: 20px 30px 25px; }
  .modal-write-message .emp-fb-new-message {
    margin: 0; }

.modal-confirm {
  display: inline-block;
  text-align: center;
  width: auto;
  max-width: 500px;
  min-width: 310px;
  padding: 15px 30px 20px;
  margin-top: 200px; }
  .modal-confirm .btn:first-child {
    margin-right: 43px; }
  .modal-confirm h3 {
    font-size: 21px; }
  .modal-confirm h3.h--normal {
    color: #000000;
    font-size: 24px; }

.modal-confirm__buttons {
  margin-top: 20px; }

.mq-1024 .l-wrapper-padding {
  padding-left: 5px;
  padding-right: 5px; }
.mq-1024 .filter__inner {
  padding-left: 5px;
  padding-right: 5px; }
.mq-1024 .filter-three__second {
  margin-left: 328px;
  width: 240px; }
.mq-1024 .filter-three__third {
  width: 190px; }
.mq-1024 table.table--index td {
  padding-left: 5px;
  padding-right: 5px; }
  .mq-1024 table.table--index td:first-child div {
    padding-left: 5px;
    padding-right: 5px; }
    .mq-1024 table.table--index td:first-child div:after {
      left: -23px; }

@media (max-width: 1160px) {
  .l-wrapper-padding {
    padding-left: 5px;
    padding-right: 5px; }

  .filter__inner {
    padding-left: 5px;
    padding-right: 5px; }

  .filter-three__second {
    margin-left: 328px; }

  table.table--index td {
    padding-left: 5px;
    padding-right: 5px; }
    table.table--index td:first-child div {
      padding-left: 5px;
      padding-right: 5px; }
      table.table--index td:first-child div:after {
        left: -23px; } }

.form-contract-data-edit .form-cg--inline .form-cg__inner {
	margin-left:185px;
}
.form-contract-data-edit .form-cg--inline > label {
	width:170px;
}

.feedback-message-file {
	display:block;
	padding-left:23px;
	/*background:url(/public/themes/frontend/img/doc1-ico.png) no-repeat 0 50%;*/
	background:url(../../frontend/img/attach.html) no-repeat 0 50%;
	margin:5px 0;
}

.user-position-edit {
	width:16px;
	height:16px;
	display:block;
	background:url(../../backend/images/pencil.png) no-repeat 0 50%;
}
.user-position-edit-cancel {
	width:16px;
	height:16px;
	display:block;
	background:url(../../backend/images/pencil_delete.png) no-repeat 0 50%;
}

.ticket-integration-transfer {
	margin-top:20px;
	text-align:center;
}
	.ticket-integration-transfer .btn--green {
		padding: 5px 16px 7px 16px;
		font-size:14px;
		text-align:left;
	}

.items-list-item-integration-from {
	display:block;
	font-size:0.9em;
	color:#555;
}
	.table--index .items-list-item-integration-from {
		position:relative;
		top:-15px;
	}
	.table--list .items-list-item-integration-from {
		margin-top:5px;
	}

.btn--blue-big, .btn--green-big {
  font-size: 14px;
  height: auto;
  padding: 10px 18px 11px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px; }
 
.btn--blue.disabled, .btn--blue.disabled:hover, .btn--blue.disabled:active {
	border: 1px dashed #949494;
	color: #7f7e7e;
	background:none;
	cursor:default;
	-webkit-box-shadow:none;
    -moz-box-shadow:none;
    box-shadow:none;
	top:0px;
}

.ticket-invoice-form input[type="file"] {
	vertical-align:middle;
}
.ticket-invoice-form .btn {
	margin-left:5px;
}
.ticket-invoice-form .desc-form {
	font-size:0.9em;
	line-height:1.3;
	margin-top:10px;
}

.tickets-list-notification {
    cursor: pointer;
    display: inline-block;
    text-indent: 0;
    vertical-align: middle;
    font-size: 12px;
    line-height: 1;
    min-width: 54px;
	position:relative;
	top:-10px;
}
	.tickets-list-notification.active {
		color: #fb0202;
	}

.page-header .logo-text {
	color: #155691;
    font-size: 51px;
    font-weight: 700;
    letter-spacing: -1.275px;
    text-align: left;
    text-decoration: none;
	text-transform:uppercase;
}

.haveErr {
	border:0px !important;
}
.haveErr td  {
	vertical-align:bottom;
	border:0px !important;
}
.haveErr td:first-child  {
	border-left:0px;
	color:#E40F37;
	font-weight:Bold;
	font-size:41px;
	padding-bottom:3px;
}
.haveErr td div {
	margin-left:8px;
	font-size:20px;
	max-width:870px;
}