.hide {
    display: none;
}
.hot-pink{
	color: hotpink;
}
/*.footer {
    margin-left: 240px;
}*/
footer.footer {
    padding: .8rem;
}
.fixed-bottom {
    position: fixed;
    z-index: 1030;
    right: 0;
    bottom: 0;
    left: 0;
}

/*.btn-success {
    color: #fff;
    background-color: #c95f0a;
    border-color: #e77f1f;
}
.btn-success:hover {
    color: #fff;
    background-color: #0f106d;
    border-color: #0d0f6d;
}*/

/* ================================= */
/* ---------- Loader Css ----------- */
/* ================================= */
.loader {
    position: fixed;
    z-index: 110000;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    overflow: hidden;
    top: 0;
    bottom: 0;
	
}
.cssload-svg {
	position: absolute;
	transform: translate(-50%,-50%);
	left: 50%;
	top: 50%;
	overflow:hidden;
}
.cssload-svg img{
	width:auto;
	overflow:hidden;
}
.error {
    color: red;
    font-size: 13px!important;
}

button.btn.btn-secondary.buttons-csv.buttons-html5 {
    display: none;
}

.enlarged .content-page {
    margin-left: 0px!important;
}
.enlarged .logo-box {
    width: 0px!important;
    display: none;
}
.enlarged .left-side-menu {
    position: absolute;
    padding-top: 0;
    width: 70px!important;
    z-index: 5;
    display: none;
}
.enlarged .footer {
    left: 0px !important;
}