.errorMsg{
	color:red;
}

.status-closed{
	background:red;
	color:#fff; 
}

.status-open{
	background:green ;
	color:#fff; 
}

.status-Inprogress{
	background:yellow;
	color:#fff; 
}

.status-delete{
	background:red;
	color:#fff; 
}

.form-required {
	color: red;
}

.active {
	background: #fff;
    color: #2176bd;
}

.custom-dropdown-symbol {
    font-weight: bold;
	float: right;
	position: absolute;
	padding-left: 5px;
}

.ckeditor-text {
	word-break: break-all;
    white-space: normal;
}

/** css to remove table from ckeditor **/
.cke_button.cke_button__table {
	display: none;
}

.quiz-images {
	max-height: 25% !important; max-width:25% !important;
}

.quiz-images-superadmin {
	max-height: 25% !important; max-width:30% !important;
}

.quiz-tooltip-text {
	text-decoration: none;
	color: #576271;
}

.quizimage {
	margin: auto;
	display: block;
	width: 70%;
  }

.quiz-zoom-button {
	color:#fff;
	padding: 5;
	border: none;
	background: none;
	font-size: 20px;
}  

.quiz-p{
	margin-top: 1%;
     margin-right: 4%;
     position:absolute;
     top:0;
     right:0;
	 z-index: 1;
}
.quiz-image-icon {
	color:#fff;
}
.quiz-text {
	word-break: break-word;
	width: 140px;
}
.th-action {
	text-align:center;
}
.noDecoration, a:link, a:visited {
	text-decoration: none;
}
/**** class for image rotation ***/

.north {
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* IE 9 */
	-webkit-transform:rotate(0deg); /* Safari and Chrome */
}
.west {
transform:rotate(90deg);
-ms-transform:rotate(90deg); /* IE 9 */
-webkit-transform:rotate(90deg); /* Safari and Chrome */
}
.south {
transform:rotate(180deg);
-ms-transform:rotate(180deg); /* IE 9 */
-webkit-transform:rotate(180deg); /* Safari and Chrome */
	
}
.east {
transform:rotate(270deg);
-ms-transform:rotate(270deg); /* IE 9 */
-webkit-transform:rotate(270deg); /* Safari and Chrome */
}
	