body {
    background-color: #;
}

input:focus {
    background-color: rgba(233, 245, 252, 1) !important
}

header {
    /*background-image: url(https://tiendainnjoo.es/wp-content/uploads/2015/10/banner1.jpg);*/
    padding-top: 20px;
    margin-right: 0px;
    margin-top: 0px;
}

.row-logo {
    height: 100px;
    padding: 15px 0;
}

#logo.row-logo {
    padding:15px 0;
}

#logo img{
    height:100px;
}
.row-subheader {
    background-color: #203a76;
    color: #fff;
    margin-top: 50px;
}

.row-subheader  h2 {
    margin: 25px 0px;
    padding: 10px 0;
    font-family: "Open Sans", Arial, Tahoma, sans-serif;
    font-size: 30px;
    line-height: 25px;
    font-weight: 400;
    letter-spacing: 0px;
}

.lbl_imei span {
    font-weight: 100;
    font-style: italic;
}

main {
    color: #203a76;
}

main button {
    background-color: #203a76 !important;
    color: #ffffff !important;
    padding: 10px !important;
}

main a {
    color: #203a76 !important;
}

#iconoExito {
    margin: 10px 0;
    padding: 20px 20px;
    background-color: rgba(119,221,126,.4);
    font-size: 22px;
    width: 100%;
}

#iconoAviso {
    margin: 10px 0;
    padding: 20px 20px;
    background-color: rgba(0,0,0,.03);
    font-size: 16px;
}

form h3 {
	font-weight: bold;
    color: #203a76 ;
}

footer .widgets_wrapper {
  /*  background: url(https://tiendainnjoo.es/wp-content/uploads/2015/10/linea-footer.png) no-repeat center 10px;*/
    padding: 30px 0;
}

footer .copyright {
    padding-top: 30px;
}

footer .innjoo_text {
    margin-top: 20px;
}

textarea {
  resize: vertical;
}

#contenedorBtnAnadirProducto {
    text-align: center;
    margin-bottom: 52px;
}

#respuesta .contenido {
    border: 1px solid #F44336;
    padding: 10px 15px;
    margin-bottom: 25px;
}

#respuesta.success .contenido {
    border-color: #3c763d;
    background-color: #DFF0D8;
    color: #3c763d;
}


#respuesta .contenido ul{
    list-style: none;
    padding-left: 10px;
    margin-bottom: 0px;
}

#respuesta.success .contenido ul{
    list-style: none;
    padding-left: 10px;
    margin-bottom: 0px;
}

#loader {
    display: none; 
    margin-left: 5px; 
    font-size: 100%;
}

.hidden {
    display: none;
}

.visible {
    display: block;
}

.right {
    text-align: right;
}

.no_line {
    margin: 0 auto 30px;
}

.justify {
    font-size:9px;
    line-height: 12px;
    text-align:justify;
}

.box-gracias{
    padding: 50px; margin-top:20px;  margin-bottom:20px; border:1px solid; border-radius: 10px;
}

.box-gracias .btn{
    background-color: #203a76;
    border-color: #203a76;
    color: #fff !important;
}

.btn-use {
    width: 150px;
    height: 30px;
    margin-top: 5px;
    padding: inherit !important;
}

#code_result {
    padding: 9px 20px 0;
}