.css-boton-description{	
	float: left; 
	margin-right: 52px;
}
#answers{
	
}
#answers input,
#answers select
{
	max-width:90%
}
#answers .control-group{
	margin-bottom: 0
}

#answers .hidden{
	display: none;
}
#answers .row-fluid{
	margin-bottom: 5px;
}

.margin-button-add {
	margin-left: 30px !important;
}

.form-validator-stack.help-inline .required{
  color: #b50303;
}

.width-question{	
  width: 50px;
}
	
.width-question-video{	
	width: 87px;
}

.text-answer .control-group.form-inline{
	margin-bottom: 0
}

.show-check {
    opacity: 1 !important;
}

.vertical-align-middle {
    vertical-align: middle !important;
}

.emotional_button {
	float:right;
	margin-right: 30%;
}

.teory_button {
	margin-left: 30%;
}

.div_button_leading {
	position: relative;
}

.form-container {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f0efef;
}


#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}



/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}
	
.form-container {
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #f0efef;
}
	
.btn-bold{
	font-weight: bold !important;
}

fieldset.scheduler-border {
    border: 1px groove #ddd !important;
    padding: 0 1em 1.4em 1em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}
    
legend.scheduler-border {
    font-size: 16px;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
    margin-bottom: 15px !important;
}
.btn-top{
	vertical-align: top !important;
}
	
input {
  -webkit-box-sizing: content-box !important;
     -moz-box-sizing: content-box !important;
          box-sizing: content-box !important;
}
select {
  -webkit-box-sizing: border-box !important;
     -moz-box-sizing: border-box !important;
          box-sizing: border-box !important;
}

.breadcrumb > li + li:before {
  content: "" !important;
  padding: 0 !important;
}
.collapse{display:block !important;}