#students thead.studentheader th {
	border: 0px;
}
#students th, td 
{
    text-align:center; 
    vertical-align:middle;	
}

/* .uploaded_tbl th, td  */
/* { */
    /* text-align:left;  */
    /* vertical-align:middle;	 */
/* } */

.checkall {
	background-color: #CDCDCD;
}

.note {
    visibility:hidden;
    cursor:pointer;
}
.fa-file-alt {
    color:red;
}

.strategies_outcomes {
	background-color:#555555;
	color:#ffffff;
	font-weight:bold;
	border: solid 1px #555555;
}

#students td:nth-child(1) {  
    text-align:left; 
    vertical-align:middle;	
}

#students td:nth-child(2) {  
    text-align:left; 
    vertical-align:middle;	
}

#students_desktop {
	table-layout: fixed;
    width: 100%;
	
}

.selectall {
	font-weight:normal;
	font-style:italic;
}

.ui-datepicker-trigger {
	margin-left:5px;
}

.spinner {
	width: 50%;
	display:block;
	margin:auto;
}
.loadinggif {
	width: 25%;
	display:block;
	margin:auto;	
}

#checklist_container {
	display:none;
}

#orderby_container {
	float:left;	
}

#building_list_container {
	height:500px;
	overflow-y: auto;
	width:90%;
	border:solid 1px #d3d3d3;
	padding:10px;	
}

#btn_assign {
	margin-top: 15px;
	display:none;
}

#div_building_filter {
	float:left;margin-left:20px;
}

#students_mobile {
	display:none;
}
#students_desktop {
	display:block;
}

.ts_table td {
	text-align:left;
	padding-right:10%;
}
.ts_table th {
	text-align:left;
	font-size:12pt;
	font-weight:bold;
	padding-bottom:10px;
	padding-top:15px;
	border-top:solid 1px #DCDCDC;	
}

@media only screen and (max-device-width: 480px) {
	/* define mobile specific styles come here */
	input[type=checkbox] 
	{
	 -ms-transform: scale(1.5); /* IE */
	 -moz-transform: scale(1.5); /* FF */
	 -webkit-transform: scale(1.5); /* Safari and Chrome */
	 -o-transform: scale(1.5); /* Opera */
	}
	#div_building_filter {
		display:block;
		margin-top:8px;
		margin-left:0px;
	}
	#add_student_btn {
		display:none;
	}
	#students_mobile {
		display:block;
	}
	#students_desktop {
		display:none;
	}
}

