html,
body {
  height: 100%;
}
body {
  padding: 0;
  margin: auto 0;
  position: relative;
  font: normal 14px Arial, sans-serif;
  line-height: 1.5;
  color: #3e3e3e;
  background: #ffffff;
}
div,
span,
em,
b,
strong,
applet,
object,
iframe,
dl,
dt,
dd,
ol,
fieldset,
form,
label,
legend,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
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;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
h1,
.h1 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 28px;
  font-weight: bold;
  line-height: 1;
  color: #000000;
}
h2,
.h2 {
  margin: 0 0 0.5em;
  padding: 0;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.1;
  color: #000000;
}
h3,
.h3 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.1;
  color: #000000;
}
h4,
h5,
h6 {
  margin: 0 0 0.5em 0;
  padding: 0;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.1;
  color: #000000;
}
h1 .h-link,
h2 .h-link,
h3 .h-link {
  margin-left: 23px;
  font-size: 16px;
}
p {
  margin: 0 0 1.3em 0;
  padding: 0;
}
small,
.font_small {
  font-size: 0.8em;
}
a {
  color: blue;
  text-decoration: underline;
  transition: color 0.1s ease;
}
a:hover {
  text-decoration: none;
}
.link_dashed {
  text-decoration: none;
  border-bottom: 1px dashed blue;
}
.link_dashed:hover {
  text-decoration: none;
}
img {
  margin: 0;
  padding: 0;
  vertical-align: middle;
  border: none;
}
table {
  margin: 0;
  padding: 0;
  border-collapse: collapse;
  border-spacing: 0;
}
table tr {
  margin: 0;
  padding: 0;
}
table tr td {
  margin: 0;
  padding: 0;
  vertical-align: top;
}
ul,
li,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.resetList,
.section-main ul.resetList {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: visible;
}
ul.resetList li,
.section-main ul.resetList li {
  margin: 0;
  padding: 0;
  color: inherit;
  line-height: normal;
  background: none;
}
ul.resetList li:after,
.section-main ul.resetList li:after,
ul.resetList li:before,
.section-main ul.resetList li:before {
  display: none;
}
.section-main ul,
ul.list {
  margin: 0 0 18px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
}
.section-main ul li,
ul.list li {
  margin: 0 0 8px 0;
  padding: 0 0 0 16px;
  position: relative;
}
.section-main ul li:after,
ul.list li:after {
  content: '';
  width: 0;
  height: 0;
  display: block;
  position: absolute;
  top: 6px;
  left: 0;
  background: transparent;
  border-color: transparent;
  border-width: 4px;
  border-style: solid;
  border-left-color: #fdcd01;
}
.section-main ul li ul,
ul.list li ul {
  margin: 16px 0 0 0;
  padding: 0;
}
.section-main ul li ul li,
ul.list li ul li {
  margin: 0 0 8px 0;
  padding: 0 0 0 16px;
}
.section-main ol,
ol.list {
  margin: 0 0 18px 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  counter-reset: list;
}
.section-main ol li,
ol.list li {
  margin: 0 0 8px 0;
  padding: 0 0 0 36px;
  position: relative;
}
.section-main ol li ol,
ol.list li ol {
  margin: 16px 0 0 0;
  padding: 0;
}
.section-main ol li ol li,
ol.list li ol li {
  margin: 0 0 8px 0;
  padding: 0 0 0 36px;
}
.section-main ol li:before,
ol.list li:before {
  content: counters(list, '.');
  counter-increment: list;
  width: 30px;
  position: absolute;
  font-size: 14px;
  top: 0;
  left: 0;
  font-weight: bold;
  text-align: center;
  color: #000000;
  background: transparent;
}
blockquote,
.blockquote {
  margin: 18px 0 18px 0;
  padding: 16px 0 16px 40px;
  width: auto;
  position: relative;
  display: block;
  font-size: 120%;
  font-style: italic;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
@media only screen and (max-width: 768px) {
  h2,
  .h2 {
    margin: 0 0 20px 0;
    font-size: 36px;
  }
}
.table {
  margin: 0 0 18px 0;
  padding: 0;
  width: 100%;
  border-collapse: collapse;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
}
.table th {
  margin: 0;
  padding: 15px 10px 15px 24px;
  font-weight: bold;
  color: #2c2c2c;
  text-align: center;
  vertical-align: middle;
  background: #f5f5f5;
  border-collapse: collapse;
  border-bottom: 2px solid #ccc;
}
.table td {
  margin: 0;
  padding: 15px 10px 15px 24px;
  text-align: center;
  border-collapse: collapse;
  vertical-align: middle;
  border-bottom: 1px solid #ccc;
}
input:focus,
textarea:focus,
button:focus,
.btn:focus {
  outline: none;
}
input[type="tel"],
input[type="email"],
input[type="text"],
input[type="password"],
textarea {
  padding: 0 5px;
  margin: 0;
  height: 28px;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  background: #ffffff;
  border: 1px solid #cdcdcd;
  outline: none;
  -webkit-appearance: none;
  border-radius: 3px;
}
input[disabled="disabled"] {
  background: #ccc;
}
.lt-ie9 input[type="tel"],
.lt-ie9 input[type="tel"]:focus,
.lt-ie9 input[type="email"],
.lt-ie9 input[type="email"]:focus,
.lt-ie9 input[type="text"],
.lt-ie9 input[type="text"]:focus,
.lt-ie9 input[type="password"],
.lt-ie9 input[type="password"]:focus {
  line-height: 28px;
}
.field {
  margin: 0 0 15px 0;
  padding: 0;
}
.field .field-label,
.field label {
  margin: 0 0 8px 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  color: #000000;
  float: left;
  font-weight: normal;
  line-height: 16px;
}
.field input[type=tel],
.field input[type=email],
.field input[type=text],
.field input[type=password] {
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: 28px;
  color: inherit;
  border: 1px solid #cdcdcd;
  background: #ffffff;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.field textarea {
  margin: 0;
  padding: 10px 0px 0 10px;
  width: 100%;
  height: 150px;
  background: #ffffff;
  resize: none;
  overflow-x: hidden;
  color: inherit;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.field_error input[type="password"],
.field_error input[type="text"],
.field_error textarea,
.field_error input[type="password"]:focus,
.field_error input[type="text"]:focus,
.field_error textarea:focus {
  border-color: #eeeeee;
  color: #ff4040;
}
.field_tips {
  font-size: 11px;
  color: #cccccc;
}
.field-input {
  padding: 0;
  margin: 0;
  width: 100%;
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.form-inline .field-label,
.form-inline label {
  margin: 9px -105px 5px 0;
  padding: 0;
  width: auto;
}
.form-inline .field-input {
  padding: 0 0 0 105px;
}
.form-inline .field-btn {
  margin: 10px 0 0 105px;
}
.lt-ie8 .field input[type=text],
.lt-ie8 .field input[type=password] {
  padding: 0;
}
.lt-ie8 .field textarea {
  padding: 0;
}
.field_radio label {
  width: auto;
  font-weight: normal;
  display: inline-block;
}
input[type="checkbox"],
input[type="radio"] {
  margin: 0 0 2px 0;
  vertical-align: middle;
}
input[type=submit],
input[type=reset],
input[type=button],
.btn {
  margin: 0 0 0 0;
  padding: 0 10px;
  height: 28px;
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  line-height: 28px;
  color: #ffffff;
  border: none;
  background: #75bafe;
  -webkit-appearance: none;
  cursor: pointer;
  vertical-align: top;
  border-radius: 3px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type=submit]:hover,
input[type=reset]:hover,
.btn:hover {
  text-decoration: none;
  color: #ffffff;
  background: #5cadfe;
}
.btn {
  font-size: 12px;
}
.btn .icon-font {
  margin: 0 6px 0 0 ;
  font-size: 18px;
  color: #fff;
  vertical-align: middle;
}
.btn_ico {
  min-width: 28px;
  padding: 0 ;
  line-height: 25px;
  background: transparent;
}

.btn_ico:hover {

  background: transparent;
 
}
 .btn_ico.btn_hidden:hover .icon-font{
    color: #BBA777;
  }

.btn_ico .icon-font {
  margin: 0;
  color: #979ba7;
}
 .btn_ico:hover .icon-font {
  color: #898e9b;
 }

.btn_dashed {
  background: transparent;
}
.btn_dashed:hover {
  background: transparent;
}
.btn_dashed:hover .icon-font {
  color: #898e9b;
}
.btn_dashed span {
  color: #7a94ae;
  border-bottom: 1px dashed #7a94ae;
}
.btn_dashed .icon-font {
  margin: 0 6px 0 0;
  color: #979ba7;
}
.btn_gray {
  background: #aab6c2;
}
.btn_gray:hover {
  background: #9ba9b7;
}
input::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.section-main img[align="left"] {
  margin: 0 15px 5px 0;
  float: left;
}
.section-main img[align="right"] {
  margin: 0 15px 5px 0;
  float: right;
}
.img_left {
  margin: 0 15px 5px 0;
  float: left;
}
.img_right {
  margin: 0 0 5px 15px;
  float: right;
}
.holder-picture {
  margin: 0 auto  18px auto;
  width: 1%;
  display: table;
}
.holder-picture-img {
  margin: 0 0 14px 0;
  display: inline-block;
}
.holder-picture-img img {
  max-width: 500px;
}
.holder-picture .holder-picture-descr {
  margin: 0;
  padding: 0;
  width: 100%;
  display: inline-block;
  font-size: 12px;
  font-style: italic;
  line-height: 1.3;
  color: #000;
}
.holder-picture_left {
  margin: 0 20px 20px 0;
  float: left;
}
.holder-picture_right {
  margin: 0 20px 20px 0;
  float: right;
}
input[type="text"]:-moz-placeholder {
  color: 'red';
}
input[type="text"]::-moz-placeholder {
  color: 'red';
}
input[type="text"]:-ms-input-placeholder {
  color: 'red';
}
input[type="text"]::-webkit-input-placeholder {
  color: 'red';
}
.grid {
  *zoom: 1;
  overflow: hidden;
}
.grid .row {
  margin-left: -7px;
  margin-right: -7px;
}
.col50 {
  padding-left: 7px;
  padding-right: 7px;
  width: 50%;
  min-height: 1px;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col33 {
  padding-left: 7px;
  padding-right: 7px;
  width: 33.33333333%;
  min-height: 1px;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col25 {
  padding-left: 7px;
  padding-right: 7px;
  width: 25%;
  min-height: 1px;
  position: relative;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.col25-offset {
  margin-left: 25%;
}
.footnote {
  margin: 0 0 14px 0;
  padding: 0 0 0 15px;
  font-size: 14px;
  font-style: italic;
  line-height: 1.3;
  color: #7d6262;
}
a[href^="tel:"],
.phone-number {
  color: inherit;
  text-decoration: none;
}
a[href^="tel:"]:hover,
.phone-number:hover {
  text-decoration: none;
}
.bigger-letters {
  font-size: 125%;
  line-height: 1.3;
  color: #000;
}
.msg {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
}
.msg-error {
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  color: #A94442;
}
.msg-success {
  background-color: #DFF0D8;
  border-color: #D6E9C6;
  color: #3C763D;
}
.req {
  color: red;
}
.u-tcenter {
  text-align: center;
}
.u-tleft {
  text-align: left;
}
.u-tright {
  text-align: right;
}
.u-f-left {
  float: left !important;
}
.u-f-right {
  float: right !important;
}
.u-f-none {
  float: none !important;
}
.u-req {
  color: red;
  font-weight: bold;
}
.is-hidden {
  display: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
@-ms-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
@font-face {
  font-family: 'fontello';
  src: url('../css/component/modules/font/fontello.eot?16489155');
  src: url('../css/component/modules/font/fontello.eot?16489155#iefix') format('embedded-opentype'), url('../css/component/modules/font/fontello.woff?16489155') format('woff'), url('../css/component/modules/font/fontello.ttf?16489155') format('truetype'), url('../css/component/modules/font/fontello.svg?16489155#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?16489155#fontello') format('svg');
  }
}
*/
.icon-font {
  width: 1em;
  display: inline-block;
  line-height: 1em;
  font-family: 'fontello';
  font-style: normal;
  font-variant: normal;
  font-size: 120%;
  text-transform: none;
  color: inherit;
}
.icon-font:before {
  vertical-align: top;
}
.icon-chat:before {
  content: '\e800';
}
/* '' */
.icon-cog:before {
  content: '\e801';
}
/* '' */
.icon-search:before {
  content: '\e802';
}
/* '' */
.icon-spin6:before {
  content: '\e803';
}
/* '' */
.icon-spin4:before {
  content: '\e804';
}
/* '' */
.icon-sort:before {
  content: '\e805';
}
/* '' */
.icon-sort-down:before {
  content: '\e806';
}
/* '' */
.icon-sort-up:before {
  content: '\e807';
}
/* '' */
.icon-filter:before {
  content: '\e808';
}
/* '' */
.icon-comment-empty:before {
  content: '\e809';
}
/* '' */
.icon-comment:before {
  content: '\e80a';
}
/* '' */
.icon-eye:before {
  content: '\e80b';
}
/* '' */
.icon-eye-off:before {
  content: '\e80c';
}
/* '' */
.icon-right-dir:before {
  content: '\e80d';
}
/* '' */
.icon-left-dir:before {
  content: '\e80e';
}
/* '' */
.icon-up-dir:before {
  content: '\e80f';
}
/* '' */
.icon-down-dir:before {
  content: '\e810';
}
/* '' */
.icon-down-open:before {
  content: '\e811';
}
/* '' */
.icon-left-open:before {
  content: '\e812';
}
/* '' */
.icon-right-open:before {
  content: '\e813';
}
/* '' */
.icon-up-open:before {
  content: '\e814';
}
/* '' */
.icon-angle-left:before {
  content: '\e815';
}
/* '' */
.icon-angle-right:before {
  content: '\e816';
}
/* '' */
.icon-angle-up:before {
  content: '\e817';
}
/* '' */
.icon-angle-down:before {
  content: '\e818';
}
/* '' */
.icon-resize-vertical:before {
  content: '\e819';
}
/* '' */
.icon-resize-horizontal:before {
  content: '\e81a';
}
/* '' */
.icon-resize-full:before {
  content: '\e81b';
}
/* '' */
.icon-resize-small:before {
  content: '\e81c';
}
/* '' */
.icon-resize-full-alt:before {
  content: '\e81d';
}
/* '' */
.icon-move:before {
  content: '\e81e';
}
/* '' */
.icon-zoom-in:before {
  content: '\e81f';
}
/* '' */
.icon-zoom-out:before {
  content: '\e820';
}
/* '' */
.icon-sort-name-up:before {
  content: '\e821';
}
/* '' */
.icon-sort-name-down:before {
  content: '\e822';
}
/* '' */
.icon-cancel-1:before {
  content: '\e823';
}
/* '' */
.icon-left-open-mini:before {
  content: '\e824';
}
/* '' */
.icon-right-open-mini:before {
  content: '\e825';
}
/* '' */
.icon-up-open-mini:before {
  content: '\e826';
}
/* '' */
.icon-down-open-big:before {
  content: '\e827';
}
/* '' */
.icon-left-open-big:before {
  content: '\e828';
}
/* '' */
.icon-right-open-big:before {
  content: '\e829';
}
/* '' */
.icon-up-open-big:before {
  content: '\e82a';
}
/* '' */
.icon-down:before {
  content: '\e82b';
}
/* '' */
.icon-left:before {
  content: '\e82c';
}
/* '' */
.icon-right:before {
  content: '\e82d';
}
/* '' */
.icon-up-1:before {
  content: '\e82e';
}
/* '' */
.icon-dot-3:before {
  content: '\e82f';
}
/* '' */
.icon-cancel:before {
  content: '\e830';
}
/* '' */
.icon-cancel-circle:before {
  content: '\e831';
}
/* '' */
.icon-sort-alt-down:before {
  content: '\e832';
}
/* '' */
.icon-sort-alt-up:before {
  content: '\e833';
}
/* '' */
.icon-cancel-2:before {
  content: '\e834';
}
/* '' */
.icon-cog-alt:before {
  content: '\e835';
}
/* '' */
.icon-arrows-cw:before {
  content: '\e836';
}
/* '' */
.icon-ccw:before {
  content: '\e837';
}
/* '' */
.icon-cw:before {
  content: '\e838';
}
/* '' */
.icon-print:before {
  content: '\e839';
}
/* '' */
.icon-floppy:before {
  content: '\e83a';
}
/* '' */
.icon-download:before {
  content: '\e83b';
}
/* '' */
.icon-pencil:before {
  content: '\e83c';
}
/* '' */
.icon-plus:before {
  content: '\e83d';
}
/* '' */
.icon-spin5:before {
  content: '\e83e';
}
/* '' */
.header {
  height: 100px;
  position: relative;
}
.publications-pane {
  position: absolute;
  top: 20px;
  left: 30%;
}
.content {
  padding: 0 25px;
  box-sizing: border-box;
}
ul.page-tab {
  margin: 0 10px;
  padding: 0;
}
ul.page-tab li {
  margin: 0;
  padding: 0;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  background: #daeaff;
  border: 1px solid #d9dee5;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: inset 0 1px 0 0 #FFF;
  box-shadow: inset 0 1px 0 0 #FFF;
}
ul.page-tab li:hover,
ul.page-tab li.page-tab-item_act {
  background: #ececef;
}
ul.page-tab li a {
  padding: 8px 20px;
  display: block;
  color: #000;
  text-decoration: none;
}
ul.toolbar {
  margin: 0;
  padding: 2px 0;
  /*overflow: hidden;*/
  background: #ececef;
  border: 1px solid #d9dee5;
  border-bottom: none;
  border-radius: 5px 5px 0 0;
  -webkit-box-shadow: inset 0 1px 0 0 #FFF;
  box-shadow: inset 0 1px 0 0 #FFF;
}

ul.toolbar .btn {
  padding: 0 6px;
}


ul.toolbar > li {
  margin: 0;
  padding: 3px 5px;
  position: relative;
  min-height: 28px;
  float: left;
  border-right: 1px solid #D9DEE5;
  box-shadow: 1px 0px 0 0 #FFF;
}
ul.toolbar > li.toolbar-item_right {
  float: right;
}
ul.toolbar > li.toolbar-item_last {
  border: none;
  box-shadow: none;
}
.toolbar-group-head {
  height: 28px;
  display: inline-block;
  font-size: 12px;
  line-height: 28px;
}
.toolbar-group-head .icon-font {
  margin: 0 6px 0 0;
  font-size: 18px;
  vertical-align: middle;
}
.filter-toolbar {
  padding: 0 30px 0 10px;
  position: absolute;
  left: 0;
  top: -1px;
  background: #fff5da;
  border: 1px solid #d7d2a7;
  border-bottom: none;
  z-index: 1;
}
.filter-toolbar-items {
  white-space: nowrap;
}
.filter-toolbar-items > li {
  padding: 3px 5px;
  min-height: 30px;
  display: inline-block;
  vertical-align: middle;
  border-left: 1px solid #FFF;
  box-shadow: -1px 0px 0 0 #e7d7ab;
}
.filter-toolbar-items > li:first-child {
  border: none;
  box-shadow: none;
}
.filter-toolbar-items .icon-font {
  color: #d6c18d;
}
.filter-toolbar-items {}


.filter-toolbar-items .btn_dashed span {
  color: #000;
  border: none;
}
.filter-toolbar-items .btn_dashed:hover .icon-font {
  color: #D6C18D;
}
.table-head {
  width: 100%;
  position: relative;
  background: #e7f3ff;
  border: 1px solid #d9dee5;
}
.table-head .table-head-name {
  color: #000;
  text-decoration: none;
  line-height: 1.2;
}
.table-head .table-head-filter {
  font-size: 10px;
  color: #8aaed0;
  border: none;
  background: transparent;
  cursor: pointer;
}
.table-head th {
  padding: 5px !important;
  height: 40px;
  position: relative;
  line-height: 1.3;
  vertical-align: middle;
  font-weight: normal;
  text-align: left;
}
.fancybox-popup {
  padding: 20px;
}

.serch-pane {
  width: 180px;
  display: inline-block;
}
.serch-pane-input {
  width: 100%;
  position: relative;
  display: inline-block;
}
.serch-pane-input input[type="text"] {
  padding-right: 30px;
  width: 100%;
  height: 28px;
  border-radius: 3px;
  box-sizing: border-box;
}
.serch-pane-btn {
  padding: 0;
  position: absolute;
  width: 28px;
  height: 28px;
  top: 0;
  right: 0;
  color: #979BA7;
  background: transparent;
  border: none;
}
.load-filter-body {
  margin: 0 0 20px 0;
  min-width: 450px;
  height: 300px;
  overflow-y: auto;
  background: #fff;
  border: 1px solid #e0e3e5;
}
ul.load-fliter-list {
  padding: 10px 0;
}
ul.load-fliter-list li {
  margin: 0;
  padding: 5px 20px 5px 10px;
  position: relative;
  border-top: 1px solid #e0e3e5;
}
ul.load-fliter-list li:first-child {
  border-top: none;
}
ul.load-fliter-list li label {
  width: 100%;
  display: inline-block;
}
.load-fliter-item-del {
  margin: -14px 0 0 0;
  position: absolute;
  top: 50%;
  right: 5px;
}
.load-fliter-item-del .icon-font {
  font-size: 14px;
}
.load-fliter-list-name {
  font-weight: normal;
}
.load-fliter-list-descr {
  font-size: 12px;
}
.field-input-loading {
  float: right;
  margin-top: -23px;
  position: relative;
  margin-right: 4px;
}
.login-pane {
  position: absolute;
  top: 20px;
  right: 25px;
}
.login-pane a {
  color: #7a94ae;
}
.table-setting-arrows {
  font-size: 16px;
  color: #8AAED0;
  text-decoration: none;
}
.table-setting .field {
  margin: 0;
  padding: 0;
  display: inline-block;
}
.field-tips_error {
  margin: 3px 0 5px 0;
  font-size: 12px;
  color: red;
}
.table-content-header {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  overflow: hidden;
}
.table-content {
  position: relative;
}
.wrap-table-content {
  margin: 52px 0 0 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: scroll;
}
.prealoader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.4;
  background: #ECECEF;
}



.table-main-field-input {
  display: block;
}
.grip {
  width: 1px;
  height: 100%;
  margin-top: 0px;
  background-color: transparent;
  margin-left: 0px;
  position: relative;
  z-index: 88;
  cursor: e-resize;
  border-right: 1px solid #D9DEE5;
  box-shadow: 1px 0px 0 0 #FFF;
}
.table-head.JColResizer td,
.table-head.JColResizer th {
  padding: 5px !important;
  overflow: visible;
}
.field_cols .field-input {
  width: 140px;
}
.field_cols .field-select {
  margin: 0 5px 0 0;
  width: 50px;
  display: inline-block;
}
.section-main {
  padding: 10px;
}
.wrap-table-main {
  position: relative;
  overflow: hidden;
}
.table-main {
  width: 100%;
  background: #fff;
  table-layout: fixed;
}
.table-main tr {
  border-bottom: 1px solid #e3e7ef;
  background: #fff;
}
.table-main tr:hover {
  background: #f2f8fd;
}
.table-main tr.table-main-item_sel {
  background: #f2fdf9;
}
.table-main tr.table-main-item_sel:hover {
  background: #f2fdf9;
}
.table-main .table-col-0 {
  vertical-align: middle;
  text-align: center;
}
.table-main .table-col-0 input {
  margin: 0;
  padding: 0;
}
.table-main-field {
  padding: 5px;
  min-height: 30px;
  display: block;
  position: relative;
  box-sizing: border-box;
}
.table-main-field > span {
  width: 100%;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.table-main-field:hover .table-main-field-edit {
  display: block;
}
.table-main-field-edit {
  width: 28px;
  height: 28px;
  display: none;
  position: absolute;
  top: 0;
  right: 0;
}
.table-main-field-edit .icon-font {
  font-size: 16px;
}
.table-main-field-input {
  padding: 5px 30px 4px 3px;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0;
  box-sizing: border-box;
  background: #FFF5DA;
  border-radius: 3px;
  border: 1px solid #D7D2A7;
  z-index: 1;
}
.table-main-field-input select {
  padding: 0 5px;
  width: 100%;
  height: 21px;
  box-sizing: border-box;
}
.table-main-field-input input[type="text"] {
  padding: 0 5px;
  width: 100%;
  height: 21px;
  border-radius: 3px;
  box-sizing: border-box;
}
.table-main-field-input .btn {
  padding: 0px 5px;
  height: 21px;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 10px;
  line-height: 21px;
}
ul.table-main-field-list {
  padding: 5px 5px 0 5px;
  font-size: 12px;
  overflow: auto;
  border: 1px solid #E0E3E5;
  background: #fff;
}
ul.table-main-field-list li {
  margin: 0 0 5px 0;
  line-height: 1.1;
  white-space: nowrap;
}
.wrap-table-content {
  width: 100%;
  height: 300px;
  overflow-y: auto;
}
.table-row {
  padding: 5px 0;
  border-bottom: 1px solid #e3e7ef;
  background: #fff;
}
.table-row-loader {
  text-align: left;
  /*background: #fff url(../images/103.gif) no-repeat 80px 50%;*/
}
span.table-col {

}
/*.table-row-loader .icon-spin5 {
  margin-left: 100px;
}*/
.table-row-no-items {
  text-align: center;
  font-style: italic;
}
.table-setting {
  border: none;
  border: 1px solid #e0e3e5;
}
.table-setting th {
  padding: 10px;
  text-align: center;
  font-weight: normal;
  border: 1px solid #e0e3e5;
}
.table-setting th:first-child {
  width: 90px;
}
.table-setting td {
  padding: 0 10px;
  background: #fff;
  text-align: center;
  border: 1px solid #e0e3e5;
  border-top: none;
  border-bottom: none;
  vertical-align: middle;
}
.table-setting .field-input {
  width: 40px;
}
.table-setting .field-input input[type="text"] {
  text-align: center;
}
.table-row {
  width: 100%;
  white-space: nowrap;
}
.table-row:hover {
  background: #f2f8fd;
}
.table-row_sel {
  background: #f2fdf9;
}
.table-row_sel:hover {
  background: #f2fdf9;
}
.table-col {
  padding: 5px;
  width: 200px;
  position: relative;
  vertical-align: middle;
}
.table-col-checkbox {
  padding: 0 5px;
  width: 85px;
}
.table-col-checkbox .icon-font {
  font-size: 14px;
  color: #8AAED0;
}
.table-col .table-col-cont {
  padding: 0 0;
  width: 100%;
  min-height: 21px;
  display: block;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  box-sizing: border-box;
}
span.table-col {
  display: inline-block;
  box-sizing: border-box;
}
.table-col:hover .table-main-field-edit {
  display: block;
}
.table-col-toolbar {
  padding: 0 5px;
  width: auto;
}
.wrap-comments-pane {
  width: 250px;
  position: fixed;
  bottom: 0;
  right: 25px;
  background: #F3F3F3;
  border: 1px solid #C6D2DD;
  border-radius: 3px 3px 0 0;
  z-index: 10;
}
.comments-pane-title {
  margin: 0;
  padding: 5px 5px 5px 15px;
  position: relative;
  text-shadow: none;
  font-size: 16px;
  background: #DBE9FF;
  border-bottom: 1px solid #C6D2DD;
  -moz-border-radius: 3px 3px 0 0;
  -webkit-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
  -webkit-box-shadow: inset 0 1px 0 0 #FFF;
  box-shadow: inset 0 1px 0 0 #FFF;
}
.comments-pane-close {
  padding: 0;
  margin: 0;
  width: 18px;
  height: 18px;
  font-size: 14px;
  position: absolute;
  top: 8px;
  right: 10px;
  color: #A6B5D2;
  border: none;
  background: none;
  text-shadow: 0 1px 0 #ffffff, 0 -1px 0 #8794ac;
}
.comments-pane-body {
  margin: 5px ;
}
.comments-pane-msg {
  padding: 5px 5px 0 5px;
  margin: 0 0 5px 0;
  height: 150px;
  background: #fff;
  border: 1px solid #e0e3e5;
  overflow-y: auto;
}
.field-comments {
  margin: 0;
  padding: 0 40px 0 0;
  position: relative;
}
.field-comments .btn {
  position: absolute;
  top: 0;
  right: 0;
}
.comments-pane-msg-item {
  margin: 0 0 7px 0;
}
.comments-pane-msg-date {
  display: block;
  font-size: 10px;
  line-height: 14px;
}
.comments-pane-msg-autor {
  display: block;
  font-size: 12px;
  font-style: italic;
  line-height: 14px;
}
.comments-pane-msg-autor {
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.filter {
  margin: 0 0 0 -111px;
  position: absolute;
  top: 52px;
  left: 50%;
  z-index: 10;
}
.filter-head {
  padding: 0 10px;
  height: 35px;
  line-height: 35px;
  background: #fff5da;
  border: 1px solid #d7d2a7;
  border-bottom: none;
  z-index: 10;
  border-radius: 4px 4px 0 0;
}
.filter-head span {
  display: inline-block;
  line-height: 1.2;
}
.filter-body {
  padding: 0px 10px 10px 10px;
  min-width: 200px;
  background: #fff5da;
  border: 1px solid #d7d2a7;
  border-top: none;
  z-index: 9;
  border-radius: 0 0px 4px 4px;
}
.filter-body .field {
  margin: 0 0 10px 0;
}
.filter-body .field select {
  width: 100%;
}
.filter-body .field input[type=text] {
  border: 1px solid #EACA72;
}
.filter-footer {
  text-align: right;
}
.filter-footer .btn {
  margin: 0 0 0 10px;
}
.filter-list-body {
  padding: 5px;
  margin: 0 0 20px 0;
  max-height: 130px;
  min-height: 50px;  
  overflow: hidden;
  background: #FFF;
  border: 1px solid #E0E3E5;
}
  #filterScrollWrapper {
    padding-right: 10px;
     max-height: 130px;
     position: relative;
     overflow-y: scroll;
  }
  .filter-list-body_long #filterScrollWrapper {
    max-height: 230px;    
  }
  .filter-list-body_long {
    max-height: 230px;
  }
      

.filter-list-items {
  margin: 0;
  padding: 0;
}
.filter-list-items li {
  margin: 0 0 5px 0;
  font-size: 12px;
}
.filter-list-items li input {
  margin: 0 5px 0 0;
}
.filter-list-items-head {
  padding: 3px;
  font-size: 12px;
  background: #ECECEF;
}
  .filter-list-items li.filter-list-items-multi {
    margin-left: 5px;
  }
.filter-pane {
  padding: 5px 5px 0px 5px;
  background: #fff5da;
}
.filter-bubble {
  margin: 0 5px 5px 0;
  padding: 5px;
  display: inline-block;
  vertical-align: middle;
  background: #fff5da;
  border: 1px solid #d7d2a7;
  border-radius: 3px;
  background: #ffffff;
  /* Old browsers */
  background: -moz-linear-gradient(top, #ffffff 0%, #efdcb1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #efdcb1));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #ffffff 0%, #efdcb1 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #efdcb1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #efdcb1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #efdcb1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#efdcb1', GradientType=0);
  /* IE6-9 */
}
.filter-bubble-close {
  margin: 0;
  padding: 3px;
  border: none;
  color: #998E7E;
  background: transparent;
  cursor: pointer;
}
.filter-bubble-close:hover {
  color: #948978;
}
.filter-bubble-item-close {
  margin: 0 0 0 3px;
  padding: 3px;
  border: none;
  color: #998E7E;
  background: transparent;
  cursor: pointer;
}
.filter-bubble-item-close .icon-font {
  font-size: 14px;
  vertical-align: middle;
  color: #998E7E;
}
.filter-bubble-item-close:hover .icon-font {
  color: #948978;
}
.filter-toolbar-close {
  margin: -15px 0 0 0;
  position: absolute;
  top: 50%;
  right: 5px;
}
.filter-toolbar-close .icon-font {
  color: #d6c18d;
}
.filter-toolbar-close:hover .icon-font {
  color: #d6c18d;
}
.pushMsg-holder {
  position: fixed;
  top: 0;
  right: 20%;
  z-index: 8090;
}
.pushMsg-item {
  margin: 0 0 5px 0;
  padding: 10px;
  width: 200px;
  background-color: #DFF0D8;
  border-width: 1px;
  border-style: solid;
  border-color: #D6E9C6;
  color: #3C763D;
  border-radius: 4px;
}
.pushMsg-item_error {
  background-color: #F2DEDE;
  border-color: #EBCCD1;
  color: #A94442;
}
.pushMsg-item_warning {
  background-color: #fcf8e3;
  border-color: #faebcc;
  color: #8a6d3b;
}
#editForm .btn.disabled, #editForm .btn.disabled span,
#addForm .btn.disabled, #addForm .btn.disabled span{
  cursor:wait;
}