/* TAG STYLES REWRITE */

* {
	margin:0;
	padding:0;
	border:none;
}

html, body, form {
	height:100%;
	background-color: #fafafa;
}

body {
	line-height: 24px;
	font-size: 16px;
	color: #4c4c4c;
	font-family: 'Roboto', sans-serif;
}

p {
	line-height: 18px;
	hyphens: auto;
}

small {
	font-size: 12px;
	line-height: 14px;
}

medium {
    font-size: 14px;
    line-height: 18px;
}

fieldset {
	border: #ccc 1px solid;
}

.small {
	font-size: 14px;
	line-height: 18px;
}

i[class^="fa fa-"]:before,
i[class^="far fa-"]:before,
i[class^="fas fa-"]:before {
	line-height: 24px;
	display: inline-block;
	text-align: center;
	width: 24px;
}

i.fa-spinner:before {
	line-height: inherit;
	font-size: inherit;
	display: inherit;
	text-align: inherit;
	width: inherit;
}

.fa-wrap {
	line-height: 24px;
	font-size: 18px;
	display: inline-block;
	text-align: center;
	width: 24px;
	vertical-align: center;
}

input, button, select, textarea, label {
	color: #4c4c4c;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 32px;
}

::placeholder {
	color: #cacaca;
}

h1 {
	font: 700 20px/32px 'Roboto Condensed', sans-serif;
}

h2 {
	font: 700 18px/30px 'Roboto Condensed', sans-serif;
}

h3 {
	font: 700 16px/28px 'Roboto Condensed', sans-serif;
}

a, a:link, a:active, a:visited, a:hover {
	color: #2B186F;
	text-decoration: none;
	border-bottom: #ccc 1px solid;
}

a:hover {
	color: #cf2f0e;
	border-bottom: #ecc 1px solid;
}

input[type=button], input[type=submit], button {
	font-size: 16px;
	display: inline-block;
	height: 32px;
	line-height: 32px;
	padding: 0 8px;
	min-width: 80px;
	background-color: #2B186F;
	color: #ffffff;
	cursor: pointer;
	text-shadow: 0 0 1px rgba(0,0,0,0.4);
	border-radius: 1px;
	transition-property: background-color;
	transition-duration: 0.3s;
	transition-timing-function: ease-in;
	appearance: none;
}
input[type=button]:focus, input[type=submit]:focus, button:focus {
	outline: 1px dotted black;
	background-color: #3d2590;
	transition-property: background-color;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
input[type=button]:hover, input[type=submit]:hover, button:hover {
	color: #FFFFFF;
	background-color: #3d2590;
	transition-property: background-color;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}
input[type=button]:disabled, input[type=submit]:disabled, button:disabled {
	text-shadow: none !important;
	background-color: #cacaca !important;
	color: #333 !important;
}
.pseudo-disabled {
	text-shadow: none !important;
	background-color: #cacaca !important;
	color: #333 !important;
}

input::-moz-focus-inner,button::-moz-focus-inner {
	border: 0;
}

input[type=password], input[type=text], input[type=search], input[type=time], textarea, select {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 7px;
	border: #aaa 1px solid;
	line-height: 32px;
	outline: none;
	transition-property: border-color;
	transition-duration: 0.3s;
	transition-timing-function: ease-in;
	height: 32px;
}

div[class^="grid_"] > input[type=password],
div[class^="grid_"] > input[type=text],
div[class^="grid_"] > input[type=search],
div[class^="grid_"] > textarea,
div[class^="grid_"] > select {
	width: 100%;
}
textarea {
	line-height: 16px;
	height: 40px;
	padding: 4px;
}

input[type=password]:focus, input[type=text]:focus, textarea:focus {
	border-color: #2B186F;
	transition-property: border-color;
	transition-duration: 0.3s;
	transition-timing-function: ease-out;
}

hr {
	height: 1px;
	color: #cacaca;
	border: none;
	background-color: #cacaca;
	padding: 0;
	margin: 0;
}

.checkbox-wrapper {
	display: inline-block;
	height: 32px;
	line-height: 32px;
	white-space: nowrap;
}

.checkbox-wrapper, .checkbox-wrapper > input, .checkbox-wrapper > span, .checkbox-wrapper > label {
	cursor: pointer;
}

.checkbox-wrapper > input, .checkbox-wrapper > span, .checkbox-wrapper > label {
	vertical-align: middle;
	margin: 0;
	padding: 0;
}

.checkbox-wrapper > span, .checkbox-wrapper > label {
	font-weight: 400;
	cursor: pointer;
	line-height: 100%;
}

.checkbox-wrapper .disabled {
	color: #c5c7c8;
}

.checkbox-wrapper.checkbox-wrapper__compact {
	line-height: 16px;
	height: auto;
	margin: 8px 0;
}

.checkbox-wrapper.checkbox-wrapper__compact > input {
	float: left;
}

.checkbox-wrapper.checkbox-wrapper__compact > label,
.checkbox-wrapper.checkbox-wrapper__compact > span {
	float: left;
	margin-left: 4px;
	clear: right;
}

/* MODERN PAGE CARCASS */
.page-wrap {
	min-height: 100%;
	margin-bottom: -48px;
	margin-left: 240px;
}
.page-wrap:after {
	content: "";
	display: block;
	height: 48px;
}
.copyright, .page-wrap:after {
	height: 48px;
}
.copyright {
	text-align: center;
	margin-left: 240px;
	font-family: 'Roboto', sans-serif;
	color: #4c4c4c;
}
#twin_accounts_container {
	float: right;
	margin: 64px 16px 16px 16px;
}
@media (max-width: 1030px) {
	.page-wrap {
		position: static;
		margin-left: 0;
	}
	.copyright {
		margin-left: 0;
	}
}

