@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400&display=swap');

/*Maximus css */
/*Page center*/
html, body {
	height: 100%;
	width: 100%;
}
html {
	display: table;
	margin: auto;
}
body {
	/*display: table-cell;*/
	vertical-align: middle;
  font-family: 'Montserrat', sans-serif;
  font-weight: 500;
}
/*Page center end*/
#ul-horizontal-nav > li > a {
	padding: 0 12px !important;
}
.fullscreen-bg {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	overflow: hidden;
	z-index: -100;
	opacity: .8;
}
.fullscreen-bg__video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
/**/
#email-sidebar {
	/*height: 437px;*/
	overflow-y: auto;
}
#email-sidebar ul li a span {
	position: relative;
	top: 0px;
	color: rgba(0, 0, 0, 0.87);
	font-size: 13px;
	display: block;
}
#email-sidebar ul {
	margin: 10px 0;
}
#mail-app nav, #mail-app nav .nav-wrapper i, #mail-app nav a.button-collapse, #mail-app nav a.button-collapse i {
	line-height: 44px;
	height: 44px;
}
#mail-app.section {
	padding-top: 55px;
  /* padding-bottom: 4rem; */
	margin-top: 0;
}
#login-page {
	width: 385px;
}
nav ul li.active {
	background-color: #ff3d4f !important;
}
nav ul li.red.active {
	background-color: #ff3d4f !important;
}
nav ul li.blue.active {
	background-color: #2196F3 !important;
}
nav ul li.pink.active {
	background-color: #e91e63 !important;
}
nav ul li.green.active {
	background-color: #4CAF50 !important;
}
nav ul li.purple.active {
	background-color: #9c27b0 !important;
}
nav ul li.orange.active {
	background-color: #ff9800 !important;
}
#horizontal-nav li:hover {
	background-color: #dedede !important;
}
#horizontal-nav ul li:hover a i, #horizontal-nav ul li:hover a span {
	color: #ff3d4f !important;
}
#horizontal-nav ul li.active a i, #horizontal-nav ul li.active a span {
	color: #fff;
}
#data-table-simple_wrapper {
	padding: 5px;/*height: 446px;*//*overflow: scroll;*/
}
footer.page-footer {
	/*position: fixed;
	width: 100%;
	bottom: 0;*/
	background-color: rgba(0,0,0,0.6);
}
/*#header {
	min-height: 155px;
}*/
.navbar-fixed {
	position: fixed;
	top: 0;
}
header .brand-logo img {
	height: 40px !important;
}
#content {
	margin-top: 0px !important;
}
.ui-jqgrid tr.jqgrow td {
	padding: 0px 10px;
	font-size: 14px;
  font-weight: 500;
  height: 40px;
  border-radius: 0;
}
.ui-jqgrid tr.ui-row-ltr td {
	border-right-color: #ccc;
}
.ui-widget-content .btns {
	border: none;
	border-radius: 4px;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 1rem;
	text-transform: uppercase;
	vertical-align: middle;
	-webkit-tap-highlight-color: transparent;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
	outline: 0;
	color: #fff;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
	background: #dddddd 50% 50% repeat-x !important;
	border: 1px solid #aaa;
}
.ui-jqgrid .ui-jqgrid-htable th {
	font-size: 12px;
	font-weight: bold;
}
.dropdown-content li {
	min-height: 30px !important;
}
.dropdown-content li > a, .dropdown-content li > span {
	color: #606060;
}
/*.select-dropdown, .select-wrapper .caret {
	display: none !important;
}*/
/*.ui-jqgrid .ui-jqgrid-pager{ bottom:-62px !important;}*/
.ui-jqgrid .ui-jqgrid-htable {
	width: 100% !important;
	height: 100% !important;
}
.avatar-status {
	margin-top: 12px;
}
.profile-image {
	display: none;
}
#mydiv .modal {
	width: 95% !important;
	top: 1% !important;
}
#mydiv .modal-content {
    padding-top: 63px !important;
}
#caldiv .modal-content {
	padding-top: 45px !important;
}
#inline1 .modal-content {
	padding-top: 64px !important;
}
.modal-header {
	margin: 0;
padding: .3rem;
	color: #fff;
	font-size: 1.15rem;
	background-color: #4CAF50;
	border: 0;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	box-shadow: 0 2px 5px 0 rgba(0,0,0,.16), 0 2px 10px 0 rgba(0,0,0,.12);
	display: flex;
	-ms-flex-align: start;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	padding: 5px 10px;
	border-bottom: 1px solid #e9ecef;
 border-top-left-radius: .3rem;
 border-top-right-radius: .3rem;
}
.modal-header h1 {
	margin: 0;
 padding: .3rem;
	color: #fff;
	font-size: 1.15rem;
}
.modal-header .close {
	padding: 15px;
	margin: -15px -15px -15px auto;
}
button.close {
	padding: 0;
	background: 0 0;
	border: 0;
}
.modal-header .close {
	float: right;
	font-size: 1.5rem;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .5;
}
.printdatabox {
	/*height: 320px;
	overflow: auto;*/
	padding: 15px;
}
.modal-overlay {
	opacity: .8 !important;
}
#mydiv td, #mydiv th {
	border: 1px solid #bbb;
	font-size: 13px;
	word-wrap: break-word;
}
.ui-common-table {
	position: relative;/*width:100% !important;*/
}
.loader {
	position: absolute;
	top: 50%;
	left: 50%;
	z-index:999;
}
.modal .modal-content {
	padding: 10px !important;
}
/*#Allocate_Students .create_student {
	height: 390px;
	overflow: auto;
	padding: 10px 0;
}*/
#Allocate_Students .select-wrapper input.select-dropdown {
	margin-bottom: 0;
}

