﻿body {
    padding-bottom: 20px;
    background-color: #ffdd55;
}

a,
a.dropdown-item,
a.dropdown-toggle,
.btn:hover {
    text-decoration: none;
}

a {
    color: #0958cd;
}

.row {
    margin-top: 4px;
}

footer {
    padding-right: 15px;
    padding-left: 15px;
    margin-left: -12px;
    margin-right: 10px;
    position: absolute;
    bottom: 0px;
    background-color: #000;
    width: 96%;
}

textarea.form-control {
    height: 100px;
}

.container {
    background-color: #fff;
    height: 100%;
    max-width: 96%;
}

/* Set padding to keep content from hitting the edges */
.body-content {
    padding: 10px 15px 10px 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 {
    max-width: 280px;
}

.text-area {
    max-width: 400px;
    height: 150px;
}

.warning-text {
    clear: both;
    display: block;
    margin: 10px 0 0 10px;
}


.table thead > tr > th, .table tbody > tr > th, .table tfoot > tr > th, .table thead > tr > td, .table tbody > tr > td, .table tfoot > tr > td {
    padding: 2px;
}

.form-group {
    margin-bottom: 5px;
}

.form-control {
    height: 28px;
    padding: 3px 6px 6px 6px;
}

.form-select {
    height: 28px;
    padding: 0 6px 3px 6px;
}

dt {
    clear: both;
    float: left;
    margin-right: 15px;
    width: 25%;
}

.no-padding {
    padding: 0;
}

label {
    font-weight: normal;
}

input[type='checkbox'] {
    margin: 0;
}

hr, table, .pagination {
    margin-top: 10px;
    margin-bottom: 10px;
}

/*@media (max-width: 576px) {
    footer {
        width: 540px;
    }
}

@media (max-width: 768px) {
    footer {
        width: 720px;
    }
}

@media (min-width: 992px) {
    footer {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    footer {
        width: 1140px;
    }
}

@media (min-width: 1400px) {
    footer {
        width: 1320px;
    }
}*/

/*@media (min-width: 1500px) {
    footer {
        width: 1320px;
    }
}*/

/*@media (min-width: 1600px) {
    footer {
        width: 1520px;
    }
}

@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1520px;
    }
}*/

.navbar {
    min-height: 25px;
}

.navbar-inverse {
    border-color: #ffffff;
}

.nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}


    .navbar-inverse .navbar-nav > li > a:hover,
    .navbar-inverse .navbar-nav > li > a:focus {
        color: #080808;
        background-color: #ffffff;
    }

.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
    color: #ffffff;
    background-color: #080808;
}

.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
    color: #ffffff;
    text-decoration: none;
    background-color: #428bca;
}

.navbar-inverse .navbar-nav > .dropdown > a .caret {
    border-top-color: #ffffff;
    border-bottom-color: #ffffff;
}

.navbar-inverse .navbar-nav > .dropdown > a:hover .caret {
    border-top-color: #000000;
    border-bottom-color: #000000;
}

.navbar-inverse .navbar-nav > .open > a,
.navbar-inverse .navbar-nav > .open > a:hover,
.navbar-inverse .navbar-nav > .open > a:focus {
    color: #000000;
    background-color: #ffffff;
}

.dropdown:hover .dropdown-menu {
    display: block;
}


.tab {
    overflow: hidden;
    border: 1px solid #ccc;
    background-color: #f1f1f1;
}


    .tab button {
        background-color: inherit;
        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        transition: 0.3s;
        font-size: 17px;
    }


        .tab button:hover {
            background-color: #ddd;
        }


        .tab button.active {
            background-color: #ccc;
        }

.tabcontent {
    display: none;
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-top: none;
    height: 450px;
}

.uppercase {
    text-transform: uppercase;
}

.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
    background-color: #e0e0e0;
}

.divGrid table tbody {
    overflow-y: scroll;
}

.btn2 {
    display: inline-block;
    padding: 0 2px 0 2px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: normal;
    color: #fff;
    line-height: 1.428571429;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    background-color: #428bca;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
}

h7,
h8 {
    font-family: Calibri;
    font-weight: 500;
    line-height: 1.1;
    margin-top: 10px;
    margin-bottom: 10px;
}

h7 {
    font-size: 20px;
}

h8 {
    font-size: 16px;
}

.control-bold {
    font-weight: bold;
}

#loginForm {
    padding: 0 10px 0 10px;
    width: 500px;
    background-color: #f2efe9;
    border: 1px solid #bfbab0;
}

/*.dl-horizontal dd {
    margin-left: 140px;
}*/

.btn-default {
    border: solid 1px #000;
}

.btn-default:hover {
    background-color: #C0C0C0;
    color: #fff;
}

/*.btn-primary{
    color: #4874b5;
}*/

.btn-primary:hover {
    background-color: #006784;
}

div.datepicker {
    border: solid 1px #000 !important;
}

/*.dow {
    border-top: 1px solid #ddd !important;
}*/

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.428571429;
    text-decoration: none;
    background-color: #ffffff;
    border: 1px solid #dddddd;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    z-index: 2;
    color: #ffffff;
    cursor: default;
    background-color: #428bca;
    border-color: #428bca;
}