/* Other pages content: selectors which are present on all (or majority of) pages */
.content > div {
	padding-left: 8px;
	padding-right: 8px;
	text-align: left;
}

.content > div:first-child {
	padding-top: 64px;
}

@media (min-width: 1030px) {
	.content > div {
		padding-left: 40px;
	}
}

.content-spacer {
	height: 128px;
}
@media (max-width: 479px) {
	.content-spacer {
		height: 24px;
	}
}

#timer_refresh_container {
	position: fixed;
	top: 48px;
	padding: 20px;
	text-align: center;
	font-size: 18px;
	left: 8px;
	right: 8px;
	background-color: #f2dede;
	outline: solid 1px #a94442;
	z-index: 9999;
}
a.skip-main {
	left: -999px;
	position: absolute;
	top: auto;
	width: 1px;
	height: 1px;
	overflow: hidden;
	z-index: -999;
}
a.skip-main:focus, a.skip-main:active {
	color: #fff;
	background-color:#000;
	left: auto;
	top: auto;
	width: 30%;
	height: auto;
	overflow: auto;
	margin: 10px 35%;
	padding: 5px;
	border-radius: 15px;
	border: 4px solid yellow;
	text-align: center;
	font-size: 1.2em;
	z-index: 999;
}

#main:focus, #content_content:focus {
	outline: none;
}

/* FORMS AND CONTROLS */
span.radio > input, span.radio > label, span.radio > span {
	vertical-align: middle;
}
span.radio > label, span.radio > span {
	margin-right: 12px;
	font-weight: 400;
	cursor: pointer;
	line-height: 100%;
}
span.checkbox > input, span.checkbox > label, span.checkbox > span {
	vertical-align: middle;
}
span.checkbox > label, span.checkbox > span {
	margin-right: 12px;
	font-weight: 400;
	cursor: pointer;
	line-height: 100%;
}
ul.vertical-radio > li > label {
	cursor: pointer;
	margin-left: 22px;
	display: inline-block;
	line-height: 18px;
	margin-bottom: 8px;
	hyphens: auto;
}
ul.vertical-radio > li > label > input {
	margin-left: -22px;
	margin-right: 4px;
}
.date-picker-wrapper {
	display: inline;
}
.date-picker-wrapper > input.date-picker {
	width: 128px;
	height: 32px;
	line-height: 28px;
}
.date-picker-wrapper > input.date-picker::-ms-clear {
	display: none;
}
input.date-picker + i.date-picker-button::before {
	margin-left: -28px;
	line-height: 28px;
	font-size: 16px;
	cursor: pointer;
}
.clicky {
	cursor: pointer;
}
span.padded > label {
	display: inline-block;
	width: 80%;
	vertical-align: top;
}
.signature-pad {
	border: #ccc 1px solid;
	background-color: #fff;
}
.card {
	display: block;
	background-color: white;
	margin: 8px 0;
	padding: 8px;
	outline: rgba(0, 0, 0, .2) 1px solid;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, .2);
}
.card:hover {
	background-color: #eaeaea;
}
.card__flat {
	background-color: #fafafa;
	outline: none;
	box-shadow: none;
}
label.error-badge {
	color: white;
	background-color: #cf2f0e;
	line-height: 20px;
	padding: 0 4px;
	display: inline-block;
}

