﻿.labeltextcolor{
    color: #8b7301;
    line-height: 25px;
    font-size: 16px;
    font-weight:700;
}
 table{
            font-size:14px; 
            text-transform:uppercase;
        }
        tr:nth-child(odd) { background-color: #fbfbfb;}

table thead:first-child tr { background-color: #8b7301; color: #fff; }

.category-posts ul li {
  padding: 8px 0;
  border-bottom: solid 1px #ededed;
  color: #5a5959;
  font-size: 14px;
}
/*@media only screen and (max-width: 40em) {
    thead th:not(:first-child) {
        display: none;
    }

    td, th {
        display: block;
    }

    td[data-th]:before  {
        content: attr(data-th);
    }
}*/
.card{
    border-radius:0;
    border:1px solid #8b7301;    
    margin-bottom:3rem
}
.card-header{
    font-size:16px;
    background-color:#8b7301;
    border-radius:0;
    color:#fff;
    border-color:#ddd;
    font-weight:700;
    line-height:1.5;
    text-transform:uppercase;
    margin:0
}
.card-header::after{
    display:block;
    clear:both;
    content:''
}
.card-header .card-edit{
    display:inline-block;
    float:right;
   
    color:#282d3b;
    font-weight:400;
    text-transform:capitalize;
    margin-top:.1rem
}
.card-body{
    padding:2rem 1.5rem;
    border-top:0;
    border-radius:0;
    min-height:135px
}
.card-body a{
    text-decoration:underline
}
.card-body h4{
    color:#8a8a8a;
    margin-bottom:.7rem
}
.label-warning {
    background-color: #FF5722;
}
.label-warning {
    border-color: #FF5722;
}
.label-success {
    background-color: #28a745;
}
.label-success {
    border-color: #28a745;
}
.label-danger {
    background-color: #dc3545;
}
.label-danger {
    border-color: #dc3545;
}
.label-primary {
    background-color: #007bff;
}
.label-primary {
    border-color: #007bff;
}
.label {
    display: inline-block;
    padding: 2px 5px 1px;
    line-height: 1.5384616;
    border: 1px solid transparent;
    border-radius: 2px;
    color:#FFF;
}
fieldset.box-border 
{
    border: 1px solid #8b7301;
    /*padding: 0 1.4em 1.4em 1.4em !important;*/
     padding: 6px 15px !important;
    margin: 0 0 0 0 !important;
    -webkit-box-shadow:  0px 0px 0px 0px #ddd;
            box-shadow:  0px 0px 0px 0px #ddd;
}

legend.box-border {
    width:auto; /* Or auto */
    padding:6px 10px; /* To give a bit of padding on the left and right */
    border-bottom:none;

    font-size: 12px !important;
    font-weight: bold !important;
    text-align: left !important;
    background:#8b7301;
    color:#fff;
    margin-bottom: 20px !important;

}
