#

body > * {
    margin-top: 0;
}
.header {

    padding-left: 2em;
    padding-top: 0.5em;
    color: white;
    height: 2em;

    font-style: normal;
    font-variant-ligatures: normal;
    font-variant-caps: normal;
    font-variant-numeric: normal;
    font-weight: 700;
    font-stretch: normal;
    font-size: 1.5em;
    line-height: 26px;
    font-family: "Trebuchet MS", Trebuchet, Arial, sans-serif;
    background: rgba(76,76,76,1);
    background: -moz-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(89,89,89,1) 1%, rgba(44,44,44,1) 9%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(76,76,76,1)), color-stop(0%, rgba(102,102,102,1)), color-stop(0%, rgba(71,71,71,1)), color-stop(1%, rgba(89,89,89,1)), color-stop(9%, rgba(44,44,44,1)), color-stop(51%, rgba(0,0,0,1)), color-stop(60%, rgba(17,17,17,1)), color-stop(76%, rgba(43,43,43,1)), color-stop(91%, rgba(28,28,28,1)), color-stop(100%, rgba(19,19,19,1)));
    background: -webkit-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(89,89,89,1) 1%, rgba(44,44,44,1) 9%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -o-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(89,89,89,1) 1%, rgba(44,44,44,1) 9%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: -ms-linear-gradient(top, rgba(76,76,76,1) 0%, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(89,89,89,1) 1%, rgba(44,44,44,1) 9%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    background: linear-gradient(to bottom, rgba(76,76,76,1) 0%, rgba(102,102,102,1) 0%, rgba(71,71,71,1) 0%, rgba(89,89,89,1) 1%, rgba(44,44,44,1) 9%, rgba(0,0,0,1) 51%, rgba(17,17,17,1) 60%, rgba(43,43,43,1) 76%, rgba(28,28,28,1) 91%, rgba(19,19,19,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4c4c4c', endColorstr='#131313', GradientType=0 );
}


.tablelabel {
  text-align: right;
  padding-right: 0.75em;
}

.tablebutton {
  text-align: right;
  padding-right: 0.75em;
  padding-top: 10px;
}

.tableerror {
    color: red;
    padding-left: 0.50em;
}

.tablepicker {
  text-align: right;
  padding-left: 1.0em;
  padding-right: 0.75em;
}


.login {
    margin-left: 1.50em;
}

.tabs {
    width: 95%;
    display: inline-block;
    margin-left: 10px;
    margin-right: 30px;
    vertical-align: top;
}

.tabs-1 .tab-links {
    margin: 0;
    padding: 0;
    border: 1px solid #CCC;
    border-bottom: 1px solid #868686;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    height: 35px;
    position: relative;
    top: 5px;
}

.tabs-1 .tab-link {
    padding: 0 15px;
    cursor: pointer;
    border: 1px solid transparent;
    display: inline-block;
    position: relative;
    height: 40px;
    line-height: 41px;
    top: -6px;
    left: -1px;
}

.tabs-1 .tab-link-active {
    font-weight: bold;
    border: 1px solid #868686;
    border-bottom: 1px solid white;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: white;
}

.tabs-1 .content {
    padding: 15px;
    border: 1px solid #868686;
    border-top: 1px solid transparent;
}

.tabs-1 .tabContent: {}

#reportBackButton {
    float: right;
    position: relative;
    top: -32px;
}

#reportDatePicker {
    padding-top: 1.0em;
    padding-bottom: 1.0em;
}

.blue-button {
    background-color: #008CBA; /* Blue */
    border: none;
    color: white;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.red-button {
    background-color: #f44336; /* Red */
    border: none;
    color: white;
    padding: 8px 30px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
}
.savemessage {
    padding-left: 0.75em;
    font-style: italic;
}

.familydelete {
    float: right;
    padding-right: 10px;
    margin-top: -35px;
}
.signatureMessage {
    float: right;
    padding-right: 10px;
    margin-top: 3px;
}
.signatureMessageExpired {
    float: right;
    color: red;
    font-weight: bold;
    padding-right: 10px;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 3px;
    margin-left: 5px;
    border-style: solid;
    border-width: 2px;
    border-radius: 5px;
}