/*ON-OFF SWITCH*/
    .onoffswitch {
        position: relative; width: 76px;
        -webkit-user-select:none; -moz-user-select:none; -ms-user-select: none;
    }
    .onoffswitch-checkbox {
        display: none;
    }
    .onoffswitch-label {
        display: block; overflow: hidden; cursor: pointer;
        border: 2px solid #FFFFFF; border-radius: 20px;
    }
    .onoffswitch-inner {
        display: block; width: 200%; margin-left: -100%;
        transition: margin 0.3s ease-in 0s;
    }
    .onoffswitch-inner:before, .onoffswitch-inner:after {
        display: block; float: left; width: 50%; height: 31px; padding: 0; line-height: 31px;
        font-size: 14px; color: white; font-family: Trebuchet, Arial, sans-serif; font-weight: bold;
        box-sizing: border-box;
    }
    .onoffswitch-inner:before {
        content: "YES";
        padding-left: 10px;
        background-color: #F1B82D; color: #000000;
		text-align: left;
    }
    .onoffswitch-inner:after {
        content: "NO";
        padding-right: 10px;
        background-color: #999999; color: #FFFFFF;
        text-align: right;
    }
    .onoffswitch-switch {
        display: block; width: 18px; margin: 6.5px;
        background: #FFFFFF;
        position: absolute; top: 0; bottom: 0;
        right: 41px;
        border: 2px solid #FFFFFF; border-radius: 20px;
        transition: all 0.3s ease-in 0s; 
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-inner {
        margin-left: 0;
    }
    .onoffswitch-checkbox:checked + .onoffswitch-label .onoffswitch-switch {
        right: 0px; 
    }


.badge {
    position: absolute;
    top:-5px;
    right: -8px;
    padding: 3px 9px;
    border: 2px solid white;
    border-radius:100px;
    background: -webkit-linear-gradient(top, #FF6969 0%,#ff0000 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 10px 0px rgba(255,255,255,.11) inset; 
    -webkit-background-clip: padding-box;
    font:bold 12px "Helvetica Neue", sans-serif; 
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);	
}
.badge_in_accordion {
    position: relative;
    top:-5px;
    right: -8px;
    padding: 3px 9px;
    border: 2px solid white;
    border-radius:100px;
    background: -webkit-linear-gradient(top, #FF6969 0%,#ff0000 100%);
    box-shadow: 0 1px 2px rgba(0,0,0,.5), 0 1px 4px rgba(0,0,0,.4), 0 0 1px rgba(0,0,0,.7) inset, 0 10px 0px rgba(255,255,255,.11) inset; 
    -webkit-background-clip: padding-box;
    font:bold 12px "Helvetica Neue", sans-serif; 
    color: white;
    text-decoration: none;
    text-shadow: 0 -1px 0 rgba(0,0,0,.6);	
}

.chklbl {
	font-weight: normal;
	display:inline;
}
#mobilechecks_div {
	display:none;
}
.mobilechecks {
	margin-top:20px;
	border: 0px;
}
.mobilechecks td:nth-child(1) {
	text-align: left;
	width:85%;
	border: 0px;
}
.mobilechecks td:nth-child(2) {
	text-align: center;
	width:15%;
	border: 0px;
}
.preets_cat {
	color:#AAAAAA;
}

/* progress bar */
.ui-progressbar {
	position: relative;
}
.progress-label {
	position: absolute;
	left: 47%;
	top: 4px;
	font-weight: bold;
	text-shadow: 1px 1px 0 #fff;
	display: none;
}
#progressbar {
	width:50%;
}	

.errmsg {
	color: red;
	font-weight: bold;
}

#jsGrid td {
	text-align: center;
}
#jsGrid td:nth-child(1) {  
    text-align:left; 
    vertical-align:middle;	
}
#filters {
	display:none;
	float:left;
}

.totalnums_container {
	display:none;
	margin: auto;	
    display: table;
    width: 100%; /*Optional*/
    table-layout: fixed; /*Optional*/
    border-spacing: 10px; /*Optional*/
	background-color: #EBEBEB;
}

.totalnums_container > div {
	display: table-cell;
	text-align: center;
}

#totalnums_table th.ttlheader {
	padding:5px;
	text-align: center;
}
#totalnums_table td.ttlrow {
	padding:5px;
	border: 0px;
}
.odometer {
	font-size: 20px;
	line-height: 35px;
	color: #696969;
}

.noshowduringajax {
	display:none;
}
.vis-item.service {
    color: #1a1a1a;
    border-color: #97b0f8;
    border-width: 1px;
    background-color: #d5ddf6;
}
.vis-item.service:hover {
    border-width: 2px;
    font-weight: bold;
    cursor: pointer;
}
.vis-item.green {
  background-color: greenyellow;
  border-color: green;
}
.vis-item.red {
  background-color: #F08080;
  border-color: red;
}
.vis-item.orange {
  background-color: #FFCC99;
  border-color: #d89c61;
  font-size: 8pt;
  font-style: italic;
}

