﻿body {
    /*padding-top: 100px;*/
    padding-bottom: 20px;
    font-size: 12px;
    font-family: Arial;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/
.dl-horizontal dt {
    white-space: normal;
}

/* Set width on the form input elements since they're 100% wide by default */
input,
select, textarea {
    max-width: 400px;
}

textarea{
    width :100% !important;
    border:none !important;
}

label, span, a, p {
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}

button {
    border-bottom-color: none !important;
    border-top-color: none !important;
    border-left-color: none !important;
    border-right-color: none !important;
}

button:focus {
    outline: 0;
}

button:active {
    outline: none;
    border: none;
}

.btn {
    height: 30px;
    font-size: 12px;
    font-weight: bold;
    font-family: Arial;
}

.btn-default{
    background-color:#ab1032;
    color:white;
}

.form-control, .custom-file, .custom-file-input, .custom-file-label, table {
    border: 0px !important;
    border-radius: 0px !important;
    font-size: 12px;
    height: 30px !important;
    font-family: Arial;
    width:100%;
}

.custom-file-label::after {
    border: 1px solid #ced4da !important;
    height: 30px;
}

table > thead {
    background-color:white;
}

.jumbotron{
    padding-top:10px;
}