#network {
	height: 800px;
	margin: -1em;
}

#head {
	display: flex;
	text-align: right;
	width: 100%;
	justify-content: flex-end;
}

#body {
	display: flex;
}

#edleft {
	width: 50vw;
}

#ntwbottom {
	display: flex;
	justify-content: space-evenly;
	margin-top: 1em;
}

#edright {
	min-width: 50vw;
	padding-left: 1em;
	padding-right: 1em;
}

#edTxtLeft {
	width: 50%;
}

#edTxtRight {
	width: 50%;
	padding-left: 1em;
}

#procLeft {
	width: 28%;
}

#procRight {
	padding-left: 1em;
	width: 71%;
}

#procFrame {
	border: none;
	max-width: 138em;
	min-width: 60em;
	width: 98%;
	height: 57em;
	background-color: #fff;
	border:1px solid #DDCAFF;
	position: absolute;
	left: 50%;
	top: 1em;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	box-shadow: -4px 8px 15px rgba(79, 113, 84, 0.29)
}

#auth {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: auto;
}

#textFrame {
	border: none;
	max-width: 72em;
	width: 90%;
	height: 50em;
	background-color: #fff;
	border:1px solid #DDCAFF;
	position: absolute;
	left: 50%;
	top: 3em;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	box-shadow: -4px 8px 15px rgba(79, 113, 84, 0.29)
}

#procTxFrame {
	border: none;
	max-width: 138em;
	min-width: 60em;
	width: 98%;
	height: 97%;
	background-color: #fff;
	border:1px solid #DDCAFF;
	position: absolute;
	left: 50%;
	top: 1em;
	transform: translate(-50%, 0);
	-ms-transform: translate(-50%, 0);
	-webkit-transform: translate(-50%, 0);
	box-shadow: -4px 8px 15px rgba(79, 113, 84, 0.29)
}

#modalDiv {
	background-color: #dfdfffd4;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	z-index: 1000;
}

#modalDiv2 {
	display: none;
	background-color: #dfdfffd4;
	position: absolute;
	left: 0;
	top: 0;
	width:100%;
	height:100%;
	z-index: 2000;
}

#fndList {
	overflow-y: auto;
    height: 57%;
}

#footer {
	display: flex;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	justify-content: flex-end;	
}

.content {
	display: flex;
	padding: 0.5em;
}

.lgspace {
    height: 0.65em;
	width: 30em;
}

.centered {
	width: fit-content;
    height: fit-content;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
	padding: 1.5em;
	border: aqua;
	box-shadow: -4px 8px 15px rgba(79, 113, 84, 0.29)
}

.captions {
    font-family: sans-serif;
    font-style: normal;
	font-size: 12px;
	min-width: 8em;
	margin-right: 0.3em;
}

.scaptions {
    font-family: sans-serif;
    font-style: normal;
	font-size: 12px;
	margin-left: 0.8em;
	margin-right: 0.5em;
}

.spcaptions {
	align-self: normal;
    font-family: sans-serif;
    font-style: normal;
	font-size: 12px;
	margin-right: 0.5em;
	cursor: pointer;
}

.eButtons {
	font-size: 1.3em;
	border: none;
    background: none;
	cursor: pointer;
}

.line {
	display: flex;
	align-items: center;
	/*box-shadow: -4px 3px 10px rgba(79, 113, 84, 0.29) inset;*/
	padding: 0.5em;
	/*border: 1px solid #DDCAFF;*/
	margin: 0.5em;
}

.listLine {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddcaff3b;
	padding: 0.5em;
}

.listSelLine {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ddcaff3b;
	padding: 0.5em;
	cursor: pointer;
}

.title	{
    font-family: sans-serif;
    font-weight: bold;
	font-size: 16px;
	color: #6E24F8;
	text-align: center;
	padding: 1em;
}

.lbuttons {
    width: 224px !important;
    height: 45px !important;
	border: aqua;
    margin: 0.5em;
    justify-content: center;
    align-items: center;
    text-align: center;
    display: flex;
    color: #ffffff !important;
    background: #6E24F8 !important;
    box-shadow: -4px 8px 15px rgba(79, 113, 84, 0.29) !important;
    font-family: sans-serif !important;
    font-style: normal;
    font-weight: bold !important;
    font-size: 16px !important;
}

    .lbuttons:hover {
        background: #300481 !important;
    }

.blocks {
	border: 1px solid #DDCAFF;
	padding: 1em;
	box-shadow: -4px 8px 15px rgba(79, 113, 84, 0.29)
}

.block {
	margin: auto;
}

.select-css { 
	display: block; 
	font-size: 12px; 
	font-family: sans-serif; 
	font-weight: 700; 
	color: #444; 
	line-height: 1.3; 
	padding: .6em 1.4em .5em .8em; width: 100%; 
	max-width: 100%; 
	min-width: 17em;
	box-sizing: border-box; 
	background: #fff;
	margin: 0;
	border: 1px solid #DDCAFF;
}

 .select-css option { font-weight:normal; } 
*[dir="rtl"] .select-css, :root:lang(ar) .select-css, :root:lang(iw) .select-css { 
	background-position: left .7em top 50%, 0 0; 
	padding: .6em .8em .5em 1.4em; 
}

.input-css {
	display: block;
	font-size: 12px; 
	font-family: sans-serif; 
	font-weight: 700; 
	color: #444; 
	line-height: 1.3; 
	padding: .6em 1.4em .5em .8em; width: 100%; 
	max-width: 100%; 
	min-width: 17em;
	background: #fff;
	margin: 0;
	border: 1px solid #DDCAFF;	
}

.textinput {
	display: block;
	height: 100%;
	font-size: 12px; 
	font-family: sans-serif; 
	color: #444; 
	line-height: 1.3; 
	padding: .6em 1.4em .5em .8em; width: 100%; 
	max-width: 100%; 
	min-width: 17em;
	background: #fff;
	margin: 0;
	border: 1px solid #DDCAFF;	
}

.colSpace{
	width: 1em;
}

.input-d-css {
	display: block; 
	font-size: 12px; 
	font-family: sans-serif; 
	font-weight: 700; 
	color: #444; 
	line-height: 1.3; 
	padding: .6em 1.4em .5em .8em; width: 100%; 
	width: 8em;
	background: #fff;
	margin: 0;
	margin-left: 1em;
	border: 1px solid #DDCAFF;	
}


.horline {
    width: 100%;
    left: 0;
    height: 0px;
    opacity: 0.4;
    border: 1px solid #DDCAFF;
}

.bottomDiv {
	position: absolute;
    bottom: 12%;
}

/*индикатор загрузки аякс*/

.load-speeding-wheel {
    width: 22px;
    height: 22px;
    border: 2px solid rgb(42,159,61);
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: lp-load-spin 1850ms infinite linear;
    -o-animation: lp-load-spin 1850ms infinite linear;
    -ms-animation: lp-load-spin 1850ms infinite linear;
    -webkit-animation: lp-load-spin 1850ms infinite linear;
    -moz-animation: lp-load-spin 1850ms infinite linear;
}



@keyframes lp-load-spin {
    100% {
        transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-o-keyframes lp-load-spin {
    100% {
        -o-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-ms-keyframes lp-load-spin {
    100% {
        -ms-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-webkit-keyframes lp-load-spin {
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@-moz-keyframes lp-load-spin {
    100% {
        -moz-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}