a.card, a.card:hover, a.card:active, a.card:link, a.card:visited {
	color: #4c4c4c;
	border: none;
}

a.icon, a.icon:active, a.icon:link, a.icon:visited {
	color: #4c4c4c;
	border: none;
}
a.icon:hover {
	color: #cf2f0e;
}

a.help, a.help:active, a.help:visited, a.help:link, a.help:hover {
	color: maroon;
	text-decoration: none;
	padding-bottom: 1px;
	border-bottom: #cacaca 1px dotted;
}

a.white, a.white:link, a.white:active, a.white:visited, a.white:hover {
	color: #eaeaea;
	text-decoration: underline;
	border-bottom: none;
}

a.white:hover {
	color: #fafafa;
	border-bottom: none;
}

.atable {
	width: 100%;
	vertical-align: inherit;
}
.atable.atable__border {
	border: 1px solid #cacaca;
	border-collapse: collapse;
	border-spacing: 0;
}
.atable.atable__border th,
.atable.atable__border td {
	border: 1px solid #cacaca;
	border-collapse: collapse;
	border-spacing: 0;
}
.atable .ahead td, .atable th {
	color: #fafafa;
	background-color: #2B186F;
	font-weight: bold;
	text-align: center;
	padding: 4px 8px;
	vertical-align: inherit;
}
.atable .ahead td *, .atable th * {
	color: #fafafa;
}
.atable tr:nth-child(odd) {
	background-color: #eaeaea;
}
.atable tr {
	cursor: pointer;
}
.atable.atable__nopointer tr {
	cursor: auto;
}
.atable tr:hover {
	background-color: #FFE3A8;
}

.atable tr.totals {
	background-color: #FFF8E9;
}

.atable.atable__nohover tr:hover {
	background-color: transparent;
}
.atable.atable__nohover tr:nth-child(odd):hover {
	background-color: #eaeaea;
}
.atable td {
	text-align: left;
	padding: 4px;
	vertical-align: inherit;
}
.atable td.aqua {
	color: #2B186F;
}
.atable td.left {
	text-align: left;
}
.atable td.center {
	text-align: center;
}
.atable td.right {
	text-align: right;
}
.atable td.addspace {
	padding-left: 16px;
	padding-right: 16px;
}
.atable td.nopads {
	padding: 0;
}
.atable td.mpads {
	padding: 16px;
}

.atable.atable__small-font {
	font-size: 14px;
}
.atable.atable__small-font th,
.atable.atable__small-font td {
	padding: 2px 4px;
	line-height: 18px;
}

/* generic way to make a popup area */
.float-wrapper {
	position: relative;
}
.float-popup {
	position: absolute;
	background: white;
	border: red 1px solid;
	margin-top: 4px;
	text-align: left;
	z-index: 666;
}
.float-popup.float-right {
	right: 0;
}

/*
 * Links stylized as buttons with light background
 * Use SPAN instead of A for "disabled buttons"
 */
