@font-face {font-family: 'PT Sans'; 
	src: url('../fonts/ptsans/pts55f_w.eot'); 
	src: local('PT Sans'), url('../fonts/ptsans/PTS55F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsans/PTS55F_W.woff') format('woff'),url('../fonts/ptsans/PTS55F_W.ttf') format('truetype'), url('../fonts/ptsans/PTS55F_W.svg#PTSans-Regular') format('svg');}

@font-face {font-family: 'PT Sans'; 
	font-style: italic;
	src: url('../fonts/ptsans/pts56f_w.eot'); 
	src: local('PT Sans Italic'), url('../fonts/ptsans/PTS56F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsans/PTS56F_W.woff') format('woff'),url('../fonts/ptsans/PTS56F_W.ttf') format('truetype'), url('../fonts/ptsans/PTS56F_W.svg#PTSans-Italic') format('svg');}

@font-face {font-family: 'PT Sans';
	src: url('../fonts/ptsans/pts75f_w.eot');
	font-style: normal;
	font-weight: bold; 
	src: local('PT Sans Bold'), url('../fonts/ptsans/PTS75F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsans/PTS75F_W.woff') format('woff'),url('../fonts/ptsans/PTS75F_W.ttf') format('truetype'), url('../fonts/ptsans/PTS75F_W.svg#PTSans-Bold') format('svg');}

@font-face {font-family: 'PT Sans';
	font-style: italic;
	font-weight: bold; 
	src: url('../fonts/ptsans/pts76f_w.eot'); 
	src: local('PT Sans Bold Italic'), url('../fonts/ptsans/PTS76F_W.eot?#iefix') format('embedded-opentype'), url('../fonts/ptsans/PTS76F_W.woff') format('woff'),url('../fonts/ptsans/PTS76F_W.ttf') format('truetype'), url('../fonts/ptsans/PTS76F_W.svg#PTSans-BoldItalic') format('svg');}

@font-face {
    font-family: 'Fira Sans Condensed';
    src: local('Fira Sans Condensed SemiBold'), local('FiraSansCondensed-SemiBold'), url('../fonts/firasanscondensed/Firasanscondensedsemibold.woff2') format('woff2'), url('../fonts/firasanscondensed/Firasanscondensedsemibold.woff') format('woff'), url('../fonts/firasanscondensed/Firasanscondensedsemibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans Condensed';
    src: local('Fira Sans Condensed Regular'), local('FiraSansCondensed-Regular'), url('../fonts/firasanscondensed/Firasanscondensedregular.woff2') format('woff2'), url('../fonts/firasanscondensed/Firasanscondensedregular.woff') format('woff'), url('../fonts/firasanscondensed/Firasanscondensedregular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Fira Sans Condensed';
    src: local('Fira Sans Condensed Medium'), local('FiraSansCondensed-Medium'), url('../fonts/firasanscondensed/Firasanscondensedmedium.woff2') format('woff2'), url('../fonts/firasanscondensed/Firasanscondensedmedium.woff') format('woff'), url('../fonts/firasanscondensed/Firasanscondensedmedium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

html{
    overflow-y: scroll;
}

body{

    font-family: 'PT Sans', Arial, sans-serif;
}

body, div, select, textarea {
    scrollbar-arrow-color: #254D73;
    scrollbar-base-color: #D1DCB7;
    scrollbar-shadow-color: #173755;
    scrollbar-darkshadow-color: #EFF0D6;
}

a{
    color: #1D4D71;
    outline: none;
}

a:not(.disabled):hover{
    color: #316EA8;
}

.selectedLink, .selectedLink:hover {
    background-color: #254D73 !important;
    color: white !important;
}

.del-outer a span {
    color: #173755;
    white-space: nowrap;
}

.insideFontSize14 *{
    font-size: 14px;
}

.bigSplash,.preloader {
    background-image: url("../images/ifpi/spinner.svg");
    background-size: 100px;
    background-position: 50% 50%;
}

.logo {
    background: url('../images/ifpi/logo.png') 0 50% no-repeat;/**/
    background-size: contain;
    width: 58px;
    height: 58px;
    left: 0 !important;
    top: 5px !important;
    position: absolute;
    cursor: pointer;
    z-index: 90;
}

.header_bg{
    background: #e3eaf1;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
}

/*.header_left{
    background: url("../images/pravo/head_gsrpa.png") no-repeat left bottom;
    position: absolute;
    top: 0;
    width: 476px;
    margin-left: -17px;
}*/

/*.header_right{
    background: url("../images/pravo/head_flag.png") no-repeat right bottom;
    position: absolute;
    right: 0;
    top: -5px;
    width: 164px;
}*/

.header_center{
    /* background: url("../images/ifpi/bg-top.png") no-repeat center; */
    background-color: #1e5799;
    background-size: cover;
    /*margin-left: 476px;*/
    /*margin-right: 164px;*/
    position: relative;
    width: auto;
}

.header_center:after{
    content:"";
    display: block;
	width: 100%;
    height: 100%;
	top: 0;
	background: rgb(30,87,153);
	background: -moz-linear-gradient(top, rgba(30,87,153,1) 0%, rgba(29,76,134,1) 0%, rgba(38,106,173,1) 100%, rgba(125,185,232,1) 100%);
	background: -webkit-linear-gradient(top, rgba(30,87,153,1) 0%,rgba(29,76,134,1) 0%,rgba(38,106,173,1) 100%,rgba(125,185,232,1) 100%);
	background: linear-gradient(to bottom, rgba(30,87,153,1) 0%,rgba(29,76,134,1) 0%,rgba(38,106,173,1) 100%,rgba(125,185,232,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#7db9e8',GradientType=0 );
	opacity: 0.8;
}

.header-background{
    background: #C0C7CC url("../images/pravo/head_backg.png") repeat-x bottom;
    width: 100%;
    position: absolute;
    top: -5px;
}

.header-background2{
    background: #C0C7CC url("../images/pravo/head_backg.png") repeat-x bottom;
    width: 100%;
    position: absolute;
    top: 4px;
}

  /*.header_right,*/  .header-background, .header-background2{
    height: 125px;
}
.header_bg{
    /*     padding:26px 0 9px; */
    /*     height: calc(135px - 26px - 9px); */
    height: 70px;
    z-index:2;
    padding-bottom: 30px;
}

.iFrameWindow .header_bg{
    display: none;
}
/*.header_left,*/ .header_center,.header_center:after{
    height: 100%;
}
/*.header_left, .header_right,*/  .header-background, .header-background2{
    background-position: 0px 26px;
}

.headerPortal:before{
    content:"";
    display: inline-block;
    vertical-align: middle;
    height: calc(70px + 30px);
    width: 136px;
}


/*.header_right{
    background-position: 0px 8px;
}*/


.headerTextOuter{
    padding: 0;
    margin-left: calc(58px + 38px);
    height:60px;
    display: inline-block;
    vertical-align: middle;
    position: absolute;
    top: 10px;
    left: 0;
    font-weight: 500;
    
    font-family: 'Fira Sans Condensed', Arial, sans-serif;
}

.headerText{
    color: #ffffff;
    font-size: 20px;
}

.headerText span{
    color: #ffffff;
    font-size: 14px;
}

.headerText2,
.headerTextInner2{
    font-size: 24px;
    color: white;
    text-shadow: 0 1px 0 #0e3154;
}

.headerText2{
    font-size: 13px;
    color: white;
    line-height: 1.4em;
    margin: 0.3em 0;
}

.headerTextInner2{
    margin-right: 28px;
    float: right;
}


/*.searchBox{
    margin-top: 45px;
}*/

#headerDate {
    position: absolute;
    bottom: auto;
    right: 0;
    top: 28px;
    color: #fff;
}

#header-menu{
    top: 70px;
    text-align: center;
    left: 0;
    right: 0;
}
#mainButtonsOuter{
    /* top: 48px;  */
    position: static;
    display: inline-block;
    color: #266bae;
}

#header  #mainButtonsOuter a{
    /* width: 75px; */
    /* padding: 0; */
    vertical-align: bottom;
    display: inline-block;
    height: auto;
    font-weight: 400; 
}
#mainButtonsOuter a::before{
    display: none;
}
#header  #mainButtonsOuter a.toHomeLink{
    overflow: hidden;
    width: 26px;
    height: 16px;
    padding: 0;
    min-width: auto;
}
#mainButtonsOuter a.toHomeLink::before{
    background: url(../images/ifpi/home.svg) no-repeat;
    width: 16px;
    height: 16px;
    /* line-height: 16px; */
    display: inline-block;
    padding: 0 5px;
}

