﻿html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #333333;
    font-family: "Helvetica-Light", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
}

html * { outline: none; }

a:focus { outline: none; }

/**/

ol, ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
/**/

input, textarea, select { margin-bottom: 0; }

#main-container {
    background-color: /*#F0F0F0*/#fff;
    height: auto !important;
    margin: auto;
    min-height: 100%;
    position: relative;
}

#header {  }

.header-text {
    color: #707070;
    display: inline-block;
    font-family: "Segoe UI", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin: 0px 8px 0 8px;
    text-decoration: none;
}

.header-text-container {
    /*border-left: rgb(209, 209, 209) dotted 1px;
    border-right: rgb(209, 209, 209) dotted 1px;*/
    height: 60px;
    margin:left;
    width: 500px;
}

.header-logo {
    float: left;
    margin: 25px 0px 0px 0px;
}

.header-logo2 {
    float: right;
    margin: 25px 0px 0px 0px;
    margin-left:100px;
    margin-top:-70px;
    padding-top:25px;
    height:120px;
    background-color:#0072bc;
}

.user-info-container {
    float: right;
    margin: 10px 5px 0 0;
    text-align: right;
    width: 180px;
}

.user-info {
    color: #8F8F8F;
    font-size: 14px;
    margin-bottom: 5px;
}

.user-info-link { font-size: 12px; }

#contentwrapper {
    clear: both;
    margin-top: 15px;
    padding-bottom: 50px;
}

#content {
    border-left: 1px solid #A9A9A9;
    float: right;
    position: relative;
    /*width: 860px;*/
    width: 858px;
}

#content-inner { margin: 15px 0 0 0px; }

#left-column {
    float: left;
    min-height: 400px;
    width: 239px;
    /*border-right: 1px solid #A9A9A9;*/
}

#footer {
    margin-top:10px;
    bottom: 0;
    height: 50px;
    width: 100%;
}

#header-line {
    background-color: #5D5D5D;
    height: 10px;
}

#main-menu{height: 50px; text-align:center; }

#main-menu ul.menu {
    display: block;
    width:1000px;
    /*float: left;*/
	/*margin: 0 0 0px 25px;*/
    margin:auto;
}



    #main-menu ul.menu > li {
        cursor: pointer;
        display: block;
        float: left;
        padding: 0 0px;
        padding-left: 0px;
        margin-left: 10px;
        width: 120px;
        height: 60px;
     
    }

    #main-menu ul.menu > li > a
    {
           line-height:15px !important; 
    }

  #main-menu ul.menu > li >  div {
    height:60px;
    display:table-cell;
    vertical-align : middle;
}

#main-menu ul.menu > li:first-child{ margin-left: 0px; padding-left: 0px;}

#main-menu ul.menu > li > a {
    color: #7A7A7A;
    display: inline-block;
    font: 14px/32px "Segoe UI", "Lucida Sans Unicode", Arial, sans-serif;
    
	font-family: sans-serif;
    font-style: normal;
    font-weight: 300;

    padding-top: 10px;
    padding-bottom: 10px;

    text-decoration: none;
}

#main-menu ul.menu > li > a:hover{
    border-bottom: 1px solid red;
  }

#main-menu ul.menu > li > a.active {
    background: url("/static/img/menu_active.png") repeat-x scroll left bottom transparent;
    text-decoration: none;
}

#menu-top-line {
    background-color: #007ac3;
    height: 10px;
}

#menu-bottom-line {
    background-color: #44CCE9;
    height: 3px;
}

.clear { clear: both; }

.page-title {
    color: #707070;
    display: inline-block;
    font: 20px/24px "Segoe UI", "Lucida Sans Unicode", Arial, sans-serif;
    margin: 0 160px 0 15px;
}

.news-item { margin-bottom: 15px; }

.news-item .date,
.news-item .title {
    display: block;
    font: 20px/18px "Segoe UI", "Lucida Sans Unicode", Arial, sans-serif;
    margin-bottom: 6px;
}

.news-item .date {
    color: #A9A9A9;
    font-size: 12px;
}

.news-item .title { font-size: 16px; }

.news-item span.title { }

.question-item {
    font-size: 14px;
    margin-bottom: 9px;
}

.answer-item { display: none; }

span.num { margin-right: 6px; }


a.file-item,
a.item-action {
    display: inline-block;
    line-height: 17px;
    padding-left: 20px;
    vertical-align: middle;
}

a.folder-item {
    display: inline-block;
    height: 16px;
    padding-left: 20px;
    vertical-align: middle;
}

