﻿th, td {
    white-space: nowrap;
}

input.Date {
    text-align: center;
}

@media (min-width: 768px) {
    .form-inline .bootstrap-select.form-control:not([class*="col-"]) {
        width: 100px;
    }

    #UjpnetUserID {
        width: 100px;
    }
}

#header-content {
    position: relative;
    margin: 0 auto;
    background-image: url(img/header.png);
    background-position: center center;
    font-size: 12px;
    /*height: 160px;
    padding: 33px;*/
    height: 94px;
    padding: 33px 0;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

    #header-content .cert-table {
        font-weight: bold;
        position: absolute;
        right: 15px;
        top: 33px;
    }

#header-links {
    position: absolute;
    bottom: 0;
    right: 0;
}

#main-content {
    margin-top: 20px;
    margin-bottom: 20px;
}

    #main-content .cert-table {
        margin: 20px;
    }


.cert-table td {
    padding-right: 10px;
}

#footer-content {
    position: relative;
    background-image: url(img/footer.png);
    background-repeat: repeat-x;
    padding: 25px;
    min-height: 265px;
}

    #footer-content .row {
        margin-bottom: 20px;
    }

    #footer-content .clearfix {
        position: absolute;
        bottom: 25px;
        left: 25px;
        right: 25px;
    }

#fileupload-progress {
    margin-top: 7px;
    margin-bottom: 0;
    position: relative;
}

#fileupload-filenames {
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fileinput-button {
    position: relative;
    overflow: hidden;
}

    .fileinput-button input {
        position: absolute;
        top: 0;
        right: 0;
        margin: 0;
        opacity: 0;
        -ms-filter: 'alpha(opacity=0)';
        font-size: 200px;
        direction: ltr;
        cursor: pointer;
    }

.ovd-jumbotron {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    text-align: center;
}

.ovd-jumbotron h2 {
    background-color: #bdbdbd;
    padding: 15px;
}

.ovd-jumbotron .btn-lg {
    width: 150px;
}

.vertical-line {
    border: 1px solid #bdbdbd;
    width: 0px;
    height: 170px;
    margin: 0 auto;
}
