@import url('https://fonts.googleapis.com/css2?family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');

.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
#main-modal .modal-inner .form-horizontal textarea {
  resize: none;
}
.select-h-40 {
  height: 40px;
}
input, button, select, textarea {
  font-family: "Roboto",sans-serif;
}

.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #545454;
  text-shadow: none;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *border: 0;
  border-color: rgba(0,0,0,0.2);
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
}
.btn:hover,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #545454;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
.btn:active,
.btn.active {
  background-color: #cccccc \9;
}
.btn:first-child {
  *margin-left: 0;
}
.btn:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
}
.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background-position: 0 0;
}
.btn.active,
.btn:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.modal-footer .btn {
  padding: 9px 14px;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 14px;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.modal-footer .btn + .btn {
  margin-left: 15px;
}
.btn-large {
  padding: 9px 14px;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.btn-large [class^="icon-"] {
  margin-top: 2px;
}
.btn-small {
  padding: 3px 9px;
  font-size: 11px;
  line-height: 17px;
}
.btn-small [class^="icon-"] {
  margin-top: 0;
}
.btn-mini {
  padding: 2px 6px;
  font-size: 11px;
  line-height: 16px;
}
.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn-block + .btn-block {
  margin-top: 5px;
}
.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-info-green.active,
.btn-inverse.active {
  color: rgba(255,255,255,0.75);
}
.btn-primary {
  color: #fff;
  text-shadow: none;
  background-color: #fa6b07;
  background-image: -moz-linear-gradient(top,#ff700d,#f26300);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff700d),to(#f26300));
  background-image: -webkit-linear-gradient(top,#ff700d,#f26300);
  background-image: -o-linear-gradient(top,#ff700d,#f26300);
  background-image: linear-gradient(to bottom,#ff700d,#f26300);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6f0c', endColorstr='#fff26300', GradientType=0);
  border-color: #f26300 #f26300 #a64400;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f26300;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  -webkit-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1) inset;
  -moz-box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1) inset;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) #f26300;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #fff;
  background-color: #f26300;
  *background-color: #d95900;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #bf4e00 \9;
}
.btn-primary:active,
.btn-primary:focus,
.btn-group.open .btn-primary.dropdown-toggle {
  color: #fff;
  text-shadow: none;
  background-color: #fa6b07;
  background-image: -moz-linear-gradient(top,#ff700d,#f26300);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff700d),to(#f26300));
  background-image: -webkit-linear-gradient(top,#ff700d,#f26300);
  background-image: -o-linear-gradient(top,#ff700d,#f26300);
  background-image: linear-gradient(to bottom,#ff700d,#f26300);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6f0c', endColorstr='#fff26300', GradientType=0);
  border-color: #f26300 #f26300 #a64400;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f26300;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-primary:active:hover,
.btn-primary:active:active,
.btn-primary:active.active,
.btn-primary:active.disabled,
.btn-primary:active[disabled],
.btn-primary:focus:hover,
.btn-primary:focus:active,
.btn-primary:focus.active,
.btn-primary:focus.disabled,
.btn-primary:focus[disabled] {
  color: #fff;
  background-color: #f26300;
  *background-color: #d95900;
}
.btn-primary:active:active,
.btn-primary:active.active,
.btn-primary:focus:active,
.btn-primary:focus.active {
  background-color: #bf4e00 \9;
}
.btn-info {
  color: #f26300;
  border: 1px solid #f26300;
  background: transparent;
}
.btn-info:hover {
  color: #f26300;
  text-shadow: none;
  background-color: #fdfdfd;
  background-image: -moz-linear-gradient(top,#fff,#fafafa);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#fff,#fafafa);
  background-image: -o-linear-gradient(top,#fff,#fafafa);
  background-image: linear-gradient(to bottom,#fff,#fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9f9f9', GradientType=0);
  border-color: #fafafa #fafafa #d4d4d4;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #fafafa;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #f26300;
}
.btn-info:hover:hover,
.btn-info:hover:active,
.btn-info:hover.active,
.btn-info:hover.disabled,
.btn-info:hover[disabled] {
  color: #f26300;
  background-color: #fafafa;
  *background-color: #ededed;
}
.btn-info:hover:active,
.btn-info:hover.active {
  background-color: #e0e0e0 \9;
}
.btn-info:active,
.btn-info:focus {
  background: transparent;
  color: #f26300;
}
.btn-info-green {
  color: #006b2e;
  border: 1px solid #006b2e;
  background: transparent;
}
.btn-info-green:hover {
  color: #009440;
  text-shadow: none;
  background-color: #fdfdfd;
  background-image: -moz-linear-gradient(top,#fff,#fafafa);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#fafafa));
  background-image: -webkit-linear-gradient(top,#fff,#fafafa);
  background-image: -o-linear-gradient(top,#fff,#fafafa);
  background-image: linear-gradient(to bottom,#fff,#fafafa);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff9f9f9', GradientType=0);
  border-color: #fafafa #fafafa #d4d4d4;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #fafafa;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #009440;
}
.btn-info-green:hover:hover,
.btn-info-green:hover:active,
.btn-info-green:hover.active,
.btn-info-green:hover.disabled,
.btn-info-green:hover[disabled] {
  color: #009440;
  background-color: #fafafa;
  *background-color: #ededed;
}
.btn-info-green:hover:active,
.btn-info-green:hover.active {
  background-color: #e0e0e0 \9;
}
.btn-info-green:active,
.btn-info-green:focus {
  background: transparent;
  color: #009440;
}
.btn-success,
.btn-green {
  color: #fff;
  text-shadow: none;
  background-color: #008339;
  background-image: -moz-linear-gradient(top,#009440,#006b2e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#009440),to(#006b2e));
  background-image: -webkit-linear-gradient(top,#009440,#006b2e);
  background-image: -o-linear-gradient(top,#009440,#006b2e);
  background-image: linear-gradient(to bottom,#009440,#006b2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00933f', endColorstr='#ff006b2e', GradientType=0);
  border-color: #006b2e #006b2e #001f0d;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #006b2e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:hover,
.btn-success:active,
.btn-success.active,
.btn-success.disabled,
.btn-success[disabled],
.btn-green:hover,
.btn-green:active,
.btn-green.active,
.btn-green.disabled,
.btn-green[disabled] {
  color: #fff;
  background-color: #006b2e;
  *background-color: #005223;
}
.btn-success:active,
.btn-success.active,
.btn-green:active,
.btn-green.active {
  background-color: #003818 \9;
}
.btn-success:active,
.btn-success:focus,
.btn-green:active,
.btn-green:focus {
  color: #fff;
  text-shadow: none;
  background-color: #008339;
  background-image: -moz-linear-gradient(top,#009440,#006b2e);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#009440),to(#006b2e));
  background-image: -webkit-linear-gradient(top,#009440,#006b2e);
  background-image: -o-linear-gradient(top,#009440,#006b2e);
  background-image: linear-gradient(to bottom,#009440,#006b2e);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff00933f', endColorstr='#ff006b2e', GradientType=0);
  border-color: #006b2e #006b2e #001f0d;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #006b2e;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-success:active:hover,
.btn-success:active:active,
.btn-success:active.active,
.btn-success:active.disabled,
.btn-success:active[disabled],
.btn-success:focus:hover,
.btn-success:focus:active,
.btn-success:focus.active,
.btn-success:focus.disabled,
.btn-success:focus[disabled],
.btn-green:active:hover,
.btn-green:active:active,
.btn-green:active.active,
.btn-green:active.disabled,
.btn-green:active[disabled],
.btn-green:focus:hover,
.btn-green:focus:active,
.btn-green:focus.active,
.btn-green:focus.disabled,
.btn-green:focus[disabled] {
  color: #fff;
  background-color: #006b2e;
  *background-color: #005223;
}
.btn-success:active:active,
.btn-success:active.active,
.btn-success:focus:active,
.btn-success:focus.active,
.btn-green:active:active,
.btn-green:active.active,
.btn-green:focus:active,
.btn-green:focus.active {
  background-color: #003818 \9;
}
.btn-blue {
  color: #fff;
  text-shadow: none;
  background-color: #004ce4;
  background-image: -moz-linear-gradient(top,#0052f5,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0052f5),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#0052f5,#0044cc);
  background-image: -o-linear-gradient(top,#0052f5,#0044cc);
  background-image: linear-gradient(to bottom,#0052f5,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0051f4', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-blue:hover,
.btn-blue:active,
.btn-blue.active,
.btn-blue.disabled,
.btn-blue[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-blue:active,
.btn-blue.active {
  background-color: #003399 \9;
}
.btn-blue:active,
.btn-blue:focus {
  color: #fff;
  text-shadow: none;
  background-color: #004ce4;
  background-image: -moz-linear-gradient(top,#0052f5,#0044cc);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#0052f5),to(#0044cc));
  background-image: -webkit-linear-gradient(top,#0052f5,#0044cc);
  background-image: -o-linear-gradient(top,#0052f5,#0044cc);
  background-image: linear-gradient(to bottom,#0052f5,#0044cc);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0051f4', endColorstr='#ff0044cc', GradientType=0);
  border-color: #0044cc #0044cc #002a80;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #0044cc;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-blue:active:hover,
.btn-blue:active:active,
.btn-blue:active.active,
.btn-blue:active.disabled,
.btn-blue:active[disabled],
.btn-blue:focus:hover,
.btn-blue:focus:active,
.btn-blue:focus.active,
.btn-blue:focus.disabled,
.btn-blue:focus[disabled] {
  color: #fff;
  background-color: #0044cc;
  *background-color: #003bb3;
}
.btn-blue:active:active,
.btn-blue:active.active,
.btn-blue:focus:active,
.btn-blue:focus.active {
  background-color: #003399 \9;
}
.btn-cyan {
  color: #fff;
  text-shadow: none;
  background-color: #6fc8e2;
  background-image: -moz-linear-gradient(top,#7dcde5,#5bc0de);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#7dcde5),to(#5bc0de));
  background-image: -webkit-linear-gradient(top,#7dcde5,#5bc0de);
  background-image: -o-linear-gradient(top,#7dcde5,#5bc0de);
  background-image: linear-gradient(to bottom,#7dcde5,#5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7ccde4', endColorstr='#ff5bc0de', GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #5bc0de;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-cyan:hover,
.btn-cyan:active,
.btn-cyan.active,
.btn-cyan.disabled,
.btn-cyan[disabled] {
  color: #fff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.btn-cyan:active,
.btn-cyan.active {
  background-color: #31b0d5 \9;
}
.btn-cyan:active,
.btn-cyan:focus {
  color: #fff;
  text-shadow: none;
  background-color: #6fc8e2;
  background-image: -moz-linear-gradient(top,#7dcde5,#5bc0de);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#7dcde5),to(#5bc0de));
  background-image: -webkit-linear-gradient(top,#7dcde5,#5bc0de);
  background-image: -o-linear-gradient(top,#7dcde5,#5bc0de);
  background-image: linear-gradient(to bottom,#7dcde5,#5bc0de);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff7ccde4', endColorstr='#ff5bc0de', GradientType=0);
  border-color: #5bc0de #5bc0de #28a1c5;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #5bc0de;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-cyan:active:hover,
.btn-cyan:active:active,
.btn-cyan:active.active,
.btn-cyan:active.disabled,
.btn-cyan:active[disabled],
.btn-cyan:focus:hover,
.btn-cyan:focus:active,
.btn-cyan:focus.active,
.btn-cyan:focus.disabled,
.btn-cyan:focus[disabled] {
  color: #fff;
  background-color: #5bc0de;
  *background-color: #46b8da;
}
.btn-cyan:active:active,
.btn-cyan:active.active,
.btn-cyan:focus:active,
.btn-cyan:focus.active {
  background-color: #31b0d5 \9;
}
.btn-cyan2 {
  color: #fff;
  text-shadow: none;
  background-color: #01c3ea;
  background-image: -moz-linear-gradient(top,#01d1fb,#01afd2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#01d1fb),to(#01afd2));
  background-image: -webkit-linear-gradient(top,#01d1fb,#01afd2);
  background-image: -o-linear-gradient(top,#01d1fb,#01afd2);
  background-image: linear-gradient(to bottom,#01d1fb,#01afd2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff01d0fa', endColorstr='#ff01afd2', GradientType=0);
  border-color: #01afd2 #01afd2 #017086;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #01afd2;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-cyan2:hover,
.btn-cyan2:active,
.btn-cyan2.active,
.btn-cyan2.disabled,
.btn-cyan2[disabled] {
  color: #fff;
  background-color: #01afd2;
  *background-color: #019ab9;
}
.btn-cyan2:active,
.btn-cyan2.active {
  background-color: #01859f \9;
}
.btn-cyan2:active,
.btn-cyan2:focus {
  color: #fff;
  text-shadow: none;
  background-color: #01c3ea;
  background-image: -moz-linear-gradient(top,#01d1fb,#01afd2);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#01d1fb),to(#01afd2));
  background-image: -webkit-linear-gradient(top,#01d1fb,#01afd2);
  background-image: -o-linear-gradient(top,#01d1fb,#01afd2);
  background-image: linear-gradient(to bottom,#01d1fb,#01afd2);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff01d0fa', endColorstr='#ff01afd2', GradientType=0);
  border-color: #01afd2 #01afd2 #017086;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #01afd2;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-cyan2:active:hover,
.btn-cyan2:active:active,
.btn-cyan2:active.active,
.btn-cyan2:active.disabled,
.btn-cyan2:active[disabled],
.btn-cyan2:focus:hover,
.btn-cyan2:focus:active,
.btn-cyan2:focus.active,
.btn-cyan2:focus.disabled,
.btn-cyan2:focus[disabled] {
  color: #fff;
  background-color: #01afd2;
  *background-color: #019ab9;
}
.btn-cyan2:active:active,
.btn-cyan2:active.active,
.btn-cyan2:focus:active,
.btn-cyan2:focus.active {
  background-color: #01859f \9;
}
.btn-white {
  background: white none repeat scroll 0 0;
  border: 1px solid #e7eaec;
  color: inherit;
}
.btn-white:hover {
  background-color: #e6e6e6;
}
.btn-warning {
  color: #fff;
  text-shadow: none;
  background-color: #fa7d26;
  background-image: -moz-linear-gradient(top,#ff8e40,#f26300);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff8e40),to(#f26300));
  background-image: -webkit-linear-gradient(top,#ff8e40,#f26300);
  background-image: -o-linear-gradient(top,#ff8e40,#f26300);
  background-image: linear-gradient(to bottom,#ff8e40,#f26300);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff8d3f', endColorstr='#fff26300', GradientType=0);
  border-color: #f26300 #f26300 #a64400;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #f26300;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-warning:hover,
.btn-warning:active,
.btn-warning.active,
.btn-warning.disabled,
.btn-warning[disabled] {
  color: #fff;
  background-color: #f26300;
  *background-color: #d95900;
}
.btn-warning:active,
.btn-warning.active {
  background-color: #bf4e00 \9;
}
.btn-danger {
  color: #fff;
  text-shadow: none;
  background-color: #da4f49;
  background-image: -moz-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ee5f5b),to(#bd362f));
  background-image: -webkit-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: -o-linear-gradient(top,#ee5f5b,#bd362f);
  background-image: linear-gradient(to bottom,#ee5f5b,#bd362f);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffee5f5b', endColorstr='#ffbd362f', GradientType=0);
  border-color: #bd362f #bd362f #802420;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #bd362f;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-danger:hover,
.btn-danger:active,
.btn-danger.active,
.btn-danger.disabled,
.btn-danger[disabled] {
  color: #fff;
  background-color: #bd362f;
  *background-color: #a9302a;
}
.btn-danger:active,
.btn-danger.active {
  background-color: #942a25 \9;
}
.btn-inverse {
  color: #fff;
  text-shadow: none;
  background-color: #363636;
  background-image: -moz-linear-gradient(top,#444,#222);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#444),to(#222));
  background-image: -webkit-linear-gradient(top,#444,#222);
  background-image: -o-linear-gradient(top,#444,#222);
  background-image: linear-gradient(to bottom,#444,#222);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff444444', endColorstr='#ff222222', GradientType=0);
  border-color: #222 #222 #000000;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #222;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}
.btn-inverse:hover,
.btn-inverse:active,
.btn-inverse.active,
.btn-inverse.disabled,
.btn-inverse[disabled] {
  color: #fff;
  background-color: #222;
  *background-color: #151515;
}
.btn-inverse:active,
.btn-inverse.active {
  background-color: #090909 \9;
}
button.btn,
input[type="submit"].btn {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn::-moz-focus-inner,
input[type="submit"].btn::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button.btn.btn-large,
input[type="submit"].btn.btn-large {
  *padding-top: 7px;
  *padding-bottom: 7px;
}
button.btn.btn-small,
input[type="submit"].btn.btn-small {
  *padding-top: 3px;
  *padding-bottom: 3px;
}
button.btn.btn-mini,
input[type="submit"].btn.btn-mini {
  *padding-top: 1px;
  *padding-bottom: 1px;
}
.btn-link,
.btn-link:active {
  background-color: transparent;
  background-image: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-link {
  border-color: transparent;
  cursor: pointer;
  color: #f26300;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
.btn-link:hover {
  color: #a64400;
  text-decoration: underline;
  background-color: transparent;
}
.btn-icon {
  padding: 0 4px 0 0;
}
.btn-icon i {
  display: inline-block;
  padding: 5px;
  border-right: 1px solid rgba(0,0,0,0.2);
  font-size: 14px;
}
.btn-icon span {
  display: inherit;
  padding: 5px 5px 5px 0;
}
.btn-icon.btn-small i {
  padding: 5px;
  vertical-align: top;
}
.btn-icon.btn-small span {
  padding: 3px 3px 0px 0px;
}
.btn-icon.btn-primary {
  border-color: #d95e08;
}
.btn-icon.btn-primary i {
  border-right: 1px solid #d95e08;
}
.btn-icon.btn-green i {
  border-right: 1px solid #337d02;
}
.project-actions .btn {
  margin-left: 2px;
}
@font-face {
  font-family: "RobotoRegular";
  src: url("../fonts/RobotoRegular/RobotoRegular.eot");
  src: url("../fonts/RobotoRegular/RobotoRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoRegular/RobotoRegular.woff") format("woff"), url("../fonts/RobotoRegular/RobotoRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
/*
@font-face {
  font-family: "RobotoBold";
  src: url("../fonts/RobotoBold/RobotoBold.eot");
  src: url("../fonts/RobotoBold/RobotoBold.eot?#iefix") format("embedded-opentype"), url("../fonts/RobotoBold/RobotoBold.woff") format("woff"), url("../fonts/RobotoBold/RobotoBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}
*/
#system-debug {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100000;
}
body {
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-weight: normal;
}
.muted {
  color: #999 !important;
}
a {
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
  color: #f26300;
}
a:hover {
  color: #8c3900;
  text-decoration: none;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
a:hover .black {
  color: #8c3900;
}
a:focus {
  outline: medium none;
  text-decoration: none;
  color: #8c3900;
}
a:focus .black {
  color: #8c3900;
}
a .black {
  color: #333;
}
.btn:focus {
  outline: medium none !important;
}
.page-header {
  padding-bottom: 10px;
  margin: 0 0 20px;
  border: medium none;
}
.homepage #sp-main-body-wrapper {
  min-height: 8px !important;
  padding: 0 !important;
}
.homepage #sp-main-body-wrapper #sp-component-area {
  min-height: 0 !important;
}
.entry-meta.muted {
  background: #f2f2f2;
  padding: 5px;
  margin-bottom: 20px;
  font-size: 12px;
}
.entry-meta.muted >span,
.entry-meta.muted >time {
  margin: 0 5px;
}
.entry-meta ul {
  margin: 0 5px;
}
.entry-meta ul.actions {
  float: right;
}
.entry-meta ul.actions li {
  display: inline-block;
}
.entry-meta ul.actions li.print-icon a::before {
  content: "\f02f";
}
.entry-meta ul.actions li.email-icon a::before {
  content: "\f003";
}
.entry-meta ul.actions li.edit-icon a::before {
  content: "\f044";
}
.entry-meta ul.actions li a {
  font-family: FontAwesome;
  display: block;
  font-size: 14px;
  margin-left: 5px;
}
.entry-meta ul.actions li a img {
  display: none;
}
.entry-meta ul.actions li a span {
  display: none;
}
ul.pagenav {
  list-style: none;
  padding: 0;
  clear: both;
  margin-top: 10px;
  margin-left: 0;
  overflow: hidden;
}
ul.pagenav .pagenav-prev {
  float: left;
}
ul.pagenav .pagenav-next {
  float: right;
}
dl dt,
dl dd {
  display: inline;
}
label.invalid {
  color: #c83025;
}
#editor-xtd-buttons {
  display: inline-block;
  margin-right: 10px;
}
.button2-left {
  display: inline-block;
  margin-right: 10px;
  margin-top: 15px;
}
.toggle-editor {
  display: inline-block;
}
.edit .modal {
  position: inherit;
  top: auto;
  left: auto;
  width: auto;
  margin-left: 0;
  border: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  box-shadow: none;
}
.body-innerwrapper .modal {
  display: inherit;
  overflow: inherit;
  position: relative;
}
.siteclose {
  display: block;
  text-align: center;
  padding: 20px 0px;
}
.siteclose h3 {
  font-size: 30px;
  color: #f26300;
  font-weight: normal;
}
.dropdown-menu {
  z-index: 2000;
}
.dropdown-menu .slimScrollDiv {
  padding-bottom: 10px;
}
.dropdown-menu li a:hover,
.dropdown-menu li a:focus,
.dropdown-menu .dropdown-menu-outer a:hover,
.dropdown-menu .dropdown-menu-outer a:focus {
  background-color: #fa6b07;
  background-image: -moz-linear-gradient(top,#ff700d,#f26300);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff700d),to(#f26300));
  background-image: -webkit-linear-gradient(top,#ff700d,#f26300);
  background-image: -o-linear-gradient(top,#ff700d,#f26300);
  background-image: linear-gradient(to bottom,#ff700d,#f26300);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6f0c', endColorstr='#fff26300', GradientType=0);
  color: #fff !important;
  text-decoration: none;
}
.chzn-container .chzn-results li.highlighted {
  background-color: #fa6b07;
  background-image: -moz-linear-gradient(top,#ff700d,#f26300);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#ff700d),to(#f26300));
  background-image: -webkit-linear-gradient(top,#ff700d,#f26300);
  background-image: -o-linear-gradient(top,#ff700d,#f26300);
  background-image: linear-gradient(to bottom,#ff700d,#f26300);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffff6f0c', endColorstr='#fff26300', GradientType=0);
  color: #fff;
}
#main-modal.modsiteclose {
  top: 20%;
}
#main-modal.modsiteclose .modal-body {
  border-top: medium none !important;
}
.info_div {
  clear: both;
  padding: 20px 0;
  min-height: 210px;
}
#sp-cont .divid {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #d4d4d4;
}
#sp-cont .mmember {
  position: relative;
  width: 80px;
  margin-right: 20px;
}
#sp-cont .mmember .avatar img {
  width: 80px;
  height: 80px;
  max-width: 80px;
}
#sp-cont .mp_title {
  font-size: 16px;
}
#sp-cont .mp_post {
  color: #777;
  font-size: 14px;
}
#sp-cont .mp_phone a {
  color: #333;
}
#sp-cont .mp_phone a:hover {
  color: #a64400;
}
#sp-cont .mp_mail,
#sp-cont .mp_matchmaking,
#sp-cont .mp_phone,
#sp-cont .mp_time {
  margin-top: 2px;
  max-width: 280px;
  overflow: auto;
}
#sp-cont .mp_mail i,
#sp-cont .mp_matchmaking i,
#sp-cont .mp_phone i,
#sp-cont .mp_time i {
  display: inline;
  float: left;
  font-size: 16px;
  margin-right: 18px;
  text-align: center;
  width: 18px;
  line-height: 22px;
}
.blog .items-leading,
.blog .items-row {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #f3f3f3;
}
.blog .items-leading article header h2,
.blog .items-row article header h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 15px;
}
.blog .items-leading article section p,
.blog .items-row article section p {
  margin: 0;
}
.blog .items-leading article footer,
.blog .items-row article footer {
  float: right;
}
.center {
  text-align: center;
}
.center th,
.center tr,
.center td {
  text-align: center;
}
.row-fluid {
  margin-bottom: 20px;
}
.row-fluid:first-child {
  margin-bottom: 0;
}
.container2 {
  width: 940px;
  margin-left: auto;
  margin-right: auto;
}
.container2:after {
  clear: both;
}
.container2:before,
.container2:after {
  content: "";
  display: table;
  line-height: 0;
}
#sp-header-wrapper {
  padding: 20px 0;
  position: relative;
  width: 100%;
  border-bottom: 2px solid #006b2e;
  background-color: #fff;
}
#sp-header-wrapper .logo-wrapper .logo {
  background-position: 0 50%;
  background-repeat: no-repeat;
}
#sp-header-wrapper .logo-wrapper .logo-text {
  font-size: 24px;
}
#sp-header-wrapper .logo-wrapper .logo-slogan {
  font-size: 11px;
}
#sp-header-wrapper .search {
  margin-top: 10px;
}
#sp-header-wrapper .search form {
  margin: 0;
}
#sp-header-wrapper.sticking {
  z-index: 1000;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2) !important;
}
#sp-menu {
  margin-top: 4px;
  width: 33%;
}
#sp-userpanel {
  width: 47%;
}
#sp-userpanel .contacts_icons {
  height: 30px; 
  display: flex; 
  justify-content: flex-end; 
  align-items: center;
}

#sp-userpanel .contacts_icons {
  height: 30px; 
  display: flex; 
  justify-content: flex-end; 
  align-items: center;
}

#sp-userpanel .contacts_icons a:hover {
  transform: scale(1.1);
}
body.issuper #sp-menu {
  width: 44%;
}
body.issuper #sp-userpanel {
  width: 36%;
}
#sp-feature-wrapper {
  text-align: center;
}
#sp-feature-wrapper #feature {
  color: #fff;
}
#sp-feature-wrapper #feature h1 {
  color: #fff;
  font-size: 72px;
  line-height: 100px;
  font-weight: 700;
  margin-bottom: 10px;
}
#sp-feature-wrapper #feature p {
  font-size: 24px;
  line-height: 120%;
  margin: 0 80px;
  margin-bottom: 20px;
}
#sp-feature-wrapper #feature a {
  display: block;
  border: 1px solid #fff;
}
#sp-feature-wrapper #feature a:hover {
  border: 1px solid #f26300;
}
#sp-users-wrapper {
  padding: 30px 0;
  border-top: 1px solid #fff;
  background: #f2f2f2;
}
ul.breadcrumb {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  background: transparent;
}
.sp-border {
  position: relative;
}
.sp-border::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper {
  padding: 30px 0;
  position: relative;
}
#sp-footer-wrapper::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
}
#sp-footer-wrapper ul li {
  display: inline-block;
  margin-left: 10px;
  font-size: 14px;
}
#sp-footer-wrapper ul li a {
  color: #fff;
}
#sp-footer-wrapper ul li a:hover {
  color: #f26300;
}
#sp-footer-wrapper ul li a:focus {
  color: #a64400;
}
#sp-footer-wrapper {
  background-color: #333;
  color: #fff;
}
#sp-footer-wrapper ul {
  display: inline-block;
}
#sp-footer-wrapper ul.nav {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li {
  display: inline-block;
  margin: 0 5px;
}
#sp-footer-wrapper ul.nav li a {
  display: block;
}
#sp-footer-wrapper ul.nav li a:hover {
  background: none;
}
#sp-footer-wrapper .sp-totop {
  display: inline-block;
}
#sp-footer-wrapper .sp-totop i {
  color: #fff;
}
#sp-footer-wrapper .sp-totop small {
  display: none;
}
#sp-footer-wrapper .helix-framework {
  display: inline-block;
}
#sp-footer-wrapper .helix-framework .helix-logo {
  display: block;
  width: 130px;
  height: 40px;
  text-indent: -9999px;
  background: url(../images/helix-logo-white.png) no-repeat 0 0;
}
#sp-footer-wrapper .copyright {
  display: block;
}
.ltr #sp-footer-wrapper .helix-framework {
  float: left;
  margin-right: 15px;
}
.ltr #sp-footer-wrapper #sp-footer3 {
  text-align: right;
}
.rtl #sp-footer-wrapper .helix-framework {
  float: right;
  margin-left: 15px;
}
.rtl #sp-footer-wrapper #sp-footer3 {
  text-align: left;
}
button,
input[type='submit'],
input[type='button'],
submit {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 4px 14px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  *line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #545454;
  text-shadow: none;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
  background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
  background-image: -o-linear-gradient(top,#fff,#e6e6e6);
  background-image: linear-gradient(to bottom,#fff,#e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe5e5e5', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
  *background-color: #e6e6e6;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *border: 0;
  border-color: rgba(0,0,0,0.2);
  box-shadow: none;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  *margin-left: .3em;
}
button:hover,
button:active,
button.active,
button.disabled,
button[disabled],
input[type='submit']:hover,
input[type='submit']:active,
input[type='submit'].active,
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button']:hover,
input[type='button']:active,
input[type='button'].active,
input[type='button'].disabled,
input[type='button'][disabled],
submit:hover,
submit:active,
submit.active,
submit.disabled,
submit[disabled] {
  color: #545454;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}
button:active,
button.active,
input[type='submit']:active,
input[type='submit'].active,
input[type='button']:active,
input[type='button'].active,
submit:active,
submit.active {
  background-color: #cccccc \9;
}
button:first-child,
input[type='submit']:first-child,
input[type='button']:first-child,
submit:first-child {
  *margin-left: 0;
}
button:hover,
input[type='submit']:hover,
input[type='button']:hover,
submit:hover {
  text-decoration: none;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
  background-position: 0 -15px;
}
button:focus,
input[type='submit']:focus,
input[type='button']:focus,
submit:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  background-position: 0 0;
}
button.active,
button:active,
input[type='submit'].active,
input[type='submit']:active,
input[type='button'].active,
input[type='button']:active,
submit.active,
submit:active {
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  background-image: none;
  outline: 0;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, .3) inset;
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, .3) inset;
  box-shadow: 0 3px 3px rgba(0, 0, 0, .3) inset;
}
button.disabled,
button[disabled],
input[type='submit'].disabled,
input[type='submit'][disabled],
input[type='button'].disabled,
input[type='button'][disabled],
submit.disabled,
submit[disabled] {
  cursor: default;
  background-color: #e6e6e6;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
button.social,
input[type='submit'].social,
input[type='button'].social,
submit.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
button.social.facebook,
input[type='submit'].social.facebook,
input[type='button'].social.facebook,
submit.social.facebook {
  color: #0378a9;
}
button.social.facebook:hover,
input[type='submit'].social.facebook:hover,
input[type='button'].social.facebook:hover,
submit.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
button.social.twitter,
input[type='submit'].social.twitter,
input[type='button'].social.twitter,
submit.social.twitter {
  color: #17b8fb;
}
button.social.twitter:hover,
input[type='submit'].social.twitter:hover,
input[type='button'].social.twitter:hover,
submit.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
button.social.pinterest,
input[type='submit'].social.pinterest,
input[type='button'].social.pinterest,
submit.social.pinterest {
  color: #dc4e44;
}
button.social.pinterest:hover,
input[type='submit'].social.pinterest:hover,
input[type='button'].social.pinterest:hover,
submit.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
button.social.gplus,
input[type='submit'].social.gplus,
input[type='button'].social.gplus,
submit.social.gplus {
  color: #9d261d;
}
button.social.gplus:hover,
input[type='submit'].social.gplus:hover,
input[type='button'].social.gplus:hover,
submit.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
button.social:hover,
input[type='submit'].social:hover,
input[type='button'].social:hover,
submit.social:hover {
  text-decoration: none;
}
.btn.social {
  background: #fff;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.btn.social.facebook {
  color: #0378a9;
}
.btn.social.facebook:hover {
  background: #0378a9;
  color: #fff;
}
.btn.social.twitter {
  color: #17b8fb;
}
.btn.social.twitter:hover {
  background: #17b8fb;
  color: #fff;
}
.btn.social.pinterest {
  color: #dc4e44;
}
.btn.social.pinterest:hover {
  background: #dc4e44;
  color: #fff;
}
.btn.social.gplus {
  color: #9d261d;
}
.btn.social.gplus:hover {
  background: #9d261d;
  color: #fff;
}
.btn.social:hover {
  text-decoration: none;
}
#mod_language {
  float: right;
  min-width: 130px;
}
#sp-slider-wrapper .carousel {
  margin: 0;
  height: 318px;
}
#sp-slider-wrapper .slider-bg {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  z-index: 10;
  height: 318px;
}
#sp-slider-wrapper .carousel-content {
  top: 0;
  left: 0;
  padding: 0;
  text-align: left;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 100;
  color: #fff;
}
#sp-slider-wrapper .slider-title h1 {
  font-size: 44px;
  color: #006b2e;
  line-height: 50px;
  font-weight: bold;
}
#sp-slider-wrapper .slider-sub h3 {
  color: #333;
  font-size: 19px;
  font-weight: normal;
  line-height: 28px;
}
#sp-slider-wrapper .carousel .animated1 {
  margin-top: 55px;
}
#sp-slider-wrapper .carousel .animated1 span {
  display: block;
  max-width: 620px;
}
#sp-slider-wrapper .carousel .animated2 {
  margin-top: 50px;
}
#sp-slider-wrapper .carousel .animated2 span {
  display: block;
  max-width: 700px;
  float: left;
}
#sp-slider-wrapper .carousel .animated3 {
  float: left;
  margin: 20px 0 0 30px;
}
#sp-slider-wrapper .carousel .animated4 {
  margin-top: 55px;
}
#sp-slider-wrapper .carousel .animated4 span {
  display: block;
  max-width: 620px;
  text-align: center;
}
#sp-slider-wrapper .carousel .animated5 {
  margin-top: 50px;
}
#sp-slider-wrapper .carousel .animated5 span {
  display: block;
  text-align: right;
}
#sp-slider-wrapper .carousel .animated6 {
  float: right;
  margin: 20px 0 0 0;
}
#sp-slider-wrapper .carousel .animated7 {
  margin-top: 55px;
}
#sp-slider-wrapper .carousel .animated7 span {
  display: block;
  margin: 0 auto;
  max-width: 620px;
  text-align: center;
}
#sp-slider-wrapper .carousel .animated8 {
  margin-top: 50px;
}
#sp-slider-wrapper .carousel .animated8 span {
  display: block;
  text-align: center;
}
#sp-slider-wrapper .carousel .animated9 {
  text-align: center;
  margin: 20px 0 0 0;
}
#sp-slider-wrapper a.nav-left,
#sp-slider-wrapper a.nav-right {
  position: absolute;
  top: 50%;
  display: inline-block;
  margin-top: -23px;
  z-index: 1000;
  width: 48px;
  height: 48px;
  font-size: 30px;
  color: #2a2a2a;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid ;
}
#sp-slider-wrapper a.nav-left:hover,
#sp-slider-wrapper a.nav-right:hover {
  color: #f26300;
  border-color: #f26300;
}
#sp-slider-wrapper a.nav-left span,
#sp-slider-wrapper a.nav-right span {
  display: none;
}
#sp-slider-wrapper a.nav-left {
  left: 60px;
}
#sp-slider-wrapper a.nav-left i {
  padding: 8px 16px;
}
#sp-slider-wrapper a.nav-right {
  right: 60px;
}
#sp-slider-wrapper a.nav-right i {
  padding: 8px 20px;
}
#sp-slider-wrapper .video-container {
  position: relative;
  padding-bottom: 54.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