.portalMode #header .mainButtonsOuter a[data-counter-show]:after {
    right: 0;
}

#userInfoElement{
    top: 0;
}

#userInfoElement .reloadBtn{
    background: url('../images/ifpi/home.svg') no-repeat;
    width: 16px;
    height: 16px;
    line-height: 16px;
    display: inline-block;
}

.fontSize16{
    font-size: 16px;
}

.searchField {
    background-color: #fff;
    border-color: #B8CAD8;
    border-radius: 4px;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4) inset;
    padding: 5px 6px 0 0;
    margin-bottom: 8px;
}

.buttonOuter {
    background: url("../images/pravo/btn_bg.png") repeat-x scroll left bottom rgba(0, 0, 0, 0);
    border: 1px solid #e4e8eb;
    border-radius: 4px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    display: inline-block;
    float: right;
}

.buttonOuter input[type="button"]{
    /* нужна именно красная иконка */
    background: url("../images/ifpi/search.png") no-repeat scroll 22px center rgba(0, 0, 0, 0);
    /*color: #B80308;*/
    color:rgb(38, 107, 174);
    cursor: pointer;
    font-size: 18px;
    overflow: visible;
    padding: 8px 35px 7px 50px;
    text-shadow: 1px 1px 1px #ffffff;
    border: none;
}

.buttonOuter.disabledButton{
    filter: alpha(opacity = 70);
    opacity: 0.6;
}

.buttonOuter.disabledButton input{
    color: #aaaaaa;
}

.redButtonOuter,  .DialogCower .ui-dialog-buttonset .ui-button{
    /*background: #265479 url("../images/sudrf/red_bg_red.png") repeat-x;*/
     background-color: rgb(38, 107, 174);
    background-image: none;
    /*border: 1px solid #7A0C25;*/
    border-radius: 6px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);*/
    display: inline-block;
    margin-right: 18px;
    border: none;
}

.redButtonOuter:hover,  .DialogCower .ui-dialog-buttonset .ui-button:hover{
    background-color: #1d4c86;
}

.find-big-red-button button {
    background: url( '../images/ifpi/find-big.png' ) no-repeat;
}


.redButtonOuter input[type="button"],
.redButtonOuter input[type="submit"],
.redButtonOuter input[type="reset"]{
    /*background: url("../images/pravo/search.png") no-repeat scroll 22px center rgba(0, 0, 0, 0);*/
    background: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    overflow: visible;
    padding: 8px 0 7px 0;
    width: 155px;
    border: none;
}

.redButtonOuter.disabledButton{
    filter: alpha(opacity = 70);
    opacity: 0.6;
}

.redButtonOuter.disabledButton input{
    /*color: #aaaaaa;*/
}

.portalSearchInput{
    /*color: #999999;*/
    padding: 11px 0 14px 10px;
    background-color: transparent;
    border: medium none;
    font-size: 18px;
    margin: 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: calc(100% - 185px);
}

#nestedQueryCheckboxOuter{
    float: none !important;
}

.containerPortal {
    /* background: url("../images/pravo/bg_head.png") repeat-x 0 145px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.25); */
    position: relative;
    margin: 0 auto;
    min-height: 100%;
    max-width: 1360px;
    min-width: 995px;
}

.bgs-wrapper{
    margin: 0 auto;
    max-width: 1120px;
    min-height: 100%;
    min-width: 961px;
    padding: 0 17px 30px;
}

.containerPortal2{
    /* background: url("../images/pravo/bg_head.png") repeat-x 0 50px;
    box-shadow: 0 0 35px rgba(0, 0, 0, 0.25); */
    position: relative;
    margin: 0 auto;
    min-height: 100%;
    max-width: 1600px;
    min-width: 995px;
}

.wrapper2{
    margin: 0 auto;
    max-width: 1360px;
    min-height: 100%;
    min-width: 961px;
    padding: 0 17px 10px;
}

.wrapperNoPaddingBottom2{
    margin: 0 auto;
    max-width: 1360px;
    min-height: 100%;
    min-width: 961px;
    padding: 0 17px 0;
}

.headerPortal {
    /*height: 200px;*/
    padding-bottom: 15px;
    box-sizing: content-box;
    position: relative;
        z-index: 3;
}

.headerOnlyMode.containerPortal2{
    box-shadow: none;
    height: 116px;
    line-height: 1.2;
    min-height: 116px;
    padding: 0;
    box-sizing: content-box;
    position: relative;
}

.headerOnlyMode .wrapper2{
    padding: 0;
}

.headerPortal2{
    box-sizing: content-box;
    padding: 14px 0 0 0;
    position: relative;
}

.userInfoElementOperator,
.userInfoElement{
    background: none;
     /*background: url(../images/chel.gif) 0 0 no-repeat;*/
     padding-left: 12px;
     position: absolute;
     top: 136px;
     right: 0;
     color:#266bae;
     display: none;
     z-index: 2;
        /*margin-right: 65px;*/
 }
.loginTextLink{
    /* color: #173755 !important; */
    /* font-weight: bold; */
}
.loginTextLink a:hover{
    /* color: #B8CAD8 !important; */
    font-weight: bold;
}

#userInfoElement a{
    color:#266bae;
    text-decoration: underline;
}
#userInfoElement a:hover{
    color:#266bae;
    text-decoration: underline;
}

.loginLink,
.logoutLink{
    /* background: #173755; */
    /* color: #ffffff !important; */
    /* font-weight: bold; */
    display: inline-block;
    margin-left: 10px;
    padding: 3px 5px;
    text-decoration: underline;
}

/* .loginLink:hover,
.logoutLink:hover{
    color: #B8CAD8 !important;
} */




#simpleRequestTypeSelector,
.mainLeftCol{
    width: 240px;
}

.mainLeftCol{
    float: left;
}

.mainCenterColWithLeft{
    margin-left: 260px;
}

.checkboxOuter label{
    color: #000000;
    /*vertical-align: -2px;*/
}

#newSearch{
    color: white !important;
    position: relative;
    top: 20px;
    display: none;
}

.free-filters-text-cell{
    width: 250px;
    font-size: 14px;
    padding: 15px 30px 15px 0;
}

.free-filters-value-cell{
    font-size: 14px;
    padding: 5px 0;
}

.free-filters-value-cell *{
    font-size: 14px;
}

.free-filter-value-outer{
    position: relative;
}

.free-filter-value-outer.moreOpt .formatter-outer,
.free-filter-value-outer.moreOpt .selectBox {
    display: inline-block;
    vertical-align: top;
}

.free-filter-value-outer.moreOpt .formatter-outer
{
    width:74%;
    float: right;
}

.free-filter-value-outer.moreOpt .ac-apply-button-outer{
    /*left: 26%;
    position: relative;*/
    margin-left: 26%;
}

.free-filter-value-outer.moreOpt .selectBox
{
    width:25%;
}

.portal-form input{
    border: 1px solid #cccccc;
    border-radius: 4px;
    font-size: 14px;
    padding: 10px 8px 8px 8px;
}

.portal-form .buttonInInput-outer  input,
.portal-form .calendarElement  input{
    border-radius: 4px 0 0 4px;
}

.portal-form .calendarElement{
    padding-right: 34px;
}