a.link-button, a.link-button:link, a.link-button:active, a.link-button:visited, a.link-button:hover, span.link-button {
	color: #4c4c4c;
	background-color: #e6e6e6;
	border: #c0c0c0 1px solid;
	text-decoration: none;
	cursor: pointer;
	display: inline-block;
	border-radius: 2px;
	transition: border-color 0.2s ease, background-color 0.2s ease;
	padding: 0 8px;
	line-height: 32px;
}
a.link-button label, a.link-button span {
	cursor: pointer;
}
span.link-button, span.link-button label {
	color: #aaa;
}
a.link-button:hover {
	background-color: #f0ecf8;
	border: #2B186F 1px solid;
}

/* Printing helpers */
@media print {
	.no-print {
		display: none;
	}
	.content > div:first-child {
		padding-top: 0;
	}
	.content-spacer {
		height: 0;
	}
}

@media screen {
	.print {
		display: none;
	}
}

/* jQuery autocomplete */
.autocomplete-suggestions {
	border: 1px solid #999;
	background: #FFF;
	overflow: auto;
	width: auto !important;
	max-width: 718px;
	height: auto !important;
	right: 0 !important;
}
.autocomplete-suggestion {
	padding: 2px 5px;
	cursor: pointer;
	border-bottom: #eaeaea 1px solid;
}
.autocomplete-selected {
	background: #F0F0F0;
}
.autocomplete-suggestions strong {
	font-weight: normal;
	color: #2B186F;
}
.autocomplete-group {
	padding: 2px 5px;
}
.autocomplete-group strong {
	display: block;
	border-bottom: 1px solid #000;
}

/* DataTables Styles hacks */

table.dataTable tbody tr {
	background-color: #fafafa;
}
table.dataTable tbody tr:nth-child(odd) {
	background-color: #f0f0f0;
}
table.dataTable thead .sorting {
	background-image: none;
}
table.dataTable thead .sorting:after {
	content: '';
}
table.dataTable thead .sorting_asc {
  background-image: none;
}
table.dataTable thead .sorting_asc:after {
	content: ' ⇑';
}
table.dataTable thead .sorting_desc {
  background-image: none;
}
table.dataTable thead .sorting_desc:after {
	content: ' ⇓';
}
table.dataTable thead .sorting_asc_disabled {
  background-image: none;
}
table.dataTable thead .sorting_asc_disabled:after {
	content: ' ⇡';
}
table.dataTable thead .sorting_desc_disabled {
  background-image: none;
}
table.dataTable thead .sorting_desc_disabled:after {
	content: ' ⇣';
}
.dataTables_wrapper .dataTables_paginate .paginate_button {
	color: #4c4c4c !important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.current,
.dataTables_wrapper .dataTables_paginate .paginate_button.current:hover {
	color: #4c4c4c !important;
	border: 1px solid transparent;
	background: none;
	font-weight: bold;
}
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover,
.dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
	color: #cacaca !important;
	border: 1px solid transparent;
	background: none;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:hover {
	color: #4c4c4c !important;
	border: 1px solid transparent;
	background: none;
	background-color: #eaeaea;
}

table.dataTable.fa-override.dtr-inline.collapsed > tbody > tr > td:first-child:before,
table.dataTable.fa-override.dtr-inline.collapsed > tbody > tr > th:first-child:before,
table.dataTable.fa-override.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.fa-override.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.fa-override.dtr-column > tbody > tr > td.control:before,
table.dataTable.fa-override.dtr-column > tbody > tr > th.control:before {
	top: 9px;
	left: 4px;
	height: 14px;
	width: 14px;
	display: block;
	position: absolute;
	color: #4c4c4c;
	border: none;
	box-shadow: none;
	box-sizing: content-box;
	text-align: center;
	font: normal normal normal 24px/24px FontAwesome;
	content: "\f105";
	background-color: transparent;
}

table.dataTable.fa-override.dtr-column > tbody > tr > td.dtr-control,
table.dataTable.fa-override.dtr-column > tbody > tr > th.dtr-control,
table.dataTable.fa-override.dtr-column > tbody > tr > td.control,
table.dataTable.fa-override.dtr-column > tbody > tr > th.control {
	width: 24px;
}

table.dataTable.fa-override.dtr-column > tbody > tr > td.dtr-control:before,
table.dataTable.fa-override.dtr-column > tbody > tr > th.dtr-control:before,
table.dataTable.fa-override.dtr-column > tbody > tr > td.control:before,
table.dataTable.fa-override.dtr-column > tbody > tr > th.control:before {
	left: 14px;
}

table.dataTable.fa-override.dtr-inline.collapsed > tbody > tr.parent > td:first-child:before,
table.dataTable.fa-override.dtr-inline.collapsed > tbody > tr.parent > th:first-child:before,
table.dataTable.fa-override.dtr-column > tbody > tr.parent > td.dtr-control:before,
table.dataTable.fa-override.dtr-column > tbody > tr.parent > th.dtr-control:before,
table.dataTable.fa-override.dtr-column > tbody > tr.parent > td.control:before,
table.dataTable.fa-override.dtr-column > tbody > tr.parent > th.control:before {
	content: "\f107";
	background-color: transparent;
}

table.dataTable tbody th, table.dataTable tbody td,
table.dataTable thead th, table.dataTable thead td {
	padding: 4px;
}

.dataTables_wrapper.is-empty table.dataTable.no-footer {
	border: none;
}
.dataTables_wrapper table.dataTable td.dataTables_empty {
	background-color: #fcf8e3 !important;
	outline: none;
	padding: 16px 0;
	border: none;
}

.dataTables_wrapper table.dataTable .table-badge {
	float: right;
	margin: 0;
	margin-right: 16px;
	font-size: 12px;
	line-height: 24px;
}

.dataTables_wrapper .dataTables_filter input,
.dataTables_wrapper .dataTables_filter select {
	border-radius: 0;
	padding: 0 4px;
}

.dataTables_wrapper .dataTables_length select {
	border-radius: 0;
}

.dataTables-pseudoParent {
	width: max-content;
	height: 100%;
	position: relative
}

.dataTables-pseudoChild {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
}

/* COURSE MENU ON TOPBAR */

@media (max-width: 600px) {
    #courses-popover-icon {
        display: none;
    }
}

