@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap');

body {
    font-family: "Roboto",  Arial, Helvetica, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.1px;
	font-weight:400;
	padding: 0;
    margin: 0;
	color:#333;
	line-height:1.4;
	background-color:#f5f5f5;
}
#skiptocontent a {
	padding: 6px;
	position: absolute;
	top: -40px;
	left: 0px;
	color: #fff;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	border-bottom-right-radius: 8px;
	background: #366CC4;
	-webkit-transition: top 1s ease-out;
	transition: top 1s ease-out;
	z-index: 100;
}
	#skiptocontent a:focus {
		position: absolute;
		left: 0px;
		top: 0px;
		outline-color: transparent;
		-webkit-transition: top .1s ease-in;
		transition: top .1s ease-in;
	}
header
{
	position:relative;
	z-index:99;
}
.logo-area .btn
{
	line-height:1.2
}
.logo-area .btn-outline-primary {
	font-size: 1.25rem;
	margin: 0;
	padding: .25rem .75rem;
	line-height: 1;
	color: #366CC4;
	background-color: transparent;
	background-image: none;
	border-color: #366CC4;
}
	.logo-area .btn-outline-primary:not(:disabled):not(.disabled).active, .logo-area .btn-outline-primary:not(:disabled):not(.disabled):active {
		color: #366CC4;
		background-color: transparent;
		background-image: none;
		border-color: #366CC4;
	}
	.logo-area .btn-outline-primary:hover, .logo-area .btn-outline-primary:focus, .logo-area .btn-outline-primary:active {
		color: #fff;
		background-color: #366CC4;
		background-image: none;
		border-color: #366CC4;
	}
#menu-toggle .ti-menu
{
	font-size:1.25rem;
}
#menu-toggle.show .ti-menu::before {
	content: "\e646";
}
	.primary-nav {
		background-color: #fff;
		-webkit-box-shadow: 0px 0px 28px 0px rgba(86, 61, 124, 0.13);
		box-shadow: 0px 0px 28px 0px rgba(86, 61, 124, 0.13);
	}
.navbar
{
	padding:0.8rem 0rem;
}
.navbar-expand-lg .navbar-nav li
{
	position:relative;
}
.navbar-expand-lg .navbar-nav .nav-link
{
	position:relative;
	font-family: "Roboto",  Arial, Helvetica, sans-serif;
    font-size: 1rem;
	font-weight:500;
	color:#333;
	transition:color 0.3s ease-out;
	
}
	.navbar-expand-lg .navbar-nav .nav-link:hover, .navbar-expand-lg .navbar-nav .nav-link:focus, .navbar-expand-lg .navbar-nav .nav-link:active {
		color: #366CC4
	}
.navbar-expand-lg .navbar-nav li .nav-link.signIn {
	color: #366CC4
}
.navbar-expand-lg .navbar-nav li.devider:before {
    content: '';
    position: absolute;
    width: 1px;
    height: 30px;
    background-color: #e5e5e5;
    left: 0;
    top: 5px;
    bottom: 0;
    margin: 0;
	padding:0;
}
li.nav-item.devider {
    margin: 0 0.938rem;
}
a.logo
{
	/*width: 215px;
    height: 53px;*/
    text-decoration: none;
    margin-right: 0.625rem;
	/*display: inline-block;*/
}
.dropdown-item {
	padding: 0.625rem;
	color: #666;
	transition: all 0.3s ease-out;
	font-weight: 400;
	font-size: 1rem;
	white-space: nowrap;
}

	.dropdown-item .fa {
		width: 20px;
		display: inline-block;
		text-align: center;
		margin-right: 5px;
		
	}

	.dropdown-item:hover {
		color: #366CC4
	}
	.dropdown-item.active, .dropdown-item:active {
		color: #fff;
		background-color: #366CC4;
	}
	/* Typography */
	h1, h2, h3, h4, h5, h6 {
		line-height: 1.2;
		font-weight: 500;
		margin-top: 0;
		/*text-transform: uppercase;*/
		margin-bottom: .625rem;
	}
