* {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

html, body {
    height: 100%;
    min-width: 980px;
}

body {
    background-color: #fff;
    color: #5b5b5b;
}

body, table {
    font: normal 12px 'Roboto Slab', sans-serif;
}

input, textarea, select, button {
    cursor: pointer;
    font-family: 'Roboto Slab', serif;
    font-size: 12px;
}

ol, ul {
    list-style-type: none;
}

a, a:focus, img, button {
    border: none;
    outline: none;
}

button:focus, input[type="submit"]:focus, input[type="reset"]:focus {
    outline: none;
    outline-width: 0;
    outline-color: transparent;
}

input::-moz-focus-inner {
    border: none;
}

a {
    color: #018ccd;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

textarea {
    outline: none;
    resize: none;
}

textarea {
    background-color: #fff;
    border: 1px solid #cecece;
    border-radius: 3px;
    box-sizing: border-box;
    color: #5b5b5b;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 12px;
    padding: 2px 5px;
    width: 99%;
}

input[type="text"], input[type="password"] {
    background-color: #fff;
    border: 2px solid #cecece;
    border-radius: 4px;
    box-sizing: border-box;
    color: #5b5b5b;
    font-family: 'Roboto Slab', sans-serif;
    font-size: 12px;
    height: 34px;
    line-height: 34px;
    margin: 0;
    padding: 0 0 0 0;
    text-indent: 10px;
    vertical-align: middle;
}

input[type="checkbox"] {
    vertical-align: middle;
}

input::-ms-clear {
    display: none;
}

::-webkit-input-placeholder {
    color: #8e8f91;
}

::-moz-placeholder {
    color: #48494b;
}

:-moz-placeholder {
    color: #8e8f91;
}

:-ms-input-placeholder {
    color: #8e8f91 !important;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    color: #5b5b5b;
    padding: 0;
    width: 100%;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
    line-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0 !important;
}

.require {
    color: #2354b3;
    padding-left: 3px;
}

@media print {
    .wrap {
        border: 0
    }
}

@-webkit-viewport {
    width: device-width;
}

@-moz-viewport {
    width: device-width;
}

@-ms-viewport {
    width: device-width;
}

@-o-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

@-ms-viewport {
    width: auto !important;
}

.alignCenter {
    text-align: center;
}

.orange {
    color: #d0562b;
}

.overlay,
.popupOverlay {
    background-color: #41484e;
    height: 100%;
    left: 0;
    opacity: 0.55;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

h1 {
    font-size: 30px;
    text-transform: uppercase;
}

h3 {
  color: #5b5b5b;
  font-size: 18px;
  font-weight: normal;
}

.wrapper {
    height: 100%;
    margin: 0 auto;
    max-width: 910px;
    min-width: 910px;
    min-height: 100%;
    padding: 0;
}

.outerWrapper {
    margin: 0 auto;
    max-width: 1000px;
    min-width: 1000px;
    width: 100%;
}

.cardWrapper .wrapper {
    max-width: 940px;
    min-width: 940px;
}

.mainPage {
    position: relative;
}

.navigation {
    background-color: #41484e;
    clip: rect(0, 50px, auto, 0);
    color: #fff;
    font-size: 13px;
    height: 100%;
    left: -25px;
    padding: 25px 0 0 0;
    position: absolute;
    top: 0;
    width: 290px;
    z-index: 200;
}

.navigation a {
    color: #fff;
}

.navigation li {
    padding: 8px 15px 8px 50px;
}

.topLevel li {
    cursor: pointer;
    height: 48px;
    padding: 12px 15px 0 50px;
}

.topLevel li.oneLine {
    height: 40px;
    padding: 20px 15px 0 50px;
}

.navigation li.current {
    background-color: #e55b44;
    cursor: default;
}

.navigation li.current a {
    color: #fff;
}

.navigation ul.lastLevel li.current {
    background-color: #52595e;
    cursor: default;
}

.navigation ul.lastLevel li.current a {
    color: #f9794c;
}

.footer {
    background-color: #eff0f1;
    height: px;
}
.wrapperFooterHiddenText {
    margin: 0 auto;
    max-width: 910px;
    min-width: 910px;
    color: #fff;
}
.wrapperFooter {
    margin: 0 auto;
    max-width: 910px;
    min-width: 910px;
    padding: 25px 0 15px;
}

.footerFirstRow ul {
    margin-top: 15px;
}

.wrapperFooter .footerFirstRow ul li {
    padding-bottom: 5px;
}

.wrapperFooter li {
    color: #5f6a74;
    float: left;
    width: 23%;
}

.wrapperFooter .footerFirstRow {
    width: 30%;
}

.wrapperFooter li span {
    padding-right: 20px;
}

.wrapperFooter li strong {
    color: #41484e;
}

.wrapperFooter li li {
    color: #5f6a74;
    float: none;
    padding: 0 15px 10px 0;
    width: auto;
}

.wrapperPreFooter ul li li a {
    color: #5f6a74;
}

.wrapperFooter li a {
    color: #5f6a74;
}

.footerBannersBlock {
    padding-bottom: 30px;
}

.footerBannersBlock td {
    padding-right: 1%;
    width: 19%;
}

.footerBannersBlock td:last-child {
    padding-right: 0;
}

.footerBannersBlock a {
    border-color: #d3d7db;
    border-radius: 4px;
    border-style: solid;
    border-width: 2px;
    display: inline-block;
    height: 73px;

}

.footerBannersBlock .banner1 {
    background: #fff url("../images/banner_icons_sprite.png") no-repeat 13px 15px;
    height: 68px;
    line-height: 18px;
    padding: 10px 5px 0 62px;
    vertical-align: middle;
    width: 103px;
}

.footerBannersBlock .banner2 {
    background: #fff url("../images/banner_icons_sprite.png") no-repeat -172px 15px;
    padding: 5px 5px 0 62px;
    vertical-align: middle;
    width: 103px;
}

.footerBannersBlock .banner3 {
    background: #fff url("../images/banner_icons_sprite.png") no-repeat -356px 15px;
    padding: 5px 5px 0 60px;
    vertical-align: middle;
    width: 105px;
}

.footerBannersBlock .banner4 {
    background: #fff url("../images/banner_icons_sprite.png") no-repeat -540px 15px;
    height: 68px;
    line-height: 18px;
    padding: 10px 5px 0 68px;
    vertical-align: middle;
    width: 97px;
}

.footerBannersBlock .banner5 {
    background: #fff url("../images/banner_icons_sprite.png") no-repeat -725px 17px;
    padding: 5px 5px 0 68px;
    vertical-align: middle;
    width: 97px;
}

.collapce, .expand {
    border-bottom: 1px dashed #a4a4a4;
}

.collapceBox:hover .collapce, .collapceBox:hover .expand {
    border-bottom: none;
}

.collapceBox .expand, .expandBox .collapce {
    display: none;
}

.expandBox .expand {
    display: inline;
}

.collapceBox {
    background: url("../images/expand_btn_sprite.png") no-repeat 10px 10px;
    color: #a4a4a4;
    cursor: pointer;
    font-size: 13px;
    margin: 0 auto;
    padding: 7px 0 7px 35px;
}

.expandBox {
    background: url("../images/expand_btn_sprite.png") no-repeat 10px -75px;
}

.collapseBlock {
    border-top: 1px solid #eaeaea;
    margin: 25px 0 0;
    text-align: center;
}

.collapceBase {
    background-color: #fff;
    display: inline-block;
    padding-right: 7px;
    position: relative;
    top: -18px;
    width: auto;
}

.collapseBoxFooter {
    background-color: #eff0f1;
    border-radius: 5px 5px 0 0;
    width: 100px;
}

.header {
    padding: 25px 0;
}

.header td {
    padding-right: 15px;
    vertical-align: top;
}

.header td:last-child {
    padding-right: 0;
    width: 100px;
}

.logo {
    background: url("../images/logo.png") no-repeat 0 0;
    display: inline-block;
    height: 107px;
    width: 100px;
}

.titleCite {
    color: #000;
    font-size: 14px;
    padding-bottom: 15px;
}

.titlePart {
    color: #a4a4a4;
    font-size: 14px;
    padding-bottom: 8px;
}

.clientIco {
    background: url("../images/header_icons_sprite.png") no-repeat 0 0;
    color: #41484e;
    padding: 0 20px 0 25px;
}

.catererIco {
    background: url("../images/header_icons_sprite.png") no-repeat -135px 0;
    color: #41484e;
    padding: 0 0 0 25px;
}

.info, .help {
    background: url("../images/header_icons_sprite.png") no-repeat 0 -45px;
    cursor: pointer;
    display: inline-block;
    height: 16px;
    margin-left: 3px;
    vertical-align: top;
    width: 16px;
}

.help {
    background: url("../images/header_icons_sprite.png") no-repeat -137px -45px;
    margin-left: 0;
}

.fullTime {
    background: url("../images/header_icons_sprite.png") no-repeat -122px -217px;
    padding-left: 38px;
}

.fullTime strong {
    color: #000;
    font-size: 18px;
    line-height: 16px;
}

.locationIco {
    background: url("../images/header_icons_sprite.png") no-repeat -134px -75px;
    padding-left: 23px;
    width: 140px;
}

.locationIco a {
    border-bottom: 1px dashed #018ccd;
    text-decoration: none;
}

.locationIco a:hover {
    border-bottom: none;
}

.locationIco strong {
    color: #000;
    font-size: 16px;
    line-height: 16px;
}

.lkBox {
    background-color: #eff0f1;
    border-radius: 5px;
    padding: 10px 20px 0 20px;
    text-align: center;
}

.lkBox dt {
    background: url("../images/header_icons_sprite.png") no-repeat 7px -223px;
    height: 46px;
    margin-bottom: 7px;
}

.lkBox dd span {
    color: #d0562b;
    cursor: pointer;
    text-decoration: underline;
}

.lkBox dd span:hover {
    text-decoration: none;
}

/*paddings*/

.padBtm1 {
    padding-bottom: 1px !important;
}

.padBtm5 {
    padding-bottom: 5px;
}

.padBtm8 {
    padding-bottom: 8px;
}

.padBtm10 {
    padding-bottom: 10px !important;
}

.padBtm20 {
    padding-bottom: 20px;
}

.padBtm30 {
    padding-bottom: 30px !important;
}

.padBtm35 {
    padding-bottom: 35px !important;
}

.padBtm40 {
    padding-bottom: 40px !important;
}

.padTop0 {
    padding-top: 0px !important;
}

.padTop10 {
    padding-top: 10px !important;
}

.padTop20 {
    padding-top: 20px !important;
}

.padTop30 {
    padding-top: 30px !important;
}

.padTop60 {
    padding-top: 60px;
}

.padRight0 {
  padding-right: 0px !important;
}

.padRight5 {
  padding-right: 5px;
}

.padRight12 {
  padding-right: 12px;
}

.padRight13 {
  padding-right: 13px;
}

.padRight15 {
  padding-right: 15px;
}

.padRight20 {
  padding-right: 20px;
}

.padLeft0 {
 padding-left: 0px !important;
}

.padLeft5 {
  padding-left: 5px;
}

.padLeft10 {
  padding-left: 10px;
}

.padLeft20 {
  padding-left: 20px;
}

.margTop5 {
  margin-top: 5px;
 }

 .margTop10 {
  margin-top: 10px;
 }

 .margTop15 {
  margin-top: 15px;
 }

 .margTop20 {
  margin-top: 20px;
 }

 .margTop30 {
  margin-top: 30px;
 }

 .margTop40 {
  margin-top: 40px;
 }

 .margBtm5 {
  margin-bottom: 5px;
 }

 .margBtm10 {
  margin-bottom: 10px;
 }

 .margBtm15 {
  margin-bottom: 15px;
 }

 .margBtm20 {
  margin-bottom: 20px;
 }

  .margBtm30 {
  margin-bottom: 30px !important;
 }

 .margBtm35 {
  margin-bottom: 35px !important;
 }

 .margBtm40 {
  margin-bottom: 40px !important;
 }

 .margLeft3 {
  margin-left: 3px;
 }

 .margLeft5 {
  margin-left: 5px;
 }

 .margLeft10 {
  margin-left: 10px;
 }

 .margLeft15 {
  margin-left: 15px;
 }

 .margLeft20 {
  margin-left: 20px;
 }

 .margRight10, input.margRight10 {
  margin-right: 10px;
 }

 .margRight15, input.margRight15 {
  margin-right: 15px;
 }

.cabinet {
    padding-bottom: 10px;
    position: relative;
}

.cabinetItem {
    background: url("../images/header_icons_sprite.png") no-repeat 5px -91px;
    margin: 0 15px;
    padding-left: 30px;
    text-align: left;
}

.cabinetItem a {
    background-color: #fff;
    color: #d0562b;
    display: inline-block;
    padding: 13px 0 13px 0;
}

.cabinetItem:nth-child(2) a {
    padding-bottom: 0;
}

.personalCabinetPopUp {
    background-color: #fff;
    border: 1px solid #eaeaea;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    display: none;
    position: absolute;
    right: -5px;
    text-align: center;
    top: 51px;
    white-space: nowrap;
    width: auto;
    z-index: 100;
}

.personalCabinetPopUp .imgArr {
    background: url("../images/up_arr.png") no-repeat 87% center;
    display: inline-block;
    height: 13px;
    position: absolute;
    right: 0;
    top: -13px;
    width: 166px;
}

.searchBlockAll {
    background-color: #eff0f1;
    border-radius: 5px;
    color: #41484e;
    padding: 17px;
}

.titleField {
    display: inline-block;
    font-size: 23px;
    font-weight: bold;
    padding-right: 30px;
    vertical-align: middle;
}

.searchEis .titleField {
   padding-right: 10px;
}

.zakupkiSearch .titleField {
   line-height: 28px;
   padding-top: 5px;
}

.searchField {
    background-color: #fff;
    border: 2px solid #eaeaea;
    border-radius: 5px;
    display: inline-block;
    width: 755px;
    vertical-align: middle;
}

.newsSearch .searchField {
  vertical-align: top;
  width: 710px;
}

.documents .searchField {
  vertical-align: top;
  width: 670px;
}

.searchEis .searchField {
  vertical-align: top;
  width: 700px;
}

.zakupkiSearch .searchField {
  vertical-align: top;
  width: 725px;
}

.searchField .autocompleteOrder {
    border: 0 none;
    font-size: 14px;
    height: 36px;
    width: 720px;
}

.newsSearch .searchField .autocompleteOrder {
  width: 675px;
}

.documents .searchField .autocompleteOrder {
  width: 635px;
}

.searchEis .searchField .autocompleteOrder {
  width: 667px;
}

.zakupkiSearch .searchField .autocompleteOrder {
  width: 692px;
}


.searchField input[type="button"] {
    background: #fff url("../images/main_zoom.png") no-repeat 2px 0;
    border: 0 none;
    height: 20px;
    vertical-align: middle;
    width: 22px;
}

.accounting {
    padding: 10px 0 0 93px;
}

.newsSearch .accounting {
  margin-top: -15px;
  padding: 0 0 0 140px;
}

.documents .accounting {
  margin-top: -15px;
  padding: 0 0 0 175px;
}

.searchEis .accounting {
  margin-top: 10px;
  padding: 0 0 0 150px;
}

.zakupkiSearch .accounting {
  margin-top: -15px;
  padding: 0 0 0 123px;
}

.searchBox .accounting input {
    margin: 0 6px 0 25px;
}

.colorValue {
    color: #b4b4b4 !important;
}

.bannersBlock {
    padding: 20px 0;
}

.bannersBlock a, .animBanner {
    display: inline-block;
    height: 63px;
    padding: 0 0 0 15px;
    vertical-align: middle;
    width: 290px;
}

.animBanner {
    border: 1px solid #f9794c;
    border-radius: 5px;
    height: 61px;
    padding: 0;
}

.animBanner span {
    display: inline-block;
}

.dataBanner {
    background-color: #f9794c;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    line-height: 61px;
    text-align: center;
    vertical-align: middle;
    width: 145px;
}

.titleBanner {
    color: #f9794c;
    font-size: 11px;
    line-height: 12px;
    padding: 0 5px 0 7px;
    vertical-align: middle;
    width: 130px;
}

.jcarousel, .jqcarousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.jcarousel .carousel, .jqcarousel .carousel {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative;
    top: 0;
    width: 5000px;
}

.carousel li {
    float: left;
    height: auto;
    position: relative;
}

.news_1 img, .topNews img {
  position: absolute;
  left: 0px;
  top: 0px;
}

.pagingList {
    padding: 0 10px 10px 20px;
}

.pagingList ul {
    padding-top: 10px;
}

.pagingList li span {
    font-size: 8px;
    visibility: hidden;
}

.pagingList li {
    background: url("../images/paging_item.png") no-repeat -25px 0;
    cursor: pointer;
    display: inline;
    margin-right: 4px;
    padding: 0 20px 7px 0;
}

.newsMain .pagingList li {
    background: url("../images/paging_item.png") no-repeat -25px -58px;
}

.pagingList li.active, .pagingList li:hover {
    background: url("../images/paging_item.png") no-repeat 0 0;
}

.newsMain .pagingList li.active, .newsMain .pagingList li:hover {
    background: url("../images/paging_item.png") no-repeat 0 -58px;
}

.carousel table td:last-child {
    width: 290px;
}

sup a {
    color: #f9794c;
    font-size: 19px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: none;
}

.cardHeader sup a {
    font-size: 22px;
}

.btnBrd {
    color: #018ccd;
    border: 2px solid #018ccd;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 12px;
    font-weight: normal;
    padding: 5px 11px;
    text-transform: none;
}

h1 .btnBrd {
    float: right;
}

.tableNews {
    margin: 20px 0 30px;
    table-layout: fixed;
}

.tableNews td {
    vertical-align: top;
    background: #eff0f1;
}

.newsMain {
    position: relative;
    width: 598px;
}

.newsMain li {
    height: 250px;
}

.newsMain .pagingList {
    bottom: 15px;
    left: 15px;
    padding: 0;
    position: absolute;
}

.newsMain .newsIco {
    background: url("../images/main_news_ico.png") no-repeat 0 0;
    display: inline-block;
    height: 150px;
    left: 10px;
    position: absolute;
    top: -20px;
    width: 30px;
    z-index: 10;
}

.newsMain dl {
    float: right;
    padding: 13px 25px 0 0;
    position: relative;
    width: 270px;
}

.newsMain dt a, .newsMain dd {
    color: #fff;
}

.newsMain dt {
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 10px;
}

.newsMain .timeNews, .newsMain .fzNews {
    color: #c5c5c5;
}

.newsMain dd:last-child {
    padding-top: 10px;
}

.mainNew .newsMain {
  width: 910px;
}

.mainNew .newsMain dl {
  padding-top: 0;
}

.mainNew .newsMain dt a {
  color: #018ccd;
}

.mainNew .newsMain dd {
  color: #5b5b5b;

}

.mainNew .newsMain dd:last-child {
  padding-top: 15px;
}

.mainNew .newsMain .timeNews, .mainNew .newsMain .fzNews {
  color: #b4b4b4;
}

.markerNews {
    background: url("../images/sprite_vert.png") no-repeat 0 0;
    display: inline-block;
    height: 21px;
    margin-right: 7px;
    vertical-align: middle;
    width: 16px;
}

.timeNews {
    background: url("../images/sprite_vert.png") no-repeat 0 -63px;
    padding: 0 20px 0 20px;
}

.fzNews {
    background: url("../images/sprite_vert.png") no-repeat 0 -131px;
    padding-left: 20px;
}

.addedNews .fzNews, .addedNews .timeNews {
    color: #b4b4b4;
}

.alignRight {
    text-align: right !important;
}

.addedNews dl {
    padding: 20px 0;
}

.addedNews td:first-child {
    padding-right: 20px;
}

.addedNews td:last-child {
    padding-left: 15px;
}

.addedNews dt {
    font-size: 14px;
    padding-bottom: 20px;
}

.addedNews dd:last-child {
    padding-top: 15px;
}

.purchaseTabs td {
    background-color: #eff0f1;
    color: #5f6a74;
    font-size: 16px;
    font-weight: bold;
    padding-left: 25px;
}

.purchaseTabs td:first-child {
    border-radius: 5px 0 0 5px;
}

.purchaseTabs td:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 25px;
}

.purchaseTabs td span {
    border-bottom: 3px solid #eff0f1;
    cursor: pointer;
    display: inline-block;
    padding: 15px 0 12px;
    width: 100%;
}

.purchaseTabs td.currentTab span {
    border-bottom: 3px solid #018ccd;
    cursor: default;
}

.lowChoice {
    background-color: #eff0f1;
    border-radius: 5px;
    margin-top: 25px;
    padding: 12px 0 12px 20px;
}

.lowChoice li {
    color: #5f6a74;
    display: inline;
    padding-right: 25px;
}

.lowChoice li label {
    cursor: pointer;
    vertical-align: middle;
}

.lowChoice li input {
    margin-right: 5px;
    margin-top: -3px;
    vertical-align: middle;
}

.graph {
    padding-top: 20px;
    overflow: hidden;
}

.graph td {
    text-align: center;
}

.graph table td:first-child {
    padding-left: 20px;
}

dl.total {
    text-align: center;
}

dl.total dt strong {
    font-size: 32px;
    font-weight: bold;
    display: inline-block;
    line-height: 32px;
    width: 100%;
}

dl.total dt span {
    color: #bebebe;
    font-size: 18px;
    font-weight: bold;
    display: inline-block;
    line-height: 18px;
    width: 100%;
}

dl.total dt {
    padding-bottom: 25px;
}

dl.total dd {
    color: #5f6a74;
}

/*
.graph .sizeS dt strong {
    color: #f9794c;
}

.graph .sizeM dt strong {
    color: #5f6a74;
}

.graph .sizeL dt strong {
    color: #d0562b;
}

.graph .sizeXl dt strong {
    color: #965741;
}
*/

.graph .circle0 dt strong {
    color: #5f6a74;
}

.graph .circle1 dt strong {
    color: #965741;
}

.graph .circle2 dt strong {
    color: #d0562b;
}

.graph .circle3 dt strong {
    color: #f9794c;
}

.symbol {
    color: #fff;
    height: 140px;
    margin: 0 auto;
    position: relative;
    width: 140px;
}

/*.graph .sizeXl .outerCircle {
    background-color: #f4eeec;
    border-radius: 77px;
    font-size: 50px;
    height: 140px;
    width: 140px;
}

.graph .sizeXl .innerCircle {
    background-color: #965741;
    border-radius: 35px;
    height: 70px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 35px;
    width: 70px;
}

.graph .sizeL .outerCircle {
    background-color: #faeee9;
    border-radius: 67px;
    font-size: 36px;
    height: 105px;
    margin: 0 auto;
    position: relative;
    top: 17px;
    width: 105px;
}

.graph .sizeL .innerCircle {
    background-color: #d0562b;
    border-radius: 35px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 28px;
    width: 50px;
}

.graph .sizeM .outerCircle {
    background-color: #eff0f1;
    border-radius: 67px;
    font-size: 30px;
    height: 90px;
    margin: 0 auto;
    position: relative;
    top: 24px;
    width: 90px;
}

.graph .sizeM .innerCircle {
    background-color: #5f6a74;
    border-radius: 35px;
    height: 42px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 25px;
    width: 42px;
}

.graph .sizeS .outerCircle {
    background-color: #fef1ed;
    border-radius: 67px;
    font-size: 22px;
    height: 65px;
    margin: 0 auto;
    position: relative;
    top: 37px;
    width: 65px;
}

.graph .sizeS .innerCircle {
    background-color: #f9794c;
    border-radius: 35px;
    height: 30px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 18px;
    width: 30px;
}*/

.graph .circle1 .outerCircle {
    background-color: #f4eeec;
    border-radius: 67px;
    font-size: 36px;
    height: 105px;
    margin: 0 auto;
    position: relative;
    top: 17px;
    width: 105px;
}

.graph .circle1 .innerCircle {
    background-color: #965741;
    border-radius: 35px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 28px;
    width: 50px;
}

.graph .circle2 .outerCircle {
    background-color: #faeee9;
    border-radius: 67px;
    font-size: 36px;
    height: 105px;
    margin: 0 auto;
    position: relative;
    top: 17px;
    width: 105px;
}

.graph .circle2 .innerCircle {
    background-color: #d0562b;
    border-radius: 35px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 28px;
    width: 50px;
}

.graph .circle0 .outerCircle {
    background-color: #eff0f1;
    border-radius: 67px;
    font-size: 36px;
    height: 105px;
    margin: 0 auto;
    position: relative;
    top: 17px;
    width: 105px;
}

.graph .circle0 .innerCircle {
    background-color: #5f6a74;
    border-radius: 35px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 28px;
    width: 50px;
}

.graph .circle3 .outerCircle {
    background-color: #fef1ed;
    border-radius: 67px;
    font-size: 36px;
    height: 105px;
    margin: 0 auto;
    position: relative;
    top: 17px;
    width: 105px;
}

.graph .circle3 .innerCircle {
    background-color: #f9794c;
    border-radius: 35px;
    height: 50px;
    margin: 0 auto;
    position: relative;
    text-align: center;
    top: 28px;
    width: 50px;
}

.graph td[class^='circle'] strong{
    overflow: hidden;
    text-overflow: ellipsis;
}

dl.total {
    width: 223px;
}

.symbol .line {
    height: 4px;
    left: -145px;
    position: absolute;
    top: 50%;
    width: 200px;
    z-index: 1;
}

.symbol .lastLine {
    background-color: #d9d9d9;
    height: 4px;
    right: -42px;
    position: absolute;
    top: 50%;
    width: 110px;
    z-index: 1;
}

.circle1 .symbol .line {
    background-color: #965741;
}

.circle2 .symbol .line {
    background-color: #d0562b;
}

.circle0 .symbol .line {
    background-color: #5f6a74;
}

.circle3 .symbol .line {
    background-color: #f9794c;
}

.symbol .innerCircle {
    z-index: 2;
}

.symbol .year {
    color: #cfcfcf;
    font-size: 22px;
    font-weight: bold;
    left: -65px;
    position: absolute;
    top: 35px;
}

.graph table td:first-child .year {
    left: -50px;
}

.fzLow223 {
    left: 0;
    position: absolute;
    top: 96px;
    visibility: hidden;
}

.fzLow223, x:-moz-any-link {
    top: 97px;
}

.navigation ul.topLevel li {
    border-top: 1px solid #51575d;
}

.navigation > ul {
    border-top: 1px solid #595f64;
}

.navigation > ul.topLevel > li, .navigation > ul.topLevel > li > a {
    text-decoration: none;
}

.navigation > ul > li > span {
    background: url("../images/expand_btn_sprite.png") no-repeat scroll 100% -75px;
    display: inline-block;
    width: 100%;
}

.nav1 {background: url("../images/nav_1.png") no-repeat 17px 20px;}
.nav2 {background: url("../images/nav_2.png") no-repeat 17px 22px;}
.nav3 {background: url("../images/nav_3.png") no-repeat 17px 22px;}
.nav4 {background: url("../images/nav_4.png") no-repeat 17px 22px;}
.nav5 {background: url("../images/nav_5.png") no-repeat 17px 22px;}
.nav6 {background: url("../images/nav_6.png") no-repeat 17px 22px;}
.nav7 {background: url("../images/nav_7.png") no-repeat 17px 22px;}

.nextLevel {
    background-color: #4a5156;
    padding: 10px 0 0;
}

.nextLevel, .lastLevel {
    display: none;
}

.nextLevel li {
    background: url("../images/defis_ico.png") no-repeat 50px 18px;
    padding-left: 70px;
}

.nextLevel li, .nextLevel li a {
    color: #b8b8b8;
}

.lastLevel li, .lastLevel li a {
    color: #fff;
}

.lastLevel li {
    background: url("../images/defis_ico.png") no-repeat 25px 18px;
    padding: 5px 25px 5px 45px;
}

.nextLevel .itemLastLevel {
    border-bottom: 1px solid #60676b;
    border-top: 1px solid #60676b;
    color: #fff;
    cursor: pointer;
    position: relative;
}

.navigation .itemLastLevel span {
    background: url("../images/expand_btn_sprite.png") no-repeat 100% -137px;
}

.lastLevel {
    background-color: #52595e;
    border: 1px solid #60676b;
    border-left: none;
    padding: 5px 0 10px 0;
    position: absolute;
    right: -96%;
    top: -1px;
}

.expandStatus {
    background-color: #4a5156;
}

.navigation .expandStatus span {
    background: url("../images/expand_btn_sprite.png") no-repeat 100% 10px;
}

.itemLastLevel.expandStatus {
    background-color: #52595e;
}

.navigation .itemLastLevel.expandStatus span {
    background: url("../images/expand_btn_sprite.png") no-repeat 100% -217px;
}

.navigation ul:last-child {
    border-bottom: 2px solid #51575d;
}

.cardHeader {
    background: url("../images/logo_medium.png") no-repeat 0 30px;
    padding: 23px 0 37px 100px;
    position: relative;
}

.cardHeader .cardLogo {
    display: inline-block;
    height: 82px;
    left: 0;
    position: absolute;
    top: 30px;
    width: 77px;
    cursor: default;
}

.descriptLow {
    background: url("../images/warning.png") no-repeat 0 0;
    color: #d0562b;
    font-size: 13px;
    padding: 0 0 15px 35px;
}

.reestr {
    color: #d0562b;
    font-size: 13px;
    padding: 0 0 25px 35px;
}

.public {
    color: #b4b4b4;
    font-size: 14px;
}

.cooperative {
    background: url("../images/public.png") no-repeat 0 0;
    float: left;
    margin-left: -9px;
    margin-right: 9px;
    height: 35px;
    width: 36px;
}

.registerBox .cooperative {
    background: url("../images/public_s.png") no-repeat 0 0;
    float: none;
    display: inline-block;
    height: 25px;
    position: absolute;
    right: 32px;
    top: 4px;
    width: 26px;
}

.contentTabs {
    padding-bottom: 20px;
}

.noticeTabs table td:first-child {
    border-radius: 5px 0 0 5px;
}

.noticeTabs td {
    background-color: #eff0f1;
    color: #5f6a74;
    font-size: 14px;
    font-weight: bold;
    padding-left: 25px;
    text-align: center;
    text-transform: uppercase;
}

.noticeTabs td.currentTab span {
    border-bottom: 3px solid #018ccd;
    cursor: default;
}

.noticeTabs td span {
    border-bottom: 3px solid #eff0f1;
    cursor: pointer;
    display: inline-block;
    padding: 15px 0 12px;
    width: 100%;
}

.noticeTabs table td:last-child {
    border-radius: 0 5px 5px 0;
    padding-right: 25px;
}

.size14 {
    font-size: 14px;
}

.noticeTabBox h2 {
    background-color: #eff0f1;
    border: 2px solid #d3d7db;
    border-bottom: none;
    border-radius: 4px 4px 0 0;
    color: #d0562b;
    font-size: 16px;
    padding: 10px 15px;
    text-transform: uppercase;
}

.noticeTabBoxWrapper {
    background-color: #ffffff;
    border: 2px solid #d3d7db;
    border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    margin-bottom: 20px;
    padding: 0px;
}
.noticeTabBox strong{text-transform: uppercase}
.noticeTabBox i{color:#b4b4b4; padding-top: 15px; font-size:12px; line-height: 35px;}
/*.tableNews th, .tableNews thead, .tdHead{background: #dbe1e6;}*/
.tableNews td{background: #eff0f1;}
.noticeTabBox td {
    border-bottom: 1px solid #e1e1e1;
    padding: 9px 15px;
    vertical-align: top;
}

.newsBlock .tableNews td, .mainNew .tableNews td {
  background-color: #fff;
}

.noticeTabBox th{
    padding-left: 15px;
    text-align: left;
}

.noticeTabBox table td:first-child {
    color: #41484e;
    width: 280px;
}


.noticeTabBox table td:first-child{
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-topright: 0;
    -moz-border-radius-bottomright: 0;
}
.noticeTabBox table td:last-child{

}
.noticeTabBox table thead th{
    height: 62px;
}
.noticeTabBox table thead th:first-child{
    -webkit-border-top-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    -moz-border-radius-bottomright: 0;
    -moz-border-radius-topright: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.noticeTabBox table td:last-child{
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-bottomleft: 0;
    -moz-border-radius-topleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
/*.noticeTabBox table td:last-child {
    color: #7b7b7b;
}*/

.noticeTabBox table tr:last-child td {
    border-bottom: none;
}

.disibleText {
    color: #a6a6a6 !important;
}

.addingTbl {
    padding: 5px 17px 17px 17px;
    table-layout: fixed
}

.expandTbl table {
    table-layout: auto;
}

.likeLink {
    cursor: pointer;
    color: blue;
    text-decoration: underline;
}

.likeLink :hover {
    text-decoration: none;
    text-shadow: 1px 1px 1px #555;
}


.col6Tbl {
    padding: 17px;
}

.noticeTabBox .addingTbl th, .addingTbl th {
    text-transform: uppercase;
    background: #dbe1e6;
}

.noticeTabBox .addingTbl td, .addingTbl td {
    background-color: #eff0f1;
    border-bottom: none;;
    color: #5f6a74 !important;
}


.noticeTabBox .addingTbl td:last-child, .addingTbl td:last-child {
    border-radius: 0 5px 5px 0;
    border-radius: 0 0px 0px 0\0/;
}

.addingTbl table td:first-child {
    border-radius: 4px 0 0 4px;
    border-radius: 0 0px 0px 0\0/ max-width: 130px;
    width: 130px;
}

.noticeTabBox .addingTbl td:first-child, .addingTbl td:first-child {
    border-radius: 5px 0 0 5px;
    border-radius: 0px 0 0 0px\0/ max-width: 130px;
}

.noticeTabBox tbody td{
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

.addingTbl th:first-child,
.addingTbl tr:first-child td:first-child {
    border-radius: 4px 0 0 4px;
    border-radius: 0 0px 0px 0\0/;
    max-width: 130px;

}


.addingTbl th:last-child,
.addingTbl td:last-child {
    border-radius: 0 4px 4px 0;
    border-radius: 0 0px 0px 0\0/;
}

.addingTbl th:last-child {
    padding-right: 15px;
}

.noticeTabBox .Col4Tbl td:first-child {
    width: 460px;
}

.noticeTabBox .Col4Tbl td:last-child {
    width: 80px;
}

.noticeTabBox .col6Tbl td {
    border-left: 1px solid #fff;
    padding: 9px 5px;
    text-align: center;
}

.noticeTabBox .col6Tbl td:first-child {
    border-left: none 0;
    padding: 9px 15px;
    text-align: left;
    width: 360px;
}


.tdHead, .subTdHead {
    font-weight: bold;
    text-transform: uppercase;
}

.noticeTabBox .addingTbl .tdHead td {
    vertical-align: middle;
}

.noticeTabBox .addingTbl .tdHead td, .noticeTabBox .addingTbl .tdTotal td {
    background-color: #dbe1e6;
    font-weight: bold;
}

.delimTr, .noticeTabBox .addingTbl .delimTr, .delimGreyTr {
    background-color: #fff;
    font-size: 1px;
    height: 3px;
    line-height: 0;
    overflow: hidden;
    padding: 0 !important;
}

.delimGreyTr {
  background-color: #eff0f1;
}

.noticeTabBox .col6Tbl .delimTr {
    padding: 0 !important;
}

.noticeTabBox .col6Tbl .tdTotal td {
    border-left: none;
    white-space: nowrap;
}

.noticeTabBox p {
    padding-bottom: 10px;
}

.noticeBoxExpand {
    background-color: #eff0f1;
    border: 2px solid #d3d7db;
    border-radius: 5px;
    margin-top: 20px;
    padding: 10px 20px 10px 20px;
}

.noticeBoxExpand h3 {
    background: url("../images/expand_arrow.png") no-repeat 0 50%;
    cursor: pointer;
    font-size: 16px;
    text-transform: uppercase;
    padding: 0 0 0 30px;
}

.noticeBoxExpand .collapceArrow {
    background: url("../images/collapce_arrow.png") no-repeat 0 50%;
}

.expandRow {
    border: 1px solid #d3d7db;
    border-top: 0;
    border-radius: 0 0 4px 4px;
    display: none;
    margin: -4px 0 0 0;
    padding: 20px 20px 0 20px;
}

.noticeTabBox .expandRow table td:first-child {
    width: 259px;
}

.wrapArrow {
    position: relative;
}

.expandTr {
    background: url("../images/expand_arrow.png") no-repeat 0 0px;
    cursor: pointer;
    display: inline-block;
    height: 8px;
    left: 2px;
    position: absolute;
    top: 2px;
    width: 12px;
}

.expandTr.collapseTr {
    background: url("../images/collapce_arrow.png") no-repeat 0 0px;
}

.noticeTabBox .toggleTr {
    display: none;
}

.noticeTabBox .toggleTr td td {
    background-color: #dbe1e6;
}

.noticeTabBox .toggleTr td td:first-child {
    width: 543px;
}

.noticeTabBox .toggleTr td td:nth-child(2), .noticeTabBox .col6Tbl td:nth-child(5) {
    width: 90px;
}

.noticeTabBox .toggleTr .delimTr {
    height: 2px;
    background-color: #eff0f1;
}

.noticeTabBox .toggleTr td:last-child {
    border-radius: 0 5px 5px 0px;
    padding-top: 0;
}

.noticeTabBox .toggleTr td td:last-child {
    width: 68px;
}

.popUp {
    margin-left: -250px;
    position: absolute;
    overflow-y: auto;
    z-index: 102;
    width: 530px;
    left: 50%;
    top: 50%;
    background-color: #fff;
    border-radius: 5px;
}

.popUpWrapper {
    padding: 40px 40px 20px;
}

.modal h1 {
    text-align: center;
    margin-bottom: 35px;
}

.modal .text p {
    padding-bottom: 25px;
    color: #5f6a74;
}

.modal span.closePopUp {
    background: url(../images/close.png);
    width: 30px;
    height: 30px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer;
}

.tableListNews {
  margin: 10px 0 20px;
  table-layout: fixed;
}

.tableListNews td {
  border-top: 2px solid #eff0f1;
  padding: 15px 0;
  vertical-align: top;
}

.tableListNews td:first-child {
  width: 185px;
}

.tableListNews .timeNews, .tableListNews .fzNews, .tableListNews td:first-child dd, .tableListNews td:first-child dd a {
  color: #b4b4b4;
  text-decoration: none;
}

.tableListNews .timeNews {
  padding-right: 8px;
}

.tableListNews dd {
  padding-top: 5px;
}

.tableListNews dt a {
  font-size: 14px;
}

.tableListNews td:last-child dd {
  color: #5b5b5b;
}

.orangeBox {
    background-color: #fdd7c9;
    border-radius: 5px;
    padding: 13px 15px;
}

.greyBox {
  background-color: #eff0f1;
  border-radius: 5px;
  padding: 13px 15px;
}

.darkGreyBox {
  background-color: #dbe1e6;
  border-radius: 5px;
  padding: 13px 15px;
}

.paging {
    text-align: center;
}

.paging .leftArrow a, .paging .rightArrow a {
  background: url("../images/expand_btn_sprite.png") no-repeat 0 -244px;
  padding-right: 15px;
}

.paging .rightArrow a {
  background-position: 0 -164px;
}


.paging li {
    display: inline;
    font-size: 12px;
    padding: 5px 7px;
}

.paging .currentPage {
    background-color: #fff;
    border-radius: 3px;
    color: #d0562b;
    font-weight: bold;
    margin: 0 5px;
    padding: 5px 11px;

}

.paging li a {
    color: #5f6a74;
}

.allRecords {
  color: #b4b4b4;
  float: right;
}

.allRecords strong {
  color: #41484e;
}

.scrollUp {
  background: url("../images/page_up.png") no-repeat 0 3px;
  color: #b4b4b4;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  padding-left: 30px;
  text-transform: uppercase;
}

.margBtm50 {
  margin-bottom: 50px;
}

.pinkBg {
  background-color: #fdd7c9;
}

.paginator .orange {
  float: right;
  font-size: 16px;
  font-weight: bold;
  line-height: 12px;
  padding-left: 30px;
}

.infotable{
    background: #eff0f1;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.infotable thead th{
    height: 55px;
    background: #dbe1e6;
    text-align: left;
    padding-left: 15px;
    text-transform: uppercase;
}

.resolutionBox {
  padding-top: 20px;
}

.resolutionBox h2 {
  background-color: #eff0f1;
  border: 2px solid #d3d7db;
  border-bottom: none;
  border-radius: 4px 4px 0 0;
  color: #41484e;
  font-size: 20px;
  padding: 15px 15px;
}

.resolutionBox .noticeTabBoxWrapper div:first-child {
  border-bottom: 1px solid #e1e1e1;
  padding: 15px 15px;
}

.resolutionBox .noticeTabBoxWrapper div:last-child {
  border-top: 1px solid #e1e1e1;
  padding: 10px 20px;
}

.resolutionBox p, .resolutionBox dl {
  padding: 15px 20px;
}

.resolutionBox dl {
  padding-top: 0px;
}

.resolutionBox dl dt {
  padding-bottom: 10px;
}

.resolutionBox dl dd {
  padding-left: 20px;
}

.resolutionBox dl dd li {
  padding-bottom: 7px;
}

h3 {
  color: #5b5b5b;
  font-size: 18px;
  font-weight: normal;
}

.lowList li, .sortBy > ul > li {
  display: inline;
}

.lowList label {
  padding-right: 20px;
  vertical-align: middle;
}

.lowList input {
    margin: -1px 7px 0 0px;
}

.sortBy {
  padding: 20px 0px 20px 15px;
}

.sortBy > ul > li:first-child {
  color: #b4b4b4;
}

.sortBy > ul:first-child {
  float: right;
}

.sortBy > ul:last-child > li {
  padding-right: 8px;
}

.pageSelect {
  position: relative;
}

.pageSelect ul {
  background-color: #fff;
  border: 1px solid #d3d7db;
  border-top: none 0px;
  border-radius: 0px 0px 3px 3px;
  display: none;
  left: 0px;
  position: absolute;
  top: 18px;
  width: 44px;
  z-index: 10;
}

.pageSelect li {
  cursor: pointer;
  padding: 2px 9px;
}

.pageSelect li:hover {
  background-color: #eff0f1;
}

.sortItem span {
  border-bottom: 1px dashed #018ccd;
  color: #018ccd;
  cursor: pointer;
  padding: 0px 0px;
}

.sortItem.activeSort span {
  background: #eff0f1 url("../images/sort_arrow.png") no-repeat 93% 11px;
  border-bottom: none 0px;
  border-radius: 4px;
  color: #d0562b;
  padding: 5px 23px 5px 10px;
}

.sortItem.activeSort.arrowTop span {
  background: #eff0f1 url("../images/sort_arrow.png") no-repeat 93% -37px;
}

.pageSelect span {
  background: url("../images/sort_arrow.png") no-repeat 88% -120px;
  border: 1px solid #fff;
  cursor: pointer;
  display: inline-block;
  padding: 3px 22px 3px 7px;
  text-align: center;
  width: 15px;
}

.pageSelect .openList {
  background: url("../images/sort_arrow.png") no-repeat 88% -186px;
  border: 1px solid #d3d7db;
  border-radius: 4px 4px 0px 0px;
}

.leftCol {
  float: left;
  width: 230px;
}

.rightCol {
  margin-left: 270px;
}

.leftColList {
  background-color: #eff0f1;
  border-radius: 5px;
  padding: 15px 5px 5px 25px;
}

.leftColList li {
  padding-bottom: 15px;
}

.leftColList a {
  color: #5f6a74;
}

.leftColList .currentItem a {
  color: #d0562b;
}

.rightCol h3 {
  padding: 15px 0px;
}

.viewDocTable td {
  background-color: #eff0f1;
  color: #5b5b5b;
  padding: 9px 8px;
}

.viewDocTable td:first-child {
  border-radius: 5px 0px 0px 5px;
  padding-left: 15px;
}

.viewDocTable td:last-child {
  border-radius: 0px 5px 5px 0px;
  padding-right: 15px;
}

.viewDocTable td.delimTr {
  background-color: #fff;
}

.filePic {
  width: 16px;
}

.filePic img {
  vertical-align: middle;
}

.viewDocTable .filePic {
  padding-right: 0px;
}

.versionName {
    width: 380px;
}

.viewDocTable .fileSize, .greyText, .noticeTabBox .addingTbl .greyText {
  color: #b4b4b4 !important;
}

.noticeTabBox .greyText td, .noticeTabBox .addingTbl .greyText td{
    color: #b4b4b4 !important;
}

.noticeTabBox .greyText td:first-child, .noticeTabBox .addingTbl .greyText td:first-child{
    color: #b4b4b4 !important;
}

.notSearch {
  background: url("../images/info_ico.png") no-repeat 0px 0px;
  color: #b4b4b4;
  padding-left: 25px;
}


.tableListNews .filePic {
  padding-right: 8px;
}

.tableListNews dt .greyText {
  font-size: 14px;
  padding-left: 5px;
}

.rss-feed {
    font-size: 12px;
    color: #b4b4b4;
    line-height: 12px;
    vertical-align: middle;
    margin-bottom: 10px;
}

.rss-feed a {
    color: #f9794c;
    font-size: 22px;
    font-weight: bold;
    text-transform: none;
}

.rss-feed .help {
    vertical-align: middle;
    margin-bottom: 4px;
}

.noticeTabBox .addingTbl.col9Tbl,
.noticeTabBox .addingTbl.col3Tbl {
    padding: 15px;
}

.noticeTabBox .addingTbl.col3Tbl td:nth-child(1) {
    width: 250px;
}

.noticeTabBox .addingTbl.col3Tbl td:nth-child(2) {
    width: 420px;
}

.noticeTabBox .addingTbl.col6Tbl-alt {
    padding: 17px;
}

.noticeTabBox .addingTbl.col6Tbl-alt td:nth-child(1) {
    width: 500px;
}

.noticeTabBox .addingTbl.col6Tbl-alt td:nth-child(2) {
    width: 140px;
}

.noticeTabBox .addingTbl.col6Tbl-alt td:nth-child(6) {
    width: 100px;
}

.noticeTabBox .addingTbl.col9Tbl td {
    padding-left: 8px;
    padding-right: 8px;
    word-wrap: break-word;
}

.noticeTabBox .addingTbl.col9Tbl .tdHead td {
    word-wrap: normal;
}

.noticeTabBox .addingTbl.col9Tbl td:first-child {
    padding-left: 17px;
    width: auto;
}

.noticeTabBox .addingTbl.col9Tbl td:last-child {
    padding-right: 17px;
}

.noticeTabs.condensed td {
    padding-left: 24px;
}

.rssBox {
  background: url("../images/load_ico.png") no-repeat 0px 0px;
  color: #f9794c;
  font-size: 16px;
  font-weight: bold;
  float: right;
  margin-left: 15px;
  padding: 3px 0px 3px 35px;
}

.paginator label {
  display: inline-block;
}

.paginator label input {
  margin: -3px 7px 0px 0px;
}

.inlineBlock {
  display: inline-block;
}

.paging.inlineBlock {
  padding-left: 80px;
}

@media all and (-webkit-min-device-pixel-ratio:0) {
.paging.inlineBlock {
  width: 300px;
}
}

.paginator.extendedVariant .allRecords, .paginator.extendedVariant .paging {
  padding-top: 7px;
}

.noticeTabs td .line2Th {
  height: 26px;
  padding-top: 25px;
}

.noticeTabBox .addingTbl.expandTbl {
  padding: 15px;
}

.noticeTabBox .addingTbl.expandTbl td {
  padding: 9px 5px;
}

.noticeTabBox .addingTbl.expandTbl > table > tbody > tr > td:first-child {
  width: 12px;
}

.noticeTabBox .addingTbl.expandTbl > table > tbody > tr >  td:nth-child(2) {
  text-align: center;
  width: 35px;
}

.noticeTabBox .addingTbl .rowExpand td:first-child {
  background-color: #dbe1e6;
  padding: 9px 10px;
  text-align: center;
  vertical-align: middle;
}

.noticeTabBox .addingTbl.expandTbl td.delimTr {
  background-color: #fff;
}

.rowExpand .expandTr {
  position: static;
}

.toggleTr.expandRow {
  border: none 0px;
}

.noticeTabBox .toggleTr.expandRow > td {
  border-radius: 0px 0px 5px 5px;
  padding: 0px;
}

.noticeTabBox .toggleTr.expandRow > td > div > table > tbody > tr > td.parentTd, .noticeTabBox .toggleTr.expandRow > td > div > table > tbody > tr > td.parentTd td {
  background-color: transparent;
  border-top: none 0px;
  padding: 0px;
}

.noticeTabBox .toggleTr.expandRow > td > div > table > tbody > tr > td, .noticeTabBox .toggleTr > td > div > table > tbody > tr > td.parentTd table.contentTd > tbody > tr > td {
  background-color: transparent;
  border-top: 1px solid #dbe1e6;
  padding: 9px 10px 9px 20px;
}

.noticeTabBox .toggleTr.expandRow > td > div > table > tbody > tr > td.parentTd tr.tdHead td, .noticeTabBox .toggleTr.expandRow > td > div > table > tbody > tr > td.parentTd tr.tdTotal td {
  color: #5f6a74 !important;
  background-color: #dbe1e6;
  border: none 0px;
}

.noticeTabBox .toggleTr.expandRow > td > div > table > tbody > tr > td.parentTd .adding2Tbl td {
    padding: 9px 5px;
}

.noticeTabBox .toggleTr.expandRow > td > div > table > tbody > tr > td.parentTd .adding2Tbl td:first-child {
  padding-left: 15px;
}

.noticeTabBox .toggleTr.expandRow td td:first-child {
  color: #41484e !important;
  width: 300px;
}

.noticeTabBox .toggleTr.expandRow td td:last-child {
  color: #7b7b7b !important;
  width: auto;
}

.noticeTabBox .toggleTr.expandRow td td.titleRow {
  border-top: 1px solid #fff;
  color: #d0562b !important;
  font-weight: bold;
  padding: 12px 20px;
  text-transform: uppercase;
}

.noticeTabBox .toggleTr.expandRow td td.disibleText {
    color: #a6a6a6 !important;
}

.noticeTabBox .adding2Tbl .addingTbl {
  padding: 0px;
}

.noticeTabBox .adding2Tbl .addingTbl td {
  background-color: #eff0f1;
  border: none 0px;
  color: #5f6a74;
}

.noticeTabBox .adding2Tbl .addingTbl .tdHead td, .noticeTabBox .adding2Tbl .addingTbl .tdTotal td {
  background-color: #dbe1e6;
}

.noticeTabBox .adding2Tbl .addingTbl td:first-child {
  padding-left: 15px;
}

.noticeTabBox .addingTbl .disibleText {
    color: #a6a6a6 !important;
}

.addingTbl .descriptLow {
  margin-left: 10px;
}

.addingTbl .descriptLow a {
  color: #d0562b;
}

.noticeBoxExpandAlt h3 {
    color: #d0562b;
    font-weight: bold;
    background-image: url("../images/expand_arrow_alt.png");
}

.noticeBoxExpandAlt .collapceArrow {
    background-image: url("../images/collapse_arrow_alt.png");
}

.expandRowAlt {
    padding: 0;
    border: 2px solid #d3d7db;
}

.innerTable td {
    padding: 0 0 0 6px;
}

.innerTable td:first-child {
    padding-left: 0;
}

.noticeTabBox .expandRow .innerTable td:first-child {
    width: auto;
}

.noticeTabBox .expandRow .innerTable .largeCell {
    width: 300px;
}

.noticeTabBox .addingTbl.col5Tbl {
    padding: 15px;
}

.noticeTabBox .addingTbl.col5Tbl td:first-child {
    width: auto;
}

.noticeTabBox .addingTbl.col5Tbl td {
    border-radius: 0;
}

.noticeTabBox .addingTbl .tblSubHeading {
    border-bottom: 1px solid #dbe1e6;
}

.noticeTabBox .addingTbl.expandTbl.expandTblAlt > table > tbody > tr > td {
    width: auto;
    text-align: left;
    padding: 9px 10px;
}

.noticeTabBox .addingTbl.expandTbl.expandTblAlt table {
    table-layout: fixed;
}

.noticeTabBox .addingTbl.expandTbl.expandTblAlt .innerTbl td {
    padding: 9px 10px;
}

.noticeTabBox .addingTbl.expandTbl.expandTblAlt td:nth-child(1) {
    width: 7px;
}

.noticeTabBox .addingTbl.expandTbl.expandTblAlt .innerTbl td:nth-child(1) {
    width: 178px;
}

.noticeTabBox .addingTbl.expandTbl.expandTblAlt td:nth-child(2) {
    width: 150px;
}

.noticeTabBox .addingTbl.expandTbl.expandTblAlt td:nth-child(3),
.noticeTabBox .addingTbl.expandTbl.expandTblAlt .innerTbl td:nth-child(2) {
    width: 150px;
}

.noticeTabBox .addingTbl.expandTbl.expandTblAlt td:nth-child(4),
.noticeTabBox .addingTbl.expandTbl.expandTblAlt .innerTbl td:nth-child(3) {
    width: 150px;
}

.noticeTabBox .addingTbl.expandTbl.expandTblAlt td:nth-child(5),
.noticeTabBox .addingTbl.expandTbl.expandTblAlt .innerTbl td:nth-child(4) {
    width: 100px;
}

.noticeTabBox .addingTbl.expandTbl.expandTblAlt td:nth-child(6),
.noticeTabBox .addingTbl.expandTbl.expandTblAlt .innerTbl td:nth-child(5) {
    width: 100px;
}

.noticeTabBox .addingTbl.expandTbl.expandTblAlt .innerTbl {
    padding: 0;
}

.noticeTabBox .addingTbl.expandTbl.expandTblAlt .innerTbl td {
    background-color: transparent;
}

.awardIcon {
    background: url("../images/award-bg.png");
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
    background-size: 100% auto;
    vertical-align: middle;
}

.printerIcon {
    background: url("../images/printer.png");
    width: 26px;
    height: 26px;
    display: inline-block;
    margin-right: 5px;
    background-size: 100% auto;
    vertical-align: middle;
}

.extendedVariant {
  padding: 5px 15px;
}

table .contract-sum {
    width: 150px;
}

.orangeTabs {
  background-color: #eff0f1;
  border-radius: 5px 5px 0px 0px;
  padding: 7px 0px 0px 0px;
}

.orangeTabs table {
  margin: 0px 7px 0px 7px;
}

.orangeTabs td {
  border-radius: 5px 5px 0px 0px;
  color: #5f6a74;
  cursor: pointer;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  padding: 5px 10px;
  text-align: center;
  text-transform: uppercase;
}

.orangeTabs .orangeLine {
  background-color: #f9794c;
  border-radius: 0px;
  height: 5px;
  font-size: 1px;
  line-height: 0px;
  overflow: hidden;
  padding: 0px;
}

.orangeTabs td.currentTab {
  background-color: #f9794c;
  color: #fff;
}

.orangeTabs td span {
  white-space: nowrap;
}

.filterParametrs .collapceBox {
  background-position: 10px 8px;
  float: right;
  padding: 5px 0px 5px 32px;
  position: static;
}

.filterParametrs .expandBox {
    background-position: 10px -77px;
}

.filterParametrs {
  padding: 20px 0px 10px 0px;
}

.filterParametrs li {
  border-bottom: 1px solid #018ccd;
  color: #018ccd;
  cursor: pointer;
  display: inline;
  margin-right: 20px;
}

.filterParametrs li:hover {
  border-bottom: none 0px;
}

.filterParametrs li.currentPar {
  border-bottom: none 0px;
  color: #5b5b5b;
  cursor: default;
  font-size: 18px;
}

.topic {
    font-size: 14px;
    margin-bottom: 5px;
}

.topic strong {
    color: #d0562b;
}

.expandTblAlt .toggleTr {
    border-top: 1px solid #fff;
}

.noticeTabBox .addingTbl.expandTblContract > table > tbody > tr > td {
    padding: 9px 15px;
}

.noticeTabBox .addingTbl.expandTblContract > table > tbody > tr > td:nth-child(2) {
    width: 130px;
    text-align: left;
}

.noticeTabBox .addingTbl.expandTblContract > table > tbody > tr > td:nth-child(4) {
    width: 400px;
}

.noticeTabBox .addingTbl.expandTblContract > table > tbody > tr > .noPadding {
    padding: 0;
}

.pseudoInputBox {
  padding: 12px 20px;
}

.pseudoInput {
  background: #fff url("../images/blue_arrow.png") no-repeat 99% 15px;
  border: 2px solid #d3d7db;
  border-radius: 3px;
  cursor: pointer;
  font-size: 13px;
  min-height: 20px;
  overflow: hidden;
  padding: 10px 30px 10px 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pseudoInputS {
  background: #fff url("../images/blue_arrow.png") no-repeat 98% 12px;
  border: 2px solid #d3d7db;
  border-radius: 4px;
  cursor: pointer;
  font-size: 12px;
  min-height: 20px;
  overflow: hidden;
  padding: 0px 30px 0px 0px;
  text-indent: 10px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.pseudoInputWarning {
  background: #ffdeda url("../images/warning_ico.png") no-repeat 10px 7px;
  border: 2px solid #f1c9c5;
  border-radius: 4px;
  color: #e2351e;
  cursor: pointer;
  font-size: 12px;
  min-height: 20px;
  padding: 0px 0px 0px 30px;
}

.listParametrsSearch li {
  color: #5f6a74;
  padding: 5px 0px 0px;
}

.filterBlock .darkGreyBox {
  border-radius: 0px 0px 5px 5px;
  margin-top: -3px;
}

.filterBlock .saveIcon {
  background: url("../images/save_ico.png") no-repeat 0px 0px;
  padding: 0px 0px 0px 25px;
  text-decoration: none;
}

.scrollableTable {
    width: 100%;
    overflow-x: scroll;
}

.scrollableTable table {
    table-layout: fixed;
}

.noticeTabBox .scrollableTable table td {
    width: 105px;
}

.addingTbl.pdn17 {
    padding: 17px;
}

.addingTbl.pdn15 {
    padding: 15px;
}

.noticeTabBox .expandTblContract .toggleTr.expandRow .addingTbl td:last-child,
.noticeTabBox .expandTblContract .toggleTr.expandRow .addingTbl td:first-child {
    color: #5f6a74 !important;
}

.noticeTabBox .expandTblContract .col4TblContract table td:first-child {
    width: auto !important;
}

.noticeTabBox .expandTblContract .col4TblContract table td:nth-child(2) {
    width: 250px;
}

.expandTblContract .rowExpand {
    border-bottom: 1px solid #fff;
}

.resultItem {
  background-color: #fff;
  border: 2px solid #d3d7db;
  border-radius: 4px;
  color: #41484e;
  display: inline-block;
  margin-bottom: 5px;
  margin-right: 5px;
  padding: 4px 8px 4px 8px;
}

.listParametrsSearch label {
  padding-right: 7px;
}

.resultItem span {
  background: url("../images/close_ico.png") no-repeat 0px 0px;
  cursor: pointer;
  margin-left: 10px;
  padding: 0px 0px 0px 15px;
  vertical-align: middle;
}

.registerBox {
  border: 2px solid #d3d7db;
  border-radius: 5px;
  padding: 0px;
  position: relative;
}

.registerBox table {
  margin: 15px 0px;
}

.registerBox td {
  color: #41484e;
  padding-left: 17px;
  vertical-align: top;
}

.registerBox td:first-child {
  width: 180px;
}

.registerBox td:last-child {
  width: 175px;
}

.printLink {
  background: url("../images/print_ico.png") no-repeat 0px 0px;
  display: inline-block;
  height: 40px;
  position: absolute;
  right: -10px;
  top: -10px;
  width: 41px;
}

.reportBox {
  background-color: #eff0f1;
  border-top: 2px solid #d3d7db;
  padding: 10px 20px;
}

.reportBox li {
  color: #b4b4b4;
  display: inline;
  padding: 0px 3px 0px 0px;
}

.reportBox li a {
  padding-right: 5px;
}

.tenderTd dt {
  font-size: 13px;
  padding-bottom: 7px;
}

.tenderTd a {
  color: #d0562b;
  font-size: 12px;
  text-decoration: none;
}

.tenderTd dd {
  padding-bottom: 2px;
}

.tenderTd dd.padLeft0:last-child span {
  top: 0px;
}

.blockIco {
  background: url("../images/block-ico-grey.png") no-repeat 0px 0px;
  padding: 0 20px;
}

.checked {
  background: url("../images/check_ico.png") no-repeat 0px 0px;
  padding: 0 20px;
}

.tenderTd .fzNews, .tenderTd .timeNews, .tenderTd .blockIco, .tenderTd .checked {
  color: #b4b4b4;
  padding-right: 3px;
}

.tenderTd dd:last-child {
  padding-left: 20px;
}

.tenderTd dd:last-child span {
  color: #b4b4b4;
  font-size: 11px;
  position: relative;
  top: -5px;
}

.tenderTd dd strong {
  color: #41484e;
  font-size: 22px;
}

.tenderTd dd:last-child strong span {
  color: #41484e;
  font-size: 14px;
  position: static;
}

.descriptTenderTd dl {
  margin-top: -3px;
}

.descriptTenderTd dt {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 6px;
}

.descriptTenderTd .nameOrganization, .descriptTenderTd .nameOrganization:last-child {
  color: #b4b4b4;
  padding-bottom: 10px;
  text-transform: uppercase;
}

.descriptTenderTd dd:last-child {
  color: #41484e;
}

.amountTenderTd ul {
  padding-top: 25px;
}

.amountTenderTd ul li {
  padding-bottom: 1px;
}

.amountTenderTd ul label {
  color: #b4b4b4;
  display: inline-block;
  width: 95px;
}

.cryptoSigns {
    background: url("../images/award-bg.png");
    width: 26px;
    height: 26px;
    display: inline-block;
    vertical-align: middle;
}

.printForm {
    background: url("../images/printer.png");
    width: 26px;
    height: 26px;
    display: inline-block;
}

#notice-documents > tbody > tr > td:first-child {
    width: auto;
}

td.document-status {
    width: 340px;
    padding: 9px 0;
}

td.document-status table {
    table-layout: fixed;
}

#notice-documents .document-status td {
    padding: 0 10px 0 0;
    color: #7b7b7b;
}

td.document-status td:first-child {
    width: 160px;
}

.successCheckAntivirus {
    background-image: url("../images/antivirus-check.png");
    display: inline-block;
    width: 16px;
    height: 16px;
}

.cryptoSignsSmall {
    background-image: url("../images/award.png");
    display: inline-block;
    width: 14px;
    height: 16px;
}

.noticeTabBox .toggleTr.expandRow td td td:first-child {
    padding-right: 10px !Important;
    width: 320px;
}

#notice-documents tr td {
    border-bottom: none;
}

#notice-documents > tbody > tr {
    border-bottom: 1px solid #e1e1e1;
}

#notice-documents tr.inactive-order-info td {
    background-color: #f8f8f9;
    color: #a6a6a6;
}

#revisionViewToggle,
#attachmentViewToggle a {
    font-size: 14px;
    line-height: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #41484e;
    text-decoration: none;
    border-bottom: 1px #41484e dashed;
}

#attachmentViewToggle a {
    font-size: 12px;
}

#notice-documents td{
    border-bottom: none;
}

.revisionToggleWrapper {
    float: right;
}
.contentHeadingWrapper {
    display: inline-block;
}

.actualedition{
    color: #7b7b7b !important;
}

.tenderTd .fzNews, .tenderTd .timeNews, .tenderTd .blockIco, .tenderTd .checked {
    color: #b4b4b4;
    padding-right: 3px;
}

.edsBox {
    border: 1px solid #C5D3DC;
    display: none;
    font-size: 12px;
    height: 60px;
    margin: 10px 0px 15px 20px;
    overflow-y: auto;
    padding: 3px 7px 7px;
}

.edsContent {
    font-size: 14px;
    padding-top: 10px;
}

.edsContentNo {
    font-size: 14px;
    padding-top: 10px;
}

.edsContent dt {
    background: url(../../images/newDesign/ic-6.png) no-repeat 0px 2px;
    padding: 5px 0px 15px 35px;
}

.edsContentNo dt {
    background: url(../../images/newDesign/ic-5.png) no-repeat 0px 2px;
    padding: 5px 0px 15px 35px;
}

.edsContent dd {
    color: #979797;
    font-size: 12px;
    padding-left: 20px;
}

.edsContentNo dd {
    color: #979797;
    font-size: 12px;
    padding-left: 20px;
}

.changeText {
    cursor: pointer;
    display: inline-block;
    height: 20px;
    margin: 0px 0px 0px 20px;
    padding: 5px 35px 3px 0px;
}

.changeText strong {
    border-bottom: 1px dotted #0075C5;
    color: #000;
    font-weight: normal;
}

.block-icon {
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background-image: url("../images/block-icon.png");
}

.nonperformingedition {
    color: #a6a6a6 !important;
}

.includeTbl, .includeTbl td {
  background-color: transparent !important;
  border: none 0px !important;
  border-radius: 0px !important;
  color: inherit !important;
  padding: 0px !important;
  margin: 0px !important;
  text-align: left !important;
  vertical-align: top !important;
}

.uppercaseNone {
  text-transform: none !important;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.orangeBtn, .greyBtn {
  background-color: #f9794c;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  padding: 6px 10px;
  text-transform: uppercase;
}

.bigOrangeBtn, .bigGreyBtn {
  background-color: #f9794c;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 14px;
  font-weight: bold;
  padding: 11px 15px;
  text-transform: uppercase;
}

.bigGreyBtn, .greyBtn {
  background-color: #a0a6ab;
}

.blueBtn {
  background-color: #2098df;
  border-radius: 4px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  padding: 7px 15px;
}

a.blueBtn, a:hover.blueBtn, .filterBlock a:hover.blueBtn {
  text-decoration: none;
}

.darkGreyBox.rightBtnBox {
  padding: 9px 15px 6px 15px;
}

.darkGreyBox .floatRight {
  display: none;
}

.darkGreyBox.rightBtnBox .floatRight {
  display: block;
}

.darkGreyBox.rightBtnBox .saveIcon {
  line-height: 43px;
}

.clearAll {
  background: url("../images/close_blue_ico.png") no-repeat 1px 1px;
  color: #018ccd;
  cursor: pointer;
  padding-left: 25px;
}

.clearAll em {
  border-bottom: 1px dashed #018ccd;
  font-style: normal;
}

.clearAll em:hover {
  border-bottom: none 0px;
}

.listParametrsChoice {
  display: none;
}

.listParametrsChoice .lowList {
  display: inline;
  vertical-align: top;
}

.listParametrsChoice > li > label {
  display: inline-block;
  width: 180px;
}

.listParametrsChoice .lowList input, .saveExtendedSearch .lowList input, .styleLabelCheck input {
    margin: -4px 7px 0 0;
}

.size110 {
  width: 110px;
}

input.height30 {
  height: 30px;
  line-height: 30px;
}

.height30 {
  height: 30px;
  line-height: 26px;
}

.pseudoInputS.height30, .pseudoInputWarning.height30 {
  line-height: 30px;
}

.datepicker_ru {
  background: url("../images/calendar_ico.png") no-repeat 94% 50%;
}

.datepicker_ru.colorValue{
  color: #5b5b5b !important;
}

.listParametrsChoice li, .saveExtendedSearch li {
  padding-bottom:5px;
}

.vAlignMiddle {
  vertical-align: middle !important;
}

.vAlignTop {
  vertical-align: top !important;
}

.select {
  background-color: #fff;
  border: 2px solid #cecece;
  border-radius: 4px;
  color: #5b5b5b;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  left: 0px;
  line-height: 25px;
  overflow: hidden;
  padding: 0px 25px 0px 10px;
  position: absolute;
  top: 0px;
  white-space: nowrap;
}

.select .selectRight {
  background: url("../images/sort_arrow.png") no-repeat 0px -129px;
  display: inline-block;
  height: 6px;
  position: absolute;
  right: 7px;
  top: 11px;
  width: 10px;
}

.width200, .width200 select  {
  width: 200px;
}

.width200 .select  {
  width: 161px;
}

.width340, .width340 select  {
  width: 343px;
}

.width340 .select  {
  width: 306px;
}

.width420 {
  width: 420px;
}

input.width420 {
  width: 425px;
}

.width480 {
  width: 480px;
}

.width520 {
  width: 520px;
}

.width225 {
  width: 225px;
}

input.width225 {
  width: 225px;
}

span.selectBox {
  display: inline-block;
  position: relative;
  top: 1px;
}

.selectBox.width340 {
  top: 0px;
  vertical-align: top;
}

span.selectBox select {
  height: 28px;
  position: relative;
  z-index: 10;
}

.mainBox .content {
    padding-top: 15px;
}

.mainBox .content:last-child {
    margin-bottom: 50px;
}

.tuningQuickSearchBlock {
  position: relative;
}

.tuningQuickSearchBox {
 background-color: #fff;
 display: none;
 position: absolute;
 width: 100%;
 z-index: 100;
}

.tuningQuickSearchBox .tuningQuickSearchList {
 border: 2px solid #d3d7db;
 border-radius: 0px 0px 3px 3px;
 border-top: none 0px;
 max-height: 227px;
 overflow-y: auto;
}

.tuningQuickSearchBox .tuningQuickSearchList li {
  border-bottom: 1px solid #eff0f1;
  color: #666a6f;
  padding: 6px 10px 6px 10px;
}

.tuningQuickSearchToolBox {
  float: right;
}

.editingBtn {
 background: url("../images/edit_ico.png") no-repeat 0px 0px;
 display: inline-block;
 height: 15px;
 margin-right: 10px;
 width: 16px;
}

.editingBtn:hover {
 background: url("../images/edit_ico.png") no-repeat 0px -31px;
}

.delBtn {
 background: url("../images/close_ico.png") no-repeat 0px 0px;
 cursor: pointer;
 display: inline-block;
 height: 15px;
 width: 15px;
}

.checkIco {
  background: url("../images/check_ico.png") no-repeat 0px 0px;
  cursor: pointer;
  display: inline-block;
  height: 18px;
  width: 18px;
}



.delBtn:hover {
 background: url("../images/close_blue_ico.png") no-repeat 0px 0px;
}

.tuningQuickSearchTitle, .editingBtn, .delBtn {
  cursor: pointer;
}

.separatedRowsTbl tr {
    border-bottom: 3px solid #fff;
}

.popUp h2 {
  font-size: 22px;
  margin-bottom: 20px;
}

.fullWidth {
  width: 100%;
}

.blocked span {
  background: #ffdeda url("../images/warning_ico.png") no-repeat 8px 6px;
  border-radius: 3px;
  color: #e2351e;
  display: inline-block;
  padding: 5px 10px 5px 32px;
  width: 140px;
}
.nameOrganization span {
  color: #41484e;
}

.greenText, .tenderTd .greenText {
  color: #2a944f;
}

.lotsInfo p {
  background: url("../images/expand_arrow.png") no-repeat 2px 5px;
  /*color: #d0562b;*/
  font-weight: bold;
  padding: 0px 0 5px 22px;
  text-transform: uppercase;
}

.lotsInfo p {
  background: url("../images/expand_arrow.png") no-repeat 2px 5px;
  cursor: pointer;
  font-weight: bold;
  padding: 0px 0 5px 22px;
  text-transform: uppercase;
}

.lotsInfo p.expandP {
  background: url("../images/collapse_arrow_alt.png") no-repeat 2px 4px;
  color: #d0562b;
}

.lotsInfo > div {
  display: none;
}

.registerBox .lotsInfo table {
  margin-bottom: 0px;
  margin-top: 5px;
}

.lotsInfo td{
  border-top: 1px solid #e1e1e1;
  padding-bottom: 10px;
  padding-top: 15px;
}

.lotsInfo table td:first-child {
  padding-right: 10px;
  width: 150px;
}

.lotsInfo table td:last-child {
   padding-right: 10px;
  width: auto;
}

.lotsInfo .descriptTenderTd dt {
    font-size: 12px;
    font-weight: normal;
    padding-bottom: 6px;
}

.lotsInfo .greyText, .lotsInfo .greyText:last-child {
  color: #b4b4b4;
}

.lotsInfo .greyText:last-child strong {
  color: #41484e;
  font-size: 14px;
}

.okdpPopUp {
    width: 830px;
    margin-left: -450px;
}

.okdpSearch input[type="text"] {
    width: 75%;
    margin-right: 4px;
    padding-right: 10px;
    vertical-align: middle;
}

.btn input[type="button"],
.btn input[type="reset"] {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    padding: 9px;
    border-radius: 5px;
}

.btn input[type="button"] {
    background-color: #f9794c;
}

.btn input[type="reset"] {
    background-color: #a0a6ab;
}

.btn input[disabled="disabled"] {
    color: #fff;
}

.okdpSearch .btn {
    margin-left: 4px;
    vertical-align: middle;
}

.okdpSearch {
    background-color: #eff0f1;
    padding: 18px 15px;
    border-radius: 5px;
}

.displaytagTable thead th {
    text-transform: uppercase;
    background: #dbe1e6;
    height: 62px;
    padding-left: 15px;
}


.displaytagTable thead th:first-child {
    border-radius: 4px 0 0 4px;
    border-radius: 0px 0 0 0px\0/;
}

.displaytagTable thead th:last-child {
    border-radius: 0 4px 4px 0;
    border-radius: 0 0px 0px 0\0/;
}

.displaytagTable td {
    background-color: #eff0f1;
    padding: 9px 15px;
}

#chooseOrganizationDialogDataHeader {
    table-layout: fixed;
    margin-top: 20px;
    text-align: left;
}

#chooseOrganizationDialogDataHeader tr {
    border-bottom: 3px solid #fff;
}

