/* GLOBALS */
.ta-c {
	text-align: center;
}
.mb-20 {
	margin-bottom: 20px;
}

.validation-errors {
	margin-bottom: 20px;
}
.validation-errors li {
	display: inline-block;
	color: #FF0000;
}

/* SIDE-BAR */
.sidebar .logopanel h1 a {
    background: none;
    color: #fff;
}


/* LOGIN PAGE */


/* HOLD TIGHT */
.hold-tight-overlay {
    position: absolute;
    z-index: 999999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    display: block;
}
.hold-tight-container {
    position: relative;
    z-index: 9999999;
    top: 50%;
    left: 50%;
    width: 250px;
    height: 100px;
    background: #fff;
    margin-left: -125px;
    margin-top: -150px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-radius: 6px;
    display: block;
}
.hold-tight-container > .message {
    margin: 10px;
    text-align: center;
}
.form-label-bold label {
    font-weight: bold;
}


/* UNLEASHED OVERLAY */
.unleashed-overlay {
	position: absolute;
    z-index: 999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .7;
    display: block;
}
.unleashed-overlay-container {
	padding: 15px;
    position: relative;
	z-index: 9999;
    top: 50%;
    left: 50%;
    width: 350px;
    height: 200px;
    background: #fff;
    margin-left: -175px;
    margin-top: -150px;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    border-radius: 6px;
    display: block;
    overflow: auto;
}


.DTTT_button_xls,
.DTTT_button_csv,
.DTTT_button_pdf {
    display: none !important;
}
