/* Login Page */ 
img.login-logo {
    margin-bottom: 3rem;
}

button.btn.btn-primary.btn-lg.btn-block {
    width: 100%;
}

label.login-remember {
    margin-left: 10px;
}

.login-bg {
    background-color: #f1f1f1;
}

.dashboard-display {
	text-align: center;
}

a.add-button {
	float: right;
	margin-left: 8px;
}

p.text-muted {
	margin-bottom: 0px;
}

h5.card-display {
    text-align: center;
}

span.container_category {
    font-style: italic;
    font-weight: bold;
	color: black;
}

form.remove-item {
    margin-left: 10px;
}

a.manage-item {
    margin-left: 10px;
}

td.checked-out {
    color: #c30000 !important;
}

td.checked-in {
    color: #4caf50 !important;
}

th.minwidth100 {
    min-width: 100px;
}

th.minwidth150 {
    min-width: 150px;
}

th.minwidth90 {
    min-width: 90px;
}

th.minwidth50 {
    min-width: 50px;
}

td.manage-recycle {
    display: flex;
	min-height: 42px;
}

.alert.alert-warning {
    padding: 15px !important;
}

.card-update {
    min-height: 151px;
}

p.display-header {
    font-size: 22px;
    text-align: center;
    font-weight: 600;
    margin: 0px;
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1;
}

th.attribute-name {
    width: 100px;
}

th.attribute-manage {
    width: 80px;
    text-align: center !important;
}

th.settings-right {
    text-align: center !important;
    width: 110px;
}

td.settings-right {
    text-align: center !important;
    width: 110px;
}

input#inputRackName:read-only {
    background-color: #ededed;
}

button.areaCommand {
    width: 85px;
}

.col-12.settings-areanames {
    display: flex
;
}

.col-3.settings-areanames-button {
    text-align: center;
}