.portal-form .calendarBtn {
    background: url("../images/pravo/calendar_button.png") no-repeat scroll 50% 50% rgba(0, 0, 0, 0);
    border: 1px solid #CCCCCC;
    border-radius: 0 4px 4px 0;
    top: 0;
    height: 36px;
    width: 34px;
}

.portal-form .buttonInInput-inner{
    margin-right: 34px;
}

.portal-form .buttonInInput-arrow{
    background: white url('../images/pravo/red_arrow.png') center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 34px;
    cursor: pointer;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.portal-form .ac_results_opened .buttonInInput-arrow{
    background: white url('../images/pravo/red_arrow_up.png') center center no-repeat;
}

.portal-form .buttonInInput-search{
    background: white url('../images/pravo/search.png') center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 34px;
    cursor: pointer;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.portal-form .buttonInInput-plus{
    background: white url('../images/pravo/plus.png') center center no-repeat;
}

.portal-form .buttonInInput-minus{
    background: white url('../images/sudrf/minus.png') center center no-repeat;
    position: absolute;
    top: 0;
    right: 0;
    height: 36px;
    width: 34px;
    cursor: pointer;
    border-top: 1px solid #CCCCCC;
    border-right: 1px solid #CCCCCC;
    border-bottom: 1px solid #CCCCCC;
    border-radius: 0 4px 4px 0;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
}

.ac-apply-button-outer{
    padding-top: 5px;
    display: none;
}

.portal-form .date-filter-from{
    width: 9em;
}

.portal-form .date-filter-to{
    width: 9em;
}

.portal-form .date-filter-from-text,
.portal-form .number-filter-from-text{
    margin: 0 8px 0 0;
}

.portal-form .date-filter-to-text,
.portal-form .number-filter-to-text{
    margin: 0 8px;
}

.portal-form-tooltip{
    color: #666666 !important;
    border:1px solid #666666 !important;
}


/* dictionary tree window start */

.DialogCower{
    background: white;
    border-radius: 5px;
}

.DialogCower > .ui-widget-header{
    background: white;
    color: black;
    border: none;
    padding-bottom: 15px;
}

.DialogCower > .ui-widget-header .ui-dialog-title{
    background: white;
    color: black;
    font-size: 18px;
    text-align: center;
    margin-top: 4px;
}

.DialogCower .ui-dialog-titlebar-close,
.DialogCower .ui-dialog-titlebar-close:hover{
    background: url("../images/pravo/cross.png") no-repeat 50% 50%;
    border: 1px solid #CCCCCC;
    border-radius: 4px;
    height: 34px !important;
    width: 34px !important;
    margin: 0 !important;
    top: 4px !important;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;

}

.DialogCower .ui-dialog-titlebar-close .ui-icon{
    background: none;
}

.DialogCower .ui-dialog-buttonpane{
    padding : 1.2em 1em 1em 0.4em;
    background: #EFEFEF;
}

.DialogCower .ui-dialog-buttonset{
    float: left !important;
}

.DialogCower .ui-dialog-buttonset .ui-button{
   /* background: #265479 url("../images/sudrf/red_bg_red.png") repeat-x;
    border: 1px solid #7A0C25;*/
    border-radius: 6px;
    /*box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);*/
    display: inline-block;
    margin: 0 8px;
}

.DialogCower .ui-dialog-buttonset .ui-button-text{
    background: none;
    color: #ffffff;
    cursor: pointer;
    font-size: 16px;
    font-weight: bold;
    overflow: visible;
    padding: 8px 0 7px 0;
    width: 155px;
    border: none;
}

.ui-widget-overlay{
    background: #777777;
    filter: alpha(opacity = 70);
    height: 100%;
    left: 0;
    opacity: 0.7;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

/* dictionary tree window end */


.ui-autocomplete-results-multivalued{
    position: static !important;
}

.ac_results.sudrf_ac_results li,
.ac_results.sudrf_ac_results li a{
    margin: 0px;
    /*padding: 3px 5px;*/
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 14px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 18px;
    overflow: hidden;
    text-decoration: none;
    color: #000000;
}

.ac_results.sudrf_ac_results li input{
    margin-right: 5px !important;
    padding: 0;
    border: none;
    border-radius: 0;
}

.ac_results .ac_over,
.ac_results .ui-state-focus{
    background-color: #254D73 !important;
    color: white !important;
}


.form-button{
    background: #942b2b url("../images/button-bg.png") repeat-x;
    border: none;
    font-weight: bold;
    padding: 1px 2px;
    margin: 10px 10px 0 0;
    color: white;
    width: 150px;
    cursor: pointer;
    font-size: 14px;
}

#catalogComment{
    font-size: 14px;
    margin: 0 0 20px;
    text-align: center;
    font-weight: bold;
    color: #666666;
}

.attributiveSearchOuter, .SelectedListBox{
    margin-bottom: 10px;
    background: #EFEFEF;
    border-radius: 6px;
}

.tree-dictionary__valid-outer .SelectedListBox {
    margin-bottom: 0px;
}

.attributiveSearchOuter{
    display: none;
}

.SelectedListBox{
    padding:22px 18px 10px;
    position: relative;
}

.SelectedListBox  .content-container{
    
    text-overflow: ellipsis;
}

.SelectedListBox:empty{
    display:none;
}

.SelectedListBox .unselect-all{
    cursor : pointer;
    position: absolute;
    z-index: 2;
    right: 5px;
    top: 5px;
    font-weight: 700;
}



.SelectedListBox span{
    cursor : pointer;
    display: inline-block;
    white-space: nowrap;
    max-width: 724px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.SelectedListBox span::after{
    content: "✕";
    display: inline-block;
    vertical-align: middle;
    font-weight: 700;
    opacity: 0.5;
    cursor: pointer;
    margin: 0 4px 0 3px;
}

.SelectedListBox span::after{
    width: 12px;
    height: 12px;
    background: url(../images/btn-delete.gif) no-repeat 0 -11px;
    content: "";
    position: relative;
    bottom: 1px;
} 

.SelectedListBox span:hover::after{
    opacity: 1;
}

.SelectedListBox .content-container div::before{
    content: ". . .";
    display: inline-block;
    vertical-align: bottom;
    font-weight: 700;
    white-space: nowrap;
}

/*.attributiveSearchOuter .showInner,*/
/*.attributiveSearchOuter .showInner *{*/
    /*color: #666666;*/
/*}*/

#resultTotal{
    font-size: 12px !important;
    color: black !important;
}

.resultCount{
    font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
    font-weight: bold;
    font-size: 16px !important;
    color: black !important;
    padding: 9px 0;
}

.topPagerOuterOuter{
    padding: 9px 0;
}

.result-view-selector-outer a{
    display: inline;
    padding: 2px 4px;
    margin: 0;
    background: white;
    color: black;
    text-decoration: underline;
    white-space: nowrap;
    line-height: 20px;
}

.result-view-selector-outer a.selected-result-view{
    background: none repeat scroll 0 0 #DDDDDD;
    color: #000000;
    line-height: 20px;
    text-decoration: none;
}


.catalogBoxTitle{
    line-height: 28px;
    padding: 5px 10px !important;
    font-size: 16px;
    font-weight: normal;
    border: 1px solid #B8CAD8;
    color: #E9E9E9;
    margin: 0;
    background: #334B63;
    background: -moz-linear-gradient(top, #354F66 0%, #344C64 3px, #334B63 20px, #324B61 37px, #324B61 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#354F66), color-stop(3px,#344C64), color-stop(20px,#334B63), color-stop(37px,#324B61), color-stop(100%,#324B61));
    background: -webkit-linear-gradient(top, #354F66 0%,#344C64 3px,#334B63 20px,#324B61 37px,#324B61 100%);
    background: -o-linear-gradient(top, #354F66 0%,#344C64 3px,#334B63 20px,#324B61 37px,#324B61 100%);
    background: -ms-linear-gradient(top, #354F66 0%,#344C64 3px,#334B63 20px,#324B61 37px,#324B61 100%);
    background: linear-gradient(to bottom, #354F66 0%,#344C64 3px,#334B63 20px,#324B61 37px,#324B61 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#354F66', endColorstr='#324B61',GradientType=0 );
    /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);*/
}

.catalogBoxTitleVertical{
    border: 1px solid #334B63;
    background: #334B63;
}

.catalogBoxTitleVerticalWOBox {
    background: #334B63;
    /*height: 38px;*/
}

.catalogBoxTitle .catalogResultCount{
    color: #E9E9E9;
    font-size: 16px;
    font-weight: normal;
    line-height: 28px !important;
}

.collapsedBox .catalogBoxTitle,
.expandedBox .catalogBoxTitle{
    cursor: pointer;
}

.collapsedBox .expandBoxBtn{
    background: url("../images/sudrf/collapse.png") no-repeat 0 0;
    display: block;
    float: right;
    height: 22px;
    margin-top: 3px;
    width: 22px;
}

.collapsedBox .collapseBoxBtn{
    display: none;
}

.expandedBox .expandBoxBtn{
    display: none;
}

.expandedBox .collapseBoxBtn{
    background: url("../images/sudrf/collapse.png") no-repeat 0 -47px;
    display: block;
    float: right;
    height: 22px;
    margin-top: 3px;
    width: 22px;
}

.expandedBox .collapseBoxToVerticalAtLeftBtn{
    background: url("../images/sudrf/collapse.png") no-repeat -47px -47px;
}

.expandedBox .collapseBoxToVerticalAtRightBtn{
    background: url("../images/sudrf/collapse.png") no-repeat -47px 0;
}

.boxOuterVerticalAtLeft  .expandFromVerticalBtn{
    background: url("../images/sudrf/collapse.png") no-repeat -47px 0;
}

.boxOuterVerticalAtRight  .expandFromVerticalBtn{
    background: url("../images/sudrf/collapse.png") no-repeat -47px -47px;
}

.collapsedBox .catalogBoxContent{
    display: none;
}

.expandedBox .catalogBoxContent{
    display: block;
}

/*.countBoxTitle{*/
    /*line-height: 28px;*/
    /*padding: 5px 10px;*/
    /*font-size: 18px;*/
    /*font-weight: normal;*/
    /*color: #fefefe;*/
    /*margin: 0;*/
    /*background: #225384;*/
    /*background: -moz-linear-gradient(top, #3B7AB2 0%, #285989 100%);*/
    /*background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3B7AB2), color-stop(100%,#285989));*/
    /*background: -webkit-linear-gradient(top, #3B7AB2 0%,#285989 100%);*/
    /*background: -o-linear-gradient(top, #3B7AB2 0%,#285989 100%);*/
    /*background: -ms-linear-gradient(top, #3B7AB2 0%,#285989 100%);*/
    /*background: linear-gradient(to bottom, #3B7AB2 0%,#285989 100%);*/
    /*filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3B7AB2', endColorstr='#285989',GradientType=0 );*/
    /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);*/
/*}*/

.catalogBoxContent{
    background-color: #EEEEEE;
    border: 1px solid #B8CAD8;
    /*border-radius: 0px 0px 3px 3px;*/
    border-top: none;
}

.catalogMenuItems{
    padding: 13px 20px 0 0;
}

.catalogMenuItems li{
    padding-bottom: 6px;
}

.catalogMenuItems li a{
    display: inline-block;
    padding: 5px 0 5px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #173755;
}


.catalogMenuItems li .count{
    display: inline-block;
    padding: 5px 0 5px 20px;
    font-size: 14px;
    font-weight: bold;
    color: #1D4D71;
}

.catalogMenuItems li a:hover{
    text-decoration: underline;
    color: #000000;
}

.catalogMenuItems .selectedCatalogLink{
    border-left: 2px solid #036aba;
    font-weight: bold;
}

.category-query .catalogResultCount{
    font-size: 14px;
    color: #173755;
}

.catalogResultCount {
    word-break: keep-all;
    word-wrap: normal;
    white-space: nowrap;
}


.catalogHeaderTree,
.catalogHeaderTree .node-text{
    color: #173755 !important;
}

.bigSizeFontInside .catalogHeaderTree,
.bigSizeFontInside .catalogHeaderTree .node-text{
    color: #173755;
}

.catalogHeaderTree .fav-resultCount{
    color: #000000 !important;
}

.jstree-classic .jstree-hovered {
    background: #B8CAD8 !important;
    border: 1px solid #B8CAD8 !important;
    padding: 0 2px 0 1px;
}

.jstree-classic .jstree-clicked {
    background: #173755 !important;
    border: 1px solid #173755 !important;
    padding: 0 2px 0 1px;
    color: white;
}

#resultHeaderBox{
    margin-bottom: 10px;
}

#resultButtonsOuter{
    position: static;
    /* padding-left: 100px; */
}

body[data-resultview="textDoc"] #resultButtonsOuter{
    padding-left: 0px;
}

/* body[data-resultview="textDoc"] #resultViewSelectorOuter:after{
    content:"";
    display:block;
} */

.showEditLinksOuter{
    padding-bottom: 10px;
}

.toStartPageLink,
.toStartPageLink:hover{
    /*float: left;*/
    font-size: 14px;
    /*padding-top: 6px;*/
    font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #B80308 !important;
}

.toEditLink,
.toEditLink:hover{
    float: right;
    font-size: 14px;
    font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
    font-weight: bold;
    color: #1d4d71;
}

.opened-catalog-name{
    position: relative;
}

.opened-catalog-name .del{
    display: inline;
    position: absolute;
    left: -20px;
    overflow: hidden;
    top: 0;
    width: 12px;
    height: 12px;
    background: url(../images/btn-delete.gif) no-repeat 0 0;
    margin: 1px 3px 0 0;
    cursor: pointer;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.opened-catalog-name .del.hover{
    display: inline;
    position: absolute;
    left: -20px;
    overflow: hidden;
    top: 0;
    width: 12px;
    height: 12px;
    background: url(../images/btn-delete.gif) no-repeat 0 -11px;
    margin: 1px 3px 0 0;
    cursor: pointer;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.categoriesPortal{
    background: #efefef;
    border-radius: 6px;
    width: 250px;
    padding: 10px;
    margin: 0 0 10px 0;
    display: none;
    overflow-x: hidden;
}

.categoriesPortal .categoryName{
    font-size: 14px;
}

.filter-box{
    margin-bottom: 8px;
}


/****  table starts****/
.sudrf-dt table {
    border:1px solid #bbbbbb;
    border-collapse:collapse;
    font-family:Arial,sans-serif;
    font-size:12px;
    font-size:1em;
}

.sudrf-dt td {
    padding: 5px;
}

.sudrf-dt td,
.sudrf-dt th{
    border-bottom:1px solid #bbbbbb;
    border-left:1px solid #bbbbbb;
    border-right:1px solid #bbbbbb;
    vertical-align:middle;
}

.sudrf-dt th{
    background: #dddddd;
    color: #555555;
    font-weight: bold;
    height: 31px;
}

.sudrf-dt th div{
    color: #333333;
}

/****  table ends****/

.tableView .resultHeader,
.tableView .resultHeader span{
    color: #225385;
}



/* tree dictionary starts */
.tree-dictionary-ui-outer .redButtonOuter{
    margin: 5px 0 0 0;
}

.tree-dictionary-item{
    padding-top: 5px;
    margin-bottom: 2px;
}

.tree-dictionary-item.selected > .item-inner{
    background: #eeeeee;
}


.tree-dictionary-item .toggler-place{
    display: inline-block;
    font-size: 14px;
    padding: 0 5px;
    text-decoration: none;
    vertical-align: top;
    width: 8px;
}

.tree-dictionary-item .children-outer{
    padding-left: 10px;
}

.selected-items-list{
    padding: 0 0 0 20px;
}

.selected-item{
    position: relative;
    margin-top: 4px;
}

.selected-item .del{
    display: inline;
    position: absolute;
    left: -16px;
    overflow: hidden;
    top: 0;
    width: 12px;
    height: 12px;
    background: url(../images/btn-delete.gif) no-repeat 0 0;
    margin: 1px 3px 0 0;
    cursor: pointer;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}

.selected-item .del.hover{
    display: inline;
    position: absolute;
    left: -16px;
    overflow: hidden;
    top: 0;
    width: 12px;
    height: 12px;
    background: url(../images/btn-delete.gif) no-repeat 0 -11px;
    margin: 1px 3px 0 0;
    cursor: pointer;
    box-sizing: content-box;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
}
/* tree dictionary end */


.treeMode .resultsListHeader {
    padding: 0 !important;
}

.treeMode .tableView .bgs-result, .treeMode.tableView .bgs-result {
    margin: 0 0 10px 0 !important;
}




/* help starts */

#helpLink{
    color: #225385;
    float: right;
    font-size: 14px;
    margin: 0 27px 0 27px;
}

#helpBackLink{
    color: #225385;
    float: right;
    font-size: 14px;
    margin-top: 46px;
    margin-right: 27px;
    text-decoration: underline;
}

#searchBox #helpLink{
    float:right;
    text-decoration : none;
    font-weight:700;
    border: 2px solid #225385;
    display:block;
    width:20px;
    height:20px;
    line-height:20px;
    text-align:center;
    border-radius:20px;
    font-size:20px;
    /* margin-bottom:25px; */
}
#searchBox #helpLink:hover {
    background:#efefff;
}