#mydiv.modal {
	width: 70%;
}
.modal {
	max-height: 95% !important;
}
/*.ui-pg-selbox {
	display: none !important;
}*/
.create_student .row {
	margin-bottom: 10px;
}
.create_student .input-field .create_student .prefix ~ label {
	margin-left: 0 !important;
}
.create_student .select label {
	top: -26px;
}
.create_student select {
	/*display: block !important;*/
	/*top: 15px;*/
	margin-bottom: 0px;
	position: relative;
	margin-left: 3rem;
	width: calc(100% - 3rem);
}
.create_student .select-dropdown {
	/*display: none !important;*/
}
.create_student .select-wrapper span.caret {
	display: none;
}
#AllocateStudentForm .input-field #AllocateStudentForm .prefix ~ label {
	margin-left: 0 !important;
}
#AllocateStudentForm .select label {
	top: -26px;
}
.picker__select--month.browser-default, #date_from_root select {
	display: inline !important;
}
#AllocateStudentForm select {
	/*display: block !important;*/
	position: relative;
	height: auto;
}
/*#AllocateStudentForm .select-dropdown {
	display: none !important;
}*/
#AllocateStudentForm .select-wrapper span.caret {
	display: none;
}
/*#AllocateStudentForm .allocate_student {
    height: 635px;
    overflow: auto;
    padding: 10px 0;
}*/
#AllocateStudentForm .allocate_student .input-field {
	margin-top: 0;
}
/*.create_student {
	height: 390px;
	overflow: auto;
	padding: 10px 0;
}*/
.modal.modal-fixed-header .modal-header {
	position: absolute;
	top: 0;
}
.modal .modal-header {
	z-index: 999;
	width: 100%;
	overflow: hidden;
}
.modal {
	overflow-y: hidden;
	border-radius: 5px;
}
.ui-jqgrid .select-wrapper input.select-dropdown, .ui-jqgrid .select-wrapper span.caret {
	display: none !important;
}
.ui-jqgrid .ui-jqgrid-pager .ui-pg-button {
	float: left;
}
.ui-paging-pager {
	width: auto !important;
}
.navtable {
	float: left;
	width: auto;
}
#pmultiple37_left {
	width: 37%;
}
#calendar {
	box-shadow: 0 0 8px rgba(0,0,0,.1);
	background: #fff;
	padding: 10px 20px 20px;
}
.fc-unthemed thead {
	border-color: #bdbdbd !important;
}
.fc-ltr .fc-basic-view .fc-day-number {
	background: #e0e0e0;
}
#calendar .fc-day-header {
	background: #f53c50;
	color: #fff;
	padding: 7px 0;
}
#caldiv, #schedule_all {
	width:95%;
	top: 1% !important;
}
.scheduleexam_modal {
    height: 75% !important;
}
#mycalendar {
	overflow: auto;
}
#mycalendar h2, #myallcalendar h2 {
	font-size: 2rem;
}
.fullcalendar.modal-content {
	overflow: hidden !important;
	height: calc(100% - 20px) !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-state-highlight, .ui-widget-content .ui-state-hover, .ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
	background: #ddd !important;
}
/*.ui-jqgrid-htable{border-spacing: 2px;}*/
.ui-search-table input[type=text]:not(.browser-default) {
	height: 1rem;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px;
}
#mydiv.modal {
	top: 5% !important;
}
#caldiv.modal {
	top: 5% !important;
}
.ui-search-table select {
	display: block !important;
	height: 1.85rem;
	margin: 5px 0;
}
.login_btn.btn {
	background-color: #4CAF50;
}
input:-webkit-autofill {
background-color:rgb(255, 255, 255) !important;
}
.jqgrow .btn {
	border-radius: 5px;
	height: 27px;
	line-height: 27px;
	padding: 0 10px;
	font-size: 12px;
}
.create_student{ padding-bottom:20px;}
.create_student legend {
	font-size: 18px;
	color: #f53c50;
}
.add_share_point .checkbox {
	float: left;
	width: 20%;
}
.profile-button .user_head {
	float: left;
	color: #242021;
	font-size: 14px;
	margin-right: 5px;
}
.search_stud_alloc .btn-floating i {
	line-height: 26px;
	font-size: 1.2rem;
}
.search_stud_alloc .btn-floating {
	width: 25px;
	height: 25px;
	margin: 2px;
}
#FacultySaveStudentAllocForm select {
	top: 0;
}
.search_stud_alloc select {
	min-height: 360px;
}
#DataGrid th, #DataGrid td {
	font-size: 13px;
	/*text-align: center;*/
	padding: 5px;
}
#DataGrid tr {
	background-color: #efefef;
	border-bottom: 1px solid #ccc;
}
.modal-content {
	min-height: 370px;
	max-height: 90%;
	overflow-y: scroll;
	margin-bottom: 0;
}
#Allocate_Schools::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
 #Allocate_Schools::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
 #Allocate_Schools::-webkit-scrollbar-thumb {
 background-color: #2695dc;
}
#Allocate_Students::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
 #Allocate_Students::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
 #Allocate_Students::-webkit-scrollbar-thumb {
 background-color: #2695dc;
}
/*.ui-jqgrid-bdiv::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
 .ui-jqgrid-bdiv::-webkit-scrollbar {
 width: 5px;
 height:4px;
 background-color: #F5F5F5;
}
 .ui-jqgrid-bdiv::-webkit-scrollbar-thumb {
 background-color: #2695dc;
}*/
#email-sidebar::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
 #email-sidebar::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
 #email-sidebar::-webkit-scrollbar-thumb {
 background-color: #2695dc;
}
#local_details::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
 #local_details::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
 #local_details::-webkit-scrollbar-thumb {
 background-color: #2695dc;
}
.fc-view-container::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
 .fc-view-container::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
 .fc-view-container::-webkit-scrollbar-thumb {
 background-color: #2695dc;
}
.fc-view-container {
	max-height: 495px;
	overflow: auto;
}
#external-events-data::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
#external-events-data::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
 #external-events-data::-webkit-scrollbar-thumb {
 background-color: #2695dc;
}
#external-events::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
#external-events::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
 #external-events::-webkit-scrollbar-thumb {
 background-color: #2695dc;
}
#external-events-data {
	max-height: 510px;
	overflow: auto;
}
#external-events th {
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
#external-events-data td {
	font-size: 12px;
}
 .table-data-scroll::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
