.wrapper-page .card {
    border: none;
}

.height-300 {
    height: 150px !important;
}

.bg-cover {
    -webkit-background-size: cover !important;
    background-size: cover !important;
}

#user-profile .bg-cover {
    background: url(../../assets/images/14.jpg);
    background-size: cover !important;
    background-position: center;

}

.card-img-top {
    width: 100%;
    border-top-left-radius: -webkit-calc(0.25rem - 1px);
    border-top-left-radius: -moz-calc(0.25rem - 1px);
    border-top-left-radius: calc(0.25rem - 1px);
    border-top-right-radius: -webkit-calc(0.25rem - 1px);
    border-top-right-radius: -moz-calc(0.25rem - 1px);
    border-top-right-radius: calc(0.25rem - 1px);
}

#user-profile .profile-with-cover .profil-cover-details {
    margin-top: -50px;
}

.media {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

#user-profile .profile-with-cover .profil-cover-details .profile-image img.img-border {
    border: 5px solid #FFFFFF;
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12), 0 3px 1px -2px rgba(0,0,0,0.2);
}

img.img-border {
    border: 5px solid #FFFFFF;
}

.media img {
    margin-right: 1rem !important;
}

.font-medium-2 {
    font-size: 1.2rem !important;
}

.grey, .gray {
    background-color: #9E9E9E !important;
}

.light-grey, .light-gray {
   background-color: #9e9e9e59 !important
}

.font-small-2 {
    font-size: 0.8rem !important;
}

#elements-container {
    text-align: center;
}

.jFiler-input-dragDrop {
    width: 100%;
    padding: 100px 0;
}

.white-text {
    color: #fff !important;
}

.dropdown-item {
    padding: .55rem 1.5rem;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jFiler-items-grid .jFiler-item .jFiler-item-container .jFiler-item-thumb {
    margin: 0 auto;
}

.datepicker td, .datepicker th {
    width: 40px;
    height: 35px;
}

.datepicker table tr td.today {
    background-color: #5b6be842 !important;
    color: #2d3b48;
}

.datepicker table tr td.today.active {
    background-color: #5b6be8 !important;
    color: #fff;
}

.navbar-custom {
    z-index: 99;
}

#wrapper.enlarged .left.side-menu {
    z-index: 999;
}

.topbar-left {
        box-shadow: 1px 0px 20px rgba(0, 0, 0, 0.2);
}

.slimScrollDiv {
    padding-top: 20px;
}

#sidebar-menu li, #sidebar-menu li ul {
    border-bottom: 1px solid whitesmoke;
}

#sidebar-menu li:last-child, #sidebar-menu li ul li {
    border-bottom: none;
}

.login-form .btn-danger, .login-form .btn-danger:hover, .login-form .btn-danger:active {
    background-color: #45c662;
    border: 1px solid #45c662;
}

#sidebar-menu > ul > li > a.active {
    background-color: rgb(236, 236, 236);
}

.card-header {
    padding: 1.25rem;
    background-color: #eaeaea;
}

.ft-20 {
    font-size: 20px !important;
}

.theme-border-bottom {
    border-bottom: 1px solid rgba(45, 59, 72, 0.05);
}

.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #ffffff;
    background-color: #45c662;
    border-color: #45c662;
}

.text-green {
    color: #45c662 !important;
}

.unfocused.focused .text-green, .unfocused.focused .text-danger {
    color: #fff !important;
}

.sticky-table-header.fixed-solution {
    top: 69px !important;
}

.nav-pills .nav-link.active {
    background-color: transparent;
    color: #45c662;
    border-bottom: 4px solid #45c662;
    border-radius: 0;
    display: inline-block;
}

.nav-pills .nav-link {
    color: #212529;
    border-bottom: 4px solid transparent;
}

.nav-pills .nav-link:hover {
    color: #45c662;
}

.hw-100{
    height: 100%;
    width: 100%;
}

.font-bold {
    font-weight: 500;
}

#sidebar-menu ul ul li.active a {
    background: #eaeaea70;
}
.clockface {
    width: 200px !important;
    height: 200px !important;
    padding: 15px 10px !important;
    text-align: center !important;
    border-radius: 50% !important;
}

