/* Body
---------------------------------------------------------------------- */
body, html {
  background-color: #f6f6f6;
}

p:last-child {
  margin: 0 0 1em;
}

div.content {
	margin-bottom: 20px;
}

fieldset {
  background-color: #fff;
  padding: 1em;
  margin-bottom: 1em;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
}

fieldset legend {
  position: relative;
  border: 1px solid #b3b3b3;
  border-radius: 4px;
  background-color: #fff;
  padding: 0.2em 1em 0.3em 0.5em;
  box-shadow: 0 1px 2px 0 rgba(34, 36, 38, .15);
}
/* Top menu */
.ui.inverted.menu, .ui.inverted.menu .ui.menu {
	background-color: #329998;
}
.ui.inverted.menu .item.logo {
	background-color: #99cccc;
}
.ui.inverted.menu #block-search-form {
	    width: 200px;
	    padding: 10px;
}

.ui.inverted.menu .contextual-links .item {
	color: #000;
}
.ui.inverted.menu .item.logo:hover {
    background-color: #99cccc;
}
.ui.menu .block-nice-menus {
	    margin: auto;
}
.block-nice-menus, .block-nice-menus .ui.menu {
	border: none;
	box-shadow: none;
/*	height: 62px; */
}
@media (max-width: 767px) {
   .ui.menu .block-nice-menus {
   	margin: 0 50% 0 10px;
   }
}

.ui.checkbox input[type=checkbox], .ui.checkbox input[type=radio] {
    opacity: 100!important;
 }

/* Content
---------------------------------------------------------------------- */
select.ui.dropdown {
  display: none !important;
}
li.date-prev, li.date-next {
	list-style-type: none;
}

table:first-child {
	margin-top: 0;
}
table {
	font-size: 1em;
}
table {
	width: 100%;
	background: #FFF;
	margin: 1em 0;
	box-shadow: none;
	border-radius: .28571429rem;
	text-align: left;
	color: rgba(0,0,0,.87);
	border-collapse: separate;
	border-spacing: 0;
}
table td, table th {
	padding: .78571429em;
	text-align: inherit;
}
table td, table th {
	-webkit-transition: background .1s ease,color .1s ease;
	transition: background .1s ease,color .1s ease;
}
table thead tr:first-child>th:first-child {
	border-radius: .28571429rem 0 0;
}
/*
table thead tr>th:first-child {
	border-left: none;
}
*/
table thead th {
	cursor: auto;
	background: #F9FAFB;
	text-align: inherit;
	color: rgba(0,0,0,.87);
	padding: .92857143em .78571429em;
	vertical-align: inherit;
	font-style: normal;
	font-weight: 700;
	text-transform: none;
}
table caption {
	padding: .92857143em .78571429em;
	background: #329998;
	color: #ffffff;
	text-transform: uppercase;
	text-align: left;
}
table caption a {
	color: #ffffff;
}

/* Footer
---------------------------------------------------------------------- */
.footer .ui.fluid.vertical.menu {
	background: none;
}
.footer .ui.fluid.vertical.menu a{
	color: rgba(255,255,255,.5);
	    padding: .21428571em 0;
    line-height: 1.14285714em;
}