html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

.navbar-inverse {
    background-color: #3b3e46 !important;
    border-color: #3b3e46 !important;
}

.navbar-inverse .navbar-nav > li > a {
    color: #ffffff;
    font-weight: 800;
}

.navbar-inverse .navbar-nav > li >a :hover{
    color: #790000;
}

.navbar-inverse .navbar-nav > .active > a{
    color: #fff;
    background-color: #27282c !important;
}

.navbar-inverse .navbar-brand {
    color: #ffffff;
    font-weight: 900;
}

.breadcrumb{
    display: none;
}

.card {
    padding-top: 1%;
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2) !important;
    transition: 0.3s !important;
}

.card .card_header h1{
    font-size: 16px;
    padding: 5px;
    font-weight: 600;
    color: #fff;
    margin-top: 1px;
}

.card .card_header .card_button{
    padding: 5px;
    float: right;
    top:0;
}

/* Add some padding inside the card container */
.card .container {
padding: 2px 16px !important;
}

.btn-success {
    color: #fff;
    background-color: #3b3e46;
    border-color: #3b3e46;
}

.btn-success:hover {
    background-color: #3b3e46;
    border-color: #3b3e46;
}

.card_header{
    background-color: #790000;
    height: 32px;
}

.card_container{
    padding: 7px;
}

.card_container table thead th a{
    color: #790000;
}

.card_container table tbody tr td a{
    color: #3b3e46 !important;
}

.not-set{
    color: #3b3e46 !important;
}

.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: 8px; */
    line-height: 1.7;
    padding: 2px;
}

.form-control {
    display: block;
    width: 100%;
    height: 26px;
    padding: 0px 8px;
    font-size: 13px;
}

.pagination{
    float: right;
}

.card_container table > tbody > tr:hover > td, .card_container table > tbody > tr:hover > th {
    background-color: #ebeef2;
}

.card_container table > thead > tr > th, .card_container > tbody > tr > th, .card_container > tfoot > tr > th, .card_container table > thead > tr > td, .card_container table > tbody > tr > td, .card_container table > tfoot > tr > td {
    border-left: 0 !important;
    border-bottom: 0 !important;
    font-size: 13px !important;
    /* font-family: sans-serif; */
}
.summary{
    display: none;
}

.btn {
    background-color: #790000;
    color: #ffffff;
}

.btn_add {
    background-color: #3b3e46;
    color: #ffffff;
    padding: 0px 25px;
    font-weight: 600;
}

.btn:hover,
.btn:active{
    color: #ffffff;
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    z-index: -1;
    color: #fff;
    cursor: default;
    background-color: #790000;
    border-color: #790000;
}

.pagination > li > a{
    color: #3b3e46;
}

.wrap{
    min-height: 100% !important;
}

.footer{
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: #3b3e46;
    color: #ffffff;
    text-align: center;
}


@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.jumbotron h2{
    color: #790000;
    font-weight: 600;
}