.w-200p, .w-200p+.select2-container {
    min-width: 200px !important;
}

.w-150p, .w-150p+.select2-container {
    min-width: 150px !important;
}

.line-height-26p {
    line-height: 26px;
}

.select2-container--default .select2-selection--single {
    height: 36px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 36px;
}

.ft-32 {
    font-size: 32px;
}

.ft-15 {
    font-size: 15px;
}

.inline-text-icon i {
    display: inline-block;
    font-size: 30px;
    line-height: 17px;
    margin-left: 3px;
    margin-right: 17px;
    text-align: center;
    vertical-align: middle;
    width: 20px;
    color: #2d3b48;
}

.inline-text-icon span {
    vertical-align: middle;
    font-size: 0.9rem;
}

.inline-text-icon span span {
    font-weight: 500;
}

@media (max-width: 770px) {
     .inline-text-icon span {
        font-size: 0.7rem;
    }   
}

.relative {
    position: relative;
}

.small-email {
    position: absolute;
    font-size: 12px;
    font-weight: 100;
    color: #a09f9f;
    text-transform: lowercase;
    top: 31px;
    left: 55px;
}

.popover img {
    height: 150px;
    width: 150px;
}

.bootstrap-tagsinput .tag {
    color: #f9f9f9;
    background-color: #45c662;
    padding: 4px 10px;
    margin-bottom: 2px;
    border-radius: 20px;
    line-height: 2;
}

.bootstrap-tagsinput {
    width: 100%;
}

.bootstrap-tagsinput input {
    padding: 4px 4px;
    min-width: 230px;
}

.text-red{
    color: red;
}

.attendance-card {
    height: 300px;
    padding-top: 50px;
}

.time {
    -webkit-user-select: none;  
    -moz-user-select: none;     
    -ms-user-select: none;      
    user-select: none;
    font-size: 50px;
    margin: 10px 0px;
}

.time:hover {
  cursor: pointer;
}

.date {
    color: #a7a7a7;
    font-size: 15px;
}

.checkin:hover {
    color: #45c662;
    text-decoration: none;
}

.checkout:hover, .checkout:focus, .checkout:active {
    color: #ff6d6d;
    text-decoration: none;
}

.btn-link.focus, .btn-link:focus {
    text-decoration: none;
}

.checkin, .checkout {
    margin: 0 auto;
    text-align: center;
    color: #212529;
    width: 100%;
}

.checkin b, .checkout b {
    letter-spacing: 4px;
}

.checkin i, .checkout i {
    font-size: 80px;
    stroke-color: #fff;
    stroke-width: 3px;
    -webkit-text-stroke-color: #fff;
    -webkit-text-stroke-width: 3px;
}

#input-entry table{counter-reset:section;}
.sno{
    width: 100%;
    text-align: center;
}
.sno:before
{
    counter-increment:section;
    content:counter(section);
}

th, td {
   white-space: nowrap;
}

@media (max-width: 480px) {
  .page-title {
    display: block;
  }
}

.table-rep-plugin {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.m-t-32 {
    margin-top: 32px;
}

.ft-25{
    font-size: 25px;
}

.product-desc-order {
    min-height: 200px;
}

.product-desc-order:empty {
  background: url('../images/no-available.png');
  min-height: 200px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
}

.image-card {
    height: 300px;
    width: 300px;
    margin: 50px auto;
}

.z-depth-0 {
    box-shadow: none;
}

.table-hover tbody tr:hover {
    background-color: #45c66221;
}

.toast-success {
    background-color: #45c662;
}

#toast-container>div {
    opacity: 1;
    webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,0.14), 0 3px 1px -2px rgba(0,0,0,0.12), 0 1px 5px 0 rgba(0,0,0,0.2);
    border-radius: 0;
}

#toast-container>:hover {
    box-shadow: none;
    opacity: 0.9;
}

.size25 {
	font-size:25px;
}

.btn-green{
	background-color: #3cab94;
	border: 1px solid #3cab94;
}
.login_video{
    margin-left: -3%;margin-bottom: -5%;margin-top: -3%;
}
.dt-button-collection{
    overflow: scroll !important;
    max-height: 400px;
}