#searchBox #helpLink:after{
    content : '?';
    

}


.contacts-col1{
}

.contacts-col2{
    text-align: right;
}

.contacts-text{
    color: white;
    font-size: 14px;
    padding-bottom: 13px;
}

.contacts-phone{
    background: url("../images/sudrf/phone.png") no-repeat scroll left center rgba(0, 0, 0, 0);
    border-right: 1px solid #809dba;
    color: white;
    font-size: 22px;
    padding: 0 15px 0 30px;
}

.contacts-feedback{
    color: white;
    font-size: 14px;
    margin-right: 28px;
    text-decoration: underline;
}
.contacts-email{
    background: url("../images/sudrf/letter.png") no-repeat scroll -2px 6px rgba(0, 0, 0, 0);
    /*border-left: 1px solid #6c8595;*/
    color: white;
    font-size: 22px;
    padding: 0 0 0 30px;
    text-decoration: none;
}

.contacts a{
    /* color: white; */
}

.contacts a:hover {
    /* color: white; */
    text-decoration: underline;
}

#HelpPage .searchBox{
    padding-top: 10px;
}

#HelpPage .contacts-text{
    color:#6c8595;
}

#HelpPage .contacts-email{
    background: url("../images/ifpi/letter.png") no-repeat scroll -2px 6px rgba(0, 0, 0, 0);
}

