/*--- COMMON-COMPONENT-FIXES ---*/
body.page-profile {
	height:      auto;
}

.footer {
	margin-top: -10px;
}

.cke_chrome {
	border-top:    none !important;
	border-bottom: 1px solid #C0CCDA !important;
}
.form-control { height: calc(1.5em + 0.9375rem - 1px); }

.content-full-page {
	min-height: calc(100vh - 106px);
}
.d-table { display: table-cell !important; }
/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
	.d-sm-table { display: table-cell !important; }
}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {
	.d-md-table { display: table-cell !important; }
}

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.d-lg-table { display: table-cell !important; }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.d-xl-table { display: table-cell !important; }
}
/*--- !COMMON-COMPONENT-FIXES ---*/
