/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 26/01/2018, 11:21:04 AM
    Author     : José Luis Anaya Calvete
*/

.has-error > .control-label{
    color: #545454 !important
}

.has-error > .control-label > .required-tag{
    color: #a94442 !important
}

input, textarea{
    text-transform: uppercase;
}

.has-success > .control-label{
    color: #545454 !important
}

.has-success > .control-label > .required-tag{
    color: #545454
}

.has-success .form-control{
    border-color: inherit ;
}

.has-success .form-control:focus{
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.form-control:focus {
    border-color: #66afe9;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}

.has-success  .radio  label{
    color: #545454
}

.has-error  .radio  label{
    color: #545454
}

.box-simple.inverted{
    background-color: #3c3c3c;
    color: #fff;
    position: relative;
    border-radius: 3px;
    display: block;
    width: 100%;
}

.box-simple{
    position: fixed;
    display: block;
    width: 100%;
    padding: 26px;
    margin-top: 0;
    margin-bottom: 0;
    height: 98px;
    font-size: 18px;
    font-family: 'Open Sans', 'Helvetica Neue', Helvetica, Arial, sans-serif;
    font-weight: 300;
}

.vinculo-primario {
    color: rgb(74, 144, 226) !important;
    font-weight: 500 !important;
}

.ui-widget {
    font-size: 1em;
}

a.vinculo-primario:hover {
    color: #1122cc !important;
    text-decoration: none !important;
}

a {
    background-color: transparent;
    color: #12C;
}

.autobreak-word-table{
    table-layout: fixed;
    word-wrap: break-word;
}

.form-error{
    color: #D0021B !important;
    font-weight: 300;
    font-size: 77%;
}

.span_paso{
    background-color: rgb(79,129,189);
    border: solid rgb(79,98,40) 4px !important;
    border-radius: 5px;
    text-align: center;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.boton_azul{
    border: 3px solid rgb(79,98,40);
    background-color: rgb(79,129,189);
    color: white;
    padding: 5px;
}

.texto_azul{
    background-color: rgb(79,129,189);
    border: 3px solid rgb(79,98,40);
    padding: 10px;
    text-align: center;
    color: white;
}