#sp-slider-wrapper .video-container iframe,
#sp-slider-wrapper .video-container object,
#sp-slider-wrapper .video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#sp-slider-wrapper .video-mask {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 100%;
  background: url('../images/video-mask.png') center center repeat;
}
#sp-slider-wrapper .item .carousel-content {
  z-index: 0;
  opacity: 0;
  -webkit-transition: opacity 500ms;
  -moz-transition: opacity 500ms;
  -o-transition: opacity 500ms;
  transition: opacity 500ms;
}
#sp-slider-wrapper .item.active .carousel-content {
  z-index: 1000;
  opacity: 1;
  -webkit-transition: opacity 100ms;
  -moz-transition: opacity 100ms;
  -o-transition: opacity 100ms;
  transition: opacity 100ms;
}
.carousel .item.active .animated1 {
  -webkit-animation: fadeInDown 1s ease-in-out 100ms both;
  animation: fadeInDown 1s ease-in-out 100ms both;
}
.carousel .item.active .animated2 {
  -webkit-animation: fadeInLeft 2s ease-in-out 100ms both;
  animation: fadeInLeft 2s ease-in-out 100ms both;
}
.carousel .item.active .animated3 {
  -webkit-animation: fadeIn 2.5s ease-in 100ms both;
  animation: fadeIn 2.5s ease-in 100ms both;
}
.carousel .item.active .animated4 {
  -webkit-animation: fadeInRight 1s ease-in 500ms both;
  animation: fadeInRight 1s ease-in 500ms both;
}
.carousel .item.active .animated5 {
  -webkit-animation: fadeInLeft 1.5s ease-in-out 100ms both;
  animation: fadeInLeft 1.5s ease-in-out 100ms both;
}
.carousel .item.active .animated6 {
  -webkit-animation: fadeIn 2s ease-in 500ms both;
  animation: fadeIn 2s ease-in 500ms both;
}
.carousel .item.active .animated7 {
  -webkit-animation: fadeInDown 1s ease-in 500ms both;
  animation: fadeInDown 1s ease-in 500ms both;
}
.carousel .item.active .animated8 {
  -webkit-animation: fadeIn 1.5s ease-in-out 100ms both;
  animation: fadeIn 1.5s ease-in-out 100ms both;
}
.carousel .item.active .animated9 {
  -webkit-animation: fadeInUp 2s ease-in 500ms both;
  animation: fadeInUp 2s ease-in 500ms both;
}
#yt-totop {
  background-color: #fdfdfd;
  border: 1px solid #ddd;
  border-radius: 100%;
  bottom: 24px;
  height: 28px;
  overflow: hidden;
  position: fixed;
  left: 15px;
  width: 28px;
  z-index: 3001;
  font-size: 17px;
  text-align: center;
  color: #f26300;
  -webkit-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0 3px 4px 1px rgba(0, 0, 0, 0.3);
}
#yt-totop:hover {
  color: #a64400;
}
#yt-totop i {
  padding-top: 5px;
}
.pace {
  -webkit-pointer-events: none;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.pace-inactive {
  display: none;
}
.pace .pace-progress {
  background: #f26300;
  position: fixed;
  z-index: 2000;
  top: 0;
  right: 100%;
  width: 100%;
  height: 2px;
}
#sp-main-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sp-main-menu ul.level-0 > li {
  display: inline-block;
  margin: 0;
  padding: 0;
  position: relative;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu ul.level-0 > li:hover > a {
  color: #f26300;
}
#sp-main-menu ul.level-0 > li > a {
  display: block;
  margin: 0;
  padding: 10px 8px 0 8px;
  color: #333;
  font-size: 18px;
  text-transform: uppercase;
//  font-family: "RobotoBold", sans-serif;
}
#sp-main-menu ul.level-0 > li > a .menu-desc {
  font-size: 11px;
  color: #999;
  display: block;
}
#sp-main-menu ul.level-0 > li > a:hover,
#sp-main-menu ul.level-0 > li > a.active {
  color: #f26300;
}
#sp-main-menu ul.level-0 > li.parent:hover {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}
#sp-main-menu li li:not(.sp-menu-group) {
  display: block;
  position: relative;
  text-transform: capitalize;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
#sp-main-menu li li:not(.sp-menu-group):first-child {
  border-top: none;
}
#sp-main-menu li li:not(.sp-menu-group):hover {
  background-color: #f26300 !important;
}
#sp-main-menu li li:not(.sp-menu-group):hover a {
  color: #fff;
}
#sp-main-menu li li:not(.sp-menu-group) a {
  display: block;
  font-size: 16px;
  font-weight: normal;
  line-height: normal;
  text-decoration: none;
  padding: 16px 25px;
  color: #333;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  position: relative;
  padding-right: 20px;
  display: block;
}
#sp-main-menu li li:not(.sp-menu-group).parent >a:after {
  content: "\f054";
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: normal;
  position: absolute;
  right: 10px;
  top: 15px;
}
#sp-main-menu li li:not(.sp-menu-group):hover,
#sp-main-menu li li:not(.sp-menu-group).active {
  background: #f5f5f5;
}
#sp-main-menu div.sp-menu-group {
  margin: 10px;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group {
  display: block;
  padding: 10px;
  color: #666;
}
#sp-main-menu div.sp-menu-group a.sp-menu-group .menu-title {
  text-transform: uppercase;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module {
  margin: 0;
  padding: 10px 0 0;
  text-transform: none;
  font-weight: normal;
  font-size: 14px;
}
#sp-main-menu div.sp-menu-group .sp-menu-group-content .module h4 {
  font-size: 14px;
}
.sp-submenu {
  position: absolute;
  top: 0;
  padding-top: 5px;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  margin-top: 30px;
  -webkit-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -moz-transition: margin 100ms, visibility 100ms, opacity 100ms;
  -o-transition: margin 100ms, visibility 100ms, opacity 100ms;
  transition: margin 100ms, visibility 100ms, opacity 100ms;
}
.sp-submenu.open {
  z-index: 99999;
  visibility: visible;
  opacity: 1;
  margin-top: 0;
  -webkit-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -moz-transition: margin 300ms, visibility 300ms, opacity 300ms;
  -o-transition: margin 300ms, visibility 300ms, opacity 300ms;
  transition: margin 300ms, visibility 300ms, opacity 300ms;
}
.sp-submenu .sp-submenu-wrap {
  background: #fdfdfd;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  border-top: 2px solid #f26300;
}
.sp-submenu .megacol {
  float: left;
}
.sp-submenu.sub-level-child {
  margin-left: 30px;
  margin-top: 0;
}
.sp-submenu.sub-level-child.open {
  margin-left: 0px;
}
.ltr .sp-submenu {
  right: 0;
}
.rtl .sp-submenu {
  right: 0;
}
.rtl #sp-main-menu {
  float: right;
}
.rtl #sp-main-menu ul.level-0 > li:hover >a:after,
.rtl #sp-main-menu ul.level-0 > li.active >a:after {
  margin: 0 -10px 0 0;
}
.rtl #sp-main-menu ul.level-0 > li.parent >a span.menu {
  padding: 0 10px;
  padding-right: 0;
}
.rtl #sp-main-menu li li:not(.sp-menu-group).parent >a span.menu {
  padding-right: 0;
  padding-left: 20px;
}
.menu-fixed {
  top: 0;
  width: 100%;
}
.fixed .hidden-desktop {
  display: none;
}
.sp-main-menu-toggler {
  display: inline-block;
  margin: 4px 0 0 20px;
}
.sp-mobile-menu {
  position: absolute !important;
  top: 68px;
  left: 53px;
  min-width: 158px;
  z-index: 2000;
  background: #fdfdfd;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  -moz-box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
  box-shadow: 0 3px 5px 0 rgba(0,0,0,.2);
}
.sp-mobile-menu > ul {
  border-top: 2px solid #f26300;
}
.sp-mobile-menu > ul > li > a {
  font-size: 16px !important;
}
.sp-mobile-menu ul {
  display: block;
  list-style: none;
  background: #fdfdfd;
  padding: 0;
  margin: 0;
}
.sp-mobile-menu ul li {
  display: block;
  margin: 0;
  cursor: pointer;
}
.sp-mobile-menu ul li:hover {
  background-color: #f26300 !important;
}
.sp-mobile-menu ul li:hover > a,
.sp-mobile-menu ul li:hover i {
  color: #fff !important;
}
.sp-mobile-menu ul li span.sp-menu-toggler {
  display: block;
  width: 30px;
  float: right;
  cursor: pointer;
  color: #fff;
  line-height: 40px;
  text-align: center;
}
.sp-mobile-menu ul li span.sp-menu-toggler i {
  display: block;
  line-height: 40px;
  color: #333;
  font-size: 16px;
}
.sp-mobile-menu ul li span.sp-menu-toggler i.fa-angle-right {
  display: none;
}
.sp-mobile-menu ul li span.sp-menu-toggler.collapsed i.fa-angle-right {
  display: block;
}
.sp-mobile-menu ul li span.sp-menu-toggler.collapsed i.fa-angle-down {
  display: none;
}
.sp-mobile-menu ul li span.sp-menu-toggler .icon-angle-right,
.sp-mobile-menu ul li span.sp-menu-toggler.collapsed .icon-angle-down {
  display: none;
}
.sp-mobile-menu ul li span.sp-menu-toggler .icon-angle-down,
.sp-mobile-menu ul li span.sp-menu-toggler.collapsed .icon-angle-right {
  display: block;
}
.sp-mobile-menu ul li a {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  text-decoration: none;
  color: #333;
  padding: 0 25px;
}
.sp-mobile-menu ul li:hover > a {
  color: #fff;
}
.sp-mobile-menu ul li.active > a {
  color: #f26300;
}
.module h3 {
  font-weight: 400;
  margin: 0 0 40px 0;
  line-height: normal;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #000000;  
}

#sp-mainbanner h3 {
  font-weight: 400;
  margin: 0 0 40px 0;
  line-height: normal;
  font-size: 28px;
  line-height: 33px;
  text-align: center;
  color: #000000;  
}

#sp-mainbanner .dop-opportunites {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}

#sp-mainbanner .dop-opportunites__item {
	display: inline-block;
	position: relative;
	width: 30%;
}

#sp-mainbanner .dop-opportunites__item img {
	max-width: 100%;
	position: relative;
	display: block;
}
#sp-mainbanner .dop-opportunites__adv{
  opacity: .6;
}
#sp-mainbanner .dop-opportunites__adv:hover{
  opacity: 1;
}
.dop-opportunites__adv-info{
  display: none;
}
.dop-opportunites__adv:hover .dop-opportunites__adv-info{
  display: block;
}
.dop-opportunites__adv:active .dop-opportunites__adv-info{ 
  display: block; 
}
.dop-opportunites__adv-info:hover{
  display: block;
}

.module.highlighted,
.module.orange,
.module.dark,
.module.green,
.module.maroon,
.module.blue,
.module.gray,
.module.pink,
.module.red {
  padding: 20px;
  color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
  box-shadow: 0 1px 5px rgba(0,0,0,0.6) inset;
}
.module.highlighted h3,
.module.orange h3,
.module.dark h3,
.module.green h3,
.module.maroon h3,
.module.blue h3,
.module.gray h3,
.module.pink h3,
.module.red h3 {
  padding: 0 0 10px 0;
  border-bottom: 1px dashed #fff;
  color: #fff;
}
.module.orange {
  background: #f26300;
}
.module.orange a {
  color: #B66B00;
}
.module.orange a:hover {
  color: #6F4100;
}
.module.dark {
  background: #000;
}
.module.dark a {
  color: #777;
}
.module.dark a:hover {
  color: #888;
}
.module.green {
  background: #006b2e;
}
.module.green a {
  color: #63E063;
}
.module.green a:hover {
  color: #43F043;
}
.module.maroon {
  background: #F35D34;
}
.module.maroon a {
  color: #B4300D;
}
.module.maroon a:hover {
  color: #C93F19;
}
.module.blue {
  background: #049cdb;
}
.module.blue a {
  color: #47C9FF;
}
.module.blue a:hover {
  color: #0073A3;
}
.module.gray {
  background: #2a2a2a;
}
.module.gray a {
  color: #999;
}
.module.gray a:hover {
  color: #777;
}
.module.pink {
  background: #c3325f;
}
.module.pink a {
  color: #FF5C8F;
}
.module.pink a:hover {
  color: #FA2E6E;
}
.module.red {
  background: #9d261d;
}
.module.red a {
  color: #EE4538;
}
.module.red a:hover {
  color: #DA3F33;
}
.module.mmenu {
  margin-bottom: 40px;
}
.module.mmenu .nextend-accordion-menu-inner dl.level1 dt.level1 {
  display: none !important;
}
.module.mgray .mod-inner > div {
  margin-bottom: 40px;
  background-color: #fdfdfd;
  padding: 20px;
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.module.mgray .mod-inner > div .header {
  text-transform: uppercase;
  font-size: 14px;
  color: #333;
  margin-bottom: 20px;
//  font-family: "RobotoBold", sans-serif;
}
.module.mgray .mod-inner > div.madmin {
  padding: 20px 0;
}
.module.mgray .mod-inner > div.madmin .header {
  padding: 0 20px;
}
.module.mgray .mod-inner > div.madmin ul.madmin-menu {
  list-style: outside none none;
  margin-left: 0;
}
.module.mgray .mod-inner > div.madmin ul.madmin-menu li a {
  padding: 10px 30px;
  margin: 5px 0;
  color: #333;
  font-size: 14px;
  display: block;
}
.module.mgray .mod-inner > div.madmin ul.madmin-menu li a:not(.nohover-adminblock-dop):hover {
  background-color: #006b2e;
  color: #fff;
}
.module.mgray .mod-inner > div.module_exp ul {
  list-style: outside none none;
  margin-left: 0;
}
.module.mgray .mod-inner > div.module_exp ul li {
  display: inline-block;
}
.module.mgray .mod-inner > div.module_exp ul li a.mex_title {
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  padding-bottom: 5px;
  float: left;
  width: 100%;
}
.module.mgray .mod-inner > div.module_exp ul li .mex_period {
  font-size: 16px;
  padding-bottom: 5px;
  float: left;
  display: block;
  width: 100%;
}
.module.mgray .mod-inner > div.module_exp ul li .mex_desc {
  font-size: 14px;
  color: #929191;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  float: left;
  display: block;
  width: 100%;
  padding-bottom: 5px;
}
.module.mgray .mod-inner > div.module_exp ul li .mex_organizer {
  float: left;
  display: block;
  width: 100%;
  font-size: 12px;
  padding-bottom: 5px;
}
.module.mgray .mod-inner > div.module_exp ul li .mex_mesto {
  font-size: 12px;
}
.module.mgray .mod-inner > div.module_exp ul li:hover .mex_desc {
  color: #333;
}
.module.mgray .mod-inner > div.module_exp ul li.divider {
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
  height: 1px;
  margin: 15px 0px;
  overflow: hidden;
}
.module.mgray .mod-inner > div.module_pers ul {
  list-style: outside none none;
  margin-left: 0;
}
.module.mgray .mod-inner > div.module_pers ul li .mmember {
  position: relative;
  width: 50px;
}
.module.mgray .mod-inner > div.module_pers ul li .mp_title {
  font-size: 16px;
}
.module.mgray .mod-inner > div.module_pers ul li .mp_post {
  color: #bababa;
  font-size: 13px;
}
.module.mgray .mod-inner > div.module_pers ul li .mp_mail,
.module.mgray .mod-inner > div.module_pers ul li .mp_matchmaking,
.module.mgray .mod-inner > div.module_pers ul li .mp_phone {
  margin-top: 2px;
  max-width: 280px;
  overflow: auto;
}
.module.mgray .mod-inner > div.module_pers ul li .mp_mail span,
.module.mgray .mod-inner > div.module_pers ul li .mp_matchmaking span,
.module.mgray .mod-inner > div.module_pers ul li .mp_phone span {
  display: inline;
  float: left;
  font-size: 16px;
  margin-right: 18px;
  text-align: center;
  width: 18px;
}
.module.mgray .mod-inner > div.module_pers ul li.divider {
  background-color: #bababa;
  border-bottom: 1px solid #fff;
  height: 1px;
  margin: 15px 0px;
  overflow: hidden;
}
.module.mgray .mod-inner .mmembers {
  position: relative;
}
.module.mgray .mod-inner .mmembers .butn-edit {
  position: absolute;
  right: 20px;
  top: 17px;
}
.module.mgray .mod-inner .mmembers .members-container .mmember {
  position: relative;
  width: 50px;
  display: inline-block;
  margin: 3px 8px 18px 0;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .avatar {
  border: 2px solid transparent;
  width: 50px;
  height: 50px;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .avatar:hover.a-creator,
.module.mgray .mod-inner .mmembers .members-container .mmember .avatar:hover.a-ecreator {
  border-color: #f26300;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .avatar:hover.a-admin,
.module.mgray .mod-inner .mmembers .members-container .mmember .avatar:hover.a-eadmin {
  border-color: #006b2e;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .avatar:hover.a-watch,
.module.mgray .mod-inner .mmembers .members-container .mmember .avatar:hover.a-ewatch {
  border-color: #2a2a2a;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .avatar a {
  display: block;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak {
  position: absolute;
  right: 0px;
  bottom: 0px;
  cursor: pointer;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div:after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  font-size: 9px;
  font-weight: bold;
  height: 9px;
  line-height: 1;
  padding: 2px;
  text-align: center;
  width: 9px;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-creator:after,
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-ecreator:after {
  content: "O";
  background-color: #ff9600;
  border: 1px solid #995a00;
  color: #fff;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-admin::after,
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-eadmin::after {
  content: "A";
  background-color: #55a726;
  border: 1px solid #2b5413;
  color: #fff;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-watch:after,
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-ewatch:after {
  content: "W";
  background-color: #8d8d8d;
  border: 1px solid #646464;
  color: #fff;
}

.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-m-account:after {
  content: "AМ";
  background-color: #55a726;
  border: 1px solid #2b5413;
  color: #fff;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-m-engineer::after {
  content: "И";
  background-color: #fc0027;
  border: 1px solid #78021a;
  color: #fff;
}

.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-m-content::after {
  content: "К";
  background-color: #55a726;
  border: 1px solid #2b5413;
  color: #fff;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-m-supervisor::after {
  content: "O";
  background-color: #55a726;
  border: 1px solid #2b5413;
  color: #fff;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-m-sales::after {
  content: "П";
  background-color: #55a726;
  border: 1px solid #2b5413;
  color: #fff;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-m-programmer::after {
  content: "PR";
  background-color: #55a726;
  border: 1px solid #2b5413;
  color: #fff;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-reg-admin:after {
  content: "AR";
  background-color: #fc0027;
  border: 1px solid #78021a;
  color: #fff;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-api-admin:after {
  content: "AA";
  background-color: #fc0027;
  border: 1px solid #78021a;
  color: #fff;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-m-account:after {
  content: "M";
  background-color: #55a726;
  border: 1px solid #2b5413;
  color: #fff;
}
.module.mgray .mod-inner .mmembers .members-container .mmember .thumb_znak > div.role-epartner:after {
  content: "P";
  background-color: #8d8d8d;
  border: 1px solid #646464;
  color: #fff;
}
.module.module_admin .mod-inner > div {
  border: 1px solid #f26300;
//  font-family: "RobotoBold", sans-serif;
}
.module.module_admin .mod-inner > div ul.madmin-menu li a:not(.nohover-adminblock-dop):hover {
  background-color: #f26300 !important;
}
.module.module_admin .mod-inner > div ul.madmin-menu li a i {
  padding-right: 5px;
}
.module.module_admin .mod-inner > div ul.madmin-menu li.active a {
  color: #fff;
  background-color: #f26300 !important;
}
.mod-languages .bootstrap-select.selectpick-old > .dropdown-toggle {
  padding: 5px 14px;
}
#mod_expologin > div {
  float: left;
  margin-left: 10px;
}
#mod_expologin > div .btn {
//  font-family: "RobotoBold", sans-serif;
  text-transform: uppercase;
  border-width: 2px;
}
#mod_expologin > div .btn.btn-primary {
  border-color: #e95f00 rgba(233,95,0,0.1) #f26300;
}
#utp .modbg {
  display: block;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  height: 381px;
  background-size: 100% 381px !important;
}
#utp .modbg_shadow {
  background: transparent url("../images/utp_shadow.png") no-repeat scroll 50% 0;
  display: block;
  height: 32px;
  left: 0;
  position: absolute;
  top: 112px;
  width: 100%;
  opacity: .5;
}
#utp .pocket .module {
  position: relative;
}
#utp .pocket .module .mod-wrapper {
  background-color: rgba(255,255,255,0.95);
  position: absolute;
  left: 0;
  top: 144px;
  border: 1px solid #c5c5c5;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
}

#utp .pocket .module .mod-wrapper:hover {
  cursor: pointer;
  -webkit-box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.08);
  -moz-box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 15px 2px rgba(0, 0, 0, 0.08);
}
#utp .pocket .module .mod-wrapper h3.header {
  text-align: center;
  color: #000;
  line-height: 33px;
  font-size: 28px;
  text-transform: uppercase;
  margin: 15px 0 0px;
}
#utp .pocket .module .mod-wrapper .mod-content {
  padding: 8px 20px 0px;
  font-size: 16px;
}
#utp .pocket .module .mod-wrapper .mod-content .btn-utp {
  position: absolute;
  bottom: 10px;
  left: 0;
  width: 100%;
  text-align: center;
}
/* Старые картинки
#utp #sp-utp1 .modbg {
  background: url('../images/utp1a.png') 0 35px no-repeat transparent;
}
#utp #sp-utp2 .modbg {
  background: url('../images/utp2a.png') 0 0 no-repeat transparent;
}
#utp #sp-utp3 .modbg {
  background: url('../images/utp3a.png') 0 0 no-repeat transparent;
}*/

