﻿
.img-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}


.barFont {
    color: #e5ecf3;
}


th {
    padding: 4px 2px;
    color: #fff;
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, sans-serif;
    font-weight: bold;
    background: #136da0;
    border-left-color: #CCCCCC;
    border-right-color: #CCCCCC;
    border-top-color: #CCCCCC;
}

.text-bold {
    font-weight: 900;
}

.ins {
    position: absolute;
    top: 0%;
    left: 0%;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: rgb(255, 255, 255);
    border: 0px;
    opacity: 0;
}



.ribbon {
    border-radius: 1.5rem;
    box-shadow: 4px 4px;
}

.ribbon_img {
    border-radius: 1.5rem;
    box-shadow: 4px 4px;
    height: 4rem;
}

.x_panel {
    border-radius: 0.5rem;
    /*  box-shadow: 3px 3px;*/
}

.top_panel {
    border-radius: 1.5rem;
    /*    box-shadow: 3px 3px;*/
    /* border-left-color: #3e9ebe;
    border-left-width: 0.3rem;*/
}

.myinputs {
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #d9d9d9;
    border-radius: 0.5rem;
}

.loader {
    position: fixed;
    width: 256px;
    height: 256px;
    top: 50%;
    left: 50%;
    margin: -128px 0 0 -128px;
    z-index: 1000;
}


.paid {
    padding: 4px 8px;
    height: 1.6rem;
    color: #fff;
    background-color: #66aa18;
    border-color: #1c7430;
}

.success {
    background: #26B99A;
    color: #fff;
}

.danger {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.header {
    font-weight: 600;
    color: #45ca9f;
    font-size: 1.1rem;
    max-width: calc(100% - 40px);
}

.top-bar-header {
    font-weight: 600;
    color: #f5f8f3;
    font-size: 1.1rem;
    max-width: calc(100% - 40px);
}

.profile_details {
    font-weight: 600;
    color: #24322d;
    font-size: 1.1rem;
    max-width: calc(100% - 40px);
}

.patient_reg_header {
    font-weight: 600;
    color: #080808;
    font-size: 1.1rem;
    max-width: calc(100% - 40px);
}

.loader {
    position: fixed;
    width: 256px;
    height: 256px;
    top: 50%;
    left: 50%;
    margin: -128px 0 0 -128px;
    z-index: 1000;
}

.title {
    font-weight: 600;
    color: #45ca9f;
    font-size: 1.1rem;
    max-width: calc(100% - 40px);
}

.bg-gray {
    color: #ffffff;
    background-color: #136da0 !important;
}

.panel-body {
    padding: 4px;
    border-radius: 0.5rem;
}

.panel {
    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%);
}


.requested {
    padding: 4px 8px;
    height: 1.6rem;
    color: #fff;
    background-color: #ff5722;
    border-color: #ff5722;
}

.notrequested {
    padding: 4px 8px;
    height: 1.6rem;
    color: #fff;
    background-color: #2d3235;
    border-color: #2d3235;
}


.user_active {
    padding: 4px 8px;
    height: 1.6rem;
    color: #fff;
    background-color: #26B99A;
    border-color: #1c7430;
}

.disabled_user {
    padding: 4px 8px;
    height: 1.6rem;
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545;
}

.center {
    margin: auto;
    width: 60%;
    border: 3px solid #73AD21;
    padding: 10px;
}

/*.scrollbar {
    overflow-y: scroll;
    height: 550px;
}

.scrollbar_details {
    overflow-y: scroll;
    height: 643px;
}*/


.tblStyle {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .tblStyle td, tblStyle th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .tblStyle tr:nth-child(even) {
        background-color: #f2f2f2;
    }

    .tblStyle tr:hover {
        background-color: #ddd;
    }

    .tblStyle th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        background-color: #136da0;
        color: white;
    }

.blinkingText {
    animation: blinkingActivator .5s infinite;
}

.blinkingDiv {
    font-weight: bold;
    font-size: 15px;
}

@keyframes blinkingActivator {
    0% {
        color: #36ff17;
    }

    49% {
        color: #ffc107;
    }

    100% {
        color: #ce0426;
    }
}