.table-data-scroll::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
.table-data-scroll::-webkit-scrollbar-thumb {
 background-color: #2695dc;
}
#box1View::-webkit-scrollbar-track, #box2View::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
#box1View::-webkit-scrollbar, #box2View::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
#box1View::-webkit-scrollbar-thumb, #box2View::-webkit-scrollbar-thumb {
 background-color: #2695dc;
}
.form_container::-webkit-scrollbar-track, #box2View::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
.form_container::-webkit-scrollbar, #box2View::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
.form_container::-webkit-scrollbar-thumb, #box2View::-webkit-scrollbar-thumb {
 background-color: #2695dc;
}
.create_student .dropdown-content::-webkit-scrollbar-track {
 -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 -moz-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
 background-color: #F5F5F5;
}
.create_student .dropdown-content::-webkit-scrollbar {
 width: 5px;
 background-color: #F5F5F5;
}
.create_student .dropdown-content::-webkit-scrollbar-thumb {
 background-color: #2695dc;
}

.table-data-scroll {
	height: 460px;
	overflow: auto;
}
#printdata th {
	font-size: 12px;
	padding: 5px;
	text-align: center;
}
.table-data-scroll td {
	font-size: 12px;
}
/*.create_student {
	min-height: 360px;
}*/
.create_student .select_fields {
	position: relative;
}
.ui-jqgrid .ui-jqgrid-hbox {
	padding-right: 0 !important;
}
.ui-jqgrid .ui-jqgrid-btable {
	width: 100% !important;
}
.uploadfile span {
	float: right;
}
.student_photo {
	float: right;
	background: #bdbdbd;
	padding: 5px;
	height: 70px;
}
.student_photo img {
	height: 60px;
}
#attendance_calendar td {
	padding: 10px;
	/*height: 46px;*/
}
#attendance_calendar th {
	background: #efeff0;
	padding: 2px;
	height: 10px;
}
.attendance_calendar_title h2 {
	text-align: center;
	font-size: 2rem;
	margin: 10px 0 0 0;
}
.claim_details select {
	display: block !important;
}
.approve_reimbursement .prefix ~ label {
	margin-left: 1.2rem;
}
.picker__header select {
	display: inline-block !important;
	position: relative;
}
.select_fields, .input_check_box {
	margin-top: 1rem;
}
.search_stud_alloc select {
	margin: 0;
	width: 100%;
}
#mydivss .fasa_table td {
	font-size: 12px;
	font-family: "Roboto", sans-serif;
	font-weight: normal;
}
#mydivss .fasa_table th {
	font-size: 12px;
}
.freeze_panes select, .freeze_panes input {
	margin: 0 !important;
	width: 100% !important;
	height: 1.5rem !important;
}
#attendance_calendar blockquote {
	margin: 5px 0;
	line-height: 16px;
	font-size: 13px;
	border-left: 5px solid #388e3c;
}
#external-events input[type=text]:not(.browser-default) {
	height: 1.2rem;
	margin-bottom: 0;
	font-size: 12px;
}
.modal-table {/*height:94%;*/
	overflow: hidden;
}
.floatThead-container {
	left: auto !important;
	top: auto !important;
}
.floatThead-container th, .floatThead-container td {
	font-size: 12px;
}
.modal .modal-footer {
    padding: 7px 11px;
    height: 51px;
    z-index: 9;
}
#printdata ul {
	margin: 0;
	padding: 0;
}
.hide_content {
	display: none;
}
.show_content {
	display: block;
}
#img-captcha {
	height: 35px;
}
.fc-event1 {
	position: relative;
	display: block;
	font-size: .85em;
	line-height: 1.3;
	border-radius: 3px;
	border: 1px solid #3a87ad;
	background-color: #3a87ad;
	font-weight: 400
}
#external-events .fc-event1 {
	color: #fff;
	text-decoration: none;
	padding: 5px;
	margin-bottom: 10px;
	border: none;
}
#card-stats {
	padding-top: 5px;
}
#card-stats .card-stats-number {
	font-size: 1rem;
}
#card-stats .collapsible-header, #card-stats .collapsible-body {
	padding: 4px 1rem;
}
.collection .collection-item {
	padding: 15px 5px;
}
.collections-title {
	margin: 0;
}
#profile-card h4, #task-card h4 {
	font-size: 1.4rem;
	margin: 10px 0;
}
#profile-card .card-image .card-title {
	top: 0;
}
.card .card-image .card-title {
	padding: 0 15px;
	top:0;
}
#task-card .collection-header {
	padding: 10px;
}
.collection.with-header .collection-item {
	padding-left: 0;
}
#task-card .task-cat {
	margin-left: 15px;
}
.task-cat-no {
  position: absolute;
  padding-top: 0 !important;
padding-bottom: 0 !important;}

