html,
body {
	font-size:10pt;
    font-family: "Arial";
    height:100%;
    //color: #155724;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    color: #fff;
    text-decoration: none;
    background-color: #0b5a0c;
    outline: 0;
}



.footer{
	 bottom: 0px;
    height: 100px;
    
     position: relative;
    width: 100%;
}
.navbar-default {
    background-color: #155724;
    //border-color: #e7e7e7;
}
.navbar-default  .navbar-nav > li > a {
    //color: #155724;
    color: #fff;
    font-weight:bold;
}
.navbar-default  .navbar-nav > li > a:hover,.navbar-default  .navbar-nav > li > a:focus{
    color: #e2b900;
}
.navbar-default .navbar-brand {
    color: #fff;
    font-weight:bold;
}
.navbar-default .navbar-brand:hover, .navbar-default .navbar-brand:focus {
    color: #e2b900;
}

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

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {
    color: #000000;
    background-color: #e2b900;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
    color: #000000;
    background-color: #e2b900;
}



.navbar-default .btn-link {
    color: #fff;
    font-weight: bold;
}

.wrap > .container {
    padding: 70px 15px 20px;
    background-color: #FFF;
    
}

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

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

.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;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
     .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
    .navbar-default .navbar-nav .open .dropdown-menu > .active > a, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus {
        color: #000;
        background-color: #e2b900;
    }
}

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

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

div.required label:after {
    content: " *";
    color: #e13431;
}
.form-control{
    border-radius: 4px;
    color: darkgreen;
    //background-color: #e8e8e8;
}
.btn{
    border-radius: 4px;
}


.card {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid rgba(0,0,0,.125);
    border-radius: .25rem;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.card-title {
    margin-bottom: .75rem;
}

.card-footer:last-child {
    border-radius: 0 0 calc(.25rem - 1px) calc(.25rem - 1px);
}

.card-footer {
    padding: .75rem 1.25rem;
    background-color: rgba(0,0,0,.03);
    border-top: 1px solid rgba(0,0,0,.125);
}


.wrap {
   
    background-color: #DDD;
}
.breadcrumb {
    
    background-color: #d9edf7;
    
}

.footer {

    background-color: #4e4e4e;
    color: white;
}

.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: 4px;
    vertical-align: middle;
    
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #155724;
    color: white;
}

thead {
   background:#d0d0d0; 
   color: black;
}
 thead > tr > th >a {
    color: black;
 }
 thead > tr > th >a:hover, thead > tr > th >a:focus {
    color: #155724;
 }

 .btn-success {
   
    background-color: #155724;
   
}
 .btn-success:hover, .btn-success:focus {
   
    background-color: #e2b900;
    color:#155724;
   
}

.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {

    background-color: #155724;
    border-color: #155724;
}
.wrap > .container {
    
    min-height: 95vh;
}