#utp #sp-utp1 .modbg {
  background: url('../images/bage.png') 0 35px no-repeat transparent;
}
#utp #sp-utp2 .modbg {
  background: url('../images/phone.png') 0 35px no-repeat transparent;
}
#utp #sp-utp3 .modbg {
  background: url('../images/tablet.png') 0 35px no-repeat transparent;
} 
#sp-user1 .custom,
#sp-user2 .custom {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
}
#sp-user1 .custom.i_partner,
#sp-user2 .custom.i_partner {
  border: medium none;
  text-align: center;
}
.module.modpart .header {
  color: #777777;
  font-size: 26px;
}
.module.modpart .custom,
.module.modpart .carousel-partners {
  border: 1px solid #eeeeee;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.3) inset;
  display: block;
  text-align: center;
}
#sp-userpanel #user_modlogin {
  padding-top: 8px;
}
#sp-userpanel #user_modcomp .modcomp_comp {
  line-height: 24px;
  padding-top: 11px;
}
#sp-userpanel #user_modcomp .modcomp_comp a.user_comp {
  color: #333;
  border-bottom: 1px dashed;
  padding-bottom: 2px;
}
#sp-userpanel #user_modcomp .modcomp_comp a.user_comp:hover,
#sp-userpanel #user_modcomp .modcomp_comp a.user_comp:active {
  color: #f26300;
}
#sp-userpanel #user_modcomp .modcomp_comp .dropdown {
  display: inline-block;
  margin-left: 5px;
  vertical-align: middle;
  text-align: left;
}
#sp-userpanel #user_modcomp .modcomp_comp .dropdown a.dropdown-toggle {
  padding: 0 5px;
}
#sp-userpanel #user_modcomp .modcomp_comp .dropdown .dropdown-menu {
  right: 0;
  left: auto;
}
#sp-userpanel #user_modprof .modprof_avatar .avatar {
  float: left;
}
#sp-userpanel #user_modprof .modprof_block {
  padding-left: 10px;
}
#sp-userpanel #user_modprof .modprof_block .modprof_title {
  display: block;
  padding: 3px 0 5px;
  width: 100%;
  font-size: 15px;
  font-weight: bold;
  line-height: 16px;
}
#sp-userpanel #user_modprof .modprof_block .modprof_title a {
  color: #333;
}
#sp-userpanel #user_modprof .modprof_block .modprof_title a:hover {
  color: #f26300;
}
#sp-userpanel #user_modprof .modprof_block .modprof_menu {
  padding-top: 3px;
}
#sp-userpanel #user_modprof .modprof_block .modprof_menu table {
  width: 100%;
}
#sp-userpanel #user_modprof .modprof_block .modprof_menu table td {
  float: left;
}
#sp-userpanel #user_modprof .modprof_block .modprof_menu table td.prof {
  text-align: left;
  width: 42%;
}
#sp-userpanel #user_modprof .modprof_block .modprof_menu table td.alarm {
  text-align: center;
  width: 49%;
}
#sp-userpanel #user_modprof .modprof_block .modprof_menu table td.alarm span.ncount {
  display: inline-block;
  padding: 0 8px;
  color: #fff;
  background-color: #f26300;
  -webkit-border-radius: 9px;
  -moz-border-radius: 9px;
  border-radius: 9px;
  margin-left: 2px;
}
#sp-userpanel #user_modprof .modprof_block .modprof_menu table td.logout {
  text-align: right;
}
#sp-userpanel #user_modprof .modprof_block .modprof_menu table td a {
  font-size: 12px;
  color: #333;
  line-height: 16px;
}
#sp-userpanel #user_modprof .modprof_block .modprof_menu table td a i {
  font-size: 16px;
  vertical-align: text-bottom;
}
#sp-userpanel #user_modprof .modprof_block .modprof_menu table td a:hover {
  color: #f26300;
}
p {
  line-height: 22px;
}
h1 {
  font-size: 32px;
  font-weight: 500;
  color: #000;
}
h3 {
  color: #2a2a2a;
  font-size: 26px;
  font-weight: normal;
/*  line-height: 28px;*/
}
.sp-dropcap {
  overflow: hidden;
}
.sp-dropcap:first-letter {
  color: #666;
  display: block;
  float: left;
  font-size: 50px;
  line-height: 40px;
  padding: 4px 8px 0 0;
}
.alert {
  color: inherit;
}
.alert span {
  color: #333;
}
.alert p {
  margin: 0;
}
.alert .alert_icon {
  display: table;
  float: left;
  font-size: 36px;
  height: 100%;
  margin: 0 10px 0 0;
}
ul.arrow,
ul.arrow-double,
ul.tick,
ul.cross,
ul.star,
ul.arrow-caret,
ul.arrow-chevron,
ul.rss {
  list-style: none;
  padding: 0;
  margin: 0;
}
ul.arrow li::before,
ul.arrow li::after,
ul.arrow-double li::before,
ul.arrow-double li::after,
ul.tick li::before,
ul.tick li::after,
ul.cross li::before,
ul.cross li::after,
ul.star li::before,
ul.star li::after,
ul.arrow-caret li::before,
ul.arrow-caret li::after,
ul.arrow-chevron li::before,
ul.arrow-chevron li::after,
ul.rss li::before,
ul.rss li::after {
  font-family: FontAwesome;
  font-size: 11px;
}
.ltr ul.arrow li::before,
.ltr ul.arrow-double li::before,
.ltr ul.tick li::before,
.ltr ul.cross li::before,
.ltr ul.star li::before,
.ltr ul.arrow-caret li::before,
.ltr ul.arrow-chevron li::before,
.ltr ul.rss li::before {
  margin-right: 5px;
}
.ltr ul.arrow li::before {
  content: "\f105";
}
.ltr ul.arrow-double li::before {
  content: "\f101";
}
.ltr ul.tick.bigli li {
  margin-top: 20px;
  margin-left: 40px;
  position: relative;
}
.ltr ul.tick.bigli li::before {
  content: "\f046";
  color: #f26300;
  font-size: 24px;
  left: -40px;
  position: absolute;
  top: 4px;
}
.ltr ul.micons {
  list-style: none;
  padding: 0;
  margin: 0;
}
.ltr ul.micons li::before,
.ltr ul.micons li::after {
  font-family: "Material Design Icons";
  font-size: 34px;
}
.ltr ul.micons.bigli li {
  margin-top: 25px;
  margin-left: 50px;
  position: relative;
  line-height: 21px;
}
.ltr ul.micons li span {
  color: #f26300;
  text-transform: uppercase;
  font-weight: bold;
}
.ltr ul.micons li::before {
  left: -50px;
  position: absolute;
  top: 4px;
  color: #f26300;
}
.ltr ul.micons li.clock::before {
  content: "\f150";
}
.ltr ul.micons li.clock-fast::before {
  content: "\f152";
}
.ltr ul.micons li.checkbox-marked-circle-outline::before {
  content: "\f134";
}
.ltr ul.micons li.clipboard-text::before {
  content: "\f14E";
}
.ltr ul.micons li.wallet::before {
  content: "\F584";
}
.ltr ul.micons li.chart-bar::before {
  content: "\F128";
}
.ltr ul.micons li.file-chart::before {
  content: "\F215";
}
.ltr ul.micons li.chart-areaspline::before {
  content: "\F127";
}
.ltr ul.micons li.account-check::before {
  content: "\F008";
}
.ltr ul.arrow-caret.bigli li {
  margin-top: 10px;
  margin-left: 21px;
  position: relative;
}
.ltr ul.arrow-caret.bigli li::before {
  content: "\f0da";
  color: #f26300;
  font-size: 24px;
  left: -21px;
  position: absolute;
  top: 0px;
}
.ltr ul.arrow-chevron.bigli li {
  margin-top: 10px;
  margin-left: 18px;
  position: relative;
}
.ltr ul.arrow-chevron.bigli li::before {
  content: "\f054";
  color: #f26300;
  font-size: 14px;
  left: -18px;
  position: absolute;
  top: 1px;
}
.ltr ul.cross li::before {
  content: "\f00d";
}
.ltr ul.star li::before {
  content: "\f006";
}
.ltr ul.rss li::before {
  content: "\f09e";
}
.rtl ul.arrow li::after,
.rtl ul.arrow-double li::after,
.rtl ul.tick li::after,
.rtl ul.cross li::after,
.rtl ul.star li::after,
.rtl ul.rss li::after {
  margin-left: 5px;
}
.rtl ul.arrow li::after {
  content: "\f104";
}
.rtl ul.arrow-double li::after {
  content: "\f100";
}
.rtl ul.tick li::after {
  content: "\f00c";
}
.rtl ul.cross li::after {
  content: "\f00d";
}
.rtl ul.star li::after {
  content: "\f006";
}
.rtl ul.rss li::after {
  content: "\f09e";
}
img.pull-left,
.pull-left > img {
  margin-right: 15px;
}
img.pull-right,
.pull-right > img {
  margin-left: 15px;
}
.rtl img.pull-left,
.rtl .pull-left > img {
  margin-left: 15px;
}
.rtl img.pull-right,
.rtl .pull-right > img {
  margin-right: 15px;
}
.sp-blocknumber {
  position: relative;
  min-height: 45px;
}
.sp-blocknumber span {
  font-weight: bold;
  width: 48px;
  height: 48px;
  line-height: 48px;
  display: block;
  text-align: center;
  position: absolute;
  top: 0;
}
.sp-blocknumber span.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-blocknumber span.circle {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
.ltr .sp-blocknumber {
  padding: 5px 0 5px 60px;
}
.ltr .sp-blocknumber span {
  left: 0;
}
.rtl .sp-blocknumber {
  padding: 5px 60px 5px 0;
}
.rtl .sp-blocknumber span {
  right: 0;
}
.sp-block.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.sp-bubble {
  position: relative;
  margin-bottom: 40px;
}
.sp-bubble cite {
  display: block;
  height: 30px;
  line-height: 36px;
  position: absolute;
  bottom: -30px;
}
.sp-bubble cite span {
  content: ' ';
  position: absolute;
  top: 0;
  display: block;
  width: 0;
  height: 0;
  border-bottom-color: transparent !important;
}
.ltr .sp-bubble cite {
  left: 15px;
  padding-left: 40px;
}
.ltr .sp-bubble cite span {
  left: 0;
  border-left-color: transparent !important;
}
.rtl .sp-bubble cite {
  right: 15px;
  padding-right: 40px;
}
.rtl .sp-bubble cite span {
  right: 0;
  border-right-color: transparent !important;
}
.ltr [class^="icon-"].pull-left,
.ltr [class*=" icon-"].pull-left {
  margin-right: .3em;
}
.ltr [class^="icon-"].pull-right,
.ltr [class*=" icon-"].pull-right {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-left,
.rtl [class*=" icon-"].pull-left {
  margin-left: .3em;
}
.rtl [class^="icon-"].pull-right,
.rtl [class*=" icon-"].pull-right {
  margin-right: .3em;
}
.checkbox label {
  position: relative;
  padding-left: 19px !important;
  cursor: pointer;
}
.checkbox label:before,
.checkbox label:after {
  font-family: FontAwesome;
  font-size: 18px;
  position: absolute;
  top: 0;
  left: 0;
}
.checkbox label:before {
  content: '\f096';
  color: #9c9c9c;
}
.checkbox label:after {
  content: '\f046';
  max-width: 0;
  color: #f26300;
  overflow: hidden;
  opacity: 0.5;
  -webkit-transition: all 0.35s;
  -moz-transition: all 0.35s;
  -o-transition: all 0.35s;
  transition: all 0.35s;
}
.checkbox input[type="checkbox"] {
  display: none;
}
.checkbox input[type="checkbox"]:checked + label:before {
  opacity: 0;
}
.checkbox input[type="checkbox"]:checked + label:after {
  max-width: 25px;
  opacity: 1;
}
.checkbox.confemail {
  display: inline-block;
  position: relative;
  vertical-align: sub;
}
.checkbox.confemail label {
  font-size: 14px;
  color: #333 !important;
}
.checkbox.confemail label:before,
.checkbox.confemail label:after {
  font-size: 16px;
}
.spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.spinner-2 {
  height: 100px;
}
.spinner-2 .spinner {
  width: 40px;
  height: 40px;
}
.spinner-2 .spinner:before {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  border-top: solid 5px #f26300;
  border-bottom: solid 5px #f26300;
  border-left: solid 5px transparent;
  border-right: solid 5px transparent;
  content: "";
  border-radius: 50px;
  -webkit-animation: spinner-2 1s infinite ease;
  animation: spinner-2 1s infinite ease;
}
.spinner-2 .spinner:after {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  width: 10px;
  height: 10px;
  background-color: #006b2e;
  content: "";
  border-radius: 20px;
}
@keyframes spinner-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes spinner-2 {
  from {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes lamp {
  from {
    border-color: #999;
    -webkit-box-shadow: 0 0 5px 6px #ffebee;
    -moz-box-shadow: 0 0 5px 6px #ffebee;
    box-shadow: 0 0 5px 6px #ffebee;
  }
  to {
    border-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
@-webkit-keyframes lamp {
  from {
    border-color: #999;
    -webkit-box-shadow: 0 0 5px 6px #ffebee;
    -moz-box-shadow: 0 0 5px 6px #ffebee;
    box-shadow: 0 0 5px 6px #ffebee;
  }
  to {
    border-color: #fff;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
  }
}
.nav-tabs > li > a {
  font-size: 15px;
  display: flex;
  align-items: center;
}
.nav-tabs > li.active > a {
  color: #333;
}
.navbar {
  margin-bottom: 15px;
}
.navbar .navbar-inner {
  min-height: 30px;
  box-shadow: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ddd;
  background-color: #f2f2f2;
  background-image: -moz-linear-gradient(top,#f5f5f5,#eee);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#f5f5f5),to(#eee));
  background-image: -webkit-linear-gradient(top,#f5f5f5,#eee);
  background-image: -o-linear-gradient(top,#f5f5f5,#eee);
  background-image: linear-gradient(to bottom,#f5f5f5,#eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffeeeeee', GradientType=0);
}
.navbar .navbar-inner .nav > li > a {
  color: #f26300;
  text-shadow: none;
  font-size: 13px;
  padding: 4px 15px;
}
.navbar .navbar-inner .nav > li > a:hover {
  color: #a64400;
}
.navbar .divider-vertical {
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #f5f5f5;
  height: 30px;
}
#content_alert {
  display: none;
}
#content_alert .alert .alert_text {
  float: left;
}
#content_alert .alert .alert_button {
  text-align: right;
}
.well {
  background: transparent;
  padding: 10px;
}
.pagination {
  margin: 30px 0 20px;
}
.pagination ul li.pagination-inactive {
  color: #777777;
}
.pagination ul li.pagination-inactive .active {
  background-color: #f5f5f5;
}
.table th.center {
  text-align: center;
}
.table.expotable th {
  background-color: #656565;
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  line-height: 40px;
  padding: 0 10px;
  text-shadow: 0 1px 0 #414141;
}
.popover-content {
  word-wrap: break-word;
}
.comp-spin {
  position: absolute;
}
#sp-top-wrapper {
  background: none repeat-x scroll 0 bottom #136f1c !important;
}
@media (max-width: 767px) {
  .bg {
    padding-left: 0;
    padding-right: 0;
  }
  .container {
    min-width: 280px;
  }
}
.fixed .hidden-desktop {
  display: none;
}
#sp-userpanel .mod-inner.resp #user_modcomp #user_modprof .modprof_menu td i {
  display: none;
}
#sp-userpanel .mod-inner.resp #user_modcomp #user_modprof .modprof_menu td.alarm .ncount {
  padding: 0 4px;
  font-size: 10px;
}
@media (max-width: 1199px) {
  #sp-slider-wrapper a.nav-left {
    left: 10px;
    margin-top: -6px;
  }
  #sp-slider-wrapper a.nav-right {
    right: 10px;
    margin-top: -6px;
  }
  #sp-slider-wrapper .carousel .container2 {
    width: auto;
  }
  #sp-slider-wrapper .carousel .animated1 {
    margin-top: 21px;
  }
  #sp-slider-wrapper .carousel .animated2 {
    margin-top: 135px;
  }
  #sp-slider-wrapper .carousel .animated8 {
    margin-top: 105px;
  }
  #sp-slider-wrapper .carousel .animated5 span {
    text-align: center;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {
  .container {
    width: auto;
  }
  .container #sp-logo {
    padding-left: 10px;
    line-height: 40px;
  }
  #sp-main-menu ul.level-0 > li > a {
    padding: 10px 5px 0;
  }
  body.issuper #sp-menu {
    width: 55%;
  }
  body.issuper #sp-userpanel {
    width: 25%;
  }
}
@media (max-width: 979px) {
  body.issuper #sp-menu {
    width: auto;
  }
  #sp-header-wrapper.sticking {
    padding: 5px 0 !important;
  }
  #sp-header-wrapper .container {
    max-width: none;
    width: 100%;
  }
  #sp-header-wrapper .container #sp-logo {
    padding-left: 10px;
    line-height: 40px;
  }
  #sp-main-menu ul.level-0 > li > a {
    font-size: 12px;
    padding: 10px 5px 0;
  }
  #utp .modbg,
  #utp .modbg_shadow {
    display: none;
    height: 0;
  }
  #utp .pocket .module .mod-wrapper {
    position: relative;
    top: 0;
  }
  #utp .pocket .module .mod-wrapper .mod-content {
    padding-top: 0;
  }
  #utp .pocket .module .mod-wrapper h3.header {
    font-size: 24px;
  }
  ul.tick.bigli li {
    margin-left: 8px !important;
    margin-top: 12px !important;
  }
  ul.tick.bigli li:before {
    font-size: 18px !important;
    top: 1px !important;
    left: -23px !important;
  }
  #sp-slider-wrapper a.nav-left,
  #sp-slider-wrapper a.nav-right {
    margin-top: -30px;
  }
  #sp-slider-wrapper .carousel .animated2 {
    margin-top: 69px;
  }
  #sp-slider-wrapper .carousel .animated3 {
    margin-left: 0;
  }
  #mod_expologin > div {
    margin-bottom: 5px;
  }
  .modcomp_comp .btn-primary {
    font-size: 10px;
  }
  .top_title h1 {
    margin-bottom: 15px !important;
  }
  #reports {
    margin-top: 20px !important;
  }
  .navbar-material .navbar-collapse .navbar-date {
    margin: auto !important;
  }
  #managers_report_jqGridPager_left {
    width: 175px !important;
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  #sp-userpanel #user_modprof .modprof_block .modprof_menu table td {
    width: 25% !important;
  }
  #sp-userpanel #user_modprof .modprof_block .modprof_menu table td i {
    display: inherit !important;
  }
  #sp-userpanel #user_modprof .modprof_block .modprof_menu table td .modprof_menu_text {
    display: none;
  }
  #sp-userpanel #user_modprof .modprof_block .modprof_menu table td .ncount {
    padding: inherit !important;
    font-size: inherit !important;
  }
  .btn-admin span {
    display: none;
  }
  #mod_expologin > div .btn {
    font-size: 12px;
    padding: 4px 6px;
  }
  .blok3 {
    width: 43% !important;
  }
}
@media (max-width: 767px) {
  .top_title h1 {
    margin-top: -15px !important;
  }
  .slick-prev,
  .slick-next {
    display: none !important;
  }
  #sp-right,
  .rightmodules {
    margin-top: 20px;
  }
  #sp-logo {
    float: left;
    width: auto;
    margin-right: 5px;
    width: 110px !important;
  }
  #sp-menu {
    float: left;
    width: auto;
  }
  #sp-userpanel {
    float: right;
    width: 60%;
    margin: 0 0 8px;
  }
  #sp-userpanel .blok2 {
    float: left;
    width: auto;
    margin-left: 10px;
  }
  #sp-userpanel #user_modcomp .modcomp_comp {
    width: auto;
    float: right;
  }
  #sp-userpanel #user_modcomp .span7 {
    display: inline;
    float: left;
    width: auto;
  }
  #sp-userpanel #user_modcomp .span7 #user_modprof .modprof_avatar {
    height: 50px;
    width: 50px;
    margin: 0 auto;
    display: block;
  }
  #sp-userpanel #user_modcomp .span7 #user_modprof .modprof_block .modprof_menu table td {
    width: 25% !important;
  }
  #sp-userpanel #user_modcomp .span7 #user_modprof .modprof_block .modprof_menu table td i {
    display: inherit !important;
  }
  #sp-userpanel #user_modcomp .span7 #user_modprof .modprof_block .modprof_menu table td .modprof_menu_text {
    display: none !important;
  }
  #sp-userpanel #user_modcomp .span7 #user_modprof .modprof_block .modprof_menu table td .ncount {
    padding: inherit !important;
    font-size: inherit !important;
  }
  #sp-footer-wrapper ul.nav {
    margin: 0;
  }
  #sp-footer-wrapper ul.nav li {
    margin: 0;
    padding-right: 15px;
  }
  #sp-footer-wrapper #sp-footer1 {
    float: left;
    width: auto;
  }
  #sp-footer-wrapper #sp-footer2,
  #sp-footer-wrapper #sp-footer3 {
    float: right;
    width: auto;
  }
  #utp > .span4 {
    margin-bottom: 20px;
  }
  #utp .pocket .module .mod-wrapper .mod-content {
    height: auto !important;
  }
  #utp .pocket .module .mod-wrapper .mod-content .btn-utp {
    display: none;
  }
  #main-modal.big-m {
    width: auto !important;
    margin-left: inherit !important;
  }
  #comp_stand .comp_stand_inner {
    height: auto !important;
  }
  #comp_stand .comp_stand_inner .rexc a {
    margin-bottom: 10px;
  }
  #comp_stand .comp_stand_inner .rexc a .stand_title {
    width: auto !important;
    display: block !important;
  }
  #comp_stand .comp_stand_inner .rexc a .cat_border {
    width: 97% !important;
  }
  #serv_item {
    padding: 0 20px;
  }
  #serv_item .item_response .item_adminright {
    margin-top: 20px;
  }
  #serv_item .citems .citem {
    margin-top: 40px;
    width: 245px;
    float: left;
    margin-right: 30px;
  }
  #main-modal.modal {
    width: inherit !important;
    margin: inherit !important;
    right: auto;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -moz-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
    -o-transform: translate(-50%,0);
    transform: translate(-50%,0);
  }
  #main-modal.modal.small-m {
    width: 300px !important;
  }
  #main-modal.modal.big-m {
    width: 92% !important;
  }
  #main-modal.modal .modal-footer .btn {
    padding: 8px !important;
  }
  body.mini-navbar.isnavbar .container {
    margin-left: 75px !important;
  }
  body.mini-navbar.isnavbar #main-modal.modal {
    margin-left: 35px !important;
    min-width: 227px;
  }
  body.mini-navbar.isnavbar #main-modal.modal.big-m {
    width: 86% !important;
  }
  #yt-totop {
    left: auto;
    right: 15px;
  }
  #tab_uitems #expo_search {
    width: auto !important;
  }
  #utp .pocket .module .mod-wrapper {
    margin: 0 20px;
    padding-bottom: 20px;
  }
  .navbar-material .navbar-brand {
    display: none !important;
  }
  .ui-paging-info {
    display: none !important;
  }
  .flex-card a:hover .hero {
    height: 110px !important;
  }
  .flex-card a:hover .hero .overlay {
    opacity: 0;
    height: 110px !important;
  }
  .flex-card a:hover .hero .fl_period {
    opacity: 0;
  }
  .flex-card .flex-card a .content .fl_desc h3 {
    font-size: 20px !important;
    line-height: 20px !important;
  }
  .flex-card .content .fl_image {
    display: none !important;
  }
  .flex-card .footer {
    flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
  }
  .flex-card .footer .fl_date,
  .flex-card .footer .fl_mesto {
    flex-basis: 100% !important;
    -webkit-flex-basis: 100% !important;
    -ms-flex-preferred-size: 100% !important;
    margin-bottom: 10px;
  }
}
@media (max-width: 580px) {
  .sp-main-menu-toggler {
    margin: 4px 0 0;
  }
  #sp-footer2 {
    display: none;
  }
  #sp-footer3 {
    text-align: left !important;
    float: left !important;
  }
  .lottery-logos {
    display: none !important;
  }
  .lottery-info-text div {
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .lottery-info-text .bootstrap-select button {
    padding: 2px !important;
    font-size: 10px !important;
    line-height: 10px !important;
  }
  .lottery-info-button button span {
    display: none !important;
  }
}
@media (max-width: 480px) {
  #sp-userpanel {
    width: 100%;
  }
  .logo-wrapper {
    float: left;
    margin-right: 20px;
  }
}
@media screen and (min-width: 740px) {
  .stepper:hover .stepper-input {
    background-color: #fff;
  }
  .stepper .stepper-step:hover {
    background-color: #F9F9F9;
  }
  .stepper.disabled .stepper-arrow {
    background: #fff;
    border-color: #eee;
    cursor: default;
  }
}
body.maxi-modal-open {
  overflow: hidden;
}
.modal-backdrop {
  z-index: 2040;
}
#main-modal {
  z-index: 2050;
  top: 15px !important;
}
#main-modal.small-m {
  width: 300px;
  margin-left: -150px;
}
#main-modal.big-m {
  width: 700px;
  margin-left: -350px;
}
#main-modal.maxi-m {
  left: 5%;
  margin: 0;
  width: 90%;
  top: 7vh;
}
#main-modal.maxi-m .modal-inner {
  height: 52vh;
}
#main-modal .modal-dialog {
  margin: 30px auto 0;
}
#main-modal .close-modal {
  position: absolute;
  right: 2px;
  top: 15px;
  z-index: 1051;
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  box-shadow: none;
  color: #2a2a2a;
  font-size: 20px;
}
#main-modal .close-modal:hover {
  color: #f26300;
}
#main-modal .modal-header {
  background-color: #fbfbfb;
  border-bottom: 1px solid #fff;
  -webkit-border-top-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  border-top-right-radius: 6px;
  -webkit-border-top-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  border-top-left-radius: 6px;
  padding: 15px 30px 10px;
}
#main-modal .modal-header h3 {
  color: #2a2a2a;
  font-size: 24px;
  font-weight: normal;
}
#main-modal .modal-body {
  border-top: 1px solid #eee;
  max-height: 80vh;
  height: auto;
  padding: 0;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
#main-modal .modal-body .modal-scroll {
  position: relative;
  overflow: auto;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
#main-modal .modal-body .modal-scroll .modal-inner {
  min-height: 100px;
  padding: 15px 30px;
  position: relative;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
#main-modal .modal-body .modal-scroll .modal-inner .alert {
  color: #333;
  font-size: 12px;
}
#main-modal .modal-body .modal-scroll .modal-inner .file_box {
  width: 227px;
}
#main-modal .modal-body .modal-scroll .modal-inner .file_box .files_title {
  width: 144px;
}
#main-modal .modal-footer {
  min-height: 38px;
  padding: 14px 30px 15px;
  border-top: 1px solid #eee;
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#fff,#eee);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));
  background-image: -webkit-linear-gradient(top,#fff,#eee);
  background-image: -o-linear-gradient(top,#fff,#eee);
  background-image: linear-gradient(to bottom,#fff,#eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
.jspContainer {
  overflow: hidden;
  position: relative;
}
.jspPane {
  position: absolute;
}
.jspVerticalBar {
  position: absolute;
  top: 0;
  right: 0px;
  width: 6px;
  height: 100%;
  background: #fff;
}
.jspHorizontalBar {
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 6%;
  height: 10px;
  background: #fff;
}
.jspCap {
  display: none;
}
.jspHorizontalBar .jspCap {
  float: left;
}
.jspTrack {
  background: #dde;
  position: relative;
  border-radius: 4px;
}
.jspDrag {
  background: #c7ccd2;
  border-radius: 4px;
  position: relative;
  top: 0;
  left: 0;
  cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag {
  float: left;
  height: 100%;
}
.jspArrow {
  background: #50506d;
  text-indent: -20000px;
  display: block;
  cursor: pointer;
  padding: 0;
  margin: 0;
}
.jspArrow.jspDisabled {
  cursor: default;
  background: #80808d;
}
.jspVerticalBar .jspArrow {
  height: 16px;
}
.jspHorizontalBar .jspArrow {
  width: 16px;
  float: left;
  height: 100%;
}
.jspVerticalBar .jspArrow:focus {
  outline: none;
}
.jspCorner {
  background: #eeeef4;
  float: left;
  height: 100%;
}
* html .jspCorner {
  margin: 0 -3px 0 0;
}
#newmodal {
  position: fixed;
  left: 5%;
  width: 90%;
  min-height: 80%;
  top: 7vh;
  z-index: 2050;
  background-color: #fff;
  outline: 0;
  -webkit-transition: transform .3s ease-out;
  -moz-transition: transform .3s ease-out;
  -o-transition: transform .3s ease-out;
  transition: transform .3s ease-out;
}
#newmodal.fullscreen {
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
body.newmodal-open {
  overflow: hidden;
}
form {
  margin: 0;
}
form label {
  font-size: 14px;
}
form label .req {
  color: #f26300;
}
form select,
form input[type="text"],
form input[type="password"],
form input[type="datetime"],
form input[type="datetime-local"],
form input[type="date"],
form input[type="month"],
form input[type="time"],
form input[type="week"],
form input[type="number"],
form input[type="email"],
form input[type="url"],
form input[type="search"],
form input[type="tel"],
form input[type="color"],
form .uneditable-input {
  height: 26px;
}
form .control-group {
  margin: 0;
}
form .control-group label {
  padding-left: 0px;
  margin-bottom: 5px;
  width: 100%;
}
form#edform.edform-valid .help-block {
  display: none;
  font-size: 10px;
}
form#edform input[type="file"] {
  height: auto;
}
form#edform .row-fluid:first-child {
  margin-bottom: 20px;
}
form#edform .tab-content {
  overflow: visible;
}
form#edform dl dt {
  float: left;
  width: 150px;
}
form#edform dl dd {
  word-break: break-all;
  display: table;
}
form select {
  height: 32px;
  line-height: 32px;
}
.modal-inner form input[type="text"],
.modal-inner form input[type="password"],
.modal-inner form input[type="datetime"],
.modal-inner form input[type="datetime-local"],
.modal-inner form input[type="date"],
.modal-inner form input[type="month"],
.modal-inner form input[type="time"],
.modal-inner form input[type="week"],
.modal-inner form input[type="number"],
.modal-inner form input[type="email"],
.modal-inner form input[type="url"],
.modal-inner form input[type="search"],
.modal-inner form input[type="tel"],
.modal-inner form input[type="color"],
.modal-inner form .uneditable-input {
  width: 94%;
}
.modal-inner form textarea {
  width: 98%;
  resize: vertical;
}
.modal-inner form select {
  width: 98%;
}
.modal-inner form .forgot {
  float: left;
  width: 100%;
  padding-top: 5px;
  text-align: center;
}
.modal-inner form #form-login-reg a {
  line-height: 38px;
  font-size: 12px;
}
.modal-inner form #form-login-submit button {
  float: right;
}

