
@font-face {
    font-family: 'Helvetica Neue LT Std 45 Light';
    font-style: normal;
    font-weight: normal;
    src: local('Helvetica Neue LT Std 45 Light'), 
    url('../fuente/HelveticaNeueLTStd Lt.woff') 
    format('woff');
}

body {
    height: 100%;
    width: 100%;
    background-color: gray;
    font-family: "Helvetica Neue LT Std 45 Light";
    letter-spacing: 1px;
    font-size: 12px;
}
.registro {
    width: 100%;

    font-family: "Helvetica Neue LT Std 45 Light";
    letter-spacing: 1px;
    font-size: 12px;
    text-align: center;
}

.panel-login {
    position:fixed;
    top: 50%;
    left: 50%;
    width:300px;
    height:400px;
    margin-top: -200px;
    margin-left: -150px;
    background-color: white;
    border-top: 6px solid #f60;
    border-bottom: 2px solid #f60;
    border-right: 1px solid #888;
    border-left: 1px solid #888;    
}
.panel-login.registro {
    width: 700px;
    position: relative;
    margin: 20px auto;
    left: auto;
    top: auto;
    height: auto;
}
.panel-login-solapa {
    float: right;
    background-color: #f60;
    color: white;
    padding: 2px 10px 5px;
}
.panel-login-logo {
    margin-top: 20px;
    margin-bottom: 0px;
    text-align: center;
}
.panel-login-logo img {
    width: 100%;
}
.panel-login.registro .panel-login-logo {
    text-align: left;
    margin-top: 10px
}
.panel-login.registro .panel-login-logo img {
    width: 40%;
}
.panel-login.registro .panel-login-logo img {
    width: 300px;
    margin-left: 20px;
}
.panel-login .texto-info {
    margin: -15px 15px 15px;
    text-align: justify;
}

.panel-login .form-horizontal .form-group {
    padding: 0 10px;
    margin: 0px;
    height: 28px;
    margin-bottom: 10px;
    text-align: center;
}

.panel-login .panel-login-forumulario {
    margin-top: 35px;
}
.panel-login.registro .panel-login-forumulario {
    margin-top: 10px;
}
.panel-login .form-horizontal .form-group.botones {
    text-align: center;
    margin-top: 20px;
}
.panel-login .form-horizontal .form-group label {
    width: 90px ;
    text-align: right ;
    padding-right: 5px ;
    margin-bottom: 0px ;
    float: left ;
    padding-top: 6px ;
}
.panel-login .form-horizontal .form-group .input-group {
    width: 95%;
    display: inline-table;
}

.panel-login .form-horizontal .form-group input, .panel-login .form-horizontal .form-group .input-group-addon {
    border-radius: 0;
    padding: 3px 5px;
    height: auto;
    border: 1px solid rgba(255, 102, 1, 0.5019607843137255);
    height: 28px;
    font-size: 12px;
}
.panel-login .form-horizontal .form-group .input-group-addon {
    border-left: none;
    background-color: rgba(255, 102, 1, 0.88);
    color: white;
    width: 28px;
    font-size: 16px;
}

.panel-login .form-horizontal button.boton-accion, .panel-login .form-horizontal button.boton-accion:active, 
.panel-login .form-horizontal button.boton-accion:visited, .panel-login .form-horizontal button.boton-accion:focus {
    color: white;
    font-size: 12px;
    padding: 5px 12px;
    min-width: 115px;
    letter-spacing: 1px;
    min-height: 30px;
    border-style: none;
    border: none;
}
.boton-accion i, .boton-normal i {
    font-size: 16px;
    margin-right: 5px;
}
.boton-accion {
    background-color: #ff6601;
}
.boton-accion:hover {
    background-color: black;
}

.panel-login .panel-login-pie {
    position: absolute;
    bottom: 10px;
    text-align: center;
    width:300px;
}
.panel-login .panel-login-pie.registro {
    width:700px;
}
.panel-login .panel-login-pie div {
    display: inline-block;
}
.panel-login .panel-login-pie div:nth-child(2) {
    margin-left: 20px;
}

.panel-login a.enlace-con-icono {
    color: #ff6601;
    text-decoration: none;
    cursor: pointer;
}
.panel-login a:hover, .panel-login a:focus {
    color: #ff6601;
    text-decoration: underline;
}
.panel-login a.enlace-con-icono:hover i.fa {
    color: black;
}

