@charset "UTF-8";
html {
	height: 100%;
}

body {
	margin: 0;
	width: 100%;
	height: 100%;
}
#body {
	height: 85%;
}
#but_div, #but, #sign_but{
	text-align: center;
}
table {
	width: 100%;
}

input[type=number]::-webkit-inner-spin-button,  
input[type=number]::-webkit-outer-spin-button {  
    -webkit-appearance: none;
}
#account-info {
	text-align: right;
	padding: 0.5%;
	background-color: #545b62;
	color: #ffffff;
}

.center {
	text-align: center;
}

.right_side {
	text-align: right;
}

.navbar-brand {
	height: 80%;
	padding: 0;
}

#head_block {
	height: 10%;
	background-color: #CCEEFF;
	width: 100%;
	z-index: 9999;
	display: flex;
}

#out {
	width: 20%;
	padding-right: 10px; 
	align-items:center;
	height: 80%;
	display: block;
	margin-top: 1%;
}

#user {
	float: right;
	padding: 5px;
	font-size: 20px;
	height: 80%;
	width: auto;
	border: 2px dashed #ffffff;
	border-radius: 5px;
	background-color: rgba(255, 255, 255, 0);
}

#logout {
	font-size: 1.;
	cursor: pointer;
	height: 100%;
}

#nav {
	height: 100%;
	width: 80%;
	padding: 0 10px;
	align-items: center;
	display: flex;
	background-color: rgba(255,255, 255, 0);
	border-bottom: none;
}
.nav_but {
	padding: 10px;
	width: auto;
	height: 80%;
	margin: 0px 10px;
}
#logo {
	background-color: #e9ecef;
	box-shadow: 0px 0px 12px rgba(100%, 100%, 100%, 0.5);
	border-radius: .3rem;
	height: 100%;
}
#CFS {
	border-color: #CCEEFF;
	height: 100%;
	overflow-y: scroll;
}
.col {
	font-size: 20px;
	margin: 4px 0;
}
#but {
	width: 100%;
	margin: 5px;
}
.red {
	color: red;
}
.card-header.row, .card-footer.text-muted{
	text-align: center;
	margin: 0px;
	background-color: #CCDDFF;
}
.card-header.row, .card-footer.text-muted, .card-body{
	box-sizing: border-box;
	border-right: 5px solid;
	border-left: 5px solid;
	border-bottom: 5px solid;
	border-color: #CCDDFF;
	border: none;
}
#WMS {
	border-color: #CCEEFF;
	height: 100%;
	padding: 0px;
}

#footer {
	background-color: #CCEEFF;
	position: fixed;
	width: 100%;
	height: 5%;
	bottom: 0;
	color: #343a40;
	text-align: center;
	float: bottom;
	padding: 10px 0 ;
}

#wait {
	background-color: rgba(0,0,0,0.4);
	z-index: 9999;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	text-align: center;
	position: fixed;
}

#wait_in {
	top: 40%;
	text-align: center;
	position: fixed;
	background-color: white;
	border-radius: 10px;
}

#WMS_card {
	height: 100%;
}

.right {
	width: 85%;
	margin: 0;
	float: right;
	text-align: center;
	padding: 10px;
	height: 100%;
	overflow-y: scroll;
}

.left {
	width: 15%;
	margin: 0;
	float: left;
	text-align: center;
	border-right: 5px solid;
	border-color: #CBEDFE;
	height: 100%;
	
}