a.file-item.doc { background: url("/static/img/ext/doc.gif") no-repeat scroll left 0 transparent; }

a.file-item.xls { background: url("/static/img/ext/xls.gif") no-repeat scroll left center transparent; }

a.file-item.img { background: url("/static/img/ext/img.gif") no-repeat scroll left center transparent; }

a.file-item.mpg { background: url("/static/img/ext/mpg.gif") no-repeat scroll left center transparent; }

a.file-item.pdf { background: url("/static/img/ext/pdf.gif") no-repeat scroll left center transparent; }

a.file-item.rar { background: url("/static/img/ext/rar.gif") no-repeat scroll left center transparent; }

a.file-item.txt { background: url("/static/img/ext/txt.gif") no-repeat scroll left center transparent; }

a.file-item.unknown { background: url("/static/img/ext/unknown.gif") no-repeat scroll left center transparent; }

a.folder-item.closed { background: url("/static/img/ext/folder_closed.png") no-repeat scroll left center transparent; }

a.folder-item.opened { background: url("/static/img/ext/folder_open.png") no-repeat scroll left center transparent; }

a.item-action {
    color: #707070;
    font-size: 12px;
}

a.item-action.edit { background: url("/static/img/buttons/page_white_edit.png") no-repeat scroll left 1px transparent; }

a.item-action.view { background: url("/static/img/buttons/application_view_detail.png") no-repeat scroll left 1px transparent; }

a.item-action.delete { background: url("/static/img/buttons/page_white_delete.png") no-repeat scroll left 0 transparent; }

a.item-action.add { background: url("/static/img/buttons/page_white_add.png") no-repeat scroll left 0 transparent; }

a.item-action.go { background: url("/static/img/buttons/page_white_go.png") no-repeat scroll left 0 transparent; }

a.item-action.add-folder { background: url("/static/img/buttons/folder_add.png") no-repeat scroll left 0 transparent; }

a.item-action.edit-folder { background: url("/static/img/buttons/folder_edit.png") no-repeat scroll left 0 transparent; }

a.item-action.delete-folder { background: url("/static/img/buttons/folder_delete.png") no-repeat scroll left 0 transparent; }

a.item-action.save-image { background: url("/static/img/buttons/picture_save.png") no-repeat scroll left 1px transparent; }

a.item-action.save-film { background: url("/static/img/buttons/film_save.png") no-repeat scroll left 1px transparent; }

a.item-action.print { background: url("/static/img/buttons/printer_empty.png") no-repeat scroll left 1px transparent; }

a.item-action.add-folder { background: url("/static/img/buttons/folder_add.png") no-repeat scroll left 0 transparent; }

a.item-action.edit-folder { background: url("/static/img/buttons/folder_edit.png") no-repeat scroll left 0 transparent; }

a.item-action.delete-folder { background: url("/static/img/buttons/folder_delete.png") no-repeat scroll left 0 transparent; }

a.item-action.sel-dir {
    background: url("/static/img/buttons/application_form_magnify.png") no-repeat scroll left 0 transparent;
    margin-bottom: 5px;
    margin-left: 3px;
}

a.item-action.no-text.sel-dir {
    height: 16px;
    width: 16px;
}

a.item-action.no-text.clear {
    background: url("/static/css/chosen/chosen-sprite.png") no-repeat scroll right top transparent;
    height: 13px;
    width: 12px;
}


a.item-action.no-text {
    height: 18px;
    padding: 0;
    /*padding-left: 18px; 
    text-indent: -9999px;*/
    width: 19px;
}

span.item-spacer { padding: 0 3px; }

a.okved-action {
    color: #707070;
    font-size: 12px;
}

a.okved-action.add-okved {
    background: url("/static/img/buttons/add.png") no-repeat scroll left 0 transparent;
    margin-bottom: 5px;
    margin-left: 3px;
}

a.okved-action.no-text.add-okved {
    height: 16px;
    width: 16px;
}

a.okved-action.no-text {
    height: 18px;
    padding: 0;
    /*padding-left: 18px;*/
    text-indent: -9999px;
    width: 19px;
}

.edit-panel {
    margin-bottom: 15px;
    margin-top: -10px;
}

.edit-panel-top {
    margin: 3px 5px;
    position: absolute;
    right: 0;
    top: 0;
}

.lab-pager {
    clear: both;
    margin-top: 10px;
}

.lab-pager span.pager-item { font-weight: bold; }