h1{
font-size: 20px;
}
h2{
    font-size: 16px;
    text-indent: 30px;
}
h3{
    font-size: 14px;
    text-indent: 30px;
    padding-top: 12px;
}
/*h4{*/
/*font-size: 16px;*/
/*}*/
/*h5{*/
/*font-size: 13px;*/
/*}*/
/*h6{*/
/*font-size: 10px;*/
/*}*/

h2 span{
    font-weight: normal;
    font-size: 16px;
}

.helpContent p,
.helpContent a,
/*.helpContent li,*/
.helpContent strong{
    font-size: 14px;
    line-height: 1.5em;
}

.helpContent p{
    text-indent: 30px;
    text-align: justify;
    margin: 30px 0 0 0;
}

.helpContent figure p{
    text-indent: 0;
}

.helpContent table{
    margin: 0 auto;
}

.helpContent strong{
    font-weight: bold;
    font-style: italic;
}

figure{
    margin: 0 0 15px 30px;
    text-align: center;
}

.helpContent ul{
    /*margin-left: 30px;*/
}

.helpContent li{
    font-size: 14px;
    line-height: 2em;
}

.example{
    background: #E5EFF6;
    margin: 5px 0 15px;
    padding: 5px;
}

.content-part{
    display: none;
}

.list-no-marker,
.list-no-marker li{
    list-style-type : none;
    display: block;
}

.img-in-text{
    max-height: 24px;
    vertical-align: middle;
}

figure img{
    max-width: 800px;
}

.nav-links-outer{
    padding-top: 30px;
    text-align: center;
}

.nav-links-outer a{
    margin: 0 5px;
}

/* help ends */


.error-message-outer{
    position: absolute;
    top: 50%;
    width: 100%;
}

.error-message{
    font-size: 14px;
    color: #000000;
    margin: 0 auto;
    width: 600px;
    text-align: center;
    line-height: 1.5em;
}

.helpElement{
    background: url("../images/pravo/help.png");
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 5px;
    cursor: pointer;
}



#resultsList .resultOuter{
    border-bottom: 1px solid #cccccc;
    padding: 10px 5px 0 0;
}

.resultOuter:first-child{
    border-top: 1px solid #cccccc; 
}

.resultIcon {
    margin-left: 5px;
}

body[data-resultview="textDoc"] #resultsList li{
    padding: 10px;
}

body[data-resultview="textDoc"] #resultsList .current{
    box-shadow: inset 0px 0 0px 2px rgba(51, 115, 199,0.7);
    background: rgba(0, 0, 0,0.1);
    color: initial;
    border-radius: 5px
}

body.invertColor[data-resultview="textDoc"] #resultsList .current{
    background: rgba(0, 0, 0,0.8);
}

body[data-resultview="textDoc"] #resultsList .current a{
    color: #173755;
}


.treeMode .bgs-result {
    margin: 0 0 10px 26px !important;
}


.standartSizeSelectBox .selectBox-dropdown .selectBox-arrow,
.selectBox-dropdown .selectBox-arrow {
    background: white url('../images/pravo/red_arrow.png') center center no-repeat;
    border-left: solid 1px #CCCCCC;
}

/* blue links */
.resultNumFound,
.resultNumFound a,
.bgs-result .presLink,
.systemTagsOuter a{
    color: #316EA8 !important;
}

.pager a,
.pager span,
.result-view-selector-outer a{
    font-family: "Trebuchet MS",Verdana,Helvetica,Arial,sans-serif;
    font-weight: bold;
}


.type-box .typeHeader,
.group-box .groupName,
.filter-box .categoryName{
    background: url(../images/pravo/bullet-close.gif)  no-repeat 0 3px !important;
}

.type-box.type-box-open .typeHeader,
.group-box.group-box-open .groupName,
.filter-box.filter-box-open > .categoryName,
.filter-box.filter-box-open > div > .categoryName{
    background: url(../images/pravo/bullet-open.gif)  no-repeat 0 3px !important;
}


.selectBox-options li.selectBox-hover a {
    /*background-color: #EEE;*/
    background-color: #254D73 !important;
    color: white !important;
}

.selectBox-options li.selectBox-selected a {
    /*background-color: #C8DEF4;*/
    background-color: #254D73 !important;
    color: white !important;
}


/* start footer */
.emptyPortal{
    height: 55px;
}

.footerPortal{
    /*background: #3C5930;*/
    background: #254D73;
    height: 55px;
    margin: -55px auto 0;
    max-width: 1360px;
    min-width: 995px;
    position: relative;
}

.footerPortal_inner{
    margin: 0 auto;
    max-width: 1120px;
    min-width: 961px;
    padding-top: 20px;
}

.footerPortal_textOuter{
    color: white;
    font-size: 14px;
}

.footerPortal_logoOuter{
    float: right;
}

/*.footerScli_logoOuter img{*/
/*height: 16px;*/
/*}*/