#courses-popover-icon {
    cursor: pointer;
    margin-left: 8px;
    color: #fff;
    font-size: 12px;
    vertical-align: middle;
}

#courses-popover {
    display: none;
    position: absolute;
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    min-width: 320px;
    max-width: 90vw;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
    z-index: 9999;
    padding: 0;
}

#courses-popover-header {
    padding: 12px 16px 8px 16px;
    font-weight: bold;
    font-size: 16px;
    border-bottom: 1px solid #eee;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#courses-popover-close {
    cursor: pointer;
    font-size: 18px;
    color: #888;
    margin-left: 12px;
}

#courses-popover-list {
    padding: 12px 16px 16px 16px;
    max-height: 300px;
    overflow-y: auto;
}

#courses-popover-list ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

#courses-popover-list li {
    padding: 6px 0;
    border-bottom: 1px solid #f2f2f2;
    font-size: 15px;
}


/* Humane notification plugin styles */
.humane {
	top: 52px;
	right: 4px;
	background-color: #666;
	background-image: none;
	border-radius: 0;
	color: #eaeaea;
	font-family: 'Roboto', sans-serif;
	text-align: left;
	width: 320px;
}
.humane.humane-animate:hover, .humane-libnotify.humane-libnotify-js-animate:hover {
	opacity: 1;
	filter: none;
}
@media (max-width: 480px) {
	.humane {
		width: auto;
	}
}
.humane-error {
	background-color: #cf2f0e;
}
.humane-green {
	background-color: #22a222;
}

/* mCustomScrollbar styles override */
.mCSB_inside > .mCSB_container {
	margin-right: 16px;
}

/* ASP.NET hacks */
.asp-list label {
	white-space: nowrap;
	font-weight: 400;
	padding: 0 10px 0 3px;
}

/* Datepicker style overrides */
.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
	color: white;
	background-color: #2B186F;
}