.lab-pager span.pager-item,
.lab-pager a.pager-item { margin: 0 2px; }

/***************************forms******************************/
/*.form-default input[type="file"]
{
    height: auto;
    border: 0 none #f0f0f0;
    border-color: initial;
     -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; 
}*/

.form-default { clear: both; }

.form-default input[type="text"],
.form-default input[type="password"],
.form-default textarea,
.form-default select {
    margin-bottom: 3px;
    width: 99%;
}

.form-default input.k-input { margin-bottom: 0; }

.form-default legend { margin-bottom: 12px; }

.form-default select { width: 100%; }

.form-default input.large,
.form-default textarea.large,
.form-default select.large { width: 98%; }

.form-default input.small,
.form-default textarea.small,
.form-default select.small { width: 150px; }

.form-default input.smallest,
.form-default textarea.smallest,
.form-default select.smallest { width: 70px; }

.form-default .form-sub-title {
    border-color: #ccc;
    border-style: none none solid;
    border-width: 0 0 1px;
    clear: both;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 10px;
}

.form-default .hr {
    border-color: #ccc;
    border-style: none none solid;
    border-width: 0 0 1px;
    clear: both;
    display: block;
    margin-bottom: 16px;
}

div.left { float: left; }

div.right { float: right; }

.form-default div.right,
.form-default div.left { clear: none; }

.form-default .form-item.left,
.form-default .form-item.right {
    clear: none;
    width: auto;
}


.form-default .form-item {
    clear: both;
    margin-bottom: 8px;
    width: 100%;
}

.form-default.light .form-item { margin-bottom: 8px; }

.form-default .form-item.small { width: 200px; }

.form-default .form-item.medium { width: 80%; }

.form-default input.btn[type="button"],
.form-default input.btn[type="submit"],
.form-default a.btn {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 13px;
    line-height: 14px;
    width: 100px;
}

.form-default a.btn {
    line-height: 16px;
    width: 80px;
}

.form-default a.btn { /*padding-bottom: 3px;
    padding-top: 3px;
    width: 85px;*/ }

.form-default input.btn.cal {
    height: 26px;
    margin-left: 2px;
    padding: 0 2px;
    width: 25px;
}

.form-default label { /*margin-bottom: 0;*/ }

.form-buttons {
    clear: both;
    margin-top: 20px;
}

.form-default .note { margin-top: 10px; }

.field-validation-valid { }

.field-validation-error {
    color: #ff0000;
    display: block;
    font-weight: normal;
    padding: 0px 0px 0px 0px;
}