#AddReimbursementLocalForm .select-dropdown {
	display: none !important;
}
#AddReimbursementLocalForm .select-wrapper span.caret {
	display: none;
}
#task-card .card-image{ height:167px;}
.ui-search-clear{ display:none;}
.ui-search-table .select-wrapper{ background:none; border:none;}
/*.page-footer{ margin-top:-22px;}*/
.daterangepicker.dropdown-menu{ display:none;}
/*.ui-jqgrid .ui-jqgrid-bdiv{ overflow:auto !important;}*/
.form_box{ position:relative; min-height:410px;}
.person-img{ width:35%;}
.form_container{ /*height:425px;*/ position: relative; overflow-y:auto; padding:15px;}
#basic-form .card-panel{ padding:1px 10px; margin-top:0; margin-bottom:0;}
#basic-form .header2{ margin-top:0; padding:3px 10px;}
#flight-card .card-header .card-title{ padding:6px;}
#flight-card .flight-card-title{ font-size:1.2rem;}
.tabs .tab a:hover, .tabs .tab a.active, .tabs .tab a{ color:#f53c50 !important;}
.tabs .indicator{ background-color:#f53c50;}
#basic-form .carousel .carousel-item{height:350px; overflow:auto;}
/*#basic-form .tabs-content, .tabs .tab a.active{ background:#efeff0;}*/
.chart_box{ min-height:240px;}
.highcharts-axis-title{ display:none;}
#projects-collection .collection-item{ padding:0 5px !important;}
.create_student .dropdown-content{ height:180px;}

.error{ padding-left:45px;}
#Swipeable-tab{ width:99%;}
.create_student .input-field.col .dropdown-content [type="checkbox"] + label{top:-11px;}
.prev.available{background: url('../images/back.png') no-repeat 5px 5px;}
.next.available{background: url('../images/next.png') no-repeat 5px 5px;}
.striped td, .striped th{border: 1px solid #ddd !important;
    font-size: 15px !important; line-height:35px;}
/*Modal Box*/
#small_modal.modal {
	width:50% !important; min-height:57% !important; margin-top:5%; height:auto;
}
#small_modal .modal-content {
	padding-top: 45px !important;
}
#small_modal td, #small_modal th {
	border: 1px solid #bbb;
	font-size: 13px;
	word-wrap: break-word;
}
#medium_modal.modal {
	width:50% !important; min-height:57% !important; margin-top:5%;
}
#medium_modal .modal-content {
	padding-top: 45px !important;
}
#medium_modal td, #small_modal th {
	border: 1px solid #bbb;
	font-size: 13px;
	word-wrap: break-word;
}
#large_modal.modal {
	width:97% !important; min-height:95% !important; margin-top:10px !important; top:1% !important;
}
#large_modal .modal-content {
	padding-top: 45px !important;
	height:100% !important;
}
#large_modal td, #small_modal th {
	border: 1px solid #bbb;
	font-size: 13px;
	word-wrap: break-word;
}

#xsmall.modal {
	width:30% !important; min-height:37% !important; margin-top:10%; height:auto;
}
#xsmall .modal-content {
	padding-top: 45px !important;
}
#xsmall_question.modal {
	width:70% !important; min-height:95% !important; margin-top:10px !important; top:1% !important;
}
#xsmall_question .modal-content {
	padding-top: 45px !important;
}

#xsmall td, #xsmall th {
	border: 1px solid #bbb;
	font-size: 13px;
	word-wrap: break-word;
}
.feedback_forms .select_fields{ margin-top:0;}
.feedback_forms label{ color:#333; font-size:13px;}
.select_fields label{ font-size:13px; /*margin-top:2rem;*/}
.fc-day-grid-event .fc-content{ white-space:normal !important;}
#tabs-swipe-demo .col.s2{width:13.66% !important;}
#email-sidebar li.active {background: #ddd;}
.feedback_forms #card-alert p{ font-size:14px;}
[type="checkbox"] + label{ height:16px; padding-left:15px;}
#schedule_all{z-index:1018 !important}
#small_modal{z-index:1020 !important}
#xsmall_question{z-index:1030 !important}
.fa{ font-size:19px !important;}
[type="checkbox"] + label:before, [type="checkbox"]:not(.filled-in) + label:after{ width:14px; height:14px; line-height:14px; top:3px; left:3px;}
.download-certificate{ background:url(../images/download-certificate.png) no-repeat; height:24px; width:24px;}
.pre-assessment{ background:url(../images/pre-assessment.png) no-repeat; height:24px; width:24px;}
.marquee-vert  {
    overflow: hidden;
    border: 2px dashed #ddd;
    padding: 5px;
}
.card .card-content{ padding:0 10px;}
h4.header{ text-transform:capitalize; font-size:1.3rem;}
.avatar-status{position: relative;
    display: inline-block;
    line-height: 50px;
    width: 28px;
    white-space: nowrap;
    border-radius: 1000px;
    vertical-align: text-bottom;
    height: 28px;
    overflow: hidden;}
.avatar-status i{ right:2px; bottom:5px;}
[type="checkbox"]:checked + label:before{    top: -1px;
    left: -2px;
    width: 9px;
    height: 18px;}
	[type="checkbox"] + label{ padding-left:23px;}
.training_Instruction{padding: 90px;
    font-size: 25px;
    text-align: center;}
.btn-floating i, i.btn-floating{font-size:.8rem; line-height:22px;}
.btn-floating{width:22px; height:22px; line-height:24px; margin: 5px;}
.daterangepicker .calendar{ padding:5px !important;}
.daterangepicker .calendar-time{ margin:0 !important;}
.daterangepicker .table-condensed .month{ padding-bottom:5px;}
.daterangepicker .table-condensed tr>td, .daterangepicker .table-condensed tr>th{ padding:8px;}
#questionData{ padding:2rem;}
#questionData .select_fields{ padding-top:15px; position: relative;}
#questionData h6{ font-size:1.2rem; margin: 2px !important;}
.option-text{
  padding-left: 50px !important;
}

[type="radio"] + label.option-text:before,
[type="radio"] + label.option-text:after{
  left:20px !important
}

#questionData [type="radio"] + label:before, #questionData [type="radio"] + label:after{ width: 16px;
    height: 16px;}
