﻿/* Modal Header */
.modal-header {
    padding: 2px 16px;
    background-color: #0094ff;
    color: white;
}

/* Modal Body */
.modal-body {
    padding: 2px 16px;
}

/* Modal Footer */
.modal-footer {
    padding: 2px 16px;
    background-color: #0094ff;
    color: white;
}

/* Modal Content */
.modal-content {
    position: relative;
    background-color: #fefefe;
    margin: auto;
    padding: 0;
    border: 1px solid #888;
    width: 80%;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
    animation-name: animatetop;
    animation-duration: 0.4s
}

/* Add Animation */
@keyframes animatetop {
    from {
        top: -300px;
        opacity: 0
    }

    to {
        top: 0;
        opacity: 1
    }
}
.form-group {
    margin-bottom: .2rem;
}
label {
    margin-bottom: .1rem;
}
p {
    margin-bottom: .1rem;
    font-size:80%;
}
hr {
    margin-top: .2rem;
    margin-bottom: .2rem;
}

.input-file {
    padding: .175rem .375rem;
    font-size: .75rem;
}
.delimiter {
    height:1px; 
    color:gray; 
    width:100%;
    margin-top:0;
    margin-bottom:0;
}
.backgroundImage {
    background: url(../L1_landscape.jpg) no-repeat !important;
    background-size: 50%;
    background-position: center;
    background-repeat: no-repeat;
    height: 100%;
}
.backgroundImage2 {
    background-image: url(../L1_landscape.jpg);
    background-repeat: no-repeat;
    padding-top: 100px;
    background-size: cover;
    margin-bottom: 60px;
}
/*body {
    background: url(../L1_landscapeV2.jpg) no-repeat !important;
    background-size: 70%;
    background-position: center;
    background-repeat: no-repeat;
   
}*/
/*.btn-xs, .btn-group-xs > .btn {
    height: 25px;
    width:25px;
}*/
