/*#region Primary*/
/*#endregion Primary*/
/*#region Secondary*/
/*#endregion Secondary*/
.btn {
  font-size: 16px;
  font-weight: 600;
  font-family: 'Roboto', Helvetica, Arial, sans-serif;
  line-height: 18px;
  background-color: #fff;
  color: #497B99;
  text-align: center;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 2px;
  border-style: solid;
  border-width: 1px;
  border-color: #497B99;
  padding: 8px 18px !important;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
.btn .material-icons {
  font-size: 18px;
}
.btn.btn-small {
  padding: 6px 12px !important;
}
.btn.btn-small-x {
  padding: 4px 8px !important;
}
.btn.primary,
.btn.delete {
  background-color: #497B99;
  color: #fff;
  border-color: #497B99;
}
.btn:hover {
  background-color: #F1F1EF;
  border-color: #326482;
  color: #326482;
  border-width: 1px;
}
.btn:hover.primary,
.btn:hover.delete {
  color: #fff;
  background-color: #6B9CBA;
  border-color: #6B9CBA;
}
.btn:focus,
.btn:active {
  background-color: #e5e5e3;
  border-color: #326482;
  color: #326482;
}
.btn:focus.primary,
.btn:active.primary,
.btn:focus.delete,
.btn:active.delete {
  color: #fff;
  background-color: #326482;
  border-color: #326482;
}
.btn.disabled,
.btn[disabled] {
  background: #e5e5e3;
  color: #757572;
  border-color: #BDBDBA;
  pointer-events: none;
  cursor: not-allowed;
}
.btn.flat-style {
  background-color: #497B99;
  color: #fff;
  border-width: 0px;
}
.btn.flat-style:hover {
  border-width: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0px !important;
  color: #000;
  background-color: #98BFD7;
}
.btn.min-border-white {
  border: 1px solid #fff;
}
.btn.min-border-white:hover {
  border: 1px solid #fff;
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Roboto'), local('Roboto-Regular'), url(https://fonts.gstatic.com/s/roboto/v19/KFOmCnqEu92Fr1Mu4mxP.ttf) format('truetype');
}
html {
  height: 100%;
  font-size: 16px;
  color: #497B99;
  font-family: 'Roboto' !important;
}
body {
  margin: 0px;
  height: 100%;
  background-image: url(../../images/squared_greyish.da7f081a.svg);
  background-position: top 110px right -200px;
  background-origin: content-box;
  background-repeat: no-repeat;
  background-size: 45%;
  background-attachment: fixed;
  color: #497B99;
  position: relative;
  font-family: 'Roboto' !important;
  overflow: hidden;
}
.body-content {
  height: 100%;
}
.modal {
  z-index: 1010;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 600px;
  max-width: 50%;
  min-width: 320px;
  height: 300px;
  max-height: 50%;
  min-height: 200px;
}
.modal .modal-content {
  border-radius: 2px;
}
.modal .modal-content .modal-header {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  background-color: #497B99;
  color: #fff;
  padding: 6px;
  font-weight: bold;
}
.modal .modal-content .modal-body {
  background-color: #F9F9F5;
  color: #000;
  overflow-x: hidden;
  overflow-y: auto;
}
.modal .modal-content .modal-footer {
  background-color: #F9F9F5;
}
.modal-overlay {
  z-index: 1000;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.75;
  background-color: #497B99;
}
.modal-focus-helper {
  opacity: 0.75;
  background-color: #497B99;
  z-index: 1000;
  position: absolute;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#hide-focus-button {
  z-index: 1001;
  position: absolute;
  top: 15px;
  right: 15px;
}
#wait {
  -webkit-animation: rotation 2s infinite linear;
}
@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
  }
}
.waitlogo {
  z-index: 1010;
  width: 500px;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.waitlogo > div {
  font-size: 20px;
  width: 100%;
  text-align: center;
  color: #000;
}
input {
  width: 100%;
  padding: 4px 8px;
  margin: 1px;
  border: 1px solid #497B99;
  color: #497B99;
}
a {
  color: #497B99;
  text-decoration: underline;
}
a:hover {
  color: #6B9CBA;
  text-decoration: underline;
}
#main-content-container {
  display: block;
  width: calc(100% - 240px);
  padding: 0px;
  height: 100%;
  position: absolute;
  top: 0px;
  right: 0px;
  -webkit-transition: 0.25s;
  transition: 0.25s;
}
#mainmenu {
  -webkit-transition: 0.25s;
  transition: 0.25s;
  background-attachment: fixed;
  background-color: #497b99 !important;
  background-image: url("../../images/menu_background.png");
  background-position: 0 100%;
  background-repeat: no-repeat;
  color: #fff;
  display: block;
  height: 100%;
  width: 240px;
  position: absolute;
  top: 0px;
  left: 0px;
}
#mainmenu .menu-icon {
  display: inline-block;
  width: 85px;
  height: 85px;
}
#mainmenu .header {
  color: #1B3545;
  position: relative;
  display: block;
  width: 100%;
  height: 85px;
}
#mainmenu .header .menu-icon {
  height: 85px;
  width: 85px;
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}
#mainmenu .header .menu-icon > div {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#mainmenu .header .menu-icon > div > i {
  font-size: 30px;
}
#mainmenu .header .menu-icon:hover {
  cursor: pointer;
  background-color: #326482;
}
#mainmenu .header .menu-text {
  position: absolute;
  left: 0px;
  top: 0px;
  font-weight: bold;
  width: calc(100% - 85px);
  display: block;
  padding-top: 33px;
}
#mainmenu .menu-items {
  height: calc(100% - 170px);
}
#mainmenu .menu-items > ul {
  height: 100%;
  margin: 0px;
  list-style: none;
  padding: 0px;
  overflow-y: auto;
}
#mainmenu .menu-items > ul > li {
  height: 85px;
  width: 100%;
}
#mainmenu .menu-items > ul > li.active {
  background-color: #326482;
}
#mainmenu .menu-items > ul > li:hover {
  cursor: pointer;
  background-color: #326482;
}
#mainmenu .menu-items > ul > li > a {
  width: 100%;
  height: 85px;
  display: block;
  position: relative;
  color: #fff;
  text-decoration: none;
}
#mainmenu .menu-items > ul > li > a:hover {
  text-decoration: none;
}
#mainmenu .menu-items > ul > li > a .menu-icon {
  height: 85px;
  width: 60px;
  display: block;
  position: absolute;
  left: 0px;
  top: 0px;
}
#mainmenu .menu-items > ul > li > a .menu-icon > div {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
#mainmenu .menu-items > ul > li > a .menu-icon > div > i {
  font-size: 30px;
}
#mainmenu .menu-items > ul > li > a .menu-text {
  position: absolute;
  right: 0px;
  top: 0px;
  width: calc(100% - 60px);
  display: block;
  padding-top: 33px;
  padding-left: 0px;
}
#mainmenu .motto {
  text-align: center;
  height: 85px;
  font-weight: bold;
}
#mainmenu .motto .menu-icon {
  height: 55px;
}
#mainmenu .motto .menu-icon img {
  width: 90%;
}
#mainmenu .motto .menu-text {
  height: 30px;
}
.menu-icon {
  position: relative;
}
.menu-icon i {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.menu-text {
  padding-left: 8px;
  padding-right: 8px;
}
.menu-text.menu-text-title {
  padding-left: 18px;
}
.nav-item {
  text-decoration: none!important;
}
.no-padding {
  padding: 0px;
}
.regular-checkbox {
  display: none;
}
.regular-checkbox + label {
  background-color: #fff;
  border: 1px solid #497B99;
  border-radius: 2px;
  display: inline-block;
  padding: 9px;
  position: relative;
  vertical-align: bottom;
  margin: 2px;
  cursor: pointer;
}
.regular-checkbox.box-right + label {
  float: right;
}
.regular-checkbox + label + label {
  cursor: pointer;
  font-weight: normal;
}
input[type=checkbox].regular-checkbox:checked + label {
  background-color: #497B99;
  border: 1px solid #497B99;
}
input[type=checkbox].regular-checkbox:checked + label::after {
  height: 17px;
  width: 17px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' xmlns:serif='http://www.serif.com/' width='100%25' height='100%25' viewBox='0 0 96 96' version='1.1' xml:space='preserve' style='fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;'%3E%3Cg transform='matrix(2,0,0,2,-4279.05,-10931.7)'%3E%3Cg id='Checkmark' transform='matrix(0.141327,0,0,0.170526,1857.64,4554.42)'%3E%3Crect x='1994.55' y='5344.72' width='339.506' height='281.481' style='fill:none;'/%3E%3Cg transform='matrix(3.75251,3.10996,-3.75251,3.10996,-9622.1,-25925.1)'%3E%3Cpath d='M6632,3454L6632,3503L6604,3503L6604,3487L6616,3487L6616,3454L6632,3454Z' style='fill:%23fff'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  bottom: 0px;
  content: " ";
  left: 1px;
  position: absolute;
  right: 0px;
  top: 0px;
}
input[type=radio].regular-checkbox + label {
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #497B99;
}
input[type=radio].regular-checkbox:checked + label {
  background-color: #fff;
  border: 1px solid #497B99;
  border-radius: 10px;
}
input[type=radio].regular-checkbox:checked + label::after {
  border-radius: 5px;
  background: none repeat scroll 0 0 #497B99;
  bottom: 3px;
  content: " ";
  left: 3px;
  position: absolute;
  right: 3px;
  top: 3px;
}
