﻿

        body {
            font-size: small;
        }

        .form-group {
            margin-bottom: 1rem;
        }

        #divemployeedet table tr:hover {
            cursor: pointer;
        }

        .divbox {
            position: relative;
            display: inline-block;
            width: 100%;
            background-color: #fff;
            border-radius: 5px;
            box-shadow: 2px 2px 2px 2px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
        }

            .divbox::after {
                content: "";
                border-radius: 5px;
                position: absolute;
                z-index: -1;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
                opacity: 0;
                -webkit-transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
                transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
            }

            .divbox:hover {
                -webkit-transform: scale(.25, .25);
                transform: scale(1.00, 1.00);
            }

                .divbox:hover::after {
                    opacity: 1;
                }
        /* Outer */
        .birthday {
            background: #ffffff url("cdn/images/common/birthday.png");
            background-repeat: no-repeat;
        }

        .scrollbox {
            height: 200px;
            overflow: auto;
            /*visibility:hidden;*/
        }

        .scrollbox-content,
        ::-webkit-scrollbar {
            width: 10px;
            height: 10px;
        }

        ::-webkit-scrollbar-track {
            background: #ffffff;
        }

        /*::-webkit-scrollbar-thumb:hover {
            background: #A8A8A8;
            cursor: pointer;
        }*/
        div:hover::-webkit-scrollbar-thumb {
            background: #A8A8A8;
            border-radius: 10px;
            cursor: pointer;
        }
.info-box-content {
    padding: 15px 18px;
    margin-left:0px;
    cursor:pointer;
}
.info-box-icon {
    border-top-left-radius: 2px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 2px;
    display: block;
    float:right;
    height: 90px;
    width: 90px;
    text-align: center;
    font-size: 45px;
    line-height: 90px;
   cursor:pointer;
}
.bg-blue {
    background-color: #2196F3 !important;
    
}
 .bg-danger {
    background-color: #ff6b68 !important;
} 
 .bg-orange {
    background-color: #FF9800 !important;
}
 .bg-purple {
    background-color: #d066e2 !important;
}
 .bg-success {
    background-color: #32c787 !important;
}
 .bg-red {
    background-color: #ff6b68 !important;
}
    .thead-inverse th {
    color: #fff;
    background-color: #292b2c;
}

.thead-default th {
    color: #fff;
    background-color: #1F87E6;
}
 thead {
        display: table-header-group;
    }
 .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}

    .table-responsive.table-bordered {
        border: 0;
    }