html {
	background-color: rgb(241, 242, 246);
}

body{
	background-color: rgb(241, 242, 246);
	position: static !important;
}

button i.glyphicon::before {
    padding-right: 5px;
}


.scrollToTop {
	padding: 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	font-weight: bold;
	color: #444;
	text-decoration: none;
	position: fixed;
	bottom: 50px;
	right: 40px;
	display: none;
	color: #fff;
	border-radius: 5px;
}

.scrollToTop:hover {
	text-decoration: none;
}

.fullscrn{
	padding: 10px;
	text-align: center;
	background: rgba(0, 0, 0, 0.4);
	color: #444;
	font-size: 18px;
	text-decoration: none;
	position: fixed;
	top: 40px;
	right: 40px;
	color: #fff;
	border-radius: 5px;
	cursor: pointer;
}

#Answer li, #Question li, #option li {
    font-size: 17px !important;
    font-weight: 100 !important;
}

.highlightEffectOnce {
    -webkit-animation: myEffect 1s infinite;
    animation: myEffect 1s;
}

.highlightEffectInfinite{
	-webkit-animation: myEffect 1s infinite;
    animation: myEffect 1s infinite;
}

@-webkit-keyframes myEffect {
    0%   {box-shadow: 0px 0px 0px #00f;}
    50%  {box-shadow: 0px 0px 10px #00f;}
    100% {box-shadow: 0px 0px 0px #00f;}
}

@keyframes myEffect {
   	0%   {box-shadow: 0px 0px 0px #00f;}
    50%  {box-shadow: 0px 0px 10px #00f;}
    100% {box-shadow: 0px 0px 0px #00f;}
}

.fullscrn:hover {
	text-decoration: none;
}

.custom-btn {
	margin-top: 4px;
	background-color: #0767ad !important;
	border: none;
	font-size: 16px;
}

.custom-btn:hover {
	background-color: #023A5C !important;
}

.custom-btn:disabled {
	background-color: #999 !important;
}

.custom-btn-group-style {
	background-color: #17AB13 ;
}

.custom-btn-group-style:hover {
	background-color: #003300;
	border-color:  #003300;
	btn-primary
}

.custom-feedback-style {
	background-color: #0d9cd0;
	color: #fff;
}
.custom-btn-group button {
	border: 0px solid;
	border-right: 2px solid #fff;
}

.custom-btn-group button:last-child {
	border-right: 0px;
}

.custom-modal-header {
	background-color: rgb(255, 221, 115);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 6px 20px;
}

.custom-modal-header .close {
	font-size: 40px;
	line-height: 35px;
	opacity: 0.5;
}

.custom-modal-header .close:hover {
	opacity: 0.8;
}

.custom-modal-header h4 {
	font-weight: bold;
	font-size: 22px;
}

.custom-panel{
	margin-bottom: 5px;
}

.custom-panel:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}
.custom-panel h5{
	margin: 5px 0px;
	float: left;
}

.example-title{
	font-weight: bold;
	margin-top: 15px;
  	margin-bottom: 7px;
  	font-size: 18px;
}

#sortable :first-Child {
  text-transform: capitalize;
}

#hider {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0px;
	left: 0px;
	background-color: rgb(255, 255, 255);
}

.custom-progress {
	height: 24px;
	background-color: #fff;
	margin: 6px 0px 10px 0px;
}

.custom-progress-bar {
	background-color: #04bd4c;
	padding-top: 2px;
}


.custom-modal-header {
	background-color: rgb(255, 221, 115);
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding: 6px 20px;
}

.custom-modal-header .close {
	font-size: 40px;
	line-height: 35px;
	opacity: 0.5;
}

.custom-modal-header .close:hover {
	opacity: 0.8;
}

.custom-modal-header h4 {
	font-weight: bold;
	font-size: 22px;
}

.custom-panel:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
}

.custom-container {
	min-width: 1000px;
}


.btn-warning:focus {
    background-color: #003300;
  border-color: #003300;
}