/* Responsive helpers */
@media (max-width: 576px) {
	.d-xs-hide {
		display: none;
	}
}
@media (max-width: 768px) {
	.d-sm-hide {
		display: none;
	}
}
@media (max-width: 992px) {
	.d-md-hide {
		display: none;
	}
}

/* tooltips.js */
#tooltip {
	background: #FFFFFF;
	border: 1px solid #666666;
	color: #333333;
	font: menu;
	margin: 0px;
	padding: 3px 5px;
	position: absolute;
	visibility: hidden;
}


/* HELPER CLASSES */
.nowrap {
	white-space: nowrap;
}
.bold {
	font-weight: bold;
}
.bigger {
	font-size: 1.33em;
}
.pre {
	white-space: pre-wrap;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.tal {
	text-align: left;
}
.lh-m {
	line-height: 32px;
}
.vam {
	vertical-align: middle;
}

/* paddings */
.p5 {
	padding: 5px;
}
.p10 {
	padding: 10px;
}
.pr5 {
	padding-right: 5px;
}
.pr10 {
	padding-right: 10px;
}
.pl5 {
	padding-left: 5px;
}
.pl10 {
	padding-left: 10px;
}
.pl20 {
	padding-left: 20px;
}
.ptb4 {
	padding-top: 4px;
	padding-bottom: 4px;
}

.p-s {
	padding: 8px;
}
.p-m {
	padding: 16px;
}
.p-l {
	padding: 24px;
}
.pt-s {
	padding-top: 8px;
}
.pb-s {
	padding-bottom: 8px;
}
.pt-m {
	padding-top: 16px;
}
.pb-m {
	padding-bottom: 16px;
}

/* margins */
.m5 {
	margin: 5px;
}
.m10 {
	margin: 10px;
}
.mr5 {
	margin-right: 5px;
}
.mr10 {
	margin-right: 10px;
}
.mr40 {
	margin-right: 40px;
}
.ml5 {
	margin-left: 5px;
}
.ml10 {
	margin-left: 10px;
}
.ml15 {
	margin-left: 15px;
}
.ml20 {
	margin-left: 20px;
}
.ml48 {
	margin-left: 48px;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb20 {
	margin-bottom: 20px;
}
.mt5 {
	margin-top: 5px;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}

.m-s {
	margin: 8px;
}
.m-m {
	margin: 16px;
}
.m-l {
	margin: 24px;
}
.mb-s {
	margin-bottom: 8px;
}
.mb-m {
	margin-bottom: 16px;
}
.mb-l {
	margin-bottom: 24px;
}
.ml-s {
	margin-left: 8px;
}
.ml-m {
	margin-left: 16px;
}
.ml-l {
	margin-left: 24px;
}
.mr-s {
	margin-right: 8px;
}
.mr-m {
	margin-right: 16px;
}
.mr-l {
	margin-right: 24px;
}
.mt-s {
	margin-top: 8px;
}
.mt-m {
	margin-top: 16px;
}
.mt-l {
	margin-top: 24px;
}

.wd100 {
	width: 100%
}

.sub {
	color: #8c8c8c;
	font-size: 10px;
}
.mute {
	color: #c0c0c0;
}
.error, .red {
	color: #cf2f0e;
}
.warning, .yellow {
	color: #8a6d3b;
}
.notice, .blue {
	color: #337ab7;
}
.ok, .green {
	color: #3c763d;
}
.orange {
	color: #ff4500;
}
.brand {
	color: #2B186F;
}
.okmsg {
	color: #3c763d;
	background-color: #e6f2e6;
}
.infomsg {
	background-color: #fcf8e3;
	border: solid 1px #8a6d3b;
}
.noticemsg {
	background-color: #d9edf7;
	border-color: #bce8f1;
}
.warningmsg {
	background-color: #f2dede !important;
	outline: solid 1px #cf2f0e !important;
}
.warningmsglight {
	background-color: #f2dede !important;
}
.infomsglight {
	background-color: #fcf8e3 !important;
}
.badge {
	white-space: nowrap;
	padding-right: 10px;
}
.starred::after {
	content: '*';
	color: #cf2f0e;
	font-weight: 700;
	padding-left: 4px;
}
.starred-before::before {
	content: '*';
	color: #a94442;
	font-weight: 700;
	padding-right: 4px;
}
.cf {
	clear: both;
	border: none;
}
.light {
	color: #4c4c4c;
	background-color: #d2dbee;
}
.dark {
	color: #eaeaea;
	background-color: #2B186F;
}
.striped > div:nth-child(even) {
	background-color: #eaeaea;
}
.hidden {
	display: none !important;
}
.hidden-child {
	display: none;
}
.bright-child {
	display: initial;
}
.show-hidden-children .hidden-child {
	display: initial;
}
.show-hidden-children .bright-child {
	display: none;
}

/* LOGIN PAGE CARD */
.login-card {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(43, 24, 111, 0.15);
	padding: 40px;
	max-width: 440px;
	margin: 40px auto;
	box-sizing: border-box;
}
.login-card-logo {
	text-align: center;
	margin-bottom: 32px;
}
.login-card-logo .trajec-logo {
	width: 200px;
}
.login-card-field {
	margin-bottom: 16px;
}
.login-card-field > label:first-child {
	display: block;
	font-size: 14px;
	color: #555;
	margin-bottom: 4px;
	font-weight: 500;
	line-height: 20px;
}
.login-card-field input[type=text],
.login-card-field input[type=password] {
	width: 100%;
	border-radius: 8px;
	box-sizing: border-box;
}
.login-field-hint {
	font-size: 13px;
	margin-top: 4px;
	color: #666;
	line-height: 20px;
}
.login-card .container-submit input[type=submit] {
	width: 100%;
	border-radius: 8px;
	height: 44px;
	font-size: 16px;
}
.login-portico-tag {
	text-align: center;
	font-size: 12px;
	color: #888;
	margin-top: 6px;
	letter-spacing: 0.02em;
}
.login-portico-tag a,
.login-portico-tag a:link,
.login-portico-tag a:visited {
	color: #2B186F;
	text-decoration: none;
	font-weight: 600;
}
.login-portico-tag a:hover {
	text-decoration: underline;
}

/* ── Welcome / default.aspx ─────────────────────────────────────────────── */

.welcome-outer {
	min-height: calc(100vh - 100px);
	display: flex;
	align-items: center;
	justify-content: center;
	background-color: #f0ecf8;
	padding: 40px 24px;
	box-sizing: border-box;
}

.welcome-card {
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 8px 48px rgba(43, 24, 111, 0.14);
	padding: 48px 40px;
	width: 100%;
	max-width: 440px;
	text-align: center;
	box-sizing: border-box;
}

.welcome-logo {
	margin-bottom: 20px;
}

.welcome-logo .trajec-logo {
	width: 220px;
	max-width: 100%;
}

.welcome-message {
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #555;
	margin: 0 0 28px;
	line-height: 1.6;
}

.welcome-message label {
	font-size: 16px;
	color: #555;
	font-weight: 400;
}

.welcome-button {
	margin-bottom: 16px;
}

.welcome-button input[type=button] {
	display: block;
	width: 100%;
	height: 48px;
	padding: 0 24px;
	background-color: #2B186F;
	color: #ffffff;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 600;
	letter-spacing: 0.04em;
	border: none;
	border-radius: 10px;
	cursor: pointer;
	transition: background-color 0.2s ease, transform 0.1s ease;
	box-sizing: border-box;
}

.welcome-button input[type=button]:hover {
	background-color: #3d2590;
	transform: translateY(-1px);
}

.welcome-links {
	display: flex;
	justify-content: center;
	gap: 20px;
	margin-top: 8px;
	font-size: 13px;
	flex-wrap: wrap;
}

.welcome-links a,
.welcome-links a:link,
.welcome-links a:visited {
	color: #2B186F;
	text-decoration: none;
	font-weight: 500;
}

.welcome-links a:hover {
	color: #3d2590;
	text-decoration: underline;
}

/* PLEASE STOP PILE UP NEW RULES AT THE BOTTOM OF THIS FILE */

