﻿.header-text {
    margin-top: 20px;
}

img .logo {
    filter: drop-shadow(100px 5px 5px #222);
}

.m-t-xs {
    margin-top: 5px;
}

.m-t-sm {
    margin-top: 10px;
}

.m-t-s {
    margin-top: 15px;
}

.m-t {
    margin-top: 35px;
}

.m-t-lg {
    margin-top: 70px;
}

.m-b-xs {
    margin-bottom: 5px;
}

.m-b-sm {
    margin-bottom: 10px;
}

.m-b {
    margin-bottom: 35px;
}

.m-b-s {
    margin-bottom: 15px;
}

.m-b-none {
    margin-bottom: 0px;
}

.h-25 {
    min-height: 25px;
}

.h-50 {
    min-height: 50px;
}

.h-100 {
    min-height: 100px;
}

.h-150 {
    min-height: 150px;
}

.h-200 {
    min-height: 200px;
}

.h-300 {
    min-height: 300px;
}

.h-400 {
    min-height: 400px;
}

.h-500 {
    min-height: 500px;
}

.h-600 {
    min-height: 600px;
}

.text-justify {
    text-align: justify;
}

.results-list table tr td {
    border-top: none;
    border-bottom: 1px solid #e7eaec;
    padding: 10px 10px;
    font-size: 1.5em;
    vertical-align: middle;
}

.view-title {
    background-image: url('../img/banner.jpg');
    background-position: center; /* Center the image */
    background-repeat: no-repeat; /* Do not repeat the image */
    /*border-bottom: 1px dashed #ddd;*/
    color: #fff;
    padding: 0 10px;
    text-align: right;
}

.support-section-list {
    
}

.support-section-list-title {
    background-color: #999;
    font-weight: bold;
    padding: 2px;
}

.support-section-list .row {
    border-bottom: 1px dashed #ddd;
    padding: 5px;
}

.support-section-list a {
    color: #cc0000;
    font-weight: bold;
}

.support-section-title {
    background-color: #a81e22;
    color: #fff;
    font-weight: bold;
    padding: 2px;
}

.support-item-list {
    
}

    .support-item-list a {
        color: #337ab7;
        font-weight: bold;
    }

.support-item {
    border-bottom: 1px dashed #ddd;
    padding: 5px;
}

.section-title {
    border-bottom: 1px dashed #ddd;
    padding: 0 10px;
}

.section-content {
    padding: 10px;
}

.sub-list {
    border-bottom: thin solid #ccc;
    font-size: 0.9em;
    padding: 10px 0;
}

.button-bar {
    padding: 10px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.descriptions {
    font-size: 0.8em;
}

.print-header {
    display: none;
}

.form-error {
    font-size: 0.8em;
    font-weight: bold;
}

.highlight {
    color: #cc0000;
    font-weight: bold;
}

.page-content a {
    color: #0000ee;
}
    
.page-content a:hover {
    text-decoration: underline;
}