.button-success,
.button-reject,
.button-error,
.button-warning,
.button-secondary {
	color: white;
	border-radius: 1px;
	text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2);
}
.button-warning {
	background: rgb(223, 117, 20); /* this is an orange */
}
.button-lightblue {
	background: rgb(66, 184, 221); /* this is a light blue */
	color: #ffffff;
}
.button-darkgray {
	background: #999999;
	color: #ffffff;
}
.button-success {
	background: rgb(28, 184, 65);
	color: #ffffff;
}
.button-reject {
	background: rgb(238, 0, 0);
	color: #ffffff;
}
.tutdiv {
    width: 100%;
}
.givemespace {
	padding-top: 35px;
	clear: both;
}
/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.modal-content {
    background-color: #fefefe;
    margin: 15% auto; /* 15% from the top and centered */
    padding: 10px;
    width: 175px; /* Could be more or less, depending on screen size */
	height: 175px;
	border-radius: 5px;
}
.innerPDF {
	background-color:#ffffff;
	padding-left:75px;
	padding-top:75px;
}
.sv {
	width:90%;
}
.sv th{
	text-align:center;
}
.sv td{
	text-align:left;
}
.sv th, .sv td {
   border: 1px solid #CDCDCD;
}
.dashtoggle {
	text-decoration:underline !important;
	padding:5px;
}
#login_container { 
  overflow:hidden;
}

#login_container div {
   padding: 10px;
}
#login_sidebar {
  background-color:#f1b82d;
  float:left; 
  margin-right:20px;
  padding:25px;
  width:250px;
}
#login_text { 
  overflow:hidden;
  margin:10px;
  min-height:170px;
}
@media screen and (max-width: 500px) {
   #login_sidebar { 
    float: none;
    margin-right:0;
    width:auto;  
  }
}
.tml-rememberme-wrap label {
	font-weight:normal;
}

.tbl_cellpadding td, th {
    padding:5px
};	

.nicetextbox {
    width: 50%;
    padding: 6px 10px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.nicetextbox_nosize {
    padding: 6px 10px;
    margin: 4px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}
.adminbox {
	margin-left:25px;
	background-color:#f2f2f2;
	padding:12px;
}
.schlyrstats {
	font-size: 24pt;
	font-weight: bold;
	color: #F1B82D;
}

/* Toggle sections */
.toggle-container.toggle-closed > .toggle-content {
    display: none;
}
.toggle-container.toggle-open > .toggle-content {
    display: block;
    animation: appearance .5s 1 ease-in-out;
}

.arrow {
    display: inline-block;
    vertical-align: middle;
}
.arrow-down {
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;

    border-top: 8px solid silver;
    margin-right: .3em;

}
.arrow-right {
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;

    border-left: 8px solid silver;
    margin-right: .9em;

}

.grad table {  
    color: #333; /* Lighten up font color */
    font-family: Helvetica, Arial, sans-serif; /* Nicer font */
    width: 640px; 
    border-collapse: 
    collapse; border-spacing: 0; 
}

.grad td, .grad th { border: 1px solid #CCC; height: 30px; } /* Make cells a bit taller */

.grad th {  
    background: #F3F3F3; /* Light grey background */
    font-weight: bold; /* Make sure they're bold */
	text-align: center;
}

.grad td {  
    background: #FAFAFA; /* Lighter grey background */
    text-align: center; /* Center our text */
}

.emp_profile 
{
	border: solid 1px #000000; 
	width: 100%;  	
}
.emp_profile tr {
   border-bottom: solid 1px #000000;
} 
.emp_topic {
	width:14%;
	text-align:center;
	vertical-align:middle;	
	border: solid 1px #000000;
	padding: 5px;
	font-weight: bold;
	background-color: #F1B82D;
	color: #000000;
}
.emp_cell {
	width: 14%;	
	padding: 5px;	
}
.emp_inner_tbl tr {
	border-bottom: 0px;
}
.emp_inner_cell {
	font-size: 8pt;	
	padding-left: 5px;
	text-align: left;
	vertical-align: top;	
}
.page-id-3688 .page-header {
	display:none;
}
.um-login {
	background-color:#f1b82d;
	padding:25px;	
}
.red {
	color: red;
}

.appr_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.appr_modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    /*width: 24rem;*/
    border-radius: 0.5rem;
}
.appr_close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.appr_close-button:hover {
    background-color: darkgray;
}
.appr_show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
#appr_table thead tr th {
	text-align:center;
}
#appr_table_modal td {
	padding:10px;
}
.rowapproved td {
	font-style: italic;
}
#dsl_tbl thead tr th {
	text-align:center;
}
.desc_row {
	text-align:left;
}
.u16 {
	color:#0099CC;
}
.radiolabel {
	display: inline;
	font-weight: normal;
}
#prevr_approve_tbl tbody tr {
    cursor: pointer;
}
#past_visit_tbl thead th {
    text-align:center;
}
#prevr_approve_tbl thead th {
    text-align:center;
}
.dt-button:disabled {
    opacity: 0.4 !important;
}

