body{
	color: #666;
}

img {
	max-width: 100%;
}

.moonen_warning{
	border: 1px solid #f00;
	border-radius: 4px;
	margin-bottom: 10px;
	color: #f00;
	padding: 4px;
	background-color: #ffc4c5;	/*#ff8eae*/
	display: none;
}

.form-signin{
	max-width: 330px;
	padding: 15px;
	margin: 0 auto;
}
.form-signin input[type="email"]{
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}
.form-signin input[type="password"]{
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}
.btn.btn-moonen{
	background-color: #fbdf3d;
    border-color: #fbdf3d;
    color: #666;
}
.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
	background-color: #fbdf3d;
    color: #666;	
}
.panel-primary {
    border-color: #fbdf3d;
}
.panel-primary > .panel-heading {
	background-color: #fbdf3d;
    border-color: #fbdf3d;
    color: #666;	
}
.hint{
	position: absolute;
	width: 180px;
	padding: 15px;
	margin-top: -5px;
	margin-left: 20px;
	background-color: #fffb8c;
	border: solid 1px #d4d4d4;
	border-radius: 4px;	
}
/* grey border */
.triangle-border.left::before {
    border-color: transparent #d4d4d4;
    border-width: 8px 12px 8px 0;
    bottom: auto;
    left: -12px;
    top: 7px;
}
.triangle-border::before {
    border-color: #d4d4d4 transparent;
    border-style: solid;
    border-width: 2px 2px 0;
    bottom: -20px;
    content: "";
    display: block;
    left: 40px;
    position: absolute;
    width: 0;
}
/* yellow part of arrow */
.triangle-border.left::after {
    border-color: transparent #fffb8c;
    border-width: 7px 12px 7px 0;
    bottom: auto;
    left: -11px;
    top: 8px;
}
.triangle-border::after {
    border-color: #fffb8c transparent;
    border-style: solid;
    border-width: 13px 13px 0;
    bottom: -13px;
    content: "";
    display: block;
    left: 47px;
    position: absolute;
    width: 0;
}
.hints.triangle-border.left{
	position:relative;
	padding:15px;
	margin:1em 0 3em;
	margin-left:30px;
	border:5px solid #5a8f00;
	color:#333;
	background:#fffb8c;
	/* css3 */
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	border-radius:10px;
}

#footer{
	clear: both;
	width: 100%;
	background-color: #fafafa;
	color: #777;
	border: 1px solid #d4d4d4;
	position: fixed;
	bottom: 0px;
	padding: 10px;
	overflow: visible;
	left: 0;
	font-size: 10px;
	z-index: 100;
}

/************/
/*** MIAS ***/
/************/
.alternative{
	display: none;	
}

/**************/
/*** WEBEDI ***/
/**************/
.line-above{
	border-top: 1px solid #666;
	margin-top: 10px;
	padding-top: 10px;
}
.line-below{
	border-bottom: 1px solid #666;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.corrected{
	text-decoration: line-through;
	opacity: 0.5;
}
.change{
	color: #f00;
	background-color: #fbdf3d;
	border: 2px solid #fbdf3d;
	border-radius: 4px;
	padding: 4px;
	width: 100%;
	font-size: 24px;
	text-align: center;
}

/***************/
/*** POPOVER ***/
/***************/
.popover{
	background-color: #dff0d8;
}
.popover.right > .arrow::after{
	border-right-color: #dff0d8;
}


.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #777;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.loader {
	border: 4px solid #f3f3f3; /* Light grey */
	border-top: 4px solid #3498db; /* Blue */
	border-radius: 50%;
	width: 2em;
	height: 2em;
	animation: spin 2s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}


@media (min-width:1024px){
	.modal-xl{width:95%;}
	.modal-xl .modal-body{max-height:95%;}
}

#fsc {
	font-size: 12px;
	margin: 20px 0;
	opacity: 0.8;
	transition: 0.15s ease opacity;
}

#home-fsc-text:hover {
	opacity: 1;
}