/* end footer */

.groupIndexSelectorOuter,
.groupIndexSelectorOuter select{
    width: 180px;
}

.groupedOuter,
.sortedOuter{
    display: inline-block;
    width: auto;
}

.groupedOuter + .sortedOuter{
    margin-left: 5px;
}


.sortedAndGroupedOuter {
    /* display: inline-block; */
    text-align: left;
    width: auto;
    float: left;
}
/* 
body[data-resultview="textDoc"] .sortedAndGroupedOuter .label{
    display: none;
} */

.groupSelectorOuter,
.sortSelectorOuter{
    display: inline-block;
    /* width: calc(100% - 125px); */
    width: 200px;
}

/* body[data-resultview="textDoc"] .groupSelectorOuter,
body[data-resultview="textDoc"] .sortSelectorOuter{
    width: 100%;
} */

#resultButtonsOuter{
    line-height: 36px;
}

.requestTypeSelectorOuter{
    display: inline-block;
    width: 170px;
}

.fieldsBundleSelectorOuter,
#fieldsSortSelectorOuter{
    width: 200px;
}

.nestedQueryButton{
    border: 1px solid #cccccc;
    color: #1D4C70;
}

.toStartFormButton{
    border: 1px solid #cccccc;
    color: #1D4C70;
    float: right;
}

.toPortalPageButton,
.toStartPageButton,
.tree-index-selector__button{
    border: 1px solid #cccccc;
    color: #1D4C70;
}

.tree-index-selector__button{
    position: relative;
}

.tree-index-selector__button-count{
    background: #C00000;
    border-radius: 10px;
    color: #ffffff;
    line-height: 16px;
    padding: 0px 5px;
    position: absolute;
    top: -8px;
    /*right: -16px;*/
}

.nestedQueryButtonSelected,
.tree-index-selector__button-selected{
    background: #F0F0F0;
}


.startRequestFormCenter{
    background: #EFEFEF !important;
    border-radius: 0 6px 0 0;
    padding: 10px 10px 0 10px;
}

.startRequestFormBottom{
    background: #EFEFEF;
    border-radius: 0 0 6px 6px;
    padding: 0 10px 10px 10px;
}

.portalTabs{
    background: none !important;
}

.portalTabs .ui-state-default,
.portalTabs .ui-state-default.ui-state-hover{
    background: #ffffff !important;
    border-top: 1px solid #EFEFEF !important;
    border-right: 1px solid #EFEFEF !important;
    border-left: 1px solid #EFEFEF !important;
}

.portalTabs .ui-state-default.ui-state-active{
    background: #EFEFEF !important;
    border-top: 1px solid #BBBBBB !important;
    border-right: 1px solid #BBBBBB !important;
    border-left: 1px solid #BBBBBB !important;
}

.portalTabs a{
    color: #000000;
    font-size: 18px;
    font-weight: normal;
    line-height: 28px;
    padding: 4px 20px !important;
}

.ui-widget-content .ui-icon {
    background-image: url(images/ui-icons_cd0a0a_256x240.png);
}

.searchModeSelectorBtn{
    background: url("../images/ifpi/settings-flat.png") no-repeat 50% 50%;
    cursor: pointer;
    display: inline-block;
    float: right;
    height: 32px;
    margin: 4px 5px 0 0;
    width: 32px;
    filter: alpha(opacity = 50);
    opacity: 0.5;
}

.searchModeSelectorBtn:hover{
    filter: alpha(opacity = 100);
    opacity: 1;
}

.searchModeSelectorBtn.searchModeSelectorBtnSelected{
    filter: alpha(opacity = 100);
    opacity: 1;
}

.statusTogglerOuter{
    padding-top: 5px;
}

.card-paginator-outer .statusTogglerOuter{
    padding-bottom: 5px;
}

.statusToggler{
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #1D4C70;
    cursor: pointer;
    line-height: 22px;
    height: 24px;
    padding: 2px 4px 3px 4px;
    vertical-align: middle;
}

.statusToggler.selectedStatus{
    background: #E4EBD5;
}

.statusToggler.disabledLink{
    background: #eeeeee;
    color: #999999;
    cursor: default;
}

.statusToggler.selectedStatus.disabledLink{
    background: #F1F2DF;
    color: #aaaaaa !important;
    cursor: default;
    opacity: 0.6;
    filter: alpha(opacity = 60);
}

.infoMark{
    border: 1px solid #cccccc;
    border-radius: 4px;
    color: #1D4C70;
    line-height: 22px;
    height: 24px;
    padding: 2px 4px 3px 4px;
    vertical-align: middle;
}

.backToList{
    line-height: 22px;
}


.ncpiLink,
.presLink,
.presLinkSelectable,
.direct-report__result-link{
    line-height: 22px;
    margin-right: 15px;
    background-repeat: no-repeat;
    background-position: 0 50%;
    color: #A65E2E !important;
    padding: 0 0 0 18px;
}

.ncpiLink.disabledLink,
.ncpiLink.disabledLink:hover{
    color: #999999 !important;
    cursor: default;
    opacity: 0.7;
    filter: alpha(opacity = 70);
}

.presLink,
.presLinkSelectable,
.direct-report__result-link{
    background-image: url("../images/regscli/links/download.png");
}


/* in light search */
.selectDocumentLink,
.selectDocumentRevisionLink,
.addReferenceLink,
.addReferenceAdditionalLink,
.addReferenceRevisionLink{
    background-image: url("../images/regscli/links/link-add-icon.png");
}

.saveAsVersionLink{
    background-image: url("../images/regscli/links/save-as-revision-icon.png");
}

.addInformationLink,
.addInformationAsInfoLink{
    background-image: url("../images/regscli/links/add-additional-icon.png");
}

/* in search */
.useAsBasedLink{
    background-image: url("../images/regscli/links/basis-create-icon.png");
}

.openDocumentLink,
.openDocumentRevisionLink {
    background-image: url("../images/regscli/links/file-edit-icon.png");
}

.sendToPortalLink{
    background-image: url("../images/regscli/links/for-review-for-portal-icon.png");
}

.sendToCheckLink{
    background-image: url("../images/regscli/links/for-review-for-portal-icon.png");
}

.sendBackToEditLink{
    background-image: url("../images/regscli/links/return-to-the-edit-icon.png");
}

.addAdditionalLink{
    background-image: url("../images/regscli/links/add-additional-icon.png");
}

/* start panel */
/*.ncpiStartPanel__uploadOuter{*/
    /*background: #405C34;*/
    /*box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);*/
    /*height: 35px;*/
    /*margin-bottom: 20px;*/
    /*padding: 2px 10px 0 10px;*/
    /*text-align: right;*/
/*}*/

/*.ncpiStartPanel__uploadInput{*/
    /*position: absolute;*/
    /*right: 40px;*/
    /*top: -10000px;*/
    /*left: -10000px;*/
    /*display: block;*/
    /*overflow: hidden;*/
    /*width: 0;*/
    /*height: 0;*/
    /*border: 0;*/
    /*padding: 0;*/
/*}*/

/*.ncpiStartPanel__uploadView{*/
    /*background: white;*/
    /*border: 1px solid #CCCCCC;*/
    /*border-radius: 4px;*/
    /*color: #50632A;*/
    /*display: inline-block;*/
    /*float: left;*/
    /*font-size: 14px;*/
    /*height: 18px;*/
    /*margin-top: 7px;*/
    /*padding: 1px 0 0 3px;*/
    /*text-align: left;*/
    /*width: calc(100% - 70px);*/
/*}*/

.ncpiStartPanel__statisticsSelectorOuter{
    padding-bottom: 10px;
}

.ncpiStartPanel__statisticSelector{
    width: 100%;
}

.ncpiStartPanel__statisticsOuter{
    padding: 10px;
}

.ncpiStartPanel__historyOuter{
    padding: 10px;
}


