@charset "utf-8";
/* CSS Document - Sentinel Template
   ------------------------------------------------------------------------------ *
	 Colors
	 #1A1A1A - Black -> Main Text, Headers
   #6A7178 - Dark Grey -> Dark Borders, Backgrounds, Text
   #CED4DA - Grey
   #DEE2E6 - Light Grey -> LIght Borders, Backgrounds

	 #23b7e5 - Light Blue -> Backgrounds, Highlight Links, Active Links
   #2841AD - Medium Blue
	 #212E84 - Dark Blue -> Backgrounds, Headers
   #dc3545 - Red

/* Fonts ----------------------------------------------------------------------- */
@import url('/fonts/hkgrotesk.css');
@import url('/fonts/merriweather.css');

/* Defaults */
label, h1, h2, h3, h4, h5, h6, h7, h8 {
	-ms-hyphens: auto;
  -moz-hyphens: auto;
  -webkit-hyphens: auto;
  hyphens: auto;
}

img {
	max-width: 100%;
}

*:focus {
	outline: 0;
}

p:last-child {
  margin-bottom:0 !important;
}

.hidden,
.print {
	display: none;
	visibility: hidden;
}

::-moz-selection,
::selection {
	background-color: #FFC;
	color: #900;
	text-shadow: none;
}
::-webkit-input-placeholder {
 	color: #aaaaaa;
	text-align:left;
}
:-moz-placeholder {
 	color: #aaaaaa;
	text-align:left;
}

.page-break	{
  display: none;
}

ul:not(.soaframe ul) {
	margin:0;
}
ol {
	padding-left:15px;
}
ol li {
	padding-left:5px;
}

