#newDisManager1 {
    display: inline-block;
    padding: 0px 5px;
    background-color: #d2d2d2;
    border-radius: 10px;
    position: absolute;
    top: 14px;
    right: 65px;
    border: 1px solid gray;
    box-shadow: 1px 1px 4px grey;
}
#globalListManagers1 {
    color: black;
    background-color: #d2d2d2;
    border: none;
    width: 0px; height: 0px;
    visibility: hidden;
}
#globalListManagers1:focus {
	outline: none;
}
#currentGlobalManager1 {
    width: 300px;
    display: inline-block;
    cursor: default;
    padding-left: 5px;
}
#newDisManager1:hover #globalListManagers1 {
	width: 300px; height: unset;
	visibility: visible;
}
#newDisManager1:hover #currentGlobalManager1 {display: none;}
#newDisManagerButton1 img {
    width: 24px;
    height: 24px;
}

/******* Таблица реализации с фиксированными блоками ***********************************/
.realtab {
	display: table;
}
.realrow {
	display: table-row;
}

.realtab .realrow:first-of-type,
.realtab .realrow:first-of-type .rls1 {
    background-color: #dae1f3;
}
.bddsday {
	cursor: default;
    width: 105px;
    min-width: 105px;
    max-width: 105px;
}
.bddsInMove {
	box-shadow: 0px 0px 10px grey;
	border: 2px solid green;
}
.bddsDragOver {
	background-color: beige;
}

/* Для ПЛАНА ПОСТУПЛЕНИЙ */

.realrow:not(.rpnRow) .bddscell:nth-of-type(2),
.realrow:not(.rpnRow) .bddscell:nth-of-type(3),
.realrow:not(.rpnRow) .bddscell:nth-of-type(4),
.realrow:not(.rpnRow) .bddscell:nth-of-type(6),
.realrow:not(.rpnRow) .bddscell:nth-of-type(7) {
    width: 105px;
    min-width: 105px;
    max-width: 105px;
}
.realrow:not(.rpnRow) .bddscell:nth-of-type(5) {
    width: 55px;
    min-width: 55px;
    max-width: 55px;
}

.realrow:not(.rpnRow) .rls1:nth-of-type(1) { left: 0px; }
.realrow:not(.rpnRow) .rls1:nth-of-type(2) { left: 400px; }
.realrow:not(.rpnRow) .rls1:nth-of-type(3) { left: 505px; }
.realrow:not(.rpnRow) .rls1:nth-of-type(4) { left: 610px; }
.realrow:not(.rpnRow) .rls1:nth-of-type(5) { left: 715px; }
.realrow:not(.rpnRow) .rls1:nth-of-type(6) { left: 770px; }
.realrow:not(.rpnRow) .rls1:nth-of-type(7) { left: 875px; border-right: 2px solid gray; }

.realtab.revenuePlan .bddscell:nth-of-type(5) { border-right: 1px solid gray; }

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

.realrow .bddscell:nth-of-type(1) {
    width: 400px;
    min-width: 400px;
    max-width: 400px;
}
.realplanNEW .realrow .bddscell:nth-of-type(2),
.realplanNEW .realrow .bddscell:nth-of-type(3),
.realplanNEW .realrow .bddscell:nth-of-type(5),
.realplanNEW .realrow .bddscell:nth-of-type(6),
.realplanNEW .realrow .bddscell:nth-of-type(7),
.realplanNEW .realrow .bddscell:nth-of-type(9),
.realplanNEW .realrow .bddscell:nth-of-type(10) {
    width: 105px;
    min-width: 105px;
    max-width: 105px;
}
.realplanNEW .realrow .bddscell:nth-of-type(4),
.realplanNEW .realrow .bddscell:nth-of-type(8) {
    width: 55px;
    min-width: 55px;
    max-width: 55px;
}
.realtab .realrow:first-of-type .bddscell {
    text-align: center;
}
.rls1 {
	position: sticky;
	z-index: 1;
}
/* ФИКСАЦИЯ ЛЕВЫХ КОЛОНОК ПРИ СКРОЛИНГЕ ВПРАВО */
.realrow .rls1:nth-of-type(1) {	left: 0px; }
.realplanNEW .realrow .rls1:nth-of-type(2) { left: 400px; }
.realplanNEW .realrow .rls1:nth-of-type(3) { left: 505px; }
.realplanNEW .realrow .rls1:nth-of-type(4) { left: 610px; }
.realplanNEW .realrow .rls1:not(.alterSticky):nth-of-type(5) { left: 665px; }
.realplanNEW .realrow .rls1:not(.alterSticky):nth-of-type(6) { left: 770px; }
.realplanNEW .realrow .rls1:not(.alterSticky):nth-of-type(7) { left: 875px; }
.realplanNEW .realrow .rls1:not(.alterSticky):nth-of-type(8) { left: 980px; }
.realplanNEW .realrow .rls1:not(.alterSticky):nth-of-type(9) { left: 1035px; }
.realplanNEW .realrow .rls1:not(.alterSticky):nth-of-type(10) { left: 1140px; border-right: 2px solid gray; }

.realplanNEW .realrow .rls1.alterSticky:nth-of-type(5) { left: 400px; }
.realplanNEW .realrow .rls1.alterSticky:nth-of-type(6) { left: 505px; }
.realplanNEW .realrow .rls1.alterSticky:nth-of-type(7) { left: 610px; }
.realplanNEW .realrow .rls1.alterSticky:nth-of-type(8) { left: 715px; }
.realplanNEW .realrow .rls1.alterSticky:nth-of-type(9) { left: 770px; }
.realplanNEW .realrow .rls1.alterSticky:nth-of-type(10) { left: 875px; border-right: 2px solid gray; }

