.sidebar a {
    display: block;
}
.content-header{

}
.card-view{
    background-color: #fff;
    padding: 20px;

}
.main-div{
    padding: 20px;
}
.content-header{
    border-bottom: 1px solid #e2e2e2;
    margin-bottom: 20px;
    padding: 0 0 15px 0;
}
.card-title{
    font-size: 20px;
    text-transform: uppercase;
    color: #3c8dbc;


}
.text-right{
    text-align: right;
}

.no-margin{
    margin: 0;
}
.vuetable-body-wrapper{
    overflow: inherit !important;
}
.dropdown-menu>li>a{
    padding: 6px 20px;
}
.font-blue{
    color: #3c8dbc;
}
.info-box-content{
    text-align: right;
    padding: 15px 10px;

}
.info-box-number {
    font-weight: 600;
    font-size: 28px;
}
.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    color: #ffffff;
    background-color: #3c8dbc;
}
.form-control{
    border-radius: 4px;
}
.padding-left-0{
    padding-left: 0;
}
.padding-right-0{
    padding-right: 0;
}
.border-card{
    border:1px solid #e2e2e2;
    padding: 10px;
    border-radius: 4px;
}
.close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    /* text-shadow: 0 1px 0 #fff; */
    filter: alpha(opacity=20);
     opacity: 1;
}
.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
    border: 1px solid #ececec !important;
}
.action-btn{
}
.paginationactive {
    background-color: #3c8dbc !important;
}