h1{font-size:2rem}
h2{font-size:1.75rem}
h3{font-size:1.5rem}
h4{font-size:1.375rem}
h5{font-size:1.125rem}
h6{font-size:1.063rem}

/* Main Content*/
#page-content-wrapper {
	padding: 1.25rem
}
#login {
	padding: 2rem 1.25rem;
	background-color: #fff;
	border-radius: 12px;
	margin: 2rem 0;
	box-shadow: 0px 0px 13px 0px rgba(62, 44, 90, 0.08);
}
#login h2
{
	font-size:2rem;
	font-weight:500;
	margin-bottom:1.875rem;
}
#login a
{
	text-decoration:underline;
	color:#366CC4;
}
.google-login img
{
	margin-bottom:10px;
}
p.google-sign-in-text{
	margin-bottom:0;
}
.btn-primary {
	background-color: #366CC4
}
a {
	/*color: #366CC4*/
	color: #366CC4
}
.font-weight-bold{
	font-weight:500;
	margin-bottom:0
}
.text-muted {
	color: #666 !important;
	font-size: 14px;
}
.btn-link, .btn-link:focus {
	color: #366CC4;
	padding: 0;
	margin: 0;
	border: 0;
}
.bg-blue {
	background-color: #2c5891;
}
.bg-lightblue
{
	background-color:#edf2f9;	
}
.bg-white
{
	background-color:#fff;
}
.content-box
{
	border-radius:4px;
	background-color:#fff;
    box-shadow: 0px 0px 13px 0px rgba(62, 44, 90, 0.08);
	border: 1px solid rgba(0, 0, 0, 0.09);
	padding:1.25rem;
}
.title-text span {
	display: block;
	color: #003b5e;
	line-height: 1.1;
}
.title-text .txt-small {
	font-weight: 500;
	font-size: 2rem;
	margin-bottom: 2rem;
}
.title-text .txt-large
{
	font-weight:500;
	font-size:3.875rem;
}
.form-control:focus
{
	border-color:#366CC4;
}
/*Articulation Agreement Dashboard*/
.page-title {
	display: flex;
	flex-direction: row;
	flex: 0 0 100%;
	justify-content: space-between;
	flex-flow: wrap;
}
.page-title .btn{
	margin-bottom :.8rem
}
.page-title h1 {
	font-size: 1.375rem;
	font-weight: 500;
	margin-bottom: 1.25rem;
	color: #333;
	text-transform: uppercase
}
.box
{
	background-color: #366CC4;
    border: 1px solid #366CC4;
    border-radius: 4px;
    padding: 0.625rem;
    color: #fff;
	text-align:center;
	font-size:1rem;
	font-weight:400;
	line-height:1.4;
	height:100%;
}
.box span
{
	display:block
}
.box .number
{
	font-size:3rem;
	font-weight:700;
}
.status-box
{
	background-color:#edf2f9;
	border:1px solid #b5cced;
	padding:1rem;
	border-radius:4px;
	font-weight:500;
	font-size:1rem;
}
.status-box .number
{
	font-size:2.625rem;
	font-weight:700;
	margin-right:0.625rem;
}
	.status-box .col {
		display: flex;
		flex-direction: row;
		/*justify-content: center;*/
		align-items: center;
	}
.download
{
	border: 1px solid #e5e5e5;
    background: none;
    padding: 0 7px;
    font-size: 1.875rem;
    line-height: normal;
    border-radius: 4px;
    cursor: pointer;
	transition:color .3s ease-out;
}
	.download:hover {
		color: #366CC4;
		border-color: #366CC4;
	}