/* Case Notes CSS */
.cn-ta, .cn-ta-first {
    width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    margin-bottom:1.5rem;    
}
.cn_modal, .hist_modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
    z-index: 5000;
}
.cn_modal-content{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    width: 75%;
    overflow:auto;
    max-height:calc(100vh - 100px);
    box-shadow: 0px 0px 30px #000000;
}
.hist_modal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1.5rem 2rem;
    border-radius: 0.5rem;
    width: 50%;
    overflow:auto;
    max-height:calc(100vh - 100px);
}
.cn_close-button, .hist_close-button {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.cn_close-button:hover, .hist_close-button {
    background-color: darkgray;
}
.cn_show-modal, .hist_show-modal {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
.modal-open {
    overflow: hidden;
}
.no-students-sticky {
    display:none;
}
.cn-services-divs {
    display:none;
}
.cn_students {
    font-style: italic;
    color: green;
}
.cn-no-menu {
    display:none;
}
.vis-item.vis-background.negative {
    background-color: #fff;
    z-index: -5000;
}
/* Case Notes-MOBILE CSS */
.cn-ta-m {
    width: 100%;
    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box; 
    box-sizing: border-box;
    margin-bottom:1.5rem;   
}
.cn-div-m {
    display: none;
}
.id-list {
    width:35%;
    height:300px;
}

@media screen and (max-width: 600px) {
.modal-m {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transform: scale(1.1);
    transition: visibility 0s linear 0.25s, opacity 0.25s 0s, transform 0.25s;
}
.modal-content-m {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 1rem 1.5rem;
    width: 24rem;
    border-radius: 0.5rem;
}
.close-button-m {
    float: right;
    width: 1.5rem;
    line-height: 1.5rem;
    text-align: center;
    cursor: pointer;
    border-radius: 0.25rem;
    background-color: lightgray;
}
.close-button-m:hover {
    background-color: darkgray;
}
.show-modal-m {
    opacity: 1;
    visibility: visible;
    transform: scale(1.0);
    transition: visibility 0s linear 0s, opacity 0.25s 0s, transform 0.25s;
}
}
.highlight {
    background-color: #00FFFF;
}

#tbl_edit_services tbody tr {
    cursor: pointer;
}

/* The Modal (background) */
.editmodal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content/Box */
.editmodal-content {
    background-color: #fefefe;
    margin: 2% auto; /* 5% from the top and centered */
    padding: 20px;
    width: 40%;
	border-radius: 5px;
}
@media only screen and (max-width: 600px) {
    .editmodal-content {
        background-color: #fefefe;
        margin: 15% auto; /* 15% from the top and centered */
        padding: 10px;
        width: 95%;
        border-radius: 2px;
    }
    .chklbl {
        margin-left: 10px;
    }
}

/* The Close Button */
.close {
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

.ta_size {
    width:85%;
}

#tbl_edit_services thead th {
    text-align:center;
}
.dt-button:disabled {
    opacity: 0.4 !important;
}

.formtitles {
    font-weight:bold;
    margin-right:10px;
}

#prepost_tbl td {
    border: solid 1px #000000;
    padding: 5px;
}
.jqspinner {
    width:10px;
}
.cn_div {
    display:none;
    margin-bottom:10px;
}
.ta-cn {
    width:100%;
    height:100px;
}
.ta-out {
    width:100%;
    height:100px;
}
#hourly_building {
    min-width:40%;
}
#select_edit_group {
    min-width:40%;
}
.starttime {
    width:auto;
}
.endtime {
    width:auto;
}
.edit_starttime {
    width:auto;
}
.edit_endtime {
    width:auto;
}
.pure-form select {
    padding-right:20px;
}
.tbl-header th {
    text-align: center;
}
.month-picker-open-button {
    height:30px;
    vertical-align: middle;
    margin-left:3px;
}
@media only screen and (max-width: 600px) {
    #hourly_building {
        width:100%;
    }
    #select_edit_group {
        width:100%;
    }
    .starttime {
        width:50%;
    }
    .endtime {
        width:50%;
    }
    .edit_starttime {
        width:50%;
    }
    .edit_endtime {
        width:50%;
    }
    .ta-cn {
        width:95%;
        height:100px;
    }
    .ta-out {
        width:95%;
        height:100px;
    }
    .pure-form label {
        display:inline;
        padding-left:4px;
    }
    .pure-form input[type=text] {
        display:inline;
    }
    .timetable table, .timetable thead, .timetable tbody, .timetable th, .timetable td, .timetable tr {
        display: block;
    }
    .timetable thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px;
    }
    .timetable tr { 
        border: 1px solid #ccc; 
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .timetable td {
        border: none;
        position: relative;
        padding-left: 200px;
        margin-left: 150px;
    }
    .timetable td:before {
        position: absolute;
        left: 6px;
        padding-right: 40px;
        white-space: nowrap;
        margin-left: -150px;
        font-weight: bold;
    }
    .timetable td:nth-of-type(1):before { content: "Category of Service"; }
    .timetable td:nth-of-type(2):before { content: "Start Time"; }
    .timetable td:nth-of-type(3):before { content: "End Time"; }
    .timetable td:nth-of-type(4):before { content: "Duration (hours)";}
}