/* Alerts & Errors ------------------------------------------------------------------------------------------- */
.alert {
	font-size: 1.1rem !important;
  margin-bottom:0 !important;
}
.alert-danger {
	color: #dc3545;
}
.error::-webkit-input-placeholder { color:#dc3545; }
.error::-moz-placeholder { color:#dc3545; }
.error:-ms-input-placeholder { color:#dc3545; }
.error:-moz-placeholder { color:#dc3545; }

.error .input-group-text,
.error .form-control {
	background-color:#F2DEDE !important;
	color: #dc3545 !important;
}

/* Links & Buttons ------------------------------ */
a,
a:focus,
a:not([href]):not([tabindex]) {
  text-decoration: none;
  color: #2841AD;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
}
a:hover,
.nav-link:hover {
  color: #23b7e5;
}
a:not([href]):not([tabindex]):not(.btn):hover {
  text-decoration: underline;
  color: #23b7e5;
}
a.disabled,
a[disabled],
.disabled a,
.disabled,
a.disabled:hover,
a[disabled]:hover,
.disabled a:hover,
.disabled:hover {
  cursor: not-allowed !important;
	color: #bbb !important;
  text-decoration: none !important;
	background-color: inherit !important;
  text-decoration: none !important;
  border-color: unset !important;
}
.btn-link {
  text-decoration: none;
  color: #2841AD;
  -moz-transition-duration: 0.5s;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
  padding: 0;
}
.btn-link:hover {
  color: #23b7e5 !important;
}
.btn-link[disabled],
.btn-link.disabled {
  border: none !important;
}
p.active a {
  color: #dc3545;
}

.error a:not([disabled]) {
  color: #dc3545 !important;
}
.error a:not([disabled]):hover {
  color: #23b7e5 !important;
}
.btn-block {
  width: 100%;
  margin:0 auto;
}
.modal .btn:not(.btn-sm):not(.btn-link) {
  line-height: 1 !important;
  padding: .5rem .75rem;
}
.btn-primary {
  color: #ffffff;
  background-color: #212E84;
  border-color: #212E84;
}
.btn-outline-primary {
  color: #212E84;
  border-color: #212E84;
}
.btn-primary:hover,
.btn-primary.active,
.btn-outline-primary:hover,
.btn-outline-primary.active {
  color: #212E84;
  background-color: #23b7e5;
  border-color: #23b7e5;
}
.btn-primary-light {
  color: #ffffff;
  background-color: #23b7e5;
  border-color: #23b7e5;
}
.btn-primary-light:hover {
  color: #ffffff;
  background-color: #212E84;
  border-color: #212E84;
}
.btn-tertiary,
.btn-tertiary:focus {
  color: #ffffff;
  background-color: #CC5500;
  border-color: #CC5500;
}

.btn-tertiary.active,
.btn-tertiary:hover {
  color: #ffffff;
  background-color: #DAA520;
  border-color: #DAA520;
}

.btn-file {
  position: relative;
  overflow: hidden;
	margin-top: 5px;
	margin-bottom:5px;
}
.btn-file input[type="file"] {
	position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  text-align: right;
  opacity: 0;
  outline: none;
  cursor: inherit;
  display: block;
}
.btn:disabled,
.btn[disabled],
.btn:disabled:hover,
.btn[disabled]:hover {
  cursor: not-allowed;
  color: #bbb !important;
  text-decoration: none;
	pointer-events: all !important;
	background-color: inherit !important;
  text-decoration: none !important;
  border-color: #bbb !important;
}
.input-group-text .btn[disabled],
.selectbody .btn[disabled] {
  background-color: transparent !important;
  border-color: transparent !important;
}
.btn:focus {
  box-shadow: none !important;
}
.secondary-menu-button {
  position: relative;
  border: 2px solid #0dcaf0;
  background:#0dcaf0 !important;
  color: #000;
  font-size: 1.1rem;
  font-weight: 700;
  width: auto;
  text-align: left;
  text-transform: uppercase;
  padding-left: 5px;
  padding-right: 1.3rem !important;
  padding-top:5px;
  border-top-right-radius: 0.25em;
  border-top-left-radius: 0.25em;
}
.secondary-menu-button:hover {
  background-color: #31d2f2 !;
  border-color: #25cff2;
}
.secondary-menu-button > span {
  font-size: 0.9rem;
  font-weight: normal;
  color: #000 !important;
  text-transform: uppercase;
}

.secondary-menu-button::after {
  position: absolute;
  right: 5px;
  top: 50%;
  margin-top:-1px;
}
.secondary-menu-button.show {
  box-shadow: -6px 6px 8px rgba(0, 0, 0, 0.1);
}

.dropdown-menu.secondary-menu {
  border: none !important;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
  margin-top: -3px !important;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.1);
  min-width: 375px;
  width: 100%;
}
.dropdown-menu.secondary-menu .dropdown-item {
  padding: 0.25rem 15px;
  font-weight: bold;
  color: #1A1A1A;
  text-transform: uppercase;
}
.dropdown-menu.secondary-menu .dropdown-item-text {
  padding: 0.25rem 15px;
  font-weight: bold;
  color: #1A1A1A;
}
.dropdown-menu.secondary-menu .dropdown-item.active,
.dropdown-menu.secondary-menu .dropdown-item.active:hover,
.dropdown-menu.secondary-menu .dropdown-item-text.active,
.dropdown-menu.secondary-menu .dropdown-item:active {
  color: #23b7e5;
  text-decoration: none;
  font-style: italic;
  background-color: transparent;
}
.dropdown-menu.secondary-menu .dropdown-item:hover {
  background-color: #dee2e6;
  color: #23b7e5;
  text-decoration: none !important;
}
.dropdown-menu.secondary-menu .submenu {
  margin-left: 15px;
}
.dropdown-menu.secondary-menu .submenu li {
  list-style: disclosure-closed;
}
.dropdown-menu.secondary-menu .submenu li a.dropdown-item {
  padding: 0.125rem 0.5rem;
  color: #6A7178;
  text-transform: none !important;
}
.dropdown-menu.secondary-menu .submenu a.dropdown-item.active,
.dropdown-menu.secondary-menu .submenu a.dropdown-item:active {
  color: #23b7e5;
  text-decoration: none;
  background-color: transparent;
}
.dropdown-menu.secondary-menu .submenu li.active {
  color: #23b7e5;
}
.dropdown-menu.secondary-menu .submenu .dropdown-item:hover,
.dropdown-menu.secondary-menu .submenu li:hover {
  background-color: transparent;
  color: #23b7e5;
}

.uib-timepicker a.btn {
	color: #23b7e5 !important;
}
.uib-timepicker .dropdown-menu > .active > a span {
	color:#5cb85c;
}

.uib-timepicker a.btn-link {
  padding-top: 0;
  padding-bottom: 0;
}

.form-group {
  margin-bottom: 8px;
}
.form-group:last-child {
  margin-bottom: 0px !important;
}
.form-check-input {
  margin-left: 0;
  margin-top: 0.125em;
}

.appform {
  margin-bottom: 25px;
}

.col-xxl-6 + .col-xxl-6 {
  margin-top:25px;
}

.tabs .btn {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom: 0;
}
.tabs hr {
  color: #6c757d;
  opacity: 1;
}

.table-sticky {
  border-collapse: separate;
  border-spacing: 0;
}
.table-sticky th {
  position: sticky;
  top: -1px;
  z-index: 990;
  background: #f2f2f2;
}

/* Website Containers ---------------------------------------------------------------------- */
html,
body {
  width: 100%;
  height: 100%;
}
html {
	-webkit-overflow-scrolling: touch;
}
body {
	font-family: 'HKgrotesk-Regular', Arial, Helvetica, sans-serif;
	font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
	color: #1A1A1A;
	-webkit-font-smoothing: antialiased;
  font-smooth: always;
  -moz-osx-font-smoothing: grayscale;
	background-color: transparent;
	overflow: hidden;
}

.app {
  position: relative;
	width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.app-header {
  position: relative;
  display: flex;
  align-items: center;
  /* background-image: linear-gradient(to bottom right, #01CCE3 0%, #0483C3 23%, #212E84 100%); */
  background: #212E84;
  border-bottom: 1px solid #212E84;
  min-height: 70px;
  padding: 0px 15px;
  width: 100%;
  z-index: 99;
  justify-content: space-between;
}
.login .app-header,
#maintenance .app-header {
  position: fixed;
  background: url(/img/sentinel-bg.jpg) no-repeat;
  display: block;
  min-height: 400px;
  padding: 25px;
  background-size: cover;
  z-index: 999;
}
.app-box {
  position: relative;
  top: 10%;
  margin: 0 auto;
  width: 640px;
  max-width: 100%;
  padding: 25px 25px;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
  border-radius: 2rem;
  z-index: 999;
  display: flex;
  min-height: 360px;
  flex: 1 0 auto;
}
.app-content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: hidden;
  padding: 0;
}
.login .app-content {
  padding: 25px;
}
.app-sidebar {
  position: fixed;
  background: #212E84;
  /*background-image: linear-gradient(to bottom right, #0e65ad 0%, #0483C3 75%, #212E84 100%);*/
  border-right: 1px solid #212E84 !important;
  left: 0;
  z-index: 99;
  transition: 0.4s;
  width: 100px;
  min-height: calc(100vh - 70px);
}
.app-sidebar.show {
  width: 265px;
}
#nav_side.collapse {
  display: flex !important;
}
.app-main {
  position: relative;
  min-height: calc(100vh - 70px);
  margin-left: 100px;
  transition: 0.3s;
}
#nav_main.collapse {
  display: block !important;
}
.app-main.show {
  margin-left: 265px;
}
.app-main-content {
  position: relative;
  padding: 0px 15px;
  overflow-y: scroll;
  height: calc(100vh - 117px);
  padding-bottom: 25px;
}
.app-main-content > .row:first-child,
.app-main-content > form:first-child {
  padding-top:15px;
}
.app-footer {
  font-family: 'HKgrotesk-Regular', Arial, Helvetica, sans-serif;
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
	z-index:99;
 	text-align: left;
  background-color: #212E84;
  color: #ffffff;
  padding: 25px;
}
.app-footer a {
  color: #ffffff !important;
}