#rpSubHeader {
    background-color: #dae1f3;
    border: 1px solid gray;
    width: 266px;
    height: 20px;
    position: absolute;
    top: 54px;
    z-index: 10;
    left: 415px;
    color: black !important;
    padding: 0px !important;
    text-align: center;
    font-size: 12px;
    border-radius: 6px 6px 6px 6px;
    cursor: pointer;
}
#rpSubHeader:hover {
    background-color: #c3cadb;
}
/**********************************************/
.realrow.bddsdiv .rls1 {
	background-color: #fff2cd;
}
.realrow.bddsincoming .rls1 {
	background-color: #ffe699;
}
.rlswite {
	background-color: white;
}
.rls2 {
	position: sticky;
	z-index: 2;
	top: 0px;
	background-color: #dae1f3;
}
.rls3 {
	position: sticky;
	z-index: 2;
	top: 30px;
	background-color: #ffe699;
	border-bottom: 1px solid gray;
}
.rls4 {
	z-index: 3;
}
.realrow:last-of-type > .bddscell {
	border-bottom: 1px solid gray;
}
.realrow:last-of-type:not(.bddsdiv) > .bddscell {
	background-color: white;
}
.realrow > .bddscell:last-of-type {
	border-right: 1px solid gray;
}
.realshift > span {
    font-size: 10px;
    font-style: italic;
    color: palevioletred;
    cursor: default;
}
.realshift > span > span {
    font-size: 14px;
    font-weight: bold;
    font-style: normal;
}
.divShowHide {
	float: right;
	float: right;
	margin-left: 10px !important;
	margin-top: 3px;
	cursor: pointer;
	width: 18px;
}
.divShowHideHiddenControlled {
	display: none;
}
.qtip-content {
	font-size: 14px;
}
.realrow:last-of-type .bddscell.bddsnow {
	border-bottom: 2px solid red;
}
.context-menu-icon-next:before{content:"\3E"}
#yearTableContainer {
}
.corders {
	padding: 5px;
}
div > .corders:nth-of-type(1) {
    width: 105px !important;
}
div > .corders:nth-of-type(2) {
    width: 80px !important;
}
div > .corders:nth-of-type(3) {
    width: 80px !important;
    word-break: break-word;
}
div > .corders:nth-of-type(4) {
    width: 270px !important;
}
div > .corders:nth-of-type(5) {
    width: 60px !important;
}
div > .corders:nth-of-type(6) {
    width: 360px !important;
}
div > .corders:nth-of-type(7) {
    width: 115px !important;
    text-align: right;
    padding-right: 5px;
}
div > .corders:nth-of-type(8) {
    width: 55px !important;
}
div > .corders:nth-of-type(9) {
    width: 200px !important;
}
div > .corders:nth-of-type(9) img {
    border: 1px solid gray;
    box-shadow: 0px 0px 2px grey;
}
.corders > a,.corders > a:visited,.corders > a:active {
    cursor: pointer;
    color: #0c6644;
    text-decoration: underline;
}
#bidTab,#bidTabSelect,#bidTabN {
	display: table;
}
.bidTabRow {
	display: table-row;
}
.bidTabCell {
	display: table-cell;
    padding: 2px 10px;
    border-left: 1px solid gray;
    border-top: 1px solid gray;
}
#bidTab .bidTabRow:first-of-type,
#bidTabN .bidTabRow:first-of-type,
#bidTabSelect .bidTabRow:first-of-type {
	background-color: #dddddd;
}
#bidTab .bidTabRow .bidTabCell:last-of-type,
#bidTabN .bidTabRow .bidTabCell:last-of-type,
#bidTabSelect .bidTabRow .bidTabCell:last-of-type {
    border-right: 1px solid gray;
}
#bidTab .bidTabRow:last-of-type .bidTabCell,
#bidTabN .bidTabRow:last-of-type .bidTabCell,
#bidTabSelect .bidTabRow:last-of-type .bidTabCell {
    border-bottom: 1px solid gray;
}
#bidTab .bidTabRow:first-of-type .bidTabCell,
#bidTabN .bidTabRow:first-of-type .bidTabCell {
    background-color: #dddddd;
    position: sticky;
    top: 0px;
    border-bottom: 1px solid gray;
}
#bidTabN .bidTabRow .bidTabCell:first-of-type,
#bidTab .bidTabRow .bidTabCell:first-of-type {
    position: sticky;
    left: 0px;
    background-color: white;
    border-right: 1px solid gray;
}
#bidTabN .bidTabRow:first-of-type .bidTabCell:first-of-type,
#bidTab .bidTabRow:first-of-type .bidTabCell:first-of-type {
    background-color: #dddddd;
    z-index: 5;
}
#bidTabN .bidTabRow:first-of-type .bidTabCell.pkc13,
#bidTab .bidTabRow:first-of-type .bidTabCell.pkc13 {
    background-color: white;
}
.addBidValLine,.delBidValLine {
	cursor: pointer;
}
.bidTabRow[vid] .bidTabCell[fid],.bidTabRow[vid] .bidTabCell.bidTabRowPriceNDS:hover:not(.inedit) {
	cursor: pointer;
}
.bidTabRow[vid] .bidTabCell[fid]:hover:not(.inedit),.bidTabRow[vid] .bidTabCell.bidTabRowPriceNDS:hover:not(.inedit) {
    background-image: url(/img/edit1.png);
    background-repeat: no-repeat;
    background-position: right;
}
.bidTabRow[vid] .bidTabCell[fid] input,.bidTabRow[vid] .bidTabCell.bidTabRowPriceNDS input {
    border: none;
    background-color: #ddd;
    min-width: 200px;
    width: 100%;
}
.bidTabRow[vid] .bidTabCell.bidTabRowPriceNDS span {
	display: none;
}
.bidTabRow[vid] .bidTabCell.pkc3,
.bidTabRow[vid] .bidTabCell.pkc4,
.bidTabRow[vid] .bidTabCell.pkc5,
.bidTabRow[vid] .bidTabCell.pkc6,
.bidTabRow[vid] .bidTabCell.pkc8 {
	text-align: right;
}
.bidTabRow .bidTabCell.pkc11 {
	text-align: center;
}
.pkc13 {
    background-color: white;
    border-top: none;
    border-bottom: none !important;
}
.pkc14 {
    white-space: nowrap;
}
.pkc15,.pkc16,.pkc18,.pkc19,.pkc21,.pkc22 {
    white-space: nowrap;
}
.pkcCenter {
	text-align: center;
}
.bidTabRow[vid] .bidTabCell[fid] input:focus,.bidTabRow[vid] .bidTabCell.bidTabRowPriceNDS input:focus {
	outline: none;
}
.header7896 {
	font-weight: bold;
}
.header78342 {
    background-color: #ddd;
    margin-bottom: 5px;
    padding: 2px 10px;
}
.bidTabRowPriceNDS, .bidTabRowSummaNDS {
	text-align: right;
}
.header7893 {
    display: inline-block;
    margin: 5px 10px 2px 0px;
    width: 120px;
    position: relative;
}
.header7893a {
    display: inline-block;
    margin: 5px 10px 2px 0px;
    width: 130px;
}
#trustLoaderContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-image: url(/img/bg1.png);
    opacity: 0.4;
    z-index: 100;
}
#trustLoaderSpinner {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 101;
}
#trustLoaderSpinner img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-32px, -32px);
    border-radius: 32px;
}
#bidCreateFin {
    display: inline-block;
    font-weight: normal;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}
