﻿.normalheader {
    position: relative;
    height: 100px;
    background-color: white;
    margin-top: 40px;
    padding-left: 20px;
    padding-top: 20px;
    border: 1px solid #cff4fc;
    border-radius: 2px;
    padding-bottom: 20px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    transition: height 0.5s ease, margin-top 0.5s ease, margin-inline 0.5s ease, padding-block 0.5s ease;
    margin-inline: 40px;
}
#BlackIcon{
    color:black;
}
#PaddingForCards{
    padding:10px;
    border:none;
}
.btn {
    font-size: 11px !important;
}
.btn-primary {
    background-color: #3498db !important;
    border-color: #46b8da !important
}
#FormTitle {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    color: #6a6c6f;
    width: 40%;
    font-size: 1.2em;
}
.closeBtn {
    color: #ff7575
}
    .closeBtn:hover {
        background-color: #fff3f3
    }
    #AddList {
        margin-top: 10px;
        border: 1px solid #ccc;
        padding: 10px;
        height: 200px;
        overflow-y: auto;
        white-space: pre-wrap;
        background-color: #fdfeff;
    }
#icon {
    font-size: xxx-large;
}
#EmpRegHead th {
    background-color: #b1e2ec;
}
#iconlabl {
    color: white;
    font-size: medium
}
#Expand-Arrow {
    transform: rotate(45deg);
}
#Minimise-Arrow {
    transform: rotate(225deg);
}
.description {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
}
    .description small {
        margin-bottom: 12px;
    }
#Breadcrumb{
    font-size:12px;
    text-decoration:none;
    color:grey
}
.normalheader.expanded {
    margin-top: -6px;
    margin-inline: 0;
    padding-top: 0;
    padding-bottom: 0;
    height: 50px;
}

.deleteBtn i{
    color:darkred;

}
.editBtn i{
    color:forestgreen;

}
h4, .h4 {
    font-size: 18px;
    color: #34495e
}

#panelFooter {

    color: inherit;
    border: 1px solid #eaeaea;
    border-top: 0;
    font-size: 90%;
    background: #f7f9fa;
    padding: 10px 15px;
}

p {
    font-size: 13px
}
div {
    font-size: 13px
}
.Padding{
    padding:15px;
}
.contact-stat{
    display:flex;
    flex-direction:column;
   justify-content:center;
   align-items:center
}

.border-right {
    border-right: 1px solid #eaeaea;
}
strong {
    font-weight: 600;
}
.editBtn:hover i{
    color:limegreen;

}
.label-info {
    background-color: #5bc0de;
}
.label-success {
    background-color: #62cb31;
}
.label-danger {
    background-color: #d9534f;
}
.data-list {
    list-style: none;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: right;
}
#purpleheader th {
    background-color: #c6b4e4
}
.data-list li {
    margin-bottom: 10px;
    list-style: none;
}

.label-primary {
    background-color: #337ab7;
}
.hblue {
    border: 1px solid #cff4fc !important;
    margin-bottom: 25px;
}
.label-warning {
    background-color: #f0ad4e;
}
.label {
    display: inline;
    padding: .2em .6em .3em;
    font-size: 75%;
    font-weight: bold;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}
.btn-custom {
    font-size: 1.5rem;
    padding: 20px 30px;
    text-align: center;
    width: 200px;
    height: 200px;
    background-color: #34495e;
}
    .btn-custom:hover {
        background-color: #3f5872;
    }
.deleteBtn:hover i{
    color:red;

}
h5 {
    font-size: 14px;
    font-weight: 600;
    color: #6a6c6f
}
#paraa {
    line-height: 2.3;
}
.stlist li {
    margin-bottom: 15px;
}
.editor {
    border: 1px solid #ccc !important;
    padding: 10px;
    min-height: 80px !important;
    width:auto;
}
#color{
    background-color:white;
}
.text-editor-header {
    background-color: #ecf0f1;
}

.deleteBtn {
    background-color: #ffe8e8
}
.editBtn {
    background-color: #eeffe8
}

#bold{
    font-weight:600;
}
.PageContent {
    background-color: #f8fcff;
    margin-top: 20px;
    border-radius: 2px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    margin-inline: 40px;
}
h2 {
    font-weight: 300;
    letter-spacing: 2px;
    color: #19b9c4;
}
h3 {
    font-weight: 100 !important;
}
.form-control {
    font-size: 12px;
    border-color: #eaeaea;
/*    background-color: #F9FAFA;
*/    
}
label {
    font-weight: 600;
    font-size: 13px;
    color:grey
}
.btn-close {
    right: 10px; /* Adjust as needed */
    top: 50%;
    transform: translateY(-50%);
    z-index: 2; /* Ensure it's above other content but under modals/tooltips if any */
}

.accordion-button {
    position: relative;
    font-size:0.875rem;
    padding-block:10px
}

    .accordion-button:not(.collapsed) {
        color: grey;
        font-weight: 600;
        padding-block: 10px;
        background-color: white !important;
        box-shadow: inset 0 -1px 0 rgba(0, 0, 0, .125);
        border: 1px solid #cff4fc;
    }

    .accordion-button:focus {
        z-index: 3;
        border-color: none;
        outline: 0;
        box-shadow: none;
    }
.end-Button{
    padding:40px!important;
    display:flex;
    justify-content:flex-end
}
.accordion-item {
    background-color: #fff;
    border: none;
}
.accordion-body {
    border: 1px solid #eaeaea;
}

