.wlsm-font-bold {
	font-weight: 600;
}

.text-secondary {
	color: #6c757d !important;
}

.text-dark {
	color: #343a40 !important;
}

/*.table-responsive {
	display: table;
	overflow: unset;
}*/
.w-100 {
	width: 100%;
}

.text-right {
	text-align: right;
}

.text-center {
	text-align: center;
}

.float-right {
	float: right !important;
}

.wlsm .row {
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.wlsm .col {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.wlsm .col-auto {
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.wlsm .col-1 {
	-ms-flex: 0 0 8.333333%;
	flex: 0 0 8.333333%;
	max-width: 8.333333%
}

.wlsm .col-2 {
	-ms-flex: 0 0 16.666667%;
	flex: 0 0 16.666667%;
	max-width: 16.666667%
}

.wlsm .col-3 {
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.wlsm .col-4 {
	-ms-flex: 0 0 33.333333%;
	flex: 0 0 33.333333%;
	max-width: 33.333333%
}

.wlsm .col-5 {
	-ms-flex: 0 0 41.666667%;
	flex: 0 0 41.666667%;
	max-width: 41.666667%
}

.wlsm .col-6 {
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.wlsm .col-7 {
	-ms-flex: 0 0 58.333333%;
	flex: 0 0 58.333333%;
	max-width: 58.333333%
}

.wlsm .col-8 {
	-ms-flex: 0 0 66.666667%;
	flex: 0 0 66.666667%;
	max-width: 66.666667%
}

.wlsm .col-9 {
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.wlsm .col-10 {
	-ms-flex: 0 0 83.333333%;
	flex: 0 0 83.333333%;
	max-width: 83.333333%
}

.wlsm .col-11 {
	-ms-flex: 0 0 91.666667%;
	flex: 0 0 91.666667%;
	max-width: 91.666667%
}

.wlsm .col-12 {
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

/* Start School Header */
.wlsm-school-header {
	margin-bottom: 8px;
	padding-bottom: 7px;
	border-bottom: 1px solid #ccc;
}

.wlsm-print-school-logo {
	max-width: 100px !important;
	max-height: 70px !important;
}

.wlsm-print-school-label {
	font-size: 22px;
	font-weight: 600;
}

.wlsm-print-school-contact {
	font-size: 12px;
}

/* End School Header */

/* Start ID Card */
/* ===========================
   ID Card Container
=========================== */
.wlsm-print-id-card-container {
	position: relative;
	box-sizing: border-box;
	border: 1px solid #000;
	width: 306px;
	height: 485px;
	margin: 5px auto 0 auto;
	padding: 6px;
}

/* School Logo & Info */
.wlsm-print-id-card-container .wlsm-print-school-logo {
	max-width: 60px !important;
	max-height: 50px !important;
}

.wlsm-print-id-card-container .wlsm-print-school-label {
	margin-left: 8px;
	font-size: 16px;
	font-weight: bold;
}

.wlsm-print-id-card-container .wlsm-print-school-contact {
	font-size: 8.5px;
}

/* School Header */
.wlsm-print-id-card-container .wlsm-school-header {
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 0 !important;
	border-bottom: 0;
	height: 60px;
}

.wlsm-print-id-card-container .wlsm-school-header .col-9 {
	text-align: left;
	padding-left: 0;
}

/* Student Photo Box */
#wlsm-print-exam-admit-card .wlsm-student-photo-box {
	width: 125px;
	height: 160px;
}

#wlsm-print-exam-admit-card .wlsm-student-photo {
	width: 100%;
	height: 100%;
}

.wlsm-print-id-card-container .wlsm-print-id-card-photo-box {
	box-sizing: border-box;
	border: 2px solid #1d6ff7;
	width: 133px;
	height: 129px;
	margin: 23px 0 0 5px;
	position: relative;
	border-radius: 104px;
	display: inline-block;
}

.wlsm-print-id-card-container .wlsm-print-id-card-photo {
	width: 100% !important;
	height: 100% !important;
	display: block;
	border-radius: 97px;
}

/* Admission Number & Session Label on Photo */
.wlsm-print-id-card-container .wlsm-print-id-card-photo-admission-number {
	position: absolute;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 9px;
	white-space: nowrap;
}

.wlsm-print-id-card-container .wlsm-print-id-card-photo-session-label {
	position: absolute;
	left: -90px;
	top: 40%;
	transform: rotate(-90deg) translateY(9%);
	transform-origin: center center;
	font-size: 11px;
	white-space: nowrap;
	color: #fff;
	font-weight: bold;
}

/* Student Name & Details */
.wlsm-print-id-card-container .wlsm-id-card-student-name {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 0px;
	color: #f8890f;
}

.wlsm-print-id-card-container .wlsm-print-id-card-details {
	padding-right: 25px;
	padding-left: 25px;
}

.wlsm-print-id-card-container .wlsm-print-id-card-detailss {
	padding-right: 15px;
	padding-left: 12px;
	padding-top: 78px;
	text-align: center;
}

.wlsm-print-id-card-container .wlsm-id-card-student-table {
	width: 100%;
	font-size: 10px;
	line-height: 1.6;
	border-collapse: collapse;
}

.wlsm-print-id-card-container .wlsm-id-card-student-table td {
	padding: 1px 0px;
	vertical-align: top;
	/* width: 0px; */
}

.wlsm-print-id-card-container ul {
	list-style-type: none;
	padding: 0;
}

.wlsm-print-id-card-container li {
	font-size: 12px;
	padding: 0;
	margin: 4px 0;
}

/* Authorized Signature */
/* Footer stays at bottom */
.wlsm-print-id-card-container .wlsm-print-id-card-footer {
	position: absolute;
	bottom: 10px;
	width: 100%;
}

/* Signature box fixed on right */
.wlsm-print-id-card-signature-box {
	position: absolute;
	right: 15px;
	/* fixed right side */
	bottom: 0px;
	text-align: center;
}

/* Signature image */
.wlsm-print-id-card-signature {
	height: 25px !important;
	width: auto !important;
	display: block;
	margin: 0 auto;
}

/* Label below the signature */
.wlsm-print-id-card-authorized-label {
	font-size: 6pt;
	font-weight: bold;
	color: #fff;
	display: block;
	margin-top: 2px;
	/* little space under signature */
}


.wlsm-print-id-card-container .wlsm-print-school-address {
	font-size: 10px;
	margin-top: 2px;
	color: #ffff;
	font-weight: bold;
}

.wlsm-print-id-card-container .wlsm-print-school-contact {
	font-size: 10.5px;
	margin: 14px 0 0 -50px;
}

/* Columns inside details */
.wlsm-print-id-card-container .wlsm-print-id-card-details .col-9 {
	padding-right: 10px;
}

.wlsm-print-id-card-container .wlsm-print-id-card-details .col-3 {
	padding-left: 0;
	margin-top: 0;
}

.wlsm-print-id-card-container .wlsm-staff-details {
	margin: auto 16px;
	width: 90%;
	margin-top: 15px;
}

.wlsm-print-id-card-container .wlsm-staff-details td,
.wlsm-print-id-card-container .wlsm-staff-details th {
	font-size: 10px;
	padding: 2px 5px;
	vertical-align: top;
}

/* End ID Card */

/* Start Library Card */
#wlsm-print-exam-admit-card .wlsm-student-photo-box {
	width: 125px;
	height: 160px;
}

#wlsm-print-exam-admit-card .wlsm-student-photo {
	width: 100%;
	height: 100%;
}

.wlsm-print-library-card-container {
	box-sizing: border-box;
	border: 1px solid #000;
	width: 450px;
	height: 280px;
	margin: 5px auto 0 auto;
	padding: 6px;
}

.wlsm-print-library-card-container .wlsm-print-school-logo {
	max-width: 60px !important;
	max-height: 50px !important;
}

.wlsm-print-library-card-container .wlsm-print-school-label {
	font-size: 14px;
	font-weight: bold;
}

.wlsm-print-library-card-container .wlsm-print-school-contact {
	font-size: 10px;
}

.wlsm-print-library-card-container .wlsm-school-header {
	padding-top: 5px;
	padding-bottom: 0;
	margin-bottom: 0 !important;
	border-bottom: 0;
	height: 60px;
}

.wlsm-print-library-card-container .wlsm-school-header .col-9 {
	text-align: left;
	padding-left: 0;
}

.wlsm-print-library-card-container ul {
	list-style-type: none;
	padding: 0;
	margin: 4px 0;
}

.wlsm-print-library-card-container li {
	font-size: 12px;
	padding: 0;
	margin: 4px 0;
	border-bottom: 1px solid #ddd;
}

.wlsm-print-library-card-container .wlsm-print-library-card-photo-box {
	box-sizing: border-box;
	border: 1px solid #ddd;
	width: 100px;
	height: 125px;
	margin-top: 8px;
}

.wlsm-print-library-card-container .wlsm-print-library-card-photo {
	width: 100% !important;
	height: 100% !important;
}

.wlsm-print-library-card-container .wlsm-print-library-card-details {
	padding-right: 15px;
	padding-left: 12px;
}

.wlsm-print-library-card-container .wlsm-print-library-card-details .col-9 {
	padding-right: 10px;
}

.wlsm-print-library-card-container .wlsm-print-library-card-details .col-3 {
	padding-left: 0;
	margin-top: 0;
}

.wlsm-print-library-card-container .wlsm-print-library-card-authorized-by {
	font-size: 10px;
}

.wlsm-print-library-card-container .wlsm-print-library-card-left {
	position: relative;
}

.wlsm-print-library-card-container .wlsm-print-library-card-authorized-by {
	position: absolute;
	bottom: 0;
	left: 10px;
}

.wlsm-print-library-card-container .wlsm-library-card-heading {
	font-size: 14px;
	font-weight: 600;
	border-bottom: 1px solid #ddd;
}

/* End Library Card */

/* Start Invoice Payment */
.wlsm-print-invoice-payment-container {
	margin: 5px auto 0 auto;
}

.wlsm-invoice-payment-heading {
	font-size: 18px;
}

/* End Invoice Payment */

/* Start Exam Time Table */
.wlsm-print-exam-time-table-container {
	margin: 5px auto 0 auto;
}

/* End Exam Time Table */

/* Start Exam Admit Card */

.wlsm-print-exam-admit-card-container {
	display: block;
	max-width: 800px;
	/* or card width you want */
	width: 100%;
	height: 100%;
	margin: 10pt auto;
	/* center + equal left-right space */
	padding: 10pt 12pt;
	box-sizing: border-box;
	border: 1px solid #000000 !important;
	position: relative !important;
}

.wlsm-list-group li {
	display: grid;
	grid-template-columns: 190px auto;
	/* Change width 150–220 as per need */
	padding: 2px 0;
}

.wlsm-student-details .wlsm-list-group li {
	/* color: #FF69B4; */
	color: #000088;
}

.wlsm-print-exam-admit-card-container .wlsm-admit-card-heading {
	margin-top: 70pt !important;
	margin-bottom: 5pt;
	font-weight: 900;
	font-size: 10pt;
	text-align: center;
}

.wlsm-print-exam-admit-card-container .wlsm-admit-card-heading span {
	border-bottom: 1pt solid #FF69B4;
	color: #FF69B4;
	font-weight: 900;
}

.wlsm-view-exam-time-table th {
	/* font-size: 8pt !important; */
	background-color: #ffffff0a !important;
	border-color: #444 !important;
	color: #000088 !important;
	padding-top: 3px !important;
	/* upar ka space kam */
	padding-bottom: 3px !important;
	/* neeche ka space kam */
}

.wlsm-view-exam-time-table td {
	/* font-size: 8pt !important; */
	background-color: #ffffff0a !important;
	border-color: #444 !important;
	color: #000 !important;
	padding-top: 3px !important;
	/* upar ka space kam */
	padding-bottom: 3px !important;
	/* neeche ka space kam */
}

.wlsm-footer th,
.wlsm-footer td {
	color: #000088 !important;
}

.wlsm-exam-title {
	font-size: 9pt;
}

.wlsm-student-details {
	margin: 5px auto 0 auto;
}

.wlsm-student-details .wlsm-list-group {
	list-style-type: none;
	padding: 0;
	margin: 2px 0;
}

.wlsm-student-details .wlsm-list-group li {
	font-size: 16px;
	padding: 0;
	margin: 2px 0;
	border-bottom: 1px solid #ddd;
}

.wlsm-student-photo-box {
	box-sizing: border-box;
	border: 1px solid #ddd;
	width: 130px;
	height: 160px;
	float: right;
	margin-top: 12px;
	margin-left: 10px;
	margin-right: 2px;
}

.wlsm-student-photo {
	width: 100% !important;
	height: 100% !important;
}

.wlsm-student-details {
	margin-bottom: 12px;
}

.wlsm-student-details .col-9 {
	padding-right: 5px;
}

.wlsm-student-details .col-3 {
	padding-left: 0;
	margin-top: 0;
}

.wlsm-heading {
	margin-bottom: 5px;
	font-weight: 600 !important;
	font-size: 16px;
	text-align: center;
}

.wlsm-heading span {
	border-bottom: 1px solid #000;
}

/* End Exam Admit Card */

.wlsm-student-side-lists {
	display: flex;
}

.wlsm-student-side-lists ul:nth-child(2),
.wlsm-student-side-lists ul:nth-child(3) {
	margin-left: 36px;
}

.wlsm-print-photo-box {
	width: 125px !important;
	height: 160px !important;
	margin-bottom: 4px;
}

.wlsm-print-photo {
	width: 100% !important;
	height: 100% !important;
}

.wlsm-to-right {
	margin-left: auto;
}

.jconfirm {
	overflow: auto !important;
}

@media(max-width: 954px) {
	.jconfirm.jconfirm-bootstrap .jconfirm-box {
		width: 60% !important;
	}

	.wlsm-print-id-card-container {
		width: 355px;
	}

	.wlsm-print-id-card-container .wlsm-print-id-card-photo {
		width: 80% !important;
	}
}

@media(max-width: 650px) {
	.jconfirm.jconfirm-bootstrap .jconfirm-box {
		width: 100% !important;
	}

	.wlsm-print-id-card-container {
		width: 335px;
	}

	.wlsm-print-id-card-container .wlsm-print-id-card-photo {
		width: 80% !important;
	}

	#wpbody-content {
		overflow: hidden !important;
	}
}

.income-image {
	width: 280px;
	height: 90px !important;
}

.expense-image {
	width: 280px;
	height: 90px !important;
}


.invoice {
	background: #fff;
	padding: 20px
}

.invoice-company {
	font-size: 20px
}

.invoice-header {
	margin: 0 -20px;
	/* background: #f0f3f4; */
	padding: 20px
}

.invoice-date,
.invoice-from,
.invoice-to {
	display: table-cell;
	width: 1%
}

.invoice-from,
.invoice-to {
	padding-right: 20px
}

.invoice-date .date,
.invoice-from strong,
.invoice-to strong {
	font-size: 16px;
	font-weight: 600
}

.invoice-date {
	text-align: right;
	padding-left: 20px
}

.invoice-price {
	/* background: #f0f3f4; */
	display: table;
	width: 100%
}

.invoice-price .invoice-price-left,
.invoice-price .invoice-price-right {
	display: table-cell;
	padding: 20px;
	font-size: 20px;
	font-weight: 600;
	width: 75%;
	position: relative;
	vertical-align: middle
}

.invoice-price .invoice-price-left .sub-price {
	display: table-cell;
	vertical-align: middle;
	padding: 0 20px
}

.invoice-price small {
	font-size: 12px;
	font-weight: 400;
	display: block
}

.invoice-price .invoice-price-row {
	display: table;
	float: left
}

.invoice-price .invoice-price-right {
	width: 25%;
	/* background: #2d353c; */
	color: #000;
	font-weight: 600;
	font-size: 28px;
	text-align: right;
	vertical-align: bottom;
	font-weight: 300
}

.invoice-price .invoice-price-right small {
	display: block;
	color: #000 !important;
	/* opacity: .6; */
	position: absolute;
	top: 10px;
	left: 10px;
	font-size: 12px
}

.invoice-footer {
	border-top: 1px solid #ddd;
	padding-top: 10px;
	font-size: 10px
}

.invoice-note {
	color: #999;
	margin-top: 80px;
	font-size: 85%
}

.invoice>div:not(.invoice-footer) {
	margin-bottom: 20px
}

.btn.btn-white,
.btn.btn-white.disabled,
.btn.btn-white.disabled:focus,
.btn.btn-white.disabled:hover,
.btn.btn-white[disabled],
.btn.btn-white[disabled]:focus,
.btn.btn-white[disabled]:hover {
	color: #2d353c;
	background: #fff;
	border-color: #d9dfe3;
}

.wlsm-print-exam-results-container {
    padding: 122px 0 0 0;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}
#wlsm-print-exam-admit-card .wlsm-print-exam-results-container {
    /* padding: 122px 0 0 0; */
	width: 210mm;                /* A4 width */
    min-height: 297mm;  
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
}

/* .wlsm-print-exam-results-container .wlsm-exam-results-table-heading {
	margin-top: 70pt !important;
	margin-bottom: 5pt;
	font-weight: 600;
	font-size: 10pt;
	text-align: center;
}

.wlsm-print-exam-results-container .wlsm-exam-results-table-heading span {
	border-bottom: 1pt solid #FF69B4;
	color: #FF69B4;
} */