table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr[role="row"]>th.dtr-control:before
{
	background-color:#366CC4 !important
}
.page-item.active .page-link
{
	background-color:#366CC4 !important;
	border-color:#366CC4 !important
}
 .table.dataTable thead tr
{
	background-color:#366CC4 !important;
}
 .table.dataTable thead th
{
	color:#fff;
	font-weight:500
}
 .table.dataTable thead td,  table.dataTable thead th,  table.dataTable td,  table.dataTable th
{
	border:0
}
.page-link
{
	border:0;
	border-radius:4px;
	color:#366CC4;
	/*margin:0 0.313rem*/
}
div.dataTables_wrapper div.dataTables_info{
	white-space: normal !important;
}
.pagination .fa {
	font-size: 1.375rem;
}
table.dataTable
{
	border: 1px solid #e5e5e5;
    border-radius: 4px;
}
span.multiselect-native-select {
	position: relative
}
span.multiselect-native-select select {
	border: 0!important;
	clip: rect(0 0 0 0)!important;
	height: 1px!important;
	margin: -1px -1px -1px -3px!important;
	overflow: hidden!important;
	padding: 0!important;
	position: absolute!important;
	width: 1px!important;
	left: 50%;
	top: 30px
}
.multiselect-container {
	position: absolute;
	list-style-type: none;
	margin: 0;
	padding: 0
}
.multiselect-container .input-group {
	margin: 5px
}
.multiselect-container>li {
	padding: 0
}
.multiselect-container>li>a.multiselect-all label {
	font-weight: 700
}
.multiselect-container>li.multiselect-group label {
	margin: 0;
	padding: 3px 20px 3px 20px;
	height: 100%;
	font-weight: 700
}
.multiselect-container>li.multiselect-group-clickable label {
	cursor: pointer
}
.multiselect-container>li>a {
	padding: 0
}
.multiselect-container>li>a>label {
	margin: 0;
	height: 100%;
	cursor: pointer;
	font-weight: 400;
	padding: 3px 0 3px 30px
}
.multiselect-container>li>a>label.radio, .multiselect-container>li>a>label.checkbox {
	margin: 0
}
.multiselect-container>li>a>label>input[type=checkbox] {
	margin-bottom: 5px
}
.btn-group>.btn-group:nth-child(2)>.multiselect.btn {
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px
}
.form-inline .multiselect-container label.checkbox, .form-inline .multiselect-container label.radio {
	padding: 3px 20px 3px 40px
}
.form-inline .multiselect-container li a label.checkbox input[type=checkbox], .form-inline .multiselect-container li a label.radio input[type=radio] {
	margin-left: -20px;
	margin-right: 0
}
.form-control {
	border: 1px solid #e5e5e5;
	color: #333;
	/*height: calc(0.75rem + 1.5em + 2px);/* for ie browser*/
}
.multiselect
{
	text-align:left;
	position:relative;
	background: transparent;
    border: 1px solid #e5e5e5;
}
.multiselect-native-select .dropdown-toggle::after
{

	font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #000;
    font-size: 1rem;
    padding-right: 5px;
    position: absolute;
    top: 5px;
    right: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    vertical-align: .255em;
    content: "\f107";
    border: 0;
    font-weight: 600;
}
.btn-group,.multiselect,.multiselect-container
{
	width:100%;
}
.multiselect-container.dropdown-menu.show .form-check-label {
	white-space: normal;
}
.multiselect-container>li>a>label
{
	padding: 3px 0 3px 15px !important;
    color: #333!important;
    font-weight: 400!important;
    font-size: 1rem;
}
/*Footer style*/
.footer {
	position: relative;
	background-color: #003b5e;
}
.list-style-none
{
	margin:0;
	padding:0;
	list-style:none;
}
	.f-list li {
		line-height: 23px;
	}
.f-list li a
{
	color:#fff;
	padding: 5px 0;
    display: block;
    font-weight: 400;
	
}
.footer h2
{
	font-weight:500;
	margin-bottom:20px;
	font-size:1.125rem;
}
.footer a, .footer p,.footer h2
{
	color:#fff;
}
.footer-bottom {
	padding: 15px 0;
	background-color: #003250;
}
p.copyRight {
	margin-bottom: 5px !important;
}

	.footer-bottom p {
		margin-bottom: 0;
		font-size: 0.8125rem;
	}