.tabs{
    width:98%;
    height:auto;
    /* display:none; */
}

/* tab list item */
.tabs .tabs-list{
    list-style:none;
    margin:0px;
    padding:0px;
}
.tabs .tabs-list li{
    float:left;
    margin-right:2px;
    padding:10px 5px;
    text-align: center;
    background-color:#aaaaaa;
    display:none;
}
.tabs .tabs-list li:hover{
    cursor:pointer;
}
.tabs .tabs-list li a{
    text-decoration: none;
    color:white;
}

/* Tab content section */
.tabs .tab{
    display:none;
    width:98%;
    min-height:250px;
    height:auto;
    padding:20px 15px;
    background-color:#f0f0f0;
    color:darkslategray;
    clear:both;
}
.tabs .tab h5{    
    font-weight:normal;
}
.tabs .tab p{
    line-height:20px;
    letter-spacing: 1px;
}




.tabs-edit{
    width:98%;
    height:auto;
    display:none;
}

/* tab list item */
.tabs-edit .tabs-list-edit{
    list-style:none;
    margin:0px;
    padding:0px;
}
.tabs-edit .tabs-list-edit li{
    float:left;
    margin-right:2px;
    padding:10px 5px;
    text-align: center;
    background-color:#aaaaaa;

}
.tabs-edit .tabs-list-edit li:hover{
    cursor:pointer;
}
.tabs-edit .tabs-list-edit li a{
    text-decoration: none;
    color:white;
}

/* Tab content section */
.tabs-edit .tab{
    display:none;
    width:98%;
    min-height:250px;
    height:auto;
    padding:20px 15px;
    background-color:#f0f0f0;
    color:darkslategray;
    clear:both;
}
.tabs-edit .tab h5{   
    font-weight:normal;
    padding:5px;
}
.tabs-edit .tab p{
    line-height:20px;
    letter-spacing: 1px;
}
.tabs-edit .tabs-list-edit li.active{
    background-color:#f0f0f0 !important;
    color:black !important;
    display:none;
}



/* When active state */
.active{
    display:block !important;
}
.tabs .tabs-list li.active{
    background-color:#f0f0f0 !important;
    color:black !important;
    display:none;
}
.active a{
    color:black !important;
}

/* media query */
@media screen and (max-width:360px){
    .tabs{
        margin:0;
        width:96%;
    }
    .tabs .tabs-list li{
        width:80px;
    }
}
    
