/* estilos corporativos
-------------------------------------------------- */
/*IMAGENES*/
a.alpha-over img{
  filter:alpha(opacity=100);
  -moz-opacity: 1.0;
  opacity: 1.0;
  -khtml-opacity: 1.0;}
a.alpha-over:hover img{
    filter:alpha(opacity=50);
  -moz-opacity: 0.5;
  opacity: 0.5;
  -khtml-opacity: 0.5;}
  
/* FORM */
input{
    }   
.input-group {
  position: relative;
  display: table;
  border-collapse: separate;
  width:100%;
  margin:5px 0px 10px 0px;
}
.login-error {
    background-color:#FFF3E8;
    padding:20px 20px 20px 77px;
    color:#333;
    font-weight:bold;
    font-size:12px;
    border: 1px dotted #FB7700;
    margin-bottom:30px;
    background-image:url(/sites/all/themes/denodo/images/login-error.png);
    background-repeat:no-repeat;
    background-position: left;
}

.register-box{
    margin-top:50px;
    padding:40px;
    background-color:#ffffff;
    color:#666;
}

/* ESTILOS FORMULARIO */

.label {
    border-radius: 0;
}
/*BOTONES*/
button.active{
    color: #ffffff;
    background-color: #FF3333;
}
btn-default:hover, .btn-default:focus, .btn-default:active, .btn-default.active, .open .dropdown-toggle.btn-default {
    color: #333;
}
.btn-danger-results{
  color: #FFF;
  background-color: #ff3333;
  border-color: transparent;
  line-height:1;
  font-size:12px;
  text-align:left;
  padding:10px;
}
.btn-danger-results:hover,
.btn-danger-results:focus,
.btn-danger-results:active,
.btn-danger-results.active,
.open .dropdown-toggle.btn-danger-results {
  color: #ffffff;
  background-color: #d2322d;
  border-color: #ac2925;
}
.btn {
    border-radius: 0px;
}
  
 /* LINK + ICON */
a:hover,
a:focus {
  color: #2a6496;
  text-decoration: none;
}
/*TITULOS*/
h1, h2{
    color:#ff3333;
    display:block;
    font-size:29px;
    font-weight:bold;
    margin:10px 0px;
    }
h3{
      display:block;
      color:#666666;
      font-weight:bold;
      font-size:18px;
      margin:10px 0px;
    }
/* ESTILOS WEB CORPORATIVA
-------------------------------------------------- */
html,
body {
  height: 100%;
  margin-bottom:0px;
}
#wrap {
  min-height: 100%;
  height: auto;
  /* Pad bottom by footer height */
  padding: 0 0 60px;
}
header{
    background-color:#E0E0E0;
    padding:9px 40px;
    height:60px;
}
#wrap > .container {
    padding:40px 20px;
}
/* FOOTER */
#footer {
    padding:1px 0px 5px 0px;
    background-color: #474747;
    font-size:13px;
    margin-top:5px;
    margin-bottom:0px;
    text-align:center;
}
#footer ul{
    margin:10px auto;
    text-align:center;
}
#footer ul li{
    color:#FFFFFF;
    text-align:center;
    display:inline-block;
    border-right:1px solid #FFF;
    padding:0px 10px;}
#footer ul li:last-child{
    border-right:none;}
#footer ul li a{
    color:#eee;
    line-height:1.8;
    text-decoration:underline;
}
#footer > .container {
    padding-left: 15px;
    padding-right: 15px;
}

/* HEADER*/
.navbar-fixed-top > .container {
    padding:0px;
}


/* HEADER Y FOOTER */
#footer>li 
 {border-right: 1px solid #1C728E;}
#footer>li>a  {
    color:#1C728E;
    padding: 0px 10px;
    display: block;
    line-height:10px;
}

.form-control {
    display: block;
    width: 30%;
    height: 25px;
    padding: 3px 12px;
    font-size: 14px;
    line-height: 1.42857;
    color: #555;
    vertical-align: middle;
    background-color: #FFF;
    background-image: none;
    border: 1px solid #CCC;
    border-radius: 0px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
}
.margin-bottom {
    margin-bottom:20px;
    padding-bottom:20px;
    border-bottom:1px dotted #ccc;
}

@media (min-width: 768px) {
    .form-inline .form-group {
        display: inline-block;
        margin-bottom: 0;
        vertical-align: middle;
    }
    .form-inline .form-control {
        display: inline-block;
    }
    .form-inline select.form-control {
        width: auto;
    }
    .form-inline .radio,
    .form-inline .checkbox {
        display: inline-block;
        padding-left: 20PX;
        margin-top: 0;
        margin-bottom: 5px;
    }
    .form-inline .radio input[type="radio"],
    .form-inline .checkbox input[type="checkbox"] {
        float: none;
        margin-left: 0;
    }
    .block {
        display: block;
        font-weight:normal;
        width: 100%;
        padding-left:0px;
    }
    .no-padding-left{
        padding-left:0px;
        margin-top:15px;
        xborder-top: 1px dotted #CCC;
        padding-top:5px;
    }
}
.radio label, .checkbox label {
    display: inline;
    margin-bottom: 30px;
    font-weight: normal;
    cursor: pointer;
}

@media (max-width: 768px) {
  .register {
    min-width: 392px;
  }
}
@media (min-width: 768px) {
  .register {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .register {
    width: 770px;
  }
}

@media (min-width: 1200px) {
  .register{
    width: 970px;
  }
}
.spinner{
    margin-top:-100px;
    
}
.checkbox{
    margin-bottom:5px;
}
.input-group .form-control {
    width:70%;
}
.form-inline select.form-control {
    width: 70%;
}

.form-legal-terms {
    margin: 20px 0px;
}

.form-legal-terms input {
    position: relative;
    top: 2px;
    left: 2px; 
    margin: 0 5px 5px 0;
}