.portalMode #noDictionary{
    color: #173755 !important;
}

/* special portal styles for tree  start*/
.jstree-portal li > ins{
    display: none !important;
}

/* instead .catalogBoxTitle */
.jstree-portal .catalogBoxTitle *.catalogHeaderTree span{
    line-height: 28px !important;
    /*padding: 5px 10px !important;*/
    font-size: 18px !important;
    font-weight: normal !important;
    color: #fefefe !important;
}

/* instead .jstree a */
.jstree-portal .catalogBoxTitle{
    box-sizing: border-box;
    display: inline-block !important;
    position: relative;
    width: 100% !important;
}


.jstree-portal .catalogBoxTitle .settingsLink{
    right: 5px !important;
    top: 7px !important;
}

.jstree-portal .catalogBoxTitle.collapsableBox .settingsLink{
    right: 38px !important;
    top: 7px !important;
}

.jstree-portal .catalogChild .settingsLink{
    top: 2px !important;
}

.jstree-portal .catalogBox{
    position: relative;
}

/* instead .catalogBoxContent and .catalogMenuItems*/
.jstree-portal .catalogBox ul{
    background-color: #EEEEEE;
    border: 1px solid #B8CAD8;
    border-radius: 0px 0px 3px 3px;
    border-top: none;
    padding: 13px 0 0 0;
}

.jstree-portal .catalogBox .collapsedBox + ul{
    display: none;
}

.jstree-portal .catalogBox .expandedBox + ul{
    display: block;
}

.jstree-portal .collapseBoxBtn,
.jstree-portal .expandBoxBtn{
    margin-top: 5px !important;
}

.jstree-portal .catalogBox > .nameEditor-outer{
    left: 15px;
    position: absolute;
    top: 5px;
}

.jstree-portal .catalogChild{
    margin-left: 0 !important;
    padding-bottom: 6px;
}

/* instead .catalogMenuItems li a */
.jstree-portal .catalogChild .catalogHeaderTree span{
    display: inline-block;
    padding: 5px 0 5px 20px;
    font-size: 14px;
    text-decoration: none;
    color: #0075c5;
}

.jstree-portal .catalogChild .jstree-clicked{
    background: none !important;
    border-left: 2px solid #036aba !important;
    font-weight: bold !important;
}

.jstree-portal .catalogChild .jstree-clicked .catalogHeaderTree span{
    padding-left: 18px !important;
}

.jstree-portal .catalogChild .jstree-hovered .catalogHeaderTree span{
    text-decoration: underline;
}

.jstree-portal .catalogChild .nameEditor-outer{
    margin-left: 20px !important;
}
/* special portal styles for tree  end*/


.dialogWindow button,
.dialogWindow input,
.dialogWindow select,
.dialogWindow textarea{
    line-height: normal;
}

/*.dialogWindow *{*/
    /*box-sizing: content-box;*/
/*}*/


/* ************* */
/****** ifpi *****/
/* ************* */


.export-profile-selector-outer{
    margin-right: 15px;
    /*display: inline-block;*/
    vertical-align: middle;
}

/* [data-resultview="textDoc"] .export-profile-selector-outer{
    display: block;
    margin: 5px 0;
} */
/*.card-paginator-outer .export-profile-selector-outer{
   float: left;

}
.card-paginator-outer .export-profile-selector-outer:before{
    content:"";
    display:block;
    padding:0;
    height:8px;
    margin:0;

}
.card-paginator-outer .export-profile-selector-outer:after{
    content:"";
    display: block;
    height: 4px;
}*/
.card-paginator-outer .export-profile-selector-outer .profiles-list{
    top: 29px;
}
.card-paginator-outer:after{
    content:"";
    clear: both;
    display: block;

}

.noHistoryQueries,
.noHistoryDocuments{
    color: #1D4D71;
}

.result-warning-panel{
    background: #EFEFEF;
    border-radius: 6px;
    margin-bottom: 10px;
    padding: 10px;
}

.result-warning-panel__img{
    vertical-align: middle;
}

.result-warning-panel__text{
    margin-left: 10px;
}


.document-volume__warning{
    color: #333333;
    font-size: 13px;
    padding: 8px 0;
    text-align: center;
}

.document-volume__header, div.h2{
    color: #165671;
    font-size: 20px;
    font-weight: bold;
    padding: 3px 0;
    text-align: center;
}

.document-volume__header-small{
    color: #666666;
    font-size: 13px;
    font-weight: bold;
    padding: 3px 0 3px 0;
    text-align: center;
}

.document-volume__header-small-last{
    padding-bottom: 20px !important;
}

.document-volume__group{
    border-bottom: 1px solid #B8CAD8;
}

.document-volume__group-header{
    color: #165671;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin: 13px 0 3px 0;
}

.document-volume__group-documents{

}

.document-volume__document{
    padding-bottom: 5px;
}

.document-volume__document .resultHeader{
    color: #1D4D71;
    font-size: 14px;
    font-weight: bold;
    margin: 11px 0 2px 0;
    text-decoration: underline;
    text-indent: 1.5em;
    width: 100%;
}

.document-volume__document-zip{
    font-size: 11px;
    text-align: right;
}

.document-volume__document-zip-link{
    color: #E52636 !important;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
}

.document-volume__document-annotation{
    font-size: 13px;
    text-indent: 1.5em;
}

.document-volume__scroll-top{
    text-align: right;
}

.document-volume__scroll-top-link{
    color: #1d4d71;
    font-size: 13px;
}


.list-pager__text{
    color: #1D4D71;
    font-size: 12px;
    vertical-align: middle;
}

.list-pager__cell{
    padding: 1px 3px;
    vertical-align: middle;
}

.list-pager__cell-current{
    background: #1D4D71;
    vertical-align: middle;
}

.list-pager__current{
    color: white;
    padding: 1px 3px;
    vertical-align: middle;
}

.list-pager__separator,
.list-pager__dots,
.list-pager__page{
    color: #1D4D71;
    vertical-align: middle;
}

.list-pager__separator{
    margin: 0 2px;
}

.over-result-header-outer{
    padding: 0 10px 5px 0;
    text-align: right;
}

.card__reduction-selector-outer{
    display: inline-block;
    width: 200px;
}

#Archive .data-block {
    margin-bottom: 60px;
    min-height: 195px;
    padding-left: 40px
}

#Archive .content-block{
    display:inline-block;
    vertical-align: top;
}

#Archive .content-block.content-img-block{
    width: 150px;
}
#Archive .content-block.content-text-block{
    width: 600px;
}
#Archive .content-block.content-text-block .h2{
    margin-bottom: 30px;
    text-align: left;
}
#Archive .content-block.content-text-block .selecter-block:before{
    content: 'Показать выпуски';
    display: block;
}
#Archive .content-block.content-text-block .selectBox{
    width: 210px;
}

#Archive .content-block.content-period-block{
    padding-top: 5px;
    float: right;
}
#Archive .links-block .box{
    clear: both;
    background-color: #fafafa;
    border-radius: 5px;
    padding: 15px 30px;
    position: relative;
}
#Archive .links-block li{
    display: inline-block;
    vertical-align: top;
    min-width: 220px;
    padding-right: 5px;
    padding-bottom: 5px;
    font-size: 14px;
    line-height: 20px;
}

#Archive .h3 {
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 20px;
    font-weight: 700;
    color: #165671;
}

#Archive  .close{
    position:absolute;
    right:15px;
    top:10px;
    cursor: pointer;
}
#Archive  .close:after{
    content: "✕";
    font-size:16px;
    font-weight:700;
    color:#999;
}


#treeIndexSelectorWindow input:first-child{
    width: 705px;
}

#treeIndexSelectorWindow .tree-dictionary__toggle-all-outer *{
    display:inline-block;
}


.resultsList{
    /*font-size: 18px*/
        font-size: 1.22em;
}
#resultHeaderWidthSpan {
    font-size: 20px;
}

