.orgnote {
	border: 1px solid #0a7900;
    padding: 10px;
    margin-bottom: 15px;
}
.orgnote i {
	float: right;
	margin: 5px;
}
.icon-refresh.icon-spin {
    display: inline-block;
    animation: spin 1s infinite linear;
    -webkit-animation: spin 1s infinite linear; /* For older WebKit browsers */
    
    /* Initial position */
    margin-left: 0;
    transition: margin-left 0.3s ease-in-out; /* Smooth slide effect */
}

.icon-refresh.icon-spin.active {
    margin-left: 10px; /* Move to the right */
}

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

@-webkit-keyframes spin { /* For older WebKit browsers */
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

.flag {
	font-weight: bold;
}
#flaginfo {
	display: inline;
	margin-left: 5px;
}
.popover .popover-title {
	display: none;
}
.registered {
	font-size: 36px;
	color: #0A7900;
}
#login {
	font-size: 26px;
	color: #0A7900;
	border-bottom: 1px solid #0A7900;
	line-height: 40px;
}

.blue {
	background-color: #d9edf7 !important;
}
.blue:hover {
	background-color: #A4C0CE !important;
}
.red {
	background-color: #f2dede !important;
}
.red:hover {
	background-color: #DD7C7B !important;
}

#usermenu .element {
	padding: 5px;
	background-color: #dff0d8;
	/*border-radius: 4px;*/
	transition: background-color 0.5s;
	color: #000;
	cursor: pointer;
}

#usermenu .element:hover {
	background-color: #ADC5A3; /*#0A7900;*/
	/*color: #fff;*/
}
#usermenu .element.active {
	background-color: #B2BCC5 !important;
}
#usermenu .element i {
	margin-top: 0px;
}
#usermenu a:hover {
	text-decoration: none;
}
#filespreviewwrapper {
	display: none;
	border: 1px solid #DDD;
}
#filespreview {
	max-height: 800px;
	overflow: scroll;
}
.alert-nocolor {
	color: #000;
	background-color: #fff;
	border: 2px solid #ddd;
}
.auditarea {
	margin-top: 15px;
}
.auditarea input {
	margin-top: 0px;
}
.questionbox {
	border: 1px solid #0A7900;
	padding: 10px;
	margin-bottom: 25px;
}
.questionbox .description {
	font-size: 15px;
}
.questionbox .answertitle {
	font-size: 1rem;
}
.questiontitle {
	color: #0A7900;
	font-weight: bold;
	padding: 3px;
	font-size: 1.1rem;
	margin: 5px 0 10px;
}
.indent-10 {
	margin-top: 0px;
	margin-left: 10px;
}
.questionbox textarea {
	width: 95%;
	height: 100px;
	font-size: 15px;
}
.questionbox .answertitle {
	color: #0A7900;
	margin-top: 15px;
}
.questionbox .savearea {
	width: 15px;
	display: inline-block;
}
.questionbox .savearea img {
	display: none;
}
.questionbox  td {
	vertical-align: top;
}
.questionbox  .saved,.edited {
	display: none;
}
.questionbox  .description {
	font-style: italic;
	border: 1px solid #ddd;
	margin: 10px;
	padding: 5px;
}
.questionbox .well {
	background-color: #fff;
}