.text_over {
  overflow: hidden;
  text-overflow: ellipsis;
}
.inline_block {
  display: inline-block;
}
.ie7 .inline_block {
  display: inline;
}
.aside_width {
  width: 200px;
}
@media screen and (min-width: 1050px) {
  .aside_width {
    width: 240px;
  }
}
@media screen and (max-width: 800px) {
  .aside_width {
    width: 160px;
  }
}
.aside_drop_menu_margin {
  margin: 0 auto 0 200px;
}
@media screen and (min-width: 1050px) {
  .aside_drop_menu_margin {
    margin-left: 240px;
  }
}
@media screen and (max-width: 800px) {
  .aside_drop_menu_margin {
    margin-left: 160px;
  }
}
.search-button,
.create_but {
  text-transform: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 12px;
}
.create_but {
  float: right;
}
.summary {
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 12px;
  color: #000000;
}
table {
  width: 100%;
  max-width: 100%;
  padding: 0px;
  margin: 0px;
  table-layout: fixed;
  font-size: 12px;
  border-style: solid;
  border-spacing: 0;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 2px;
  border-style: solid;
  border-left-color: #082c3a;
  border-top-color: #0d475e;
  border-right-color: #082c3a;
  border-bottom-color: #010304;
}
.ie8 table,
.ie7 table {
  border-left-color: #082c3a;
  border-top-color: #0d475d;
  border-right-color: #082c3a;
  border-bottom-color: #010304;
}
table th,
table td {
  background-color: #072531;
  background-color: rgba(7,37,49,0.7);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2072531,endColorstr=#b2072531,GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2072531,endColorstr=#b2072531,GradientType=0);
  border-style: solid;
  border-style: solid;
  border-left-width: 1px;
  border-top-width: 1px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-style: solid;
  border-left-color: #082c3a;
  border-top-color: #0a3647;
  border-right-color: #082c3a;
  border-bottom-color: #061e28;
  text-align: center;
  padding: 0px;
  margin: 0px;
}
.ie8 table th,
.ie7 table th,
.ie8 table td,
.ie7 table td {
  background-color: transparent;
  background-image: url('../images/transparent.png');
}
.ie9 table th,
.ie9 table td {
  -ms-filter: none;
  filter: none;
}
.ie8 table th,
.ie7 table th,
.ie8 table td,
.ie7 table td {
  border-left-color: #082c3a;
  border-top-color: #0a3647;
  border-right-color: #082c3a;
  border-bottom-color: #061e28;
}
table th {
  background-color: #010304;
  background-color: rgba(1,3,4,0.7);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000304,endColorstr=#b2000304,GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b2000304,endColorstr=#b2000304,GradientType=0);
}
.ie8 table th,
.ie7 table th {
  background-color: transparent;
  background-image: url('../images/transparent.png');
}
.ie9 table th {
  -ms-filter: none;
  filter: none;
}
table .odd td {
  background-color: #04141a;
  background-color: rgba(4,20,27,0.7);
  zoom: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b203141a,endColorstr=#b203141a,GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#b203141a,endColorstr=#b203141a,GradientType=0);
}
.ie8 table .odd td,
.ie7 table .odd td {
  background-color: transparent;
  background-image: url('../images/transparent.png');
}
.ie9 table .odd td {
  -ms-filter: none;
  filter: none;
}
table th,
table th a {
  text-transform: bold;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 10px;
  line-height: 11px;
  overflow: hidden;
  text-overflow: ellipsis;
}
table td .text {
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 12px;
  line-height: 14px;
  width: 100%;
  float: left;
  overflow: hidden;
  text-overflow: ellipsis;
}
table td .langs_list {
  margin: 2px;
}
table td .langs_list li {
  display: inline-block;
  height: 26px;
  width: 26px;
}
.ie7 table td .langs_list li {
  display: inline;
}
table td .langs_list li.no_active {
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=20);
  -khtml-opacity: 0.2;
  -moz-opacity: 0.2;
  opacity: 0.2;
  zoom: 1;
}
table td .langs_list li.lang {
  background-image: url('/images/langs_imgs.png');
  background-repeat: no-repeat;
  background-position: 0 0;
  position: relative;
}
table td .langs_list li.lang.ru {
  background-position: 0 0;
}
table td .langs_list li.lang.uk {
  background-position: 0 -30px;
}
table td .langs_list li.lang .hidden_text {
  position: absolute;
  left: auto;
  top: 100%;
  right: -50px;
  bottom: auto;
  z-index: 5;
  width: 500px;
  padding: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  background: #0d475d;
  background: -webkit-linear-gradient(top,rgba(13,71,94,0.9),rgba(20,105,138,0.8));
  background: -moz-linear-gradient(top,rgba(13,71,94,0.9),rgba(20,105,138,0.8));
  background: -o-linear-gradient(top,rgba(13,71,94,0.9),rgba(20,105,138,0.8));
  background: -ms-linear-gradient(top,rgba(13,71,94,0.9),rgba(20,105,138,0.8));
  background: linear-gradient(top,rgba(13,71,94,0.9),rgba(20,105,138,0.8));
  -webkit-transition: all 0.2s ease-in 0s;
  -moz-transition: all 0.2s ease-in 0s;
  -o-transition: all 0.2s ease-in 0s;
  transition: all 0.2s ease-in 0s;
  -webkit-transform: scale(0,1);
  -moz-transform: scale(0,1);
  -ms-transform: scale(0,1);
  -o-transform: scale(0,1);
  transform: scale(0,1);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  visibility: hidden;
}
.ie9 table td .langs_list li.lang .hidden_text,
.ie8 table td .langs_list li.lang .hidden_text,
.ie7 table td .langs_list li.lang .hidden_text {
  zoom: 1;
  background-color: transparent;
  background-image: url('../images/transparent.png');
  -ms-filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e50d465d',endColorstr='#cc13688a',GradientType='0');
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#e50d465d',endColorstr='#cc13688a',GradientType='0');
}
table td .langs_list li.lang:hover .hidden_text {
  -webkit-transform: scale(1,1);
  -moz-transform: scale(1,1);
  -ms-transform: scale(1,1);
  -o-transform: scale(1,1);
  transform: scale(1,1);
  -webkit-transform-origin: 50% 0;
  -moz-transform-origin: 50% 0;
  -ms-transform-origin: 50% 0;
  -o-transform-origin: 50% 0;
  transform-origin: 50% 0;
  visibility: visible;
}
table .filters input,
table .filters select {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
  text-align: center;
}
table th.td_int,
table th.buttons_td,
table td.td_int,
table td.buttons_td {
  width: 20px;
  max-width: 30px;
  min-width: 17px;
}
table td.td_page.list_pages,
table th.td_page.list_pages {
  width: 50%;
}
table td.td_page,
table th.td_page {
  width: 15%;
}
table td.td_descr,
table th.td_descr {
  width: 10%;
}
table img {
  max-width: 100%;
}
table td.td_page img {
  max-width: 50%;
}
table td.buttons_td img {
  width: 14px;
}
.admin table.admin_list td .text {
  max-height: 100px;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0px;
}
.pager {
  text-transform: none;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 11px;
  line-height: 13px;
  color: #000000;
  height: 20px;
  padding: 10px 0;
}
.pager ul.yiiPager li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.pager ul.yiiPager li a {
  color: #000000;
  text-shadow: 0 1px 0 rgba(10,54,71,0.7);
  border: none;
  background: none;
}
.pager ul.yiiPager li a:hover {
  color: #000000;
}
.pager ul.yiiPager li.selected a {
  background: #0a3647;
  color: #000000;
}
.pager ul.yiiPager li.previous.hidden a {
  color: #000000;
}
