﻿
.card label {
    margin: 0;
    display: inline;
    line-height: inherit;
}

.vertical table {
    border-collapse: collapse;
    width: 100%;
}

.vertical th, td {
    border: 1px solid #000;
    padding: 10px;
    text-align: center;
    vertical-align: top; /* Aligns content to the top */
}


/* Flexibility in height */
.vertical td {
    height: auto; /* Allows for dynamic height */
}

.webgrid-header-transpose {
    color: white;
    /* padding-top: 5px; */
    text-align: center;
    background-color: #2f5d83;
}

.solidBlackBorder {
    border: 1px solid black;
}


.vertical {
    display: -webkit-inline-box;
    -ms-grid-rows: auto auto;
    -ms-grid-columns: auto auto;
}

    .vertical thead {
        -ms-grid-row: 2;
        -ms-grid-column: 1;
        word-break: break-word;
    }

    .vertical tbody {
        -ms-grid-row: 2;
        -ms-grid-column: 2;
    }

    .vertical caption {
        -ms-grid-row: 1;
        -ms-grid-column: 1;
        -ms-grid-column-span: 2;
    }

    .vertical thead {
        display: flex;
        flex-shrink: 0;
        min-width: min-content;
        word-break: break-word;
    }

    .vertical tbody {
        display: flex;
    }

    .vertical .spanClass {
        color: red;
        display: block;
        font-size: 11px;
        overflow-wrap: break-word;
    }

    .vertical tr {
        display: flex;
        min-width: min-content;
        flex-shrink: 0;
        flex-direction: column;
    }

    .vertical td, .vertical th {
        display: inline-grid;
        word-break: break-word;
        min-height: 56px;
        padding: 0px;
        align-content: center;
    }



.grpValidate {
    margin-left: 21px;
    font-size: 17px;
}

.webgrid-table {
    width: auto !important;
    display: inline-table;
    border-collapse: collapse;
    background-color: white;
}

.required-sign:after {
    content: " *";
    color: red;
}

.file-import-section {
    background-color: #ffffff;
    margin: 0 auto;
    padding: 10px;
    /* border: 1px #b7b7b7 solid; */
    border-radius: 10px;
    box-shadow: 0 2px 5px 0 rgb(0 0 0 / 16%), 0 2px 10px 0 rgb(0 0 0 / 12%);
}

#adhocFormPDFPreview {
    display: none;
    width: 100%;
    border: 2px solid #2f5d83;
}

.adhocFieldContent {
    word-wrap: break-word;
}

.star {
    padding: 10px;
}

    .star:hover {
        transform: scale(1.5);
    }

.AdhocHtmlField ul, .AdhocHtmlField ol {
    margin-left: 30px;
}

#viewMap {
    width: 100%;
    height: 300px;
    background-color: grey;
}

.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1510 !important;
    float: left;
    display: none;
    min-width: 160px;
    width: 350px;
    max-height: 450px;
    overflow: auto;
    padding: 4px 0;
    margin: 2px 0 0 0;
    list-style: none;
    background-color: #ffffff;
    border-color: #ccc;
    border-color: rgba(0, 0, 0, 0.2);
    border-style: solid;
    border-width: 1px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
    *border-right-width: 2px;
    *border-bottom-width: 2px;
}

.ui-menu-item > a.ui-corner-all {
    display: block;
    padding: 3px 3px;
    clear: both;
    font-weight: normal;
    line-height: 18px;
    color: #555555;
    white-space: nowrap;
    text-decoration: none;
}

.ui-state-hover, .ui-state-active {
    color: #ffffff;
    text-decoration: none;
    background-color: #0088cc;
    border-radius: 0px;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    background-image: none;
}

.digiSignDiv {
    border: 1px solid #e3e3e3;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

.econsentCheckbox {
    display: inline-block;
    /*        width: 20px;
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        height: 20px;*/
    position: absolute;
}

.econsentDiv {
    display: inline-block;
    margin-left: 20px;
    word-break: break-all;
    max-width: 400px;
    overflow: auto;
}

#FileEconsentDescription {
    word-break: break-all;
}

.progress {
    height: auto;
    line-height: inherit;
    font-size: 0.9rem;
}

.progress-bar {
    overflow: unset;
    color: #000;
}

.iconCursor {
    padding-top: 2px;
    padding-bottom: 2px;
    cursor: pointer;
}

.iconAdd {
    font-size: 18px;
    color: black;
}

.iconDelete {
    font-size: 18px;
    color: red;
}

.apptSlotBox {
    border: 1px solid #ced4da;
    padding: 5px 0px;
    border-radius: 15px;
    background: #f8f8f8;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.10);
    transition: box-shadow 0.3s ease-in-out;
    margin: 0px;
}
/*.apptSlotBox:hover {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                }*/
.flexCard {
    display: flex;
    flex-direction: column;
}

