
html, body,.table,form,.btn,.form-control,.form-group,.panel-group,.panel-title{
    font-size: 13px ;
}
.form-control{
    border: 1px solid #ddd;
    font-size: 12px ;
    border-radius: 0px;
    height: 30px;
    box-shadow:none;
}
.btn{
    padding: 5px 10px;
    border-radius: 0px;

}
.btn-xs{
    padding: 1px 5px;
}
.table-bordered>thead>tr>td, .table-bordered>thead>tr>th{
    border-bottom-width:inherit; 
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th{
    padding: 5px;
    line-height: inherit;
    vertical-align: middle;
}

.container{

    padding-left: 0px;
    padding-right: 0px;
    margin-top: 15px;
    width: 100%;
}
/** The Magic **/
.btn-breadcrumb .btn:not(:last-child):after {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid white;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    left: 100%;
    z-index: 3;
}
.btn-breadcrumb .btn:not(:last-child):before {
    content: " ";
    display: block;
    width: 0;
    height: 0;
    border-top: 17px solid transparent;
    border-bottom: 17px solid transparent;
    border-left: 10px solid rgb(173, 173, 173);
    position: absolute;
    top: 50%;
    margin-top: -17px;
    margin-left: 1px;
    left: 100%;
    z-index: 3;
}

/** The Spacing **/
.btn-breadcrumb .btn {
    padding:6px 12px 6px 24px;
    margin-top: 5px;
    margin-bottom: 5px;
}
.btn-breadcrumb .btn:first-child {
    padding:6px 6px 6px 10px;
}
.btn-breadcrumb .btn:last-child {
    padding:6px 18px 6px 24px;
}

/** Default button **/
.btn-breadcrumb .btn.btn-default:not(:last-child):after {
    border-left: 10px solid #fff;
}
.btn-breadcrumb .btn.btn-default:not(:last-child):before {
    border-left: 10px solid #ccc;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):after {
    border-left: 10px solid #e6e6e6;
}
.btn-breadcrumb .btn.btn-default:hover:not(:last-child):before {
    border-left: 10px solid #e6e6e6;
}
.btn-breadcrumb .btn.btn-default:hover,.btn-breadcrumb .actives
{
    border-color: #ccc;
}

.btn-breadcrumb .actives:not(:last-child):after {
    border-left: 10px solid #e6e6e6 !important;
}
.btn-breadcrumb .actives {
    background-color: #e6e6e6 !important;
}
.btn-breadcrumb .actives:not(:last-child):before {
    border-left: 10px solid #e6e6e6 !important;
}
.nopadding{
    padding-left: 0px;
    padding-right: 0px;
}
.panel-heading{
    padding: 7px 7px;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}
.panel-body {
    padding: 8px;
}
hr{
    margin-top: 0px;
    margin-bottom: 5px;
}
.table_list thead th{
    background-color: #eee; 
}
.table_list td{
    background-color: #f9f9f9; 
}


.header{
    padding-top: 15px;
    padding-bottom: 15px;
    
    margin-bottom: 5px;
    color: #fff
}
.header a{
    color:#fff;
}
.footerbar{
    padding-top: 15px;padding-bottom: 15px;
}
.btn-primary{
    color: #fff;
    background-color: #00a3e3;
    border-color: #00a3e3;
    text-transform: uppercase
}
.container{
    background: #fff;
    border: 5px solid #00a3e3;
}
.modal-backdrop{
    background-color:transparent; 
}

.label-primary{
    text-transform: uppercase
}
.btn-block{
    display: inline-block;
    padding: 4px;
}