:root {
  --primary-color: #035e7d;
  --primary-color-dark: #034b63;
  --secondary-color: #2caa8d;
  --text-color: #434c5e;
}

html {
  font-size: 14px;
  position: relative;
  height: 100%;
}

body {
  font-family: "Trebuchet MS", "Open Sans", Verdana, sans-serif;
  font-size: 14px;
  color: var(--text-color);
  background-color: #f5f6f7;
  margin: 0;
  height: 100%;
}

.req:after {
	content: " *" !important;
	color: #E3170A;
	font-weight: bold;
}

h1 {
  font-size: 3em;
  line-height: 1.05em;
}

h2 {
  font-size: 2.25em;
  line-height: 1.25em;
}

h3 {
  font-size: 1.75em;
  line-height: 1.25em;
}

h4 {
  font-size: 1.125em;
  line-height: 1.222222em;
}

@media only screen and (max-width: 767px) {
  h1 {
    font-size: 2em;
    line-height: 1.25em;
  }
  h2 {
    font-size: 1.625em;
    line-height: 1.15384615em;
  }
  h3 {
    font-size: 1.375em;
    line-height: 1.13636364em;
  }
  h4 {
    font-size: 1.125em;
    line-height: 1.111111em;
  }
}
p:last-child {
  margin-bottom: 0;
}

p {
  margin: 0 0 1rem 0;
  line-height: 1.5;
}

.content-wrapper {
  padding: 16px 10px 10px;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
  color: var(--primary-color);
}

.back.icon {
  vertical-align: middle;
  margin-right: 0.5rem;
}

.title-page {
  padding: 1px;
  background-color: #f5f6f7;
}

.title-page .title {
  margin: 10px auto;
  padding-left: 10px;
}

.title-page .title i {
  margin-right: 0.5rem;
}

.section-title {
  font-size: 16px;
}

/***********************************************/
/* TOP MENU	                                   */
/***********************************************/
.top-menu-wrapper {
  position: relative;
}

.top-menu {
  position: absolute;
  top: 0;
  right: 0px;
  padding-top: 0.5em;
  z-index: 1;
}

@media only screen and (max-width: 991px) {
  .top-menu-wrapper .top-menu {
    padding: 0;
    top: 20px;
    right: 30px;
  }
  .top-menu-wrapper .top-menu .menu-option > * {
    display: none;
  }
  .top-menu-wrapper .top-menu .menu-option .topbar-icon {
    display: block;
    font-size: 2em;
    margin-left: 10px;
  }
}
.top-menu .menu-option {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  color: inherit;
  font-weight: normal;
  cursor: pointer;
}

.top-menu .menu-option a:hover {
  color: var(--primary-color);
}

.top-menu .menu-option .separator {
  position: inline-block;
  margin: auto 6px;
}

.top-menu .menu-option a {
  color: #495057;
}

.top-menu .menu-option .topbar-icon {
  font-size: 1.5em;
}

