﻿.jtable-input-field-container {
    -webkit-column-count: 2;
    -webkit-column-gap: 1px;
    -moz-column-count: 2;
    -moz-column-gap: 1px;
    column-count: 2;
    column-gap: 1px;
    column-fill: balance;
}
.ui-widget input,.ui-widget textarea {
    width:280px;
}
.ui-widget input, .ui-widget select, .ui-widget textarea {
    padding: 3px 6px;
    font-size: 1em;
    line-height: 1em;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.ui-dialog .ui-dialog-buttonpane {
    margin-top: .0em;
    padding: .0em;
    background:#cccccc
}
.ui-widget-header{
    font-weight:normal;
    background-color:#cccccc;
}
.ui-widget.ui-widget-content {
    border: 1px solid #343a40;
    background:#eee;
}
form.jtable-dialog-form div.jtable-input-field-container {
    padding: 2px 0px 0px 0px;
    border-bottom: 0px solid #ddd;
}
.table-condensed{
  font-size: 12px;
}
.search-box {
    padding: 2px 5px;
    font-size: 1rem;
    line-height: 1em;
    color: #555555;
    vertical-align: middle;
    background-color: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 4px;
    font: inherit;
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.pin{
    cursor:pointer;
}
input[type="checkbox"] {
   width:20px;
}

.jtable-column-header-text{
    font-size:0.6rem;
}
.SamplingImg img {
	width:100%;
	border-radius:5px;
	padding:1px;
	float:left;
}
.SamplingImg {
	width:100%;
	display: inline-block;
	background: #FEFEFE;
	border: 2px solid #FAFAFA;
	box-shadow: 0 1px 2px rgba(34, 25, 25, 0.4);
	-webkit-column-break-inside: avoid;
	-moz-column-break-inside: avoid;
	break-inside: avoid;
	padding: 0.5px;
	padding-bottom: 0.5px;
	background: -webkit-linear-gradient(45deg, #FFF, #F9F9F9);
	opacity: 1;
	border-radius:5px;
	
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}

.border-right {
    border-right: 1px solid #343a40; /* Adjust the color and width as needed */
}

/*Check box list*/
ul.fltroptn {
    list-style: none outside none;
    margin: 0 0 0px;
    max-height: 350px;
    overflow: auto;
    padding: 0;
    background: #fff;
}

ul.fltroptn li {
    clear: left;
    float: left;
    line-height: 25px;
    padding: 0;
    width: 94%;
}

ul.fltroptn li span {
    float: left;
    font-size: 12px;
    font-weight: normal;
    white-space: pre;
}

ul.fltroptn li span input {
    float: left;
    margin-right: 3px;
    margin-top: 5px;
}
/*Check box list end*/

.card-title {
    font-weight: bold;
    text-align: center;
    margin-top: 10px;
}

.card-icon {
    margin-right: 15px;
}

.card-number {
    font-size: 1.5rem;
    font-weight: bold;
    margin-left: 0px;
}
.calendar-heading {
    margin-bottom: 10px;
    font-weight: bold;
}
.footer {
    background-color: #fafafa;
    color: white;
    padding: 10px 0;
    position: fixed;
    width: 100%;
    bottom: 0;
 
}

    .footer a {
        color: #d4d4d4;
    }

        .footer a:hover {
            color: #d4af37;
            text-decoration: none;
        }

.social-icons i {
    font-size: 1.5rem;
    margin: 0 10px;
}
.bg-Teal-light {
    background-color: #14b8a6 !important;
    color: white;
}
.bg-Teal {
    background-color: #14b8a6 !important;
}
.bg-Rose {
    background-color: #fecdd3 !important;
}
.bg-Indego {
    background-color: #a5b4fc !important;
}
.profile-img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 2px solid #ddd;
}

.nav-link {
    font-size: 1.1rem;
}

.tab-content {
    margin-top: 20px;
}
.ui-dialog .ui-dialog-titlebar-close {
    background-color: #f1f5f9 !important;
    border: 2px solid #64748b !important;
    border-radius: 5px;
}
.ui-dialog .ui-dialog-buttonpane button {
    background-color: #f1f5f9 !important;
    padding: 4px;
    border: 2px solid #64748b !important;
    border-radius: 5px;
}
.SamplingImg img {
    width: 100%;
    border-radius: 5px;
    padding: 1px;
    float: left;
}
.date-card {
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    text-align: center;
    width: 80px;
    margin: 0 auto;
}

    .date-card .card-header {
        background-color: #007bff;
        color: #fff;
        padding: 0
    }

    .date-card .card-body {
        font-size: 12px;
        font-weight: bold;
        padding: 0
    }

    .date-card .card-footer {
        background-color: #f8f9fa;
        color: #6c757d;
        padding: 0
    }
.circle-number {
    display: inline-block;
    width: 30px; /* Adjust the size as needed */
    height: 30px; /* Adjust the size as needed */
    border-radius: 50%;
    background-color: #ffc107; /* Adjust the background color as needed */
    color: white; /* Adjust the text color as needed */
    text-align: center;
    line-height: 30px; /* This should be equal to the height to center the text vertically */
    font-weight: bold;
    margin-left: 10px; /* Optional: Adds some space between the text and the circle */
}
.fixed-panel {
    position: fixed;
    top: 60px;
    right: 5px;
    width: 300px;
    z-index: 1000;
    background-color: white;
    border-left: 1px solid #ccc;
    height: 100%;
    overflow-y: auto;
}
.split-container {
    display: flex;
    height: 100vh;
}

.left-pane, .right-pane {
    overflow: auto;
}

.resizer {
    width: 10px;
    cursor: ew-resize;
    background-color: #f1f1f1;
}
.badge {
    display: inline-block;
    padding: 0.2em 0.4em;
    font-size: 0.7em;
    color: #fff;
    background-color: #e60707;
    border-radius: 0 5px 0 0; /* Top right border radius */
    margin-left: 0.2em;
    position: absolute;
    bottom: 2px;
    left: 2px;
}

.ui-datepicker td {
    position: relative;
}
td.editable {
    cursor: pointer;
}

td.editing {
    padding: 0;
}

    td.editing textarea {
        display: block;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        resize: none;
        font: inherit;
        padding: 0;
        margin: 0;
        border: none;
        overflow: hidden;
        background: none;
        outline: none;
    }

.navbar-brand-logo {
    width: 130px; /* Adjust the width as needed */
    height: 30px; /* Adjust the height as needed */
    border-radius: 10px; /* Adjust the border-radius for the desired rounding */
}

.footer-brand-logo {
    width: 180px; /* Adjust the width as needed */
    height: 180px; /* Adjust the height as needed */
    border-radius: 10px; /* Adjust the border-radius for the desired rounding */
}