﻿
@media (max-width: 400px) {
    .stackOnSmall {
        display: block;
        width: 100%;
        margin-bottom: 10px; /* Optional: Add some spacing between buttons */
        margin-left: 0 !important;
        margin-right: 0 !important;
    }

    .colButtons {
        display: flex;
        flex-direction: column;
        align-items: center !important;
        Center items horizontally
    }

    #save {
        order: 0; /* Move Create New Person button to the top */
    }

    #cancel {
        order: 2; /* Move Create New Person button to the top */
    }
    .HeaderFont {
        font-size:20px !important;
    }
    .alert{
        word-break:break-word
    }
}
.HeaderFont {
    font-size: 24px;
}
.checkbox {
    text-align: center; /* center checkbox horizontally */
    vertical-align: middle; /* center checkbox vertically */
}

.card-header .title {
    font-size: 17px;
    color: dimgray;
}

.card-header .accicon {
    float: right;
    font-size: 18px;
    width: 1.2em;
    padding-right: 8px;
}

.card-header {
    cursor: pointer;
    border-bottom: none;
    padding: 7px !important;
    height: 37px;
}

.card {
    border: 1px solid #ddd;
}

.card-body {
    border-top: 1px solid #ddd;
}

.card-header:not(.collapsed) .rotate-icon {
    transform: rotate(180deg);
}


.breadcrumb {
    background-color: white !important;
}

.btn-danger {
    color: #fff;
    background-color: #d9534f !important;
    border-color: #d43f3a !important;
}
.text-danger {
    color: #d9534f !important;
}
    .login-save-button {
    background-color: lightgray;
    width: 100%;
    transition: background-color 0.3s; /* Add a smooth transition effect */
    font-size:16px;
    color:black;
}

    .login-save-button:hover {
        background-color: #f0f0f0; /* Lighter color on hover */
    }

.form-control {
    border-color: black !important;
}

.card-body-no-border {
    border:none;
}

.card-no-border {
    border: none;
}

.headerColumn {
    flex-direction: row;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

@media (max-width: 576px) {
    .headerColumn {
        flex-direction: row;
        max-width: 100%;
        text-wrap: nowrap;    
    }
    #linkPadding {
     display:none
    }
}

body {
    background-color: #f2f2f2 !important;
}

.main-panel {
    max-width: 1200px;
    margin: 0 auto;
    background-color: white;
    border: 1px solid #ddd; /* Border color */
    padding: 20px !important;
    overflow-y: hidden; /* Enable vertical scrollbar if content exceeds the height */
    margin-bottom: 0px;
    height: auto;
}

.header-panel {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f2f2f2;
    padding: 20px !important;
}

.footer-panel {
    max-width: 1200px;
    margin: 0 auto;
    background-color: #f2f2f2;
    text-align: center;
    padding: 0px;
}

.header-text-extra-large-grey {
    font-family: Verdana;
    font-size: 28px;
    font-weight: normal;
    font-style: normal;
    color: rgb(96, 96, 96);
}

.header-text-large-plus-grey {
    font-family: Verdana;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    color: rgb(96, 96, 96);
}

.header-text-large-grey {
    color: rgb(96, 96, 96);
    font-family: Verdana;
    font-size: 18px;
    line-height: 22px;
    text-align: left;
    vertical-align: text-top;
}

.normal-text-grey {
    color: rgb(96, 96, 96);
    font-family: Verdana;
    font-size: 12px;
    line-height: 22px;
    text-align: left;
    vertical-align: text-top;
}

.header-text-grey {
    color: rgb(96, 96, 96);
    font-family: Verdana;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    vertical-align: text-top;
}

.header-text-grey-bold {
    color: rgb(96, 96, 96);
    font-family: Verdana;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    vertical-align: text-top;
    font-weight:bold;
}

.highlight-ivory {
    background-color: ivory;
    padding: 10px;
}

.logo {
    margin-right: 10px;
}