.text_button  {
    color: #1D4D71;
    margin-right: 15px;
    padding: 0;
}

.printDocumentWithTemplateLink,
#resultsList .presentations a {
    color: #A65E2E !important;
}

.card-paginator-outer .text_button,
.card-paginator-outer .text_button .button-text {
    color: #000 !important;
    text-decoration: none;
}

.card-paginator-outer .text_button {
    margin-right: 10px;
}

.card-paginator-outer .text_button:not([disabled]):hover {
    text-decoration: underline;
}


.card-paginator-outer {
    margin-bottom: 5px;
    padding: 0 5px;
    line-height: 30px;
}

body[data-resultview="textDoc"] .card-paginator-outer {
    padding-top: 5px;
}

.card-paginator-outer * {
    font-size: 14px; /*12pt;*/
}

.card-paginator-outer .text, .card-paginator-outer .icon-text {
    padding: 0;
}

.card-paginator-outer > .text, .card-paginator-outer > .icon-text {
    padding: 7px 0px 0 0px;
}

.card-paginator{
    height: 30px;
}

/* WTF??! Почему, если это убрать, то она перестает видеть этот же селектор из main.css словно бы его вообще не существует ??? */
.text_button.icon-text:not(.icoAfter)::before,
.text_button.icon-text.icoAfter::after,
.text_button.icon:not(.icoAfter)::before,
.text_button.icon.icoAfter::after{
     display: inline-block;
    background-image: url("../images/ifpi/icons.png");
}

#resultsList .text_button.icon-text:not(.icoAfter)::before,
#resultsList .text_button.icon-text.icoAfter::after,
#resultsList .text_button.icon:not(.icoAfter)::before,
#resultsList .text_button.icon.icoAfter::after
{
     display: inline-block;
     background-repeat: no-repeat;
    background-image: url("../images/ifpi/icons_br.png");
}


.invertColor #resultsList  .text_button.icon::before, 
.invertColor #resultsList  .text_button.icon-text::before
{
    background-image: url("../images/ifpi/icons_w.png");
}

.settings-html__button::before{
    background-position: -154px -51px;
    background-position: -154px -77px;
}

.share-links__button::before{
    background-position: -127px -111px;
}

.printDocumentWithTemplateLink::before {
    background-position: -178px -42px;
}

.backToList::before {
    background-position: -152px -176px;
}

.backToDoc::before {
    background-position: -171px -176px;
}

.editDocumentLink::before {
    background-position: -128px -175px;
}

.selection__add-document::before {
    background-position: -42px -175px;
}
.selection__remove-document::before {
    background-position: -72px -175px;
}
.documentDirectReportLink::before {
    background-position: -175px -101px;
}

.toBiWindowHor__button::before {
    background-position: -81px -153px;
}

.toBiWindowVer__button::before {
    background-position: -103px -153px;
}

.toMonoWindow__button::before {
    background-position: -125px -153px;
}

.presLink__button::before,
.presLinkSelectable__button::before
 {
    background-position: 5px -176px;
}

.presLinkZip__button::before,
.presLinkSelectableZip__button::before
 {
    background-position: -42px -156px;
}



.findTextBox__button.text_button.icon-text::before,
#findTextBox .text_button.icon::before,
.card-paginator .text_button.icon-text:not(.icoAfter)::before,
.card-paginator .text_button.icon-text.icoAfter::after
{
    display: inline-block;
    background-image: url("../images/ifpi/icons.png");
}

.findTextBox__button-text{display: none;}

 
/*
.findTextBox {
    position: relative;
}

.findTextBox  .findTextBox_s {
    position: absolute;
    z-index: 2;
    background: #eee;
    top: 32px;
    left: 0;
    width: 217px;
    display: none;
        padding: 5px;
    border-radius: 2px;
    border:1px solid #ccc;
}*/

#findTextBox  input{
    width: 173px;
}

.find-button button,
.edit-button button/*,
.yui-btn-32 button*/
{
    background-image: url("../images/ifpi/icons.png");
     background-repeat: no-repeat;
}

.find-button button,
.edit-button button {
    width: 22px;
    height: 22px;
    position: static;
    background-repeat: no-repeat;
    background-position: -178px -61px;
    opacity: 0.8;
}
.find-button:not([disabled]):hover button,
.edit-button:not([disabled]):hover button {
    opacity: 1.0;
}

.find-button:not([disabled]):active button,
.edit-button:not([disabled]):active button {
    opacity: 1.0;
}

.find-button[disabled] button,
.edit-button[disabled] button {
    opacity: 0.4;
}



.find-button button {
    background-position: -178px -61px;
}
.find-button:not([disabled]):hover button {
    background-position: -178px -61px;
}

.find-button:not([disabled]):active button {
    background-position: -178px -61px;
}

.find-button[disabled] button {
    background-position: -178px -81px;
}

.edit-button button,
.edit-button.quickedit-button button {
    background-position: -128px -175px!important;
    margin-left: 10px;
}

.text_button.icon:not(.text) .button-text{
    display: none;
}

.exitBtnOuter{
   display: none;
}

.treeMode .resultNumber, .resultNumber {
    left: -20px;
}

.EmpireArchiveBook{
    /* padding: 10px 0; */
}

.EmpireArchiveBookTitle{
    padding: 5px 0;
    cursor:pointer;
    position:relative;
}

.EmpireArchiveBookTitle:after {
    background: url("../images/sudrf/collapse.png") no-repeat 0 0px;
    display: block;
    /* float: right; */
    position:absolute;
    right:10px;
    top:5px;
    height: 22px;
    margin-top: 3px;
    width: 22px;
    content: "";
}


.opened > .EmpireArchiveBookTitle:after, .EmpireArchiveBookTitle.opened:after{
    background: url("../images/sudrf/collapse.png") no-repeat 0 -47px;
}
.EmpireArchiveBook ul{
    padding: 10px 0 20px 20px;
    background:#eee;
}

.EmpireArchiveBook ul li{
    padding-bottom: 7px;
}

.EmpireArchiveBook .listToggler{
    cursor:pointer;
    font-weight:700;
    display: inline-block;
    margin-bottom: 7px;
}

.EmpireArchiveBook .listToggler:before{
    content:" ";
    background: url("../images/plus.gif") no-repeat;
    margin-right:10px;
    display:inline-block;
    vertical-align:top;
    width:14px;
    height:14px; 
    /*     color:#1D4D71;
    border:1px solid #1D4D71;
    line-height:10px;
    text-align:center;
    font-size:14px;
    font-weight:400; */
}

.EmpireArchiveBook .opened > .listToggler:before{
    content:' ';
    background: url("../images/minus.gif") no-repeat;
    line-height: 8px;
}
.EmpireArchiveBook  ol {
    counter-reset: item;
    list-style-type: decimal;
    margin-top: 5px;
}
ol li:before {
    /* content: attr(data-deepcounter ) counter(item, decimal) '. '; */
    content: attr(data-deepcounter ) '. ';
    counter-increment: item;
}

#biCardViewToggler{
    position: absolute;
    right:0;
    top:0;
    width:50px;
    height:50px;
    background: #ccc;
}

#biCardContainer { 
    height: 100%;;
}

#biCardContainer iframe{
    width: 49%;
    height: 100%;;
}


.resultHeader, .resultHeader span, #resultHeaderWidthSpan {
    color: #173755;
}

body[data-resultview="textDoc"] .resultHeader,
body[data-resultview="textDoc"] .resultHeader span,
body[data-resultview="textDoc"] #resultHeaderWidthSpan{
    font-size: 1em;
}

body[data-resultview="textDoc"] #cardContainer,
body[data-resultview="textDoc"] #biCardContainer{ 
    box-shadow: 0px 0 15px 5px rgba(7, 24, 85, 0.3); 
    width: 630px;
}

body[data-resultview="textDoc"] #resultContainer{
    width: calc(100% - 630px - 50px);
}