#questionData .task-cat{ font-size:1.2rem; color:#333;}
#questionData [type="radio"]:not(:checked) + label, #questionData [type="radio"]:checked + label{font-size: 15px;
    line-height: 26px;}
.pagination li{ border-radius:4px; margin-top:3px; line-height:31px;}
.pagination li a{ padding:1px 10px;color: #000 !important;}
.ui-jqgrid tr.ui-row-ltr td{ word-wrap:break-word !important; white-space: pre-wrap !important;}
.question_list .ui-jqgrid tr.jqgrow td{ 
  font-size:11px;
}
 @media (max-width: 767px) {
.fullscreen-bg {
	/* background: url('../images/videoframe.jpg') center center / cover no-repeat; */
  background-color: #fff;
}
.fullscreen-bg__video {
	display: none;
}
}
 @media (min-width: 1400px) and (max-width: 1920px) {
.ui-jqgrid .ui-jqgrid-bdiv {
	max-height: 100% !important;
}
.ui-jqgrid .ui-jqgrid-view {
	height: auto !important;
}
#span_jq_content .ui-jqgrid-bdiv{
  min-height:300px
}
}
@media (min-width: 1280px) and (max-width: 1366px) {
#span_jq_content .ui-jqgrid-bdiv{
  min-height:270px
}
}
/*Deepranshu*/
div.message {
	color: #66cc66;
	background: white repeat scroll 0 0 #66cc66;
	clear: both;
	border: 3px solid #66cc66;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	font-size: 100%;
	font-weight: bold;
	width: 300px;
	margin: 0 0 1em 6px;
	padding: 5px;
	padding-left: 0.4em;
	position: absolute;
	top: 9.5%;
	right: -7px
}
@media screen and (max-width: 1366px) {
.modal-content {
	height: 540px !important;
}
}
@media screen and (max-width: 1920px) {
.modal-content {
	height: 700px;
}
}
@media (min-width: 320px) and (max-width:600px){
/*.ui-common-table{ display:table-cell;}
.ui-jqgrid{ overflow:auto; max-width:340px;}*/

}

#mail-app ul a {
    padding: 0 10px;
}
#left-sidebar-nav .ps-scrollbar-y-rail{ display:none;}

#create_coupon .modal-content {
	padding-top: 45px !important;
}
#create_coupon {
	width: 50% !important;
	top: 20% !important;
	min-height: 54% !important;
}
#create_coupon.modal {
	top: 25% !important;
}

.show-items{display:block !important}
.timepicker-modal, .datepicker-modal{ z-index:9999 !important; height:370px;}

.datepicker-modal {
  max-width: 325px;
  min-width: 300px;
  max-height: none;
}

.datepicker-container.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.datepicker-controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 280px;
  margin: 0 auto;
}

.datepicker-controls .selects-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.datepicker-controls .select-wrapper input {
  border-bottom: none;
  text-align: center;
  margin: 0;
}

.datepicker-controls .select-wrapper input:focus {
  border-bottom: none;
}

.datepicker-controls .select-wrapper .caret {
  display: none;
}

.datepicker-controls .select-year input {
  width: 50px;
}

.datepicker-controls .select-month input {
  width: 100px;
}

.month-prev, .month-next {
  margin-top: 4px;
  cursor: pointer;
  background-color: transparent;
  border: none;
}


.datepicker-date-display {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  background-color: #0087b4;
  color: #fff;
  padding: 20px 22px;
  font-weight: 500;
}

.datepicker-date-display .year-text {
  display: block;
  font-size: 1.5rem;
  line-height: 25px;
  color: rgba(255, 255, 255, 0.7);
}

.datepicker-date-display .date-text {
  display: block;
  font-size: 2.8rem;
  line-height: 47px;
  font-weight: 500;
}

/* Calendar */
.datepicker-calendar-container {
  -webkit-box-flex: 2.5;
  -webkit-flex: 2.5 auto;
      -ms-flex: 2.5 auto;
          flex: 2.5 auto;
}

.datepicker-table {
  width: 280px;
  font-size: 1rem;
  margin: 0 auto;
}

.datepicker-table thead {
  border-bottom: none;
}

.datepicker-table th {
  padding: 10px 5px;
  text-align: center;
}

.datepicker-table tr {
  border: none;
}

.datepicker-table abbr {
  text-decoration: none;
  color: #999;
}

.datepicker-table td {
  border-radius: 50%;
  padding: 0;
}

.datepicker-table td.is-today {
  color: #0087b4;
}

.datepicker-table td.is-selected {
  background-color: #0087b4;
  color: #fff;
}

.datepicker-table td.is-outside-current-month, .datepicker-table td.is-disabled {
  color: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}

.datepicker-day-button {
  background-color: transparent;
  border: none;
  line-height: 38px;
  display: block;
  width: 100%;
  border-radius: 50%;
  padding: 0 5px;
  cursor: pointer;
  color: inherit;
}

.datepicker-day-button:focus {
  background-color: rgba(43, 161, 150, 0.25);
}