.logo {
  max-width: 180px;
  transform: translateZ(0);
  image-rendering: -webkit-optimize-contrast;
  will-change: transform;
}
.logo.large {
  max-width: 250px;
}
.logo .small {
  width: 50px;
  image-rendering: -webkit-optimize-contrast;
  will-change: transform;
}

.infobar,
.menubar {
  min-height: 47px;
  background: #ffffff;
  padding-left: 15px;
  padding-right: 15px;
  z-index: 98;
}
.menubar {
  box-shadow: 1px 0px 1px #dee2e6;
}
.tool-menu-button {
  font-weight: bold;
  text-transform: uppercase;
  color: #000;
}
.tool-menu-button:hover {
  text-decoration: none !important;
}
.toolbar-menu {
  position: fixed;
  right: 15px;
  top: 164px;
  background: #ffffff;
  border-bottom-left-radius: .25rem;
  border-bottom-right-radius: .25rem;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
  transition: all 0.5s;
  z-index: 99;
}
.toolbar-menu.fullwidth {
  width: 150px;
}
.toolbar-menu.halfwidth {
  width: 87px;
}
.toolbar-menu .tool_name {
  display: block;
  margin-top: 5px;
  color: #000000;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.2;
  font-weight: 300;
}
.toolbar-wrapper {
  padding: 10px;
}
.toolbar-wrapper .btn-group-vertical {
  display: flex;
  flex-direction: column;
}
.toolbar-wrapper .btn {
  color: #DEE2E6;
  padding: 0 !important;
  justify-content: start;
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 90px;
  border: none !important;
}
.toolbar-menu.halfwidth .toolbar-wrapper .btn {
  height: auto;
}
.toolbar-wrapper .btn i + i {
  color: #000000;
}
.toolbar-wrapper .btn:hover:not([disabled]) {
  color: #23b7e5;
}
.toolbar-wrapper .btn:hover:not([disabled]) .tool_name {
  color: #212E84;
}
.toolbar-wrapper .btn:hover:not([disabled]) i + i {
  color: #212E84 !important;
}
.toolbar-wrapper .btn-group-vertical .btn + .btn {
  margin-top: 5px;
}
.toolbar-wrapper .fa-stack {
  width: 50px;
  margin: 0 auto;
}

.soaframe {
  width: 55%;
  margin: 0 auto 25px;
  background: #ffffff;
  padding: 15px;
}

/* Menus ----------------------------------------------------------- */
#nav_side .nav {
  margin-top: 0px;
}
#nav_side .nav-pills .nav-link {
  border-radius: 0;
  font-size: 1.2rem;
  color: #23b7e5;
  text-decoration: none !important;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0;
}
/*
#nav_side .nav-pills .nav-link:first-child {
padding-top: 10px !important;
}
#nav_side .nav-pills .nav-link.active {
}
*/
#nav_side .nav-pills .nav-link:hover {
  color: #84D3AF;
}
#nav_side .nav-pills .nav-link.active {
  color: #ffffff;
}
/*
#nav_side .nav_name {
  visibility: hidden;
  display: none;
  transition: visibility 1s;
}
#nav_side.show .nav_name {
  visibility: visible;
  display: inline-block;
  margin-left: 15px;
}
#nav_side.show .nav-link {
  text-align: left !important;
  margin-left: 0 !important;
  padding-left: 45px !important;
}
*/
#nav_side .nav_name {
  font-size: 0.9rem;
  font-weight: normal;
  line-height: 1.2;
  display: block;
  margin: 0.4rem auto 0;
  width: 90px;

}
.nav.news a.nav-link {
  padding: 0 1rem;
  text-transform: capitalize;
}
.nav.news a.nav-link.active {
  color: #23b7e5;
}
.dotnav:hover i,
.dotnav.active i {
  color: #23b7e5 !important;
}
.dotnav:not(.active)[disabled] {
  pointer-events: none !important;
}
.dotnav:not(.active)[disabled] i {
  color: #bbb !important;
  opacity: 0.5 !important;
}
.dotnav:hover:not(.active)[disabled] i {
  color: #bbb !important;
  opacity: 0.5 !important;
}
.dotnav.error i {
  color: #dc3545 !important;
}

.footer-menu {
  font-family: 'Merriweather', Arial, Helvetica, sans-serif;
  font-weight: 700;
  line-height: 1.5;
  display: flex;
  align-items: center;
  text-transform: uppercase;
}
.footer-menu .fa {
  font-size: 0.5rem;
}