.bidsubMenuButton {
    font-size: 14px;
    border: 1px solid gray;
    padding: 0px 10px;
    border-radius: 10px;
    box-shadow: 0px 0px 3px dimgrey;
}
.bidsubMenuButton:hover {
    background-color: #ccc;
}
#pfinMenuContainer,#pfinTrustMenuContainer {
    position: absolute;
    background-color: white;
    padding: 4px 20px;
    border: 1px solid gray;
    top: 18px;
    box-shadow: 0px 0px 10px black;
    border-radius: 0px 12px;
    z-index: 10;
}
#pfinMenuContainer {width: 300px;}
#pfinMenuContainer > div,#pfinTrustMenuContainer > div {
    padding: 4px 3px;
    cursor: pointer;
}
#pfinMenuContainer > div:hover,#pfinTrustMenuContainer > div:hover {
	background-color: lightblue;
}
#pfinMenuContainer > div[disabled],#pfinTrustMenuContainer > div[disabled] {
    text-decoration: line-through;
    color: #999;
    cursor: default;
}
#bidPrintTrust > #pfinTrustMenuContainer > div {
    padding: 4px 3px;
    cursor: pointer;
    white-space: nowrap;
}
.bidForm,#POrderContainer,#trustCard {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
    padding: 0px 10px;
    display: none;
    z-index: 1000;
}
.bidFormHeader,#POrderHeader,.trustCardHeader {
    font-size: 18px;
    letter-spacing: 1px;
    background-color: cadetblue;
    margin-left: -10px;
    margin-right: -10px;
    margin-bottom: 10px;
    color: white;
    padding: 0px 5px;
}
.closeBid,.closeBidMain,.closePOrder,.closeTrust {
    float: right;
    cursor: pointer;
}
.confirmCreatePOCheck {
    background-image: url(/img/Check-2-icon-32.png);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    background-repeat: no-repeat;
    cursor: pointer;
    left: 3px;
}
.ccpocOn {
	background-position-x: 0px;
}
.ccpocOff {
	background-position-x: -19px;
}
.confirmCreatePOCheck {
    background-image: url(/img/Check-2-icon-32.png);
    width: 16px;
    height: 16px;
    position: absolute;
    top: 6px;
    background-repeat: no-repeat;
    cursor: pointer;
    left: 3px;
}
.tab547bid {
	display: table;
}
.tab547bid > div {
	display: table-row;
}
.tab547bid > div > div {
	display: table-cell;
    padding-right: 20px;
}
.tab547bid > div > div:nth-of-type(2),
.tab547bid > div > div:nth-of-type(3) {
    border-left: 1px solid #999;
    padding-left: 10px;
}
.pbidNDS,.pbidNDSdisabled {
    display: inline-block;
    margin: 0px 4px;
    border-bottom: 1px dashed gray;
    cursor: pointer;
    width: 25px;
    text-align: center;
}
.pbidNDS input,#bidPCCNUM input {
	border: none;
	background-color: #ddd;
	padding: 0px 4px;
	width: 100%;
}
.pbidNDS input:focus,#bidPCCNUM input:focus {
	outline: none;
}
.pbidAvans, .pbidDelay,.pbidAvansdisabled, .pbidDelaydisabled {
    display: inline-block;
    margin: 0px 5px;
    border-bottom: 1px dashed gray;
    cursor: pointer;
}
.pbidAvans input, .pbidDelay input {
	border: none;
	background-color: #ddd;
	padding: 2px 4px;
	width: 35px;
}
.pbidAvans input:focus, .pbidDelay input:focus {
	outline: none;
}
#bidPCCNUM {
    display: inline-block;
    margin: 0px 4px;
    border-bottom: 1px dashed gray;
    cursor: pointer;
    text-align: center;
}
#bidPDATTIMI,#bidPDATTIMI1,#bidPCDATTIMI,#bidPCCDATI {
	border: none;
	width: 0px; height: 0px;
	opacity: 0;
}
#bidPDATTIM1,#bidPCCDAT {
	border-bottom: 1px dashed gray;
	cursor: pointer;
}
#newDisManager {
    display: inline-block;
    padding: 0px 5px;
    background-color: #d2d2d2;
    border-radius: 10px;
}
#globalListManagers98 {
    color: black;
    background-color: #d2d2d2;
    border: none;
    width: 0px;
    height: 0px;
    visibility: hidden;
    margin-left: 10px;
}
#newDisManager:hover #globalListManagers98 {
	width: 300px; height: unset;
	visibility: visible;
}
#newDisManager:hover #currentGlobalManager {display: none;}

