.common-filter {
    border-radius: 10px;
    padding: 3px 6px;
}
.modal-content{
    border-radius: 13px;
}
.btn-group>.btn:first-child {
    margin-right: 8px !important;
}

.btn-default, .btn.btn-flat {
    border-radius: 20px;
    margin-right: 8px;
}
.btn-default, .btn.btn-flat:last-of-type {
    margin-right: 0;
}


.mr-5 {
    margin-right: 0.5em;
}

.radius-top-right-th {
    border-top-right-radius: 20px !important;
}
.radius-top-left-th {
    border-top-left-radius: 20px !important;
}
.background-none {
    background-color: transparent !important;
}

.table-bordered>thead>tr>th.b-r-th-none {
    border-right: none !important;
}
.table-bordered>thead>tr>th.b-l-th-none {
    border-left: none !important;
}

.table-bordered>thead>tr>th.b-t-th-none {
    border-top: none !important;
}

.table-bordered>thead>tr>th.b-b-th-none {
    border-bottom: none !important;
}


.table-bordered>thead>tr>th {
    border-top:none;
    /*border-right: none;*/
    border-left: none;
}
.table-bordered>thead>tr>th:first-child {
    border-left: none;
}
.table-bordered>thead>tr>th:last-of-type {
    border-right: none;
}

.datetimepicker td, .datetimepicker th{
    border-radius: 0;
}

.border-top-right-radius {
    border-top-right-radius: 20px !important;
}
.border-top-left-radius {
    border-top-left-radius: 20px !important;
}

.border-bottom-left-radius {
    border-bottom-left-radius: 20px!important;
}
.border-bottom-right-radius {
    border-bottom-right-radius: 20px!important;
}

.border-top-right-radius-10 {
    border-top-right-radius: 10px !important;
}
.border-top-left-radius-10 {
    border-top-left-radius: 10px !important;
}

.border-bottom-right-radius-10 {
    border-bottom-right-radius: 10px !important;
}
.border-bottom-left-radius-10 {
    border-bottom-left-radius: 10px !important;
}
.box{
    background: #ffffff;
}

.form-control {
    border-radius: 10px!important;
}