/****************************************************************************************************
  account / master_admin / admin-home.php (general - admin & master admin)
*****************************************************************************************************/

.account-setting-menus a{
    display: inline-flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    width: 45%;
    height: 5em;
    border: 1px solid gray;
    border-radius: 10px;
    background-color: lightgray;
    color: black;
    margin: 0.25em
}

.account-setting-menus a:hover{
    cursor: pointer;
    background-color: rgb(226, 226, 226);;
}

/****************************************************************************************************
  account / master_admin / communication_management / master-admin-comm-mgmt-message-center-pub.php
*****************************************************************************************************/

.message-center {
    border: 1px solid lightgrey;
    margin: 1em 3em;
    border-radius: 1em;
}

.message-center .message-center-category {
    display: flex;
    justify-content: space-around;
}

.message-center .message-center-category a {
    /* display: flex;
    justify-content: space-around; */
    text-decoration: none;
    color: black;
    padding-bottom: 0.5em;
    width: 50%;
    margin: 0 2em;
    padding: 1em;
    border-top-left-radius: 1em;
    border-top-right-radius: 1em;
    position: relative;
}

.message-center .message-center-category a:hover {
    background-color: rgb(227, 255, 239);
}

.message-center .message-list-inquiry form {
    display: flex;
    justify-content: center;
}

.message-center .message-list-inquiry form button {
    display: flex;
    justify-content: space-around;
    width: 90%;
    color: black;
    background-color: white;
    border: none;
    border-bottom: 2px solid lightgrey;
    font-size: 1em;
}

.message-center .message-list-inquiry form button:hover {
    cursor: pointer;
    background-color: rgb(243, 243, 243);
}

.message-center .message-list-inquiry form button div {
    text-align: center;
    /* border: 1px solid red; */
    width: 100%;
    height: 5.25em;
}

.message-center .message-list-inquiry form button div .message-list-inquiry-name, .message-list-inquiry-subject {
    font-weight: bold;
}