#newDisManagerButton img {
	width: 24px; height: 24px;
}
#bidValuseContragentAuto {
    border: 1px solid gray;
    width: 350px;
    padding: 0px 5px;
}
#bidValuseContragentAuto:focus {
	outline: none;
}
.bidValuseContragentDoc,#bidValuseContragentZakaz {
    border: 1px solid gray;
    width: 350px;
    padding: 0px 5px;
}
#bidPCDelete {
    display: inline-block;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.POMenu2 {
    height: 26px;
}
#pcLoadedDocs {
    margin-top: 20px;
}
#pcLoadedDocsContainer {
    margin-left: 20px;
    border-left: 1px dashed gray;
    padding: 0px 10px;
}
.pcLDTab {
	display: table;
}
.pcLDRow {
	display: table-row;
}
.pcLDRowHeader {
	background-color: #eaeaea;
}
.pcLDRow .pcLDCell:nth-of-type(1) {
    width: 452px;
    white-space: nowrap;
    max-width: 452px;
    overflow-x: hidden;
    text-overflow: ellipsis;
}
.pcLDRow .pcLDCell:nth-of-type(2) {
    border-left: 1px solid darkgray;
    white-space: nowrap;
}
.pcLDRow .pcLDCell:nth-of-type(3) {
    border-left: 1px solid darkgray;
    white-space: nowrap;
}
.pcLDCell {
    display: table-cell;
    padding: 1px 5px;
}
.pcLDLoad {
    color: #0c6644;
    font-size: 14px;
    text-decoration: underline;
    cursor: pointer;
    margin-left: 10px;
}
.pcdocPhotoDelete {
	cursor: pointer;
}
.COrderShow,.COrderShow1 {
    border-bottom: 1px dashed gray;
    cursor: pointer;
}
#currentGlobalManager {
    color: black;
    cursor: default;
    padding: 0px 10px;
}
#bidPCCNUM {
    display: inline-block;
    margin: 0px 4px;
    border-bottom: 1px dashed gray;
    cursor: pointer;
    text-align: center;
}
.pbidNDS input,#bidPCCNUM input {
	border: none;
	background-color: #ddd;
	padding: 0px 4px;
	width: 100%;
}
.pbidNDS input:focus,#bidPCCNUM input:focus {
	outline: none;
}
#bidPrintZakaz,#bidPrintTrust,#newTrustSave,#newTrustDelete,#newTrustDelete1 {
    display: inline-block;
    font-weight: normal;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}
#payRelink {
    cursor: pointer;
}
#payRelinkContainer {
    display: inline-block;
    margin-left: 10px;
    background-color: #d2d2d2;
    border-radius: 10px;
    float: right;
    padding: 1px 10px;
    margin-right: 15px !important;
}
.relinkOrder img[md5] {
	cursor: pointer;
}
#payCardContainer {
	position: absolute;
    background-color: white;
    border: 1px solid goldenrod;
    border-radius: 12px 0px 12px 0px;
    box-shadow: 0px 0px 5px grey;
    z-index: 100;
    cursor: default;
    width: 600px;
    top: 50%;
    left: 50%;
    transform: translate(-300px, -150px);
}
#payCardHeader,#payCardHeader1 {
    text-align: center;
    background-color: goldenrod;
    font-weight: bold;
    color: white;
    position: relative;
    border-radius: 8px 0px 0px 0px;
    cursor: move;
}
#payCardBody {
    display: table;
}
#payCardBodyRow {
    display: table-row;
}
.payCardBodyCell {
    display: table-cell;
    white-space: normal;
    padding: 0px 5px;
}
.closePayCard,.closePayCard1 {
    width: 16px;
    position: absolute;
    right: 4px;
    top: 2px;
    cursor: pointer;
}
#ordersTreeHeader {
    text-align: center;
    background-color: lightgray;
}
#ordersTree {
    height: 150px;
}
.bidTabTableContainer1 {
    position: absolute;
    top: 195px;
    bottom: 0px;
    overflow: auto;
    left: 10px;
    right: 10px;
}
.mode2ManualLink {
	cursor: pointer;
}
.payTreeTable {
	display: table;
	margin: 0 auto;
}
.payTreeRow {
	display: table-row;
}
.payTreeCell {
	display: table-cell;
	border-bottom: 1px dotted darkgray;
}
.payTreeRow:nth-of-type(1) .payTreeCell {
    padding: 0px 5px;
    text-align: left;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    background-color: #ddd;
    position: sticky;
    top: 0px;
    border-bottom: none;
}

