﻿
/* Set widths on the form inputs since otherwise they're 100% wide */
/*input,
select{
    max-width: 280px;
}*/


textarea {
    max-width: 100%;
}




/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
    .jumbotron {
        margin-top: 20px;
    }
    .body-content {
        padding: 0;
    }
}



.vertical-alignment-helper 
{ 
    display:table; 
    height: 100%; 
    width: 100%; 
    pointer-events:none; 
} 

.vertical-align-center 
{
    display: table-cell; 
    vertical-align: middle; 
    pointer-events:none; 

} 
.modal-content 
{ 
    width:inherit; 
    height:inherit; 
    margin: 0 auto; 

}


.fileUpload {
    position: relative;
    overflow: hidden;
    margin: 10px;
}
.fileUpload input.upload {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    padding: 0;
    font-size: 20px;
    cursor: pointer;
    opacity: 0;
    filter: alpha(opacity=0);
}

