﻿hr {
    margin:10px 0 10px 0;
}

.content {
     margin-top:10px;
     height:100%;
}

/* Modal Style */
#myModal .modal-content{
    background-color: rgba(0, 0, 0, 0.75);
}

#myModal .modal-header{
    color: white;
    border-bottom: none;
}

#myModal .modal-header .close{
    color: white;
    opacity: 1;
}

#myModal .modal-body{
    padding: 5px;
}

#ModalValidar .modal-header{
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

/***************/

/* Vertical Align Modals */
.modal {
  text-align: center;
  padding: 0!important;
}

.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}
/*************************/

/*pre-registro*/
/*.main {
    height: 80vh;
}*/
.jumbotron {
    color:#fff;
    background-color: rgba(0,0,0,0);
    padding: 0 !important;
    /*-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);*/
    margin-bottom: 0;
    border-bottom-left-radius: 6px;
    border-bottom-right-radius: 6px;
}
.jumbotron h3 {
    text-shadow: black 0.1em 0.1em 0.2em;
    float:right;
}
.jumbotron p {
    margin:0 0 0 10px;
    font-size:12px;
}

.group-input {
     margin-top: 10px;
}
.input-group-addon{
    color:#fff;
    background-color: rgba(0,0,0,.1);
    padding: 0 10px;
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
}
.input-group-addon img{
    width:25px;
}
input[name="apellidos"] {
    margin-top:15px;
}
.margin-p {
    margin:5px 0 5px 0 !important;
}
/*botones pre-registro*/
.btn-green {
  text-align:center;
  background-color: #00B285;
  color: #fff;
  height:34px;
}
.btn-green:hover {
    cursor:pointer;
    background-color: #00E1A9;
    color: #000;
}
.btn-green input{
    width:100%;
    height:100%;
    background: none;
    border: 0;
}
.btn-green div {
    padding-top:6px;
}
.fb {
    padding-top:5px;
    text-align:center;
    background-color:#3B5998;
    color:#fff;
    height:40px;
}
.fb:hover {
    cursor:pointer;
    background-color:#5879BE;
}
.fb img{
    height:32px;
    width:35px;
}
.fb span{
    margin-left:20px;
}
.form-horizontal {
    margin-left:auto;
    margin-right:auto;
}
/*Validos*/
.glyphicon {
    color:#000;
}
/*Errores*/
.error input {
      border-color: #b94a48;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.error input:focus {
      border-color: #953b39;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;
      -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),0 0 6px #d59392;
}
.control-group.error input {
      color: #b94a48;
}
@media(min-width: 768px) {
    /*.main {
        display: flex;
        align-items: flex-end;
    }*/
    .content {
        margin-top:0;
        height:90vh;
    }
    .fb span{
        margin-left:30px;
    }
    input[name="apellidos"] {
        margin-top:0;
    }
    
}

@media ( min-width: 992px ) and (max-height:768px) {
    .main {
        height:90vh;
    }
   
    
}