.payTreeRow .payTreeCell:nth-of-type(1) {
    padding: 0px 5px;
    text-align: left;
    max-width: 180px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.payTreeRow .payTreeCell:nth-of-type(2) {
	padding: 0px 5px;
	text-align: left;
}
.payTreeRow .payTreeCell:nth-of-type(3),
.payTreeRow .payTreeCell:nth-of-type(4),
.payTreeRow .payTreeCell:nth-of-type(5) {
	padding: 0px 5px;
	text-align: right;
}
.payTreeRow .payTreeCell:nth-of-type(6),
.payTreeRow .payTreeCell:nth-of-type(7) {
	padding: 0px 5px;
	text-align: center;
}
.payTreeCheck,.payTreeCheckFull {
    background-image: url(/img/Check-2-icon-32.png);
    width: 16px;
    height: 13px;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    vertical-align: bottom;
}
.payTreeCheckOn {
    background-position-x: 0px;
}
.payTreeCheckOff {
    background-position-x: -19px;
}
.payTreeCheckProcess {
    background-position-x: -39px;
}
#payCardBody1 {
    max-height: 150px;
    overflow: auto;
    padding: 0px 5px 5px 5px;
    margin: 0px 20px 5px 0px;
}
#payCardBody2 {
    text-align: center;
    padding: 5px 0px 10px 0px;
}
.orderFactSum {color: forestgreen;}
.orderROSum {color: rosybrown; font-size: 12px;}
.manualSumma {width: 12px;margin-right: 5px;vertical-align: baseline;}
.orderFactSumZero {color: red;}
.reorderA,.reorderA:link,.reorderA:hover,.reorderA:visited,.reorderA:focus {
    cursor: pointer;
    color: #0c6644;
    text-decoration: underline;
    outline: none;
}
#multipleLinkSet {
    margin: 0px auto;
    background-color: #7d7d7d;
    background: linear-gradient(to top, #5f5f5f, #9c9c9c);
    padding: 2px 40px;
    cursor: pointer;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    border-radius: 20px;
    color: white;
    display: none;
}
.multipleSumma {
    border: none;
    background-color: #efefef;
    margin: 2px 0px;
    padding: 0px 4px;
    width: 110px;
}
.multipleSumma:focus {
	outline: none;
}
#MultipleDiff {
    margin-left: 20px;
    color: red;
    font-style: italic;
    text-shadow: 0px 0px 1px grey;
}
.payTreeCellDoc {
    max-width: 100px;
    word-break: break-word;
    font-size: 12px;
}
hdoc {
    width: 730px;
    white-space: nowrap;
    overflow: hidden;
    display: inline-block;
    vertical-align: bottom;
    text-overflow: ellipsis;
}
.POrderHeader2 {
    font-weight: bold;
    letter-spacing: 2px;
    display: inline-block;
    background-color: #ddd;
    padding: 2px 10px;
    border-top: 1px solid gray;
    border-left: 1px solid gray;
    border-right: 1px solid gray;
    border-radius: 10px 10px 0px 0px;
    height: 30px;
}
#confirmCreatePOContainer {
    position: absolute;
    left: 430px;
    display: inline-block;
    top: 36px;
}
#confirmCreatePO {
    background-color: #7d7d7d;
    background: linear-gradient(to top, #5f5f5f, #9c9c9c);
    padding: 2px 40px;
    cursor: pointer;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    border-radius: 20px;
    color: white;
    display: inline-block;
}
.header7893b {
    display: inline-block;
    margin: 0px 10px 0px 0px;
    width: 150px;
}
span.trustEditField, account {
    border-bottom: 1px dashed black;
    cursor: pointer;
}
#bidTab .bidTabRow:last-of-type .bidTabCell,#bidTabN .bidTabRow:last-of-type .bidTabCell, #bidTabT .bidTabRow:last-of-type .bidTabCell, #bidTabSelect .bidTabRow:last-of-type .bidTabCell {
    border-bottom: 1px solid gray;
}
#bidTab .bidTabRow .bidTabCell:last-of-type,#bidTabN .bidTabRow .bidTabCell:last-of-type, #bidTabT .bidTabRow .bidTabCell:last-of-type, #bidTabSelect .bidTabRow .bidTabCell:last-of-type {
    border-right: 1px solid gray;
}
#bidTab .bidTabRow:first-of-type .bidTabCell,#bidTabN .bidTabRow:first-of-type .bidTabCell, #bidTabT .bidTabRow:first-of-type .bidTabCell {
    background-color: #dddddd;
    position: sticky;
    top: 0px;
    border-bottom: 1px solid gray;
}
.gotoDpreview {display: none;}
.gotoD,.gotoDD,.gotoA,.gotoSF,.gotoN {
    border-bottom: 1px dashed gray;
    cursor: pointer;
    margin-right: 5px;
}
span.trustEditField input[type="number"] {
    width: 45px;
}
span.trustEditField input {
    border: none;
    background-color: #ddd;
    padding: 2px 4px;
}
span.trustEditField[f="2"] input, span.trustEditField[f="3"] input {
    width: 0px;
    height: 0px;
    padding: 0px;
    opacity: 0;
}
#delKComplete {
    display: inline-block;
    cursor: pointer;
    font-weight: normal;
    margin-left: 250px;
}
.maxWidth {white-space: nowrap;}
.maxWidth1 {white-space: nowrap;}
.maxWidth2 {
}
#payCardBody1 a,
#payCardBody1 a:link,
#payCardBody1 a:visited,
#payCardBody1 a:hover,
#payCardBody1 a:active {
    cursor: pointer;
    color: #0c6644;
    text-decoration: underline;
}
.payTreeCell span {
    cursor: pointer;
    text-decoration: underline;
}
.payTreeCell input.sum {
    border: none;
    background-color: #efefef;
    width: 80px;
    padding: 0px 4px;
}
.payTreeCell input.sum:focus {
	outline: none;
}
.payTreeCell input.dat {
    width: 0px;
    height: 0px;
    padding: 0px;
    border: none;
    opacity: 0;
}
.bddsPlanEditForm {
    width: 810px !important;
    transform: translate(-405px, -150px) !important;
}
#cover {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
}
.scrollableBidTab {
    position: absolute;
    bottom: 10px;
    top: 65px;
    overflow: auto;
    padding-right: 5px;
}
.nothingToCreate {
    color: red;
    border: none;
    background-color: white;
    width: 100%;
    text-align: center;
}
.linkASF,.linkASF:link,.linkASF:hover,.linkASF:active,.linkASF:visited {
}
#asfdat1i,#asfdat2i,#asfdat3i {
    border: none;
    width: 0px;
    height: 0px;
    opacity: 0;
}
#asfdat1,#asfdat2,#asfdat3,#asfnum1,#asfnum2 {
    border-bottom: 1px dashed gray;
    cursor: pointer;
}
#asfnum1i,#asfnum2i {
    display: none;
    background-color: lightgray;
    border: none;
    width: 60px;
    padding: 0px 4px;
    margin: 2px 0px;
}
#asfnum1i:focus,#asfnum2i:focus {
	outline: none;
}
#delASF,#delN {
    display: inline-block;
    float: right;
    margin-right: 10px;
    cursor: pointer;
}
.radioVar2 {
	left: 24px;
}
#noperation, #nsklad {
    border: 1px solid gray;
    background-color: white;
    color: black;
    width: 305px;
}
#noperation:focus, #nsklad:focus {
	outline: none;
}
.nmenu {
    display: inline-block;
    margin-right: 10px;
    border: 1px solid darkgray;
    padding: 0px 10px;
    border-radius: 8px;
    cursor: pointer;
}
.nmenuActive {
    background-color: white;
    cursor: default;
}
#bidTabN > .bidTabRow .bidTabCell:nth-of-type(n+12):nth-of-type(-n+22) {
	display: none;
}
#bidTabN > .bidTabRow .bidTabCell:nth-of-type(11) {
    border-right: 1px solid gray;
}
.showContragentCard {
    position: absolute;
    top: 2px;
    right: -410px;
    cursor: pointer;
    opacity: 0.8;
}
#POrderContainer .showContragentCard {
	display: none;
}
.showhiderealplangroups {
    float: right;
    margin: 4px 10px 0px 0px;
    cursor: pointer;
}
.reallastrow > div {
    height: 4px !important;
    padding: 0px;
}
.cashcell {
    background-image: url(/img/cashbox-2.png);
    background-repeat: no-repeat;
    background-size: 16px;
    background-position-x: 3px;
    background-position-y: 3px;
}
#plistBox .imp1ccell.fi.pwi4 > .contragentINN > input {
}
#plistBox .imp1ccell.fi.pwi4 > .contragentINN > input:focus {
	outline: none;
}
.rowUpdating {
    background-color: #c0d4e3;
    opacity: 0.5;
}
#bidPCDATTIM {
    border-bottom: 1px dashed gray;
    cursor: pointer;
}
.removePayLink {
    float: right;
    margin-right: 70px;
    cursor: pointer;
    color: darkblue;
    font-weight: bold;
    text-decoration: underline;
    text-decoration-style: dashed;
}
#realPlanYears {
    position: absolute;
    top: 15px;
    left: 30px;
}
#realPlanYearsMonths {
    position: absolute;
    top: 15px;
    left: 100px;
}
#realPlanManagers {
    position: absolute;
    top: 15px;
    left: 212px;
}
#realPlanYears:focus,#realPlanYearsMonths:focus,#realPlanManagers:focus {outline: none;}
#copyBID {
    cursor: pointer;
    margin-left: 16px;
}
#copyBIDAloneForm {
    border: 1px solid gray;
    position: absolute;
    top: 38px;
    background-color: white;
    z-index: 5;
    left: 10px;
    width: 740px;
    height: 400px;
    box-shadow: 1px 1px 5px gray;
}
#copyBIDAloneFormHeader,#copyBIDcopyBIDShowPShortHeader {
    background-color: cadetblue;
    color: white;
    text-align: center;
}
#copyBIDAloneFormBody {
    overflow: auto;
    height: 375px;
}
.closeCopyBIDCard, .closeCopyBIDCardPreview {
    width: 16px;
    position: absolute;
    right: 4px;
    top: 2px;
    cursor: pointer;
}
#loadingBIDList {
	text-align: center;
}
#loadingBIDList img {
    height: 20px;
    margin-top: 10px;
}
#BIDShortListTable {display: table;width: 100%;}
.BIDShortListRow {display: table-row;}
.BIDShortListCell {display: table-cell;padding: 0px 5px;}
.BIDShortListTabHeader .BIDShortListCell {
    background-color: #cdcdcd;
    position: sticky;
    top: 0px;
}
.BIDShortListRow .BIDShortListCell:nth-of-type(3) {
	text-align: right;
}
#BIDShortListTableSearch {padding: 5px;}
#BIDShortListTableSearch input {
    border: none;
    background-color: lightgray;
    width: 400px;
    padding: 0px 5px;
}
#BIDShortListTableSearch input:focus {outline: none;}
showPShort {
    cursor: pointer;
    text-decoration: underline dashed gray;
}
#copyBIDShowPShort {
    position: absolute;
    border: 1px solid gray;
    background-color: white;
    top: 5px;
    left: 5px;
    width: 900px;
    height: 500px;
    z-index: 10;
    box-shadow: 1px 1px 5px gray;
}
#copyBIDShowPShortBody {
	color: black;
    overflow: auto;
    height: 445px;
}
#copyBIDAloneForm .bidTabCell {color: black;}
#doBidCopyContainer {
    position: absolute;
    bottom: 4px;
    width: 100%;
    height: 24px;
}
#doBidCopyButton,#doBidCopyButton1 {
    color: black;
    border: 1px solid gray;
    width: 400px;
    background-color: darkgray;
    border-radius: 10px 10px 10px 10px;
    position: absolute;
    top: 0px;
    right: 54px;
    cursor: pointer;
    box-shadow: 1px 1px 3px gray;
}
#copyBIDShowPShortBody #bidTab {width: 100%;}
.BIDShortListRow:hover {background-color: #e7e7e7;}
inns {
    border-bottom: 1px dashed gray;
    cursor: pointer;
}
#additionalINNS {
    position: absolute;
    top: -22px;
    left: 18px;
    width: 620px;
    height: 300px;
    background-color: white;
    z-index: 5;
    display: none;
    border: 1px solid goldenrod;
    border-radius: 12px 0px 12px 0px;
    box-shadow: 0px 0px 5px grey;
}
.addCardINNList {
	display: table;
    max-width: 585px;
    margin: 4px;
}
.addCardINNListContainer {
    width: 100%;
    height: 240px;
    overflow: auto;
}
.addCardINNListRow {
	display: table-row;
}
.addCardINNListCell {
	display: table-cell;
}
.addCardINNListCell.cell1 {
    padding: 2px 4px;
    border-right: 1px solid darkgray;
}
.addCardINNListCell.cell2 {
    padding: 2px 4px;
}
.addCardINNListCell.cell3 {
    width: 50px;
    min-width: 50px;
    max-width: 50px;
    text-align: center;
}
#addCardSearch {
	margin: 2px 5px;
}
#addCardSearch input {
    border: 1px solid gray;
    width: 400px;
    padding: 0px 20px 0px 5px;
    text-overflow: ellipsis;
}
.addCardINNListCell.cell3 img {
	cursor: pointer;
}
.revenuePaymentsTable,.realPlanTableLink {
    position: absolute;
    top: 2px;
    right: 6px;
    cursor: pointer;
}
.revenuePaymentsTable1 {
    position: absolute;
    top: 4px;
    right: 5px;
    cursor: pointer;
}
/*.bddscell > .revenuePaymentsTable,.bddscell > .revenuePaymentsTable1 {
	visibility: hidden;
}
.bddscell:hover > .revenuePaymentsTable,.bddscell:hover > .revenuePaymentsTable1 {
	visibility: visible;
}*/
.revenuePaymentsTableContainer {
    position: absolute;
    top: 60px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    color: black !important;
    background-color: white;
    z-index: 10;
}
.realPlanTableContainer {
    position: absolute;
    top: 52px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    color: black !important;
    background-color: white;
    z-index: 10;
}
.revenuePaymentsTableContainer iframe,
.realPlanTableContainer iframe {
    width: 100%;
    height: 100%;
    border: none;
}
.exceeded {
	background-color: #ffd0d0 !important;
    background-image: url(/img/trans.png);
    background-repeat: repeat-y;
}
.errCorr {
    color: darkred;
    letter-spacing: 1px;
}
.exceeded1 {
	background-color: #ffeee6;
}
/*.bddsContragent .exceeded:nth-of-type(1) {
    background-image: url(/img/error1.24.png);
    background-repeat: no-repeat;
    background-position-x: 430px;
    background-position-y: 4px;
    background-blend-mode: luminosity;
}*/
.bddsContragent .exceeded1:nth-of-type(2),
.bddsContragent .exceeded1:nth-of-type(3),
.bddsContragent .exceeded1:nth-of-type(4),
.bddsContragent .exceeded1:nth-of-type(5) {
	background-image: url(/img/bg1.png);
	background-blend-mode: hard-light;
}
.revenueDay {
	padding: 0px;
	vertical-align: top;
}
.cellValueWhite {
    border-top: 1px dashed white;
    border-bottom: 1px dashed white;
    padding: 4px 4px 4px 0px;
    background-color: white;
}
.cellValueGreen {
	border-top: 1px dashed #e2efdb;
	border-bottom: 1px dashed #e2efdb;
	background-color: #e2efdb;
	padding: 4px 4px 4px 0px;
}
.cellValueRed {
    border-top: 1px dashed #ffeee6;
    border-bottom: 1px dashed #ffeee6;
    background-color: #ffeee6;
    color: palevioletred !important;
    padding: 4px 4px 4px 0px;
}
div[order="2"] {
    border-top: 1px dashed lightgray;
    border-bottom: 1px dashed lightgray;
}
.revenueDebt {
	background-color: #ffeee6;
}
.revenueFact {
	background-color: #e2efdb;
}
#revenueYearProcessInfo {
    width: 500px;
    margin: 0px auto;
    text-align: center;
    color: black !important;
}
#revenueYearProcess {
    border: 1px solid cadetblue;
    width: 500px;
    margin: 0px auto;
    padding: 0px !important;
}
#revenueYearPercent {
    background-color: cadetblue;
    width: 0%;
    height: 16px;
}
.ConditionalExpensesButton {
	pointer-events: none;
    display: inline-block;
    color: black;
    box-shadow: 1px 1px 1px gray;
    border-radius: 5px;
    position: absolute;
    top: 16px;
    left: 180px;
    cursor: pointer;
    padding: 0px 5px;
    background-color: #e7e7e7;
    border: 1px solid gray;
}
#ConditionalExpensesForm {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 40px;
    background-color: white;
    z-index: 10;
}
#ConditionalExpensesFormClose {
    position: absolute;
    right: 14px;
    top: 8px;
    cursor: pointer;
}
#ceTableContainer {
    margin-top: 10px;
    position: absolute;
    top: 36px;
    left: 0px;
    bottom: 10px;
    overflow: auto;
    right: 0px;
    padding: 0px 10px;
}
#ceTable {
	display: table;
}
.ceTableRow {
	display: table-row;
}
.ceTableCell {
	display: table-cell;
	border-top: 1px solid gray;
	border-left: 1px solid gray;
	color: black;
	padding: 2px 4px;
}
.ceTableRow .ceTableCell:last-of-type {
	border-right: 1px solid gray;
}
.ceTableRow:last-of-type .ceTableCell {
	border-bottom: 1px solid gray;
}
.ceTableRow:nth-of-type(1) .ceTableCell {
	border: none;
}
.ceTableRow:nth-of-type(2) .ceTableCell {
	background-color: #dae1f3;
}
.ceTableRow .ceTableCell:nth-of-type(2) {
}
.ceTableRow .ceTableCell:nth-of-type(3) {
	width: 136px;
}
.ceTableRow .ceTableCell:nth-of-type(4) {
	width: 550px;
}
.expensesDivItemsCheckOn {
}

