@charset "utf-8";
.bdb {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
h1,
h2,
h3,
h4,
h5 {
  color: #1b325e;
  font-size: 36px;
  margin-bottom: 40px;
}
html,
body {
  height: 100%;
}
.wrapper {
  height: auto !important;
  min-height: 100% !important;
  height: 100%;
  position: relative;

}
.wrap {
  width: 1000px;
  margin: 0 auto;
}
.header {
  #background: url(/_images/header-bg.png) 0 0 repeat-x #e9f2f9;
  height: 134px;
  border-bottom: 1px solid #8DAFCB;
}
.header .head-top {
  height: 104px;
  padding: 0 12px;
  position: relative;
}
.header .logo {
  margin-top: 27px;
  display: block;
  float: left;
}
.header .head-inf {
  position: absolute;
  right: 12px;
  top: 0;
  color: #1b325e;
  font-size: 12px;
}
.header .head-inf li {
  display: block;
  margin-bottom: 4px;
}
.header .head-inf li:first-child {
  font-size: 14px;
  color: #000;
}
.header .head-inf li:first-child span {
  font-size: 12px;
  color: #1b325e;
}
.header .head-inf li span {
  text-align: right;
  display: inline-block;
  width: 150px;
  margin-right: 5px;
}
.header .log-line {
  padding: 10px 0;
  text-align: right;
}
.header .log-line span {
  font-weight: bold;
  display: inline-block;
  margin-right: 15px;
}
.header .log-line .log-out {
  color: #D96146;
  font-weight: bold;
}
.head-btm {
  border-bottom: 3px solid #8CAFCB;
}
#nav {
  text-align: center;
  font-size: 0;
}
#nav li {
  position:relative;
  display: inline-block;
  border-right: 1px solid #3486AB;
  border-left: 1px solid #6BAAC9;
}
#nav li:first-child {
  border-left: 0;
}
#nav li:last-child {
  border-right: 0;
}
#nav li a {
  border-top: 1px solid #89C5DD;
  border-bottom: 1px solid #296889;
  display: block;
  width: 163px;
  text-decoration: none;
  height: 26px;
  line-height: 26px;
  font-size: 14px;
  color: #fff;
  background: #000000;
  /* Old browsers */
  background: -moz-linear-gradient(top, #000000 0%, #000000 50%, #000000 51%, #7db9e8 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(50%, #000000), color-stop(51%, #000000), color-stop(100%, #7db9e8));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #000000 0%, #000000 50%, #000000 51%, #7db9e8 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #000000 0%, #000000 50%, #000000 51%, #7db9e8 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #000000 0%, #000000 50%, #000000 51%, #7db9e8 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #000000 0%, #000000 50%, #000000 51%, #7db9e8 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#7db9e8', GradientType=0);
  /* IE6-9 */
}
#nav li a:hover {
  border-top-color: #F5B6A7;
  background: #feccb1;
  /* Old browsers */
  background: -moz-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #feccb1), color-stop(50%, #f17432), color-stop(51%, #ea5507), color-stop(100%, #fb955e));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #feccb1 0%, #f17432 50%, #ea5507 51%, #fb955e 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#feccb1', endColorstr='#fb955e', GradientType=0);
  /* IE6-9 */
}
/*--- ÂÛÏÀÄÀÞÙÈÅ ÏÓÍÊÒÛ ---*/
#nav ul {
	list-style: none;
	position: absolute;
	left: -9999px;
	opacity: 0;
	-webkit-transition: 0.25s linear opacity;
	z-index: 9999;
}

#nav ul li {
	padding-top: 0px;
	float: none;
	/*background: url(../_images/dot.gif);*/
}

#nav ul a {
	white-space: nowrap;
	display: block;
}

#nav li:hover ul {
    left: 0;
    opacity: 1;
}

#nav li:hover a {
}

#nav li:hover ul a {
	text-decoration: none;
	-webkit-transition:-webkit-transform 0.075s linear;
}

