* {
    margin: 0;
}

html, body {
    height: 100%;
   /* background-image: url("/images/top-left.png");
    background-repeat: repeat;*/
}

.wrapper {
    min-height: 100%;
    height: 100%;
    margin: 0 auto -155px; /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
    height: 155px; /* .push must be the same height as .footer */
}


body {
    background-color: #EEEEEE;
    color: #A21119;
    min-width: 1290px;
}

header {

}


table.dataTable tbody tr.odd, table.dataTable tbody tr.even {
    background-color: #cab0b1;
}


.tab2 {
    background: #AEADAD;
    width: 200px;
    height: 40px;
    padding-top: 9px;
    text-align: center;
    font-size: 14px;
    color: white;
    margin-left: 10px;
    margin-top: 2px;
    cursor: pointer;
    border: none;
    text-transform: uppercase;
}

.tab {
    background: #A21119;
    border: none;
    font-size: 14px;
    width: 200px;
    height: 40px;
    padding-top: 9px;
    text-align: center;
    color: white;
    margin-left: 10px;
    text-transform: uppercase;
}

.tab-container{
    display: inline-flex;
    border-bottom: 2px solid #A21119;
    margin-bottom: 5px;
    width: 100%;

}

.hidden {
    display: none;
}

.cursor-pointer {
    cursor: pointer;
}

.action-butttons-margin-right {
    margin-right: 5px;
}

.app-header {
    width: 100%;
    height: 100px;
    overflow-y: hidden;
}

button, input[type="button"], input[type="submit"] {
    background-color: #AEADAD !important;
    color: white;
    height: 40px !important;
    padding-top: 8px !important;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    vertical-align: center;
}

button.btn-no-backgroung, input[type="button"].btn-no-backgroung,  input[type="submit"].btn-no-backgroung {

}

.required {
    color: #9E102C;
    font-weight: bold;
    font-family: sans-serif;
    font-size: 13px;
    vertical-align: middle;
}

.footer {
    padding-top: 3em;
}

#search_results table th {
    font-weight: bold;
}

#search_results table td, #search_results table th {
    color: black !important;
    border: 1px solid #ddd;
}

#search_results table.dataTable {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    margin: 0 auto;
    clear: both;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
    min-width: 0em;
    padding: 0em;
    margin-left: 0px;
    border: none;
    top: 50%;
}

.dataTables_wrapper .dataTables_processing {
    height: 62px;
    background-color: #A8A8A8; /*#A21119;*/
}

/*
.footer {
    position : absolute;
    bottom : 0;
    left : 0;
    right : 0;
    text-align: center;
    color: #A21119;
    height: 30px;
}
*/

.main {

}

.jumbotron .spacer-bottom {
    margin-bottom: 2em;
}


.panel-header {
    background: -webkit-linear-gradient(top, #AEADAD 0, #AEADAD 100%);
    background: -moz-linear-gradient(top, #AEADAD 0, #AEADAD 100%);
    background: -o-linear-gradient(top, #AEADAD 0, #AEADAD 100%);
    background: linear-gradient(to bottom, #AEADAD 0, #AEADAD 100%);
    background-repeat: repeat-x;
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#AEADAD, endColorstr=#AEADAD, GradientType=0);
}


.panel-header .panel-title {
    color: #A21119 /*!important*/;
    font-weight: bold;
    text-transform: uppercase;

}

.panel-header, .panel-body {
    border-color: #AEADAD !important;
}


.form-field-bottom-space {
    margin-bottom: 10px;
}