.loader-pic {
  width: 20px;
  height: 20px;
  border: 5px solid #074616;
  border-top: 5px solid #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  margin: 20px auto 20px 70px
}
.loader-pic.hide{
  display: none;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

.modal-inner form .image_upload {
  background: none repeat scroll 0 0 #fbfbfb;
  display: block;
  min-height: 100px;
  border: 1px solid #e3e3e3;
  position: relative;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}
.modal-inner form .image_upload img {
  border: 1px solid #e3e3e3;
  cursor: pointer;
}
.modal-inner form .image_upload #logo_upl,
.modal-inner form .image_upload #avatar_upl {
  padding: 7px 10px;
}
.modal-inner form .image_upload #logo_upl table,
.modal-inner form .image_upload #avatar_upl table {
  height: 75px;
  margin-top: 5px;
}
.modal-inner form .image_upload #logo_upl table .upl_but_div,
.modal-inner form .image_upload #avatar_upl table .upl_but_div {
  vertical-align: middle;
  line-height: 38px;
}
.modal-inner form .image_upload #logo_upl table .upl_img_div,
.modal-inner form .image_upload #avatar_upl table .upl_img_div {
  vertical-align: middle;
  text-align: center;
}
.modal-inner form .image_upload #logo_upl table .upload_info,
.modal-inner form .image_upload #avatar_upl table .upload_info {
  font-size: 11px;
  color: #646464;
  line-height: 14px;
}
.modal-inner form .image_upload #avatar_upl img {
  border-radius: 100%;
  border: 2px solid #dddddd;
}
.modal-inner form .image_upload #avatar_upl .upload_info {
  font-size: 11px;
  color: #646464;
  line-height: 14px;
}
.modal-inner form .image_upload .upl_spinner {
  display: none;
  position: absolute;
  font-size: 20px;
  color: #f26300;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.modal-inner form .control-group.success .image_upload,
.modal-inner form .control-group.success .chzn-container-single .chzn-single,
.modal-inner form .control-group.warning .image_upload,
.modal-inner form .control-group.warning .chzn-container-single .chzn-single {
  border: 1px solid #468847;
}
.single-line {
  border-radius: 4px;
  color: #555;
  display: inline-block;
  font-size: 14px;
  height: 20px;
  line-height: 20px;
  padding: 4px 6px;
  background-color: #fff;
  border: 1px solid #ccc;
  box-shadow: 0 1px 1px rgba(0,0,0,0.075) inset;
  -webkit-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -moz-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  -o-transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
  margin-bottom: 0;
  position: relative;
  vertical-align: top;
  font-size: 12px;
  height: 16px;
  line-height: 17px;
  cursor: pointer;
}
.stepper {
  border-radius: 3px;
  margin: 0 0 10px 0;
  overflow: hidden;
  position: relative;
  width: 75px;
}
.stepper .stepper-input {
  background: #F9F9F9;
  border: 1px solid #ccc;
  border-radius: 3px;
  color: #333;
  font-size: 13px;
  line-height: 1.2;
  margin: 0;
  overflow: hidden;
  padding: 4px 10px 5px;
  width: 100%;
  z-index: 49;
  appearance: textfield;
  -moz-appearance: textfield;
  -webkit-appearance: textfield;
}
.stepper .stepper-input:-webkit-inner-spin-button,
.stepper .stepper-input:-webkit-outer-spin-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
}
.stepper .stepper-input:focus {
  background-color: #fff;
}
.stepper .stepper-arrow {
  border: 1px solid #ccc;
  cursor: pointer;
  display: block;
  height: 17px;
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 17px;
  width: 20px;
  z-index: 50;
}
.stepper .stepper-arrow:hover,
.stepper .stepper-arrow:focus {
  color: #f26300;
}
.stepper .stepper-arrow.up {
  top: 0;
}
.stepper .stepper-arrow.up:before {
  background-color: transparent;
  border: medium none;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  content: "\f106";
  font-size: 14px;
  line-height: 14px;
}
.stepper .stepper-arrow.down {
  bottom: 0;
}
.stepper .stepper-arrow.down:before {
  background-color: transparent;
  border: medium none;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  content: "\f107";
  font-size: 14px;
  line-height: 14px;
}
.stepper.disabled .stepper-input {
  background: #fff;
  border-color: #eee;
  color: #ccc;
}
.stepper.disabled .stepper-arrow {
  background: #fff;
  border-color: #eee;
  cursor: default;
}
.checkbox-inline,
.radio-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: 400;
  cursor: pointer;
  width: auto !important;
  font-size: 13px;
}
.expo-tools {
  margin: 15px 0 0;
  padding-bottom: 15px;
  border-bottom: 1px solid #dddddd;
}
.expo-tools .expo-tools-container-bar {
  float: left;
}
.expo-tools .expo-tools-container-bar .btn-wrapper {
  display: inline-block;
  margin: 0 5px 10px 0;
  float: left;
}
.expo-tools .expo-tools-container-bar .btn-wrapper button.btn {
  padding: 7px 14px;
}
.expo-tools .expo-tools-container-list {
  float: right;
}
.expo-tools .expo-tools-container-filters {
  display: none;
  margin: 10px 0;
}
.expo-tools .expo-tools-field-filter {
  display: inline-block;
  margin: 0 5px 5px 0;
}
.expo-filters {
  padding-top: 15px;
  border-top: 1px solid #eeeeee;
  margin-bottom: 15px;
}
.expo-filters .expo-filters-filter {
  float: left;
  display: inline-block;
}
.expo-filters .expo-filters-filter .btn-toolbar {
  margin: 0;
}
.expo-filters .expo-filters-order {
  float: right;
}
.expo-filters .expo-filters-order span {
  font-size: 12px;
  color: #929191;
  margin-right: 5px;
}
.expo-filters .expo-filters-order .btn-toolbar {
  margin: 0;
}
.all-check {
  color: #f26300 !important;
}
.archive-check {
  color: #929191 !important;
}
.active-check {
  color: #006b2e !important;
}
#company_list,
#exposition_list {
  display: block;
  width: 100%;
}
#company_list.row-fluid,
#exposition_list.row-fluid {
  margin-bottom: 0;
}
#company_list ul,
#exposition_list ul {
  list-style: outside none none;
  margin: 0;
}
#company_list ul li,
#exposition_list ul li {
  display: block;
  width: 100%;
  float: left;
  border-bottom: 1px solid #dddddd;
  padding: 30px 0 15px;
}
#company_list ul li a,
#exposition_list ul li a {
  display: block;
}
#company_list ul li a .list_image,
#exposition_list ul li a .list_image {
  display: inline;
  float: left;
  margin: 0 20px 15px 0;
  border: 1px solid #ddd;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 180px;
  height: 140px;
  background-size: contain;
}
#company_list ul li a .list_intro .list_title,
#exposition_list ul li a .list_intro .list_title {
  font-size: 16px;
  margin-bottom: 25px;
}
#company_list ul li a .list_intro .list_title .list-role,
#exposition_list ul li a .list_intro .list_title .list-role {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -3px;
}
#company_list ul li a .list_intro .list_title .list-role > div:after,
#exposition_list ul li a .list_intro .list_title .list-role > div:after {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  font-size: 8px;
  height: 9px;
  letter-spacing: 1px;
  line-height: 1;
  padding: 2px;
  text-align: center;
  width: 9px;
}
#company_list ul li a .list_intro .list_title .list-role > div.role-creator:after,
#exposition_list ul li a .list_intro .list_title .list-role > div.role-creator:after {
  content: "C";
  background-color: #ff9600;
  border: 1px solid #995a00;
  color: #fff;
}
#company_list ul li a .list_intro .list_title .list-role > div.role-admin::after,
#exposition_list ul li a .list_intro .list_title .list-role > div.role-admin::after {
  content: "A";
  background-color: #55a726;
  border: 1px solid #2b5413;
  color: #fff;
}
#company_list ul li a .list_intro .list_title .list-role > div.role-watch:after,
#exposition_list ul li a .list_intro .list_title .list-role > div.role-watch:after {
  content: "W";
  background-color: #8d8d8d;
  border: 1px solid #5a5a5a;
  color: #fff;
}
#company_list ul li a .list_intro .list_title .list-invis,
#exposition_list ul li a .list_intro .list_title .list-invis {
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: -2px;
}
#company_list ul li a .list_intro .list_title .list-invis::after,
#exposition_list ul li a .list_intro .list_title .list-invis::after {
  background-color: transparent;
  border: medium none;
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  text-rendering: auto;
  content: "\f070";
  color: #333;
  font-size: 14px;
  line-height: 14px;
}
#company_list ul li a .list_intro .list_period,
#exposition_list ul li a .list_intro .list_period {
  color: #333;
  font-size: 16px;
  margin-bottom: 15px;
}
#company_list ul li a .list_intro .list_desc,
#exposition_list ul li a .list_intro .list_desc {
  color: #333;
  font-size: 15px;
}
#company_list ul li a:hover .list_image,
#exposition_list ul li a:hover .list_image {
  border-color: #f26300;
}
#exposition_list ul li {
  border-bottom: medium none;
}
#company_view .info-alert,
#exposition_view .info-alert {
  float: left;
  margin-bottom: -20px;
  margin-top: 20px;
  width: 100%;
}
#company_view .info-alert .alert .alert_text,
#exposition_view .info-alert .alert .alert_text {
  float: left;
}
#company_view .info-alert .alert .alert_button,
#exposition_view .info-alert .alert .alert_button {
  text-align: right;
}
#company_view .company_image img,
#exposition_view .company_image img {
  height: auto;
  max-width: 100%;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
#company_view .top_title,
#exposition_view .top_title {
  margin: 25px 0 20px;
  float: left;
  width: 100%;
}
#company_view .top_title h1,
#exposition_view .top_title h1 {
  float: left;
  margin: 0;
}
#company_view .top_title .medit,
#exposition_view .top_title .medit {
  float: right;
  margin-top: 8px;
}
#company_view .expo_inner,
#exposition_view .expo_inner {
  float: left;
  width: 100%;
}
#company_view .expo_inner .expo_content,
#exposition_view .expo_inner .expo_content {
  min-height: 250px;
}
#company_view .expo_inner .expo_content .company_logo,
#exposition_view .expo_inner .expo_content .company_logo {
  display: block;
  float: left;
  margin: 0 20px 15px 0;
  border: 1px solid #ddd;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  width: 180px;
  height: 140px;
  background-size: contain;
}
#company_view .expo_inner .expo_content .company_desc .expo_period,
#exposition_view .expo_inner .expo_content .company_desc .expo_period {
  font-size: 19px;
  margin-bottom: 10px;
}
#company_view .expo_inner .expo_content .company_desc .expo_mesto,
#exposition_view .expo_inner .expo_content .company_desc .expo_mesto {
  font-size: 15px;
  font-weight: bold;
  margin-bottom: 10px;
}
#company_view .expo_inner .expo_content .company_desc .expo_doplink,
#exposition_view .expo_inner .expo_content .company_desc .expo_doplink {
  font-weight: bold;
  margin-top: 10px;
}
#company_view .expo_inner .expo_content .expo_org,
#exposition_view .expo_inner .expo_content .expo_org {
  margin-top: 25px;
  font-size: 19px;
}
#company_view .expo_inner .company_site span,
#company_view .expo_inner .company_email span,
#exposition_view .expo_inner .company_site span,
#exposition_view .expo_inner .company_email span {
  font-weight: bold;
  margin-right: 10px;
}
#company_view #service {
  position: relative;
  display: block;
}
#exposition_view #service {
  position: relative;
  display: block;
  min-height: 250px;
}
#company_view #service .serv_load,
#exposition_view #service .serv_load {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #f26300;
  font-size: 24px;
}
#company_view #service .service_in,
#exposition_view #service .service_in {
  display: none;
}
#company_view #service .service_in #serv_menu,
#exposition_view #service .service_in #serv_menu {
  position: relative;
  min-height: 200px;
}
#company_view #service .service_in #serv_item,
#exposition_view #service .service_in #serv_item {
  position: relative;
  min-height: 200px;
}
#company_view #expo_exh,
#exposition_view #expo_exh {
/*  margin-top: 60px; */
  margin-left: 10px;
}
#company_view #expo_exh .expo_exh_inner .rexc,
#exposition_view #expo_exh .expo_exh_inner .rexc {
  margin-top: 40px;
}
#company_view #expo_exh .expo_exh_inner .rexc.exlast,
#exposition_view #expo_exh .expo_exh_inner .rexc.exlast {
  margin: 0px;
}
#company_view #expo_exh .expo_exh_inner .rexc a,
#exposition_view #expo_exh .expo_exh_inner .rexc a {
  display: block;
  text-align: center;
  position: relative;
}
#company_view #expo_exh .expo_exh_inner .rexc a .exc_image,
#exposition_view #expo_exh .expo_exh_inner .rexc a .exc_image {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  height: 140px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
/*  width: 180px; */
  width: 100%;
  background-size: contain;
}
#company_view #expo_exh .expo_exh_inner .rexc a .exc_icon,
#exposition_view #expo_exh .expo_exh_inner .rexc a .exc_icon {
  color: #2a2a2a;
  font-size: 18px;
  left: 0;
  position: absolute;
  top: 4px;
}
#company_view #expo_exh .expo_exh_inner .rexc a .exc_icon .exc_icon_inner,
#exposition_view #expo_exh .expo_exh_inner .rexc a .exc_icon .exc_icon_inner {
  border: 1px solid #2a2a2a;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}
#company_view #expo_exh .expo_exh_inner .rexc a .exc_icon .exc_icon_inner.border-green,
#exposition_view #expo_exh .expo_exh_inner .rexc a .exc_icon .exc_icon_inner.border-green {
  border-color: #006b2e;
}
#company_view #expo_exh .expo_exh_inner .rexc a .exc_icon .exc_icon_inner.color-red,
#exposition_view #expo_exh .expo_exh_inner .rexc a .exc_icon .exc_icon_inner.color-red {
  color: #9d261d;
}
#company_view #expo_exh .expo_exh_inner .rexc a .exc_icon .exc_icon_inner.color-orange,
#exposition_view #expo_exh .expo_exh_inner .rexc a .exc_icon .exc_icon_inner.color-orange {
  color: #f26300;
}
#company_view #expo_exh .expo_exh_inner .rexc a .exc_title,
#exposition_view #expo_exh .expo_exh_inner .rexc a .exc_title {
  color: #333;
  display: block;
  font-size: 18px;
  margin-top: 15px;
}
#company_view #expo_exh .expo_exh_inner .rexc a:hover .exc_title,
#exposition_view #expo_exh .expo_exh_inner .rexc a:hover .exc_title {
  color: #f26300;
}
#company_view #expo_exh .expo_exh_inner .rexc a:hover .exc_image,
#exposition_view #expo_exh .expo_exh_inner .rexc a:hover .exc_image {
  border: 1px solid #f26300;
}
#company_view #comp_stand,
#exposition_view #comp_stand {
  margin-top: 60px;
  position: relative;
}
#company_view #comp_stand .serv_load,
#exposition_view #comp_stand .serv_load {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #f26300;
  font-size: 24px;
  display: none;
}
#company_view #comp_stand .comp_stand_inner,
#company_view #comp_stand .subscreen,
#exposition_view #comp_stand .comp_stand_inner,
#exposition_view #comp_stand .subscreen {
  margin-top: 20px;
  display: block;
  border: 1px solid #dddddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 12px;
  background: #f2f5f8;
  min-height: 472px;
}
#company_view #comp_stand .comp_stand_inner .stand_bread,
#company_view #comp_stand .subscreen .stand_bread,
#exposition_view #comp_stand .comp_stand_inner .stand_bread,
#exposition_view #comp_stand .subscreen .stand_bread {
  margin-bottom: 10px;
  color: #000;
  font-size: 20px;
}
#company_view #comp_stand .comp_stand_inner .stand_bread a,
#company_view #comp_stand .subscreen .stand_bread a,
#exposition_view #comp_stand .comp_stand_inner .stand_bread a,
#exposition_view #comp_stand .subscreen .stand_bread a {
  color: #000;
}
#company_view #comp_stand .comp_stand_inner .stand_bread a:hover,
#company_view #comp_stand .subscreen .stand_bread a:hover,
#exposition_view #comp_stand .comp_stand_inner .stand_bread a:hover,
#exposition_view #comp_stand .subscreen .stand_bread a:hover {
  color: #f26300;
}
#company_view #comp_stand .comp_stand_inner .stand_bread span,
#company_view #comp_stand .subscreen .stand_bread span,
#exposition_view #comp_stand .comp_stand_inner .stand_bread span,
#exposition_view #comp_stand .subscreen .stand_bread span {
  font-weight: bold;
}
#company_view #comp_stand .comp_stand_inner .rexc,
#company_view #comp_stand .subscreen .rexc,
#exposition_view #comp_stand .comp_stand_inner .rexc,
#exposition_view #comp_stand .subscreen .rexc {
  margin-bottom: 15px;
}
#company_view #comp_stand .comp_stand_inner .rexc a,
#company_view #comp_stand .subscreen .rexc a,
#exposition_view #comp_stand .comp_stand_inner .rexc a,
#exposition_view #comp_stand .subscreen .rexc a {
  display: block;
  text-align: center;
  border: 1px solid #dfe2e5;
  background: #fff;
  height: 173px;
  overflow: hidden;
  padding: 8px 8px 4px;
  position: relative;
}
#company_view #comp_stand .comp_stand_inner .rexc a .stand_image,
#company_view #comp_stand .subscreen .rexc a .stand_image,
#exposition_view #comp_stand .comp_stand_inner .rexc a .stand_image,
#exposition_view #comp_stand .subscreen .rexc a .stand_image {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  background-size: contain;
  height: 128px;
  margin: 0;
  max-width: 200px;
  width: 100%;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
#company_view #comp_stand .comp_stand_inner .rexc a .stand_title,
#company_view #comp_stand .subscreen .rexc a .stand_title,
#exposition_view #comp_stand .comp_stand_inner .rexc a .stand_title,
#exposition_view #comp_stand .subscreen .rexc a .stand_title {
  color: #000;
  font-size: 14px;
  height: 47px;
  display: table-cell;
  vertical-align: middle;
  width: 210px;
  line-height: 21px;
}
#company_view #comp_stand .comp_stand_inner .rexc a .cat_border,
#company_view #comp_stand .subscreen .rexc a .cat_border,
#exposition_view #comp_stand .comp_stand_inner .rexc a .cat_border,
#exposition_view #comp_stand .subscreen .rexc a .cat_border {
  display: none;
}
#company_view #comp_stand .comp_stand_inner .rexc a.stand_cat,
#company_view #comp_stand .subscreen .rexc a.stand_cat,
#exposition_view #comp_stand .comp_stand_inner .rexc a.stand_cat,
#exposition_view #comp_stand .subscreen .rexc a.stand_cat {
  background: url('../images/cat_tabs.png') 100% 0 no-repeat #fff;
  border-right: medium none !important;
  border-bottom: medium none !important;
  padding: 8px 10px 8px 2px;
}
#company_view #comp_stand .comp_stand_inner .rexc a.stand_cat .cat_border,
#company_view #comp_stand .subscreen .rexc a.stand_cat .cat_border,
#exposition_view #comp_stand .comp_stand_inner .rexc a.stand_cat .cat_border,
#exposition_view #comp_stand .subscreen .rexc a.stand_cat .cat_border {
  background: none repeat scroll 0 0 #dfe2e5;
  display: block;
  height: 1px;
  width: 215px;
  position: absolute;
  left: 0;
  bottom: 0;
}
#company_view #comp_stand .comp_stand_inner .rexc a.stand_cat .stand_image,
#company_view #comp_stand .subscreen .rexc a.stand_cat .stand_image,
#exposition_view #comp_stand .comp_stand_inner .rexc a.stand_cat .stand_image,
#exposition_view #comp_stand .subscreen .rexc a.stand_cat .stand_image {
  margin-left: -10px;
}
#company_view #comp_stand .comp_stand_inner .rexc a.stand_cat .stand_title span,
#company_view #comp_stand .subscreen .rexc a.stand_cat .stand_title span,
#exposition_view #comp_stand .comp_stand_inner .rexc a.stand_cat .stand_title span,
#exposition_view #comp_stand .subscreen .rexc a.stand_cat .stand_title span {
  font-size: 20px;
  color: #f26300;
}
#company_view #comp_stand .comp_stand_inner .rexc a.stand_cat:hover,
#company_view #comp_stand .subscreen .rexc a.stand_cat:hover,
#exposition_view #comp_stand .comp_stand_inner .rexc a.stand_cat:hover,
#exposition_view #comp_stand .subscreen .rexc a.stand_cat:hover {
  background-image: url('../images/cat_tabs_h.png');
}
#company_view #comp_stand .comp_stand_inner .rexc a.stand_cat:hover .cat_border,
#company_view #comp_stand .subscreen .rexc a.stand_cat:hover .cat_border,
#exposition_view #comp_stand .comp_stand_inner .rexc a.stand_cat:hover .cat_border,
#exposition_view #comp_stand .subscreen .rexc a.stand_cat:hover .cat_border {
  background: none repeat scroll 0 0 #f26300;
}
#company_view #comp_stand .comp_stand_inner .rexc a.stand_cat:hover .stand_title span,
#company_view #comp_stand .subscreen .rexc a.stand_cat:hover .stand_title span,
#exposition_view #comp_stand .comp_stand_inner .rexc a.stand_cat:hover .stand_title span,
#exposition_view #comp_stand .subscreen .rexc a.stand_cat:hover .stand_title span {
  color: #a64400;
}
#company_view #comp_stand .comp_stand_inner .rexc a:hover,
#company_view #comp_stand .subscreen .rexc a:hover,
#exposition_view #comp_stand .comp_stand_inner .rexc a:hover,
#exposition_view #comp_stand .subscreen .rexc a:hover {
  border: 1px solid #f26300;
}
#company_view #comp_stand .comp_stand_inner .rexc a:hover .stand_title,
#company_view #comp_stand .subscreen .rexc a:hover .stand_title,
#exposition_view #comp_stand .comp_stand_inner .rexc a:hover .stand_title,
#exposition_view #comp_stand .subscreen .rexc a:hover .stand_title {
  color: #f26300;
}
.avatar {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  overflow: hidden;
}
.avatar img {
  width: 50px;
  height: 50px;
  max-width: 50px;
}
#reports {
  margin-top: 40px;
  position: relative;
}
#reports .report_filter {
  float: left;
  margin-bottom: 20px;
}
#reports .report_filter > span {
  display: inline-block;
  margin-right: 5px;
}
#reports .report_filter #datepicker {
  display: inline-block;
}
#reports .report_filter #datepicker > input {
  margin: 0;
  display: inline !important;
  padding: 3px 6px;
}
#reports .report_filter .report_filter_btn {
  display: inline;
  margin-left: 5px;
}
#reports .rep_buttons {
  float: right;
}
#reports .rep_buttons .dropdown-menu {
  left: auto;
  right: 0;
}
#reports #report_id {
  float: left;
  width: 100%;
}
#reports #report_id .chart_hr {
  border-bottom: 2px dotted #dddddd;
  height: 2px;
  margin-bottom: 40px;
  width: 100%;
}
#reports #report_id .report {
  width: 100%;
  margin: 0px auto 0;
}
#reports #report_id .report .ui-jqgrid-btable .subgrid-data .tablediv {
  padding: 5px;
}
#reports #report_id .report .ui-jqgrid-btable .subgrid-data .tablediv dl {
  word-break: break-all;
}
#reports #report_id .report .ui-jqgrid-btable .subgrid-data .tablediv dl dd {
  display: table;
}
#reports #report_id .report .ui-jqgrid-btable .subgrid-data .tablediv dl dd span {
  line-height: 14px;
  display: inline-block;
}
#reports #report_id .report .ui-jqgrid-btable .subgrid-data .tablediv .checks_items {
  margin-left: 8px;
  padding-left: 5px;
}
#reports #report_id .report .ui-jqgrid-btable .subgrid-data .tablediv .checks_items .selected_items {
  font-weight: bold;
  margin-top: 10px;
}
#reports #report_id .report .ui-jqgrid-btable .subgrid-data .tablediv .checks_items li {
  line-height: 14px;
  padding-bottom: 5px;
}
#reports table.message_logs_table {
  table-layout: auto;
  width: 100%;
  margin: 5px 0 20px;
}
#reports table.message_logs_table th, table.message_logs_table td {
  padding: 5px;
  border: 1px solid #dddddd;
}
#user_view .top_title {
  margin: 0 0 25px;
  float: left;
  width: 100%;
  color: #6e6e6e;
}
#user_view .top_title h1 {
  float: left;
  margin: 0;
}
#user_view .top_title .medit {
  float: right;
  margin-top: 8px;
}
#user_view .user_inner {
  clear: both;
}
#user_view .user_inner .row-fluid .rexc_in {
  margin-top: 40px;
}
#user_view .user_inner .rexc a {
  display: block;
}
#user_view .user_inner .rexc a .uitems_image {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  height: 154px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  max-width: 240px;
  width: 100%;
  position: relative;
}
#user_view .user_inner .rexc a .uitems_image .thumb_znak {
  position: absolute;
  top: 4px;
  right: 4px;
}
#user_view .user_inner .rexc a .uitems_image .thumb_znak .item_thumb_znak {
  display: block;
  background-color: transparent;
  cursor: default;
  width: 20px;
  height: 20px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#user_view .user_inner .rexc a .uitems_image .thumb_znak .item_thumb_znak.active-check {
  border: 2px solid #006b2e;
  -webkit-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 8px 3px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 8px 3px rgba(255, 255, 255, 0.75) inset;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 8px 3px rgba(255, 255, 255, 0.75) inset;
}
#user_view .user_inner .rexc a .uitems_image .thumb_znak .item_thumb_znak.active-check > div {
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #006b2e;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-left: 4px;
}
#user_view .user_inner .rexc a .uitems_image .thumb_znak .item_thumb_znak.archive-check {
  border: 2px solid #b8b8b8;
  -webkit-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 5px 1px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 5px 1px rgba(255, 255, 255, 0.75) inset;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 5px 1px rgba(255, 255, 255, 0.75) inset;
}
#user_view .user_inner .rexc a .uitems_comp {
  color: #333;
  display: block;
  font-size: 16px;
  margin-bottom: 5px;
}
#user_view .user_inner .rexc a .uitems_title {
  color: #333;
  display: block;
  font-size: 18px;
}
#user_view .user_inner .rexc a:hover .uitems_title,
#user_view .user_inner .rexc a:hover .uitems_comp {
  color: #f26300;
}
#user_view .user_inner .rexc a:hover .uitems_image {
  border: 1px solid #f26300;
}

#user_view .user_lstatus{color:red; text-align:center}

#expo_rights th {
  background-color: #656565;
  color: #fff;
  font-weight: normal;
  padding: 0 10px;
  text-shadow: 0 1px 0 #414141;
  vertical-align: middle;
  text-align: center;
}
#expo_rights th.center {
  text-align: center;
}
#expo_rights td {
  vertical-align: middle;
  word-break: break-all;
}
#expo_rights td.center {
  text-align: center;
}
#expo_rights td .remove-m {
  background: none repeat scroll 0 0 transparent;
  border: medium none;
  box-shadow: none;
  color: #da4f49;
  font-size: 21px;
  padding: 0;
}
#expo_rights td .remove-m:hover,
#expo_rights td .remove-m:focus,
#expo_rights td .remove-m:active {
  color: #f26300;
}
#expo_rights td input[type="text"] {
  width: 90%;
  height: 16px;
}
#expo_rights td .checkbox label {
  left: 3px;
  top: -7px;
}
#rights_search .span_search #user_search_button:focus {
  outline: medium none !important;
}
#rights_search .span_result table .mmember {
  position: relative;
  width: 50px;
}
#rights_search .span_result table dl {
  font-size: 12px;
}
#rights_search .span_result table dl dt {
  display: table;
  float: left;
  width: 88px;
}
#rights_search .span_result table dl dd {
  display: table;
  margin: 2px 0;
  padding: 5px 0;
}
#listForm .pagination,
#listForm .pagination2,
#scroll_list .pagination,
#scroll_list .pagination2 {
  display: none;
}
#listForm #infscr-loading,
#scroll_list #infscr-loading {
  position: relative;
}
#listForm #infscr-loading .spinner-2,
#scroll_list #infscr-loading .spinner-2 {
  height: 70px;
}
#user_view dl {
  margin: 0;
  font-size: 12px;
}
#user_view dl dt {
  display: table;
  float: left;
  width: 88px;
}
#user_view dl dd {
  display: table;
  margin: 7px 0;
}
#user_view .avatar {
  float: none;
  width: 100%;
  height: auto;
}
#user_view .avatar img {
  height: auto;
  width: 100%;
  max-width: 100%;
}
#user_view .img-preview {
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: 20px auto;
  border: 1px solid #ddd;
  border-radius: 100%;
}
#user_view .img-preview.img-preview-sm {
  width: 100px;
  height: 100px;
}

#user_view .button_message {
    margin-top: 10px;
}

#user_view .button_message>a {
    width: calc(100% - 10px);
    padding: 5px;
}
#user_view .button_message>a:nth-child(2) {
    margin-top: 10px;
}
#user_view .button_message>a:last-child {
    margin-top: 10px;
}



table.scroll_item>tbody>tr {
    position: relative;
}

.mmember>.avatar>.title_avatar {
	border-radius: 5px;
	padding: 2px 5px;
	background: #ececec;
	font-size: 12px;
	position: absolute;
	top: 0;
	right: 0;
    width: max-content;
    transform: translate(0%,-105%);
	display: none;
}

.mmember>.avatar:hover>.title_avatar {
	display: block;
}

.mmember>.avatar>.title_avatar_user {
	border-radius: 5px;
	padding: 2px 5px;
	background: #ececec;
	font-size: 12px;
	position: absolute;
	top: 0;
	left: 0;
    width: max-content;
    transform: translate(0%,-105%);
	display: none;
}

.mmember>.avatar:hover>.title_avatar_user {
	display: block;
}


