@charset "UTF-8";
/*BODY,
UL, OL,
BUTTON,
P, INPUT,
BLOCKQUOTE,
DL, DT, DD,
TABLE, TD, TH,
FIGURE, FIGCAPTION,
H1, H2, H3, H4, H5, H6 {
  padding: 0;
  margin: 0;
}

P + P {
  margin-top: 1em;
}

UL, OL {
  list-style-type: none;
}

TABLE {
  border-collapse: collapse;
  border-spacing: 0;
}

A IMG {
  border: none;
}

TEXTAREA:focus,
INPUT, INPUT:focus,
A:focus {
  outline-offset: 0;
  outline: none;
}

A:active {
  text-decoration: none;
  color: inherit;
}

A:hover {
  text-decoration: none;
  color: inherit;
}

BUTTON {
  background: none;
  outline: none;
  border: none;
}

TEXTAREA {
  resize: none;
}*/

* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

address {
  font-style: normal;
}

.a-hidden, .hidden {
  display: none;
}

.a-block {
  display: block;
}

.a-inline-cont > *,
.a-inline-block {
  vertical-align: top;
  display: inline-block;
}

.a-left {
  float: left;
}

.a-right {
  float: right;
}

.a-clearbox::after {
  content: "";
  display: table;
  clear: both;
}

.a-justify, .a-justify > .a-justify {
  text-align-last: justify;
  text-align: justify;
  line-height: 0;
  font-size: 1px;
  zoom: 1;
}

.a-justify:after, .a-justify > .a-justify:after {
  display: inline-block;
  visibility: hidden;
  overflow: hidden;
  content: '';
  width: 100%;
  height: 0;
}

.a-justify > *, .a-justify > .a-justify > * {
  vertical-align: top;
  display: inline-block;
  text-align-last: auto;
  text-align: left;
  font: 14px/18px Arial;
}

.browser-ie8 .a-justify, .browser-ie8 .a-justify > .a-justify {
  text-align-last: center;
}

.a-nowrap {
  white-space: nowrap;
}

.a-pre {
  white-space: pre-line;
}

.a-center {
  text-align: center;
}

.chosen.fullwidth {
  width: 100%;
}

.chosen.fullwidth + .chzn-container {
  display: block;
}

.chosen.fullwidth + .chzn-container .chzn-single {
  width: auto !important;
  display: block;
}

.chzn-container.chzn-container-single .chzn-single {
  padding-left: 10px;
  background: #fff;
  border: none;
  height: 32px;
  color: #000;
}

.chzn-container.chzn-container-single .chzn-single DIV {
  background: url("/img/icons/select-arrow.png") 0 50% no-repeat;
  width: 22px;
}

.chzn-container.chzn-container-single .chzn-drop {
  min-width: 100% !important;
  background: #fff;
  border: none;
  padding: 0;
}

.chzn-container.chzn-container-single .chzn-drop .chzn-search {
  position: absolute;
  left: -9999px;
}

.chzn-container.chzn-container-single .chzn-drop .chzn-results {
  background: #fff;
  padding: 0;
  margin: 0;
}

.chzn-container.chzn-container-single .chzn-drop .chzn-results LI {
  padding: 5px 10px;
  color: #000;
}

.chzn-container.chzn-container-single .chzn-drop .chzn-results LI.highlighted {
  background: #777;
  color: #ececec;
}

.chzn-container.chzn-container-single .chzn-drop .chzn-results LI.group-result {
  font-weight: bold;
}

.icon {
  vertical-align: top;
  display: inline-block;
  background: url("/img/icons/icons.png") 0 0 no-repeat;
  height: 20px;
  width: 20px;
}

.user-form {
  position: relative;
}

.user-form.sending {
  opacity: .5;
}

.user-form.sending:after {
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  content: '';
  z-index: 2;
  left: 0;
  top: 0;
}
/*
BODY {
  background: #fff;
  color: #000;
  font: 14px/18px Arial;
}*/

.admin-icon {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  border-radius: 50%;
  background: #19a0d9;
  position: fixed;
  display: block;
  height: 58px;
  width: 58px;
  bottom: -64px;
  right: 32px;
  z-index: 90;
}

.admin-icon .svg {
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
          transform: translate(0, -50%);
  position: relative;
  display: block;
  margin: 0 auto;
  top: 50%;
  width: 58%;
  height: 58%;
}

.admin-icon .svg path {
  fill: #fff;
}

.admin-icon._shown {
  bottom: 24px;
}

/*  HEADER  */
.header {
    margin: 0.5em;
}

.header .title {
/*    margin: auto;
    padding: 15px auto 5px auto;
    text-align: center;
    vertical-align: middle;*/
    color: #292b82;
    font-size: 1.5em;
    line-height: 25px;
}

/*  USER PANEL  */
.user_panel {
    margin: 0 auto;
    width: 800px;
    background-color: #fff;
}


/* DIALOG SETTINGS */
.dialog_window.error{
    color: #980707;
}

.ui-widget.error .ui-widget-header{
    border: 1px solid #ffd9d9;
    background: #ffa7a7;
    color: #7d0404;     
}

.dialog_window.success{
    color: #16771d;
}

.ui-widget.success .ui-widget-header{
    border: 1px solid #ffd9d9;
    background: #c9ffcd;
    color: #4daa54;   
}
/* COMMON ELEMENTS */
.cursor-pointer{
    cursor:pointer;
}

/* ///////////////////////// */
.mobile-detect {
  visibility: hidden;
  position: fixed;
  left: -9999px;
  width: 0;
}

@media (max-width: 1200px) {
  .mobile-detect {
    width: 1px;
  }
}

@media (max-width: 700px) {
  .mobile-detect {
    width: 2px;
  }
}

/*# sourceMappingURL=style.css.map */
