.header, .footer {
	display: none;
}

.actionList {
	background-color: #918a2f;
}

.detailHeader {
	background-color: #C4BC4F;
}


.detailHeader h1, .detailHeader h2 {
	color: black;
}

.tooltipster-sidetip .tooltipster-box {
    background: #918a2f;
    border: 2px solid #918a2f;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border, .tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
    border-top-color: #918a2f;
}

.tooltipster-sidetip .tooltipster-content {
	color: white;
}

.mfp-content {
	vertical-align: top;
}

.mfp-arrow {
	top: 5%;
}

.detailHeader {
	margin-top: 20px;
}

button, input[type="button"], input[type="submit"], button:hover, input[type="button"]:hover, input[type="submit"]:hover {
	background-color: #c4bc4f;
	color: black;
	border-radius: 5px;
}

.sweet-alert {
	top: 5%!important;
}

.loading-screen {
    width: 100%;
    height: 100%;
    position: absolute;
    background: #ebe8de;
    z-index: 100;
    text-align: center;
    /* vertical-align: middle; */
}

.loading-screen-text {
    top: 50%;
    transform: translateY(-50%);
    position: relative;
}