/* FORM */
.form-horizontal .form-group {
    margin-left: 0px;
    margin-right: 0px;
}
.form-control {
    font-size: 12px;
}
.btn, .dropdown-menu, .form-control, .input-group-addon, .pager li>a, button, input, option, select, textarea, .select-orange {
    border-radius: 0;
    padding: 3px 5px;
    height: auto;
    border: 1px solid rgba(255, 102, 1, 0.5019607843137255);
}
#id_formulario_registro .form-group
{
    width: 100%;
    margin-bottom: 5px;
}
#id_formulario_registro .form-control
{
    display: inline-block;
}
#id_formulario_registro .bootstrap-select.form-control
{
    padding: 2px 0px 1px;
}
#id_formulario_registro .container:nth-child(2) label,#container_1 label
{
    width: auto ;
    min-width: 70px ;
    text-align: left ;
}
#id_formulario_registro .container:nth-child(4) label,#container_2 label
{
    width: auto ;
    min-width: 90px ;
    text-align: left ;
}
#id_formulario_registro .container:nth-child(6) label,#container_3 label
{
    width: auto ;
    min-width: 220px ;
    text-align: left ;
}



input:active, input:focus, 
option:focus, option:active, 
select:focus, select:active, 
textarea:focus, textarea:active,
.form-group .bootstrap-select.btn-group.open,
.form-control:focus {
    border-color: #f60;
    outline: 0;
   -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #f60; 
   box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px #f60; 
}

.cabecera-login-registro {
    background-color: #f6f6f6;
    border-bottom: #ff6601;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    color: #888;
    padding: 5px 10px 5px 5px;
    margin-top: 5px;
    margin: 10px 15px 20px;
    font-size: 16px;
    text-align: left;
}

/* FORMATO DE LOS SELECT */
.select-ajustado {
    width: auto !important;
    padding: 5px 5px;
    height: auto;
    border-color: #ff6601 !important;
}
.form-group .bootstrap-select.btn-group, .form-horizontal .bootstrap-select.btn-group, .form-inline .bootstrap-select.btn-group {
    border: 1px solid rgba(255, 102, 1, 0.5019607843137255);
}   
.open>.dropdown-toggle.btn-default .caret,
.open>.dropdown-toggle.btn-default .bs-caret,
.bootstrap-select.btn-group .dropdown-toggle .caret {
    color: #f60;
}
.bootstrap-select.btn-group .dropdown-menu.inner {
    background-color: white;
    border: 1px solid #f60;
}
.bootstrap-select.btn-group.open .dropdown-menu>li>a {
    color: #333;
}
.bootstrap-select.btn-group.open .dropdown-toggle {
    box-shadow: none;
    -webkit-box-shadow: none;
}
.bootstrap-select.btn-group .dropdown-menu li a {
    padding-top: 2px !important;
    padding-bottom: 1px !important;
}
.bootstrap-select .btn-default:hover {
    background-color: white;
}
.bootstrap-select.open>.dropdown-toggle.btn-default {
    background-color: initial;
    border-color: inherit;
}
.bootstrap-select .dropdown-toggle:focus {
    background-color: white;
}
.bootstrap-select.form-control:not([class*="col-"]) {
    width: auto;
}

/* BOTON ACCION y BOTON NORMAL */
.btn {
    font-size: 12px;
    border: none;
}
.btn-group.open .dropdown-menu {
    font-size: 12px;
    background-color: #888;   
    border: none;
    padding: 0px;
    margin-top: -1px;
}
.boton-accion, .boton-accion:active, .boton-accion:visited, .boton-accion:focus,
.boton-normal, .boton-normal:active, .boton-normal:visited, .boton-normal:focus {
    color: white;
    font-size: 12px;
    padding: 5px 12px;
    min-width: 115px;
    letter-spacing: 1px;
    min-height: 30px;
}
.boton-accion i, .boton-normal i,
.btn-group.open ul.dropdown-menu a i {
    font-size: 16px;
    margin-right: 5px;
}
.boton-accion {
    background-color: #ff6601;
}
.boton-normal {
    background-color: black;
}
.boton-normal:hover {
    background-color: #ff6601;
    color: white;
}
.boton-accion:hover,
.dropdown-toggle-accion:hover,
.btn-group.open .dropdown-menu>li>a:hover {
    background-color: black;
    color: white;
}
.dropdown-toggle-accion {
    background-color: #ff6601;
    color: white;
    padding: 6px 5px 6px;
    border-left: 1px solid #888;
    min-height: 30px;
}

.btn-group.open .dropdown-menu>li>a {
    color: white;
    padding: 6px 10px 4px;
    margin: 0px;
}

#registro-aplicaciones li {
    display:inline;
    list-style: none;
}
#registro-aplicaciones li:not(:nth-child(1)){
    margin-left: 25px;
}
#registro-aplicaciones label {
    padding: 0px 0px 5px;
}

.errorRegistro{
border: 1px solid red !important;
box-shadow: 0 0 10px red !important;
text-align: center;

line-height: 20px;
}
#id_formulario_registro .container {

 padding-top: 0px;

padding-bottom: 0px;

}