.mb-60 {
  margin-bottom: 60px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.p-t-60
{
	padding-top:60px;
}
.p-b-60
{
	padding-bottom:60px
}
.v-devider {
	border-right: 1px solid #27678e;
}
.align-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.quick-links li
{
	display:inline-block;
	margin-right:1.875rem;
	text-align:center;
	margin-bottom:1rem
}
.quick-links li:last-child
{
	margin-right:0
}
.quick-links li a
{
	display:block;
	text-decoration:none;
	font-size:1.563rem;
	text-transform:uppercase;
}
.quick-links .fa{
	display:block;
	font-size:3rem;
	color:#ffb607
}
.footer div[class^="col"] {
	padding-left:1.875rem;
	align-self: stretch;
}
.navbar-toggler {
    color: #fff;
    border-color:#666;
	background-color:#666;
}
.navbar-toggler-icon {
	width: 1.5rem;
    height: 1.5rem;
	padding:.25rem .60rem;
}
/*Add Courses*/
#wrapper {
	position: relative;
	display: flex;
	overflow-x: hidden;
	align-items: stretch;
	flex: 1 1 auto;
	width: 100%;
}
#page-content-wrapper {
	width: 100%;
	display: flex;
	align-items: stretch;
	flex: 1 1 auto;
	flex-basis: 100%;
	flex-direction: column;
	min-height: 1px;
}
#sidebar-wrapper {
	display: flex;
	flex: 1 0 auto;
	width: 18.75rem;
	max-width: 18.75rem;
	flex-direction: column;
	padding: 1rem 0;
	background-color: #2c5891;
	z-index: 98;
	color: #b9cef0;
	margin-left: 0;
	-webkit-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	box-shadow: 2px 2px 5px 0px rgba(0,0,0,0.2);
	webkit-transition: margin .3s ease-out;
	-moz-transition: margin .3s ease-out;
	-o-transition: margin .3s ease-out;
	transition: margin .3s ease-out;
}
/*.opened-sidebar #sidebar-wrapper {
     margin-left: -18.75rem;
}*/
/*Sidebar nav style*/
.sidebar-nav ul {
    padding: 0;
    margin: 0;
    list-style: none;
}
.sidebar-nav li {
    margin: 2px 0;
    display: block;
    width: 100%;
}
.sidebar-nav a {
    line-height: 50px;
    text-decoration: none;
    padding: 0 1rem;
	height: 50px;
    color: #b9cef0;
    white-space: nowrap;
    display: table;
    width: 100%;
	webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
}


.sidebar-nav a {
	position:relative;
	overflow:hidden;
}
.sidebar-nav a:hover
{
	background-color:#284f82;
	color:#fff;
}
.all-catgeories li>a.active
{
	background-color:#284f82;
	color:#fff;
}
.sidebar-nav a > span {
    display: table-cell;
}
.sidebar-nav a > span.menu-icon
{
	width: 32px;
    height: 42px;
    line-height:normal	;
    vertical-align: middle;
    font-size: 18px;
}
.arrow-icon
{
	vertical-align:middle;
	width: 24px;
    height: 50px;
	line-height:normal;
	text-align:right;
	font-size:1.125rem
}
.drop-menu.active .fa-angle-down {
    transform: rotate(180deg);
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}
/*ul.sub-menu[aria-hidden=true]
{
	display:none
}*/
ul.sub-menu li>a
{
	 line-height: 40px;
	 height:40px;
	 padding: 0 1rem 0 3rem
}
.ttr-open-icon {
    transform: scale(1);
}
/*Validation*/
.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #dc3545;
	font-size:0.875rem
}
.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block, .has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label, .has-error.radio label, .has-error.radio-inline label {
    color: #dc3545;
}
/*button style*/
.btn-primary
{
	background-color:#366CC4;
	color:#fff;
}
.btn-primary.disabled, .btn-primary:disabled
{
	background-color:#366CC4;
	color:#fff;
	border-color:#366CC4;
}
.btn-secondary
{
	background-color:#6c757d;
	color:#fff
}
.btn-light, .btn-light :hover{
	background-color: #f5f5f5;
	color:#333;
	border:1px solid rgba(0,0,0,0.1);
}
.btn-light:active:focus, .custom-file-label:focus, .custom-file-label:active:focus {
	box-shadow: 0 0 0 .2rem rgba(0,123,255,.5)
}
.custom-file-label:focus, .custom-file-label:active:focus {
	outline:0;
}

	table thead th {
		vertical-align: bottom;
		border-bottom: 2px solid #dee2e6;
		background: #366CC4;
		color: #fff;
		vertical-align: bottom;
	}
	table thead th label
	{margin-bottom:0}
