/*
html, body {
	font-family: "Open Sans","Segoe UI","Helvetica Neue",Helvetica,Arial,sans-serif;
}
	*/
/*
@media (min-width: 1280px) {
	.container {
			width: 1280px;
	}
}

@media (min-width: 1440px) {
	.container {
			width: 1440px;
	}
}
	*/
.news-section ul li:nth-last-child(n+5) {
	display: none;
}

.news-section ul {
    display: flex;
    flex-direction: column-reverse;
		
}
.topheader {
	background-color: #004F87;
	min-height: 100px;
}

.topheader strong {
	color: #fff;
	font-weight: normal;
	font-size: 28px;
	line-height: 100px;
}

.topheader .site-title {
	color: #fff;
	font-weight: normal;
	font-size: 28px;
	line-height: 100px;
}

.topheader .logo {
float: left;
}

.topheader > .container {
	position: relative;
}

.topheader .logo img {
height: 100px !important; 
}

.login-link {
    display: flex;
    height: 100px;
    justify-content: center;
    align-items: center;
}

.login-link a {
	color: #fff;
	font-weight: 400;
	display: block;
	padding: 5px 10px;
}

.login-link a .fa {
	font-size: 14px;
}

.login-link a:hover,
.login-link a:focus,
.login-link a:active {
	background-color: #7FA6C3;
	color: #fff;
	text-decoration: none;
}

.login-link .dropdown-menu {
  z-index: 9999;
  top: 62px;
}

.page_section .home-top-sections h2 {
	color: #000;
	font-size: 26px;
	margin-bottom: 21px;
}

#loginMenu, #userMenu {
	position: absolute;
    right: 15px;
		left: auto;
		float: none;
    top: 65px;
    z-index: 9999;
    width: 100%;
	width: 420px;
	box-shadow: 0px 4px 10px 0px rgba(0,0,0,0.15);
	padding: 0px 0px;
}

#loginMenu .card, #userMenu .card {
	background-color: #F9F9F9;
	padding: 20px;
	border-bottom: 1px solid #D3D3D3;
}

#loginMenu .card ul, #userMenu .card ul {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

#loginMenu .card ul li, #userMenu .card ul li {
  padding: 0px;
  margin: 0px;
  list-style-type: none;
}

.card h3 {
	margin-top: 0px;
}

.main-image {
	position: relative;
	max-height: 400px;
	min-height: 400px;
	overflow: hidden;
}
/*
.main-image img {

}
*/
.textbox > div {
	position: absolute;
	top: 12%;
	margin-left: 15px;
	background-color: #fff;
	opacity: 0.9;
	padding: 25px;
	width: 25%;
}

.weblinks .fa {
	color: #004F87;
}

.btn.btn-link {
  color: #004F87;
  padding-left: 2px;
}

.btn.btn-link:hover,
.btn.btn-link:focus,
.btn.btn-link:active {
  border-bottom: 1px solid #004F87;
  text-decoration: none;
}

.btn-primary, .btn-default {
    padding: 10px 15px;
}

#content .form-horizontal {
	padding: 20px 0px
}

/*
#loginMenu .btn.btn-link, #usermenu .btn.btn-link {

}
*/
.footer-top {
	margin-top: 50px;
}

.fill-gray {
  padding: 25px 0px;
  background-color: #F9F9F9;
}

ol.breadcrumb  {
  margin-bottom: 0px;
}

ol.breadcrumb a:hover {text-decoration: none;}

ol.breadcrumb>li+li:before {
  content: "> ";
  padding: 0 5px;
	font-family: monospace;
}