.datepicker-footer {
  width: 280px;
  margin: 0 auto;
  padding-bottom: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.datepicker-cancel,
.datepicker-clear,
.datepicker-today,
.datepicker-done {
  color: #0087b4;
  padding: 0 1rem;
}

.datepicker-clear {
  color: #0087b4;
}


@media only screen and (min-width: 601px) {
  .datepicker-modal {
    max-width: 625px;
  }
  .datepicker-container.modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .datepicker-date-display {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 270px;
        -ms-flex: 0 1 270px;
            flex: 0 1 270px;
  }
  .datepicker-controls,
  .datepicker-table,
  .datepicker-footer {
    width: 320px;
  }
  .datepicker-day-button {
    line-height: 35px;
  }
}


.timepicker-modal {
  max-width: 325px;
  max-height: none;
}

.timepicker-container.modal-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
}

.text-primary {
  color: white;
}


.timepicker-digital-display {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
      -ms-flex: 1 auto;
          flex: 1 auto;
  background-color: #0087b4;
  padding: 10px;
  font-weight: 300;
}

.timepicker-text-container {
  font-size: 4rem;
  font-weight: bold;
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.timepicker-span-hours,
.timepicker-span-minutes,
.timepicker-span-am-pm div {
  cursor: pointer;
}

.timepicker-span-hours {
  margin-right: 3px;
}

.timepicker-span-minutes {
  margin-left: 3px;
}

.timepicker-display-am-pm {
  font-size: 1.3rem;
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  font-weight: 400;
}


.timepicker-analog-display {
  -webkit-box-flex: 2.5;
  -webkit-flex: 2.5 auto;
      -ms-flex: 2.5 auto;
          flex: 2.5 auto;
}

.timepicker-plate {
  background-color: #eee;
  border-radius: 50%;
  width: 270px;
  height: 270px;
  overflow: visible;
  position: relative;
  margin: auto;
  margin-top: 25px;
  margin-bottom: 5px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.timepicker-canvas,
.timepicker-dial {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}

.timepicker-minutes {
  visibility: hidden;
}

.timepicker-tick {
  border-radius: 50%;
  color: rgba(0, 0, 0, 0.87);
  line-height: 40px;
  text-align: center;
  width: 40px;
  height: 40px;
  position: absolute;
  cursor: pointer;
  font-size: 15px;
}

.timepicker-tick.active,
.timepicker-tick:hover {
  background-color: rgba(38, 166, 154, 0.25);
}

.timepicker-dial {
  -webkit-transition: opacity 350ms, -webkit-transform 350ms;
  transition: opacity 350ms, -webkit-transform 350ms;
  transition: transform 350ms, opacity 350ms;
  transition: transform 350ms, opacity 350ms, -webkit-transform 350ms;
}

.timepicker-dial-out {
  opacity: 0;
}

.timepicker-dial-out.timepicker-hours {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}

.timepicker-dial-out.timepicker-minutes {
  -webkit-transform: scale(0.8, 0.8);
          transform: scale(0.8, 0.8);
}

.timepicker-canvas {
  -webkit-transition: opacity 175ms;
  transition: opacity 175ms;
}

.timepicker-canvas line {
  stroke: #0087b4;
  stroke-width: 4;
  stroke-linecap: round;
}

.timepicker-canvas-out {
  opacity: 0.25;
}

.timepicker-canvas-bearing {
  stroke: none;
  fill: #0087b4;
}

.timepicker-canvas-bg {
  stroke: none;
  fill: #0087b4;
}


.timepicker-footer {
  margin: 0 auto;
  padding: 5px 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.timepicker-clear {
  color: #0087b4;
}

.timepicker-close {
  color: #0087b4;
}

.timepicker-clear,
.timepicker-close {
  padding: 0 20px;
} 


@media only screen and (min-width: 601px) {
  .timepicker-modal {
    max-width: 600px;
  }
  .timepicker-container.modal-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .timepicker-text-container {
    top: 32%;
  }
  .timepicker-display-am-pm {
    position: relative;
    right: auto;
    bottom: auto;
    text-align: center;
    margin-top: 1.2rem;
  }
}
.timepicker-container{ padding-top:0 !important; margin-top:0 !important;}
.picker__box {
    display: block;
}
.picker__select--month, .picker__select--year{ width:40% !important;}
#large_modal .timepicker-container{ padding-top:10px !important;}
#Allocate_Students .datepicker-container, #Allocate_Students .timepicker-container{ padding:0 !important;}
.exam_status th, .exam_status td{text-align:left !important; padding:5px;}
.edit-btn {
    float: right;
        display: inline-flex;
}
.edit-btn a{
	padding:0 5px;
}

.pro-pic img {
    width: 100%;
    background: #efefef;
    padding: 2px;
    border-radius: 5px;
    box-shadow: 3px 3px 4px #d0d0d0dd;
}

.input-left {
    width: 24%;
    float: left;
}

.input-right {
    float: left;
    width: 66%;
    margin-left: 15px;
}

.soft_learn .input-left {
    width: 100%;
}

.soft_learn .input-right {
    width: 97%;
    margin: 5px 0 0;
}

.input-right input, .input-right textarea {
    height: auto !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
    padding-left: 11px !important;
    margin: 0px 0 30px !important;
    background: #9e9e9e26 !important;
    border: 1px dashed #8a8989 !important;
    border-radius: 5px !important;
}

.input-right input[type=text].valid:not(.browser-default) {
	box-shadow: 0 0px 0 0 #00bfa5;
}

.input-right  input[type=text]:not(.browser-default):focus:not([readonly]) {
	box-shadow: 0 0px 0 0 #00bfa5;
}

.input-right input[type=text]:not(.browser-default):disabled {
	color: rgba(0, 0, 0, 0.63);
}

.address .input-right {
    width: 83%;
}
.pro-details h4 {
    font-size: 16px;
    font-weight: 600;
    color: #313131;
}
.address .input-left {
    width: 12%;
}

.pro-details .input-field {
    margin: 10px 0 22px;
}

.pro-details .select_fields {
    margin: 0px 0 22px;
}

.btn-info {
    position: relative;
    top: 11px;
    padding: 0 17px;
}

.pro-details .row {
    margin-bottom: 0;
}

.modal.modal-fixed-footer {
    padding: 0;
    height: 90%;
	color: #383838;
}
.pro-details label {
    font-size: 13px;
    line-height: 1.5;
    font-family: "Roboto", sans-serif !important;
    font-weight: 500;
	color: #464646;
}

.pro-details input[type=text]:not(.browser-default) {
	font-size: 13px;
}
.select-wrapper svg {
    position: absolute;
    top: 0;
    right: 0;
}
.exam_status {
    position: relative;
    width: 100%;
    float: left;
}
.exam_status th, .exam_status td {
    font-size: 13px;
    text-align: center !important;
}
.start-schedule {
    position: absolute;
    right: 12px;
    bottom: -38px;
}
.reseller_create .input-field .material-icons {
    padding: 9px 0 0;
    font-size: 21px;
}
.reseller_create .input-field label {
    padding: 0 10px;
    transform: translateY(-14px) scale(0.8);
    height: auto;
}
.reseller_create .input-field .form-control {
    height: auto;
    padding: 15px 0px 14px 29px;
    width: 92%;
}
.reseller_create .input-field .material-icons {
    position: absolute;
}
.reseller_create .input-field {
    position: relative;
}

.reseller_create .input-field .prefix ~ label {
    margin-left: 0rem;
}
.reseller_create .select-wrapper span.caret {
    display: block;
}

.reseller_create .input-field label:not(.label-icon).active {
	transform: translateY(-14px) scale(0.8);
     transform-origin: 0 0; 
}

.reseller_create .input-field input {
    margin: 0;
    height: 47px;
    padding: 0;
    padding-left: 30px;
    width: 90%;
}

.modal .modal-footer .btn {
	padding: 0 14px;
}

.reseller_create .col.s6 {
    position: relative;
    margin: 9px 10px;
    width: 47% !important;
    padding: 0;
}

.reseller_create .col.s12 {
    position: relative;
    margin: 9px 0px;
    width: 100% !important;
}

.reseller_create .dropdown-content { height:auto;}
.ui-jqgrid-bdiv table tbody tr td span {
    float: right;
}
.ui-jqgrid-bdiv .material-icons {
    /* float: left; */
}
.create_reseller_act {
    /* height: 36% !important; */
}

.modal-content .dropdown-content {
    height: auto !important;
    top: 0 !important;
}

.added .address .input-left {
    width: 100%;
}
.added .address .input-right {
    width: 97%;
    margin: 5px 0 0;
}
.refresh {
    padding: 0 6px;
    margin: 8px 0 0;
    /* line-height: 1.9; */
    background: #1992bb00;
    border: 1px solid #fff;
    border-radius: 3px;
}
.refresh:focus {
    background: #1992bb00;
}
.refresh .material-icons {
    height: 26px !important;
    line-height: 1.3 !important;
    font-size: 20px;
}

.edit-btn .green.lighten-2 {
    background: #4caf50 !important;
    box-shadow: 0px 0px 0px;
}
.edit-btn a i {
    line-height: 41px !important;
    font-size: 21px;
    padding: 0 !important;
    height: auto !important;
}

#select-options-44ecc3b4-8ef4-ce54-f85d-3e792fc10ec1 {
    height: 200px;
}

.add_more_btn {
    float: left;
    display: block;
    width: 81px;
    margin: 16px 10px;
}
.welcome-image {
    padding: 46px 0px 0;
}
.d-none {
    display: none;
}
.topnav {
    display: none;
}
.card-1 {
    border-radius: 3px;
    margin: 0;
}
#he_id {
    margin-top: 4px;
    float: left;
    width: 100%;
}
.card {
    box-shadow: 0px 0px 0px;
    background: #efefef;
    margin-top: 0;
}
.card .card-header {
    padding: 10px 15px;
}
@media (max-width:480px) {
.d-none {
    display: block;
}
.btn-floating {
    width: 36px;
    height: 36px;
    line-height: 38px;
    background: #000;
    border-radius: 0;
    box-shadow: 0px 0px 0px !important;
}
.sidebar-collapse {
    position: absolute;
    top: -55px;
}
.brand-sidebar .logo-wrapper a.brand-logo img {
    height: 18px;
}
aside .brand-sidebar {
    box-shadow: none;
    left: calc(50% - 95px);
}
.brand-sidebar {
    width: 145px;
}
.welcome-image {
    padding: 0px 0px 0;
}
.topnav {
    display: block;
}
.m-d-none {
    display: none;
}
.register-data {
    width: 390px !important;
    overflow-x: scroll;
    margin: 0 10px;
    border: 1px solid #ddd;
}
.card {
    box-shadow: 0px 0px 0px;
    background: #efefef;
    margin-top: 0;
}
.card .card-header {
    padding: 10px 15px;
}
.hide-on-med-and-down {
    display: block !important;
}
#mydiv.modal {
    /* width: 80%; */
}
body.layout-semi-dark #header nav.navbar-color {
    background: #000000;
}
#header nav.navbar-color .green-text {
    color: #fff !important;
}
#header nav.navbar-color .user_head {
    color: #fff;
}
.btn-floating i {
    font-size: 25px;
    line-height: 31px;
}
}