.displaytagTable td {
    vertical-align: top;
}

#chooseOrganizationDialogData td {
    padding-right: 0;
}

#chooseOrganizationDialogData td:last-child {
    border-right: 2px solid #fff;
}

#chooseOrganizationDialogData tr {
    border-bottom: 3px solid #fff;
}

#chooseOrganizationDialogData tr:last-child {
    border-bottom: none;
}

#chooseOrganizationTablePaginatorContainer {
    margin-top: 20px;
    background-color: #eff0f1;
    padding: 15px;
    border-radius: 5px;
}

#chooseOrganizationTablePaginatorContainer li {
    padding: 5px 6px 5px 8px;
    text-align: center;
}

#chooseOrganizationTablePaginatorContainer .allRecords {
    float: right;
    padding: 0;
}

#chooseOrganizationTablePaginatorContainer .paging {
    text-align: left;
}

#chooseOrganizationTablePaginatorContainer .paging .leftArrow {
    padding-left: 0;
}

.wrapperTableHeight {
    max-height: 420px;
    overflow-y: auto;
    overflow-x: hidden;
}

.okdpChoose {
    margin-top: 20px;
    text-align: center;
}

.okdpChoose .btn input {
    font-size: 14px;
    padding: 10px 15px;
}

.fz44_94,
.fz223 {
    background: url('../images/FZ-icon.png') no-repeat;
    width: 15px;
    height: 17px;
    display: inline;
    line-height: 20px;
}