ol.breadcrumb .fa {
  font-size: 12px;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
	display: none;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a {
  font-weight: 400 !important;
}

.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:hover,
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:focus,
.navbar-static-top.navbar .menu-bar > .navbar-nav > li > a:active {
  background-color: #ECECEC;
}

footer .footer-top {
  background-color: #ECECEC !important;
}

.page-heading {
	padding-top: 0px !important;
}

.page-heading .page-header {
	    /*margin: 0px 0 20px; */
		margin: 0px 0 5px;
}

.page_section .container h1 {
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 30px;
}

h2 b {
	font-weight: 400;
}


ol.progress {
	background-color: #faf9f9;
	box-shadow: none;
	font-size: 15px !important;
	/*padding-top: 20px;*/
	padding-top: 5px;
	flex-wrap: wrap;
}

.list-group-item {
    padding: 13px 15px 13px 2px;
	margin-right: 30px;
	margin-bottom: 5px;
}

.entity-grid.entitylist, .entitylist,.grid-actions {
	border: 0px !important;
}

.crmEntityFormView {
	border: 0px !important;
}

.view-grid .table>thead>tr>th {
	/*border-bottom: 0px;*/
	background-color: #004F87;
	color: #fff;
	font-weight: 400;
	    white-space: nowrap;
    padding: 15px 10px 15px 10px !important;
}

.view-grid .table>thead>tr>th>a {
	color: #fff;
	font-weight: 400;
}

.view-toolbar .view-select .dropdown .dropdown-menu {
	border: 0px !important;
	box-shadow: none !important;
}

.view-toolbar .dropdown-menu>li>a {
    padding: 8px 10px;
    background-color: #f7fdfd;
    border: 1px solid #004f87;
    color: #004f87;
}

.view-toolbar .dropdown-menu>li>a:hover,
.view-toolbar .dropdown-menu>li>a:focus,
.view-toolbar .dropdown-menu>li>a:active {
	text-decoration: underline;
}


.view-toolbar .dropdown-menu>.active>a, .view-toolbar .dropdown-menu>.active>a:hover, .view-toolbar .dropdown-menu>.active>a:focus {
    background-color: #004f87;
    border: 1px solid #004f87;
    color: #fff;
    font-weight: 600;
    text-decoration: underline;
	padding: 8px 10px;
}


.crmEntityFormView .cell {
    padding: 0 20px 20px 0px !important;
}

.instructions {
    margin: 25px 0px;
}

#WebFormPanel.crmEntityFormView .cell label {
	position: relative;
}

#WebFormPanel.crmEntityFormView .cell div.info.required label:after {
    content: '*';
    color: red;
    position: absolute;
    left: -13px;
    top: 2px;
}

#WebFormPanel.crmEntityFormView .tab {
	border: 0px;
}

#WebFormPanel.crmEntityFormView .tab-title {
	border-bottom: 0px !important;
	margin-top: 25px;
  margin-bottom: 25px;
}
/*
.list-group-item.incomplete,ol.progress li.incomplete, .list-group-item-success {
    padding: 13px 15px;
    background-color: #ECECEC !important;
    border-color: transparent !important;
}
*/

.list-group-item.incomplete,ol.progress li.incomplete, .list-group-item-success {
    background-color: inherit;
    border-color:  #004F87;
	border:0;
	color: #515C72;
	font-weight:600;
	font-size: 16px;
}


.list-group-item:after {
	width: 0px;
    height: 0px;
    margin: 0px;
    position: absolute;
    top: 10px;
    right: 2px;
    content: "\F285";
	font-family: "bootstrap-icons";
    display: block;
    width: 0px;
    height: 0px;
	color:#007E93;
	font-size:22px;	   
    display: block;
}

.list-group-item.active:after {
	width: 0px;
    height: 0px;
    margin: 0px;
    position: absolute;
    top: 10px;
    right: 2px;
    content: "\F285";
	font-family: "bootstrap-icons";
    display: block;
    width: 0px;
    height: 0px;
	color:#007E93;
	font-size:22px;	   
    display: block;

}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	background-color: inherit;
    border-color:  #004F87;
	border:0;
	color: #007E93;
	font-weight:600;
	font-size: 16px;
}
/*
.list-group-item:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 30px solid #ECECEC;
    border-right: 30px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    margin: 0px;
    position: absolute;
    top: -2px;
    right: -61px;
}

.list-group-item.active:after {
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border-left: 30px solid #004F87;
    border-right: 30px solid transparent;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    margin: 0px;
    position: absolute;
    top: -2px;
    right: -61px;
}

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	  background-color: #004F87;
    border-color:  #004F87;
}
	*/
	/*
.form-control {
	font-size:15px;

	height: auto;
	padding: 10px 15px;
	border-color: #004F87;
	
}
*/
.pagination {
    /*display: inline-block;*/
    padding-left: 0;
    margin: 20px auto !important;
    border-radius: 0;
    overflow: auto;
    text-align: center;
}

.pagination > li > a, .pagination > li > span {
    padding: 10px 12px;
}

.pagination>.active>a, .pagination>.active>a:hover, .pagination>.active>a:focus, .pagination>.active>span, .pagination>.active>span:hover, .pagination>.active>span:focus {
	background-color: #004F87;
}