#nav li:hover ul li a:hover {
}

.content {
  padding: 10px 0 50px 0;
}
.carousel {
  position: relative;
  border-bottom: 1px solid #d1dadf;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.carousel li {
  display: block;
  color: #8C8C8C;
  font-size: 12px;
}
.carousel li a {
  font-size: 14px;
  line-height: 17px;
  color: #1D3261;
  text-decoration: none;
}
.carousel li a:hover {
  text-decoration: underline;
}
.carousel li b {
  display: block;
  margin-bottom: 5px;
}
.carousel li span {
  display: block;
  padding: 0 0 0 35px;
  width: 250px;
}
.carousel .bx-controls-direction a {
  display: block;
  position: absolute;
  top: 30px;
  text-indent: -9999px;
  outline: none;
  width: 5px;
  height: 12px;
}
.carousel .bx-controls-direction .bx-prev {
  left: 5px;
}
.carousel .bx-controls-direction .bx-prev:before {
  right: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-right-color: #B1B1B1;
  border-width: 5px;
  margin-top: -5px;
}
.carousel .bx-controls-direction .bx-prev:hover:before {
  border-right-color: #187DB1;
}
.carousel .bx-controls-direction .bx-next {
  right: 3px;
}
.carousel .bx-controls-direction .bx-next:before {
  left: 0;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #B1B1B1;
  border-width: 5px;
  margin-top: -5px;
}
.carousel .bx-controls-direction .bx-next:hover:before {
  border-left-color: #187DB1;
}
.number {
  list-style: none;
  counter-reset: point;
  padding: 0 0 0 70px;
}
.number li {
  position: relative;
  margin-bottom: 34px;
}
.number li:before {
  content: counter(point) '.';
  counter-increment: point 1;
  font-size: 14px;
  position: absolute;
  left: -50px;
  top: -5px;
  background: url(/_images/bullet.png) 0 0 no-repeat;
  width: 32px;
  height: 36px;
  line-height: 36px;
  color: #3e4142;
  font-weight: bold;
  text-align: center;
}
.dates {
  float: right;
  width: 115px;
  position: relative;
  z-index: 100;
}
.dates-wide {
  position: relative;
  top: 35px;
  width: 235px;
  text-align: right;
}
.dates-wide .date-line {
  float: left;
  margin-left: 10px;
}
.pusher {
  height: 90px;
}
.footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000;
  height: 90px;
  border-top: 1px solid #1B3864;
  color: #E9F2F9;
}
.footer .foot-in {
  padding: 20px 0 0 20px;
  font-size: 14px;
  float: left;
}
.footer .foot-contact{
    float: right;
    padding: 20px 20px 0 0;;
}
.title {
  position: relative;
}
.title h1 {
  margin-bottom: 10px;
  float: left;
}
.title .info {
  position: absolute;
  right: 0;
  top: 5px;
  font-size: 12px;
  color: #717171;
  z-index: 100;
}
ul.tab-links {
  display: block;
  overflow: hidden;
  position: relative;
  top: 7px;
  margin: 0 10px;
  width: 680px;
  font-size: 0;
}
ul.tab-links li {
  display: block;
  float: left;
  font-size: 12px;
  margin-right: 8px;
  margin-bottom: 2px;
}
ul.tab-links li.li-1,
ul.tab-links li.li-2,
ul.tab-links li.li-3 {
  font-size: 14px;
}
ul.tab-links li.li-1 a,
ul.tab-links li.li-2 a,
ul.tab-links li.li-3 a {
  background-color: #2077AD;
  color: #fff;
}
ul.tab-links li.ui-state-active a {
  background-color: #f26c4f;
  color: #fff;
}
ul.tab-links li a {
  display: inline-block;
  height: 16px;
  line-height: 14px;
  background: #e9f2f9;
  color: #717171;
  padding: 0 7px !important;
  text-decoration: none;
}
ul.tab-links li a:hover {
  background-color: #f26c4f;
  color: #fff;
}
ul.tab-links li.clear {
  clear: both;
}
.tabs-wrap .table-box {
  display: none;
}
.table-box {
  padding: 0 !important;
  clear: both;
}
.table-box table {
  width: 100%;
  border-bottom: 1px solid #409bc5;
}
.table-box th {
  border: 1px solid #409bc5;
  vertical-align: middle;
  height: 52px;
  background-color: #e9f2f9;
  text-align: center;
}
.table-box td {
  height: 36px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
}
.table-box td a {
  text-decoration: none;
}
.table-box td a:hover {
  text-decoration: underline;
}
.table-box td a.remove {
  color: #d20000;
}
.table-box td {
  border-left: 1px solid #409bc5;
  border-right: 1px solid #409bc5;
}
.table-box tr:nth-child(odd) td {
  background-color: #f4f7f9;
}
.table-box tr.total td {
  background-color: #e9f2f9;
  border-top: 1px solid #409bc5;
}
.date-line {
  text-align: right;
  font-size: 12px;
  margin-bottom: 2px;
}
.date-line .datepicker {
  width: 86px;
  padding: 2px;
  border: 1px solid #c4cfd5;
  color: #717171;
  font-size: 12px;
  background: url(/_images/opener.gif) right center no-repeat;
}
.ui-datepicker .ui-widget-header {
  background-color: #000000;
  border: 0;
}
.ui-tabs {
  padding: 0;
}
.tabs-header {
  margin: -52px 0 10px 200px;
}
.tabs-wrap-up {
  position: relative;
  top: -25px;
}
.tabs-wrap-up .tabs-header {
  margin: 10px 0 10px 0px;
}
.tabs-wrap-up ul.tab-links li {
  margin-right: 10px;
  margin-bottom: 10px;
}
.ui-datepicker {
  width: 12em;
  background-color: #fff;
  border: 1px solid #409bc5;
}
.ui-datepicker .ui-datepicker-title {
  color: #fff;
}
.ui-datepicker .ui-datepicker-prev {
  background: url(/_images/prev-next.png) right 0 no-repeat !important;
  left: 0 !important;
  top: 8px !important;
}
.ui-datepicker .ui-datepicker-next {
  background: url(/_images/prev-next.png) 0 0 no-repeat !important;
  right: 0 !important;
  top: 8px !important;
}
.ui-datepicker .ui-state-hover {
  background: none;
  border-color: transparent;
}
.ref-link {
  width: 300px;
  padding: 2px 5px;
  font-size: 12px;
  border: 1px solid #8894ab;
  background-color: #f6f6db;
}
.add, .table-box .button{
  display: inline-block;
  width: 160px;
  text-align: center;
  color: #fff;
  height: 25px;
  line-height: 25px;
  font-size: 12px;
  margin-left: 15px;
  margin-top: 12px;
  text-decoration: none;
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, #214265 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(100%, #214265));
  background: -webkit-linear-gradient(top, #000000 0%, #214265 100%);
  background: -o-linear-gradient(top, #000000 0%, #214265 100%);
  background: -ms-linear-gradient(top, #000000 0%, #214265 100%);
  background: linear-gradient(to bottom, #000000 0%, #214265 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#214265', GradientType=0);
}
.add:hover, .table-box .button:hover{
  background: #214265;
  background: -moz-linear-gradient(top, #214265 0%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #214265), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #214265 0%, #000000 100%);
  background: -o-linear-gradient(top, #214265 0%, #000000 100%);
  background: -ms-linear-gradient(top, #214265 0%, #000000 100%);
  background: linear-gradient(to bottom, #214265 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#214265', endColorstr='#000000', GradientType=0);
}

.table-box .button{
    border: 0;
    width: auto;
    padding: 0 10px;
}

.register {
  #background: url(/_images/bg-reg.png) center 0 repeat;
  height: auto !important;
  #min-height: 572px !important;
  #height: 572px;
  padding-bottom: 0;
}
.register .about {
  padding: 50px 0 0 0;
}
.register .about p {
  margin-bottom: 15px;
}
.reg-cols {
  padding: 27px 0 0px 0;
}
.reg-cols .col {
  width: 500px;
  padding: 0 20px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  float: left;
  position: relative;
}
.reg-cols .col:after {
  content: '';
  display: block;
  background: #8DAECB;
  width: 1px;
  height: 400px;
  position: absolute;
  right: -10px;
  top: 0;
}
.reg-cols .col h1 {
  text-align: center;
  font-size: 30px;
}
.reg-cols .col.col-rht {
  float: right;
  width: 470px;
}
.reg-cols .col.col-rht:after {
  display: none;
}
.reg-cols .col.col-rht h1 {
  margin-bottom: 80px;
}
.reg-cols .col.col-rht .form-sub-section {
  margin-top: 0;
}
.reg-cols .form-section {
  margin-bottom: 40px;
}
.reg-cols .form-line {
  margin-bottom: 9px;
}
.reg-cols .form-line label {
  width: 85px;
  padding-right: 13px;
  text-align: right;
  display: block;
  float: left;
  height: 30px;
  line-height: 30px;
}
.reg-cols .form-line .form-txt {
  background: #fbfbf9;
  border: 1px solid #6e6e6e;
  width: 222px;
  font-size: 12px;
  padding: 7px 10px;
}
.reg-cols .form-line .no-rq {
  background-color: #ededec;
}
.form-sub-section {
  margin-left: 98px;
  margin-top: -22px;
  font-size: 12px;
}
.form-sub-section span {
  display: block;
  margin: 12px 0 15px 0;
}
.form-sub {
  border: 1px solid #6178a5;
  background: #000000;
  background: -moz-linear-gradient(top, #000000 0%, #1378ab 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(100%, #1378ab));
  background: -webkit-linear-gradient(top, #000000 0%, #1378ab 100%);
  background: -o-linear-gradient(top, #000000 0%, #1378ab 100%);
  background: -ms-linear-gradient(top, #000000 0%, #1378ab 100%);
  background: linear-gradient(to bottom, #000000 0%, #1378ab 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#1378ab', GradientType=0);
  color: #fff;
  padding: 10px 0;
  font-size: 14px;
  width: 156px;
  display: inline-block;
  text-decoration: none;
}
.form-sub:hover {
  background: #1378ab;
  background: -moz-linear-gradient(top, #1378ab 0%, #000000 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, #1378ab), color-stop(100%, #000000));
  background: -webkit-linear-gradient(top, #1378ab 0%, #000000 100%);
  background: -o-linear-gradient(top, #1378ab 0%, #000000 100%);
  background: -ms-linear-gradient(top, #1378ab 0%, #000000 100%);
  background: linear-gradient(to bottom, #1378ab 0%, #000000 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1378ab', endColorstr='#000000', GradientType=0);
}
.check-set {
  margin-left: 98px;
  margin-top: -25px;
  font-size: 12px;
  margin-bottom: 12px;
}
.check-set label {
  float: none;
  display: inline-block;
}
.under-footer {
  background: url(/_images/und-foot-bg.png) left bottom repeat-x #e9f2f9;
  height: 100%;
  border-top: 1px solid #4d9abf;
}
.under-footer .wrap {
  position: relative;
}
.under-footer .wrap:before {
  content: '';
  height: 2px;
  background-color: #9fbfd4;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.under-footer .about {
  padding: 30px 0 0 20px;
  width: 100%;
}
.under-footer .about p {
  margin-bottom: 15px;
  color: #0d5172;
}
.form-center {
  text-align: center;
  margin-left: 0;
  padding-top: 70px;
}
.form-center i {
  display: block;
  font-size: 14px;
  margin-bottom: 20px;
}
.form-col {
  padding: 28px 0 100px 0;
  width: 500px;
  float: left;
}
.form-col .form-line {
  margin-bottom: 15px;
}
.form-col .form-line label {
  width: 150px;
  float: left;
  padding-right: 13px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  display: block;
  text-align: right;
  height: 30px;
  font-size: 14px;
  line-height: 30px;
}
.form-col .form-line .form-txt {
  background-color: #fbfbf9;
  border: 1px solid #6e6e6e;
  width: 200px;
  font-size: 12px;
  padding: 7px 10px;
}
.form-col .form-line .form-area {
  background-color: #fbfbf9;
  border: 1px solid #6e6e6e;
  padding: 7px 10px;
  width: 200px;
  height: 100px;
}
.form-col .radio-set {
  float: left;
  padding: 7px 0 0 0;
}
.form-col .radio-set label {
  width: auto;
  height: auto;
  line-height: normal;
}
.form-col .radio-set .form-radio {
  float: left;
  display: block;
  margin-right: 5px;
  margin-top: 2px;
}
.form-col .form-sub-section {
  margin: 0 0 0  150px;
}
.form-col .form-sub-section .add {
  margin: 0;
  border: 0;
}
.form-line-second {
  padding-top: 78px;
  position: relative;
}
.form-line-second span {
  display: block;
  font-size: 12px;
  color: #878787;
  left: 150px;
  position: absolute;
  top: 40px;
}
.step-2 {
  display: none;
}
.partners td a {
  text-decoration: underline;
}
.add-news-form .form-line .form-area {
  background-color: #fbfbf9;
  border: 1px solid #6e6e6e;
  padding: 7px 10px;
  width: 320px;
  height: 135px;
}
.add-news-form .form-col .form-sub-section {
  margin: 0;
}
.add-news-form .check-set {
  margin: 0 0 20px 0;
}
.check-line {
  margin-bottom: 10px;
}
.check-line .form-check {
  margin-right: 10px;
}
.tyles-col {
  float: left;
  width: 490px;
  position: relative;
}
.tyles-col.tyles-col-rht {
  float: right;
}
.tyles-col.tyles-col-rht:before {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  left: -10px;
  top: 0;
  bottom: -50px;
  background-color: #8cafcb;
}
.types-item {
  margin-bottom: 10px;
}
.types-item .item-name {
  float: left;
  width: 158px;
  background-color: #e9f2f9;
  height: 93px;
  line-height: 93px;
  text-align: center;
  font-size: 18px;
}
.types-item .item-content {
  background-color: #eaeaea;
  padding: 24px 0 0 20px;
  height: 93px;
  float: right;
  width: 330px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.types-item .item-top {
  font-size: 14px;
  margin-bottom: 10px;
}
.types-item .item-top .item-txt {
  font-size: 14px;
  border: 1px solid #767676;
  width: 83px;
  text-align: right;
  padding: 5px 10px 5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
.types-item .item-btm .form-check {
  float: left;
  margin-right: 5px;
}
.types-item .item-btm label {
  display: block;
  float: left;
  font-size: 12px;
  margin-right: 30px;
}
/******22/02/15*******/
.news-list table {
  width: 100%;
}
.news-list table td {
  background-color: #e9f2f9;
  font-size: 12px;
  height: 90px;
  border: 1px solid #fff;
  text-align: center;
  vertical-align: middle;
}
.news-list table td.td-1 {
  vertical-align: middle;
  font-size: 12px;
  width: 140px;
}
.news-list table td.td-2 {
  background-color: #eaeaea;
  text-align: left;
  font-size: 14px;
  width: 575px;
  padding: 10px 25px;
}
.news-list table td.td-3,
.news-list table td.td-4 {
  border-right: 0;
  border-left: 0;
}
.news-list table td.td-4 a {
  color: #cd0101;
}
.btm-bar {
  padding: 20px 0 0 0;
  float: left;
}
.btm-bar .pager {
  float: left;
  font-size: 12px;
  font-size: 0;
}
.btm-bar .pager a,
.btm-bar .pager span {
  display: inline-block;
  font-size: 12px;
  padding: 0 5px;
  height: 16px;
  line-height: 16px;
  background-color: #e9f2f9;
  text-decoration: none;
  text-align: center;
  margin-right: 2px;
  color: #717171;
}
.btm-bar .pager a:hover {
  text-decoration: underline;
}
.btm-bar .pager span {
  background-color: #f26c4f;
  color: #fff;
}
.btm-bar .add {
  float: right;
  margin-top: 0;
  position: relative;
  top: -10px;
}
.add .add-btm{
  display: block;
  float: right;
}
.pop-up {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -221px;
  margin-top: -200px;
  z-index: 2000;
  width: 442px;
  height: 245px;
  background-color: #fff;
  border: 1px solid #c6dfeb;
  text-align: center;
  -moz-box-shadow: 4px 7px 11px -8px #000000;
  -webkit-box-shadow: 4px 7px 11px -8px #000000;
  box-shadow: 4px 7px 11px -8px #000000;
}
.pop-up.pop-up-error {
  border-color: #f4c0c6;
}
.pop-up.pop-up-error .inner span {
  color: #d20000;
}
.pop-up .inner {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  width: 442px;
  height: 245px;
}
.pop-up .inner span {
  display: block;
  font-size: 16px;
  color: #1b325e;
  margin-bottom: 15px;
}
.pop-up .inner .more {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  background-color: #f4f7f9;
  height: 24px;
  line-height: 24px;
  padding: 0 36px;
  color: #717171;
  text-decoration: none;
}
.pop-up .inner .more:hover {
  background-color: #e3ebf0;
}
.pop-up .close {
  position: absolute;
  right: 12px;
  top: 12px;
  text-decoration: none;
  font-size: 16px;
}
.pop-up strong {
  display: block;
  font-size: 12px;
  margin-bottom: 20px;
}
.reg-cols .form-line .err-msg {
  color: #dd0000;
  display: inline-block;
  font-size: 11px;
  padding-left: 10px;
  height: 30px;
  width: 110px;
  display: none;
  position: relative;
  top: 4px;
}
.reg-cols .error .err-msg {
  display: inline-block;
}
.reg-cols .error .form-txt {
  border-color: #dd0000;
}
.reg-cols .col {
  padding-right: 0;
}
.reg-cols .form-line .form-txt {
  float: left;
}
.reg-cols .col.col-rht .err-msg {
  color: #dd0000;
  display: inline-block;
  font-size: 11px;
  padding-left: 98px;
  display: block;
}
.srch-form {
  float: right;
  padding: 15px 0 0 0;
  border: 1px solid 787878;
}
.srch-form .srch-txt {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  width: 238px;
  border: 1px solid #787878;
  background-color: #fbfbf9;
  padding: 2px 10px;
  float: left;
  margin-right: 3px;
}
.srch-form .sub-holder {
  display: inline-block;
  float: left;
  width: 48px;
  margin: 0;
  padding: 0;
}
.srch-form .srch-sub {
  border: 0;
  width: 48px;
  background: url(/_images/submt.png) center center no-repeat;
  height: 24px;
}


/************/

.table-box2 table {
  width: 100%;
  border-bottom: 1px solid #409bc5;
  clear: both;
}
.table-box2 th {
  border: 1px solid #409bc5;
  vertical-align: middle;
  height: 52px;
  background-color: #e9f2f9;
  text-align: center;
}
.table-box2 td {
  height: 36px;
  vertical-align: middle;
  text-align: center;
  font-size: 12px;
}
.table-box2 td a {
  text-decoration: none;
}
.table-box2 td a:hover {
  text-decoration: underline;
}
.table-box2 td a.remove {
  color: #d20000;
}
.table-box2 td {
  border-left: 1px solid #409bc5;
  border-right: 1px solid #409bc5;
}
.table-box2 tr:nth-child(odd) td {
  background-color: #f4f7f9;
}
.table-box2 tr.total td {
  background-color: #e9f2f9;
  border-top: 1px solid #409bc5;
}

ul.tab-links li a.current {
  background-color: #f26c4f;
  color: #fff;
}

.news-list .add{
    float: right;
}

.add-btm{
    float: right;
}

.tabs-wrap table tr:last-child td{
    border-top: 1px solid #409bc5;    
}

.table-box2 table tr:last-child td{
    border-top: 0px !important;    
}

#tab-2 table tr:last-child td{
    border-top: 0;    
}

#tab-3 table tr:last-child td{
    border-top: 0;    
}

.forgot-box{
    padding: 10px 0 0 0px;
    width: 156px;
    text-align: center;
}

.form-line select, .table-box select, select{
  background-color: #fbfbf9;
  border: 1px solid #6e6e6e;
  width: 220px;
  font-size: 12px;
  padding: 7px 0px;   
}

.table-box select{
    width: 100px;
    padding: 3px 0;
}

.title > form{
    display: block;
    float: left;    
    padding: 11px 0 0 0;
}

.title > form select{
    width: 100px;
    margin-left: 20px;
    padding: 3px 0;
}

.srch-form { 
    padding: 13px 0 0;
}

.title > form .button{
    display: inline-block;      
    border: 0;
      text-align: center;
      color: #fff;
      height: 25px;
      line-height: 25px;
      font-size: 12px;
      margin-left: 15px;      
      text-decoration: none;
      background: #000000;
      background: -moz-linear-gradient(top, #000000 0%, #214265 100%);
      background: -webkit-gradient(left top, left bottom, color-stop(0%, #000000), color-stop(100%, #214265));
      background: -webkit-linear-gradient(top, #000000 0%, #214265 100%);
      background: -o-linear-gradient(top, #000000 0%, #214265 100%);
      background: -ms-linear-gradient(top, #000000 0%, #214265 100%);
      background: linear-gradient(to bottom, #000000 0%, #214265 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#214265', GradientType=0);
}

.title > form .add{
    width: 100px;
    margin-left: 5px;
    margin-top: 0;
}

.title > .add{
    display: block;
    float: left;
}

.srch-form.srch-form-short .srch-txt{
    width: 150px;
}

.form-line .err-msg{
    color: red;
    text-align: center;
}


/********/

.tabs-header > ul > li{
    display: block;
    float: left;
    margin-right: 10px;
    margin-bottom: 10px;
}

.tabs-wrap-up .tabs-header{
    margin-right: 250px;
    overflow: hidden;
}

.tabs-header > ul > li a{
    padding: 0 7px;
    display: inline-block;
    height: 16px;
    line-height: 14px;
    background-color: #000000;
    color: #fff;
    text-decoration: none;    
}

.tabs-header > ul > li a:hover, .tabs-header > ul > li a.current{
    background-color: #f26c4f;
    color: #fff;
}

.tabs-header .tab-period-links{
    clear: both;
}

.tabs-header .tab-period-links li a{
    background: none repeat scroll 0 0 #e9f2f9;
    color: #717171;
    height: 16px;
    font-size: 12px;
    line-height: 14px;
}

.dates-wide{
    top: 32px;
}

.table-box2 table tr.total td{
    border-top: 1px solid #409bc5 !important;
}

.form-col .form-line i{
    display: inline-block;
    width: 80px;
}

#link_sliv table tr td{
    padding-bottom: 5px;
}






.tabs-wrap{
position: relative;
z-index: 200;
}

.title { 
    z-index: 105;
}

.tabs-wrap.tabs-wrap-up{
    z-index: 1;
}

.add, .table-box .button{
    border: 0;
}

.date-line{
    position: relative;
    z-index: 200;
}

.tabs-header{
    margin: 0;
    clear: both;
    height: 90px;
}

.tabs-wrap .tabs-header{
    height: 30px;
    margin-bottom: 10px;
}

.dates-wide{
    /*top: 0;*/
}

.form-wrap {
    left: 170px;
    position: absolute;
    top: -47px;
}

.table-box tr.alert td{
  background-color: #FF6965;
}

.table-box tr.alert2 td{
  background-color: #FFF428;
}


/******************/

.tyles-col.tyles-col-rht::before{
  bottom: 10px; 
}

.types{
  margin-bottom: 40px;
}

.hdline{
  margin-bottom: 15px;
}

.hdline h2{
  float: left;
  margin: 0;
  color: #d9573a;
}

.hdline .add{
  float: right;
}

.cat-item{
  margin-bottom: 8px;
}

.cat-item table{
  width: 100%;
}

.cat-item table td{
  background-color: #eaeaea;
  vertical-align: middle;
}

.cat-item .cat-name{
  background-color: #000000;
  color: #fff;  
  font-size: 30px;
  text-align: center;
  width: 158px;
  font-weight: bold;
  border-right: 1px solid #fff;
}

.cat-item .cat-forms{
  width: 675px;
  padding: 5px 20px;
}

.cat-item .cat-btns{
  width: 146px;
  text-align: center; 
  border-left: 1px solid #fff; 
}

.cat-item .cat-btns a{
  color: #da0000;
  font-size: 14px;
}

.cat-item .cat-btns span a{
  color: #1b325e;
  font-size: 14px;
}

.cat-item .cat-btns span{
  display: block;
  margin-bottom: 10px;
}

.cat-item .c-name{
  font-size: 18px;
  width: 100px;
  color: #1b325e;
}

.cat-item .cat-txt{
  width: 100%;
   box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  font-size: 13px;
  padding: 3px 8px;
  border: 1px solid #767676;
  background-color: #f3f3f3;
  margin: 5px 0;
}

.cat-edit h2{
  font-size: 36px;
  color: #d9573a;
  margin-bottom: 30px;
}

.cat-edit ul{
  margin-bottom: 37px;  
}

.cat-edit li{
  display: block;
  margin-bottom: 9px;
  font-size: 0;
}

.cat-edit li:first-child{
  margin-bottom: 44px;
}

.cat-edit li span{
  display: inline-block;
  font-size: 18px;
  width: 100px;
  color: #1b325e;
}

.cat-edit li .cat-txt{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  border: 1px solid #787878;
  width: 555px;
  font-size: 13px;
  padding: 5px 8px;
}

.cat-btn{
  padding-left: 100px;  
}

.cat-btn .add{
  margin: 0;
}

.err-msg {
    font-size: 12px;
    padding: 2px 0 0 100px;
    color: red;
}

.stat-table tr th:nth-child(2){
    width: 100px;
}

.stat-table tr th:nth-child(3){
    width: 100px;
}

.stat-table tr th:nth-child(4),
.stat-table tr th:nth-child(5),
.stat-table tr th:nth-child(6),
.stat-table tr th:nth-child(7),
.stat-table tr th:nth-child(8),
.stat-table tr th:nth-child(9),
.stat-table tr th:nth-child(10),
.stat-table tr th:nth-child(11),
.stat-table tr th:nth-child(12),
.stat-table tr th:nth-child(13)
{
    width: 70px;
}

.stat-table tr th:nth-child(14){
    width: 70px;
}     

.stat-table tr th:nth-child(1){
width: 76px;
}

.area-holder{
    width: 230px;
    padding: 5px 0 0 0;
    float: left;
    font-weight: bold;
}

.form-col .form-line .area-holder .form-area{
    margin: 5px 0;
    font-weight: normal;
}

.form-col.form-places{
    width: 900px;
}

.form-col .form-line i:nth-child(3){
    width: auto;
    margin: 0 5px;
}

.form-col #link_sliv .form-txt:nth-child(4){
    width: 83px;    
}

.form-col #link_sliv .form-txt:last-child{
    width: 83px;    
}

.header-inf {
  float: right;
  font-size: 14px;
  color: #1479AD;
  padding: 46px 0 0 0;
  display: none;
}

.header .header-inf{
    display: block;
}

.header-inf li {
  display: block;
}
.header-inf li span {
  color: #1479AD;
}