#CourseList_length, #districtList_length, #IndustrySectorList_length, #UserList_length, #SchoolList_length, #CollegeCurriculaList_length, #DocumentTypeList_length, #HighSchoolInstructorDashboard_length, #Agreements_length,
#AcademicTermsList_length, #ProgramList_length, #historyTable_length, #EvaluationMethodList_length, #FinalLetterGradeList_length, #EvaluationLetterGradeList_length {
	display: none
}
.dataTables_wrapper >div:first-child
{
	flex-direction:column-reverse;
}
	.dataTables_wrapper > div:first-child > div {
		flex: 0 0 auto !important;
	}
div.dataTables_wrapper div.dataTables_filter
{
	text-align:left !important;
}
/*Custom search drop down list*/
/*Testing purpose*/
/*.select2-container {
	width: 100% !important;
}*/
.select2-dropdown
{
	border:1px solid #e5e5e5 !important;
}
.select2-container--default .select2-selection--single {
	background-color: #fff !important;
	border: 1px solid #e5e5e5 !important;
	border-radius: 4px !important;
	padding: .375rem .75rem !important;
}

.select2-container .select2-selection--single {
	height: auto !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #333 !important;
	line-height: 1.5 !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-left: 0 !important;
	padding-right: 0 !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	margin-top: 3px !important;
}
.select2-container {
	display:block !important;
	border-radius: .25rem;
	width:auto !important;
}

.input-validation-error, .input-validation-error + .select2-container {
	border: 2px solid #f5c6cb !important;
}
.validation-summary-errors .alert-danger {
	color: #333 !important;
	background-color: #f8d7da;
	border-color: #dc3545;
}
.validation-summary-errors ul {
	padding: 0;
	list-style: none;
	margin-bottom:0;
}
	.validation-summary-errors ul li {
		line-height: 1.5;
		margin-bottom: .5rem;
	}
	.validation-summary-errors ul li:last-child {
		margin-bottom: 0;
	}
.table-selected-item-list
{
	margin:1rem 0;
}
.table-selected-item-list tbody tr
{
	background-color:rgba(0,0,0,.075)
}
	.table-selected-item-list tr td {
		border-bottom: 3px solid rgb(255, 255, 255);
		vertical-align: middle;
		text-align: left;
		padding: .75rem;
	}
	.table-selected-item-list tr td label
	{
		margin-bottom:0 !important
	}
	.table-selected-item-list tr:first-child td {
		border-top: 0;
	}
.btn-add-another-facultyMember {
	display: none;
}

