﻿body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select,
textarea {
    max-width: 12000px; 
    padding-left: 0px;
    padding-right: 0px;
}

html {
    height: 100%
}



@media screen and (max-width: 750px) {

    .brand {
        position: absolute;
        left: 30%;
    }
}

.botonfb {
    background: url('../Content/FB.png') !important;
    width: 90%;
}


.botonGoogle {
    background: url('../Content/Google.png') !important;
    width: 90%;
}

.botonin {
    background: url('../Content/In.png') !important;
    width: 90%;
}

input {
    width: 100%;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

label {
    font-weight: bold !important;
    font-size: 18px !important;
}

/* Para la impresora */

@media screen {
  #printSection {
      display: none;
  }
}

@media print {
  body * {
    visibility:hidden;
  }
  #printSection, #printSection * {
    visibility:visible;
  }
  #printSection {
    position:absolute;
    left:0;
    top:0;
  }
}

/* Pone todo en la misma linea. 
*/

.inline-block {
    display: inline-block;
    width: 100%;
}

.inline-block p {
        float: left;
    }