@media (max-width: 920px) {
	.textbox > div {
	width: 50%;
	}
	.main-image {
    max-height: 400px;
    min-height: 200px;
	}
}

.home-top-sections {
	margin-bottom: 30px;
}

.container > div.flex {
	display: flex;
}

.flex .column {
	flex-direction: column;
}

.flex .item-row {
	flex-direction: row;
	display: flex;
}

.flex .break {
  flex-basis: 100%;
  height: 0;
}

section.flex {
	display: flex;
	flex-wrap: wrap;
	gap: 30px;
}

.link-section .icon {
	min-height: 160px;
	background-color: #F9F9F9 !important;
}

.link-section .description {
	background-color: #fff !important;
}

.link-section .icon .fa {
color: #004F87 !Important;
}


.flex .item {
    flex: 1;
    display: flex;
    min-width: 48%;
    max-width: 48%;
    padding-right: 0%;
		min-height: 140px;
}

.flex .item:hover,
.flex .item:focus,
.flex .item:active {
	text-decoration: none;
}

.flex .item .icon {
	background-color: #903F97;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 33%;
}

.flex .item .icon.apteekki {background-color: #B1D34A;}
.flex .item .icon.asvia {background-color: #00ADB1;}
.flex .item .icon.diagnostiikka {background-color: #FBBB65;}
.flex .item .icon.logistiikka {background-color: #EF3D6B;}
.flex .item .icon.tietopalvelut {background-color: #E670AB;}

.flex .item .icon .fa {
	font-size: 65px;
	color: #fff;
}

.flex .item h3 {
	font-size: 22px;
	display: block;
	width: 100%;
	padding: 10px;
	padding-left: 15px;
	background-color: #ECECEC;
	margin-top: 0px;
}

.flex .item p {
	display: block;
	padding: 5px 15px;
	color: #000;
}

.flex .item .description {
	display: block;
	background-color: #F9F9F9;
	width: 67%;
}

.flex ul {
	padding: 0px;
	margin-bottom: 10px;
	list-style-type: none;
}

.flex ul li {
	padding: 0px;
	margin: 6px 0px;
	list-style-type: none;
}

.flex ul li a {
		margin-left: 15px;
    display: inline-block;
}

.right-column {
	/*background-color: #F7FDFD;*/
	background-color: #e6f2f4;
}

.right-column {
  padding: 0px 30px; 
  border-lefT: 1px solid #eee
}

.right-column h2 {
  font-size: 22px !important;
  font-weight: 600;
  margin-bottom: 15px;
}

.right-column ul {
  padding-left: 20px;
  list-style-type: disc;
}

.right-column ul li {
  list-style-type: disc;
  padding-bottom: 8px;
}

.navbar.navbar-static-top {
		min-height: 50px;
}

.navbar > .container {
	position: relative;
}

.feedback-container {
	position: absolute;
	right: 15px;
}
.feedback-container a {
	line-height: 50px;
	margin-top: 10px;
  display: block;
  position: relative;
}

.feedback-container a .fa {
	font-size: 24px;
	    font-size: 24px;
    position: absolute;
    left: -30px;
    top: 13px;
}

/*
.navbar-nav>li>a {
			padding-top: 25px;
			padding-bottom: 25px;
}
*/ 

.dropdown-menu.open {
	display: block !important;

}

/*
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: #F7FDFD !important;
}
*/
footer .footer-top h3, footer .footer-top h4 {
    color: #004f87 !Important;
}

#gethelp {
	display: none;
}

.alert-danger {
    background-color: #fff;
    border: 2px solid #D01C24;
    color: #D01C24;
}

.crmEntityFormView .validation-summary ul {
  padding: 10px 20px;
  list-style-type: disc;
}

.crmEntityFormView .validation-summary ul li {
  padding: 3px 0px;
  list-style-type: disc;
}

.crmEntityFormView .validation-summary ul li a {
  margin-left: 0px;
  color: #004F87
}

label {
	font-weight: 600;
}

@media (max-width: 767px) {

		.crmEntityFormView .tab .tab-column {
			width: 100% !important;
			float: none;
		}

		.container > div.flex {
			display: block;
		}

		.flex .item {
			flex: 1;
			display: flex;
			min-width: 100%;
			max-width: 100%;
			padding-right: 0%;
	}
	.textbox > div {
    width: auto;
    top: 25px;
    left: 15px;
    right: 15px;
		margin-left: 0px;
		position: static;
	}

	.main-image img {
		position: absolute;
		left: -50%;
		width: auto !important;
	}

	#loginMenu {
		position: absolute;
		right: 0px;
		z-index: 9999;
		width: 100%;
		max-width: 360px;
		box-shadow:80px 4px 10px 0px rgba(0,0,0,0.15);
	}

}

/*
@media (min-width: 1024px)
.modal-lg {
    width: 1000px;
}
*/
@media (min-width: 1200px) {
	.navbar-left {
		margin-left: -15px;
	}
/*
	.navbar-nav>li>a {
			padding-top: 25px;
			padding-bottom: 25px;
	}
*/
}

.view-grid table tr {
	position: relative;
  }
.view-grid .dropdown.action {
	position: absolute;
	left: 4px;
	top: 10px
  }
    .view-grid .dropdown.action .btn {
	padding: 5px 5px;
  }
/*
  .view-grid .dropdown.action .dropdown-menu {
	position: absolute !important; 
	left: 0px !important; 
	top: 32px !important;
  }
	*/
  .view-grid tr td:first-child {
	padding-left: 38px !important;
  }

/*
  #mainContent.wrapper-body > .container {
	margin-bottom: 20px;
  }
*/
  a.husbutton{
	border-radius: 6px!important;
  }

  a.husbutton:hover {
    background-color: #172643;
}
/*
.hus-list > .view-toolbar ul.dropdown-menu a {
	background-color: #fff;
	color: #007E93;
	border: none;
	font-weight: bold;
}

.hus-list > .view-toolbar ul.dropdown-menu a:active,
.hus-list > .view-toolbar ul.dropdown-menu a:hover {
	background-color: #fff;
	color: #007E93;
	border: none;
	font-weight: bold;
}

.hus-list .view-grid > .table > thead > tr > th{
	background-color: #fff;
	color: #000;
	font-weight: bold;
}
.hus-list .view-grid > .table > thead > tr > th > a{
	background-color: inherit;
	color: inherit;
	font-weight: inherit;
}
	*/
/*
a.digiekg-link{
	font-size:20px;
}
*/
/* Home page accordion */
.accordion-home-container {
	padding:19px 80px 40px 80px;	
}

#accordion-home .accordion-button {
	font-weight: bold;
	font-size:20px;
	min-height: 80px;
}
#accordion-home {
	margin-top:29.5px;
}
h3.accordion-header {
	margin-top:0;
}
#accordion-home .accordion-button img {
	width:62px; 
	padding-right:15px;	
}
#accordion-home .accordion-button:not(.collapsed) {
    color: inherit; 
    background-color: inherit; 
}
#accordion-home .accordion-item:first-child {
    border-top: 1px solid #dee2e6 ;
}
#accordion-home .accordion-item:last-child {
    border-bottom: 1px solid #dee2e6 ;
}
#accordion-home .accordion-button:focus {
    box-shadow: none;
    border-color: rgba(0,0,0,.125);
}
#accordion-home .accordion-body h4 {
	font-weight: bold;
	font-size:18px;
}
#accordion-home .accordion-body p {    
	font-size:16px;
}
 #accordion-home .accordion-body a {    
	font-size:16px;
}

