.input-group span{
	cursor: pointer;
}

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;
}

button.answerText.success,
button.answerText.success:hover,
button.answerText.success:focus {
	z-index: 2;
	color: #ffffff;
	background-color: #5cb85c;
	border-color: #4cae4c;
}

button.answerText.warning,
button.answerText.warning:hover,
button.answerText.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 {
	max-width:100%;
    
}

#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;
}

#ticketView .input-group .label-success,
#ticketView .input-group .label-danger {
	color: #fff;
	font-weight: 400;
}

#ticketView {
	padding-top: 5px;	
}

#ticketView p {
	display: inline-block;
    width: 100%;
	margin-left: 0px;
	font-size: 20px;
}

.bg-info {
	background-color: #337ab7;
	color: #fff;
}

.bg-info:hover {
    background-color: #235d91;
}

#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: 1025px) {
}

@media (max-width: 1100px) {
}

@media (max-width: 480px) {
  .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;
  }
}

#answer .btn {
	white-space:normal;
}

.quest-text-mark {
	font-size: 20px;
    text-align: center;
}

.quest-chart {
	margin-left: -15px;
}

.quest-martk {
	text-align:center;	
}

.quest-list .quest-end-header {
	padding: 12px;    
    color: #fff;
    cursor: pointer;
    font-size: 17px;
    margin-bottom: 10px;	
}

.quest-list .wrong {
	background: #EA6A34;
}

.quest-list .correct {
	background: #58A819;
}  

.quest-list .end-info {
	display:none;
	margin-bottom: 12px;
}

.quest-list .end-image {
	text-align: center;
}

.quest-list .end-image img {
	max-width: 100%;
}

.btn-warning {
    color: #fff !important; 
    background-color: #f0ad4e !important;
    border-color: #eea236 !important;
}
.quest-block {
	min-height: 530px;
}

h1 {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}