.fz223:after,
.fz44_94:after  {
    display: inline;
    margin-left: 20px;
}

.fz44_94:after {
    content: "44-ФЗ";
    color: #d0562b;
}

.fz223:after {
    content: "223-ФЗ";
    color: #2a944f;
}

.choiceTableSelectedRow td {
    background-color: #fdd7c9;
}

.choiceTableSelectedRow .fz44_94,
.choiceTableSelectedRow .fz223 {
    background: url('../images/FZ-icon-selected.png') no-repeat;
}

.parentCompany #goodssearch {
    width: 100%;
}

.parentCompanyChoice {
    margin-top: 20px;
}

.parentCompanyChoice li {
    margin-bottom: 15px;
}

.scrollableBodyTbl {
    width: 100%;
}

.scrollableBodyTbl thead,
.scrollableBodyTbl tbody {
    display: block;
    width: 100%;
}

.scrollableBodyTbl tbody {
    overflow: auto;
    height: 400px;
}

#chooseOrganizationDialogDataHeader th:nth-child(1) {
    width: 170px;
}

#chooseOrganizationDialogDataHeader th:nth-child(2) {
    width: 70px;
}

#chooseOrganizationDialogDataHeader th:nth-child(3) {
    width: 70px;
}

#chooseOrganizationDialogDataHeader th:nth-child(4) {
    width: 90px;
}