#accordion-home .accordion-body i {    
	padding-left: 5px;
}

/* Link styles */
.hus-news-card a.newstitle, .hus-news-card  a.newstitle:hover {
	text-decoration:none !important;
}
a.topheader-title, a.topheader-title:hover, .nav a.username {
    text-decoration: none !important;
	color: #fff !important;
}

/* Header styles */
@media (min-width: 768px) {
	.collapse.dont-collapse-sm {
		display: block;
		height: auto !important;
		visibility: visible;
		padding-top: 35px;
		float: right;
	}
}

@media (max-width: 768px) {
	.collapse.dont-collapse-sm {
		padding-bottom: 15px;    
	}
  
}

.btn-hus-loginlogout{
	background-color: #007E93;
	margin-left: 10px;
}

.btn-hus-loginlogout:hover{
	background-color: #172643;
}

.btn-hus-profile-collapse {
	background-color: #007E93;
	color:#fff;
}

.btn-hus-profile-collapse:hover, .btn-hus-profile-collapse:focus {    
	background-color: #172643;
	color:#fff;
}

#collapseProfile .nav-link:hover, #collapseProfile .nav-link:focus {
	color:#fff;
}

.custom-navbar-toggler {
	/* mobile nav to left */
	margin-left:0;
	background-color:#007E93;
	color:#fff;
}
.btn-hus-profile-collapse[aria-expanded="true"] .icon-hus-profile-collapse {
	display:none;
}
.btn-hus-profile-collapse[aria-expanded="false"] .icon-hus-profile-expand {
	display:none;
}


