﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification\ 
for details on configuring this project to bundle and minify static web assets. */
body {
    padding-top: 50px;
    padding-bottom: 20px;
}

/* Wrapping element */
/* Set some basic padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/*START:CSS Code for the control that helps us to go back to the top of the page*/
#back-to-top {
    color: #f8f9fa;
    background-color: black;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}
/*END:CSS Code for the control that helps us to go back to the top of the page*/

/* Carousel */
.carousel-caption p {
    font-size: 20px;
    line-height: 1.4;
}

/* Make .svg files in the carousel display properly in older browsers */
.carousel-inner .item img[src$=".svg"] {
    width: 100%;
}

/* QR code generator */
#qrCode {
    margin: 15px;
}

/* Hide/rearrange for smaller screens */
@media screen and (max-width: 767px) {
    /* Hide captions */
    .carousel-caption {
        display: none;
    }
}

.footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 60px;
    background-color: #343A40;
}

    .footer > .cont {
        padding-left: 15px;
        padding-right: 15px;
    }

html {
    position: relative;
    min-height: 100%;
}

.form-border {
    border: 1px solid #bbb9b9;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
}

.custom-label {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.4285;
    color: #555;
}

.form-border-col_1 {
    border: 1px solid #bbb9b9;
    border-radius: 5px;
    padding-top: 30px;
    padding-bottom: 10px;
    padding-right: 10px;
    padding-left: 10px;
    width: 1050px;
}

.form-border-col_2 {
    border: 1px solid #bbb9b9;
    max-width: 17%;
    position: absolute;
    right: 280px;
    top: 200px;
}

.form-col_2 {
    max-width: 17%;
    position: absolute;
    right: 540px;
    top: 200px;
}

#cantRegistros {

 color:gray;
 float:right;
}

#frmListWorkers .form-control {
    line-height: 0;
}

.twitter-typeahead {
    width: 100%;
}

.personal_Img {
    width: 85%;
}
