html{
	min-height: 100%;
}

body{
	position: absolute;
    min-height: 100%;
	min-width:100%;
	background-image: url(/ArchivingSystem/kvne-img/kvne-logo.png);
    background-size: auto;
	/*opacity: 0.5;*/
}

.mycard{
	display: flex;
	background-color:rgba(161, 130, 73, 0.8);
}

.divArchForm, .divRegForm{
	background-color:rgba(161, 130, 73, 0.8);
}

@media(min-width: 768px){
.col-md-6 {
    width: 49%;
}
}

@media(min-width: 768px){
	.mycard {
		width: 49%;
	}
}

.card img {
    width: 33%;
    object-fit: contain;
}

.kvne-footer{
    background-color: #742a18;
    position: inherit;
    width: 100%;
    bottom: 0;
}

/*navbar icon color change*/
.navbar-dark .navbar-toggler {
	border-color: rgba(161, 130, 73, 0.6);
}

.kv-head{
	display: flex;
	flex-direction: row;
	width: 100%;
	background-color: #742a18;
	justify-content: center;
}
.kv-head > img, .kv-head > h1{
	padding: 5px 10px;
}

.kv-head > img{
	
}

.kv-head > h1{
	display: flex;
    align-content: space-around;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    margin: 0px auto 0px auto;
    margin-right: 30%;
}

@media (max-width: 768px){
	.kv-head > h1{
		margin-right: auto;
	}
}

/*navbar icon animation*/
.animated-icon{
	width: 30px;
	height: 25px;
	position: relative;
	margin: 0px;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	-o-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	cursor: pointer;
}

.animated-icon span {
	display: block;
	position: absolute;
	height: 3px;
	width: 100%;
	border-radius: 9px;
	opacity: 1;
	left: 0;
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	-webkit-transition: .25s ease-in-out;
	-moz-transition: .25s ease-in-out;
	-o-transition: .25s ease-in-out;
	transition: .25s ease-in-out;
}

.animated-icon span {
	background: #e3f2fd;
	background: rgba(161, 130, 73, 0.6);
}

.animated-icon span:nth-child(1) {
	top: 0px;
}

.animated-icon span:nth-child(2), .animated-icon span:nth-child(3) {
	top: 10px;
}

.animated-icon span:nth-child(4) {
	top: 20px;
}

.animated-icon.open span:nth-child(1) {
	top: 11px;
	width: 0%;
	left: 50%;
}

.animated-icon.open span:nth-child(2) {
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

.animated-icon.open span:nth-child(3) {
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.animated-icon.open span:nth-child(4) {
	top: 11px;
	width: 0%;
	left: 50%;
}

/*div and close button*/
div.archPartnDiv {
	position: relative;
	display: inline-flex;
	width: 100%;
	align-items: center;
}
div.archPartnDiv span {
	position: absolute;
	display: block;
	right: 3px;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	color: #fff;
	background-color: #ccc;
	font: 13px monospace;
	text-align: center;
	line-height: 1em;
	cursor: pointer;
}
div.archPartnDiv input {
	padding-right: 18px;
	box-sizing: border-box;
}
/*end*/

/*radio input label/input*/
label.form-check-label{
	line-height: 2;
	margin-left: 5px;
    margin-top: 1px;
}
input.form-check-input {
	width: 1.3em;
    height: 1.3em;
}
/* end */
.backmypage{
	align-items: center;
	margin: 0 0 0 auto;
}

/*List table */
.RegEmailsList {
    border: 2px solid saddlebrown;
    min-width: 100%;
}
table.RegEmailsList td, th {
    border: 2px solid saddlebrown;
}
/*end*/

/*ShowPass*/
#myShowPass{
    background: url(img/showPass.png) no-repeat;
    background-size: 50px 50px;
    width: 50px;
    height: 50px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 100;
    cursor: pointer;
}
/*end*/

/*MyCloseButton*/
.userDataEditDiv #UserListClose{
    display: flex;
    position: relative;
    top: -31px;
    right: 0px;
    left: auto;
    margin: 0 5px 0 auto;
}

.archPartnerDiv #archPartnerClose{
    display: flex;
    position: absolute;
    top: 12px;
    right: 0px;
    left: auto;
    margin: 0 5px 0 auto;
}
/*end*/

/*my titles / tooltip*/
.mytitle{
    cursor: help;
}

/*default bootsrtap style rewrite(S) */
.form-floating > label {
    padding: 0.5rem 0.5rem;
}

.form-floating > .form-control, .form-floating > .form-select {
    height: calc(3rem + 2px);
}
.form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
    padding-top: 1.2rem;
}

.row{
    --bs-gutter-x: 0;
}