/* button styles */

.btn-primary.disabled {
	background-color: #515c72;
	border-color: #515c72;
	color: #faf9f9;
}

.btn-primary:hover {
    color: #ffffff !important;
    background-color: #172643 !important;
    border-color: #172643 !important;
}

/* view dropdown menu */

.view-toolbar .view-select .dropdown .dropdown-menu {
	border: 0px !important;
	box-shadow: none !important;
}

.view-toolbar .dropdown-menu>li>a {
    padding: 6px 16px;
    background-color: inherit;
    border: 0;
    color: #007e93;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none !important;
	margin-right: 6px;
}

.view-toolbar .dropdown-menu>li>a:hover,
.view-toolbar .dropdown-menu>li>a:focus,
.view-toolbar .dropdown-menu>li>a:active {
	text-decoration: none !important;
	font-size: 16px;
	font-weight: 600;
	background-color: inherit;
	color: #007e93;
}


.view-toolbar .dropdown-menu>.active>a, .view-toolbar .dropdown-menu>.active>a:hover, .view-toolbar .dropdown-menu>.active>a:focus {
    background-color: inherit;
	border:0;
    border-bottom: 2px solid #007e93;
    color: #007e93;
    font-weight: 600;
    text-decoration: none;
	padding: 6px 16px;
	margin-right: 6px;
}

/* view styles */


.view-grid > .table {
	border-collapse: separate;
	border-spacing: 0;
	min-width: 350px;
	border: 1px solid #BFD2E1;
	/*border-bottom: 1px solid #BFD2E1;
	border-right: 1px solid #BFD2E1;
	border-right: 1px solid #BFD2E1;
	*/
	border-radius: 6px;
  }
  .view-grid > table tr th {
	/*
	
	
	*/
	border-left: 1px solid #BFD2E1;
	border-bottom: 1px solid #BFD2E1;
	padding: 16px;
	line-height:20px;
  }
  .view-grid > table tr td {
	border-left: 1px solid #BFD2E1;
	border-bottom: 1px solid #BFD2E1;
	padding: 16px;
	line-height:20px;
  }
  
  .view-grid > table tr th:first-child,
  .view-grid > table tr td:first-child {
	border-left: 1px solid #BFD2E1;
  }
	
  .view-grid > table tr th {
	/* background: #eee; */
	/*border-top: 1px solid #BFD2E1;*/
	text-align: left;	
  }
  /*
  .view-grid > table tr:first-child th:first-child {
	border-top-left-radius: 6px;
  }
  
  .view-grid > table tr:first-child th:last-child {
	border-top-right-radius: 6px;
  }
	*/
  /*
  .view-grid > table tr:last-child td:first-child {
	border-bottom-left-radius: 6px;
  }
  
  .view-grid > table tr:last-child td:last-child {
	border-bottom-right-radius: 6px;
  }
*/
 .view-grid > table tr:last-child td {
	border-bottom: 0;
  }

  .view-grid .table  >thead >tr > th {
	/*border-bottom: 1px solid #BFD2E1;*/
	background-color: inherit;
	color: #171717;
	font-weight: 700;
	white-space: nowrap;
	line-height:20px;
    padding: 16px !important;
}

.compact-table-hus .view-grid .table  >thead >tr > th {
	text-wrap: auto;
	vertical-align: text-top;
}

  .view-grid > table tr td:first-child, .view-grid > table tr th:first-child {
	border-left: 0;
	padding-left: 38px !important;
  }
.view-grid .table>thead>tr>th>a {
	color: #171717;
	font-weight: 700;
	font-size: 16px;
	text-decoration: none;
}


.table-striped>tbody>tr:nth-of-type(odd)>* {
	background-color: inherit !important;
	box-shadow:none;
}


th[aria-label="Actions"] {
	
	border-left: 0 !important;
}

td[aria-label="toimintovalikko"] {
	
	border-left: 0 !important;
}




/* nav tabs - palvelut todo*/
ul#digiekgservicelist li {
	margin-bottom: 10px;
}

/* pagination */ 

