.MyTable .column .activ_line {
	background-color : #e7eeef;
	color: #002e65;
}

.MyTable .column .activ_line.head.activ_cell {
	border-top: #002e65 3px solid;
	background-color : #e7eeef;
	color: #002e65;
}

.MyTable .column .activ_line.activ_cell {
	border: 1px #002e65 solid
} 
.MyTable {
	border: #002e65 2px solid;
	border-top: 0px;
	margin-left: 1em;
}
.MyTable .column div {
	outline-offset: 0px;
	z-index: 1;
	border: 1px #7f7f7f solid;
	background-color: white;
	color: #7f7f7f;
	padding: 2px;
	font-size: 80%;
}
.move_col {
	position: absolute;
	z-index: 2;
}
.MyTable .column .head {
	border-top: #002e65 3px solid;
	color : #002e65;
	background-color: #e7eeef;
	font-size: 100%;
	height: 3em;
	white-space: pre-wrap;
	position: relative;
}
.column {
	display: inline-block;
	vertical-align: top;
	width: 10em;
}
.agent .invis {
	display: none;
}
.invis {
	display: none;
}
body {
	white-space: nowrap;
	margin: 0px;
	width: fit-content;
	min-width: 100%;
	font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.column div {
	height: 1.25em;
}
.TebTehBut {
	border: none;
	background-color: white;
	text-decoration: underline;
	color: gray;
}
/* main */
.menu button {
	border: none;
	background-color: inherit;
	text-decoration: underline;
}
.agent button:hover {
	color: #7f7f7f;
}
.content {
	vertical-align: top;
	display: inline-block;
	border-left: gray 3px solid;
	padding: 5px;
}
.filter {
	min-height: 10%;
	margin: 4px;
}
h4 {
	margin: 4px;
}
/* head + foot */
.head-block {
	background-color: white;
	height: 8%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	margin: 10px;
}
.afsupport{
	padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;

}
.afsupport .af-name{
	color: #002e65;
	font-size: 120%;
}
.afsupport .af-mail{
	color: #7f7f7f;
	font-size: 90%;
}

.footer{
	background-color: white;
	max-height: 4%;
	min-height: 3%;
	color: #7f7f7f;
	text-align: right;
	font-size: 70%;
}
.footer .foot-logo{
	font-size: 120%;
}

.Block {
	vertical-align: top;
	margin-right: 4pt;
	margin-left: 2pt;
    display: flex;
    flex-direction: row;
	max-height: 100%;
	min-height: 100%;
}
.Block .main-table {
    display: block;
	overflow-y: auto;
	margin-top: 1em;
}
.Block .main-form {
    display: block;
	overflow-y: auto;
}

.agent {
	margin: 0px;
    display: block;
	overflow-y: auto;
	padding: 1em;
}
.Block .agent {
	padding-top: 1em;
}

.agent input {
    display: inline-block;
}
.agent button {
	border: none;
	background-color: inherit;
	text-decoration:  underline;
	color: #002e65;
}

.page {
	background-color: #e7eeef;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
	height: 78%;
	color: #002e65;
}

.auth-form {
	display: flex;
    flex-direction: column;
	width: 100%;
	justify-content : space-around;
	align-items: center;
}
.auth-text {
	width: 100%;
	text-align: center;
}
.auth-form .agent {
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-around;
}

.butIcon img{
	height: 1.5em;
	width: 1.5em;
	padding: 0.2%;
}
.Block .undertable-but-style {
	/* background-color: #002e65;
	color: #e7eeef;
	border-radius: 20%;
	border: #7f7f7f 2px; */
	margin-left: 1em;
	padding: 0px;
}
.Block .undertable-but-style img{
	vertical-align: middle;
	height: 1.5em;
	width: 1.5em;
}

.addButtonsBar {
	display: inline;
}

.img-button-s {
	display: inline;
}
.img-button-s img{
	margin-right: 0.33em;
	margin-left: 0.37em;
	height: 1.25em;
	width: 1.25em;
}

.loadScreen {
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	display: flex;
	background-color: rgba(111,111,111,0.3);
}

.loadScreen img{
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 64px;
	height: 64px;
	margin-top: auto;
	margin-bottom: auto;
	border-radius: 32px;
}

.numberCell {
	text-align: right;
}

.subTableBlock {
	padding-top: 10px;
	/*padding-left: 10px;*/
	z-index: 9;
	position: absolute;
	left: 15%;
	top: 10%;
	height: 80%;
	min-height: 80%;
	width: 85%;
	margin: 0;
	border: 0;
	background-color: #e7eeef;
	border-radius: 15px;
}

.bg-subTable {
	z-index: 8;
	position: absolute;
	left:0%;
	top: 0%;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: 0;
	border: 0;
	background-color: rgba(111,111,111,0.3);
}

.butImg {
	margin-right: 0.33em;
	margin-left: 0.37em;
	height: 1.25em;
	width: 1.25em;
}

.sortBar {
	margin-left: 1em;
	margin-bottom: 1em;
}

.inner-folder {
	margin-left: 1em;
}