/*
#jivo-label.jivo-animate.jivo-fixed-bottom,
#jivo-label.jivo-animated.jivo-fixed-bottom {
  animation-name: fadeIn !important;
  -webkit-animation-name: fadeIn !important;
}
*/
#sp-top-wrapper {
  background: url("../images/top_bg.png") repeat-x scroll 0 bottom #ece9c8;
}
#sp-top-wrapper .container .tbanner {
  display: block;
  padding: 11px 12%;
}
#sp-top-wrapper .container .tbanner .tbanner_inner {
  font-size: 14px;
  display: table;
  line-height: 18px;
}
#sp-top-wrapper .container .tbanner .tbanner_warn {
  float: left;
  font-size: 28px;
  font-weight: bold;
  margin-right: 30px;
  color: #e30000;
  display: table;
  line-height: 50px;
}
#expo_filelist {
  margin-top: 30px;
  clear: both;
}
#expo_filelist h3.header {
  font-size: 22px;
  color: #333;
  margin-bottom: 15px;
}
#expo_filelist .efilebutton {
  float: right;
  margin-top: 15px;
}
#expo_ucomps .rexc,
.expo_materialcards .rexc {
  list-style: outside none none;
  margin: 0;
}
#expo_ucomps .rexc .file_placeh,
.expo_materialcards .rexc .file_placeh {
  display: inline-block;
  width: 239px;
  height: 120px;
  border: 1px dashed #999;
  background-color: #fff;
  margin-bottom: 0px;
  margin-right: 10px;
}
#expo_ucomps .rexc .file_box,
.expo_materialcards .rexc .file_box {
  display: inline-block;
  width: 239px;
  border: 1px solid #e7eaec;
  background-color: #fff;
  margin-bottom: 15px;
  margin-right: 10px;
}
#expo_ucomps .rexc .file_box .file-header-alt,
.expo_materialcards .rexc .file_box .file-header-alt {
  background: #f8f8f8 none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  min-height: 32px;
  cursor: move;
}
#expo_ucomps .rexc .file_box .file-header-alt .labellist,
.expo_materialcards .rexc .file_box .file-header-alt .labellist {
  float: left;
  margin: 1px 0 0 5px;
}
#expo_ucomps .rexc .file_box .file-header-alt .labellist .label,
.expo_materialcards .rexc .file_box .file-header-alt .labellist .label {
  display: inline-block;
  margin: 6px 2px;
  font-size: 13px;
}
#expo_ucomps .rexc .file_box .file-header-alt .file-actions,
.expo_materialcards .rexc .file_box .file-header-alt .file-actions {
  float: right;
  margin: 1px 0 0;
  position: relative;
  z-index: 3;
  list-style: outside none none;
  padding: 0;
}
#expo_ucomps .rexc a .ucomps_image,
.expo_materialcards .rexc a .ucomps_image {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: inline-block;
  height: 154px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  width: 100%;
  position: relative;
}
#expo_ucomps .rexc a .files_top,
.expo_materialcards .rexc a .files_top {
  display: block;
  height: 83px;
  overflow: hidden;
}
#expo_ucomps .rexc a .files_top .files_image,
.expo_materialcards .rexc a .files_top .files_image {
  height: 83px;
  overflow: hidden;
}
#expo_ucomps .rexc a .files_top .files_icon,
.expo_materialcards .rexc a .files_top .files_icon {
  width: 50px;
  text-align: center;
  padding: 10px 3px 5px 10px;
  float: left;
}
#expo_ucomps .rexc a .files_top .files_icon .ficon,
.expo_materialcards .rexc a .files_top .files_icon .ficon {
  opacity: 0.75;
}
#expo_ucomps .rexc a .files_top .files_title,
.expo_materialcards .rexc a .files_top .files_title {
  color: #333;
  font-size: 12px;
  padding: 14px 10px 0;
  line-height: 14px;
  float: left;
  width: 148px;
  word-wrap: break-word;
}
#expo_ucomps .rexc a.efiles .ucomps_image,
.expo_materialcards .rexc a.efiles .ucomps_image {
  height: 80px;
}
#expo_ucomps .rexc a .ucomps_title,
.expo_materialcards .rexc a .ucomps_title {
  color: #333;
  display: block;
  font-size: 14px;
  padding: 0 10px;
  height: 42px;
  overflow: hidden;
}
#expo_ucomps .rexc a .fileslist_footer,
.expo_materialcards .rexc a .fileslist_footer {
  text-align: left;
}
#expo_ucomps .rexc a .fileslist_footer table,
.expo_materialcards .rexc a .fileslist_footer table {
  background: none repeat scroll 0 0 #f6f6f6;
  border-collapse: separate;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #e2e2e2;
  width: 100%;
}
#expo_ucomps .rexc a .fileslist_footer table td,
.expo_materialcards .rexc a .fileslist_footer table td {
  border-right: 1px solid #e2e2e2;
  border-top: 1px solid #fff;
  padding: 5px;
}
#expo_ucomps .rexc a .fileslist_footer table td:last-child,
.expo_materialcards .rexc a .fileslist_footer table td:last-child {
  border-right: medium none;
}
#expo_ucomps .rexc a .fileslist_footer table td i,
.expo_materialcards .rexc a .fileslist_footer table td i {
  font-size: 14px;
}
#expo_ucomps .rexc a .fileslist_footer table td span,
.expo_materialcards .rexc a .fileslist_footer table td span {
  color: #676a6c;
  display: inline-block;
  font-size: 11px;
  height: 17px;
  line-height: 16px;
}
#expo_ucomps .rexc a .ucomps_footer,
.expo_materialcards .rexc a .ucomps_footer {
  text-align: left;
  margin-top: 9px;
}
#expo_ucomps .rexc a .ucomps_footer table,
.expo_materialcards .rexc a .ucomps_footer table {
  border-collapse: separate;
  width: 100%;
}
#expo_ucomps .rexc a .ucomps_footer table td,
.expo_materialcards .rexc a .ucomps_footer table td {
  border-right: 1px solid #e2e2e2;
  padding: 0 5px;
}
#expo_ucomps .rexc a .ucomps_footer table td:last-child,
.expo_materialcards .rexc a .ucomps_footer table td:last-child {
  border-right: medium none;
}
#expo_ucomps .rexc a .ucomps_footer table td i,
.expo_materialcards .rexc a .ucomps_footer table td i {
  font-size: 16px;
  vertical-align: top;
}
#expo_ucomps .rexc a .ucomps_footer table td span,
.expo_materialcards .rexc a .ucomps_footer table td span {
  color: #676a6c;
  display: inline-block;
  font-size: 11px;
  height: 17px;
  line-height: 16px;
}
#expo_ucomps .rexc a:hover .ficon,
.expo_materialcards .rexc a:hover .ficon {
  opacity: 1 !important;
}
#expo_ucomps .rexc a:hover .ucomps_title,
#expo_ucomps .rexc a:hover .files_title,
.expo_materialcards .rexc a:hover .ucomps_title,
.expo_materialcards .rexc a:hover .files_title {
  color: #f26300;
}
.top_title_md h1 {
  margin-bottom: 40px;
  float: left;
}
.top_title_md form {
  float: right;
  margin-bottom: 10px;
}
.top_title_md form .formbox {
  margin: 20px 0 0;
}
.top_title_md form .formbox .btn-wrapper {
  display: inline-block;
  margin-bottom: 0;
  margin-left: 5px;
}
.top_title_md form .formbox .btn-wrapper input {
  width: 115px;
  height: 16px;
  line-height: 16px;
  font-size: 12px;
  -webkit-transition: width 500ms ease 0s;
  -moz-transition: width 500ms ease 0s;
  -o-transition: width 500ms ease 0s;
  transition: width 500ms ease 0s;
}
.top_title_md form .formbox .btn-wrapper input.clicked {
  width: 200px;
}
.top_title_md form .formbox .btn-wrapper.input-append button.btn {
  padding: 2px 8px;
}
.ui-jqgrid {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.ui-jqgrid-htable {
  border-collapse: separate;
}
.ui-jqgrid-titlebar {
  height: 40px;
  line-height: 15px;
  color: #676a6c;
  background-color: #F9F9F9;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.ui-jqgrid .ui-jqgrid-title {
  float: left;
  margin: 1.1em 1em 0.2em;
}
.ui-jqgrid .jqgrow a.b_act {
  text-align: center;
  font-size: 16px;
  display: block;
  opacity: 0;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.ui-jqgrid .jqgrow:hover a.b_act {
  opacity: 1;
}

.ui-jqgrid .jqgrow a.b_mark {
  text-align: center;
  font-size: 16px;
  /* display: block; */
  opacity: 1;
  -webkit-transition: all 200ms;
  -moz-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms;
}
.ui-jqgrid .jqgrow:hover a.b_mark {
  opacity: 1;
}

.ui-jqgrid .jqgrow a.c_act {
  text-align: center;
  font-size: 16px;
  display: none;
}
.ui-jqgrid .jqgrow .table-prize {
  text-align: center;
  color: #999;
}
.ui-jqgrid .jqgrow .table-prize.in-prize {
  color: #f26300;
}
.report_event_table_areas .ui-jqgrid .ui-jqgrid-title {
  margin: 6px 0 6px 27px;
}
.report_event_table_areas .ui-widget-header {
  text-transform: inherit;
}
.report_event_table_areas .ui-jqgrid-titlebar {
  color: inherit;
  line-height: inherit;
  text-shadow: inherit;
}
.report_event_table_areas .ui-widget-header {
  font-weight: inherit;
}
table.nowhite td {
  white-space: normal !important;
}
.ui-jqgrid .ui-jqgrid-titlebar {
  position: relative;
  border-left: 0px solid;
  border-right: 0px solid;
  border-top: 0px solid;
}
.ui-widget-header {
  background: none;
  background-image: none;
  background-color: #f5f5f6;
  text-transform: uppercase;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.ui-jqgrid tr.ui-row-ltr td {
  border-right-color: inherit;
  border-right-style: solid;
  border-right-width: 1px;
  text-align: left;
  border-color: #DDDDDD;
  background-color: inherit;
}
.ui-search-toolbar input[type="text"] {
  font-size: 12px;
  height: 24px;
  padding: 4px 6px !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  background: #F9F9F9;
  border: 1px solid #DDDDDD;
  line-height: 15px;
  font-weight: bold;
  color: #676a6c;
  text-shadow: 0 1px 0 rgba(255,255,255,0.5);
}
.ui-widget-content {
  box-sizing: content-box;
}
.ui-icon-triangle-1-n {
  background-position: 1px -16px;
}
.ui-jqgrid tr.ui-search-toolbar th {
  border-top-width: 0px !important;
  border-top-color: inherit !important;
  border-top-style: ridge !important;
}
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #f5f5f5;
}
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  background: #e8f5e9;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #dddddd;
  background: #ffffff;
  font-weight: normal;
  color: #212121;
}
.ui-jqgrid .ui-pg-input {
  font-size: inherit;
  width: 50px;
  border: 1px solid #CCCCCC;
  height: 15px;
}
.ui-jqgrid .ui-pg-selbox {
  display: block;
  font-size: 1em;
  height: 25px;
  line-height: 18px;
  margin: 0;
  width: auto;
}
.ui-jqgrid .ui-pager-control {
  position: relative;
}
.ui-jqgrid .ui-jqgrid-pager {
  height: 32px;
  position: relative;
}
.ui-pg-table .navtable .ui-corner-all {
  border-radius: 0px;
}
.ui-jqgrid .ui-pg-button:hover {
  padding: 1px;
  border: 0px;
}
.ui-jqgrid .loading {
  position: absolute;
  top: 45%;
  left: 45%;
  width: auto;
  height: auto;
  z-index: 101;
  padding: 6px;
  margin: 5px;
  text-align: center;
  font-weight: bold;
  display: none;
  border-width: 2px !important;
  font-size: 11px;
}
.ui-jqgrid .form-control {
  height: 10px;
  width: auto;
  display: inline;
  padding: 10px 12px;
}
.ui-jqgrid-pager {
  height: 32px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 0;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 0;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 0;
}
.ui-widget-content {
  border: 1px solid #ddd;
}
.ui-jqgrid .ui-jqgrid-titlebar {
  padding: 0;
  display: table;
  width: 100%;
}
.ui-jqgrid .ui-jqgrid-titlebar {
  border-bottom: 1px solid #ddd;
}
.ui-jqgrid tr.jqgrow td {
  padding: 6px;
}
.ui-jqdialog .ui-jqdialog-titlebar {
  padding: 10px 10px;
}
.ui-jqdialog .ui-jqdialog-title {
  float: none !important;
}
.ui-jqdialog > .ui-resizable-se {
  position: absolute;
}
.service_anketa .anketa-row {
  border-bottom: 1px solid #f5f5f5;
  min-height: 38px;
  line-height: 16px;
  padding-bottom: 5px;
}
.order-table {
  clear: both;
}
.stand_indic {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  display: block;
  height: 16px;
  margin: 0 auto;
  width: 16px;
  border: 1px solid #999;
}
.stand_indic.sgreen {
  background-color: #4caf50;
  -webkit-box-shadow: 0 0 5px 6px #e8f5e9;
  -moz-box-shadow: 0 0 5px 6px #e8f5e9;
  box-shadow: 0 0 5px 6px #e8f5e9;
}
.stand_indic.syellow {
  background-color: #ffa726;
  -webkit-box-shadow: 0 0 5px 6px #fff3e0;
  -moz-box-shadow: 0 0 5px 6px #fff3e0;
  box-shadow: 0 0 5px 6px #fff3e0;
}
.stand_indic.sblue {
  background-color: #2196F3;
  -webkit-box-shadow: 0 0 5px 6px #E3F2FD;
  -moz-box-shadow: 0 0 5px 6px #E3F2FD;
  box-shadow: 0 0 5px 6px #E3F2FD;
}
.stand_indic.spink {
  background-color: #C2185B;
  -webkit-box-shadow: 0 0 5px 6px #FCE4EC;
  -moz-box-shadow: 0 0 5px 6px #FCE4EC;
  box-shadow: 0 0 5px 6px #FCE4EC;
}
.stand_indic.sred {
  background-color: #f44336;
  -webkit-box-shadow: 0 0 5px 6px #ffebee;
  -moz-box-shadow: 0 0 5px 6px #ffebee;
  box-shadow: 0 0 5px 6px #ffebee;
}
.stand_indic.sred.anim {
  -webkit-animation: lamp 1s infinite ease-out;
  animation: lamp 1s infinite ease-in-out;
}
#msg-container {
  position: absolute;
  z-index: 999999;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
#msg-container .msg-inner {
  background-color: #78909c;
  border-radius: 3px;
  -webkit-box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
  -moz-box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
  box-shadow: 0 7px 8px -4px rgba(0,0,0,.2), 0 13px 19px 2px rgba(0,0,0,.14), 0 5px 24px 4px rgba(0,0,0,.12);
  float: left;
  margin: 0 0 6px;
  position: relative;
  width: 300px;
  padding: 0 10px;
}
#msg-container .msg-inner .msg-cont {
  color: #fff;
  overflow: hidden;
  padding: 15px 15px 15px 50px;
}
#msg-container .msg-inner .msg-cont:before {
  color: #f26300;
  float: left;
  font-family: FontAwesome;
  font-size: 24px;
  line-height: 24px;
  margin: auto 0.5em auto -1.5em;
  content: "\f1ce";
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
#table_filter {
  padding-top: 10px;
}
#surv_list .ibox .ibox-content {
  display: block;
}
#surv_list .ibox .ibox-content .ibox-image {
  height: auto;
  max-width: none;
}
#surv_list .ibox .ibox-content .ibox-footer {
  padding-top: 10px;
  font-size: 11px;
  line-height: 18px;
  margin: 0;
  border-top: medium none;
}
#track_list .ibox .ibox-content .ibox-image {
  height: auto;
  max-width: none;
}
#track_list .ibox .ibox-content .ibox-footer {
  padding-top: 10px;
  font-size: 11px;
  line-height: 18px;
  margin: 0;
  border-top: medium none;
}
#surveyTable {
  position: relative;
}
#surveyTable ul[dnd-list],
#surveyTable ul[dnd-list] > li {
  position: relative;
}
#surveyTable ul[dnd-list] .dndDraggingSource {
  display: none;
}
#surveyTable ul[dnd-list] .dndPlaceholder {
  display: block;
  background-color: #ddd;
  min-height: 42px;
}
#surveyTable ul[dnd-list] li.selected {
  background-color: #dff0d8;
  color: #3c763d;
}
#surveyTable .expo_materialcards .rexc .file_box {
  width: 100%;
  margin-bottom: 30px;
}
#surveyTable .expo_materialcards .rexc .file_box.box_child {
  margin-left: 35px;
  margin-top: -20px;
  width: calc(100% - 35px);
}
#surveyTable .expo_materialcards .rexc .file_box.ui-sortable-helper {
  left: 0;
}
#surveyTable .expo_materialcards .rexc .file_box .file-header-alt {
  cursor: move;
  min-height: 0;
  padding: 10px 10px 5px;
  position: relative;
}
#surveyTable .expo_materialcards .rexc .file_box .file-header-alt .actions {
  position: absolute;
  right: 2px;
  top: 7px;
}
#surveyTable .expo_materialcards .rexc .file_box .file-header-alt .title {
  font-size: 16px;
  font-weight: bold;
}
#surveyTable .expo_materialcards .rexc .file_box .file-header-alt .q-title span.editable {
  cursor: pointer;
  display: inherit;
}
#surveyTable .expo_materialcards .rexc .file_box .file-header-alt .q-title span.editable:hover {
  color: #f26300;
}
#surveyTable .expo_materialcards .rexc .file_box .file-header-alt .q-title span.editable-wrap {
  display: inherit;
}
#surveyTable .expo_materialcards .rexc .file_box .file-header-alt .q-title span.editable-wrap input {
  width: 100%;
}
#surveyTable .expo_materialcards .rexc .file_box .file-header-alt .sort input {
  width: 20px;
}
#surveyTable .expo_materialcards .rexc .file_box .file-header-alt .editable-controls .editable-input {
  vertical-align: sub;
}
#surveyTable .expo_materialcards .rexc .file_box .file-header-alt .editable-controls span {
  font-size: 13px;
  vertical-align: middle;
}
#surveyTable .expo_materialcards .rexc .file_box .file-header-alt .editable-checkbox {
  margin-top: 6px;
  display: inherit;
}
#surveyTable .expo_materialcards .rexc .file_box .file-header-alt .editable-checkbox label {
  margin-bottom: 0;
}
#surveyTable .expo_materialcards .rexc .file_box .file-header-alt .project-actions {
  margin-top: 5px;
}
#surveyTable .expo_materialcards .rexc .file_box .file-header-alt .project-actions button {
  font-size: 13px;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner {
  padding: 10px 20px;
  margin-bottom: 0;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner table td {
  border-top: medium none;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner table td:first-child {
  border-right: 1px dashed #ddd;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .flex-row {
  margin-bottom: 20px;
  justify-content: space-between;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .flex-row .flex-item {
  flex-grow: 0;
  align-self: baseline;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .flex-row .flex-item select,
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .flex-row .flex-item input {
  width: auto;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-variant {
  padding-right: 10px;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-variant .quest-v {
  padding: 10px 0 30px;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-variant .quest-v li {
  padding: 5px;
  background-color: #f8f8f8;
  margin-bottom: 10px;
  border: 1px solid #e7eaec;
  position: relative;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-variant .quest-v li input {
  height: 20px;
  width: 300px;
  margin-bottom: 0;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-variant .quest-v li .quest-trash {
  color: #999;
  cursor: pointer;
  font-size: 16px;
  position: absolute;
  right: 10px;
  top: 11px;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-variant .quest-v li .quest-trash:hover {
  color: #f26300;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-variant .quest-v li .quest-v-sort,
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-variant .quest-v li .v-sort {
  border-right: 1px solid #e7eaec;
  color: #999;
  font-size: 18px;
  margin-right: 10px;
  text-align: center;
  vertical-align: middle;
  width: 30px;
  cursor: move;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-variant .quest-v li .quest-v-sort:hover,
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-variant .quest-v li .v-sort:hover {
  color: #f26300;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-variant .quest-v li .v-sort {
  cursor: inherit;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-variant .quest-v li .v-sort:hover {
  color: #999;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-variant .q-other-check input {
  vertical-align: top;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-variant dt {
  font-weight: normal;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-show {
  padding-left: 10px;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-show .small {
  font-size: 12px;
  line-height: 12px;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-show .quest-form input[type='radio'],
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-show .quest-form input[type="checkbox"] {
  margin-right: 5px;
  vertical-align: top;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-show .quest-form .checkbox {
  margin-bottom: 10px;
}
#surveyTable .expo_materialcards .rexc .file_box .quest-inner .quest-show .quest-form textarea {
  resize: none;
}
#surveyTable .lang_sw {
  text-align: center;
  line-height: 30px;
}
#surveyTable .lang_sw .lang_sw_img {
  cursor: pointer;
}
#surveyTable .lang_sw .lang_sw_img img {
  opacity: 0.5;
}
#surveyTable .lang_sw .lang_sw_img:hover img {
  opacity: 1;
}
#surveyTable .map-show {
  font-size: 12px;
  padding: 2px 5px;
  background-color: #eee;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  display: inline-block;
}
#edform #color_block {
  width: 96%;
  margin-top: -15px;
}
#edform #color_block .knob-grad {
  box-shadow: none !important;
}
#edform #color_block .obj_color {
  border-bottom: 1px solid #e3e3e3;
  padding: 5px 0 10px;
}
#edform #color_block.well {
  background-color: #f5f5f5;
}
#edform #color_block .grad-setting {
  width: 100%;
}
#edform #color_block .grad-setting > thead {
  height: 30px;
}
#edform #color_block .grad-setting td {
  padding-right: 10px;
}
#edform #color_block .grad-setting table td {
  line-height: 14px;
  padding-bottom: 10px;
  padding-right: 10px;
}
#edform #mail_block,
#edform #mail_block_en {
  width: 96%;
  margin-top: -15px;
  background-color: #f5f5f5;
  padding: 20px 10px 10px;
}
#edform #mail_block_en {
  margin-top: 0px !important;
}
#edform .daterange {
  display: inline-block !important;
}
#constructor_detail .ibox-tools {
  padding: 10px;
}
#constructor_detail table td {
  border: medium none;
  max-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  vertical-align: middle;
}
#constructor_detail table td.f {
  width: 33%;
}
#constructor_detail table td.s {
  width: 60%;
}
#constructor_detail table td.s input,
#constructor_detail table td.s textarea,
#constructor_detail table td.s select {
  width: 100%;
  margin: 0;
}
#constructor_detail table td.t {
  width: 10%;
  text-align: center;
  padding: 8px 0;
}
#manager_form .avatar {
  display: inline-block;
  vertical-align: middle;
}
#manager_form .avatar img {
  height: 70px;
  max-width: 70px;
  width: 70px;
}
#manager_form .manager_name {
  display: inline-block;
  font-size: 20px;
  margin-left: 20px;
}
#manager_form .control-group .inline-label {
  margin-right: 10px;
}
#manager_form .control-group select {
  width: 86%;
}
#manager_form .control-group input[type="text"],
#manager_form .control-group textarea {
  width: 86%;
}
#manager_form .control-group .info_icon {
  color: #3a87ad;
  display: inline;
  float: right;
  font-size: 16px;
  padding: 0 5px;
  cursor: pointer;
}
.databox-desc {
  text-align: center;
  font-size: 16px;
  margin-bottom: 20px;
}
.contact-box {
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  background-color: #ffffff;
  border: 1px solid #e7eaec;
  margin-bottom: 20px;
  display: block;
  padding: 10px;
  text-align: center;
  position: relative;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.contact-box:hover {
  -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
  -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
  box-shadow: 0 3px 7px 0 #a8a8a8;
}
.contact-box .img-circle {
  border-radius: 50%;
  height: 80px;
  margin-bottom: 10px;
  margin-top: 10px;
  width: 80px;
}
.contact-box .contact-name {
  font-weight: bold;
  line-height: 18px;
  margin-bottom: 10px;
}
.contact-box .contact-post {
  display: block;
  font-size: 14px;
  line-height: 16px;
  margin: 10px 0;
  width: 100%;
}
.contact-box .contact-action {
  position: absolute;
  right: 2px;
  top: 7px;
  text-align: left;
}
.standist-box {
  padding: 10px;
}
.standist-box .image-wrapper {
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  border-radius: 100%;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.standist-box .image-wrapper img {
  width: 100%;
  height: 100%;
}
.standist-box .image-wrapper .image-overlay {
  color: #fff;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  cursor: pointer;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.standist-box .image-wrapper .image-overlay i {
  font-size: 20px;
  left: 50%;
  margin-left: -10px;
  position: absolute;
  top: 25%;
}
.standist-box .image-wrapper .image-overlay.image-overlay-del {
  background-color: rgba(221,81,76,0.5);
  border-radius: 0 0 100% 100%;
  top: 150%;
}
.standist-box .image-wrapper .image-overlay.image-overlay-del i {
  margin-top: -3px;
}
.standist-box .image-wrapper .image-overlay.image-overlay-del:hover {
  background-color: rgba(221,81,76,0.75);
}
.standist-box .image-wrapper .image-overlay.image-overlay-del:hover i {
  text-shadow: 0px 3px 2px rgba(0,0,0,0.2);
}
.standist-box .image-wrapper .image-overlay.image-overlay-edit {
  background-color: rgba(94,185,94,0.5);
  border-radius: 100% 100% 0 0;
  top: -50%;
}
.standist-box .image-wrapper .image-overlay.image-overlay-edit i {
  margin-top: 3px;
}
.standist-box .image-wrapper .image-overlay.image-overlay-edit:hover {
  background-color: rgba(94,185,94,0.75);
}
.standist-box .image-wrapper .image-overlay.image-overlay-edit:hover i {
  text-shadow: 0px -3px 2px rgba(0,0,0,0.2);
}
.standist-box .image-wrapper:hover {
  -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
  -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
  box-shadow: 0 3px 7px 0 #a8a8a8;
}
.standist-box .image-wrapper:hover .image-overlay.image-overlay-del {
  top: 50%;
}
.standist-box .image-wrapper:hover .image-overlay.image-overlay-edit {
  top: 0;
}
.table-manager {
  border-radius: 5px;
  margin-bottom: 40px;
  background-color: #fdfdfd;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
}
.table-manager td {
  padding: 10px 8px;
  vertical-align: middle;
}
.table-manager td.tdavatar {
  padding-left: 20px;
}
.table-manager td.tdavatar .avatar {
  width: 50px;
}
.table-manager td.tdcomment {
  text-align: center;
  color: #2196F3;
  font-size: 20px;
}
.table-manager td.tdactm {
  text-align: center;
  font-size: 20px;
}
.table-manager tr .btn-group {
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
  opacity: 0;
}
.table-manager tr:hover .btn-group {
  opacity: 1;
}
#lottery_winner .lottery_inner {
  text-align: center;
}
#lottery_winner .lottery_inner h2 {
  font-size: 48px;
  color: #006b2e;
  padding: 5vh 0;
  line-height: 50px;
}
#lottery_winner .lottery_inner h1 {
  font-size: 60px;
  padding: 5vh 0;
  font-weight: bolder;
  line-height: 60px;
}
#lottery_winner .lottery_inner h3 {
  padding: 5vh 0;
}
.lottery-filter {
  float: left;
  text-align: left;
}
.lottery-filter label {
  padding-right: 10px;
  font-size: 16px;
}
.lottery-filter .chzn-single {
  font-size: 16px;
}
.lottery-filter .chzn-container {
  font-size: 16px;
}
.lottery-filter .bootstrap-select {
  width: auto !important;
}
.lottery-filter .bootstrap-select .btn {
  font-weight: normal;
}
.lottery-filter .bootstrap-select .dropdown-menu {
  font-size: 16px;
}
.lottery-filter .control-group {
  float: left;
  margin-right: 35px;
}
#lottery {
  background-position-x: 50%;
  background-position-y: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  width: 100%;
  height: 100%;
}
#lottery .lot-btn {
  padding: 9px 14px;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  padding: 9px 14px;
  font-size: 16px;
  font-weight: bold;
  line-height: normal;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
#lottery .lot-screen {
  display: none;
  width: 100%;
  height: 100%;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
}
#lottery .lot-screen.active {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
#lottery .lottery-logos {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
#lottery .lottery-logos .lottery-logo {
  padding: 0 5%;
}
#lottery .lottery-logos .lottery-logo img {
  height: 100%;
}
#lottery .lottery-content {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  height: 100%;
  justify-content: space-evenly;
  -webkit-justify-content: space-evenly;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
