#moduleTest {
	width: 100%;
    /* background-color: #edeef0; */
    float: left;
}

#moduleTest div.wrapper {
	max-width: 890px;
	margin: auto;
	overflow: hidden;
}

div.wrapper p {
	font: 14px arial,sans-serif;
	color: #000;
	margin-left: 20px;
	margin-top: 20px;
}

.middle
{
	border-right: 250px solid transparent;
    position: relative;
}

.middle:after {
    display: table;
    clear: both;
    content: '';
}

.leftSide {
	float: right;
    margin-right: -250px;
    width: 250px;
    position: relative;
}

#dataExamen {
    max-width: 1000px;
    margin-left: 2px;
}

.list-group-item.success,
.list-group-item.success:hover,
.list-group-item.success:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

.list-group-item.warning,
.list-group-item.warning:hover,
.list-group-item.warning:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #d9534f;
	border-color: #d43f3a;
}

#panelTest .next {
	z-index: 2;
	color: #fff;
	background-color: #428bca;
	border-color: #428bca;
	text-align: center;
}

.btn-group-my > .btn {
	padding: 4px 9.3px;
	margin-left: 2px;
}

.disc img {	
	max-height: 40px;
    width: auto;
}

.imageQuest {
    width: 100%;
    margin-top: 5px;
    border-radius: 6px;
    max-width: 560px;
    display: flex;
    margin: auto;
    cursor: zoom-in;
}

#table-theme {
    width: 360px;
}

.billetFix {
	width: auto !important;
}

#timer:hover {
	cursor:pointer;
}

.input-group-addon { 
	font-size: 90% !important;
	font-weight: bold;
	padding: 6px 6px;
    color: var(--text-gray2);
    background-color: var(--s-bg);
    border: 1px solid #ccc;
    border-radius: 4px;
}

#ticketView .input-group .label-success,
#ticketView .input-group .label-danger {
	color: #fff;
	font-weight: 400;
}

#ticketView {
	padding-top: 5px;	
}

.bg-info {
	background-color: #5bc0de;
	color: #fff;
}

.bg-info:hover {
    background-color: #31b0d5;
}

#panelRightInput {
	padding-top: 5px;
	padding-bottom: 5px;
	cursor:pointer;
}

#questList {
	max-height: 411px;
}

#questList.list-group {
	margin-bottom: 0px;
}

#rightBlock {
	margin-top: 5px;
}


/*
#questList {
	max-height: 402px;
	overflow-y: scroll;
	border: 1px solid #ddd;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	border-radius: 4px;	
}

#questList .list-group-item {
	margin-bottom: 0px;
	border-top: 0px;
	border-left:0px;
	border-bottom: 1px solid #ddd;
	border-right:0px;
}

#questList .list-group-item:last-child {
	border: 0px;
}*/

#endDiv h3 {
	margin-top: 0px; 
}


#questList p {
    position: relative;
    display: block;
    padding: 10px 15px;
    /* background-color: #fff; */
    /* border: 1px solid #ddd; */
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;

}

@media (min-width: 1100px) {
}

@media (max-width: 1100px) {
}

@media (max-width: 280px) {
  .input-group-addon, .input-group-btn, .input-group .form-control {
  	display: block;
  	width: auto;
  	clear: both;
  }

  .input-group {
  	position: relative;
  	display: block;
  	border-collapse: separate;
  }
}