.message-center .message-list-inquiry form button div .message-list-inquiry-content {
    display: block;
    white-space: pre-wrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.message-center .message-display-inquiry {
    margin: 0 2em;
}

.message-center .message-display-inquiry div {
    margin: 1.5em 0;
}

.message-center .message-display-inquiry div p {
    text-align: left;
    margin: 0;
    color: gray;
}

.message-center .message-display-inquiry div .message-display-inquiry-name {
    font-weight: bold;
    margin-bottom: 0.25em;
}

.message-center .message-display-inquiry div .message-display-inquiry-subject {
    font-weight: bold;
    font-size: 1.25em;
    margin-bottom: 0.5em;
}

.message-center .message-display-inquiry div .message-display-inquiry-content {
    white-space: pre-wrap;
}

.message-center .message-display-inquiry div .message-display-inquiry-date {
    font-style: italic;
}

/****************************************************************************************************
  account / master_admin / communication_management / master-admin-comm-mgmt-message-center-pvt-send-to.php
*****************************************************************************************************/



/****************************************************************************************************
  account / master_admin / content_management / master-admin-cont-mgmt-service-add.php
*****************************************************************************************************/

.form-div .hospital-service-form label {
    text-align: left;
}

.form-div .hospital-service-form label small {
    font-size: 0.85em;
}

/****************************************************************************************************
  account / master_admin / content_management / master-admin-cont-mgmt-service-display.php
*****************************************************************************************************/

.service-display {
    margin: auto;
}

.service-display .service-display-2 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.service-display .service-display-2 .service-display-2-1 .service-display-column {
    display: flex;
    padding: 1em 0;
    border-bottom: 1px solid lightgray;
}

.service-display .service-display-2 .service-display-2-1 .service-display-column-name {
    font-weight: bold;
    width: 20em;
    text-align: left;
}

.service-display .service-display-2 .service-display-2-1 .service-display-column-data {
    white-space: pre-wrap;
    text-align: left;
    width: 60em;
    color: gray;
}

/****************************************************************************************************
  display_content / master-admin-service-display.php
*****************************************************************************************************/

.main .sub-main .service-content-display {
    display: flex;
    justify-content: center;
    /* align-items: end; */
    padding: 0 2em;
    border: 1px solid lightgray;
    color: gray;
}

.main .sub-main .service-content-display .service-content-display-main {
    text-align: left;
    width: 70%;
    padding-right: 5em;
}

.main .sub-main .service-content-display .service-content-display-main h3{
    margin: 0;
}

.main .sub-main .service-content-display .service-content-display-main p {
    margin-bottom: 2em;
}

.main .sub-main .service-content-display .service-content-display-main .service-content-display-main-description {
    white-space: pre-wrap;
}

.main .sub-main .service-content-display .service-content-display-sidebar {
    text-align: left;
    padding-left: 1em;
    padding-top: 2em;
}

.main .sub-main .service-content-display .service-content-display-sidebar ul {
    margin-left: 1em;
    padding: 0;
}

/****************************************************************************************************
  login_page / master-admin-login-page.php
*****************************************************************************************************/

/****************************************************************************************************
  more_pages / support_services / ict_department / master-admin-ict-asset-allocate-display.php
*****************************************************************************************************/

.main .display-div {
    margin: auto;
    padding: 0 1em;
    /* width: 70%; */
    border: 1px solid lightgray;
    margin-bottom: 5em;
    padding-bottom: 3em;
    border-radius: 5px;
    /* background-color: rgb(240, 240, 240); */
}

.main .display-div .header{
    display: flex;
    justify-content: space-around;
    margin: 1em 0;
    margin-bottom: 1em;
    /* border-bottom: 1px solid gray; */
}

.main .display-div .print-header-address{
    border-bottom: 1px solid lightgray;
}

.main .display-div .header div img {
    height: 5em;
    /* margin: 0 3em; */
}

.main .display-div .header div p {
    text-align: center;
    /* border: 1px solid gray; */
    margin: 0.25em;
}

.main .display-div .header div p:nth-child(1) {
    font-weight: bolder;
    font-size: 1em;
}

.main .display-div .header div p:nth-child(2) {
    font-weight: bolder;
    font-size: 1.30em;
    color: #3d6148
}

.main .display-div .header div p:nth-child(3) {
    font-weight: bolder;
    font-size: 1.10em;
}

.main .display-div .display-sections .display-section-heading {
    text-align: left;
    background-color: lightgray;
}

.main .display-div .display-sections .display-section-image {
    display: flex;
    justify-content: space-between;
    margin-bottom: 2em;
}

.main .display-div .display-sections .display-section-image img {
    width: 10em;
    height: 10em;
    object-fit: cover;
    border-radius: 10px;
}

.main .display-div .display-sections .display-section .display-section-key-value {
    display: flex;
    padding: 0.25em 0;
    border-bottom: 1px solid lightgray;
}

.main .display-div .display-sections .display-section .display-section-key-value {
    display: flex;
    color: gray;
}

.main .display-div .display-sections .display-section .display-section-key-value .display-section-key {
    text-align: left;
    font-weight: bold;
    width: 20em;
}

.main .display-sections-print {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 3em 0;
}

.main .display-sections-print a{
    margin-left: 1em;
}

/****************************************************************************************************
  more_pages / support_services / ict_department / master-admin-ict-asset-allocate-view-scanned-image.php
*****************************************************************************************************/

.main .display-div .display-allocated-asset-imgs {
    display: flex;
    justify-content: center;
    /* background-color: #3d6148; */
}

.main .display-div .display-allocated-asset-imgs .display-allocated-asset-img img {
    width: 20em;
    height: 20em;
    object-fit: cover;
    margin: 0 1em;
    border: 1px solid lightgrey;
    border-radius: 5px;
}

.main .display-div .display-allocated-asset-imgs .display-allocated-asset-img .display-allocated-asset-img-delete {
    width: 1.5em;
    height: 1.5em;
    object-fit: cover;
}

.main .display-div .display-allocated-asset-pdfs .display-allocated-asset-pdf {
    display: flex;
    justify-content: center;

}

.main .display-div .display-allocated-asset-pdfs .display-allocated-asset-pdf form {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 1em;
}

.main .display-div .display-allocated-asset-pdfs .display-allocated-asset-pdf form a {
    margin-left: 1em;
    text-decoration: none;
}

.main .display-div .display-allocated-asset-pdfs .display-allocated-asset-pdf form button {
    margin: 0 1em;
}

.main .display-div .display-allocated-asset-pdfs .display-allocated-asset-pdf form img {
    width: 1.5em;
    height: 1.5em;
    object-fit: cover;
}

/****************************************************************************************************
  nav_pages / about.php (general - admin & master admin)
*****************************************************************************************************/

/*------------------------- about main -------------------------*/

.about {
    display: flex;
    margin: 0 1em;
    background-color: rgb(228, 228, 228);
    border-radius: 10px;
}

.about img {
    float: right;
    border-radius: 10px;
    width: 60%;
    /* height: 100%; */
    height: 40em;
    object-fit: cover;
    /* border: 1px solid red; */
}

.about .about-contents {
    margin: 0 1em;
    width: 40%;
}

.about .about-content-title {
    color: goldenrod;
    font-weight: bold;
    font-size: 3em;
    text-align: left;
    margin: 0;
}

.about .about-content-description {
    text-align: justify;
    white-space: pre-wrap;
}

/****************************************************************************************************
  nav_pages / contact.php (general - admin & master admin)
*****************************************************************************************************/

/*------------------------- contact main -------------------------*/

.contact .contact-contents .contact-content-question {
    color: goldenrod;
    font-size: 1.5em;
}

.contact .contact-contents .contact-content-title {
    color: black;
    font-size: 2.5em;
}

.contact .contact-contents .contact-content-subtitle {
    font-weight: bold;
}

.contact .contact-contents .contact-content-div {
    display: flex;
    justify-content: space-around;
    background-color: rgb(228, 228, 228);
}

.send-us-message {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 2em;
}

.send-us-message .send-us-message-text {
    color: rgb(46, 142, 88);
}

.send-us-message .send-us-message-line {
    width: 20%;
    border: 1px solid rgb(46, 142, 88);
    margin: 3px;
}

.contact .contact-contents .contact-content-form {
    display: flex;
    justify-content: center;
    background-color: gold;
    text-align: center;
    padding: 1em;
}

.contact .contact-contents .contact-content-form form {
    border: 1px solid none;
    width: 50%;
}

.contact .contact-contents .contact-content-form form .form-input {
    display: flex;
    border: 1px solid none;
}

.contact .contact-contents .contact-content-form form .form-input input {
    padding: 1em;
    margin: 0.25em 0;
    width: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
}

.contact .contact-contents .contact-content-form form .form-textarea {
    width: 100%;
}

.contact .contact-contents .contact-content-form form .form-textarea textarea {
    width: 100%;
    height: 150px;
    border-radius: 5px;
    border: none;
    outline: none;
    resize: none;
}

.contact .contact-contents .contact-content-form form .form-select select {
    padding: 0.5em;
    width: 100%;
    border-radius: 5px;
    border: none;
    outline: none;
}

.contact .contact-contents .contact-content-form form .form-button {
    border: 1px solid none;
}

.contact .contact-contents .contact-content-form form .form-button button {
    width: 100%;
    padding: 1em;
    border-radius: 5px;
    color: white;
    background-color: rgb(48, 74, 74);
    border: 1px solid orange;
    outline: none;
}

.contact .contact-contents .contact-content-form form button:hover {
    cursor: pointer;
}

/****************************************************************************************************
  nav_pages / location.php (general - admin & master admin)
*****************************************************************************************************/

/*------------------------- location main -------------------------*/

.map {
    width: 100px;
    height: 100px;
}

/****************************************************************************************************
  nav_pages / service.php (general - admin & master admin)
*****************************************************************************************************/

/*------------------------- service main -------------------------*/

.service-main {
    width: 100%;
}

.service {
    display: flex;
}

.service .service-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.service .service-contents .service-content {
    width: 32%;
    margin: 3px;
    background-color: goldenrod;
    border-radius: 5px;
    padding-bottom: 2em;
}

.service .service-contents .service-content img {
    width: 3em;
    height: 3em;
    background-color: white;
    margin: 5px;
    padding: 15px;
    border-radius: 50%;
    object-fit: cover;
}

.service .service-contents .service-content .service-content-title {
    font-size: large;
    font-weight: bold;
}

.service .service-contents .service-content .service-content-short-descr {
    text-align: center;
    margin: 5px;
    margin-bottom: 10px;
}

.service .service-contents .service-content a {
    text-decoration: none;
    text-transform: uppercase;
    color: blue;
    padding: 10px;
}

/****************************************************************************************************
  index.php
*****************************************************************************************************/

/*------------------------- index main -------------------------*/

.index-main {
    display: flex;
    justify-content: center;
    /* align-items: center; */
    width: 100%;
    min-height: 600px;
    border: 1px solid none;
    background-image: url("../images/home_image.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    backdrop-filter:brightness(100%);
}

/*------------------------- main -------------------------*/

/* .main .main-content {
    width: 80%;
}

.main .sidebar-content {
    width: 20%;
} */

.main .home-welcome-title {
    font-size: 3em;
    font-weight: bold;
    margin: 50px;
    color: white;
    text-shadow: -1px 1px 0 darkslategray,
                 1px 1px 0 darkslategray,
                 1px -1px 0 darkslategray,
                 -1px -1px 0 darkslategray;
}

.main .home-welcome-title span{
    color: rgba(255, 217, 0, 0.5);
    text-shadow: -1px 1px 0 black,
                 1px 1px 0 black,
                 1px -1px 0 black,
                 -1px -1px 0 black;
}

.main .home-welcome-message {
    margin: 0 6em;
    padding: 1em;
    white-space: pre-wrap;
    background-color: rgba(245, 245, 245, 0.7);
    color: gray;
}

.main .find-doc-appointment {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main .find-doc-appointment a{
    text-decoration: none;
    color: blue;
    font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    background-color: rgba(255, 255, 255, 0.8);
    margin: 10px;
    padding: 2em 3.25em;
    border: 1px solid gray;
    border-radius: 50px;
}

.main .find-doc-appointment a:hover{
    background-color: rgb(255, 255, 255);
    border: 1px solid white;
}