#chooseOrganizationDialogDataHeader th:nth-child(5) {
    width: 130px;
}

#chooseOrganizationDialogDataContainer td:nth-child(1) {
    width: 170px;
}

#chooseOrganizationDialogDataContainer td:nth-child(2) {
    width: 70px;
}

#chooseOrganizationDialogDataContainer td:nth-child(3) {
    width: 70px;
}

#chooseOrganizationDialogDataContainer td:nth-child(4) {
    width: 90px;
}

#chooseOrganizationDialogDataContainer td:nth-child(5) {
    width: 130px;
}

#chooseOrganizationDialogDataContainer tr {
    cursor: pointer;
}

.darkGreyBox.saveExtendedSearch .floatRight {
  display: block;
}

.darkGreyBox.saveExtendedSearch {
  padding: 10px 15px 9px;
}

.saveExtendedSearch label {
  display: inline-block;
  width: 240px;
}

.saveExtendedSearch input[type="text"] {
  vertical-align: baseline;
}

.saveExtendedSearch .lowList {
    display: inline;
    vertical-align: top;
}

.saveExtendedSearch .lowList label, .saveExtendedSearch .styleLabelCheck, .styleLabelCheck {
  padding-right: 15px;
  width: auto;
}

.searchBtn {
  background: url("../images/white_zoom.png") no-repeat 10px 10px;
  padding-left: 40px;
}