.setExpenses {
    margin: 5px 10px;
    background: linear-gradient(to top, #5f5f5f, #9c9c9c);
    padding: 0px 10px;
    cursor: pointer;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.75);
    border-radius: 20px;
    color: white;
    white-space: nowrap;
}
.closeExpanses,.expensesDivItemsCheck {
    background-image: url(/img/Check-2-icon-32.png);
    width: 16px;
    height: 16px;
    margin: 0px 5px 0px 10px;
    background-position-x: -19px;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
}
.ceReadOnly .closeExpanses:not(.ceStatusAllow) {pointer-events: none;}
.closeExpansesOn,.expensesDivItemsCheckOn {
    background-position-x: 0px;
}
.addExpenses,.showExpenses {
	float: right;
	cursor: pointer;
	width: 18px;
	margin-left: 10px;
}
.showExpenses {margin-top: 4px;}
.ceTableRow[div] {
	background-color: #fff2cd;
}
#ceMonth {
    border: 1px solid gray;
    padding: 1px 14px;
    background-color: #d9d9d9;
    border-radius: 0px 0px 10px 10px;
}
#expensesDivItems {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    background-color: white;
}
#expensesDivItemsHeader {
    background-color: cadetblue;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding: 4px;
}
#expensesDivItemsHeader img {
    position: absolute;
    top: 4px;
    right: 16px;
    cursor: pointer;
}
#expensesDivItemsContainer {
    color: black;
    position: absolute;
    top: 75px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    padding-bottom: 10px;
    overflow: auto;
}
.ceHidden {display: none;}
/*#expensesDivItemsContainer > div:nth-child(even) {background-color: #e9e9e9;}*/
.expTopLevel {
    height: 18px;
    margin: 0px 10px;
    vertical-align: text-bottom;
}
.expTopLevelContainer {
	font-style: italic;
}
.expRoot {
}
.expSub {
	margin-left: 28px;
}
#ceSearchContainer {text-align: center;padding: 5px;border-bottom: 2px solid cadetblue;}
#ceSearch {
    width: 400px;
    border: 1px solid darkgray;
    background: url(/img/search1.16.png) no-repeat scroll 7px 4px;
    padding-left: 30px;
    color: black;
}
#ceSearch:focus {outline: none;}
.no-ceresults {
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: darkred;
}
.ceTableRow:nth-of-type(1) .ceTableCell {
    background-color: white;
    position: sticky;
    top: 0px;
    height: 34px;
    max-height: 34px;
    min-height: 34px;
    overflow: hidden;
}
.ceTableRow:nth-of-type(1) .ceTableCell:nth-of-type(1) {
	white-space: nowrap;
}
.ceTableRow:nth-of-type(2) .ceTableCell {
    position: sticky;
    top: 34px;
    border-bottom: 1px solid gray;
}
#ceTableContainer:not(.ceReadOnly) .ceDate,#ceTableContainer:not(.ceReadOnly) .ceSumma {
    border-bottom: 1px dashed gray;
    cursor: pointer;
}
#ceTableContainer.ceReadOnly .ceDate,#ceTableContainer.ceReadOnly .ceSumma,
#ceTableContainer.ceReadOnly .ceComment {
	pointer-events: none;
}
.ceDateInput {
    padding: 0px;
    height: 0px;
    width: 0px;
    border: none;
    opacity: 0;
}
.ceSummaInput {
    padding: 0px 4px;
    border: none;
    background-color: #e9e9e9;
    width: 130px;
    border-radius: 5px;
}
.ceDateInput:focus,.ceSummaInput:focus {outline: none;}
.ceComment {
    padding: 0px 4px;
    border: none;
    background-color: #e9e9e9;
    width: 100%;
    border-radius: 5px;
}
.cePlus {
    float: right;
    margin-top: 2px;
    cursor: pointer;
}
.cePlus:not([idx="0"]) {display: none;}
.ceMinus {
    float: right;
    margin-top: 2px;
    cursor: pointer;
}
#ceTableContainer:not(.ceReadOnly) .ceDivider {
    border-bottom: 1px dotted gray;
    height: 1px;
    margin: 7px 0px 1px 0px;
}
#ceTableContainer.ceReadOnly .ceDivider {
    height: 1px;
}
.ceDivider[idx="0"] {display: none;}
.ceReadOnly .addExpenses,
.ceReadOnly .cePlus,
.ceReadOnly .ceMinus
{display: none !important;}
#ceInfo1 {
    border: 1px solid gray;
    padding: 1px 8px;
    background-color: #d9d9d9;
    border-radius: 0px 0px 10px 10px;
    margin-left: 10px;
    white-space: nowrap;
}
#ceInfo2 {
    border: 1px solid gray;
    padding: 1px 14px;
    background-color: #d9d9d9;
    border-radius: 0px 0px 10px 10px;
}
#ceInfoIndicator {
    display: inline-block;
    border: 1px solid gray;
    width: 10px;
    height: 10px;
    margin: 0px 5px 0px 0px;
    border-radius: 10px;
}
.ceInfoIndicatorRed {background-color: red;}
.ceInfoIndicatorYellow {background-color: yellow;}
.ceInfoIndicatorGreen {background-color: green;}
.ceInfoIndicatorBrown {background-color: sandybrown;}
#ceInfo2 img {
    margin-right: 10px;
    cursor: pointer;
    height: 14px;
    vertical-align: middle;
}
.ceUnpublished {
    background-image: url(/img/updated4.png);
    background-repeat: no-repeat;
    background-position-x: right;
    background-origin: content-box;
}