h3 {
    font-size: 24px;
}
.accordion-button.collapsed {
    color: grey;
    background-color: #f8fcff !important;
    border-width: 0px;
    font-weight: 600;
    border-color: transparent;
    border-image: initial;
}
#profilepic2 {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin-bottom: 15px;
    margin-top: 10px;
}
#profilecard {
    display: flex;
    padding: 40px;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    padding: 15px;
    border-top: 3px solid #3498db;
}
.form-group {
    padding-inline: 10px;
    padding-bottom: 20px;
}
.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #b1b1b1;
    outline: 0;
     box-shadow:none; 
}
#save-button {
    color: white;
    background-color: #73ccd2
}
label{
    margin-bottom:5px
}
@media(max-width:641px) {
    .form-group{
        width:100%
    }
}
tbody, td, tfoot, th, thead, tr {
    border-color: #dee2e6;
    border-style: solid;
    border-width: 1px;
    font-size: 12px;
    padding-inline: 10px;
    padding-block: 0px;
}
#arbul {
    color: #6a6c6f;
    text-wrap: wrap;
    margin-top: 20px;
    margin-right: 20px;
}
.subtable-row td{
border-block:0px !important;
}
.table > :not(:last-child) > :last-child > * {
    border-bottom-color: transparent;
}
th {
    background: #50acd1;
}
.subtable-row {
    border-width: 0px;
}
#searchbar {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom:20px
}
#save-button {
    background-color: #34495e;
    border-color: #34495e;
}
    #save-button:hover {
        color: #34495e;
        background-color: #34495e61;
        border-color: #34495e61
    }
#Inputdiv {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    margin-bottom: 20px;
    flex-wrap: wrap
}
    #Inputdiv input {
        width:50%
    }
        #Inputdiv select {
        width:50%
    }

    #Inputdiv textarea{
        width:50%
    }
    #Inputdiv label{
        text-align:center
    }
@media(max-width:641px){
    #Inputdiv{
        justify-content:left
    }
    #Inputdiv input {
        width: 100%
    }

    #Inputdiv textarea {
        width: 100%
    }
}
.search-container {
    position: relative;
    max-width: 350px;
}

.search-input {
    padding-left: 30px; /* Adjust this value based on the width of your search icon */
    width: 100%;
    box-sizing: border-box;
    height: 36px;
    background: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="%23696969" width="18px" height="18px"%3E%3Cpath d="M15.5 14h-.79l-.28-.27a6.5 6.5 0 0 0 1.48-5.34c-.47-2.78-2.79-5-5.59-5.34a6.505 6.505 0 0 0-7.27 7.27c.34 2.8 2.56 5.12 5.34 5.59a6.5 6.5 0 0 0 5.34-1.48l.27.28v.79l4.25 4.25c.41.41 1.08.41 1.49 0 .41-.41.41-1.08 0-1.49L15.5 14zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z"/%3E%3C/svg%3E') no-repeat 5px center; /* Set your SVG path here */
    background-size: 20px 20px; /* Adjust the size of the icon */
/*    background-color: #F9FAFA;
*/    outline: none; /* Remove default focus style */
}
.Validation{
    font-size:10px;
    color:red
}
.btn-group .btn:hover {
background-color:whitesmoke !important;
color:black;
}

.btn-group .btn {
    font-size: 13px;
    border-color: #eaeaea;
    color: #6a6c6f;
}.btn-group .selected{
    font-size: 13px;
    background-color:skyblue;
    color: white;
}
#FileBox {
    display: flex;
    flex-direction: column;
    justify-content: center;
/*    border: 1px solid grey;
*/    padding:10px;
      text-decoration:none;
      color:gray;
      cursor:pointer
}

#fileIcon {
    font-size: 56px;
    align-items: center;
    border: 1px solid #cff4fc;
    height: 150px;
    display: flex;
    justify-content: center;
    color: #72ccd2;
}

    #fileIcon:hover {
        border: 1px solid #72ccd2;
    }
#fileCaption {
    text-align: left;
    padding-inline: 12px;
    padding-block: 4px;
    border: 1px solid #eaeaea;
    border-top: none;
    font-size: 11px;
    background-color: #f7f9fa;
    font-weight: 500;
}
#listwithspace li{
margin-bottom:8px
}
#surgeryapproval th {
    background-color: #e2f2ff
}
#Form-table th {
    background-color: white !important;
}
#Proceduretable{
    width:30%
}
#heightID {
    height: 100px
}
.btn-light:focus {
    outline: none !important;
    border:none
}
.btn-light:active:focus {
    outline: none !important;
    border:none;
    box-shadow:none
}

#EmployeeCard {
    border: 1px solid #cff4fc;
    min-height: 100px;
}

.table th {
    background-color: #d8d8d8;
}
#cardbuttons {
    font-size: 10px;
    font-weight: 500;
    display: block;
    color: #9d9fa2;
    text-transform: uppercase;

}
.card-footer {

    border-top: none !important;
    display: flex;
    justify-content: space-around;
    padding: 15px
}
.card-footer-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    cursor:pointer;
    color:black;
    text-decoration:none
} 
.card-footer-button:hover {
    color:blue
}
#vrline {
    background-color: #eaeaea;
    border-color: white;
    width: 1px;
    height: auto
}
#profilepic {
    width: 76px;
    border-radius: 50%;
    margin: 15px 15px 0px 15px
}
#EmployeeCard:hover {
    animation-name: example;
    animation-duration:0.5s
}

@keyframes example {



    50% {
        transform: scale(1.05)
    }


    100% {
        transform: scale(1)
    }
}