.bigOrangeBtn.searchBtn {
  background-color: #f9794c;
}

.darkGreyBox.saveExtendedSearch .clearAll {
  line-height: 40px;
}

.viewTuning {
  color: #5b5b5b;
  display: inline-block;
  font-size: 13px;
  padding-right: 45px;
  position: relative;
}

.tuningIco {
  background: url("../images/option_ico.png") no-repeat 13px 9px;
  cursor: pointer;
  height: 35px;
  position: absolute;
  right: 0px;
  top: -8px;
  width: 45px;
  z-index: 15;
}

.tuningIco:hover {
  background-color: #eff0f1;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.tuningIco:hover ul, .tuningIco:hover .tuningDelim {
  display: inline-block;
}

.tuningIco ul {
  background-color: #eff0f1;
  border-radius: 0px 5px 5px 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  display: none;
  font-size: 12px;
  left: 0px;
  padding: 15px 15px 5px 15px;
  position: absolute;
  top: 35px;
  width: 310px;
  z-index: 10;
}

.tuningIco li {
  color: #5f6a74;
  cursor: pointer;
  padding: 0px 0px 10px 30px;
  text-decoration: underline;
}

.tuningIco li:hover {
  text-decoration: none;
}

.tuningIco .option1 {
 background: url("../images/option_ico_sprite.png") no-repeat 0px 0px;
}