/* Text Styles & Colours & Lines & Borders ----------------------------------------- */
h1, h2, h3, h4, h5, h6 {
  font-family: 'Merriweather', Arial, Helvetica, sans-serif;
  color:#1A1A1A;
}
h1 {
  font-weight: 700;
}
h4 {
  font-family: 'HKgrotesk-Regular', Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
h4 span {
  font-size: 1rem;
}

h4.box {
  border-top:1px solid #000;
  border-bottom:1px solid #000;
  background-color: #C5E0B4;
  color: #548235 !important;
  padding: 10px 0;
}

h5 {
  font-family: 'HKgrotesk-Regular', Arial, Helvetica, sans-serif;
  font-weight: 500;
  text-transform: uppercase;
}
h7 {
  font-family: 'HKgrotesk-Regular', Arial, Helvetica, sans-serif;
  color:#1A1A1A;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 0;
  line-height: 1.2;
  display: block;
}
h7 i {
  color: #212E84;
}
h8 {
  font-family: 'Merriweather', Arial, Helvetica, sans-serif;
  color:#1A1A1A;
  font-size: 1.5rem;
  font-weight: 700;
  border-bottom: 1px solid #1A1A1A;
  margin-top: 0;
  line-height: 1.2;
  display: block;
}
.large {
  font-size: 1.2rem !important;
  line-height: 1.3;
}
.title {
  font-family: 'HKgrotesk-Regular', Arial, Helvetica, sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
  color: #212E84;
  margin: 0;
  text-transform: uppercase;
}
.merriweather {
  font-family: 'Merriweather', Arial, Helvetica, sans-serif;
}
.black {
	color: #000000 !important;
}
.white {
	color:#FFFFFF !important;
}
.grey {
  color: #bbbbbb !important;
}
.dk-grey {
  color: #6A7178 !important;
}
.lt-grey {
  color: #dee2e6 !important;
}
.blue {
	color: #212E84 !important;
}
.lt-blue {
  color: #23b7e5 !important;
}
.green {
	color: #00B96C !important;
}
.lt-green {
  color: #84D3AF !important;
}
.lt-red {
  color: #ff7986 !important;
}
.orange {
  color: #CC5500 !important;
}
.bg-blue, .bg-blue td {
  background-color: #212E84 !important;
}
.bg-green {
  background-color: #84D3AF !important;
}
.bg-red {
  background-color: #F2DEDE !important;
}
.bg-lt-blue {
  background-color: #23b7e5 !important;
}
.bg-orange {
  background-color: #ffe4cd !important;
}
.bg-grey {
  background-color: #dee2e6 !important;
}
.bg-lt-grey {
  background-color: rgba(222,226,230,0.25);
}
.bg-brown {
  background-color: #ece0d1 !important;
}
.bg-purple {
  background-color: purple !important;
}
.purple {
  color: purple !important;
}
.brown {
  color: brown !important;
}
.bg-tablein {
  background-color: #e3ffea !important;
  color: #28a745;
}
.bg-tableout {
  background-color: #ffe2e4 !important;
  color: #dc3545;
}
.highlight-orange,
.highlight-orange td {
  background: #f0d8a5 !important;
  background-color: #f0d8a5 !important;
}
.highlight-white,
.highlight-white td {
	background: #fefefe !important;
}
.highlight,
.highlight td {
	background: #f0f0A5 !important;
  background-color: #f0f0A5 !important;
}

.bg-warning {
  background-color: rgba(255,193,7,0.33) !important;
}
.red:not([disabled]),
.error:not([disabled]) {
	color: #dc3545 !important;
}
a.red:not([disabled]):hover,
a.error:not([disabled]):hover {
  color: #23b7e5 !important;
}
.firstletter:first-letter {
  text-decoration:underline;
}

td.centeralignright {
  text-align: right !important;
}
/*
.centeralignright span {
  width: 100%;
  display: inline-block;
  text-align: right;
  padding-right: 40%;
}
*/

.table.bank.ws > :not(caption) > * > * {
  background-color: unset;
}


hr {
	color: #CED4DA;
}
hr.dark {
	color: #1A1A1A;
  opacity: 1;
}
hr.light {
	color: #dee2e6;
  opacity: 1;
}
hr.dashed {
  border-style: dashed;
}
.mt-n1 {
  margin-top: -2px !important;
}
.border {
  border-color :#ced4da;
}

/* Pagination ----------------------------------------------------------------------------------- */
.range-select .pagination-page {
	display:none !important;
}
.range-select .pagination > li > a,
.range-select .pagination > li > span {
	padding: 5px 8px;
	border: 1px solid #bbb;
}
.range-select {
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}
.range-select .pagination i {
  vertical-align: middle;
}
.range-select select {
	color: #212E84 !important;
	border: 1px solid #bbb;
	border-radius: 0 !important;
  height: 30px !important;
}
.pagination >.disabled > a,
.pagination >.disabled > a:focus,
.pagination >.disabled > a:hover,
.pagination >.disabled > span,
.pagination >.disabled > span:focus,
.pagination >.disabled > span:hover {
  color: #bbb !important;
}

/* Forms -------------------------------------------------------------------------------------- */
option:disabled,
optgroup:disabled {
  color: #bbb;
}

select:disabled {
	background: #eeeeee !important;
	border:1px solid #bbb !important;
	color: #bbb !important;
	cursor:default !important;
	pointer-events: all !important;
}

.form-check-input:checked {
  background-color: #212E84;
  border-color: #212E84;
}

div:not(.input-group-append) > .btn-sm,
div:not(.input-group-prepend) > .btn-sm,
span:not(.input-group-text) > .btn-sm {
  line-height: 1.8;
}

.input-group-sm > .form-control,
.input-group-sm > .input-group-text,
.input-group-sm > .btn-sm {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 1rem;
  line-height: 1.8;
}

.applicationForm {
  min-height: 300px;
}

/* Tables ---------------------------------------------------------------------------------------- */
.table thead tr th,
.table thead tr td {
  vertical-align: bottom !important;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight:bold;
  padding-bottom: 0 !important;
  /*height: 39.4px; */
}
.table.ws thead tr th,
.table.ws thead tr td {
  white-space: normal !important;
}
.table.ws tr td {
  word-break: break-all;
  white-space: nowrap;
}
.table tbody tr td {
  vertical-align: middle;
}
.table tfoot tr td {
  vertical-align: middle;
  white-space: nowrap;
  text-transform: uppercase;
  font-weight: bold;
}
.table.ws tfoot tr td {
  white-space: nowrap;
}
.fw-normal td {
  font-weight: 400 !important;
}
.table tr.footer td {
  font-weight: bold;
  text-transform: uppercase;
  background-color: transparent;
  border-bottom-color: transparent !important;
}
.table tr.blue th {
  color: #212E84;
}
.table tr.bg-grey th,
.table tr.bg-grey td {
  background-color: #dee2e6;
}
.table tr.bg-dkgrey th,
.table tr.bg-dkgrey td {
  background-color: #CED4DA;
}
th.blank,
td.blank {
  width: 10px;
  box-shadow: none !important;
  border-bottom: none !important;
  background: none !important;
  padding: 0;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: #212529;
}
.table .table tr:last-child td {
  border-bottom: none !important;
}
.table.table-bordered thead tr {
  border-top-color: transparent !important;
}
.table.table-bordered > thead > tr > th {
  border-left-color: transparent !important;
  border-right-color: transparent !important;
}
th .form-select {
  margin-bottom: 0.25rem !important;
}
.footerborder td {
  border-bottom-color: #212529 !important;
}
.table > :not(caption) > tr.bg-grey > *,
.table > :not(caption) > tr.bg-dkgrey > * {
  box-shadow: none !important;
}
.table.bank tbody tr td {
  font-size:0.9rem;
}
.table.bank > :not(caption):not(tfoot):not(thead) > * > * {
  padding: 0.25rem 0.5rem;
  line-height: 1.1;
}
.table.inctotalrow > :not(:last-child) > :nth-last-child(2) > * {
  border-bottom-color: #212529;
}
.spancol {
	display: inline-block;
  width: 100px;
	padding:0 !important;
}
.spancol2 {
	display: inline-block;
  width: 200px;
	padding:0 !important;
}

.table.bank tbody tr:hover td {
  background-color: lightblue !important;
}

.threecolumns {
  font-size:0.9rem;
  columns: 3;
}

/* Modals ------------------------------------------------------------------------------------------------------------ */
.modal-dialog {
  margin: 0 auto;
}
.modal-header,
.modal-footer {
  padding: 0.5rem 1rem;
}
.modal h2 {
  font-size: 1.5rem;
}
.modal-backdrop {
	background-color:#000000 !important;
	opacity: 0.85 !important;
}
.modal-xxl {
  max-width: 95vw;
}
.modal-body {
  overflow-x: hidden !important;
}
.modal-content div.include {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
a.modal-close {
  position: absolute;
  z-index: 99;
  right: 5px;
  line-height: 1;
  font-size: 1.25rem;
  color: #000000 !important;
}
a.modal-close::before {
  font-weight: bold;
  content: 'X';
}
a.modal-close:hover {
  opacity: 0.5;
  text-decoration: none !important;
}

/* Animations ------------------------------------------------------------- */
.animate-show {
	opacity: 1;
}
.animate-show.ng-hide {
  opacity: 0;
}
.animate-show.ng-hide-add,
.animate-show.ng-hide-remove {
  -webkit-transition: all linear 0.5s;
  transition: all linear 0.5s;
}
.animate-if.ng-enter {
  transition: 0.5s linear all;
  opacity:0;
}
.animate-if.ng-enter.ng-enter-active {
  opacity:1;
}
.animate-if.ng-leave {
  transition: 0.5s linear all;
  opacity:1;
}
.animate-if.ng-leave.ng-leave-active {
  opacity: 0;
}

.animated {
	-webkit-animation-fill-mode:both;
	-moz-animation-fill-mode:both;
	-ms-animation-fill-mode:both;
	-o-animation-fill-mode:both;
	animation-fill-mode:both;
	-webkit-animation-duration:1s;
	-moz-animation-duration:1;
	-ms-animation-duration:1s;
	-o-animation-duration:1s;
	animation-duration:1s;
}
@-webkit-keyframes fadeIn {
	0% {opacity: 0;}
  100% {opacity: 1;}
}
@-moz-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@-o-keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}
@keyframes fadeIn {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

.fadeIn {
	animation: fadeIn;
}
@keyframes shake {
  10%, 90% {
    transform: translate3d(-1px, 0, 0);
  }

  20%, 80% {
    transform: translate3d(3px, 0, 0);
  }

  30%, 50%, 70% {
    transform: translate3d(-6px, 0, 0);
  }

  40%, 60% {
    transform: translate3d(6px, 0, 0);
  }
}

.shake {
  animation: shake 0.82s cubic-bezier(.36,.07,.19,.97) both;
  transform: translate3d(0, 0, 0);
  backface-visibility: hidden;
  perspective: 1000px;
}

/* Loading Screen --------------------------------------------------- */
.cg-busy-animation.ng-hide-add,
.cg-busy-animation.ng-hide-remove {
  -webkit-transition:all .3s ease;
  -moz-transition:all .3s ease;
  -o-transition:all .3s ease;
  transition:all .3s ease;
  display:block !important;
}
.cg-busy-animation.ng-hide-remove {
  opacity:0;
  -webkit-transform:translate(0px,-40px);
  -moz-transform:translate(0px,-40px);
  -ms-transform:translate(0px,-40px);
  -o-transform:translate(0px,-40px);
  transform:translate(0px,-40px);
}
.cg-busy-animation.ng-hide-remove.ng-hide-remove-active {
  opacity:1;
  -webkit-transform:translate(0px,0px);
  -moz-transform:translate(0px,0px);
  -ms-transform:translate(0px,0px);
  -o-transform:translate(0px,0px);
  transform:translate(0px,0px);
}
.cg-busy-animation.ng-hide-add {
  opacity:1;
  -webkit-transform:translate(0px,0px);
  -moz-transform:translate(0px,0px);
  -ms-transform:translate(0px,0px);
  -o-transform:translate(0px,0px);
  transform:translate(0px,0px);
}
.cg-busy-animation.ng-hide-add.ng-hide-add-active {
  opacity:0;
  -webkit-transform:translate(0px,-40px);
  -moz-transform:translate(0px,-40px);
  -ms-transform:translate(0px,-40px);
  -o-transform:translate(0px,-40px);
  transform:translate(0px,-40px);
}
.cg-busy-backdrop {
  position: fixed;
	width:100%;
	height:100%;
 	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
  background-color:#000000;
  opacity:0.97;
  z-index:99999;
}
.cg-busy-backdrop-animation.ng-hide-add,
.cg-busy-backdrop-animation.ng-hide-remove {
    -webkit-transition:opacity .3s ease;
    -moz-transition:opacity .3s ease;
    -o-transition:opacity .3s ease;
    transition:opacity .3s ease;
    display:block !important;
}
.cg-busy-backdrop-animation.ng-hide {
  opacity:0;
}
.cg-busy-default-wrapper {
  display:flex;
	align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  top: 0;
}
.cg-busy-default-sign {
	position:relative;
	display: inline-block;
  z-index: 999999;
	color:#fff;
	text-align:center;
}
.cg-busy-default-text {
	position:relative;
	display:block;
	margin-top:15px;
	font-size:24px;
	color:#ffffff;
	text-align:center;
	width: 100%;
	text-transform: none;
	text-shadow:0 1px 1px rgba(0, 0, 0, 0.9);
  -webkit-animation: color-change 2s infinite;
  animation: color-change 2s infinite;
}
.cg-busy-default-spinner,
.cg-busy-default-spinner:before,
.cg-busy-default-spinner:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.cg-busy-default-spinner {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes color-change {
  0% { color: red; }
  50% { color: white; }
  100% { color: blue; }
}
@keyframes color-change {
  0% { color: red; }
  50% { color: white; }
  100% { color: blue; }
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Uib & Bootstrap Alterations ---------------------------------------- */
[uib-typeahead-popup].dropdown-menu {
  left: auto !important;
  right: 0 !important;
}
.leftaligned + [uib-typeahead-popup].dropdown-menu {
  left: 0 !important;
  right: auto !important;
}
[uib-typeahead-popup].dropdown-menu .dropdown-item strong {
  color: #dc3545;
}

uib-accordion {
  display: block;
	margin-bottom: 5px;
}
uib-accordion .card {
	border: none;
	margin-bottom: 5px;
}
uib-accordion .card .card {
  border:1px solid #dee5e7;
	margin-bottom: 0 !important;
}
uib-accordion .card + .card {
	margin-top: 5px;
}
uib-accordion .card-header {
	padding: 1rem 1rem;
	border-bottom: none;
}
uib-accordion ul {
  padding: 0;
  list-style-type: none;
}
ul.userlists li > * {
  color: #1a1a1a !important;
}
ul.userlists li.red > * {
  color: #dc3545 !important;
}
ul.userlists li a:hover {
  text-decoration: none !important;
  color: #dc3545 !important;
}
uib-accordion h5 {
  font-size: 1rem !important;
  margin: 0;
  line-height: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.date .dropdown-menu {
	margin-top:0;
	padding:5px 5px;
}

.daterangepicker {
 z-index: 997;
}
.daterangepicker .ranges .range_inputs > div:nth-child(2) {
 	padding-left: 0px;
}
.uib-datepicker-popup .active .text-info,
.date .active .text-info {
	color:#fff !important;
}
.uib-datepicker-popup.dropdown-menu {
	padding-bottom:5px;
}
.datepicker.form-control[readonly] {
  background-color: inherit !important;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
 font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}
.ui-widget-header {
  border: 1px solid #ccc;
  background: #e9ecef;
}
.ui-datepicker table td,
.ui-datepicker table td span,
.ui-datepicker table td a {
  text-align: center !important;
}
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #cccccc;
  background: #f8f9fa;
  color: #343434;
}
.ui-datepicker-calendar .ui-state-hover,
.ui-datepicker-calendar .ui-state-focus {
  border-color: #23b7e5 !important;
  background: #23b7e5 !important;
  color: #ffffff !important;
}
.ui-datepicker .ui-datepicker-prev {
  top: 4px !important;
  width: 2.2em !important;
  height: 2.2em !important;
  left: 2px !important;
}
.ui-datepicker .ui-datepicker-next {
  top: 4px !important;
  width: 2.2em !important;
  height: 2.2em !important;
  right: 2px !important;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  display: inline-block;
  padding: .25rem .15rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #343434;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.ui-datepicker-calendar .ui-state-active,
.ui-datepicker-calendar .ui-state-active:hover {
  border: 1px solid #245d8a !important;
  background: #245d8a !important;
  color: #ffffff !important;
}
.ui-datepicker-close {
  border: 1px solid #28a745 !important;
  color: #fff !important;
  background: #28a745 !important;
}
.ui-datepicker-close:hover {
  background-color: #218838 !important;
  border-color: #1e7e34 !important;
}

.tooltip {
  min-width: 300px;
  position: absolute;
  z-index: 999999;
}

.tooltip .tooltip-inner {
  min-width: 300px;
}
.tooltip.textleft .tooltip-inner {
  text-align: left !important;
}

.combo-date-picker {
  display: flex;
  flex-direction: row;
}

/* Miscellaneous ----------------------------------------------------------------------- */
#datasaved {
  position: fixed;
	left: 0;
	right: 0;
	color: #dc3545;
	font-size: 45px;
  font-weight: 700;
	line-height: 1;
  text-transform: uppercase;
	text-align: center;
	z-index: 999;
  opacity: 0;
  position: fixed;
  width: 175px;
  font-family: 'Merriweather';
  margin: 12px auto;
}
.browserwarning {
  display: none;
}
.darkClass {
	background-color: white;
	filter:alpha(opacity=50); /* IE */
	opacity: 0.5; /* Safari, Opera */
	-moz-opacity:0.50; /* FireFox */
	z-index: 20;
	height: 100%;
	width: 100%;
	background-repeat:no-repeat;
	background-position:center;
	position:absolute;
	top: 0px;
	left: 0px;
}
.gravitar {
	width: 50px;
	height: 50px;
	border-radius: 50px;
  margin-left: 15px;
}
.thumbnail {
  border-color: #dee5e7;
}
.thumb {
  display: inline-block;
  width: 50px;
}
.thumb img,
.thumb-btn img {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

#piechart {
  position: relative;
  width:100%;
  background: #fff;
  padding: 45px 0;
}
#piechart > div > div,
#piechart2 > div > div,
#dividendchartpay > div > div,
#dividendchartex > div > div {
  margin:0 auto;
}
#diffgraph {
	position: relative;
 	width:100%;
	min-height:300px;
}
#diffgraph > div {
	border:1px solid #ccc;
	background:#fff;
	position: absolute;
	left:0;
	right:0;
	overflow: hidden;
}

a.glossary-term {
	color:#212E84;
  border-bottom: 1px dashed #1a1a1a;
	font-style: italic;
}
a.glossary-term:hover {
  color: #dc3545 !important;
  text-decoration: none !important;
}

.amgbox {
  font-size: 20px;
  width: 75%;
  padding: 15px;
  text-align: center;
  border: 1px dotted #dc3545;
}

.rabox {
  padding: 15px;
  border: 1px solid #ced4da;
  max-height: 210px;
  height: 100%;
  overflow-y:auto;
}

.rotate-scrollbar {
  transform: rotate(180deg) scaleX(-1);
}

/* Select Specific CSS ------------------- */
.allocations .table-responsive {
  margin-top: 20px;
  transform: rotate(180deg) scaleX(-1);
}
.allocations .table-responsive .table {
  transform: rotate(180deg) scaleX(-1);
}

.selectgroup {
  position: relative;
  font-size: 0.9rem;
  line-height: 1.2;
  color:#1A1A1A;
  background-color: transparent;
  text-align: center;
}
.selectgroup.inactive {
  color: #dee5e7 !important;
}
.selectgroup.inactive .selectheader {
  background-color: #ffffff !important;
  color: #dee5e7 !important;
  border-color: #dee5e7 !important;
}
.selectgroup.active .selectheader {
  background-color: #23b7e5 !important;
  border-color: #23b7e5 !important;
}
.selectgroup.inactive .selectbody {
  background-color: #ffffff !important;
  color: #dee5e7 !important;
  border-color: #dee5e7 !important;
}
.selectgroup.active .selectbody {
  border-color: #23b7e5 !important;
}
.selectgroup.inactive .selectfooter {
  background-color: #ffffff !important;
  color: #dee5e7 !important;
  border-color: #dee5e7 !important;
}
.selectgroup.active .selectfooter {
  border-color: #23b7e5 !important;
}
.selectgroup .btn-primary-light {
  border: 1px solid #23b7e5;
  background: transparent;
}
.selectgroup .btn-primary-light:hover {
  background: #23b7e5;
}
.selectgroup hr {
  width: 100%;
  margin: 8px auto;
  height: 7px;
  color: #ddd;
}
.total.selectgroup hr,
.asset.selectgroup hr {
  height: 1px;
  width: 66.67%;
  color: #ddd;
}

.selectheader {
  padding: 10px;
  min-height: 38px;
  background-color: #212E84;
  color: #ffffff;
  border: 2px solid #212E84;
  font-size: 0.9rem;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.btn.selectgroupheader {
  display: block;
  width: 100%;
  margin:0;
  padding: 10px;
  background-color: #ffffff;
  color: #212E84;
  border: 1px solid #212E84;
  font-size: 0.8rem;
  line-height: 1;
  border-radius: 10px;
}
.selectgroupheader.inactive {
  background-color: #ffffff !important;
  color: #dee5e7 !important;
  border-color: #dee5e7 !important;
}
.selectgroupheader.active,
.selectgroupheader:hover:not([disabled]) {
  background-color: #23b7e5 !important;
  border-color: #23b7e5 !important;
  color: #ffffff !important;
}
.selectbody {
  display: flex;
  justify-content: center;
  flex-direction: column;
  /*align-items: center;*/
  min-height: 72px;
  padding: 0px 10px;
  background-color: #ffffff;
  border-left: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  text-align: center;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.1);
}
.selectbody .input-group {
  width: 100% !important;
}
.total .selectbody {
  padding: 10px;
}
.asset .selectbody .input-group {
  margin: 0 auto;
}
.asset .selectbody .input-group:first-child {
  margin-top: 15px;
}
.asset .selectbody .input-group:last-child {
  margin-bottom: 15px;
}
.asset .selectbody,
.total .selectbody {
  border-left: 2px solid #212E84;
  border-right: 2px solid #212E84;
}
.equity .selectbody,
.cashorange .selectbody,
.external .selectbody {
  padding: 10px 10px 0;
}
.equity .selectbody,
.cashorange .selectbody,
.external .selectbody {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.selectbody .returns {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}
.cashorange .selectbody {
  border: 2px solid #DAA520;
  border-bottom: none !important;
}
.external .selectbody {
  border: 2px solid #00B96C;
  border-bottom: none !important;
}
.templates .selectbody {
  min-height: 35px;
}
.selectfooter {
  min-height: 25px;
  padding: 0px 10px 5px;
  background-color: #ffffff;
  border: 2px solid #ffffff;
  border-top: none;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  box-shadow: 1px 10px 8px rgba(0, 0, 0, 0.2);
}
.selectfooter .btn-link {
  color: #2841AD;
  font-weight: bold;
  text-decoration: none !important;
  padding: 0;
}
.total .selectfooter {
  border: 2px solid #212E84;
  border-top: none !important;
  min-height: 50px;
}
.asset .selectfooter {
  border: 2px solid #212E84;
  border-top: none !important;
  min-height: 40px;
}
.cashorange .selectfooter {
  border: 2px solid #DAA520;
  border-top: none !important;
}
.external .selectfooter {
  border: 2px solid #00B96C;
  border-top: none !important;
}
.selectfooter .error  {
  font-weight: bold;
  text-transform: uppercase;
	color: #dc3545 !important;
}
.components.error,
.components.error a {
  font-weight: normal;
	color: #dc3545 !important;
}
.components.error a:hover {
  color: #23b7e5 !important;
}
.selectheader a.nav-link {
  text-transform: uppercase;
  margin-right: 15px;
}
.selectheader a.nav-link:last-child {
  margin-right: 0;
}
.selectheader a.nav-link.active {
  color: #ffffff !important;
  font-weight: bold;
}
.selectheader a.nav-link:hover {
  color: #ffffff !important;
  text-decoration: none !important;
}
.selectclear .selectheader {
  background-color: #ffffff !important;
  color: #666 !important;
  border-color: #666 !important;
}
.selectclear.active .selectheader {
  color: #ffffff !important;
}
.selectclear .selectbody,
.selectclear .selectfooter {
  border-color: #666 !important;
}
.selectclear .input-group-text,
.selectclear .form-control,
.selectclear p,
.selectclear hr {
  color: #666 !important;
}
.selectfooter .btn-link:hover {
  color: #23b7e5;
}
.selectgroup .table.table-borderless tr td {
  padding: 0.1rem 0.5rem;
}

.vertical-line {
	position: relative;
	display: block;
  width: 3px; /* Line width */
  background-color: #212E84;
	border-color: transparent;
  height: 100%; /* Override in-line if you want specific height. */
	margin: 0 auto;
}
.vertical-line.selected {
  background-color: #23b7e5;
}
.vertical-line.unselected {
  background-color: #dee5e7;
}
.horizontal-line {
  width: 83.1%; /* Line width */
  background-color: #212E84;
  height: 3px; /* Override in-line if you want specific height. */
	margin: 0;
	left: 8.4%;
	position: absolute;
}
.horizontal-line.small {
  width: 82.4%;  /* Line width */
  left: 8.8%;
}
.horizontal-line.unselected {
  background-color: #dee5e7;
}
.horizontal-line.domestic {
  width: 41.65%;
  left: 8.4%;
  background-color: #23b7e5;
  z-index: 99;
}
.horizontal-line.small.domestic {
  width: 41.3%;
  left: 8.8%;
}
.horizontal-line.international {
  width: 25%;
  left: 25.05%;
  background-color: #23b7e5;
  z-index: 99;
}
.horizontal-line.small.international {
  width: 24.9%;
  left: 25.2%;
}
.horizontal-line.property {
  width: 8.35%;
  left: 41.7%;
  background-color: #23b7e5;
  z-index: 99;
}
.horizontal-line.small.property {
  width: 8.4%;
  left: 41.7%;
}
.horizontal-line.fixed {
  width: 8.35%;
  right: 41.7%;
  left: auto;
  background-color: #23b7e5;
  z-index: 99;
}
.horizontal-line.small.fixed {
  width: 8.4;
  right: 41.7%;
}
.horizontal-line.cash {
  width: 25%;
  right: 25.05%;
  left: auto;
  background-color: #23b7e5;
  z-index: 99;
}
.horizontal-line.small.cash {
  width: 24.9%;
  right: 25.2%;
}
.horizontal-line.alternative {
  width: 41.65%;
  right: 8.4%;
  left: auto;
  background-color: #23b7e5;
  z-index: 99;
}
.horizontal-line.small.alternative {
  width: 41.3%;
  right: 8.8%;
}

.nav-stacked {
  display: flex;
  flex-direction: column;
  width: 20%;
  background-color: #ffffff;
  border:1px solid #ddd;
}
.tab-content {
  display: flex;
  flex-direction: column;
	width:80%;
	max-width:80%;
	padding:5px 25px 25px 25px;
	border: 1px solid #ddd;
  border-left: 0;
	background-color: #ffffff;
}
.nav-stacked.nav-tabs .nav-link {
	border: none !important;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.nav-tabs .nav-link {
  color: #1A1A1A;
  font-size: 1.25rem;
	white-space: nowrap;
	padding: 0.5rem 0.4rem;
  font-weight: normal;
}
.nav-tabs .nav-link:hover {
  background-color: #23b7e5;
  color: #fff;
}
.nav-tabs .nav-link.active {
	font-weight: bold;
	border: 1px solid #23b7e5;
	background-color: #23b7e5;
	text-transform: uppercase;
	text-decoration: none;
	color: #ffffff !important;
}

.news td:not(tfoot td) {
  line-height: 1.2;
  border-bottom-width:6px;
}
.news tr:last-child td {
  border-bottom-width:1px;
}
.news .read {
  opacity: 0.45;
}
.news a:not(.pagination a) {
  color: #212529 !important;
}
.news a:hover:not([disabled]) {
  color: #23b7e5 !important;
  text-decoration: none !important;
}
.news img {
  min-width: 60px !important;
}
.newsitem {
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  max-width: 90%;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: 1px solid #000;
  padding: 15px;
  /* background-color: #e9ecef; */
}
.modal .newsitem {
  padding: 0;
  max-width: 100%;
  border: none !important;
}
.modal .newsitem .img {
  max-width: 95%;
  margin:0 auto;
}
.newsitem .body {
  overflow: hidden;
  margin: 25px 25px;
  text-align: center;
}
.newsitem img {
  width: 100%;
}
.newsitem .newstitle {
  text-align:center;
  font-weight: bold;
  color: #212E84;
  padding: 0 40px;
  line-height: 1.2;
}
.newsitem .footer {
  font-size: 0.9rem;
  line-height: 1.1;
  color: #000;
  padding: 0;
}
.newsitem .pdf {
  font-size: 1.625rem;
  position: absolute;
  z-index: 99;
  top: 15px;
  left: 15px;
  line-height: 1;
  color: #dc3545 !important;
}
.newsitem .close,
.questionbox .close {
  font-size: 1.5rem;
  position: absolute;
  z-index: 99;
  top: 15px;
  right: 15px;
  line-height: 1;
  color: #000 !important;
}
.newsitem .close:hover,
.questionbox .close:hover,
.newsitem .pdf:hover {
  opacity: 0.5;
  text-decoration: none !important;
}
.questionbox {
  position: relative;
  border: 1px solid rgba(0,0,0, 0.75);
  padding: 10px 15px;
  width: 90%;
  margin: 0 auto;
  margin-bottom: 50px;
}
.questionbox p {
  font-style: italic;
}
.questionbox .close {
  top: 10px;
  right: 15px;
}
.carousel-control-next-icon {
  width: 50px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
}
.carousel-control-prev-icon {
  width: 50px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e");
}
.carousel-control-next {
  justify-content: right !important;
  right: -15px;
}
.carousel-control-prev {
  justify-content: left !important;
  left: -15px;
}
.newsitem .carousel {
  position: unset;
}
.newsitem ol.carousel-indicators {
  display: none;
}

.small {
  font-size: 0.8rem;
}

/* Xtra Large Screens --------------------------------------------------------------------------------------- */
@media only screen and (min-width: 1824px) {
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1824px) {
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1680px) {
  .modal-xxl {
    max-width: 1140px;
  }
  .vertical-line {
    height: 33px !important;
  }
}
/* Large Devices, Wide Screens */
@media only screen and (max-width: 1440px) {
}
/* Medium Devices, Desktops -------------------------------------------------------------------------------- */
@media only screen and (max-width: 998px) {
}
/* Small Devices, Tablets */
@media only screen and (max-width: 768px) {
  body {
	  overflow: auto;
  }
  .app-box {
    top: 11%;
    padding: 20px;
  }
  [class*="col-"] + [class*="col-"] {
    margin-top: 15px;
  }
}
