﻿/*Hover DropDown ToolTip*/
.hoverdropbtn {
    background-color: #04AA6D;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
}

.hoverdropdown {
    position: relative;
    display: inline-block;
}

.hoverdropdown-content {
    display: none;
    position: absolute;
    background-color: #f1f1f1;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}
.modal-lg, .modal-xl {
    max-width: 1000px;
}
    .hoverdropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

        .hoverdropdown-content a:hover {
            background-color: #ddd;
        }

.hoverdropdown:hover .hoverdropdown-content {
    display: block;
}

.hoverdropdown:hover .hoverdropbtn {
    background-color: #3e8e41;
}

.dt-buttons {
    margin-left: 5px !important;
}
/*Hover DropDown ToolTip*/
.d-none {
    display: none;
}

div.dt-button-collection.dropdown-menu {
    /*  top: 117% !important;
    left: 73% !important;*/
    /*   margin-left: 62rem !important;
    margin-top: 21rem !important;
     */
    margin-left: 68rem !important;
    margin-top: 13rem !important;
    max-height: 350px !important;
    overflow-y: scroll !important;
    line-height: 0.1 !important;
}

.card-side {
    /*    Code Changes in order to show name in left panel by Talha */
    height: 100px !important;
}

.dropdown-menu .buttons-columnVisibility {
    /*background-color:lightgreen !important;*/
    background-color: white !important;
    color: black !important;
}

.dt-button-collection .active {
    /*  background-color: white !important;
    color:black !important;*/
    background-color: lightgreen !important;
}

.links {
    color: #0d8cee;
}

.nav-menu li a {
    color: white !important;
    /*background-color: rgba(0, 0, 0, 0.1) !important;*/
}

    .nav-menu li a:hover {
        color: silver !important;
    }

    /*.nav-menu li a:focus {
        color: #10f010 !important;
    }*/

    .nav-menu li a:focus {
        color: darkseagreen !important;
        /* font-weight:bold !important;*/
    }

.LoadingDiv_height {
    height: 650px;
}

.modal-backdrop {
    position: relative !important;
}

.panel {
    margin-bottom: 8px !important;
}

.panel-content {
    padding: 8px !important;
    /*padding-top: 0px !important;*/
    padding-bottom: 0px !important;
}

.dataTables_filter label input {
    height: calc(1.5em + 0.75rem + 2px) !important;
    padding: 0.375rem 0.844rem !important;
    font-size: 0.75rem !important;
    line-height: 1.5 !important;
    border-radius: 4px 4px !important;
}

.dataTables_length label .custom-select {
    padding: 0rem 1.475rem 0rem 0.475rem !important;
}

.panel-hdr {
    max-height: 38px !important;
    min-height: 38px !important;
}

.table {
    line-height: 12px !important;
}

/*.page-content-wrapper {
    padding-left: 13.875rem !important;
}

.page-logo {
    width: 13.875rem !important;
}

.page-sidebar {
    width: 13.875rem !important;
    max-width: 13.875rem !important;
}*/
.page-link {
    cursor: pointer !important;
}

.text-goldenrod {
    color: goldenrod;
}
/*Css of Rotatable icon(Down Arrow) in Filter*/
.rotate {
    -moz-transition: all .3s linear;
    -webkit-transition: all .3s linear;
    transition: all .3s linear;
}

    .rotate.down {
        -moz-transform: rotate(180deg);
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
    }
/*Css of Rotatable icon(Down Arrow) in Filter*/

/*Css of Collapse show */
.display_hidden {
    display: block !important;
}
/*Css of Collapse show */


/*Dashboard*/
.app-list-item {
    width: 4.25rem !important;
}

.top-15 {
    top: 15rem !important
}



.alert-info:hover {
    color: #c18300 !important;
    background-color: #fff8e9 !important;
    border-color: #ffcd65 !important;
}

.alert {
    padding: 10px 10px !important;
    margin-bottom: 10px !important;
}


.app-list-name:hover {
    color: #c18300 !important;
}

.app-list-item {
    margin: 0px 0px !important;
}

.background-none {
    background: none !important;
}

.custom-file-upload {
    display: inline-block;
    padding: 6px 12px;
    cursor: pointer;
    background-color: #007bff;
    color: white;
    border-radius: 4px;
}

input[type="file"] {
    display: none;
}

@media print {
    #PrintButtonCard {
        display: none !important; /* Hide the print button during print */
    }

    #DivPrintCard {
        display: block !important; /* Show the div only during print */
    }
}

.CustomText {
    height: 24px !important;
    padding: 2px 4px !important;
    width: 60px !important;
}
.CustomDrps {
    height: 24px !important;
    padding: 2px 4px !important;
    width: 80px !important;
}

.bg-pink {
    background-color: #e3f2fd !important;
    color: #0a6ebd !important;
    border-color: #82c4f8 !important;
}

.bg-green {
    background-color: #e8fffb !important;
    color: #45a197 !important;
    border-color: #a3ebe4 !important;
}
/* Hide the div by default for screen view */
.face:hover {
    animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
    transform: translate3d(0, 0, 0);
    backface-visibility: hidden;
    perspective: 1000px;
}

@keyframes shake {
    10%, 90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%, 80% {
        transform: translate3d(2px, 0, 0);
    }

    30%, 50%, 70% {
        transform: translate3d(-4px, 0, 0);
    }

    40%, 60% {
        transform: translate3d(4px, 0, 0);
    }
}