.box1 img {
    width: 90px;
    height: 90px;
    margin-left: -15px;
}

.box1 {
    /*padding:5px;*/
}

.StudentID {
    width: 100%;
    word-break: break-all;
}

.box2 {
    word-break: break-all;
}


@media only screen and (max-width: 768px) {
    .modal-dialog {
        width: auto !important;
    }
}
/* to slove timepicker border issue*/
.timepicker th, td {
    border: none;
    padding: 0px;
}

.date-red {
    cursor: default !important;
    pointer-events:none;
}

.date-red a {
    background-color: red !important;
    
}



.date-green a {
    background-color: green !important;
}




summary {
    display: list-item
}

 .p-margin{
    margin: 0
}

fieldset {
    margin: 0;
    padding: 0
}

legend {
    padding: 0
}

ol, ul, menu {
    list-style: none;
    margin: 0;
    padding: 0
}





  







.mb-6 {
    margin-bottom: 1.5rem
}

.mt-0\.5 {
    margin-top: .125rem
}

.mt-1 {
    margin-top: .25rem
}

.flex {
    display: flex
}

.grid {
    display: grid
}

.h-4 {
    height: 1rem
}

.h-5 {
    height: 1.25rem
}

.h-8 {
    height: 2rem
}

.min-h-screen {
    min-height: 100vh
}

.w-4 {
    width: 1rem
}

.w-5 {
    width: 1.25rem
}

.w-8 {
    width: 2rem
}

.w-full {
    width: 100%
}

.max-w-4xl {
    max-width: 56rem
}

.flex-1 {
    flex: 1 1 0%
}

.flex-shrink-0 {
    flex-shrink: 0
}

.cursor-pointer {
    cursor: pointer
}

.grid-cols-1 {
    grid-template-columns: repeat(1,minmax(0,1fr))
}

.items-center {
    align-items: center
}

.justify-center {
    justify-content: center
}

.justify-between {
    justify-content: space-between
}

.gap-6 {
    gap: 1.5rem
}



.rounded-lg {
    border-radius: .5rem
}

.rounded-t-lg {
    border-top-left-radius: .5rem;
    border-top-right-radius: .5rem
}

.border {
    border-width: 1px
}

.border-b {
    border-bottom-width: 1px
}

.border-t {
    border-top-width: 1px
}



.border-blue-200 {
    --tw-border-opacity: 1;
    border-color: rgb(191 219 254 / var(--tw-border-opacity, 1))
}

.border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
}

.border-gray-300 {
    --tw-border-opacity: 1;
    border-color: rgb(209 213 219 / var(--tw-border-opacity, 1))
}

.bg-amber-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(255 251 235 / var(--tw-bg-opacity, 1))
}

.bg-blue-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1))
}

.bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1))
}

.bg-green-600 {
    --tw-bg-opacity: 1;
    background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1))
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1))
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right,var(--tw-gradient-stops))
}



.to-blue-700 {
    --tw-gradient-to: #1d4ed8 var(--tw-gradient-to-position)
}

.p-4 {
    padding: 1rem
}

.p-6 {
    padding: 1.5rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.py-2 {
    padding-top: .5rem;
    padding-bottom: .5rem
}

.py-3 {
    padding-top: .75rem;
    padding-bottom: .75rem
}

.py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem
}

.pt-3 {
    padding-top: .75rem
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-semibold {
    font-weight: 600
}


.text-green-total-payment-600 {
    --tw-text-opacity: 1;
    color: #aece4e
}




.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}



/* field thne*/
.fieldThemeOption
{
    margin-bottom:0px;
}

.fieldThemeGridRender {
    display: grid;
    grid-template-columns: repeat( auto-fit, minmax( min(100%, var(--fieldThemeMinWidth,220px)), 1fr ) );
    gap: 12px;
}

.fieldThemeItem {
    display: flex;
    flex-direction: column;
    width: 100%;
    position:relative;
    margin-bottom:5px;
}

.fieldThemeOption {
    position: relative;
    display: flex;
    align-items: flex-start;
    width: 100%;
    /*padding: 12px;*/
    box-sizing: border-box;
}

.fieldThemeDescription {
    color: #666;
}

.fieldThemeItem .infoModal {
    color: #aece4e;
    cursor: pointer;
    padding-left:5px;
}
.fieldThemeItem .ctmRadio, .fieldThemeItem .myCheckbox {
    margin-left: inherit !important;
}


.fieldThemeText {
    flex: 1;
    padding-left:5px;
    word-break: break-word;
}

    .fieldThemeText span {
        display: block;
    }

.fieldThemeCheckMark
{
    margin-right:10px;
}
.fieldThemeHideSelector {
    position: absolute;
    left: -9999px;
    opacity: 0;
}

.fieldThemeItem .order-first {
    margin-left: 5px;
}