.pagination > .active > a, .pagination > .active > a:hover, .pagination > .active > a:focus, .pagination > .active > span, .pagination > .active > span:hover, .pagination > .active > span:focus {
    /*border-color: transparent;*/
    border-radius: 0 !important;
    border: 0 !important;
    background-color: #e6f2f4 !important;
    color: #007e93;
    text-decoration: none !important;
}

.pagination a.page-link {
	color: #007e93 !important;
    text-decoration: none !important;
	font-weight: 600;
}

.pagination a.page-link:focus {    
    box-shadow: none;
}

.disabled>.page-link {
	background-color: inherit;
}

.view-toolbar ul.dropdown-menu {
	background-color: inherit;
}

/* Top nav */
.static-top.navbar .menu-bar > .navbar-nav > li > a { 
	color: #004b87;
	padding: 6px 16px;
	margin-left: 0px;
	/*#e6edf3 */
}

.static-top.navbar .menu-bar > .navbar-nav > .divider-vertical {
	border: 0 !important;
	margin: 0 8px !important;
}

.static-top.navbar .menu-bar > .navbar-nav > li > a:hover { 
	background-color: #e6edf3;
	
}
.static-top.navbar .menu-bar > .navbar-nav > li > a:focus { 
	background-color: #e6edf3;
	
}

.nav .show.dropdown-menu > li > a:hover {
    background-color: #e6edf3 !important;
    color: #171717;
}

.nav .show.dropdown-menu > li > a:focus {
    background-color: #e6edf3 !important;
    color: #171717;
}

/* custom buttons */

a.btn-hus-secondary {
	background-color: #fff;
	color: #007e93 !important;
	border-color: #007e93 !important;
	font-weight: 600;
}

a.btn-hus-secondary:hover {
	background-color: #e6f2f4;
}

.navlink-hus-sublink1.navlink-hus-nolink{
	font-weight:bold !important;
}

.navlink-hus-sublink2.navlink-hus-intlink{
	/* font-weight:bold !important; */
}


.navlink-hus-sublink2.navlink-hus-extlink,
.navlink-hus-sublink2.navlink-hus-intlink {
	color: #007E93 !important;
}

.navbar {
	background-color: #faf9f9;
}

.accordion-button {
	background-color: #faf9f9;
}

.accordion-button:not(.collapsed) {
	background-color: #faf9f9;
}
.accordion-item {
	background-color: #faf9f9;
}

.row-hus
{
	background-color: #e8e9ec;
	padding-top:16px;
}

.row-hus:last-of-type
{	
	padding-bottom:16px;
}

.col-hus {
	background-color: #faf9f9;	
}

.wrapper-hus {
	background-color: #e8e9ec;
	min-height:calc(100vh - 255px);
}

.breadcrumb {
	padding-left: 0;
}

#criticalnews {
	width: 100%;
	background-color: #f9be5a;
	padding: 10px;
}    

.hus-news-alert
{
	padding-bottom: 0;
	padding-top:0;
	/*margin-bottom:0;*/
}

.hus-news-alert-hidden {
	display:none;
}

.hus-news-alert-container-hidden {
	display:none;
}

.btn-hus-news-dismiss {
	padding-bottom: 5px !important;
	padding-top: 5px !important;
}

.bootstrap-datetimepicker-widget tr td button {
    background-color: #faf9f9;
}    
	

/* Set navigation dropdown on top of all other elements */
ul.weblinks > li.weblink.dropdown > ul.dropdown-menu.show {
	z-index: 9999;
}

/* News cards*/

.news-home-container {
	padding:19px 80px 40px 80px;	
}

.hus-news-card img.card-img-top {
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
	width: 100%;
    height: 200px;
    object-fit: cover;
}

.hus-news-card .card-body {	
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.hus-home-card-body {
	padding:19px 80px 40px 80px;	
}

@media (max-width: 1200px) {
	.btn-hus-loginlogout {
		margin-bottom: 5px;
	}
  .topheader .site-title {
	font-size: 21px;
  }
}

@media (max-width: 992px) {
	.topheader .site-title {
		line-height: initial;       
        font-size: 21px;
        padding-bottom: 8px;
	}
	.topheader .logo {
		float:none;
	}
	.btn-hus-loginlogout {
		margin-bottom: 5px;
	}
  .news-home-container {
	padding:9px 10px 20px 10px;	
}
.accordion-home-container {
	padding:9px 10px 20px 10px;		
}
.hus-home-card-body {
    padding:9px 10px 20px 10px;	
}
}

@media (max-width: 576px) {
.topheader .site-title {
	display:none;
  }
}