.delete-row {
	width:3.125rem;
	text-align: center !important;
	font-weight: bold;
	color: #dc3545;
	cursor: pointer;
}
.mr-5 {
	margin-right:5px;
}
#editor {
	min-height: 240px;
	width: 100%;
	margin-bottom: 1rem;
}
.table.hover tbody tr:hover {
	background-color: rgba(0,0,0,0.1);
	cursor: pointer;
	-webkit-box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
	box-shadow: inset 1px 0 0 #dadce0, inset -1px 0 0 #dadce0, 0 1px 2px 0 rgba(60, 64, 67, 0.3), 0 1px 3px 1px rgba(60, 64, 67, 0.15);
}
.custom-file-label {
	color:#333 !important;
	border-color:#e5e5e5 !important;
}
	.custom-file-label::after {
		color: #333 !important;
		border-color: #e5e5e5 !important;
		background-color: #f5f5f5 !important;
	}
.cte-user .dropdown-menu {
	right:5px !important;
	left:auto !important;
}
.img-border {
	display: inline-block;
	padding: 1rem;
	border: 1px solid #e5e5e5;
	width: calc(215px + 2rem + 1px);
	margin: 0;
	min-height: 34px;
	position: relative;
	clear: both;
	border-radius: .25rem;
}
/*.logo-img {
	height: auto;
	width: 100%;
	object-fit: cover;
}
.logo-img.logo-img-uncut{
	height:auto;
	width:215px;
}*/
#SchoolButton .fa, #AssociatedAgreement .fa, #IndustrySectorAssociation .fa, #AssociatedSchool .fa, #AssociatedHighSchoolCourseSession .fa, #AssociatedAgreements .fa, #AssociatedCourse .fa{
	webkit-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-moz-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	-o-transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355, 1.000);
	transition: transform 200ms cubic-bezier(0.215, 0.610, 0.355);
}
#SchoolButton.show .fa, #AssociatedAgreement.show .fa, #IndustrySectorAssociation.show .fa, #AssociatedSchool.show .fa, #AssociatedHighSchoolCourseSession.show .fa, #AssociatedAgreements.show .fa, #AssociatedCourse.show .fa {
	-ms-transform: rotate(180deg);
	-ms-transform-origin: 50% 50%;
	-webkit-transform: rotate(180deg);
	-webkit-transform-origin: 50% 50%;
	transform: rotate(180deg);
	transform-origin: 50% 50%;
}
.heading-style {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 0.3125rem;
	margin-bottom: 1rem;
	display: inline-block;
}
.label-value {
	margin-bottom: 0;
	display: inline-block;
}
table.dataTable.nowrap td {
	white-space: normal !important;
}
.form-label
{
	font-weight:500 !important
}
.course-curriculum .fa {
	margin-top: 5px;	
	margin-right: 0.625rem;
	color: #F40F02;
}
.course-curriculum li {
	display: flex;
	align-items: flex-start;
	margin-bottom: 0.625rem;
}
.course-curriculum li a {
	text-decoration : underline;
}
button.multiselect {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.custom-file-label {
	color: #333 !important;
	border-color: #e5e5e5 !important;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	padding-right: 90px;
}

.text-primary {
	color: #366CC4
}
.txt-calendar {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap
}
	.txt-calendar .form-control {
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}
	.txt-calendar .fa {
		font-size: 1rem;
		width: 3rem;
		background: #eee;
		/* vertical-align: middle; */
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0.625rem;
		border: 1px solid #e5e5e5;
		border-top-right-radius: .25rem;
		border-bottom-right-radius: .25rem;
		white-space:nowrap;
	   flex-wrap:nowrap
	}
.alert-warning {
	color: #333;
	background-color: #fff3cd;
	border-color: #ffeeba;
	
}
	.alert-warning .close {
		opacity: 1;
	}
ol.list-style {
	
	padding-left: 1rem;
}
ul.list-style {
	list-style: none;
	padding: 0 !important;
}
ol.list-style li, ul.list-style li {
	padding: 0.5rem 0;
}
.career-pathway li{
	margin-bottom:1rem;
	padding:0;
}
.career-pathway li h3 {
	margin-bottom: 0.3125rem !important;
}
.small-text{
	font-size:0.875rem;
}
ul.list-style1 {
	padding-left:1rem;
}
ul.list-style1 li{
	padding:0.5rem 0;
}

@-webkit-keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

@keyframes spinner-border {
	to {
		-webkit-transform: rotate(360deg);
		transform: rotate(360deg);
	}
}

.spinner-border {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	vertical-align: text-bottom;
	border: 0.25em solid currentColor;
	border-right-color: transparent;
	border-radius: 50%;
	-webkit-animation: spinner-border .75s linear infinite;
	animation: spinner-border .75s linear infinite;
}

#overlay,
.customOverlay {
	position: fixed;
	display: none;
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 2;
	overflow: hidden;
	cursor: pointer;
	transition: opacity .15s linear
}

.overlay__wrapper {
	position: relative;
	width: 100%;
	height: 100%;
}

.overlay-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	z-index: 3;
	color: #333;
	background: #fff;
	padding: 1rem;
	border-radius: 4px;
	text-align: center;
}

