.punch-hours{
    align-items: center;
    /* border: 5px solid #e3e3e3; */
    box-shadow: rgba(145, 158, 171, 0.2) 0px 0px 2px 0px,rgba(145, 158, 171, 0.12) 0px 12px 24px -4px;
    border-radius: 50%;
    display: flex;
    font-size: 16px;
    height: 120px;
    justify-content: center;
    margin: 0 auto;
    width: 120px;
}
.btn.btn-primary.punch-btn.punch-in{
    width: 30%;

}

.fixed-profile {
    position: fixed;
    bottom: 0px;
    margin: 0px!important;
    padding: 24px;
}
.m-l-auto{
    margin: 0px 6px;
}
.m-l-auto a{
    padding-left:10px;
}

.left-sidebar .scroll-sidebar {
    height: calc(100vh - 150px) !important;
}
.bottom-logout{
    padding:16px;
}

.notices-box{
    height: 700px!important;
    overflow-y: scroll;
}

.feeds-group-chat{
    height: 700px!important;
    overflow-y: scroll;
}

.admin-employee-profile {
    background-color: #fff;
    border: 1px solid #ededed;
    border-radius: 4px;
    margin-bottom: 30px;
    padding: 10px;
    text-align: center;
    position: relative;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, .2);
    overflow: hidden;
}
.admin-emp-profile .card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 15px;
}
.admin-emp-profile .profile_cont {
    padding-left: 30px;
    border-right: 2px dashed #ccc;
}
.admin-emp-profile .leftside-class {
    padding-left: 70px!important;
}
.adminaddress-class {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.adminaddress-class .list-unstyled.my-3 {
    width: 80%;
}
.profile-img-wrap.edit-img.text-center {
    border-radius: 50%;
    margin: 0 auto 30px;
    position: relative;
}
.profile-img-wrap {
    height: 120px;
    position: absolute;
    width: 120px;
    background: #fff;
    overflow: hidden;
}
.profile-img-wrap img.inline-block {
    border-radius: 50%;
    height: 120px;
    width: 120px;
}
.profile-img-wrap .fileupload.btn {
    left: 0;
}
.profile-img-wrap .fileupload.btn {
    position: absolute;
    bottom: 0;
    background: rgba(33, 33, 33, .5);
    border-radius: 0;
    padding: 3px 10px;
    border: none;
    right: 0;
}

.profile-img-wrap span.btn-text {
    color: #fff;
}
.profile-img-wrap input#profile_pic {
    cursor: pointer;
    filter: alpha(opacity=0);
    font-size: 20px;
    margin: 0;
    opacity: 0;
    padding: 0;
    position: absolute;
    right: -3px;
    top: -3px;
    padding: 5px;
}

.personal-info li {
    display: flex!important;
}
#pills-profile .card-body{
    height: 300px;
}
#pills-profile .first_card{
    height: 380px;
}

.table-responsive .dataTables_wrapper .dataTables_paginate .paginate_button.current{
    color:#fff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background-color: #5d87ff!important;
    color: #fff!important;
    border:none!important;
}
a.paginate_button.current:hover{
    color: #fff!important;
}
table.dataTable tbody th, table.dataTable tbody td{
    padding: 16px !important;
}
tbody, td, tfoot, th, thead, tr{
    border-color: #ebf1f6 !important;
}
table.dataTable.no-footer{
    border-bottom:0px !important;
}
.table-responsive .dataTables_wrapper .dataTables_length select{
    margin: 0px 10px;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: #5d87ff !important;
    color: #fff !important;
    border: 0px  !important;
}
#addContactModal .modal-dialog {
    max-width: 700px !important;
    width:  100% !important;
}
::-webkit-scrollbar
{
	width: 10px;
	background-color: #F5F5F5;
}
