/* .btn-circle {
    padding: 5px;
    font-size: 10px;
    margin-top: 2px !important;
} */

.table {
    font-size: 12px;
}

span.caption-subject {
    font-size: 14px;
}

th>a,
td>a {
    color: #d84a38 !important;
}

.page-bar {
    padding: 0px;
    background-color: #ffffff;
    margin-bottom: 20px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}

ul.page-breadcrumb {
    display: inline-block;
    padding: 10px 6px;
    margin: 0;
    list-style: none;
}

ul.page-breadcrumb>li {
    display: inline-block;
}

.sub-menu>li>a,
.page-sidebar-menu>li>a {
    font-size: 11px !important;
}

.add-user-search-container {
    margin-left: 25%;
    margin-right: 25%;
    width: 50%;
}

.add-user-search-container>input {
    display: inline;
    width: 90%;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    border-color: #1BBC9B;
}

.add-user-search-container>button {
    position: absolute;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.cancel-body {
    text-align: center;
    width: 100%;
    margin-top: 15px;
}

.mini-detail {
    margin: 0 10px;
    font-size: x-small;
    padding: 1px 3px;
    border-radius: 3px;
    float: right;
    text-transform: uppercase;
    border: 1px solid;
}

.general {
    color: #20a46d;
}

.engineer {
    color: #f05f2a;
}

p.item-name {
    height: 30px;
}

.btn,
.btn i {
    /* color: #fff !important; */
}

.summary {
    float: right;
}

.nav-pills>li>a {
    font-size: 14px;
    background-color: #cfcfcf;
    color: #5c5c5c;
    border-radius: 0;
}

.nav-pills>li.active>a,
.nav-pills>li.active>a:hover,
.nav-pills>li.active>a:focus {
    border-radius: 0;
}

.nav-tabs,
.nav-pills {
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
}

.user-det {
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}

.user-det span {
    margin-right: 3em;
}

.date-filter {
    /* margin: 20px 0px; */
}

.p0 {
    padding: 0 !important;
}

.m0 {
    margin: 0 !important;
}

.pt5 {
    padding-top: 5px !important;
}

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

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

.user-det {
    margin-bottom: 30px;
}

.activity-table td span {
    cursor: pointer;
}

.table-filter {
    padding: 0;
    margin-bottom: 20px;
}

.right-btn {
    border-top-right-radius: 17px;
    border-bottom-right-radius: 17px;
}

.left-btn {
    border-top-left-radius: 17px;
    border-bottom-left-radius: 17px;
}

/* .summary-pill {
    padding: 15px 0px;
    margin: 3px;
    border: 2px solid #ededed;
    border-radius: 4px;
} */

/* .select-all-wrapper {
    margin-top: 20px;
    display: inline-block;
    padding: 8px 15px;
    color: white;
    background: #45B6AF;
    border-radius: 20px;
    cursor: pointer;
    margin-bottom: 10px;
} */

.select-all-wrapper label {
    margin-bottom: 0;
    cursor: pointer;
    font-weight: 600;
}

.select-all-wrapper label .checker {
    margin-left: 0;
}