.file_error {
    position: absolute;
    background: white;
    width: 480px;
    z-index: 99999;
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    opacity: 0.9;
    padding: 15px;
    border-radius: 4px;
    border: 1px solid #ddd;
}

.file_error span strong {
    color: #d20d0d;
    font-weight: 600;
}

.popup-cross {
    position: absolute;
    top: -14px;
    right: -11px;
    background: #1992bb;
    width: 25px;
    height: 25px;
    text-align: center;
    border-radius: 50px;
    line-height: 32px;
    z-index: 9999;
    color: #fff;
}

.lb-dataContainer {
    position: absolute;
    left: 0;
    right: 0;
    top: -38px;
}

.create_student .questio-next-previous {
  display: flex;
  justify-content: space-between;
  /* padding: 0 50px ; */
  padding: 0;
  /* max-width: 1090px; */
  width: 100%;
  align-items: center;
}

.questio-next-previous li {
  /*display: none;*/
}

.questio-next-previous li.previous-btn, .questio-next-previous li.next-btn {
  display: inline-block;
}

.questio-next-previous li.previous-btn a, .questio-next-previous li.next-btn a {
  display: flex;
  padding: 5px 5px;
  background: #4caf50;
  color: #fff;
  align-items: center;
  gap: 5px;
  font-size: 10px;
}