.tuningIco .option2 {
 background: url("../images/option_ico_sprite.png") no-repeat 0px -95px;
}

.tuningIco .option3 {
 background: url("../images/option_ico_sprite.png") no-repeat 0px -195px;
}

.tuningIco .option4 {
 background: url("../images/option_ico_sprite.png") no-repeat 0px -289px;
}

.tuningDelim {
  background-color: #eff0f1;
  display: none;
  height: 15px;
  left: 0px;
  position: absolute;
  top: 28px;
  width: 45px;
  z-index: 15;
}

.width630  {
  width: 635px;
}

.width600  {
  width: 605px;
}

.saveExtendedSearch .vAlignTop {
  padding-top: 7px;
}

/* many select*/

.saveExtendedSearch .manySelect {
  display: inline-block;
}

.manySelect .collapsed, .manySelectPopUp .collapsed {
  background-color: #fff;
  border: 2px solid #cecece;
  border-radius: 4px;
  box-sizing: border-box;
  color: #5b5b5b;
  cursor: pointer;
  overflow: hidden;
  padding: 0 0 0 6px;
  position: relative;
}

.manySelect .collapsed .msExpandButton, .manySelectPopUp .collapsed .msExpandButton {
  background: #fff url("../images/sort_arrow.png") no-repeat 10px -117px;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
}

