﻿@charset "UTF-8";
/* CSS Document */

.panel-wrapper {
    position: relative;
    padding: 0px 15px 0px;
    margin: 0 -15px 15px;
    border-color: #e5e5e5 #eee #eee;
    border-style: solid;
    border-width: 1px 0;
    -webkit-box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    box-shadow: inset 0 3px 6px rgba(0,0,0,.05);
    margin-right: 0;
    margin-left: 0;
    background-color: #fff;
    border-color: #ddd;
    border-width: 1px;
    border-radius: 4px 4px 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .panel-wrapper h1 {
        font-size: 28px;
        font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif"
    }

.table-wrapper {
    max-width: 100vw;
    max-height: 45vw;
    overflow-x: auto;
}

table {
    font-size: 12px;
}

.table-bordered thead th, .table-bordered thead td {
    border-bottom-width: 2px;
}

.table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6;
}

.table-bordered th, .table-bordered td {
    border: 1px solid #dee2e6;
}

.table th, .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6;
}

th {
    background-color: #1d6b7f;
    font-weight: normal;
    font-size: 14px;
    color: #ffffff;
}

    th a {
        color: #ffffff;
        text-decoration: underline;
    }

        th a:hover {
            color: #ffffff;
            text-decoration: none;
        }

.photoFileLink {
	float: right;
	margin-top: -35px;
}

.clear {
	clear: both;
}


.testClass {
    font-size: 28px;
    font-family: "Helvetica Neue", Helvetica, Arial, "sans-serif";
    color: red;
}

.hiddenBtn {
    display: none !important;

}

.table-responsive {
}