#lottery .lottery-content .lottery-text {
  text-align: center;
}
#lottery .lottery-content .lottery-text .lottery-title {
  line-height: 1.3;
}
#lottery .lottery-content .lottery-text .lottery-subtitle {
  line-height: 1;
}
#lottery .lottery-content .lottery-button {
  text-align: center;
}
#lottery .lottery-content .lot-spinner {
  text-align: center;
  margin: 0 auto;
}
#lottery .lottery-content .lot-spinner .spinner-2 {
  height: auto;
}
#lottery .lottery-content .lot-spinner .spinner-2 .spinner {
  width: 5vw;
  height: 5vw;
}
#lottery .lottery-content .lot-spinner .spinner-2 .spinner:before {
  border-width: 0.5vw;
}
#lottery .lottery-content .lot-spinner .spinner-2 .spinner:after {
  width: 2vw;
  height: 2vw;
}
#lottery .lot-winner-name {
  line-height: 1;
}
#lottery .lottery-winner-button {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: space-around;
  -webkit-justify-content: space-around;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
}
#lottery .lot-winner-noresult h2 {
  color: #da4f49;
  font-weight: bold;
  font-size: calc(1em + 2vw);
  text-transform: uppercase;
}
#lottery button.res-0 {
  padding: 20px 30px;
  font-size: calc(1em + 1vw);
}
#lottery-info {
  position: fixed;
  width: 100%;
  bottom: -100px;
  left: 0;
  height: 9%;
  min-height: 50px;
  border-top: 1px solid #eee;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  -webkit-box-shadow: 0px -5px 9px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px -5px 9px rgba(0,0,0,0.3);
  box-shadow: 0px -5px 9px rgba(0,0,0,0.3);
  background-color: #f8f8f8;
  background-image: -moz-linear-gradient(top,#fff,#eee);
  background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#eee));
  background-image: -webkit-linear-gradient(top,#fff,#eee);
  background-image: -o-linear-gradient(top,#fff,#eee);
  background-image: linear-gradient(to bottom,#fff,#eee);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffeeeeee', GradientType=0);
}
#lottery-info.is-view {
  bottom: 0;
}
#lottery-info .lottery-info-inner {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  height: 100%;
}
#lottery-info .lottery-info-inner .lottery-info-text {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-basis: 80%;
  -webkit-flex-basis: 80%;
  -ms-flex-preferred-size: 80%;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  padding-left: 3%;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  font-size: 12px;
}
#lottery-info .lottery-info-inner .lottery-info-text span.info-sp {
  font-weight: bold;
  padding-left: 8px;
  display: inline-block;
  line-height: 12px;
}
#lottery-info .lottery-info-inner .lottery-info-text .bootstrap-select button {
  padding: 3px 25px 3px 10px;
}
#lottery-info .lottery-info-inner .lottery-info-button {
  text-align: right;
  flex-basis: 20%;
  padding-right: 3%;
}
#lottery-info .lottery-info-inner .lottery-info-button button {
  font-size: 12px;
}
#ankets_edit label {
  text-align: left;
  width: 150px;
}
#ankets_edit .controls {
  margin-left: 170px;
}
#ankets_edit .controls input {
  width: 170px;
}
#ankets_edit .controls input[type=checkbox] {
  width: inherit;
}
#ankets_edit .controls select {
  width: 183px;
}
#tbody_id .direct_wrapper .buttons button{
  display: none;
}
.direct_wrapper:hover #tbody_id .direct_wrapper .buttons button{
  display: block;
}
.tablediv .dl-horizontal dd {
  margin-left: 165px;
}
#table_directs #tbody_id > tr > td {
  padding: 16px 2px 16px 6px;
}
#table_directs #tbody_id > tr .buttons {
  text-align: right;
}
#table_directs #tbody_id > tr .buttons .b-edit,
#table_directs #tbody_id > tr .buttons .c-edit {
  padding: 0px 5px !important;
}
#table_directs #tbody_id > tr:hover .b-edit {
  display: inline !important;
}
#table_directs #tbody_id > tr tr .c-edit {
  line-height: 14px;
}
#table_directs #tbody_id > tr tr:hover .c-edit {
  display: inline !important;
}
#directform-wrapper.hide{
  display: none!important;
}
.direct_wrapper.hide{
  display: none!important;
}
#directform-infowrapper{
  padding: 10px;
  display: table-row!important;
  height: 100px;
}
#directform-infowrapper.hide{
  display: none!important;
}
#directform-infowrapper .footable-toggle{
  display: none;
}
.directform-infowrapper__tr{
  padding: 0px 2px 16px 6px!important;
}
.directform-infowrapper__tr table tr td{
  padding: 8px 8px 2px 8px;
}
#new-direct .footable-toggle{
  display: none!important;
}
#new-direct td{
  border-top: none;
}
#new-direct.hide{
  display: none!important;
}
.new-direct-item.hide{
  display: none!important;
}
#directform-wrapper .footable-toggle{
  display: none!important;
}
.additional-settings{
  margin-top: 10px;
}
.additional-settings.hide{
  display: none;
}
form[name="direct-update"] td{
  border-top: none;
}
form[name="direct-update"] td:first-child{
  padding: 4px 8px 2px 8px!important;
}
.direct_wrapper .buttons i{
  pointer-events: none;
}
#directform-infowrapper .b-edit i{
  pointer-events: none;
}
form[name="directform"] td{
  border: none!important;
}
span.footable-toggle{
  font-family: 'footable';
  cursor: pointer;
  font-size: 14px;
  color: #888888;
}
span.footable-toggle:before {
  content: "\e008";
  padding: 10px 12px 0 12px;

}
span.footable-toggle.minus:before{
  content: "\e009";
}
.direct-item__color span{
  display: inline-block;
  width: 15px;
  height: 10px;
}
.directs-item__wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.directs-item__wrapper > div{
  width: 50%;
}
.directs-item__main-wrapper{
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  max-width: 500px;
  width: 100%;
}
.direct_wrapper td:first-child{
  display: flex;
}
.direct_wrapper td:first-child span{
  padding-right: 0!important;
}
.mdcart {
  background-color: #fff;
  color: rgba(0,0,0,0.87);
  -webkit-box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
  -moz-box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
}
.mdcart .ui-widget-content {
  border-color: transparent;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar {
  border: medium none;
  padding: 16px 5px;
  display: block;
  background-color: #f6f6f6;
  border-radius: 0;
  color: #333;
  height: auto;
  line-height: inherit;
  text-shadow: none;
  width: auto;
  border-bottom: 1px solid #DDD;
  text-transform: none;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .ui-jqgrid-title {
  margin: 0;
  float: none;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .filters_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .expo-tools-container-bar {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .expo-tools-container-bar .btn-wrapper {
  margin: 3px 4px;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .expo-tools-container-bar .text_area {
  height: 16px !important;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .expo-tools-container-bar #reportrange,
.mdcart .ui-widget-content .ui-jqgrid-titlebar .expo-tools-container-bar .reportrange {
  font-size: 10px;
  font-weight: normal;
  padding: 4px 6px;
  box-shadow: none;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .expo-tools-container-bar .bootstrap-select > .dropdown-toggle {
  padding: 6px 25px 6px 6px;
  font-size: 10px;
  line-height: 12px;
  background-color: #fff !important;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .expo-tools-container-bar .bootstrap-select > .dropdown-toggle .caret {
  color: #555;
  right: 7px;
  margin-top: -1px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-top-width: 3px;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .expo-tools-container-bar .toggle-switch .ts-label {
  margin: 0 8px 0 0;
  font-size: 10px;
  line-height: 10px;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .expo-tools-container-bar .expo-tools-select {
  text-align: left;
  font-weight: normal;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .expo-tools-container-bar .expo-tools-select select {
  width: 200px;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .expo-tools-container-bar .expo-tools-select .chzn-container {
  width: 200px !important;
  font-size: 10px;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .expo-tools-container-bar .expo-tools-select .chzn-container .chzn-single {
  height: 26px;
  line-height: 26px;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .expo-tools-container-bar .expo-tools-select .chzn-container .chzn-single div {
  top: 2px;
}
.mdcart .ui-widget-content .ui-jqgrid-titlebar .expo-tools-container-bar .expo-tools-select .chzn-container .chzn-results li {
  padding: 6px;
}
.mdcart .ui-widget-content .ui-state-default {
  background: transparent;
  border-color: transparent;
  background: transparent;
  font-weight: normal;
  text-shadow: none;
  color: inherit;
}
.mdcart .ui-widget-content .ui-state-default .ui-jqgrid-htable {
  border-spacing: 0;
  border-collapse: separate;
  border-bottom: 1px solid rgba(0,0,0,0.12);
}
.mdcart .ui-widget-content .ui-state-default .ui-jqgrid-htable th {
  text-align: left;
  font-size: 12px;
  vertical-align: middle;
  padding: 16px 0px;
  color: rgba(0,0,0,0.54);
  font-weight: 700;
  box-sizing: content-box;
  white-space: normal;
  word-break: break-all;
}
.mdcart .ui-widget-content .ui-state-default .ui-jqgrid-htable th .ui-jqgrid-sortable:hover {
  color: #f26300;
}
.mdcart .ui-widget-content tr.jqgrow td {
  border-color: transparent;
  border-bottom: 1px solid rgba(0,0,0,0.12);
  padding: 16px 0px;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
}
.mdcart .ui-widget-content tr.jqgrow td.status_edit {
  text-decoration: underline;
  color: #f26300;
  cursor: pointer;
}
.mdcart .ui-widget-content .ui-jqgrid-pager {
  height: auto;
}
.mdcart .ui-widget-content .ui-jqgrid-pager .ui-pager-control {
  padding: 16px 8px;
}
.mdcart .ui-widget-content .ui-jqgrid-pager .ui-pager-control .ui-pg-input {
  vertical-align: baseline;
  width: 30px;
}
.mdcart .ui-widget-content .ui-jqgrid-pager .ui-pager-control .ui-pg-selbox {
  margin-left: 20px;
}
.mdcart .ui-subgrid {
  -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12) inset, 0px -2px 1px rgba(0, 0, 0, 0.12) inset;
  -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12) inset, 0px -2px 1px rgba(0, 0, 0, 0.12) inset;
  box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.12) inset, 0px -2px 1px rgba(0, 0, 0, 0.12) inset;
}
.mdcart .ui-subgrid [class*="span"] {
  margin-left: 0;
  margin-bottom: 10px;
}
.mdcart .ui-subgrid td {
  background: none;
  background-color: #f3f3f4;
  padding: 10px 0;
}
.mdcart .ui-subgrid td .alert {
  margin-bottom: 0;
  margin-right: 20px;
}
.mdcart .ui-subgrid .sub_grid_div {
  background: #fff;
  margin-right: 10px;
  margin-bottom: 10px;
  width: 100%;
}
.mdcart .ui-subgrid .sub_grid_div h6 {
  font-size: 13px;
}
.mdcart .ui-subgrid .sub_grid_div .sub_data_table {
  width: 100%;
}
.mdcart .ui-subgrid .sub_grid_div .sub_data_table td {
  background-color: transparent;
  padding: 6px 0;
  line-height: 16px;
  vertical-align: top;
  word-break: break-all;
}
.mdcart .ui-subgrid .sub_grid_div .sub_data_ul li {
  padding: 6px 0;
  line-height: 16px;
}
.mdcart .ui-subgrid .sub_grid_div .sub_data_ul li a {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.mdcart .ui-subgrid .sub_grid_div.ibox {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
.mdcart .ui-subgrid .sub_grid_div.ibox .ibox-title {
  padding: 10px 0;
  color: #676a6c;
}
.mdcart .ui-subgrid .sub_grid_div.ibox .ibox-title h5 {
  margin: 0;
  padding: 0 10px;
  font-size: 14px;
  font-weight: 600;
}
.mdcart .ui-subgrid .sub_grid_div.ibox .ibox-title .ibox-buttons {
  padding: 0 10px;
}
.mdcart .ui-subgrid .sub_grid_div.ibox .ibox-title .ibox-buttons button {
  margin-left: 10px;
}
.mdcart .ui-subgrid .sub_grid_div.ibox .ibox-title .ibox-buttons button i {
  font-size: 12px;
}
.mdcart .ui-subgrid .sub_grid_div.ibox .ibox-content-md {
  border-top: 1px solid #e7eaec;
  padding: 0 10px 0px;
  margin-bottom: 10px;
}
.mdcart .label {
  padding: 2px 6px;
  font-weight: 600;
  text-shadow: none;
}
.mdcart .label.label-1 {
  background-color: #d1dade;
  color: #5e5e5e;
}
.mdcart .label.label-2 {
  background-color: #ed5565;
}
.mdcart .label.label-3 {
  background-color: #f8ac59;
}
.mdcart .label.label-4 {
  background-color: #23c6c8;
}
.mdcart .label.label-5 {
  background-color: #1ab394;
}
.mdcart .label.label-10 {
  background-color: #1c84c6;
}
.label.label_dialog {
  padding: 2px 6px;
  vertical-align: middle;
  font-weight: 600;
  text-shadow: none;
}
.label.label_dialog.label-1 {
  background-color: #d1dade;
  color: #5e5e5e;
}
.label.label_dialog.label-2 {
  background-color: #ed5565;
}
.label.label_dialog.label-3 {
  background-color: #f8ac59;
}
.label.label_dialog.label-4 {
  background-color: #23c6c8;
}
.label.label_dialog.label-5 {
  background-color: #1ab394;
}
.label.label_dialog.label-10 {
  background-color: #1c84c6;
}
.status-color.status-color-1 {
  color: #5e5e5e;
}
.status-color.status-color-2 {
  color: #ed5565;
}
.status-color.status-color-3 {
  color: #f8ac59;
}
.status-color.status-color-4 {
  color: #23c6c8;
}
.status-color.status-color-5 {
  color: #1ab394;
}
.status-color.status-color-10 {
  color: #1c84c6;
}
.status-text {
  padding: 0 12px;
  border-top: 1px solid #e7eaec;
}
.status-text textarea {
  width: 100% !important;
  border: none !important;
  resize: none;
  box-shadow: none;
  margin: 0;
}
.modal-footer-status {
  text-align: left;
  display: flex;
  justify-content: space-between;
}
.row-flex,
.flex-row {
  display: flex;
  flex-wrap: wrap;
}
.row-flex .flex-item,
.flex-row .flex-item {
  display: flex;
  flex-grow: 1;
}
.row-flex .flex-item.flex-incol,
.flex-row .flex-item.flex-incol {
  align-self: flex-start;
  flex-grow: 1;
}
.row-flex.flex-status,
.flex-row.flex-status {
  align-items: center;
  justify-content: space-between;
  margin: 10px auto;
}
.row-flex.flex-status .flex-item i,
.flex-row.flex-status .flex-item i {
  font-size: 18px;
  vertical-align: sub;
}
.row-flex .flex-size-1,
.flex-row .flex-size-1 {
  flex-basis: 8.33%;
}
.row-flex .flex-size-2,
.flex-row .flex-size-2 {
  flex-basis: 16.66%;
}
.row-flex .flex-size-3,
.flex-row .flex-size-3 {
  flex-basis: 25%;
}
.row-flex .flex-size-4,
.flex-row .flex-size-4 {
  flex-basis: 33.33%;
}
.row-flex .flex-size-5,
.flex-row .flex-size-5 {
  flex-basis: 41.66%;
}
.row-flex .flex-size-6,
.flex-row .flex-size-6 {
  flex-basis: 50%;
}
.row-flex .flex-size-7,
.flex-row .flex-size-7 {
  flex-basis: 58.33%;
}
.row-flex .flex-size-8,
.flex-row .flex-size-8 {
  flex-basis: 66.66%;
}
.row-flex .flex-size-9,
.flex-row .flex-size-9 {
  flex-basis: 75%;
}
.row-flex .flex-size-10,
.flex-row .flex-size-10 {
  flex-basis: 83.33%;
}
.row-flex .flex-size-11,
.flex-row .flex-size-11 {
  flex-basis: 91.66%;
}
.row-flex .flex-size-12,
.flex-row .flex-size-12 {
  flex-basis: 100%;
}
.flex-table {
  display: flex;
  flex-direction: column;
}
.flex-table .flex-tr {
  display: flex;
  align-items: center;
}
.flex-table .flex-tr .flex-td {
  display: flex;
  flex-basis: 50%;
  line-height: 15px;
  padding: 5px 0;
}
.column-flex {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}
.column-flex .flex-col {
  display: flex;
}
.column-flex .flex-col:first-child {
  margin-bottom: 10px;
}
.table-manager th i {
  display: none;
  font-size: 24px;
}
.table-manager th span {
  display: inline;
}
@media (max-width: 1199px) {
  .row-flex .flex-size-3,
  .row-flex .flex-size-4,
  .row-flex .flex-size-5,
  .row-flex .flex-size-6,
  .row-flex .flex-size-7,
  .row-flex .flex-size-8,
  .row-flex .flex-size-9 {
    flex-basis: 50% !important;
  }
  .flex-col {
    margin-bottom: 0 !important;
  }
  .table-manager th {
    text-align: center;
  }
  .table-manager th i {
    display: inline;
  }
  .table-manager th span {
    display: none;
  }
}
@media (max-width: 979px) {
  .row-flex .flex-size-10,
  .row-flex .flex-size-11 {
    flex-basis: 100% !important;
  }
  .row-flex .flex-size-2,
  .row-flex .flex-size-1 {
    flex-basis: 50% !important;
  }
}
@media (max-width: 767px) {
  .row-flex [class*="flex-size-"] {
    flex-basis: 100% !important;
  }
}
#sp-component-wrapper {
  position: relative;
}
.groupq td {
  padding: 5px;
  margin: 2px 0;
}
.groupq td input {
  width: 182px;
  padding: 2px 4px;
  font-size: 11px;
  height: 18px;
  line-height: 18px;
}
.groupq td select {
  width: 60px;
  height: 22px;
  line-height: 22px;
  font-size: 11px;
  padding: 2px 4px;
}
.meet_tabs ul {
  margin-right: 10px;
  border-color: #546e7a;
  margin-bottom: 5px;
}
.meet_tabs ul li a {
  background-color: #f3f3f4 !important;
  text-decoration: none;
  border-bottom-color: #546e7a;
}
.meet_tabs ul li a:hover,
.meet_tabs ul li a:focus {
  background-color: #fff;
  border-color: #546e7a;
}
.meet_tabs ul li.active a {
  border: 1px solid #546e7a;
  border-bottom-color: transparent;
}
.meet_tabs ul li.active a:hover,
.meet_tabs ul li.active a:focus {
  background-color: #fff;
  border-color: #546e7a;
  border-bottom-color: transparent;
}
.quest-form .item-stars {
  display: block;
  font-size: 34px;
  color: gold;
}
.quest-form .item-stars .item-star {
  display: inline-block;
  cursor: pointer;
}
#filter_expos {
  margin: 0;
}
#filter_comp {
    margin: 0;
}
#report_monitor {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  width: 320px;
  z-index: 2000;
}
#report_monitor .mdcart {
  width: 100%;
  height: 100%;
}
#report_monitor .mdcart .navbar-material .navbar-brand {
  font-size: 14px;
}
#toast-container > div {
  opacity: 1 !important;
}
.anketTable select {
  max-width: 192px;
}
#nextend-accordion-menu {
  overflow: hidden;
  font-family: "Roboto", sans-serif !important;
  font-weight: 400;
  overflow: visible;
}
#nextend-accordion-menu div,
#nextend-accordion-menu dl,
#nextend-accordion-menu dt,
#nextend-accordion-menu dd,
#nextend-accordion-menu span,
#nextend-accordion-menu a,
#nextend-accordion-menu img,
#nextend-accordion-menu h3 {
  border: 0 none;
  clear: none;
  float: none;
  line-height: normal;
  list-style: outside none none;
  margin: 0;
  padding: 0;
  position: static;
  width: auto;
}
#nextend-accordion-menu span,
#nextend-accordion-menu a,
#nextend-accordion-menu img {
  vertical-align: middle;
}
#nextend-accordion-menu a {
  display: inline-block;
  height: 100%;
  width: 100%;
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  outline: 0 none;
  font-size: 14px;
  line-height: 12px;
  color: #333;
}
#nextend-accordion-menu a *:focus,
#nextend-accordion-menu a *:active {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  outline: 0 none;
}
#nextend-accordion-menu img {
  margin: 0 4px;
}
#nextend-accordion-menu .nextend-accordion-menu-inner {
  background-clip: padding-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #e0e0e0;
  overflow: hidden;
  width: 100%;
  padding: 10px 0 15px;
  background-color: #fcfcfc;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.16);
}
#nextend-accordion-menu .nextend-accordion-menu-inner-container {
  overflow: hidden;
  position: relative;
}
#nextend-accordion-menu dl,
#nextend-accordion-menu dt,
#nextend-accordion-menu dd {
  display: block;
  position: relative;
}
#nextend-accordion-menu dt .inner {
  display: block;
  margin: 0;
}
#nextend-accordion-menu dt .inner a {
  position: relative;
}
#nextend-accordion-menu dl dt {
  margin: 10px 0px 0;
  padding: 8px 0;
  cursor: pointer;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
