.images-answer-margin-bottom {
	margin-bottom: 34px;
}

.hover-eyes-mouths:hover {
	border-radius: 7px 7px 7px 7px;
	-moz-border-radius: 7px 7px 7px 7px;
	-webkit-border-radius: 7px 7px 7px 7px;
	border: 10px solid #a5d8f5;
	padding: 1px !important;
}

.text-align-center {
    text-align: center;
}

.text-align-right {
    text-align: right;
}

.text-align-left {
    text-align: left;
}

.inline-block-auto {
    display: inline-block !important;
    margin: 0 auto;
}


.createButton .radio {
    background: #47b3e1;
    max-width: 186px;
    width: 100%;
    text-align: center;
    border: 0;
    color: #fff !important;
    text-decoration: none;
    text-shadow: none;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    -webkit-transition: .15s;
    -moz-transition: .15s;
    -o-transition: .15s;
    transition: .15s;
    -webkit-backface-visibility: hidden;
    box-shadow: inset 0 -5px 0 rgba(70,70,70,0.4);
    line-height: 17px;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.createButton .radio label {
   	color: #fff;
   	font-family: Josefin Slab!important;
    font-weight: bold!important;
    font-size: 20px!important;
}

.createButton .radio input{
    display: none;
}

#webcam video, .img-enviar-foto{
    width: 320px !important;
    height: 240px !important;
}


.tryAgain {
    width: initial !important;
    padding: 4px 12px !important;
}


#timerAndButton{
    line-height: 4;
}

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


.marco1{ 
   margin: 1%;
   border: 3px solid #ffffff;
   border-radius: 4px;
   box-sizing: border-box;
}
.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;}