.numberCircle {
    border-radius: 50%;
    line-height: 20px;
    width: 20px;
    height: 20px;
    padding: 4px;
    background: red;
    color: #fff;
    font-weight: bold;
    text-align: center;
    font: 12px Arial, sans-serif;
    margin-left: 5px;
    margin-right: 5px;
    display:inline-block;
}

.stripe th {
    text-align:center;
}

#students_tbl {
    position: relative;
}
#students_tbl th {
    position: sticky;
    top: 0; /* Don't forget this, required for the stickiness */
    background-color: #f2f2f2;
}
.notes-title {
    float: left;
    position: relative;
    top: 15px;
}
.IG-div {
    float: right;
}
.IG {
    margin-bottom: 5px;
}

/* Datatables overrides */
div.dt-buttons {
    position: relative;
    float: left;
}

div.dt-search {
    float: right;
}

div.dt-search label {
    display: inline;
    margin-right: 5px;
}

.pdf-result-box {
    background-color: #EBEBEB;
    padding: 20px;
    margin-bottom: 25px;
}
.download-pdf {
    font-family: inherit;
    font-size: 100%;
    padding: .5em 1em;
    color: #ffffff;
    border: none transparent;
    background-color: green;
    text-decoration: none;
    border-radius: 2px;
}
.download-pdf:hover {
    background-color: darkgreen;
    color:#ffffff;
}
.highlight-latest {
    background-color: #d4f4dd !important;
    font-weight: bold;
}
.fi-reset {
    height: initial !important;
    line-height: initial !important;
}
#tbl_stats tr.former-hidden {
    display: none;
}

#tbl_stats tr.former-visible {
    display: table-row;
}
.upload-success {
    background-color: #EBEBEB;
    padding: 20px;
    margin-bottom: 25px;
    color: green;
    font-weight: bold;
}

.chxbox-scroll {
    height:500px;
	overflow-y: auto;
	width:90%;
	border:solid 1px #d3d3d3;
	padding:10px;
}		

/* Wrapper for label and switch */
.switch-wrapper {
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: sans-serif;
}

/* Descriptive label */
.switch-label {
  font-weight: bold;
  font-size: 16px;
}

/* Base switch styling */
.switch {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 30px;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* Slider element */
.slider-text {
  position: absolute;
  cursor: pointer;
  top: 0; left: 0; right: 0; bottom: 0;
  background-color: #999999;
  transition: background-color 0.3s;
  border-radius: 34px;
}

/* The knob */
.slider-text::before {
  content: "";
  position: absolute;
  height: 22px;
  width: 22px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  border-radius: 50%;
  transition: transform 0.3s;
  z-index: 2;
}

/* ON/OFF text */
.slider-text::after {
  content: "NO";
  position: absolute;
  font-size: 11px;
  font-weight: bold;
  color: white;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  z-index: 1;
  transition: content 0.3s, left 0.3s;
}

/* When checked */
input:checked + .slider-text {
  background-color: #4caf50;
}

input:checked + .slider-text::before {
  transform: translateX(28px);
}

input:checked + .slider-text::after {
  content: "YES";
  left: 7px;
}


.student-profile-main-header {
    margin: 40px 0px 0px 0px;
}
.student-profile-main-header-text {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}
.profile-section-container {
    margin: 20px 0;
    padding: 17px;
    background-color: #ebebeb;
    border-radius: 10px;
}
.profile-section-header {
    font-size: 16px;
    font-weight: bold;
    margin: 0px 0px 15px 0px;
}
#cn_history, #cn_history_old {
    background-color: #ffffff;
}

.settings-msg {
    font-style:italic;
    font-size:12px;
    font-weight:normal;
    margin-left:20px;
}
/* Highlight selected row */
tr.selected {
    background-color: #d0e9ff !important; /* light blue */
}

/* remove grey background from DataTables in print */
body.dt-print-view,
body.dt-print-view {
    background: #fff !important;
    color: #444 !important;
}

body.dt-print-view table.dataTable th,
body.dt-print-view table.dataTable td {
    background: #fff !important;
    color: #444 !important;
}

.ui-autocomplete-input {
    width: 100%;
    padding: 5px;
    margin: 8px 0;
    display: inline-block;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}