.chooseExpandButton {
    background: #fff url("../images/sort_arrow.png") no-repeat 10px -117px;
    cursor: pointer;
    display: inline-block;
    height: 26px;
    position: relative;
    right: 36px;
    top: 10px;
    width: 30px;
}

.ui-autocomplete {
    max-height: 200px;
    overflow-y: auto;
    /* prevent horizontal scrollbar */
    overflow-x: hidden;
    /* add padding to account for vertical scrollbar */
    padding-right: 20px;
}

.manySelect .collapsed .msExpandButton.active, .manySelectPopUp .collapsed .msExpandButton.active {
    background-position: 10px -183px;
}

.manySelect .collapsed .msPlaceholder, .manySelectPopUp .collapsed .msPlaceholder {
  color: #9c9d9e;
}

.manySelect .collapsed .choseColor, .manySelectPopUp .collapsed .choseColor {
    color: #41484e;
}

.selectChose {
  display: none;
  padding: 0px 0;
}

.manySelect .selectChose .expanded, .manySelectPopUp .selectChose .expanded {
  background-color: #fff;
  border: 2px solid #cecece;
  border-top: none 0px;
  border-radius: 0px 0px 5px 5px;
  color: #666a6f;
  margin-bottom: 5px;
  max-height: 115px;
  overflow-x: hidden;
  overflow-y: auto;
}

.manySelect .selectChose .expanded ul, .manySelectPopUp .selectChose .expanded ul {
    padding: 0px;
}

.manySelect .selectChose .expanded li, .manySelectPopUp .selectChose .expanded li {
  border-bottom: 1px solid #eff0f1;
  padding: 5px 0 5px 10px;
}

.manySelect .selectChose .expanded label, .manySelectPopUp .selectChose .expanded label {
    vertical-align: bottom;
}

.manySelect .selectChose .expanded input, .manySelectPopUp .selectChose .expanded input {
    margin-right: 5px;
    margin-top: 2px;
    vertical-align: top;
}

.brdBtm {
  border-bottom: 2px solid #d3d7db;
}

.filterBlock .editIcon {
  background: url("../images/edit_ico.png") no-repeat scroll 0px -31px;
  padding: 0 0 0 25px;
  text-decoration: none;
}

.darkGreyBox.saveExtendedSearch .editIcon {
  line-height: 28px;
}

.filterBlock a:hover {
  text-decoration: underline;
}

.zoom {
  background: url("../images/main_zoom.png") no-repeat scroll 8px 5px;
  display: inline-block;
  height: 20px;
  width: 20px;
}

input[type="button"].zoom {
  height: 30px;
  width: 30px;
}

input[type="radio"] {
  margin-top: 0;
  position: relative;
  top: 1px;
}

.inlineBlock {
  display: inline-block;
}

.upperCase {
  text-transform: uppercase;
}

.listOrg li span {
  background: url("../images/close_blue_ico.png") no-repeat 0px 2px;
  cursor: pointer;
  display: inline-block;
  height: 20px;
  vertical-align: middle;
  width: 20px;
}

.listOrg input {
    margin-right: 7px;
}
.listOrg label, .listOrg input, .saveExtendedSearch .listOrg input {
    vertical-align: middle;
}

.listOrg {
  padding: 10px 0px;
}

.addBtn {
  background: #2098df url("../images/add_ico.png") no-repeat 10px 7px;
  padding-left: 33px;
}

.hideBtn {
    background: #2098df url("../images/hide_ico.png") no-repeat 0px 1px;
    display: none;
    padding-left: 25px;
}

.listOrg label {
  width: 180px;
}

.filterBlock .noticeBoxExpand {
  background-color: #dbe1e6;
  border: none 0px;
  border-radius: 0px;
  margin-bottom: 1px;
  margin-top: 0px;
  padding: 6px 20px;
}

.filterBlock .noticeBoxExpand h3 {
  font-size: 12px;
  font-weight: bold;
  padding: 0 0 0 20px;
}

.filterBlock .noticeBoxExpand .collapceArrow {
    background: url("../images/collapse_arrow_alt.png") no-repeat 0 50%;
    color: #d0562b;
}

.filterBlock .expandRow {
    border: none 0px;
    border-radius: 0px;
    display: none;
    margin: 0px;
    padding: 5px 0px 5px 20px;

}

.revisionToggleWrapper {
    float: right;
}

.contentHeadingWrapper {
    display: inline-block;
}

.btnLine {
    text-align: right;
    background-color: #dbe1e6;
    padding: 8px 15px;
}

.okdpSearch .btnLine {
    margin: 0 -15px -17px;
    border-radius: 0 0 5px 5px;
}

.msgError {
    background-color: #fafafa;
    color: red;
    font-size: 12px;
    min-height: 16px;
    padding: 0px 0px 10px 8px;
}

.ppoForm input[type="checkbox"] {
    position: absolute;
    left: 0;
    top: 2px;
}

.ppoForm .parentCompanyChoice li {
    position: relative;
}

.ppoForm .parentCompanyChoice label {
    margin-left: 22px;
    display: inline-block;
}

.treetableCustom ul.dynatree-container {
    border: none;
    max-height: 300px;
}

.treetableCustom ul.dynatree-container ul {
    padding-left: 0;
}

.treetableCustom ul.dynatree-container li {
    padding-left: 0;
}

.treetableCustom ul.dynatree-container .dynatree-node {
    position: relative;
    display: block;
    overflow: hidden;
}

.treetableCustom ul.dynatree-container .dynatree-node .dynatree-title {
    display: block !important;
}

.treetableCustom ul.dynatree-container li:last-child .dynatree-node a {
    border-bottom: 1px solid #dbe1e6;
}

.treetableCustom ul.dynatree-container .dynatree-node.dynatree-has-children {
    min-height: 24px;
}

.treetableCustom .dynatree-container li {
    background-image: none;
    padding: 0;
}

.treetableCustom .dynatree-container > li {
    background-color: #eff0f1;
    margin-bottom: 3px;
    border-radius: 4px;
}

.treetableCustom span.dynatree-expander {
    background-image: url('../images/dynatree-sprite.png');
    width: 24px;
    height: 24px;
    position: absolute;
    top: 8px;
    left: 0;
}

.treetableCustom span.dynatree-expander,
.treetableCustom .dynatree-exp-cl span.dynatree-expander,
.treetableCustom .dynatree-exp-cd span.dynatree-expander,
.treetableCustom .dynatree-exp-cdl span.dynatree-expander {
    background-position: 0 0;
}

.treetableCustom .dynatree-exp-e span.dynatree-expander,
.treetableCustom .dynatree-exp-el span.dynatree-expander,
.treetableCustom .dynatree-exp-ed span.dynatree-expander,
.treetableCustom .dynatree-exp-edl span.dynatree-expander {
    background-position: -25px 0;
}

.treetableCustom ul.dynatree-container .dynatree-has-children > .dynatree-title {
    border-bottom: 1px solid #dbe1e6;
}

.treetableCustom ul.dynatree-container a {
    color: #5f6a74;
    font-weight: normal;
}

.treetableCustom .dynatree-node > a {
    display: inline;
}

.treetableCustom ul.dynatree-container {
    white-space: normal;
}

.treetableCustom .dynatree-connector {
    background-image: none;
    float: left;
}

.treetableCustom .dynatree-connector:after {
    content: "—";
    position: absolute;
    top: 6px;
    left: 0;
    display: inline;
    font-size: 12px;
}

.internalExpandTitle .titleRow {
   background: url("../images/expand_arrow_alt.png") no-repeat 22px 50%;
   cursor: pointer;
   padding-left: 45px !important;
}

.internalExpandTitle .titleRow.expandView {
   background: url("../images/collapse_arrow_alt.png") no-repeat 22px 50%;
}

.internalExpandRow {
  display: none;
}

.filterBlock .expandRow td {
  padding: 5px 0px;
}

.filterBlock .expandRow span.selectBox {
  top: 0px;

}

.treetableCustom ul.dynatree-container .dynatree-node > .dynatree-title {
    display: block;
    color: #5f6a74;
    font-weight: normal;
    font-size: 12px;
    padding-top: 8px;
    padding-bottom: 8px;
    margin-left: -10px;
}

.treetableCustom ul.dynatree-container .dynatree-node.dynatree-has-children > .dynatree-title {
    margin-left: 0;
    padding-top: 13px;
    min-height: 24px;
}

.treetableCustom ul.dynatree-container .dynatree-node > .dynatree-checkbox + .dynatree-title {
    margin-left: 0;
}

.treetableCustom li .dynatree-node .dynatree-title {padding-left: 45px;}
.treetableCustom li li .dynatree-node .dynatree-title {padding-left: 75px;}
.treetableCustom li li li .dynatree-node .dynatree-title {padding-left: 105px;}
.treetableCustom li li li li .dynatree-node .dynatree-title {padding-left: 135px;}
.treetableCustom li li li li li .dynatree-node .dynatree-title {padding-left: 165px;}
.treetableCustom li li li li li li .dynatree-node .dynatree-title {padding-left: 195px;}
.treetableCustom li li li li li li li .dynatree-node .dynatree-title {padding-left: 225px;}
.treetableCustom li li li li li li li li .dynatree-node .dynatree-title {padding-left: 255px;}
.treetableCustom li li li li li li li li li .dynatree-node .dynatree-title {padding-left: 285px;}

.treetableCustom li .dynatree-node .dynatree-checkbox + .dynatree-title {padding-left: 65px;}
.treetableCustom li li .dynatree-node .dynatree-checkbox + .dynatree-title {padding-left: 95px;}
.treetableCustom li li li .dynatree-node .dynatree-checkbox + .dynatree-title {padding-left: 125px;}
.treetableCustom li li li li .dynatree-node .dynatree-checkbox + .dynatree-title {padding-left: 155px;}
.treetableCustom li li li li li .dynatree-node .dynatree-checkbox + .dynatree-title {padding-left: 185px;}
.treetableCustom li li li li li li .dynatree-node .dynatree-checkbox + .dynatree-title {padding-left: 215px;}
.treetableCustom li li li li li li li .dynatree-node .dynatree-checkbox + .dynatree-title {padding-left: 245px;}
.treetableCustom li li li li li li li li .dynatree-node .dynatree-checkbox + .dynatree-title {padding-left: 265px;}
.treetableCustom li li li li li li li li li .dynatree-node .dynatree-checkbox + .dynatree-title {padding-left: 305px;}

.treetableCustom li .dynatree-node .dynatree-expander {left: 15px;}
.treetableCustom li li .dynatree-node .dynatree-expander {left: 45px;}
.treetableCustom li li li .dynatree-node .dynatree-expander {left: 75px;}
.treetableCustom li li li li .dynatree-node .dynatree-expander {left: 105px;}
.treetableCustom li li li li li .dynatree-node .dynatree-expander {left: 135px;}
.treetableCustom li li li li li li .dynatree-node .dynatree-expander {left: 165px;}
.treetableCustom li li li li li li li .dynatree-node .dynatree-expander {left: 195px;}
.treetableCustom li li li li li li li li .dynatree-node .dynatree-expander {left: 225px;}
.treetableCustom li li li li li li li li li .dynatree-node .dynatree-expander {left: 255px;}

.treetableCustom li .dynatree-node .dynatree-connector:after {left: 15px;}
.treetableCustom li li .dynatree-node .dynatree-connector:after {left: 45px;}
.treetableCustom li li li .dynatree-node .dynatree-connector:after {left: 75px;}
.treetableCustom li li li li .dynatree-node .dynatree-connector:after {left: 105px;}
.treetableCustom li li li li li .dynatree-node .dynatree-connector:after {left: 135px;}
.treetableCustom li li li li li li .dynatree-node .dynatree-connector:after {left: 165px;}
.treetableCustom li li li li li li li .dynatree-node .dynatree-connector:after {left: 195px;}
.treetableCustom li li li li li li li li .dynatree-node .dynatree-connector:after {left: 225px;}
.treetableCustom li li li li li li li li li .dynatree-node .dynatree-connector:after {left: 255px;}

.treetableCustom li .dynatree-node > .dynatree-checkbox {left: 30px;}
.treetableCustom li li .dynatree-node > .dynatree-checkbox {left: 60px;}
.treetableCustom li li li .dynatree-node > .dynatree-checkbox {left: 90px;}
.treetableCustom li li li li .dynatree-node > .dynatree-checkbox {left: 120px;}
.treetableCustom li li li li li .dynatree-node > .dynatree-checkbox {left: 150px;}
.treetableCustom li li li li li li .dynatree-node > .dynatree-checkbox {left: 180px;}
.treetableCustom li li li li li li li .dynatree-node > .dynatree-checkbox {left: 210px;}
.treetableCustom li li li li li li li li .dynatree-node > .dynatree-checkbox {left: 240px;}
.treetableCustom li li li li li li li li li .dynatree-node > .dynatree-checkbox {left: 270px;}