/*********************************************************************************/
/* Wrapper                                                                       */
/*********************************************************************************/
.layout-main {
  background: linear-gradient(180deg, #fff, #f5f6f7);
  display: flex;
  flex-direction: column;
  height: 100%;
}

.layout-content-wrapper {
  flex-grow: 1;
}

.layout-content {
  margin-right: auto;
  margin-left: auto;
  width: 98%;
}

@media (min-width: 768px) {
  .layout-content {
    width: 98%;
  }
}
@media (min-width: 992px) {
  .layout-content {
    width: 98%;
  }
}
@media (min-width: 1240px) {
  .layout-content {
    width: 1200px;
  }
  .header {
    width: 1200px;
  }
}
/*
@media ( min-width : 1440px) {
	.layout-content {
		width: 1400px;
	}
	.header {
		width: 1400px;
	}
}
*/
.layout-content .card {
  background-color: #ffffff;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1), 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  padding: 18px;
  height: 100%;
}

/***********************************************/
/* PRIMEFACES 		 					   	   */
/***********************************************/
body .ui-button {
  background: var(--primary-color);
  color: #ffffff;
  border: 1px solid #00539F;
  margin: 0;
  outline: 0 none;
  border-radius: 4px;
  transition: background-color 0.2s, color 0.2s, border-color 0.2s, box-shadow 0.2s;
}

body .ui-button.ui-state-hover {
  background: var(--secondary-color);
  color: #ffffff;
  border: 1px solid var(--secondary-color);
}

body .ui-button.ui-state-active {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #ffffff;
}

body .ui-button.ui-button-warning, body .ui-splitbutton.ui-button-warning > .ui-button {
  background: #ffd500;
  color: #212529;
  border: 1px solid #ffd500;
}

body .ui-button.ui-button-warning.ui-state-hover, body .ui-splitbutton.ui-button-warning.ui-state-hover > .ui-button {
  background: #fdc500;
  color: #212529;
  border: 1px solid #fdc500;
}

body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-active {
  background: #ffffff;
  border-color: var(--primary-color);
}

body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-active a {
  color: var(--primary-color);
}

body .ui-tabmenu .ui-tabmenu-nav .ui-tabmenuitem.ui-state-active a .ui-icon {
  color: var(--primary-color);
}

body .ui-paginator .ui-paginator-pages .ui-paginator-page.ui-state-active {
  background: var(--primary-color);
  color: #FFFFFF;
}

body .ui-commandlink, body .ui-link {
  color: var(--primary-color);
}

body .ui-commandlink:hover, body .ui-link:hover {
  color: var(--secondary-color);
}

body .ui-selectbooleanbutton.ui-state-active,
body .ui-selectonebutton > .ui-button.ui-state-active,
body .ui-selectmanybutton > .ui-button.ui-state-active {
  background: var(--primary-color);
  border-color: var(--primary-color);
  color: #ffffff;
}

body .ui-selectbooleanbutton.ui-state-active:not(.ui-state-disabled):hover,
body .ui-selectonebutton > .ui-button.ui-state-active:not(.ui-state-disabled):hover,
body .ui-selectmanybutton > .ui-button.ui-state-active:not(.ui-state-disabled):hover {
  background: var(--secondary-color);
  color: #ffffff;
  border: 1px solid var(--secondary-color);
}

body .ui-chkbox .ui-chkbox-box:hover {
  border-color: var(--primary-color);
}

body .ui-chkbox .ui-chkbox-box.ui-state-active {
  background: var(--secondary-color);
  border-color: var(--secondary-color);
  color: #ffffff;
}

body .ui-chkbox .ui-chkbox-box.ui-state-active:hover {
  background: var(--primary-color);
  color: #ffffff;
  border: 1px solid var(--primary-color);
}

body .ui-datatable .ui-datatable-data > tr td {
  padding: 4px 10px;
}

body .ui-datatable thead th {
  padding: 6px 10px;
}

/***********************************************/
/* SIDEBAR 					   	   */
/***********************************************/
.sticky-side {
  width: 100%;
  z-index: 998;
  box-shadow: 0 0 4px 0 rgba(33, 35, 39, 0.8);
}

.layout-breadcrumb {
  background-color: #bac7da;
  padding: 10px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.layout-breadcrumb .breadcrumb .route-bar-breadcrumb {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0;
}

.layout-breadcrumb .breadcrumb .route-bar-breadcrumb li:first-child {
  padding-left: 0;
}

.layout-breadcrumb .breadcrumb .route-bar-breadcrumb li {
  padding: 0 5px;
  padding-left: 5px;
  color: #4c566a;
  font-size: 14px;
}

/*********************************************************************************/
/* FOOTER SOCIAL    */
/*********************************************************************************/
.footer-social-bar {
  padding-bottom: 1em;
}

.footer-social-bar a {
  display: inline-block;
  text-align: center;
  padding: 8px;
  transition: all 0.3s ease;
  color: white;
  border-radius: 4px;
}

/*********************************************************************************/
/* SOCIAL MEDIA BAR      */
/*********************************************************************************/
.icon-bar {
  position: fixed;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 998;
}

.icon-bar a {
  display: block;
  text-align: center;
  padding: 10px;
  transition: all 0.3s ease;
  color: white;
  border-radius: 4px;
}

@media only screen and (max-width: 991px) {
  .icon-bar a {
    padding: 7px;
  }
}
@media only screen and (max-width: 768px) {
  .icon-bar a {
    padding: 5px;
  }
}
.icon-bar a:hover {
  background-color: var(--secondary-color);
}

.access {
  background: var(--primary-color);
  color: white;
}

.header-wrapper {
  width: 100%;
  padding-left: 18px;
  padding-right: 18px;
  background-color: #ffffff;
}
.header-wrapper .header {
  position: relative;
  margin-right: auto;
  margin-left: auto;
  background-color: #ffffff;
  height: 130px;
}
.header-wrapper .logo-left-container, .header-wrapper .logo-right-container {
  position: absolute;
}
.header-wrapper .logo-left-container {
  left: 0;
  bottom: 17px;
}
.header-wrapper .logo-left-container img {
  height: 95px;
}
.header-wrapper .logo-left-container .logo-left {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
}
.header-wrapper .logo-left-container .logo-left .gerb-text {
  margin-left: 16px;
  font-size: 1.1rem;
  border-left: 2px solid var(--text-color);
  padding: 5px 0 5px 10px;
  line-height: 1.3;
}
.header-wrapper .logo-left-container .logo-left .republic {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 1.25rem;
}
.header-wrapper .logo-right-container {
  right: 85px;
  bottom: 17px;
}
.header-wrapper .logo-right-container img {
  height: 70px;
}

@media only screen and (max-width: 991px) {
  .header-wrapper {
    padding-left: 10px;
    padding-right: 10px;
  }
  .header-wrapper .header {
    height: 90px;
  }
  .header-wrapper .logo-left-container {
    left: 0;
    bottom: 5px;
  }
  .header-wrapper .logo-left-container img {
    height: 75px;
  }
  .header-wrapper .logo-right-container {
    right: 35px;
    bottom: 5px;
  }
}
footer {
  box-shadow: 0 0 4px 0 rgba(33, 35, 39, 0.31);
}
footer .footer-top {
  background-color: rgb(230, 230, 230);
  padding: 1.5rem 1rem;
}
footer .footer-top .layout-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
footer .footer-top .layout-content .footer-logo {
  height: 75px;
}
footer .footer-top .layout-content .footer-logo:first-child {
  order: 2;
  margin-right: 10px;
}
footer .footer-top .layout-content .footer-logo:last-child {
  order: 4;
  margin-left: 10px;
}
footer .footer-top .layout-content .footer-central-col {
  order: 3;
  width: 450px;
  margin: auto 10px;
  text-align: center;
}
footer .footer-top .layout-content .footer-central-col h3 {
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1rem;
  margin: 0;
}
footer .footer-bottom {
  background-color: #313131;
  color: #ffffff;
  text-align: center;
  height: 16px;
}

@media only screen and (max-width: 1042px) {
  footer .footer-top .layout-content {
    justify-content: center;
  }
  footer .footer-top .layout-content .footer-central-col {
    order: 1;
    width: 100%;
    margin-bottom: 1rem;
  }
}
.topnav {
  background-color: var(--primary-color);
  min-height: 43px;
}
.topnav a {
  display: inline-block;
  color: #ffffff;
  text-align: center;
  padding: 12px 16px;
  text-decoration: none;
  font-size: 16px;
  transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
.topnav a:hover {
  background-color: var(--primary-color-dark);
}
.topnav a.active {
  border-bottom: 5px solid var(--secondary-color);
}
.topnav .icon {
  display: none;
}
.topnav .nav-links {
  display: none;
}
.topnav .menu-items {
  display: flex;
  justify-content: center;
}

@media only screen and (max-width: 991px) {
  .topnav {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
  }
  .topnav .menu-items {
    display: block;
    flex-grow: 1;
  }
  .topnav .menu-items > a {
    display: none;
  }
  .topnav.responsive .menu-items > a {
    display: block;
    max-width: inherit;
  }
  .topnav.responsive .nav-links {
    display: block;
  }
  .topnav .icon {
    display: block;
  }
  .topnav .nav-links {
    display: inline-block;
  }
}
.index-page .tile {
  aspect-ratio: 1.5;
  padding: 4px;
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  border-radius: 4px;
}
.index-page .tile:hover .white-overlay {
  background: rgba(255, 255, 255, 0.9);
  opacity: 90% !important;
}
.index-page .tile:hover .tile-bg {
  filter: blur(0px) !important;
}
.index-page .tile .tile-title {
  color: #434c5e;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  padding: 4px 4px 12px;
  text-align: center;
  font-size: 1.75rem;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.index-page .tile .tile-title > div {
  position: relative;
  z-index: 101;
}
.index-page .tile .tile-title > div.title {
  font-size: 1.5rem;
  font-weight: 600;
}
.index-page .tile .tile-title > div.subtitle {
  font-size: 1.3rem;
}
.index-page .tile .tile-bg {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  filter: blur(2px);
  transition: filter 0.1s linear;
}
.index-page .tile .tile-bg > div {
  height: 100%;
  background-size: cover;
}
.index-page .tile .tile-bg .white-overlay {
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.1) 0%, rgba(255, 255, 255, 0.6) 25%, rgba(255, 255, 255, 0.9) 50%, rgb(255, 255, 255) 100%);
  transition: opacity 0.1s linear;
}
.index-page .tile .tile-bg .tile-bg-regs {
  background: #e9ecef;
}


@media (max-width: 1110px) {
  .index-page .tile .tile-title {
    padding-bottom: 8px;
  }
  .index-page .tile .tile-title > div.title {
    font-size: 1.25rem;
  }
  .index-page .tile .tile-title > div.subtitle {
    font-size: 1.15rem;
  }
}
@media (max-width: 991px) {
  .index-page .tile .tile-title > div.title {
    font-size: 1.5rem;
  }
  .index-page .tile .tile-title > div.subtitle {
    font-size: 1.3rem;
  }
}
@media (max-width: 767px) {
  .index-page .tile {
    aspect-ratio: 16/9;
  }
}
@media (max-width: 480px) {
  .index-page .tile .tile-title {
    padding-bottom: 8px;
  }
  .index-page .tile .tile-title > div.title {
    font-size: 1.25rem;
  }
  .index-page .tile .tile-title > div.subtitle {
    font-size: 1.15rem;
  }
}
.register-page .title {
  font-size: 1.75rem;
  margin: 4px auto;
}
.register-page .ui-inputfield.input-filter {
  font-size: 1.25rem;
  background: #ffffff;
}
.register-page .rectangle {
  display: flex;
  align-items: center;
  justify-content: space-around;
  z-index: 998;
  padding: 6px 8px;
}
.register-page .rectangle:hover {
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  box-shadow: 0 1px 30px 3px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
}
.register-page .rectangle:hover .rectangle-icon {
  background-color: var(--primary-color);
}
.register-page .rectangle .rectangle-icon {
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.register-page .rectangle .rectangle-content {
  margin-left: 24px;
  width: 80%;
}
.register-page .rectangle .rectangle-content div {
  font-size: 1.5rem;
}
.register-page span.match {
  font-weight: bold;
}

.search-filter {
  padding-top: 0em;
  padding-bottom: 1em;
  background-color: rgb(230, 230, 230); /* #f1f1f1; */
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
}

.search-filter .search-title {
  font-size: 1.5em;
  line-height: none;
}

.search-filter .search-main {
  display: flex;
  height: auto !important;
  width: auto !important;
  flex-grow: 1;
}

.search-filter .search-input {
  flex-grow: 1;
  font-size: 1.75em;
  color: #555;
}

.search-filter .search-input.ui-state-focus {
  box-shadow: none;
  border-color: #CCCCCC;
}

.search-filter .search-input::placeholder {
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
  font-size: 16px;
}

.search-filter .search-input:-ms-input-placeholder { /* IE 10+ */
  color: rgba(0, 0, 0, 0.5);
  font-style: italic;
  font-size: 16px;
}

.search-filter .search-button {
  height: 100%;
  width: 45px;
  margin-left: 10px;
}

.search-filter .search-add {
  margin-top: 0.75em;
}

.search-filter .toggle {
  color: #005E8B;
  padding-left: 0;
  padding-bottom: 5px;
}

.search-filter .toggle > div {
  cursor: pointer;
  display: inline-block;
  margin-right: 2em;
}

.search-filter .toggle > div:hover {
  color: var(--secondary-color);
}

.search-filter .toggle .arrow {
  font-size: 16px;
  transition: transform 0.2s linear;
}

.search-filter .toggle .arrow.rotated {
  transform: rotate(90deg);
}

.search-filter .fields {
  display: none;
}

.search-filter .clear-button a {
  font-weight: bold;
}

.search-filter .content-filter {
  margin-right: auto;
  margin-left: auto;
  width: 98%;
}

@media (min-width: 768px) {
  .search-filter .content-filter {
    width: 98%;
  }
}
@media (min-width: 992px) {
  .search-filter .content-filter {
    width: 98%;
  }
}
@media (min-width: 1240px) {
  .search-filter .content-filter {
    width: 1200px;
  }
}