.ceUnpublished::after {
  content: "Расходы изменены, но не разнесены";
  padding: 2px;
  display: none;
  position: relative;
  top: -20px;
  right: -30px;
  width: 300px;
  text-align: center;
  background-color: #fef4c5;
  border: 1px solid #d4b943;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
}
.ceUnpublished:hover::after {
  display: block;
}
.bddsC2 span, .bddsC4debt span, .bddsC4debtprev span  {
    color: darkred;
    font-size: 12px;
    font-style: italic;
}
#realNakPlanFactUpdate {
    position: absolute;
    width: 400px;
    height: 100px;
    top: 50%;
    left: 50%;
    transform: translate(-200px, -50px);
    background-color: white;
    border: 4px solid cadetblue;
    box-shadow: 0px 0px 5px black;
    z-index: 100;
}
#realNakPlanFactUpdateHeader {
    background-color: cadetblue;
    color: white;
    text-align: center;
    letter-spacing: 1px;
}
#realNakPlanFactUpdateBody {
}
#realNakPlanFactUpdateP,#realNakPlanFactUpdateP1 {
    background-color: cadetblue;
    width: 0%;
    height: 12px;
}
#realNakPlanFactUpdatePC,#realNakPlanFactUpdatePC1 {
    border: 1px solid cadetblue;
    margin: 30px 10px;
    height: 14px;
}
.nakRealPFMonthVals {
	font-size: 12px;
}
#defpronorm {
    position: absolute;
    top: 13px;
    left: 476px;
    cursor: pointer;
}
#defproplan {
    position: absolute;
    top: 16px;
    left: 508px;
    cursor: pointer;
    height: 18px;
}
#getRealNormatives {
    border: 1px solid cadetblue;
    background-color: white;
    position: absolute;
    top: 140px;
    left: 564px;
    z-index: 50;
    width: 300px;
    box-shadow: 0px 0px 7px black;
    min-height: 100px;
}
#getRealNormativesHeader {
    background-color: cadetblue;
    color: white;
    text-align: center;
}
#getRealNormativesBody {
	padding: 5px 10px;
}
#getRealNormativesYearTable {
	display: table;
	width: 100%;
}
.getRealNormativesYear {
	display: table-row;
}
.getRealNormativesYear > div {
	display: table-cell;
	padding: 2px 4px;
}
.getRealNormativesYear > div:nth-of-type(1) {
	width: 54px;
}
.getRealNormativesYear > div > input {
    border: none;
    background-color: #d5d5d5;
    padding: 0px 5px;
    border-radius: 6px;
    width: 100%;
}
.getRealNormativesYear > div > input:focus {
	outline: none;
}
#closeRNs {
    position: absolute;
    right: 5px;
    top: 2px;
    cursor: pointer;
    height: 15px;
}
#realRefreshIFRAME {display: none; width: 1024px; height: 1024px;}
#longTimeInfo {
    position: absolute;
    left: 14px;
    font-size: 12px;
    color: red;
    opacity: 1;
}

.longTimeInfoClass1 {
    top: 34px;
}
.longTimeInfoClass2 {
    top: 48px;
}
.context-menu-list.context-menu-root {
	z-index: 10 !important;
}
.editBankFieldsInput {
    width: 380px;
    border: 1px solid gray;
    margin-bottom: 5px;
}
.editBankFieldsInput:focus {
	outline: none;
}
.real_year {
	border-left: none;
}