.treetableCustom li .dynatree-node.dynatree-has-children > .dynatree-checkbox {left: 40px;}
.treetableCustom li li .dynatree-node.dynatree-has-children > .dynatree-checkbox {left: 70px;}
.treetableCustom li li li .dynatree-node.dynatree-has-children > .dynatree-checkbox {left: 100px;}
.treetableCustom li li li li .dynatree-node.dynatree-has-children > .dynatree-checkbox {left: 130px;}
.treetableCustom li li li li li .dynatree-node.dynatree-has-children > .dynatree-checkbox {left: 160px;}
.treetableCustom li li li li li li .dynatree-node.dynatree-has-children > .dynatree-checkbox {left: 190px;}
.treetableCustom li li li li li li li .dynatree-node.dynatree-has-children > .dynatree-checkbox {left: 220px;}
.treetableCustom li li li li li li li li .dynatree-node.dynatree-has-children > .dynatree-checkbox {left: 250px;}
.treetableCustom li li li li li li li li li .dynatree-node.dynatree-has-children > .dynatree-checkbox {left: 280px;}

.treetableCustom .dynatree-node > .dynatree-checkbox {
    position: absolute;
    top: 8px;
}

.treetableCustom .dynatree-node.dynatree-has-children > .dynatree-checkbox {
    top: 12px;
}

.treetableCustom li .dynatree-node a.dynatree-title:hover,
.treetableCustom li .dynatree-active a.dynatree-title,
.treetableCustom li .dynatree-selected .dynatree-title,
.treetableCustom li .dynatree-selected .dynatree-title .dynatree-subtitle {
    background-color: #fdd7c9 !important;
    color: #d0562b !important;
}

.treetableCustom li .dynatree-node .dynatree-title:focus {
    background-color: inherit;
    color: inherit;
}

.treetableCustom ul.dynatree-container .dynatree-title:hover {
    color: inherit;
}

.width840 {
  width: 840px;
}

.font23 {
  font-size: 23px;
}

.choiceParametrsTbl td {
  padding: 0px 0px 12px 0px;
  vertical-align: top;
}

.choiceParametrsTbl td:first-child {
  padding-top: 5px;
  width: 20px;
}

.choiceParametrsTbl td:nth-child(2) {
  line-height: 14px;
  width: 185px;
}

.choiceParametrsTbl tr:first-child td {
  border-bottom: 2px solid #d3d7db;
}

.choiceParametrsTbl tr:last-child td {
  padding: 12px 0px 0px 0px;
}

.listChoiceParametrs > li {
  padding-bottom: 10px;
}

.listChoiceParametrs > li.btnLineItem, .listChoiceParametrs > li.editLineBtn, .listChoiceParametrs > li.editLineField {
  padding-bottom: 0px;
}

.treetableOkdp ul.dynatree-container > li > .dynatree-node > .dynatree-title {
  text-transform: uppercase;
  font-weight: bold;
}

.treetableCustom .dynatree-title > .dynatree-subtitle {
  color: #a4abb3;
}

.modal h1 {
  font-size: 23px;
  padding: 0 20px;
}

.editLineBtn {
  background: url("../images/edit_ico.png") no-repeat 0px -29px;
  color: #018ccd;
  cursor: pointer;
  padding-left: 22px;
  text-decoration:underline;
}

.editLineBtn:hover {
  text-decoration: none;
}

.editLineBtn, .editLineField {
  display: none;
}

.btnLineItem, .editLineBtn, .editLineField {
  height: 32px;
}

ul.ui-autocomplete {
    border-width: medium 2px 2px;
    border-style: none solid solid;
    border-color: currentColor rgb(206, 206, 206) rgb(206, 206, 206);
    border-radius: 0px 0px 5px 5px;
    background-color: rgb(255, 255, 255);
}

a.ui-corner-all {
    display: block;
    padding: 8px 10px;
    border-bottom: 1px solid #cecece;
    text-decoration: none;
    color: #666a6f;
    cursor: pointer;
}

ul.ui-widget-content li:hover {
    background-color: #eee;
}
.btnWide {
    min-width: 90px;
}

.btnXtraWide {
    min-width: 120px;
}

.message-box {
    padding: 20px;
    background-color: #eff0f1;
    font-size: 14px;
    color: #5f6a74;
    border-radius: 5px;
}

.message-box-confirm,
.message-box-error,
.message-box-success {
    background-position: 20px 20px;
    background-repeat: no-repeat;
    padding-left: 80px;
    min-height: 43px;
}

.message-box-confirm {
    background-image: url('../images/question-lg-icon.png');
}

.message-box-error {
    background-image: url('../images/block-lg-icon.png');
}

.message-box-success {
    background-image: url('../images/success-lg-icon.png');
}

.btn-line {
    text-align: center;
    padding: 20px 0;
}

.captcha-image {
    float: left;
    width: 200px;
    margin-right: 20px;
}

.captcha-image input {
    width: 100%;
}

.captcha-box a {
    text-decoration: none;
    border-bottom: 1px dashed #018ccd;
}

.captcha-box li:before {
    content: '';
    width: 12px;
    height: 15px;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 5px;
    vertical-align: middle;
}

.captcha-box .captcha-repeat:before {
    background-image: url('../images/captcha-repeat.png');
}

.captcha-box .captcha-listen:before {
    background-image: url('../images/captcha-listen.png');
}

.captcha-actions li {
    position: relative;
    line-height: 25px;
}

.captcha-actions a:hover {
    border-bottom: none;
}

.validation-error {
    color: red;
    font-size: 12px;
    padding: 5px;
}

.autoTh table thead th {
    height: auto !important;
}

.toolTipMenu {
  background: url("../images/double_arrow.png") no-repeat 13px 8px;
  cursor: pointer;
  display: inline-block;
  height: 26px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  width: 40px;
}

.toolTipMenu.greyIco {
  background: url("../images/double_arrow.png") no-repeat 13px -86px;
}

.toolTipDelim {
    background-color: #fff;
    display: none;
    height: 15px;
    left: 0;
    position: absolute;
    top: 19px;
    width: 40px;
    z-index: 22;
}

.toolTipMenu ul {
    background-color: #fff;
    border-radius: 0 5px 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
    display: none;
    font-size: 12px;
    left: 0;
    padding: 5px 0px 5px;
    position: absolute;
    top: 30px;
    width: auto;
    z-index: 20;
}

.toolTipMenu li {
    border-bottom: 1px solid #eff0f1;
    color: #5f6a74;
    cursor: pointer;
    font-weight: normal;
    padding: 10px 15px;
    text-transform: none;
    white-space: nowrap;
}

.toolTipMenu li:last-child {
  border-bottom: none 0px;
}

.toolTipMenu:hover {
  background-color: #fff;
  border-radius: 5px 5px 0px 0px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
}

.toolTipMenu:hover ul, .toolTipMenu:hover .toolTipDelim {
  display: inline-block;
}

.displayToggleLink {
    border-bottom: 1px dashed #41484e;
    color: #41484e;
    cursor: pointer;
    position: relative;
    text-decoration: none;
}


td span.control {
    background-image: url("../images/expand_arrow.png");
    display: inline-block;
    height: 8px;
    width: 12px;
}

td span.control.expanded {
    background: rgba(0, 0, 0, 0) url("../images/collapce_arrow.png") no-repeat 0px 0px;
    display: inline-block;
    height: 8px;
    width: 12px;
}

.width25 {
  width: 25px !important;
}

.brdBtm1 {
  border-bottom: 1px solid #e1e1e1;
}

.addingTbl .documentTablet {
  border-radius: 5px;
}


.addingTbl .documentTablet > tbody > tr > td {
  border-radius: 0px;
}

tr.darkGreyBg td {
  background-color: #dbe1e6 !important;
}

.height450 {
    max-height: 450px;
    overflow-y: auto;
}

.orangeCircle {
    border: 2px solid #d0562b;
    border-radius: 18px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 18px;
    font-weight: bold;
    height: 31px;
    line-height: 25px;
    padding-left: 6px;
    text-align: center;
    width: 31px;
}

.orangeBox p {
    font-size: 13px;
    line-height: 15px;
    margin-left: 45px;
}

.orangeBox.brdBtm {
    border-bottom: 1px solid #f5beaa;
}

.brdRadiusBtm0 {
    border-radius: 5px 5px 0px 0px;
}

.brdRadiusTop0 {
    border-radius: 0px 0px 5px 5px;
}

.question {
    border-bottom: 2px solid #d3d7db;
}

.question label {
    display: inline-block;
    margin: 0 40px 0 0;
}

.brdBtm0 {
    border-bottom: none 0px;
}

.height100 {
    height: 100px;
}

.elSignBox {
    margin: 5px 10px 10px;
    max-height: 170px;
    overflow-y: auto;
    width: 720px;
    word-wrap: break-word;
}

.elSignName {
    border-bottom: 1px solid #d3d7db;
}

.elSignName h3 {
    background: url("../images/award_big.png") no-repeat 0px 0px;
    font-weight: bold;
    padding: 4px 0 4px 47px;
    position: relative;
    text-transform: uppercase;
}

.greenCheck {
    background: url("../images/antivirus-check.png") no-repeat 0px 0px;
    border: 2px solid #eff0f1;
    border-radius: 10px;
    display: inline-block;
    height:16px;
    left: 21px;
    position: absolute;
    top: 15px;
    width: 16px;
}

.blockCheck {
    background: url(../images/status-icons.png) no-repeat 0px 0px;
    border: 2px solid #eff0f1;
    border-radius: 10px;
    display: inline-block;
    height: 18px;
    left: 21px;
    position: absolute;
    top: 15px;
    width: 18px;
}

.elSignDescr td {
    padding-bottom: 5px;
    vertical-align: top;
}

.elSignDescr {
    padding-left: 67px;
}

.elSignDescr td:first-child {
    width: 110px;
}

.elSignBlock {
    margin-top: 10px;
    padding: 0px;
}

.addingTbl.elSignBlock .rowExpand td:first-child {
    background-color: #dbe1e6;
    padding: 9px 10px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
}

.addingTbl.elSignBlock.expandTbl td {
    padding: 9px 10px;
}

.addingTbl.elSignBlock.expandTbl .expandRow td {
    border-top: 2px solid #fff;
}

.displayNone {
    display: none;
}

.noticeBoxSubH2 {
    border-radius: 4px !important;
    border: 2px solid #d3d7db !important;
}

.subAddingTbl {
    padding: 0px !important;
}

.subAddingTbl td{
    background-color: #eff0f1 !important;
    padding: 9px 15px !important;
}

.subAddingTbl th{
    border-radius: 0px !important;
}

.pagingNoItems {
    color: #b4b4b4;
    font-style: italic;
}

.deleteItem {
    color: #018ccd;
    cursor: pointer;
    display: inline-block;
    padding-left: 6px;
    width:1%;
}

a.zoom {
    height: 30px;
    width: 30px;
    vertical-align: middle;
}

.pagingPadding{
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
}

th.signColumn{
    width: 5%!important;
}

.nowrap{
    white-space: nowrap;
}

.iconColumn {
    width: 5%;
}

.poorVisionSettingsBlock {
    cursor: pointer;
    text-align: right;
}

/*keyboard control styles start*/
.showToolTipKeyboardControl ul, .showToolTipKeyboardControl .toolTipDelim{
    display: inline;
}

.outlineGreenKeyboardControl {
    outline: 3px solid green;
}

.backgroundColorGreenKeyboardControl {
    background-color: green;
}

.outlineNoneKeyboardControl {
    outline: none !important;
}

.backgroundColorNoneKeyboardControl {
    background-color: transparent !important;
}

.outlineRedKeyboardControl {
    outline: 3px solid rgba(229, 91, 68, 0.77);
    outline-offset: 1px;
}

.backgroundColorRedKeyboardControl:not(.dynatree-node) {
    background-color: rgba(229, 91, 68, 0.77);
}

.dynatree-container .dynatree-node.backgroundColorRedKeyboardControl .dynatree-expander{
    background-color: rgba(229, 91, 68, 0.77);
}

.outlineBlueKeyboardControl {
    outline: 3px solid blue;
}

.backgroundColorBlueKeyboardControl {
    background-color: blue;
}

.outlineOrangeKeyboardControl {
    outline: 3px solid orange;
}

.backgroundColorOrangeKeyboardControl {
    background-color: orange;
}

.outlineAquaKeyboardControl {
    outline: 3px solid aqua;
}

.backgroundColorAquaKeyboardControl {
    background-color: aqua;
}

.outlineDarkOrangeKeyboardControl {
    outline: 3px solid DarkOrange;
}

.backgroundColorDarkOrangeKeyboardControl {
    background-color: DarkOrange;
}

.outlinePinkKeyboardControl {
    outline: 3px solid pink;
}

.backgroundColorPinkKeyboardControl {
    background-color: pink;
}

.outlineFuchsiaKeyboardControl {
    outline: 3px solid Fuchsia
}

.backgroundColorFuchsiaKeyboardControl {
    background-color: Fuchsia;
}

.borderColorRedKeyboardControl {
    border-color: red;
}

.borderRedKeyboardControl {
    border: red 2px solid;
}

.outlineAbstractKeyboardControl {
    outline: 3px solid #fffa20;
}

.backgroundColorAbstractKeyboardControl {
    background-color: #fffa20;
}

.choiceTableKeyboardControl td {
    background-color: rgba(229, 91, 68, 0.77);
}

table.breakWordCenter {
    text-align: center !important;
}

/*keyboard control styles end*/
