﻿
.paneldata {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
    box-shadow: 0 1px 1px rgb(0 0 0 / 5%);
}

.leftside {
    float: left;
}

.md-btn {
    position: relative;
    display: inline-block;
    padding: 6px;
    overflow: hidden;
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: bold;
    line-height: inherit;
    color: currentColor;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    background: transparent;
    border: 0;
    border-radius: 3px;
    outline: 0;
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1),-webkit-transform .4s cubic-bezier(.25,.8,.25,1);
    transition: box-shadow .4s cubic-bezier(.25,.8,.25,1),background-color .4s cubic-bezier(.25,.8,.25,1),transform .4s cubic-bezier(.25,.8,.25,1);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-variant: inherit;
}

    .md-btn.md-raised:not([disabled]), .md-btn.md-fab {
        box-shadow: 0 2px 5px 0 rgb(0 0 0 / 26%);
    }

    .md-btn.md-fab {
        z-index: 20;
        width: 50px;
        height: 50px;
        overflow: hidden;
        border-radius: 50%;
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
        transition: .2s linear;
        transition-property: -webkit-transform,box-shadow;
        transition-property: transform,box-shadow;
    }

.green-100 {
    background-color: #c8e6c9;
}

.md-fab-offset {
    margin-top: -28px;
    margin-bottom: -28px;
}

.pull-right {
    float: right !important;
}

h4 {
    font-size: 14px;
}

th {
    font-size: 16px;
    color: #50649c;
    font-weight: 600;
}

.header_top.dark {
    background-color: #2b3035 !important;
}

.header-title {
    font-size: 16px;
    margin-bottom: 8px;
    text-transform: capitalize;
    letter-spacing: 0.02em;
    font-size: 15px;
    font-weight: 500;
    margin-top: 0;
    color: #50649c;
    text-shadow: 0 0 1px rgba(239, 242, 249, 0.1)
}

#left-sidebar {
    width: 271px;
    padding: 7px 15px 20px 85px !important;
}

.page {
    left: 272px;
    width: calc(100% - 272px);
}


#header_top .nav-link {
    padding: 7px;
}


.page .section-light, .page .section-dark, .page .section-white, .page .section-gray, .page .section-body {
    padding: 0 0px;
}

.smHRtyclose {
    z-index: 100;
    position: fixed;
    bottom: 123px;
    right: 65px;
    background: #00B3B3;
    width: 15px;
    height: 20px;
    color: #fff;
    border-radius: 30%;
    padding: 0px;
    cursor: pointer;
}

/*Added by Mayur 05Mar2021*/
.global-search-container {
    position: relative;
    display: flex;
}

/*.search-placeholder-icon {
    position: absolute;*/
    /* right: 30px; */
    /*right: 98px;
    top: 10px;
}*/

.global-searchbox:focus {
    padding-right: 80px;
    outline: none;
}

    .global-searchbox:focus + .searchButton {
        margin-left: 85%;
    }

.global-searchbox {
    -webkit-transition: all 0.7s ease 0s;
    -moz-transition: all 0.7s ease 0s;
    -o-transition: all 0.7s ease 0s;
    transition: all 0.7s ease 0s;
}

#searchresult {
    z-index: 9999 !important;
    background-color: rgb(68, 68, 68);
    color: rgb(219, 219, 219);
    max-height: 100vh;
    position: relative;
    top: -5px;
}

    #searchresult::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
        background-color: #F5F5F5;
    }

    #searchresult::-webkit-scrollbar {
        width: 5px;
        background-color: #F5F5F5;
    }

    #searchresult::-webkit-scrollbar-thumb {
        background-color: #000000;
        border: 2px solid #555555;
    }

/*Added by Mayur 05Mar2021*/


/*.search {
            position: relative;
            display: flex;
            left: 100px;
        }*/
.searchButton {
    color: grey;
    cursor: pointer;
    font-size: 20px;
    margin-left: 80%;
    position: absolute;
    margin-top: 10px;
}

thead th {
    white-space: nowrap;
}

.modal-dialog-lg {
    width: 80% !important;
    margin: 5% auto !important;
}


.svghover {
    height: 37px;
    /* width: 29.594px; */
}

    .svghover:hover {
        fill: #f52626;
    }

.iconspin:hover {
    color: red;
    -webkit-animation: infinite-spinning 1s ease-out 0s infinite normal;
    animation: infinite-spinning 1s ease-out 0s infinite normal;
}

@keyframes infinite-spinning {
    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }
}


html, body {
    height: 100%;
}

.page {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*margin: 0 auto -142px; */
    /* the bottom margin is the negative value of the footer's height */
}

.footer, .push {
    height: 142px; /* .push must be the same height as .footer */
}