.red,
.form-required { color: #ff0000; }

.form-required { font-weight: bold; }

.form-default span.k-timepicker,
.form-default span.k-datetimepicker,
.form-default span.k-datepicker { margin-bottom: 3px; }

.k-input[readonly] {
    background-color: #ffffff;
    cursor: default;
}

.form-default .k-button,
.form-default .k-button.k-state-disabled:hover,
.form-default .k-state-disabled
.form-default .k-button:hover,
.form-default .k-draghandle {
    background-color: #F5F5F5;
    border-color: #C5C5C5;
}

.form-default .k-button:hover,
.form-default .k-draghandle:hover { background-color: #e6e6e6; }

.form-default .k-upload,
.form-default .k-upload-button,
.form-default .k-upload-button input { cursor: pointer !Important; }

.form-default .k-group,
.form-default .k-toolbar,
.form-default .k-grouping-header,
.form-default .k-grid-pager,
.form-default .k-group-footer td,
.form-default .k-grid-footer,
.form-default .k-footer-template td,
.form-default .k-widget .k-status,
.form-default .k-grouping-row td,
.form-default td.k-group-cell,
.form-default .k-calendar th,
.form-default .k-dropzone-hovered,
.form-default .k-upload-files { background-color: #f5f5f5; }
/**********************************************************************************/

.block-main {
    /*
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    
    -webkit-box-shadow: 1px 1px 1px 1px #cccccc;
    -moz-box-shadow: 1px 1px 1px 1px #cccccc;
    box-shadow: 1px 1px 1px 1px #cccccc;
    */
    border: 1px solid #DDDDDD;
    /*border: 1px solid #cccccc;*/
    min-height: 200px;
    position: relative;
}

.block-main.news-main,
.block-main.docs-main { width: 414px; }

.block-main.news-main { float: left; }

.block-main.docs-main { float: right; }

.block-main .block-content {
    margin: 8px;
    padding-bottom: 20px;
}

.block-main.stat { margin-top: 10px; }

.stat-table-block,
.stat-graph-block { width: 414px; }

.stat-table-block { float: left; }

.stat-graph-block { float: right; }

.stat-table { }

.stat-table .footer { font-weight: bold; }

.table.table-bordered.stat-table thead { background: transparent; }

.table.stat-table thead th { vertical-align: middle; }

.block-main .block-title {
    color: #707070;
    display: inline-block;
    font-family: "Segoe UI", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif;
    font-size: 20px;
    line-height: 28px;
    margin: 8px 8px 0 8px;
    text-decoration: none;
}

.block-main .block-link {
    bottom: 8px;
    display: inline-block;
    font-size: 12px;
    left: 10px;
    position: absolute;
    text-decoration: underline;
}

.block-main .news-item { margin-bottom: 8px; }

.block-main .news-item .title { font-size: 13px; }

.block-main .news-item .date,
.block-main .news-item .title {
    display: block;
    margin-bottom: 3px;
}

.block-main .news-item .annons { font-size: 12px; }

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

div.tree-menu { margin-right: 2px; }

div.tree-menu a {
    color: #707070;
    display: block;
    font-size: 13px;
    line-height: 20px;
}

div.tree-menu a:hover { text-decoration: none; }

div.tree-menu .k-state-hover,
div.tree-menu .k-state-selected {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    background: #F8FFFF;
    border: 0 none;
    border-radius: 0;
    margin: 1px 0 1px 2px;
    padding: 2px 4px 2px 3px;
}

div.tree-menu li.active > div > span.k-in {
    background-color: #F8FFFF;
    border: 1px solid #AEAEAE;
    color: #000000;
}

div.tree-menu .k-icon { margin-top: 4px; }

div.tree-menu div.k-treeview { white-space: normal; }

div.tree-menu span.k-in {
    display: block;
    position: relative;
}

span.item-actions {
    position: absolute;
    right: 3px;
    top: 3px;
    z-index: 33;
}

span.item-actions a { display: inline-block; }

div.tree-menu span.k-in span.item-actions { display: none; }

div.tree-menu span.k-in.k-state-hover span.item-actions { display: block; }

div.tree-menu span.k-in.k-state-selected span.item-actions { display: block; }
/***********************************************************/

.table td { vertical-align: middle; }

.table td.top { vertical-align: top; }

.table thead th img { margin: 0 2px 2px 2px; }

.table thead th.small, .table thead td.small { width: 60px; }

.table tbody th.small, .table tbody td.small { width: 60px; }

.table thead th.medium, .table thead td.medium { width: 120px; }

/*.table thead th input.filter,
.table thead th select.filter {
    margin: 0;
    width: 85%;
}*/

.table thead th input.filter, 
.table thead th select.filter {
    margin: 0;
    width: 100%;
    resize: none;
     display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 31px;
    font-size: 12px;
}

.table thead tr.filter th { padding: 2px; }

.right,
.table thead th.right,
.table td.right { text-align: right; }

.center,
.table th.center,
.table td.center { text-align: center; }


.table td.buttons { text-align: center; }

table.no-border td { border: 0; }

table.light { margin-bottom: 5px; }

table.light td {
    border: 0;
    padding: 3px;
}

table.table .lab-pager { margin: 0; }

table.table.table-bordered thead { background-color: #f1f1f1; }
table.table.table-bordered th { vertical-align:middle; text-align:center; }

table.table.table-bordered tfoot { background-color: #f1f1f1; }

.checkboxList li label { margin-bottom: 15px; }

.radioList li label { margin-bottom: 10px; }

/**/

ul.left-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
}
/*ul.left-sub-menu {
    list-style-type: none;
    margin: 0 0 0 15px;
    padding: 0;
}*/

ul.left-menu a {
    background-color: transparent;
    background-position: 3px center;
    background-repeat: no-repeat;
    color: #707070;
    display: block;

    font-size: 13px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

ul.left-menu li > span {
    display: block;
    position: relative;
}

ul.left-menu li > span.hover a { background-color: #F8FFFF; }

ul.left-menu a:hover { background-color: #F8FFFF; }

ul.left-menu span.item-actions a {
    /*display: inline-block;*/
    display: block;
    float: left;
}

ul.left-menu li a.active {
    background-color: #F8FFFF;
    border: 1px solid #AEAEAE;
    color: #000000;
}

ul.left-menu li > span > span.item-actions { display: none; }

ul.left-menu li > span.hover > span.item-actions { display: block; }

ul.left-menu a.users {
    background-image: url("/static/img/buttons/user1.png");
    padding-left: 22px;
}
ul.left-menu a.allusers {
    background-image: url("/static/img/buttons/user.png");
    padding-left: 22px;
}

ul.left-menu a.groups {
    background-image: url("/static/img/buttons/group.png");
    padding-left: 22px;
}



ul.left-menu a.roles {
    background-image: url("/static/img/buttons/perms.png");
    padding-left: 22px;
}

ul.left-menu a.reports {
    background-image: url("/static/img/buttons/report.png");
    padding-left: 22px;
}

ul.left-menu a.dataloadedlog {
    background-image: url("/static/img/buttons/application_view_detail.png");
    padding-left: 22px;
}

ul.left-menu a.sessionlog {
    background-image: url("/static/img/buttons/application_view_detail.png");
    padding-left: 22px;
}

ul.left-menu a.orgstructure {
    background-image: url("/static/img/buttons/application_view_detail.png");
    padding-left: 22px;
}

ul.left-menu a.shield {
    background-image: url("/static/img/buttons/shield.png");
    padding-left: 22px;
}
/**/

.menuContainer {
    background: url('/static/img/MenuBG.png') repeat-x;
    height: 35px;
    margin: auto;
}

.hidden { display: none; }

.input-validation-error { /*border-color: #FFFF3700;*/ }

.bold { font-weight: bold; }

div.small-font,
div.small-font p { font-size: 12px; }

#departmentsContainer tbody td,
#workplacesContainer tbody td,
#historyContainer tbody td { vertical-align: top; }

#departmentsContainer tbody td.buttons .item-action,
#workplacesContainer tbody td.buttons .item-action,
#historyContainer tbody td.buttons .item-action { margin-top: 7px; }

#departmentsContainer tbody td.num,
#workplacesContainer tbody td.num,
#historyContainer tbody td.num { padding-top: 10px; }

.upload-panel .k-upload-files .k-button { float: right; }

.upload-panel li.k-file { line-height: 24px; }

.w100 { width: 100%; }

.form-item table.items { width: 100%; }

.form-item table.items td {
    border-top: none;
    padding: 0;
}

.form-item table.items td.lft { padding-right: 7px; }

.form-item table.items td.rgt { padding-left: 7px; }

.form-item table.items td.cntr { padding: 0 7px; }

.form-item table.items td { vertical-align: top; }

.table .form-item { margin-bottom: 5px; }

div.progress {
    height: 48px;
    position: absolute;
    /*position: fixed;
    top: 20px;
    left: 20px;*/
    /**/
    width: 48px;
    z-index: 333;
    /*background: url("/static/img/loading.gif") no-repeat scroll left top transparent;*//*IE bug*/
}

.stat-info-left, .stat-info-left p {
    color: #7A7A7A;
    font-size: 15px;
}

.stat-info-left p { text-align: center; }

.captcha-image img { }

div.captcha-container, div.captcha-image, div.captcha-input, div.captcha-validator {
    display: block;
    float: left;
}

div.captcha-input input[type="text"] { width: 200px; }

div.captcha-input { padding: 4px 2px; }

div.captcha-validator { padding: 8px 0; }

div.captcha-image img {
    border: 1px solid #DFDFDF !important;
    cursor: pointer;
    height: 35px;
    width: 100px;
}

/*kendo ui styles*/

.k-widget .k-dropdown-wrap, .k-widget .k-picker-wrap, .k-widget .k-numeric-wrap, .k-textbox, .k-autocomplete.k-header, .k-autocomplete.k-state-focused, div.k-dropdown-wrap.k-state-active, .k-dropdown-wrap.k-state-focused, .k-dropdown-wrap.k-state-focused:hover, div.k-picker-wrap.k-state-active, .k-picker-wrap.k-state-focused, .k-picker-wrap.k-state-focused:hover, span.k-numeric-wrap.k-state-active, .k-numeric-wrap.k-state-focused, .k-numeric-wrap.k-state-focused:hover {
    background-color: transparent;
    border-color: #C5C5C5;
}

.k-state-selected.k-state-focused { background-color: #3DABDB; }
/*end kendo ui styles*/

.role-container, .light-container {
    color: #8f8f8f;
    display: block;
    font-size: 11px;
}

.header-title { font-size: 32px; margin: 20px; display: block; margin-bottom: 15px; margin-top: 30px; }
.header-text { font-size: 16px; display: block; margin: 20px; line-height: 1em; margin-top: 30px; }
#menu-top-line { background-color: #007ac3; }
#main-menu ul.menu > li > a.active { background: url("/_gpu/menu_active.png") repeat-x scroll left bottom transparent; }
.menuContainer { /*border-bottom: 2px solid gray;*/ }
	.delimeter_red{border-bottom: 1px solid #ff2800 !important;}
	
#content { float: none; display: block; border: none; width: 100%; }
#header { height: 130px; border-bottom: 1px solid #eff1f3;}


.stat_org_info_table{margin-top: 50px; border: 2px solid rgb(228, 230, 234);}
.stat_org_info_table th, .stat_org_info_table td{padding: 15px 7px 15px 7px; text-align: center;}
    .stat_org_info_table tr:nth-child(odd) {
    background-color: rgba(236, 240, 244, 0.76);
    }

    .stat_org_info_table tr:nth-child(even) {
    background-color: rgba(250, 250, 249, 0.58);
    }

    .stat_org_info_table th {
    background-color: rgba(250, 250, 249, 0.58);
    font: 14px sans-serif;
    font-weight: bold;
    border-bottom: 1px solid rgb(228, 230, 234);    
    }

    .stat_org_info_table td {
        font: 12px sans-serif;
        /*border-right: 1px solid rgb(228, 230, 234);
        border-left: 1px solid rgb(228, 230, 234);*/
    }

    .stat_org_info_b_both{border-right: 1px solid rgb(228, 230, 234);
        border-left: 1px solid rgb(228, 230, 234);}

    .stat_org_info_last_th {
        padding-right: 20px !important;
            }

    .stat_org_info_table td:nth-child(1) {
     text-align:left;
    }

    .stat_org_info_first_th{
        text-align: left !important;
    }

    .stat_org_info_left_b{border-left: 1px solid rgb(228, 230, 234); border-right: none;}
    .stat_org_info_right_b{border-right: 1px solid rgb(228, 230, 234); border-left: none;}

    .stat_org_info_last_tr {border-bottom: 1px solid rgb(228, 230, 234);}
    .stat_org_info_tr_names{border-bottom: 3px solid rgb(228, 230, 234);}

    .org_detail_factors{border: 1px solid rgb(228, 230, 234); margin-bottom: 20px; margin-top: 30px;}
        .org_detail_factors th{padding: 15px 7px; text-align: center;}
        .org_detail_factors td, .org_detail_factors th{border: 1px solid rgb(228, 230, 234);}
        .org_detail_factors_cut{text-align: center; background-color: rgba(250, 250, 249, 0.58) !important; width: 25%;}
        .org_detail_factors_type{text-align: center;}
        .org_detail_factors div.vertical{margin-top: -10px; font-weight: bold;
            margin-left: -98px;
            position: absolute;
            width: 215px;
            transform: rotate(-90deg);
            -webkit-transform: rotate(-90deg);
            -moz-transform: rotate(-90deg);
            -o-transform: rotate(-90deg);
            -ms-transform: rotate(-90deg);}

        .org_detail_factors th.vertical{vertical-align: middle; text-align: center; height: 245px; font: 14px sans-serif; padding-left: 19px; background-color: rgba(250, 250, 249, 0.58);}
        .org_detail_factors_itogo{background-color: gray;}
        .org_detail_factors_itogo td{background-color: rgba(245, 242, 242, 1) !important;}


        /*.org_detail_factors tr:nth-child(even){background-color: rgba(250, 250, 249, 0.58);}
        .org_detail_factors tr:nth-child(odd){background-color: rgba(236, 240, 244, 0.76);}*/

        .org_detail_factors td{padding-top:10px; padding-bottom: 10px; text-align: center;}
        .org_detail_factors td:nth-child(even){background-color: rgba(253, 249, 249, 0.58);}
        .org_detail_factors td:nth-child(odd){background-color: rgba(236, 240, 244, 0.76);}

        .org_detail_factors thead tr{background-color: rgba(250, 250, 249, 0.58) !important;}

        /*.org_detail_factors_w td{width: 30%;}*/

.table-orgs-width td { padding-top:5px; padding-bottom:5px;
}

.region_list{background: #f2f2f2; cursor:pointer;}
/*.reg_list_p{display:block; float: right; width: 22px; height: 23px; background:url('/static/img/news-item-btn1.png') 0px -30px no-repeat; }*/
    .region_list td b{}
    /*.region_open{ 0px 0px no-repeat; }*/
    .region_list a{color: #3c3908;}

    

