@charset "utf-8";
/* CSS Document */

.main-footer {
	padding:30px 0;
	background-color:#dcd3d3;
	position:fixed;
	bottom:0px;
	width:100%;
	z-index: 9900;
}
.footer-text .copyright {
	display:block;
}
.languages-flags {
	display:inline-block;
}
.languages-flags ul {
	list-style: none;
	margin:0px;
	padding:0px;
}
.languages-flags li {
	display:inline-block;
	margin-left:4px;
	margin-right:4px;
}
.languages-flags li:first-child {
	margin-left:0px;
}
.footer-inner {
	padding:0px 30px;
}
.dash-lower {
	background-color:#2c304d;
	padding:12px;
	color:#FFF;
	text-align:center;
}
pre.code {
	padding:25px;
	background-color:#f7f7f7;
}
.announcement-container form,
.note_title form {
	display:inline-block;
}
.announcement-container {
	background-color:#FFF;
	padding:25px;
	border:1px solid #ededed;
	border-radius:12px;
	margin-top:15px;
	margin-bottom:15px;
}
.announcement-container p:last-child {
	margin-bottom:0px;
}
#cropContaineroutput {
    width: 200px;
    height: 200px;
    position: relative;
    border: 1px solid #CCC;
}
.table .td-actions button i {
	background:transparent;
	color:rgba(52,40,104,.4);
	font-size:1.6rem;
	padding:.5rem;
	border-radius:50%;
	transition:all 0.4s ease;
}
.table .td-actions button i.edit:hover,
.table .td-actions button i.more:hover {
	background:rgba(52,40,104,.8);
	color:#fff;
}
.table .td-actions button i.delete:hover {
	background:#e76c90;
	color:#fff;
}
.inlineblockform {
	display:inline-block;
	margin-left:6px;
	margin-right:6px;
}