/* 
/* 
/*  custom-f.css
/*
/*  If not using Gulp and Sass, add your custom CSS below then include it
/*  in your page by adding a reference to assets/css/custom.css in the head of each page.
/*
*/


.redborder{
    border: 1px solid red;
}

.blueborder{
    border: 1px solid blue;
}

table.table tr th, table.table tr td {
    border-color: #e9e9e9 !important;
    /* padding: 12px 15px !important; */
    vertical-align: middle !important;
    color: #566787;
    font-size: 14px;
}

.table>thead>tr>th {
    vertical-align: bottom;
    border-bottom: 2px solid #ddd;    
}

.table-wrapper {
    padding: 0px 0px;
    margin: 10px auto;
    border-radius: 0.5rem;
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
    width: 100%;
}

.table-title {
    color: #fff;
    background: #4b5366;
    padding: 16px 25px;
    margin: -20px -25px 0px;
    border-radius: 3px 3px 0 0;
}

.table-title h2 {
    margin: 5px 0 0;
    font-size: 24px;
    color: inherit;
}

.table-wrapper .btn.btn-primary {
    color: #fff;
    background: #03A9F4;
}

.table-title .btn {
    font-size: 13px;
    border: none;
}

.table-wrapper .btn {
    float: right;
  
    border-radius: 3px;
    border: none;
    outline: none !important;
    margin-left: 10px;
}

table.table tr th:first-child {
    width: 60px;
}

table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fcfcfc;
}

table.table .avatar {
    border-radius: 50%;
    vertical-align: middle;
    /* margin-right: 10px; */
}