﻿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: 280px;
}
.modal-section {
    border: dashed 1px #ccc;
    padding: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
}
.jumbotron {
    padding: 2rem;
}
.overlay-container, .overlay-container_click {
    position: absolute;
    width: 100%;
    height: 100%;
}

.overlay {
    position: absolute;
    opacity: 1;
    background-color: #fff;
    z-index: 999;
    height: 100%;
    width: 100%;
    display: block;
}

    .overlay i {
        animation: fa-spin 2s infinite linear;
        font-size: 5em;
    }
.progress {
    position: relative;
    z-index: 9999;
    top: 5%;
}
.loading-text {
    position: relative;
    z-index: 99999;
    animation: blinker 1s linear infinite;
    margin-left: 10px;
    top: 1%;
}
input[type=checkbox]
{
    /* Double-sized Checkboxes */
    -ms-transform: scale(2); /* IE */
    -moz-transform: scale(2); /* FF */
    -webkit-transform: scale(2); /* Safari and Chrome */
    -o-transform: scale(2); /* Opera */
    padding: 10px;
}