.d-none {
  display: none!important;
}
.question-pagination .waves-effect {
  font-size: 13px !important;
}

.slider-wrap .carousel-slider{
  height: 600px !important;
}
#content .container .row.calender-wrapper{
  margin-bottom: 20px
}
.input-field .error {
    padding-left: 0;
    font-size: 12px;
    color: #ff0000;
}
.datepicker-day-button {
    line-height: 41px;
}
.dropdown-content{
  z-index:99999;  
  min-width: 125px; 
  /* top: 130px !important; */
  max-height: 287px;
}

.input-field.col .dropdown-content [type="checkbox"] + label {
  top: -11px;
}

.text-nowrap, .ui-jqgrid tr.ui-row-ltr td.text-nowrap {
  white-space: nowrap!important;
}

/* Page Single Scroll */

/* .datatables-scroll-wrapper .slimScrollDiv {
  height: calc(100vh - 405px);
}

.datatables-scroll-wrapper .ui-jqgrid {
  min-height: auto;
} */

/* .datatables-scroll-wrapper .ui-jqgrid .ui-jqgrid-bdiv {
  overflow: auto!important;
} */

.datatables-scroll-wrapper .ui-jqgrid .ui-jqgrid-bdiv, .dataTables_wrapper .ui-jqgrid .ui-jqgrid-bdiv {
  min-height: auto;
  /* overflow-x: auto!important; */
}

.datatables-scroll-wrapper .ui-jqgrid .ui-jqgrid-bdiv:hover, .dataTables_wrapper .ui-jqgrid .ui-jqgrid-bdiv:hover {
  overflow-x: auto!important;
}

.ui-jqgrid .ui-jqgrid-bdiv::-webkit-scrollbar {
  width: 10px;
  height: 8px;  
}

#span_jq_content {
  width: 100%;
  display: block;
}

/* Track */
.ui-jqgrid .ui-jqgrid-bdiv::-webkit-scrollbar-track {
  background: transparent; 
}
 
/* Handle */
.ui-jqgrid .ui-jqgrid-bdiv::-webkit-scrollbar-thumb {
  background: rgb(51 51 51 / 50%); 
  border-radius: 10px;
}

/* Handle on hover */
.ui-jqgrid .ui-jqgrid-bdiv::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#mail-app #email-list {
  margin-bottom: 0;
}

.ui-jqgrid table {
  border-collapse: collapse!important;
}

/* Custom Form Group */

.custom-form-group {
  display: flex;
  width: 100%;
  gap: 15px;
}

.custom-form-group .input-left {
  width: 120px;
  flex-shrink: 0;
}

.custom-form-group .input-right {
  width: unset;
  flex: 1 1 100%;
  margin-left: 0;
}

.custom-form-group .input-right input {
 box-sizing: border-box;
}

.custom-form-group.label-100 {
  flex-wrap: wrap;
}

.custom-form-group.label-100 .input-left {
  width: 100%;
  flex: 0 0 100%;
}

.h-100 {
  height: 100%!important;
}

.reseller_create .input-field.col label {
  left: 0;
  padding-left: 0;
}

.modal-lg {
  max-width: 800px !important;
  width: 100% !important;
}

.fr-wrapper div:nth-child(1) {
  display: none !important;
}


/* Custom Style Sep 2024 */

.ui-jqgrid {
  font-family: 'Montserrat', sans-serif !important;
}

.ui-widget-content {
  border: 0;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 0;
}

.ui-jqgrid-bdiv .ui-widget-content {
  border: 0 solid transparent;
  border-bottom: 1px solid #dde2eb;
}

.ui-jqgrid-bdiv .ui-widget-content:nth-child(odd) {
  background: rgba(174, 174, 188, 0.2) !important;
}

.ui-jqgrid-bdiv .ui-widget-content:nth-child(even) {
  background: rgba(174, 174, 188, 0.1);
}

.ui-jqgrid tr.ui-row-ltr td {
  border: 0;
}

.ui-jqgrid  tr.ui-row-ltr td {
  border-right: 0!important;
}

.ui-state-hover, .ui-widget-content .ui-state-hover {
  border: 0 solid transparent !important;
}

.ui-jqgrid tr.jqgrow td.jqgrid-rownum {
  background-color: transparent;
}

@media (max-width: 992px) {
  .main-row-404 .col.offset-s4{
    width: 100%;
    margin: 0;
  }
}

@media (max-width: 767px) {
  #left-sidebar-nav {
    left: 0;
  }
  
  .sidebar-collapse {
    top: 0;
    left: 0;
  }
}