.overlay-text {
	font-size: 1.125rem
}

body.modal-on,
body.overlay-on {
	overflow: hidden;
}

.modal-on #overlay,
.overlay-on .customOverlay {
	display: block;
	opacity: 1;
}

.modal-off #overlay,
.overlay-off .customOverlay {
	display: none;
	opacity: 0;
}
.color-red {
	color: #dc3545;
}
.color-green {
	color: #28a745;
}
.color-blue {
	color: #366CC4;
}
#agreementHistory .fa-commenting-o{
	margin-top:2px;
	cursor:pointer;
}
.contact{
	text-decoration : underline;
}

.table.dataTable thead th {
	vertical-align: top;
	white-space: nowrap;
}

table th, td {
	font-size: 0.875rem
}

.district-ROP {
	display: block;
	font-size: 0.8125rem
}

table.dataTable thead .sorting:before, table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:before, table.dataTable thead .sorting_desc_disabled:after {
	bottom: auto;
	top: 0.9em;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control:before, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control:before {
	margin-top: -37px;
}

div.dataTables_wrapper div.dataTables_filter {
	text-align: left;
}
/*New Change 17-5-2023*/
.row.content-row {
	padding: 0 20px;
}
.tab-content{
	width:100%;
}
.message-box {
	position: relative;
	padding: .75rem 1.25rem;
	margin-bottom: 1rem;
	border: 1px solid transparent;
	border-radius: .25rem;
}

.info-message-box {
	color: #0c5460;
	background-color: #d1ecf1;
	border-color: #bee5eb;
}

.warning-message-box {
	color: #333;
	background-color: #fff3cd;
	border-color: #ffeeba;
}

.mt-30{
	margin-top:30px;
}

table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > td.dtr-control, table.dataTable.dtr-inline.collapsed > tbody > tr[role="row"] > th.dtr-control{
	vertical-align: middle;
}

@media (min-width:768px) {
	#sidebar-wrapper {
		margin-left: -18.75rem
	}
	.opened-sidebar #sidebar-wrapper {
		margin-left: 0;
	}
	.quick-links li {
		margin-right: 1rem;
	}

		.quick-links li a {
			font-size: 0.875rem;
		}
	.ext-label
	{
		text-align:right
	}
}

@media (min-width: 992px) {
/*	.primary-nav {
    height: 4.125rem;
	display:flex;
	align-items:center;
}*/

	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.5rem;
	}
.navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    margin-top: 15px;
}
	.quick-links li {
		
		margin-right: 1rem;
		
	}
		.quick-links li a {
			
			font-size: 1.3rem;
			
		}
	a.user span {
		max-width: 150px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		display: inline-block;
		vertical-align:top;
	}
	a.user.dropdown-toggle::after {
		vertical-align: .200em;
	}
}
@media (min-width: 1200px) {
	#page-wrapper {
		position: relative;
		max-width: 1140px;
		margin: 0 auto;
		border-left: 1px solid rgba(0, 0, 0, 0.15);
		border-right: 1px solid rgba(0, 0, 0, 0.15);
		overflow: hidden;
	}
	.navbar-expand-lg .navbar-nav .nav-link {
		padding: 0.5rem 0.625rem;
	}
	.quick-links li {
		margin-right: 1.875rem;
	}
}
	@media (min-width: 991.98px) and (max-width: 1100px) {

		/*.logo-img {
			height: 34px;
			width: 180px;
			object-fit: contain;
		}*/
		.navbar-expand-lg .navbar-nav .nav-link {
			font-size: 0.875rem
		}
	}
	/*Medium devices (tablets, 768px and up)*/
	@media (max-width: 991.98px) {
		.logo-area {
			display: flex;
			flex-direction: row-reverse
		}

		#menu-toggle {
			margin-right: 0.625rem;
		}

		.navbar-nav {
			margin-top: 1rem;
			border-top: 1px solid #e5e5e5;
			padding-top: 0;
		}

		.navbar-expand-lg .navbar-nav li {
			border-bottom: 1px dashed #e5e5e5;
		}

			.navbar-expand-lg .navbar-nav li:last-child {
				border: 0;
			}

		li.nav-item.devider {
			display: none
		}

		.navbar-expand-lg .navbar-nav .nav-link {
			padding: .75rem 1rem
		}

		.dropdown-menu {
			border: 0;
			padding: 0
		}

		.dropdown-item {
			border-bottom: 1px dashed #e5e5e5;
		}

		.dropdown-menu > .dropdown-item:last-child {
			border: 0;
		}

		.dropdown-item:hover, .dropdown-item.active, .dropdown-item:active {
			color: #366CC4;
			background-color: transparent;
		}
	}
	/* Extra small devices (portrait phones, less than 576px)*/
	@media (max-width: 767.98px) {
		.sm-mt{
			margin-top:1rem;
		}
		.font-weight-bold {
			font-weight: 500;
			margin-bottom: 0.5rem;
		}
		.opened-sidebar-xs #sidebar-wrapper {
			margin-left: -18.75rem;
		}

		#page-content-wrapper {
			min-width: calc(100vw - 1.25rem);
		}

		.quick-links li {
			margin-right: 0.625rem;
		}

			.quick-links li a {
				font-size: 1rem;
			}		

		.status-box .col {
			display: flex;
			flex-direction: row;
			justify-content: normal;
			align-items: center;
			flex-basis: 100%;
		}

		.box {
			margin-bottom: 1rem;
			height: auto
		}

		.footer div[class^="col"] {
			padding-left: 0.938rem;
			margin-bottom: 2rem;
		}

		.v-devider {
			border: 0
		}

		.txt-small {
			margin-bottom: 1rem;
		}

		div.dataTables_wrapper div.dataTables_info {
			margin-bottom: 0.625rem;
		}
		.title-text {
			text-align: center;
		}
	}

	@media (max-width:480px) {
		table.dataTable.nowrap td {
			white-space: normal !important;
		}

		table.dataTable > tbody > tr.child span.dtr-title {
			display: block !important;
		}
		.button-group .btn,.btn-d-block
		{
			display:block;
		}
	}

	@media (max-width: 380px) {
		.logo-area {
			align-items: center;
		}

		a.logo, a.logo > img {
			width: 9.438rem;
			height: auto;
		}

		.title-text .txt-large {
			font-size: 3rem;
		}
		a.user span {
			max-width: 150px;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
			display: inline-block;
			vertical-align: top;
		}
		a.user.dropdown-toggle::after {
			vertical-align: .200em;
		}
	}

	/*
// Small devices (landscape phones, 576px and up)
@media (min-width: 576px) and (max-width: 767.98px) { ... }

// Medium devices (tablets, 768px and up)
@media (min-width: 768px) and (max-width: 991.98px) { ... }

// Large devices (desktops, 992px and up)
@media (min-width: 992px) and (max-width: 1199.98px) { ... }

// Extra large devices (large desktops, 1200px and up)
@media (min-width: 1200px) { ... }*/