#nextend-accordion-menu dl dt.first {
  margin-top: 5px;
}
#nextend-accordion-menu dl dt:hover {
  background-color: #ef6c00;
}
#nextend-accordion-menu dl dt:hover a {
  color: #fff;
}
#nextend-accordion-menu dl dt.active {
  background-color: #ef6c00;
  color: #fff;
}
#nextend-accordion-menu dl dt.active a {
  color: #fff;
}
#nextend-accordion-menu dl dt.parent,
#nextend-accordion-menu dl dt.category {
  margin-bottom: 0;
}
#nextend-accordion-menu dl dt.parent .inner,
#nextend-accordion-menu dl dt.category .inner {
  cursor: pointer;
}
#nextend-accordion-menu dl dt.parent .inner a,
#nextend-accordion-menu dl dt.category .inner a {
  color: #fff;
}
#nextend-accordion-menu dl dt.parent .inner a span,
#nextend-accordion-menu dl dt.category .inner a span {
  font-weight: normal;
  font-size: 15px;
  color: #333;
}
#nextend-accordion-menu dl dt.parent .inner a span:after,
#nextend-accordion-menu dl dt.category .inner a span:after {
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 16px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 18px;
  text-rendering: auto;
  content: "\f105";
  float: right;
}
#nextend-accordion-menu dl dt.parent.opened .inner a span:after,
#nextend-accordion-menu dl dt.parent.opening .inner a span:after,
#nextend-accordion-menu dl dt.category.opened .inner a span:after,
#nextend-accordion-menu dl dt.category.opening .inner a span:after {
  content: "\f107";
}
#nextend-accordion-menu dl dt.parent:hover a,
#nextend-accordion-menu dl dt.parent:hover a span,
#nextend-accordion-menu dl dt.parent.active,
#nextend-accordion-menu dl dt.parent.active a span,
#nextend-accordion-menu dl dt.category:hover a,
#nextend-accordion-menu dl dt.category:hover a span,
#nextend-accordion-menu dl dt.category.active,
#nextend-accordion-menu dl dt.category.active a span {
  color: #fff;
}
#nextend-accordion-menu dl dt.hiddenitem a,
#nextend-accordion-menu dl dt.hiddenitem a span {
  color: #999 !important;
}
#nextend-accordion-menu dl dt.hiddenitem.active a,
#nextend-accordion-menu dl dt.hiddenitem.active a span {
  color: #333 !important;
}
#nextend-accordion-menu dl dt.hiddenitem:hover a,
#nextend-accordion-menu dl dt.hiddenitem:hover a span {
  color: #fff !important;
}
#nextend-accordion-menu dl dt.stand .inner a:before {
  content: "ST";
  position: absolute;
  left: -16px;
  top: 1px;
  padding: 2px 1px;
  background-color: #006b2e;
  color: #fff;
  font-size: 9px;
}
#nextend-accordion-menu dl dt.stand.hiddenitem .inner a:before {
  opacity: 0.5;
}
#nextend-accordion-menu dl.level1 > dt {
  margin-top: 0px !important;
  border-bottom: 1px solid #e0e0e0;
}
#nextend-accordion-menu dl.level1 > dt .inner {
  padding: 0 8px 0 12px;
}
#nextend-accordion-menu dl.level1 > dt.parent a span,
#nextend-accordion-menu dl.level1 > dt.category a span {
  font-weight: bold;
}
#nextend-accordion-menu dl.level1 > dt.parent a span:after,
#nextend-accordion-menu dl.level1 > dt.category a span:after {
  font-size: 20px;
}
#nextend-accordion-menu dl.level1 dl {
  position: absolute;
  top: 0;
  width: 100%;
}
#nextend-accordion-menu dl.level1 dd {
  display: block;
  height: 0;
  margin: 0;
  overflow: hidden;
  position: relative;
  width: 100%;
}
#nextend-accordion-menu dl.level1 dd.opening {
  display: block;
}
#nextend-accordion-menu dl.level1 dd.closing {
  display: block;
}
#nextend-accordion-menu dl.level1 dd.opened {
  display: block;
}
#nextend-accordion-menu dl.level1 dd.opened.parent {
  height: auto;
}
#nextend-accordion-menu dl.level1 dd.opened.parent > dl {
  position: relative;
}
#nextend-accordion-menu dl.level2 .inner {
  padding: 0 12px 0 20px;
}
#nextend-accordion-menu dl.level2 > dt.parent a span,
#nextend-accordion-menu dl.level2 > dt.category a span {
  font-weight: bold;
}
#nextend-accordion-menu dl.level2 > dt.parent a span:after,
#nextend-accordion-menu dl.level2 > dt.category a span:after {
  font-size: 20px;
}
#nextend-accordion-menu dl.level3 .inner {
  padding: 0 20px 0 35px;
}
#nextend-accordion-menu dl.level3 > dt a span {
  font-weight: normal;
}
#nextend-accordion-menu dl.level4 .inner {
  padding: 0 35px 0 50px;
}
#nextend-accordion-menu dl.level5 .inner {
  padding: 0 45px 0 60px;
}
#serv_item img {
  width: 100%;
}
#serv_item h3 {
  margin-top: 0;
}
#serv_item .catintro {
  margin-bottom: 40px;
  float: left;
  width: 100%;
}
#serv_item .catintro .catimg {
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 2px 0;
  margin: 0 12px 0px 0;
  display: inline;
  width: 100%;
  max-width: 233px;
  overflow: hidden;
}
#serv_item .catintro .catimg .item_image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
  height: 150px;
  margin: 0 auto;
  max-width: 233px;
  width: 100%;
}
#serv_item .catintro .catdesc {
  font-size: 14px;
  line-height: 18px;
  display: inline;
}
#serv_item .citems {
  float: left;
  width: 100%;
}
#serv_item .citems > .row-fluid {
  margin-bottom: 40px;
}
#serv_item .citems a .citem_img {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  float: left;
  margin-bottom: 15px;
  overflow: hidden;
  padding: 2px 0;
  position: relative;
  width: 100%;
}
#serv_item .citems a .citem_img.notpubl:after {
  font-family: FontAwesome;
  font-feature-settings: normal;
  font-kerning: auto;
  font-language-override: normal;
  font-size: 16px;
  font-size-adjust: none;
  font-stretch: normal;
  font-style: normal;
  font-synthesis: weight style;
  font-variant: normal;
  font-weight: normal;
  line-height: 18px;
  text-rendering: auto;
  content: "\f070";
  position: absolute;
  top: 2px;
  right: 5px;
  color: #999;
}
#serv_item .citems a .citem_img .item_image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
  height: 154px;
  margin: 0 auto;
  max-width: 240px;
  width: 100%;
}
#serv_item .citems a .citem_title {
  text-align: center;
  font-size: 18px;
  color: #333;
}
#serv_item .citems a .citem_title.citem-item {
  font-size: 16px;
}
#serv_item .citems a:hover .citem_img,
#serv_item .citems a:focus .citem_img,
#serv_item .citems a:active .citem_img {
  border-color: #f26300;
}
#serv_item .citems a:hover .citem_img.notpubl:after,
#serv_item .citems a:focus .citem_img.notpubl:after,
#serv_item .citems a:active .citem_img.notpubl:after {
  color: #f26300;
}
#serv_item .citems a:hover .citem_title,
#serv_item .citems a:focus .citem_title,
#serv_item .citems a:active .citem_title {
  color: #f26300;
}
#serv_item .citem .itemimg {
  float: left;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #e6e6e6;
  padding: 2px 0;
  margin: 0 15px 20px 0;
  width: 100%;
  max-width: 233px;
}
#serv_item .citem .itemimg .item_image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  background-size: contain;
  height: 150px;
  margin: 0 auto;
  max-width: 233px;
  width: 100%;
  position: relative;
}
#serv_item .citem .itemimg .item_image .thumb_znak {
  position: absolute;
  top: 4px;
  right: 4px;
}
#serv_item .citem .itemimg .item_image .thumb_znak .item_thumb_znak {
  display: block;
  background-color: transparent;
  cursor: default;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#serv_item .citem .itemimg .item_image .thumb_znak .item_thumb_znak.active-check {
  border: 2px solid #006b2e;
  -webkit-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 8px 3px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 8px 3px rgba(255, 255, 255, 0.75) inset;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 8px 3px rgba(255, 255, 255, 0.75) inset;
}
#serv_item .citem .itemimg .item_image .thumb_znak .item_thumb_znak.active-check .active-check_in {
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #006b2e;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-left: 4px;
}
#serv_item .citem .itemimg .item_image .thumb_znak .item_thumb_znak.archive-check {
  border: 2px solid #b8b8b8;
  -webkit-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 5px 1px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 5px 1px rgba(255, 255, 255, 0.75) inset;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 5px 1px rgba(255, 255, 255, 0.75) inset;
}
#serv_item .citem .itemdesc {
  font-size: 14px;
  line-height: 18px;
}
#serv_item .item_info span {
  color: #929191;
  margin-right: 5px;
}
.item_adminleft {
  margin-bottom: 10px;
}
.item_adminright {
  margin-bottom: 5px;
}
.item_adminright .btn {
  padding: 4px 11px;
  margin-bottom: 5px;
}
.item_admincenter {
  font-size: 12px;
}
.item_admincenter .well {
  padding: 19px;
  background-color: #f5f5f5;
}
.item_admincenter table {
  width: 100%;
}
.item_admincenter table td strong {
  width: 103px;
  float: left;
}
.item_admincenter table td span {
  margin-left: 5px;
}
#serv_menu .nextend-accordion-menu-inner {
  height: 75vh;
}
#serv_menu .nextend-accordion-menu-inner dl dt {
  margin: 10px 5px 0;
}
#serv_item .cmitems {
  list-style: outside none none;
  margin: 0;
  display: block;
  float: left;
}
#serv_item .cmitems .cmitem_placeh {
  display: inline-block;
  width: 233px;
  height: 228px;
  border: 1px dashed #999;
  background-color: #fff;
  margin-bottom: 0px;
  margin-right: 10px;
}
#serv_item .cmitems .cmitem-box {
  float: left;
  width: 253px;
}
#serv_item .cmitems .cmitem-box .cmitem {
  background-color: #f5f5f5;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 20px;
  margin-right: 10px;
  margin-left: 10px;
  padding: 0;
  position: relative;
}
#serv_item .cmitems .cmitem-box .cmitem.cbox_admin {
  border: 1px solid #ddd;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_header {
  border-bottom: 1px solid #ddd;
  cursor: move;
  min-height: 32px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_header .labellist {
  float: left;
  margin: 5px 0 0 5px;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_header .labellist .label-important {
  background-color: #f44336;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_header .labellist .label-primary {
  background-color: #006b2e;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_header:hover {
  background-color: #fff3e0;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_header .cmitems-actions {
  float: right;
  list-style: outside none none;
  margin: 1px 0 0;
  padding: 0;
  position: relative;
  z-index: 3;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_img {
  height: 150px;
  overflow: hidden;
  position: relative;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_img img {
  display: block;
  height: auto;
  max-width: 100%;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_img .item_image {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-color: #fff;
  height: 150px;
  margin: 0 auto;
  max-width: 233px;
  width: 100%;
  background-size: contain;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_img .thumb_znak {
  position: absolute;
  top: 4px;
  right: 4px;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_img .thumb_znak .item_thumb_znak {
  display: block;
  background-color: transparent;
  cursor: default;
  width: 20px;
  height: 20px;
  text-align: center;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_img .thumb_znak .item_thumb_znak.active-check {
  border: 2px solid #006b2e;
  -webkit-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 8px 3px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 8px 3px rgba(255, 255, 255, 0.75) inset;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 8px 3px rgba(255, 255, 255, 0.75) inset;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_img .thumb_znak .item_thumb_znak.active-check .active-check_in {
  display: block;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  background-color: #006b2e;
  width: 12px;
  height: 12px;
  margin-top: 4px;
  margin-left: 4px;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_img .thumb_znak .item_thumb_znak.archive-check {
  border: 2px solid #b8b8b8;
  -webkit-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 5px 1px rgba(255, 255, 255, 0.75) inset;
  -moz-box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 5px 1px rgba(255, 255, 255, 0.75) inset;
  box-shadow: 0 0 4px 2px rgba(255, 255, 255, 0.75), 0 0 5px 1px rgba(255, 255, 255, 0.75) inset;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_name {
  background-color: #f5f5f5;
  border-top: 1px solid #e7eaec;
  padding: 10px;
  color: #333;
  height: 40px;
  width: 210px;
  vertical-align: middle;
  text-align: center;
}
#serv_item .cmitems .cmitem-box .cmitem .cmitem_name.cmitem-cat {
  font-weight: bold;
  font-size: 16px;
}
#serv_item .cmitems .cmitem-box:hover .cmitem_name,
#serv_item .cmitems .cmitem-box.hover .cmitem_name {
  color: #f26300;
}
#service_mmenu {
  margin-bottom: 20px;
}
#service_mmenu .btn-group {
  margin-bottom: 5px;
}
body.sidebar #sp-slider-wrapper {
  padding: 5px 0 1px 230px !important;
}
body.mini-navbar #yt-totop {
  left: 88px;
}
body.mini-navbar.isnavbar .container {
/*  margin-left: 83px;
  width: 80% !important;*/
}
body.mini-navbar .admin_fade .input-append {
  bottom: 46px;
  left: 76px;
  position: fixed;
}
body.mini-navbar #sp-slider-wrapper {
  padding: 5px 0 1px 70px !important;
}
body.mini-navbar .nav li:hover > .nav-second-level,
body.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  border-radius: 0 2px 2px 0;
  min-width: 140px;
  height: auto;
}
body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}
body.mini-navbar .nav-second-level {
  position: absolute;
  left: 70px;
  top: 0px;
  background-color: #2F4050;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
}
body.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}
body.mini-navbar li.active .nav-second-level {
  left: 65px;
}
body.mini-navbar .nav li:hover > .nav-second-level,
body.mini-navbar .nav li:focus > .nav-second-level {
  display: block;
  border-radius: 0 2px 2px 0;
  min-width: 140px;
  height: auto;
}
body.mini-navbar .navbar-default .nav > li > .nav-second-level li a {
  font-size: 12px;
  border-radius: 3px;
}
body.mini-navbar .nav-second-level li a {
  padding: 10px 10px 10px 15px;
}
body.mini-navbar .nav-second-level {
  position: absolute;
  left: 70px;
  top: 0px;
  background-color: #2F4050;
  padding: 10px 10px 10px 10px;
  font-size: 12px;
}
body.mini-navbar li.active .nav-second-level {
  left: 65px;
}
body.mini-navbar .navbar-static-side {
  width: 70px !important;
}
body.mini-navbar .profile-element,
body.mini-navbar .nav-label,
body.mini-navbar .navbar-default .nav li a span {
  display: none;
}
body.mini-navbar .nav-second-level {
  display: none;
}
body.mini-navbar .navbar-default .nav > li > a {
  font-size: 16px;
}
body.mini-navbar .nav-header {
  padding: 0;
}
body.mini-navbar .nav-top {
  height: 81px !important;
  min-height: auto !important;
  padding: 1px 3px !important;
}
body.mini-navbar .nav-top .nav-toast {
  padding: 0 !important;
}
body.mini-navbar .nav-top .nav-toast .nav-t-chart {
  padding: 0 !important;
}
body.mini-navbar .nav-top .nav-toast .nav-t-text {
  display: none;
}
body.mini-navbar .navbar-usermenu .nav > li > a {
  padding: 16px 16px 16px 0px !important;
}
body.mini-navbar .navbar-usermenu .nav > li > a i {
  position: relative !important;
  padding: 0 24px !important;
  width: auto !important;
  left: auto !important;
}
body.mini-navbar .navbar-usermenu .nav > li .nav-disable {
  padding: 16px 16px 16px 0px !important;
}
body.mini-navbar .navbar-usermenu .nav > li .nav-disable i {
  position: relative !important;
  padding: 0 24px !important;
  width: auto !important;
  left: auto !important;
}
body.mini-navbar table.viewMax {
  display: none !important;
}
body.mini-navbar table.viewMini {
  display: block !important;
}
body.mini-navbar .navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a .label {
  position: absolute;
  right: 7px;
  top: 0;
}
.navbar-usermenu {
  background-color: #074616;
  -webkit-box-shadow: 4px 0 2px 0 rgba(0, 0, 0, 0.1), 4px 0 1px -2px rgba(0, 0, 0, 0.1), 4px 0 7px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 4px 0 2px 0 rgba(0, 0, 0, 0.1), 4px 0 1px -2px rgba(0, 0, 0, 0.1), 4px 0 7px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 4px 0 2px 0 rgba(0, 0, 0, 0.1), 4px 0 1px -2px rgba(0, 0, 0, 0.1), 4px 0 7px 0 rgba(0, 0, 0, 0.1);
  z-index: 2001;
  position: fixed;
  width: 268px;
  left: 0;
  height: 100vh;
  top: 0;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li {
  display: block;
  position: relative;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a {
  color: #b1bbb3;
  padding: 18px 13px 18px 60px;
  position: relative;
  line-height: 16px;
  word-wrap: break-word;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a:hover,
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a:focus {
  background: #063812;
  color: #ffffff;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a i {
  font-size: 18px;
  left: 22px;
  padding: 16px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25px;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a .label {
  font-size: 11px;
  text-shadow: none;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li > a .label.label-orange {
  background-color: #f26300;
  color: #ffffff;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li .nav-disable {
  color: #486a4f;
  padding: 16px 16px 16px 66px;
  position: relative;
  word-wrap: break-word;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li .nav-disable i {
  font-size: 18px;
  left: 22px;
  padding: 16px 0;
  position: absolute;
  text-align: center;
  top: 0;
  width: 25px;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.active > a {
  color: #ffffff;
  font-weight: bold;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.active {
  border-left: 3px solid #f26300;
  background: #063812;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top {
  min-height: 90px;
  background: url('../images/bg_menu.png') 0 0 no-repeat #074616;
  padding: 9px 3px 0px 2px;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast {
  color: #fff;
  position: relative;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .close {
  color: #fff;
  font-weight: normal;
  opacity: 1;
  text-shadow: none;
  font-size: 16px;
  position: absolute;
  right: 0;
  top: 0;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .close:hover {
  background-color: transparent;
  color: #f26300;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner {
  padding: 7px;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner a {
  color: #fff;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner a:hover {
  color: #f26300;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner table.viewMax {
  display: block;
  overflow: hidden;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner table td.uavatar {
  padding-right: 10px;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner table.viewMini {
  display: none;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner table.viewMini td.uavatar {
  padding-right: 0px;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner table td.uname {
  font-size: 16px;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner table td.uperc {
  font-size: 12px;
  color: #b1bbb3;
  padding-top: 10px;
  float: left;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner table td.uperc span {
  font-size: 14px;
  color: #fff;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner table td.uperc .progress .bar {
  background-image: none;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner table td.uperc .progress .bar.bar-danger {
  background-color: #9d261d;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner table td.uperc .progress .bar.bar-warning {
  background-color: #f26300;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner table td.uperc .progress .bar.bar-success {
  background-color: #006b2e;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner .nav-t-chart {
  position: relative;
  padding-right: 10px;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner .nav-t-chart canvas {
  position: absolute;
  top: 0;
  left: 0;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner .nav-u-chart {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner .nav-u-chart canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner .percent {
  display: inline-block;
  line-height: 50px;
  z-index: 2;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner .percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner .angular {
  margin-top: 100px;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner .angular .nav-t-chart {
  margin-top: 0;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.nav-top .nav-toast .nav-toast-inner .nav-t-text {
  line-height: 16px;
  font-size: 13px;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav > li.list-divider {
  border-top: 1px solid rgba(255,255,255,0.12);
  display: block;
  height: 1px;
  margin: 5px 0;
}
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav .open > a:hover,
.navbar-usermenu.navbar-static-side .sidebar-collapse .nav .open > a:focus {
  background: #fff;
}
.navbar-usermenu .nav.nav-second-level > li.active {
  border: none;
}
.navbar-usermenu .nav.nav-second-level.collapse[style] {
  height: auto !important;
}
.navbar-usermenu .metismenu .collapse {
  display: none;
}
.navbar-usermenu .metismenu .collapse.in {
  display: block;
}
.navbar-usermenu .pace-done .nav-header {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.navbar-usermenu .nav-header a {
  color: #DFE4ED;
}
.navbar-usermenu .nav-header .text-muted {
  color: #8095a8;
}
.navbar-usermenu .minimalize-styl-2 {
  padding: 4px 12px;
  margin: 14px 5px 5px 20px;
  font-size: 14px;
  float: left;
}
.navbar-usermenu .navbar-form-custom {
  float: left;
  height: 50px;
  padding: 0;
  width: 200px;
  display: inline-table;
}
.navbar-usermenu .navbar-form-custom .form-group {
  margin-bottom: 0;
}
.navbar-usermenu .nav.navbar-top-links a {
  font-size: 14px;
}
.navbar-usermenu .navbar-form-custom .form-control {
  background: none repeat scroll 0 0 rgba(0,0,0,0);
  border: medium none;
  font-size: 14px;
  height: 60px;
  margin: 0;
  z-index: 2000;
}
.navbar-usermenu .count-info .label {
  line-height: 12px;
  padding: 2px 5px;
  position: absolute;
  right: 6px;
  top: 12px;
}
.navbar-usermenu .arrow {
  float: right;
}
.navbar-usermenu .fa.arrow:before {
  content: "\f104";
}
.navbar-usermenu .active > a > .fa.arrow:before {
  content: "\f107";
}
.navbar-usermenu .nav-second-level li,
.navbar-usermenu .nav-third-level li {
  border-bottom: none !important;
}
.navbar-usermenu .nav-second-level li a {
  padding: 7px 10px 22px 67px !important;
}
.navbar-usermenu .nav-second-level li a i {
  left: 34px !important;
  font-size: 14px !important;
  top: -7px !important;
}
.navbar-usermenu .nav-second-level li.active {
  border: medium none !important;
  background: transparent !important;
}
.navbar-usermenu .nav-third-level li a {
  padding-left: 62px;
}
.navbar-usermenu .nav-second-level li:last-child {
  margin-bottom: 10px;
}
.navbar-usermenu .fixed-nav .slimScrollDiv #side-menu {
  padding-bottom: 60px;
}
.pace-done .navbar-static-side,
.pace-done .nav-header,
.pace-done li.active,
.pace-done #page-wrapper,
.pace-done .footer {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.nav.nav-second-level.collapse[style] {
  height: auto !important;
}
* {
  -webkit-tap-highlight-color: rgba(255,255,255,0);
  -webkit-tap-highlight-color: transparent;
}
*:focus {
  outline: 0;
}
.actions > li {
  display: inline-block;
  vertical-align: baseline;
}
.actions > li > a {
  color: #adadad;
  display: inline-block;
  height: 30px;
  line-height: 29px;
  position: relative;
  text-align: center;
  width: 30px;
  margin: 0 3px;
}
.actions > li > a:before {
  backface-visibility: hidden;
  background-color: rgba(0,0,0,0.1);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale3d(0,0,0);
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  width: 100%;
  z-index: 0;
}
.actions > li > a:hover {
  color: #000;
}
.actions > li > a:hover:before {
  transform: scale3d(1,1,1);
  opacity: 1;
}
.actions > li.open > a {
  color: #000;
}
.actions > li.open > a:before {
  transform: scale(1);
  opacity: 1;
}
.actions > li.open > .dropdown-menu {
  left: auto;
  right: 0;
}
.switch .onoffswitch {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  position: relative;
  width: 54px;
}
.switch .onoffswitch .onoffswitch-checkbox {
  display: none;
}
.switch .onoffswitch .onoffswitch-label {
  border: 2px solid #006b2e;
  border-radius: 3px;
  cursor: pointer;
  display: block;
  overflow: hidden;
  line-height: 16px;
}
.switch .onoffswitch .onoffswitch-inner {
  width: 200%;
  margin-left: -100%;
  -webkit-transition: margin 0.3s ease-in 0s;
  -moz-transition: margin 0.3s ease-in 0s;
  -o-transition: margin 0.3s ease-in 0s;
  transition: margin 0.3s ease-in 0s;
}
.switch .onoffswitch .onoffswitch-inner:before,
.switch .onoffswitch .onoffswitch-inner:after {
  float: left;
  width: 50%;
  height: 17px;
  padding: 0;
  line-height: 17px;
  font-size: 10px;
  color: white;
  font-family: Trebuchet, Arial, sans-serif;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.switch .onoffswitch .onoffswitch-inner:before {
  content: "ON";
  padding-left: 7px;
  background-color: #006b2e;
  color: #FFFFFF;
}
.switch .onoffswitch .onoffswitch-inner:after {
  content: "OFF";
  padding-right: 2px;
  background-color: #FFFFFF;
  color: #999999;
  text-align: right;
}
.switch .onoffswitch .onoffswitch-switch {
  width: 24px;
  margin: 0px;
  background: #FFFFFF;
  border: 2px solid #006b2e;
  border-radius: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 44px;
  -webkit-transition: all 0.3s ease-in 0s;
  -moz-transition: all 0.3s ease-in 0s;
  -o-transition: all 0.3s ease-in 0s;
  transition: all 0.3s ease-in 0s;
}
.switch .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
  margin-left: 0;
}
.switch .onoffswitch .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
  right: 0px;
}
.toggle-switch {
  display: inline-block;
  vertical-align: top;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}
.toggle-switch .ts-label {
  display: inline-block;
  margin: 0 20px 0 0;
  -webkit-transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: color 0.56s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  vertical-align: top;
}
.toggle-switch input {
  cursor: pointer;
  height: 24px;
  margin: 0 0 0 -4px;
  opacity: 0;
  position: absolute;
  width: 46px;
  z-index: 1;
}
.toggle-switch .ts-helper {
  background: rgba(0,0,0,0.26) none repeat scroll 0 0;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  cursor: pointer;
  display: inline-block;
  height: 16px;
  position: relative;
  -webkit-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -moz-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  -o-transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  transition: background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;
  vertical-align: middle;
  width: 40px;
  padding: 0;
}
.toggle-switch .ts-helper:before {
  background: #fafafa none repeat scroll 0 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  -moz-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.28);
  content: "";
  height: 24px;
  left: -4px;
  position: absolute;
  top: -4px;
  -webkit-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;;
  -moz-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;;
  -o-transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;;
  transition: left 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, background 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s, box-shadow 0.28s cubic-bezier(0.4, 0, 0.2, 1) 0s;;
  width: 24px;
}
.toggle-switch input:checked:not(:disabled) + .ts-helper {
  background: rgba(47,124,95,0.5) none repeat scroll 0 0;
}
.toggle-switch input:checked + .ts-helper::before {
  left: 20px;
}
.toggle-switch input:checked:not(:disabled) + .ts-helper::before {
  background: #006b2e none repeat scroll 0 0;
}
.btn-wrapper .toggle-switch .ts-label {
  margin: 0 10px 0 5px;
  font-size: 10px;
  line-height: 12px;
  vertical-align: middle;
}
.btn-wrapper .toggle-switch .ts-helper {
  width: 30px;
  height: 11px;
  margin: 0 5px 0 0;
}
.btn-wrapper .toggle-switch .ts-helper:before {
  height: 18px;
  width: 18px;
}
.btn-wrapper .toggle-switch input:checked + .ts-helper::before {
  left: 14px;
}
.dropdown-menu {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
}
.dropdown-menu li a,
.dropdown-menu .dropdown-menu-outer a {
  padding: 10px 20px;
  font-size: 14px;
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  text-decoration: none;
}
.dropdown-menu li.divider,
.dropdown-menu .dropdown-menu-outer.divider {
  margin: 2px 0;
}
.dropdown-menu .ex-dropdown-menu {
  padding: 5px 0;
  margin: 2px 0 0;
}
.dropdown-menu .ex-dropdown-menu > li {
  list-style: none;
}
.dropdown-menu .ex-dropdown-menu > li > a,
.dropdown-menu .dropdown-menu-outer > a {
  display: block;
  clear: both;
  font-weight: normal;
  line-height: 20px;
  color: #333;
  white-space: nowrap;
}
.progress.progress-mini {
  height: 6px;
  margin-bottom: 0;
}
.ibox {
  position: relative;
  -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.2), 0 1px 5px 0 rgba(0, 0, 0, 0.12);
  clear: both;
  margin-top: 0;
  padding: 0;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
}
.ibox .ibox-action {
  position: absolute;
  right: 2px;
  top: 7px;
}
.ibox.ibox-meet {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.ibox.ibox-meet .ibox-action {
  right: 7px;
}
.ibox:hover .ibox-content {
  -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
  -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
  box-shadow: 0 3px 7px 0 #a8a8a8;
}
.ibox .ibox-table-title {
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 2px 0 0;
  color: inherit;
  margin-bottom: 0;
  padding: 15px 15px 7px;
}
.ibox .ibox-table-title h5 {
  display: inline-block;
  float: left;
  font-size: 14px;
  margin: 0 0 7px;
  padding: 0;
  text-overflow: ellipsis;
}
.ibox .ibox-tools {
  display: block;
  float: none;
  margin-top: 0;
  padding: 0;
  position: relative;
  text-align: right;
}
.ibox .ibox-content {
  background-color: #ffffff;
  border-color: #e7eaec;
  border-image: none;
  border-style: solid solid none;
  border-width: 1px 0;
  color: inherit;
  padding: 14px 14px 20px;
  position: relative;
}
.ibox .ibox-content .ibox-title {
  color: #006b2e;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 8px;
  height: 35px;
  width: 96%;
  display: block;
  text-align: left;
}
.ibox .ibox-content .ibox-image {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #ddd;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  height: 154px;
  -webkit-transition: all 200ms ease 0s;
  -moz-transition: all 200ms ease 0s;
  -o-transition: all 200ms ease 0s;
  transition: all 200ms ease 0s;
/*  max-width: 240px; */
  width: 100%;
  position: relative;
}
.ibox .ibox-content .ibox-desc {
  font-size: 14px;
  line-height: 14px;
  display: block;
  text-align: left;
  width: 100%;
  height: 60px;
  margin: 10px 0;
}
.ibox .ibox-content .project-list table tr td {
  padding: 15px 10px;
  vertical-align: middle;
}
.ibox .ibox-content .project-list .project-actions {
  text-align: right;
  vertical-align: middle;
}
.ibox .ibox-content .project-list select {
  width: 160px;
}
.ibox .ibox-content .ibox-footer {
  border-top: 1px solid #e3e3e3;
  display: block;
  text-align: left;
}
.ibox .ibox-content .ibox-footer .ibox-f-title {
  display: block;
  text-align: left;
  width: 100%;
  height: 35px;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  padding: 10px 0;
}
.ibox .ibox-content .ibox-footer .ibox-f-body {
  margin: 0;
}
.ibox .ibox-content .ibox-footer .ibox-f-body .ibox-f-image {
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border: 1px solid #f1f1f1;
  display: inline;
  float: left;
  height: 62px;
  transition: all 200ms ease 0s;
  width: 80px;
}
.ibox .ibox-content .ibox-footer .ibox-f-body .ibox-f-right {
  font-size: 11px;
  line-height: 18px;
  margin: 0;
}
.ibox .ibox-content .ibox-footer .ibox-f-body .ibox-f-right i {
  color: #7f7f7f;
  float: left;
  font-size: 18px;
  padding: 0 5px 10px 0;
}
.ibox:after,
.ibox:before {
  display: table;
}
.ibox .agile-list {
  list-style: outside none none;
  margin: 0;
}
.ibox .agile-list li {
  background: #fafafb none repeat scroll 0 0;
  border: 1px solid #e7eaec;
  border-radius: 2px;
  margin: 0 0 10px;
  padding: 10px;
  cursor: pointer;
}
.ibox .agile-list li:hover {
  background-color: #eee;
}
.ibox .agile-list li.success-element {
  border-left: 3px solid #1ab394;
}
.ibox .agile-list li.warning-element {
  border-left: 3px solid #f8ac59;
}
.ibox .agile-list li.info-element {
  border-left: 3px solid #1c84c6;
}
.ibox .sortable-list {
  padding: 10px 0;
}
.widgets .widget.green,
.material-color.green,
.md-btn.green {
  background-color: #006b2e;
}
.widgets .widget.green-200,
.material-color.green-200,
.md-btn.green-200 {
  background-color: #a5d6a7;
  color: inherit;
}
.widgets .widget.green-600,
.material-color.green-600,
.md-btn.green-600 {
  background-color: #43a047;
}
.widgets .widget.green-500,
.material-color.green-500,
.md-btn.green-500 {
  background-color: #4caf50;
  color: inherit;
}
.widgets .widget.green-400,
.material-color.green-400,
.md-btn.green-400 {
  background-color: #66bb6a;
  color: inherit;
}
.widgets .widget.green-300,
.material-color.green-300,
.md-btn.green-300 {
  background-color: #81c784;
  color: inherit;
}
.widgets .widget.green-A100,
.material-color.green-A100,
.md-btn.green-A100 {
  background-color: #b9f6ca;
  color: inherit;
}
.widgets .widget.green-A200,
.material-color.green-A200,
.md-btn.green-A200 {
  background-color: #69f0ae;
  color: inherit;
}
.widgets .widget.brown-50,
.material-color.brown-50,
.md-btn.brown-50 {
  background-color: #efebe9;
  color: inherit;
}
.widgets .widget.indigo-50,
.material-color.indigo-50,
.md-btn.indigo-50 {
  background-color: #e8eaf6;
  color: inherit;
}
.widgets .widget.indigo-100,
.material-color.indigo-100,
.md-btn.indigo-100 {
  background-color: #c5cae9;
  color: inherit;
}
.widgets .widget.red-100,
.material-color.red-100,
.md-btn.red-100 {
  background-color: #ffcdd2;
  color: inherit;
}
.widgets .widget.lime-100,
.material-color.lime-100,
.md-btn.lime-100 {
  background-color: #f0f4c3;
  color: inherit;
}
.widgets .widget.indigo-deep,
.material-color.indigo-deep,
.md-btn.indigo-deep {
  background-color: #083761;
  color: #fff;
}
.widgets .widget.gray-400,
.widgets .widget.grey-400,
.material-color.gray-400,
.material-color.grey-400,
.md-btn.gray-400,
.md-btn.grey-400 {
  background-color: #bdbdbd;
  color: inherit;
}
.widgets .widget.gray-300,
.widgets .widget.grey-300,
.material-color.gray-300,
.material-color.grey-300,
.md-btn.gray-300,
.md-btn.grey-300 {
  background-color: #e0e0e0;
  color: inherit;
}
.widgets .widget.gray-200,
.widgets .widget.grey-200,
.material-color.gray-200,
.material-color.grey-200,
.md-btn.gray-200,
.md-btn.grey-200 {
  background-color: #eeeeee;
  color: inherit;
}
.widgets .widget.gray-100,
.widgets .widget.grey-100,
.material-color.gray-100,
.material-color.grey-100,
.md-btn.gray-100,
.md-btn.grey-100 {
  background-color: #f5f5f5;
  color: inherit;
}
.widgets .widget.gray-50,
.widgets .widget.grey-50,
.material-color.gray-50,
.material-color.grey-50,
.md-btn.gray-50,
.md-btn.grey-50 {
  background-color: #fafafa;
  color: inherit;
}
.widgets .widget.blue-50,
.material-color.blue-50,
.md-btn.blue-50 {
  background-color: #e3f2fd;
  color: inherit;
}
.widgets .widget.blue-grey-600,
.material-color.blue-grey-600,
.md-btn.blue-grey-600 {
  background-color: #546e7a;
}
.widgets .widget.blue-grey-500,
.material-color.blue-grey-500,
.md-btn.blue-grey-500 {
  background-color: #607d8b;
}
.widgets .widget.blue-grey-400,
.material-color.blue-grey-400,
.md-btn.blue-grey-400 {
  background-color: #78909c;
}
.widgets .widget.blue-grey-300,
.material-color.blue-grey-300,
.md-btn.blue-grey-300 {
  background-color: #90a4ae;
  color: inherit;
}
.widgets .widget.blue-grey-200,
.material-color.blue-grey-200,
.md-btn.blue-grey-200 {
  background-color: #b0bec5;
  color: inherit;
}
.widgets .widget.blue-grey-deep,
.material-color.blue-grey-deep,
.md-btn.blue-grey-deep {
  background-color: #546e7a;
  color: #fff;
}
.widgets .widget.orange,
.material-color.orange,
.md-btn.orange {
  background-color: #f26300;
}
.widgets .widget.orange-600,
.material-color.orange-600,
.md-btn.orange-600 {
  background-color: #fb8c00;
  color: inherit;
}
.widgets .widget.orange-500,
.material-color.orange-500,
.md-btn.orange-500 {
  background-color: #ff9800;
  color: inherit;
}
.widgets .widget.orange-400,
.material-color.orange-400,
.md-btn.orange-400 {
  background-color: #ffa726;
  color: inherit;
}
.widgets .widget.orange-300,
.material-color.orange-300,
.md-btn.orange-300 {
  background-color: #ffb74d;
  color: inherit;
}
.widgets .widget.orange-200,
.material-color.orange-200,
.md-btn.orange-200 {
  background-color: #ffcc80;
  color: inherit;
}
.widgets .widget.cyan-500,
.material-color.cyan-500,
.md-btn.cyan-500 {
  background-color: #00bcd4;
  color: inherit;
}
.widgets .widget.cyan-400,
.material-color.cyan-400,
.md-btn.cyan-400 {
  background-color: #26c6da;
  color: inherit;
}
.widgets .widget.cyan-300,
.material-color.cyan-300,
.md-btn.cyan-300 {
  background-color: #4dd0e1;
  color: inherit;
}
.widgets .widget.cyan-200,
.material-color.cyan-200,
.md-btn.cyan-200 {
  background-color: #80deea;
  color: inherit;
}
.widgets .widget.cyan-100,
.material-color.cyan-100,
.md-btn.cyan-100 {
  background-color: #b2ebf2;
  color: inherit;
}
.widgets .widget.cyan-50,
.material-color.cyan-50,
.md-btn.cyan-50 {
  background-color: #e0f7fa;
  color: inherit;
}
.widgets .widget.deep-orange-900,
.material-color.deep-orange-900,
.md-btn.deep-orange-900 {
  background-color: #bf360c;
}
.widgets .widget.deep-orange-800,
.material-color.deep-orange-800,
.md-btn.deep-orange-800 {
  background-color: #d84315;
}
.widgets .widget.deep-orange-700,
.material-color.deep-orange-700,
.md-btn.deep-orange-700 {
  background-color: #e64a19;
}
.widgets .widget.deep-orange-600,
.material-color.deep-orange-600,
.md-btn.deep-orange-600 {
  background-color: #f4511e;
}
.widgets .widget.deep-orange-500,
.material-color.deep-orange-500,
.md-btn.deep-orange-500 {
  background-color: #ff5722;
}
.widgets .widget.deep-orange-400,
.material-color.deep-orange-400,
.md-btn.deep-orange-400 {
  background-color: #ff7043;
  color: inherit;
}
.widgets .widget.deep-orange-300,
.material-color.deep-orange-300,
.md-btn.deep-orange-300 {
  background-color: #ff8a65;
  color: inherit;
}
.widgets .widget.deep-orange-200,
.material-color.deep-orange-200,
.md-btn.deep-orange-200 {
  background-color: #ffab91;
  color: inherit;
}
.widgets .widget.deep-orange-100,
.material-color.deep-orange-100,
.md-btn.deep-orange-100 {
  background-color: #ffccbc;
  color: inherit;
}
.widgets .widget.deep-orange-50,
.material-color.deep-orange-50,
.md-btn.deep-orange-50 {
  background-color: #fbe9e7;
  color: inherit;
}
.widgets .widget.deep-orange-50 a,
.material-color.deep-orange-50 a,
.md-btn.deep-orange-50 a {
  color: inherit !important;
}
.widgets .widget.deep-orange-50 a:hover,
.material-color.deep-orange-50 a:hover,
.md-btn.deep-orange-50 a:hover {
  color: #a64400 !important;
}
.widgets .widget[class*="yellow"],
.material-color[class*="yellow"],
.md-btn[class*="yellow"] {
  color: inherit;
}
.widgets .widget.yellow-900,
.material-color.yellow-900,
.md-btn.yellow-900 {
  background-color: #f57f17;
}
.widgets .widget.yellow-800,
.material-color.yellow-800,
.md-btn.yellow-800 {
  background-color: #f9a825;
}
.widgets .widget.yellow-700,
.material-color.yellow-700,
.md-btn.yellow-700 {
  background-color: #fbc02d;
}
.widgets .widget.yellow-600,
.material-color.yellow-600,
.md-btn.yellow-600 {
  background-color: #fdd835;
}
.widgets .widget.yellow-500,
.material-color.yellow-500,
.md-btn.yellow-500 {
  background-color: #ffeb3b;
}
.widgets .widget.yellow-400,
.material-color.yellow-400,
.md-btn.yellow-400 {
  background-color: #ffee58;
}
.widgets .widget.yellow-300,
.material-color.yellow-300,
.md-btn.yellow-300 {
  background-color: #fff176;
}
.widgets .widget.yellow-200,
.material-color.yellow-200,
.md-btn.yellow-200 {
  background-color: #fff59d;
}
.widgets .widget.yellow-100,
.material-color.yellow-100,
.md-btn.yellow-100 {
  background-color: #fff9c4;
}
.widgets .widget.yellow-50,
.material-color.yellow-50,
.md-btn.yellow-50 {
  background-color: #fffde7;
}
.widgets .widget[class*="amber"],
.material-color[class*="amber"],
.md-btn[class*="amber"] {
  color: inherit;
}
.widgets .widget.amber-900,
.material-color.amber-900,
.md-btn.amber-900 {
  background-color: #ff6f00;
}
.widgets .widget.amber-800,
.material-color.amber-800,
.md-btn.amber-800 {
  background-color: #ff8f00;
}
.widgets .widget.amber-700,
.material-color.amber-700,
.md-btn.amber-700 {
  background-color: #ffa000;
}
.widgets .widget.amber-600,
.material-color.amber-600,
.md-btn.amber-600 {
  background-color: #ffb300;
}
.widgets .widget.amber-500,
.material-color.amber-500,
.md-btn.amber-500 {
  background-color: #ffc107;
}
.widgets .widget.amber-400,
.material-color.amber-400,
.md-btn.amber-400 {
  background-color: #ffca28;
}
.widgets .widget.amber-300,
.material-color.amber-300,
.md-btn.amber-300 {
  background-color: #ffd54f;
}
.widgets .widget.amber-200,
.material-color.amber-200,
.md-btn.amber-200 {
  background-color: #ffe082;
}
.widgets .widget.amber-100,
.material-color.amber-100,
.md-btn.amber-100 {
  background-color: #ffecb3;
}
.widgets .widget.amber-50,
.material-color.amber-50,
.md-btn.amber-50 {
  background-color: #fff8e1;
}
.widgets .widget[class*="light-green"],
.material-color[class*="light-green"],
.md-btn[class*="light-green"] {
  color: inherit;
}
.widgets .widget.light-green-900,
.material-color.light-green-900,
.md-btn.light-green-900 {
  background-color: #33691e;
  color: #fff;
}
.widgets .widget.light-green-800,
.material-color.light-green-800,
.md-btn.light-green-800 {
  background-color: #558b2f;
  color: #fff;
}
.widgets .widget.light-green-700,
.material-color.light-green-700,
.md-btn.light-green-700 {
  background-color: #689f38;
  color: #fff;
}
.widgets .widget.light-green-600,
.material-color.light-green-600,
.md-btn.light-green-600 {
  background-color: #7cb342;
}
.widgets .widget.light-green-500,
.material-color.light-green-500,
.md-btn.light-green-500 {
  background-color: #8bc34a;
}
.widgets .widget.light-green-400,
.material-color.light-green-400,
.md-btn.light-green-400 {
  background-color: #9ccc65;
}
.widgets .widget.light-green-300,
.material-color.light-green-300,
.md-btn.light-green-300 {
  background-color: #aed581;
}
.widgets .widget.light-green-200,
.material-color.light-green-200,
.md-btn.light-green-200 {
  background-color: #c5e1a5;
}
.widgets .widget.light-green-100,
.material-color.light-green-100,
.md-btn.light-green-100 {
  background-color: #dcedc8;
}
.widgets .widget.light-green-50,
.material-color.light-green-50,
.md-btn.light-green-50 {
  background-color: #f1f8e9;
}
.widgets .widget[class*="lime"],
.material-color[class*="lime"],
.md-btn[class*="lime"] {
  color: inherit;
}
.widgets .widget.lime-900,
.material-color.lime-900,
.md-btn.lime-900 {
  background-color: #827717;
  color: #fff;
}
.widgets .widget.lime-800,
.material-color.lime-800,
.md-btn.lime-800 {
  background-color: #9e9d24;
}
.widgets .widget.lime-700,
.material-color.lime-700,
.md-btn.lime-700 {
  background-color: #afb42b;
}
.widgets .widget.lime-600,
.material-color.lime-600,
.md-btn.lime-600 {
  background-color: #c0ca33;
}
.widgets .widget.lime-500,
.material-color.lime-500,
.md-btn.lime-500 {
  background-color: #cddc39;
}
.widgets .widget.lime-400,
.material-color.lime-400,
.md-btn.lime-400 {
  background-color: #d4e157;
}
.widgets .widget.lime-300,
.material-color.lime-300,
.md-btn.lime-300 {
  background-color: #dce775;
}
.widgets .widget.lime-200,
.material-color.lime-200,
.md-btn.lime-200 {
  background-color: #e6ee9c;
}
.widgets .widget.lime-100,
.material-color.lime-100,
.md-btn.lime-100 {
  background-color: #f0f4c3;
}
.widgets .widget.lime-50,
.material-color.lime-50,
.md-btn.lime-50 {
  background-color: #f9fbe7;
}
.widgets .widget.teal-900,
.material-color.teal-900,
.md-btn.teal-900 {
  background-color: #004d40;
  color: #fff;
}
.widgets .widget.teal-800,
.material-color.teal-800,
.md-btn.teal-800 {
  background-color: #00695c;
  color: #fff;
}
.widgets .widget.teal-700,
.material-color.teal-700,
.md-btn.teal-700 {
  background-color: #00796b;
  color: #fff;
}
.widgets .widget.teal-600,
.material-color.teal-600,
.md-btn.teal-600 {
  background-color: #00897b;
  color: #fff;
}
.widgets .widget.teal-500,
.material-color.teal-500,
.md-btn.teal-500 {
  background-color: #009688;
  color: #fff;
}
.widgets .widget.teal-400,
.material-color.teal-400,
.md-btn.teal-400 {
  background-color: #26a69a;
  color: inherit;
}
.widgets .widget.teal-300,
.material-color.teal-300,
.md-btn.teal-300 {
  background-color: #4db6ac;
  color: inherit;
}
.widgets .widget.teal-200,
.material-color.teal-200,
.md-btn.teal-200 {
  background-color: #80cbc4;
  color: inherit;
}
.widgets .widget.teal-100,
.material-color.teal-100,
.md-btn.teal-100 {
  background-color: #b2dfdb;
  color: inherit;
}
.widgets .widget.teal-50,
.material-color.teal-50,
.md-btn.teal-50 {
  background-color: #e0f2f1;
  color: inherit;
}
.widgets .widget.deep-teal,
.material-color.deep-teal,
.md-btn.deep-teal {
  background-color: #1ab394;
  color: #fff;
}
.navbar-material {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
  box-shadow: 0 2px 5px 0 rgba(0,0,0,.16),0 2px 10px 0 rgba(0,0,0,.12);
  display: flex;
  position: relative;
  padding: .5rem 1rem;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
}
.navbar-material .navbar-brand {
  display: inline-block;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  align-self: flex-start;
  overflow: visible;
}
.navbar-material .navbar-collapse {
  display: flex;
  width: 100%;
}
.navbar-material .navbar-collapse .navbar-date {
  display: flex;
  flex-direction: row;
  margin-left: 50px;
}
.navbar-material .navbar-collapse .navbar-nav {
  list-style: none;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  flex-direction: row;
  margin-left: auto !important;
}
.navbar-material .navbar-collapse .navbar-nav li {
  list-style: none;
}
.navbar-material .navbar-collapse .navbar-nav li .nav-link {
  color: #fff;
  padding-right: .5rem;
  padding-left: .5rem;
  display: block;
  position: relative;
  cursor: pointer;
  overflow: hidden;
  z-index: 1;
}
.navbar-material .navbar-collapse .navbar-nav li .nav-link:hover {
  color: rgba(255,255,255,0.75);
}
.md-btn {
  font-weight: 400;
  display: inline-block;
  line-height: 1.25;
  text-align: center;
  vertical-align: middle;
  -webkit-transition: .2s ease-out;
  -moz-transition: .2s ease-out;
  -o-transition: .2s ease-out;
  transition: .2s ease-out;
  text-transform: uppercase;
  border-radius: 2px;
  border: 0;
  color: #fff;
  background-image: none;
  white-space: normal !important;
  word-wrap: break-word;
  font-family: sans-serif;
  font-size: .8rem !important;
  padding: .85rem 2.13rem !important;
}
.md-btn.md-btn-sm {
  font-size: .6rem !important;
  padding: 7px 16px !important;
}
.md-btn:hover {
  -webkit-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  -moz-box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
  box-shadow: 0 5px 11px 0 rgba(0,0,0,.18),0 4px 15px 0 rgba(0,0,0,.15);
}
.mdlist {
  margin: 0;
  list-style: none;
  max-height: 500px;
  display: block;
  overflow: hidden;
}
.mdlist > li {
  border-bottom: 1px solid rgba(0,0,0,0.08);
  padding: 10px;
}
.mdlist > li .mdautor {
  font-size: 14px;
}
.mdlist > li .mdlist-item {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: 0 16px;
  height: auto;
  min-height: 68px;
}
.mdlist > li .mdlist-item .mdlist-item-text {
  flex: 1 1 auto;
  margin: auto;
  text-overflow: ellipsis;
  overflow: hidden;
}
.mdlist > li .mdlist-item .mdlist-item-text h4 {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: .010em;
  margin: 0;
  line-height: 1.2em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 30vw;
}
.mdlist > li .mdlist-item .mdlist-item-text p {
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: .010em;
  margin: 0;
  line-height: 1.6em;
  color: rgba(0,0,0,0.54);
}
.mdlist > li .mdlist-item .mdlist-item-date {
  display: flex;
  align-items: flex-end;
  align-content: flex-end;
  max-width: 70px;
}
.mdlist .mdlist-com {
  padding: 10px 20px;
  display: flex;
  align-items: center;
  width: 100%;
}
.mdlist .mdlist-com .mdlist-icon {
  font-size: 20px;
  color: #bdbdbd;
  margin-right: 10px;
}
.mdlist .mdlist-com .mdlist-com-inner {
  border: 1px solid #ccc;
  -webkit-box-shadow: 1px 2px 2px rgba(0,0,0,0.075) inset, -1px 0px 0px rgba(0,0,0,0.075) inset;
  -moz-box-shadow: 1px 2px 2px rgba(0,0,0,0.075) inset, -1px 0px 0px rgba(0,0,0,0.075) inset;
  box-shadow: 1px 2px 2px rgba(0,0,0,0.075) inset, -1px 0px 0px rgba(0,0,0,0.075) inset;
  border-radius: 4px;
  padding: 10px;
  background-color: #fafafa;
  width: 100%;
  word-break: break-all;
}
.mdlist .mdlist-file {
  margin-top: 10px;
}
.mdlist .mdlist-file .mdlist-file-in {
  padding: 10px 0;
  word-break: break-all;
  align-items: center;
}
.mdlist .mdlist-file .mdlist-file-in a.btn {
  text-decoration: none;
  color: #fff;
}
.white-fg {
  color: #FFF !important;
}
.teal-bg {
  background-color: #009688 !important;
}
.blue-grey-bg {
  background-color: #607D8B !important;
}
.indigo-bg {
  background-color: #3F51B5 !important;
}
.flex-card a {
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  flex-basis: 400px;
  -webkit-flex-basis: 400px;
  -ms-flex-preferred-size: 400px;
  display: flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  background: #ffffff;
  margin: .5rem;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
  -webkit-box-shadow: 0 2px 10px rgba(0,0,0,0.19), 0 1px 3px rgba(0,0,0,0.23);
  -moz-box-shadow: 0 2px 10px rgba(0,0,0,0.19), 0 1px 3px rgba(0,0,0,0.23);
  box-shadow: 0 2px 10px rgba(0,0,0,0.19), 0 1px 3px rgba(0,0,0,0.23);
}
.flex-card a > div {
  flex-basis: 100%;
  -webkit-flex-basis: 100%;
  -ms-flex-preferred-size: 100%;
}
.flex-card a .hero {
  position: relative;
  color: #ffffff;
  background-size: cover;
  background-repeat: no-repeat;
  height: 110px;
  background-position: 50% 0;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.flex-card a .hero .overlay {
  background: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 110px;
  opacity: 1;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.flex-card a .hero .fl_icons {
  position: absolute;
  color: #fff;
  font-size: 20px;
  top: 10px;
  left: 10px;
}
.flex-card a .hero .fl_period {
  position: absolute;
  color: #fff;
  font-size: 26px;
  line-height: 26px;
  top: 30%;
  text-align: center;
  width: 100%;
  font-weight: bold;
  opacity: 1;
}
.flex-card a .hero.noimage {
  background-color: #f7f7f7;
  height: 110px !important;
}
.flex-card a .hero.noimage .fl_icons {
  color: #333;
}
.flex-card a .hero.noimage .fl_period {
  color: #333;
  opacity: 1 !important;
}
.flex-card a .content {
  color: #555;
  padding: 1rem;
  display: flex;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.flex-card a .content .fl_image {
  padding-right: 20px;
  padding-top: 1rem;
}
.flex-card a .content .fl_desc .fl_desc_in {
  max-height: 80px;
  overflow: hidden;
  -webkit-transition: all 250ms;
  -moz-transition: all 250ms;
  -o-transition: all 250ms;
  transition: all 250ms;
}
.flex-card a .content .fl_desc h3 {
  font-size: 30px;
  line-height: 30px;
}
.flex-card a .footer {
  color: #7f7f7f;
  padding: 1rem;
  border-top: 1px solid #eee;
  align-self: flex-end;
  display: flex;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
}
.flex-card a .footer .fl_date {
  flex-basis: 40%;
  -webkit-flex-basis: 40%;
  -ms-flex-preferred-size: 40%;
}
.flex-card a .footer > div {
  display: flex;
  align-items: center;
}
.flex-card a .footer > div i {
  font-size: 1rem;
  padding-right: 5px;
}
.flex-card a:hover .hero {
  height: 257px;
}
.flex-card a:hover .hero .overlay {
  opacity: 0;
  height: 257px;
}
.flex-card a:hover .hero .fl_period {
  opacity: 0;
}
.flex-card a:hover .content .fl_desc_in {
  max-height: 100%;
}
#edform.form-upload td.tdname,
#edformview.form-upload td.tdname {
  word-break: break-all;
}
#edform.form-upload #ed_drop,
#edformview.form-upload #ed_drop {
  background: rgba(0,0,0,0.03) none repeat scroll 0 0;
  border: 1px dashed rgba(0,0,0,0.3);
  border-radius: 3px;
  color: #7f858a;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 30px;
  padding: 30px 50px 20px;
  text-align: center;
  cursor: pointer;
}
#edform.form-upload #ed_drop.dragover,
#edformview.form-upload #ed_drop.dragover {
  border-color: #f26300;
}
#edform.form-upload #ed_drop span,
#edformview.form-upload #ed_drop span {
  display: block;
  font-size: 14px;
}
#edform.form-upload #ed_upl,
#edformview.form-upload #ed_upl {
  display: none;
}
.b_fileinput_rem {
  display: inline;
  margin-left: 10px;
  cursor: pointer;
  color: #9d261d;
  font-size: 18px;
}
.b_fileinput_rem:hover {
  color: #f26300;
}
.databox {
  background-color: #ffffff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 40px;
  position: relative;
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05);
  border: 1px solid #dddddd;
  clear: both;
}
.databox .databox-head {
  background: #f8f8f8 none repeat scroll 0 0;
  border-bottom: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 20px;
  width: 100%;
}
.databox .databox-head .databox-image {
  float: left;
  margin-right: 20px;
  border: 1px solid #ddd;
}
.databox .databox-head .databox-subtitle {
  font-size: 16px;
}
.databox .databox-head .databox-button {
  position: absolute;
  right: 20px;
  top: 20px;
}
.databox .databox-body {
  clear: both;
  padding: 20px;
}
.databox .databox-footer {
  background: #f8f8f8 none repeat scroll 0 0;
  border-top: 1px solid #eee;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  padding: 20px;
  width: 100%;
}
.wpanel {
  position: relative;
}
.wpanel .wpanel-left {
  font-size: 36px;
  color: #929191;
}
.wpanel .wpanel-left .avatar {
  width: 50px;
}
.wpanel .wpanel-left .logo {
  width: 65px;
  font-size: 14px;
  line-height: 14px;
}
.wpanel .spinner {
  color: #f26300;
}
.widgets {
  display: inline-block;
  width: 100%;
  vertical-align: middle;
}
.widgets [class*="span"] {
  margin-bottom: 5px;
  margin-left: 0;
  margin-right: 11px;
}
.widgets .widget-title {
  background-clip: padding-box;
  background-color: #fff;
  border-radius: 0 2px 2px 0;
  box-shadow: 0 0 3px rgba(0,0,0,0.3);
  color: #646464;
  cursor: default;
  display: inline-block;
  font-size: 12px;
  line-height: 17px;
  margin-bottom: 8px;
  padding: 7px;
  position: relative;
  height: 65px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.widgets .widget-title:before {
  background-color: #006b2e;
  bottom: 0;
  content: "";
  display: block;
  left: -4px;
  max-width: 4px;
  overflow: hidden;
  position: absolute;
  top: 0;
  width: 4px;
}
.widgets .widget {
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 65px;
  cursor: default;
  padding: 0;
  position: relative;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  box-shadow: 0 1px 1px rgba(0,0,0,0.15);
  width: 100%;
  overflow: hidden;
  margin-bottom: 8px;
}
.widgets .widget a {
  color: inherit;
  display: block;
}
.widgets .widget.current {
  -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #555 inset;
  -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #555 inset;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px #555 inset;
}
.widgets .widget.widget-side:before {
  backface-visibility: hidden;
  background: rgba(0,0,0,0.1) none repeat scroll 0 0;
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 500ms ease 0s;
  -moz-transition: width 500ms ease 0s;
  -o-transition: width 500ms ease 0s;
  transition: width 500ms ease 0s;
  width: 65px;
}
.widgets .widget.widget-side:hover:before {
  width: 100%;
}
.widgets .widget.widget-angle .widget-aleft {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  padding: 8px;
}
.widgets .widget.widget-angle .widget-aright {
  display: inline-block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px;
}
.widgets .widget.widget-angle:before {
  backface-visibility: hidden;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  -webkit-transition: width 500ms ease 0s;
  -moz-transition: width 500ms ease 0s;
  -o-transition: width 500ms ease 0s;
  transition: width 500ms ease 0s;
  border-top: 65px solid rgba(0,0,0,0.1);
  border-right: 32px solid transparent;
  height: 0;
  width: calc(50% - 20px);
}
.widgets .widget.widget-angle:hover:before {
  width: 100%;
}
.widgets .widget .widget-left {
  display: inline-block;
  height: 65px;
  margin: 0;
  padding: 8px;
  position: relative;
  text-align: center;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 65px;
}
.widgets .widget .widget-left .widget-left-icon {
  margin-top: 8px;
}
.widgets .widget .widget-left .widget-left-icon .fa-stack3x {
  font-size: 52px;
  line-height: 34px;
}
.widgets .widget .widget-left .widget-left-icon .fa-stack15x {
  left: -4px;
}
.widgets .widget .widget-left .widget-left-icon.large {
  font-size: 34px;
}
.widgets .widget .widget-right {
  display: inline-block;
  height: 65px;
  margin: 0;
  padding: 5px 10px;
  position: relative;
  vertical-align: top;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 69px);
}
.widgets .widget .widget-number {
  display: block;
  font-size: 20px;
  line-height: 26px;
  margin: 2px;
  position: relative;
}
.widgets .widget .widget-number.small {
  font-size: 16px;
}
.widgets .widget .widget-number.green {
  color: #006b2e;
}
.widgets .widget .widget-number.red {
  color: #f44336;
}
.widgets .widget .widget-text {
  display: inline-block;
  font-size: 11px;
  margin: 2px 0;
  position: relative;
  line-height: 12px;
  vertical-align: middle;
}
.noanim .widget-angle:before {
  content: none !important;
}
.nav-t-chart {
  position: relative;
  width: 50px;
  height: 50px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
}
.nav-t-chart canvas {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  -moz-transform: translate(-50%,-50%);
  -ms-transform: translate(-50%,-50%);
  -o-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
}
.percent {
  display: inline-block;
  line-height: 50px;
  z-index: 2;
}
.percent:after {
  content: '%';
  margin-left: 0.1em;
  font-size: .8em;
}
.angular {
  margin-top: 100px;
}
.angular .nav-t-chart {
  margin-top: 0;
}
.nav-t-text {
  line-height: 16px;
  font-size: 13px;
}

.layout {width: 100%;}
.left_sidebar {top: 0;left: 0;vertical-align: top;}
.body-innerwrapper {vertical-align: top;}

.action-icon{ padding:6px;border:1px solid transparent;font-size:1em;line-height:1.5em;text-align:center;color:light-gray}
.action-icon:hover{cursor: pointer;border:1px solid gray; border-radius:4px;background:light-gray;color:gray}


@keyframes glowing {
0% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; }
50% { background-color: #49e819; box-shadow: 0 0 20px #49e819; }
100% { background-color: #2ba805; box-shadow: 0 0 5px #2ba805; }
}
.mm-blink {animation: glowing 1300ms infinite;}

@keyframes flashicon {
0% { color: #FFF;}
50% { color: #fa6b07;}
100% { color: #FFF;}
}
.i-flashicon {animation: flashicon 3000ms infinite;font-size:1.2em}
.SelGroupItem{font-weight:800; text-transform:uppercase}
.SelValueItem{padding-left:15px}
.china_pav{position:absolute;left:-4px;top:-4px;width:45px;height:30px;z-index:2;opacity:0.9}
/* .img-nocolor-bg{  -webkit-filter: grayscale(100%);  -moz-filter: grayscale(100%);  -ms-filter: grayscale(100%);  -o-filter: grayscale(100%);  filter: grayscale(100%);  filter: gray; } */



.sbtn-email{background: url('/images/channels.png') no-repeat 0 0;width: 31px;height: 31px;display:inline-block}
.sbtn-whatsapp {background: url('/images/channels.png') no-repeat -39px 0;width: 31px;height: 31px;display:inline-block}
.sbtn-telegram {background: url('/images/channels.png') no-repeat -79px 0;width: 31px;height: 31px;display:inline-block}
.sbtn-fb {background: url('/images/channels.png') no-repeat -119px 0;width: 31px;height: 31px;display:inline-block}
.sbtn-instagram {background: url('/images/channels.png') no-repeat -159px 0;width: 31px;height: 31px;display:inline-block}
.sbtn-vk {background: url('/images/channels.png') no-repeat -199px 0;width: 31px;height: 31px;display:inline-block}
.sbtn-dzen {background: url('/images/channels.png') no-repeat -279px 0;width: 31px;height: 31px;display:inline-block}
.sbtn-youtube {background: url('/images/channels.png') no-repeat -239px 0;width: 31px;height: 31px;display:inline-block}
.chanels-btn{float:right}

.rubr{display:inline-block;margin:2px 5px; padding:2px 5px;border:1px gray solid; border-radius:5px}
.rubr_name{font-weight:800;border:none}
.rubr_cat{margin:20px 0}
.space_number{display:inline-block;}

embed.present {
    height: 600px;
}

@media screen and (max-width: 992px) {
	embed.present {
		height: 500px;
	}
}
@media screen and (max-width: 768px) {
	embed.present {
		height: 320px;
	}
}
.chzn-container-multi ul.chzn-choices{
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 14px;
  padding: 1.5px 5px;
  background-image: none;
}
.chzn-container-active ul.chzn-choices{
  border-color: rgba(82,168,236,0.8);
  box-shadow: inset 0 1px 1px rgba(0,0,0,0.075),0 0 8px rgba(82,168,236,0.6);
}

/* ++ Roman Стили для медиа менеджера */
#expo_mediam .wrapper-file{
  border: 1px solid #eee;
  transition: all 200ms;
  margin-top: 20px;
}
#expo_mediam .wrapper-file:hover{
  -webkit-box-shadow: 0 3px 7px 0 #a8a8a8;
  -moz-box-shadow: 0 3px 7px 0 #a8a8a8;
  box-shadow: 0 3px 7px 0 #a8a8a8;
}


#expo_mediam .wrapper-file .header-file{
  display: flex;
  justify-content: space-between;
  background: #f8f8f8;
  border-bottom: 1px solid #eee;
  height: 31px;
}
#expo_mediam .wrapper-file .header-file button{
  color: #adadad;
  font-size: 16px;
  padding: 4px 8px;
  margin-right: 2px;
}
#expo_mediam .wrapper-file .header-file .open button, #expo_mediam .wrapper-file .header-file button:hover{
  color: #000;
  background-color: inherit;
  box-shadow: none;
}
#expo_mediam .wrapper-file .header-file button::before{
  backface-visibility: hidden;
  background-color: rgba(0,0,0,0.1);
  border-radius: 50%;
  content: "";
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale3d(0,0,0);
  -webkit-transition: all 250ms ease 0s;
  -moz-transition: all 250ms ease 0s;
  -o-transition: all 250ms ease 0s;
  transition: all 250ms ease 0s;
  width: 100%;
  z-index: 0;
}
#expo_mediam .wrapper-file .header-file button:hover::before, #expo_mediam .wrapper-file .header-file .open button::before {
  transform: scale3d(1,1,1);
  opacity: 1;
}

#expo_mediam .wrapper-file .body-file{
  height: 80px;
  overflow: hidden;
  display:flex;
}
#expo_mediam .wrapper-file .file-icon{
  max-width: 30%;
  padding: 10px 3px 5px 10px;
}
#expo_mediam .wrapper-file .file-icon img{
  opacity:0.75;
  max-height: 50px;
}
#expo_mediam .wrapper-file:hover img{
  opacity:1;
}
#expo_mediam .wrapper-file .files_title{
  max-width: 70%;
  padding: 10px;
}
#expo_mediam .wrapper-file .files_title .file-name{
  color: #000;
  font-size: 13px;
  line-height: 16px;
}
#expo_mediam .wrapper-file .files_title .file-comment{
  color: #676a6c;
  font-size: 12px;
  line-height: 14px;
  padding-top: 3px;
}


#expo_mediam .wrapper-file .footer-file{
  background: #f8f8f8;
  border-top: 1px solid #eee;
  height: 31px;
  text-align: left;
  color: #676a6c;
  font-size: 11px;
  line-height: 14px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 5px;
}
#expo_mediam .wrapper-file .footer-file .time-created{
  cursor: pointer;
}
/* end Стили для медиа менеджера */

/* --------- favorite icon --------- */
.favorite_container{
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  width: 25px;
  min-width: 25px;
  height: 25px;
  min-height: 25px;
  margin: 6px 8px 5px;
  border: 2px solid #444;
  border-radius: 50%;
}
.favorite_container_mini{
  width: 20px;
  min-width: 20px;
  height: 20px;
  min-height: 20px;
}
.favorite_container_mini svg{
  width: 12px;
  height: 12px;
}
.favorite_container svg path{fill:#444;transition: all 0.3s;}

.favorite_container.active{border: 2px solid #fab400;}
.favorite_container.active svg path{fill:#fab400;}

.favorite_container:hover{transform:scale(1.05);}

/* --------- end favorite icon --------- */

/* ++Roman 08.12.2021 Кнопка Дополнительно в администрировании */
.module.mgray .mod-inner > div.madmin ul.madmin-menu ul.adminblock-dop {
  list-style: outside none none;
  margin-left: 0;
  overflow: hidden;
}
.module.mgray .mod-inner > div.madmin ul.madmin-menu ul.adminblock-dop li a{
  padding-left:45px;
}
.module.mgray .mod-inner > div.madmin ul.madmin-menu .nohover-adminblock-dop{
  font-family: "Roboto", sans-serif;
  font-weight: 400;
}
.module.mgray .mod-inner > div.madmin ul.madmin-menu .nohover-adminblock-dop i{
  transition: 1s;
}
.module.mgray .mod-inner > div.madmin ul.madmin-menu .nohover-adminblock-dop.active i{
  transform: rotate(180deg);
}
/* end Кнопка Дополнительно в администрировании */

/* Новости */
#news_list .head-new{
  background: #f5f5f6;
  color: #676a6c;
  cursor: default;
}
#news_list .td-title .angle-more{
  transition: 1s;
}
#news_list .td-title.active .angle-more{
  transform: rotate(180deg);
}
/* end Новости */

/* faq */
#faq_list .td-title .angle-more{
  transition: 1s;
}
#faq_list .td-title.active .angle-more{
  transform: rotate(180deg);
}
/* end faq */


.header-beetwen{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;gap: 20px;}
.header-beetwen a span{display: inline;}

.meta_info {
    color: #9f9f9f;
    font-size: 14px;
}


/* Скрыть виджет тех-поддержки */
#cleversite_clever_button {
	display: none;
}


/* rating */
#rating-flat {
  background: #fff;
  border-radius: 7px;
  padding: 15px;
  margin-top: 15px;
}
#rating-flat h3 {
  font-weight: 500;
  font-size: 30px;
  margin: 10px 0 15px;
}
.rating-company-block {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
  margin-bottom: 20px;
  align-items: stretch;
}
.rating-company {
  display: flex;
  font-size: 40px;
  font-weight: 600;
  border: 3px solid;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  justify-content: center;
  align-items: center;
}
.rating-user-stars {
  display: flex;
  align-items: center;
  padding: 25px 0px;
}
.rating-stars-label {
  font-size: 16px;
  margin: 0;
  padding-bottom: 5px;
  font-weight: 600;
  margin: 0;
  padding: 0;
}
.rating-star {
  cursor: pointer;
}
.rating-star.choisen {
  fill: #ffa70e;
}
.rating-star.active {
  fill: #a86a00;
}
.no-rating {
  font-size: 16px;
  border: 2px solid black;
  border-radius: 50%;
  width: 70px;
  height: 70px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0;
  font-weight: 600;
}
.many-rating__input {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.many-rating__input label {
  font-size: 16px;
  font-weight: 600;
}
.many_rating-input {
  max-width: 50px;
}
.user-grade {
  padding: 0;
  margin: 0;
  font-size: 25px;
  font-weight: 600;
}
.rating-user-stars-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}


/* end rating */

/* avgbanner */

.top-banner {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  position: relative;
  margin-top: 60px;
  margin-bottom: 60px;
}

.top-banner__text_block {
  width: 58%;
}

.top-banner__tittle {
  font-style: normal;
  font-weight: 600;
  font-size: 32px;
  line-height: 38px;
  color: #006B2E;
  font-family: 'Exo 2';
}

.top-banner__subtittle {
  font-family: "Roboto", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 23px;
  margin-top: 30px;
  color: #000000;
}

.top-banner__expodat {
  color:#F76805;
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 30px;
}

.top-banner__images-block {
  width: 42%;
}

.top-banner__image {
  position: relative;
  z-index: 1;
}
  
.top-banner__image--back {
  position: absolute;
  top: 50%;
  left: 85%;
  transform: translate(-50%,-50%);
  z-index: 0;
}

@media screen and (max-width:768px) {
	.top-banner {
		flex-wrap: wrap;
	}
	.top-banner__text_block {
		width: 100%;
		padding: 0 20px;
	}
	.top-banner__images-block {
		width: 70%;
		margin: auto;
		margin-top: 50px;
	}
	.top-banner__image--back {
		top: 77%;
		left: 50%;
	}
}

/* end avgbanner */




@media screen and (min-width:768px) {
	.visible-xs {
		display: none;
	}
}


.container_jobs{
    display: grid;
    grid-template-columns: repeat(auto-fit, 370px);
    align-items: start;
    grid-gap: 10px;
}
.container_jobs .item_job{
    line-height: 1.5;
    padding: 10px;
    border-radius: 7px;
    box-shadow: 0px 2px 7px 0px #0000004D;
}
.container_jobs .title__name{
    font-size: 18px;
    font-weight: 700;
}
.container_jobs .title__sum{
    font-size: 14px;
    font-weight: 700;
}
.container_jobs .job_competencies{
    margin-top: 10px;
}
.container_jobs .job_more button{
    margin-top: 10px;
    width: 100%;
}
.job__wrap_title{
    display: flex;
    align-items: center;
    gap:5px;
}
.job__title{
    flex-grow: 1;
}
.job_fav svg path{stroke:black;fill: transparent;transition: .5s;}
.job_fav.active svg path{stroke:none;fill: #E53523;}

.manager-container {
  display: flex;
  flex-direction: row;
  width: auto;
  height: auto;
  background: #f5f5f5;
  margin: 15px 15px 0;
  border-radius: 5px;
}

.manager-section {
  flex: 7;
  padding: 20px;
  box-sizing: border-box;
}

.manager-image-section {
  flex: 3;
  display: flex;
  align-items: flex-start;
  justify-content: end;
  padding: 0;
  box-sizing: border-box;
}

.manager-image-section.mobile-block {
  align-items: end;
  padding-top: 10px;
  max-width: 200px;
}

.manager-image-section.bage-block {
  padding-bottom: 10px;
}

.manager-section h3 {
  margin: 0 0 5px;
}

.manager-image-section img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  max-height: 180px;
}

@media screen and (max-width:768px)
{
    .container_jobs{
        grid-template-columns: 1fr;
    }
}

@media (max-width: 768px) {
  .manager-container {
    flex-direction: column;
    height: auto;
  }

  .manager-section,
  .manager-image-section {
    flex: none;
    height: 50%;
  }

  .manager-image-section {
    display: none;
  }
}