.padding-div {
    height: 15px;
}
.normal-links,
.normal-links a {
    color: #0645AD;
    font-family: Verdana;
    font-weight: normal;
    font-size: 14px;
    text-decoration: none; /* Remove the default underline */
}

    .normal-links a:hover {
        color: #000000 !important;
        text-decoration: underline !important; /* Add underline on hover */
    }

.top-links {
    color: #333333;
    font-family: Verdana;
    font-weight: normal;
    font-size: 12px;
    float: right;
}

    .top-links a {
        color: #333333;
        font-family: Verdana;
        font-weight: normal;
        font-size: 12px
    }

        .top-links a:hover {
            color: #000000;
            font-family: Verdana;
            font-weight: normal;
            font-size: 12px;
            text-decoration:underline !important;
        }

.small-text {
    font-family: Verdana;
    font-size: 10px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
}

.normal-text {
    font-family: Verdana;
    font-size: 12px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
}

.normal-text-plus {
    font-family: Verdana;
    font-size: 14px;
    font-weight: normal;
    font-style: normal;
    color: #333333;
}

.event-header-red {
    font-family: Verdana;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    color: #e4002b;
    text-decoration: none !important;
}

/*    .event-header-red:hover {
        text-decoration: underline !important;
        color: #e4002b;
    }*/

.event-header-plus {
    font-family: Verdana;
    font-size: 24px;
    font-weight: normal;
    font-style: normal;
    color: #e4002b;
}

.twelve {
    font-size: 12px;
}

.ten-grey {
    font-size: 10px;
    color: rgb(96, 96, 96);
    font-family: Verdana;
}

.twelve-grey {
    font-size: 12px;
    color: rgb(96, 96, 96);
    font-family: Verdana;
}

.fourteen-point {
    font-size: 14px;
}

.sixteen-point {
    font-size: 16px;
}

.sixteen-point-grey {
    font-size: 16px;
    color: rgb(96, 96, 96);
    font-family: Verdana;
}

.eighteen-point {
    font-size: 18px;
}

.eighteen-point-grey {
    font-size: 18px;
    color: rgb(96, 96, 96);
    font-family: Verdana;
}

.two-hundred-width {
    width: 200px;
}

.three-hundred-width {
    width:300px;
}

.five-hundred-width {
    max-width: 500px;
}

.image-normal {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
}

.image-full-width {
    display: none;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}

.image-full-width-block {
    display: block;
    margin: 0;
    padding: 0;
    border: none;
    width: 100%;
}


.information-box {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-color: whitesmoke;
    border: 0px solid;
    border-color: darkgray;
}

.dark-grey-border {
    border-color: darkgray !important;

}

.caurosel-no-border {
    margin: -20px;
    margin-bottom: 20px;
}

.form-full-width {
    width: 100%;
}

.bg-color-whitesmoke {
    background-color: whitesmoke;
}


.my-form-check {
    display: flex;
    align-items: flex-start;
}

    .my-form-check .form-check-input {
        margin-top: 1px; /* Adjust the margin as needed */
    }

.line-above-last-item {
    border-top: 1px solid darkgray; /* Adjust the color and style as needed */
}

.italic {
    font-style:italic;
}

.dark-grey-text {
    color: rgb(96, 96, 96);
}

.height-160 {
    height: 160px;
}

.height-300 {
    height: 300px;
}

.no-gutters {
    margin-right: 0;
    margin-left: 0;
}

    .no-gutters [class^="col-"],
    .no-gutters [class*=" col-"] {
        padding-right: 0;
        padding-left: 0;
    }

.equal-height-container {
    display: flex;
    flex-wrap: wrap;
}

.equal-height-column {
    flex: 1;
    margin: 5px; /* Adjust margin as needed */
}

.normal-text-grey {
    color: rgb(96, 96, 96);
    font-family: Verdana;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    vertical-align: text-top;
}

tr.no-border {
    border: none;
}

.image-resize {
    max-width: 100%; 
    height: auto;
}

.div-padding {
    min-width: 290px;
}

.text-grey-bold {
    color: rgb(96, 96, 96);
    font-family: Verdana;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
    vertical-align: text-top;
    font-weight: bold;
}