@charset "UTF-8";
/* CSS3 Checkbox */
/*
.checkbox-input { display:block;position:relative; }
.checkbox-input:before { display:block;content:"";position:absolute;top:2px;left:0;height:20px;width:20px;background:red;border-radius:3px; }


 #input + label:after {
    content: 'click my input';
    color: blue;
  }

  #input:focus + label:after {
    content: 'not valid yet';
    color: blue;
  }

  #input:valid + label:after {
    content: 'looks good';
    color: red;
  }

/* CSS3 Checkbox - end */
/*

/*
.checkbox 																										{ display: block;position:relative;cursor:pointer; }
.checkbox input 																								{ position:absolute;z-index:-1;opacity:0;left:0;top:0; }
.checkbox div 																									{ position:absolute;top:2px;left:0;height:20px;width:20px;background:#e6e6e6;border-radius:3px; }
.checkbox input:checked ~ div 																			{ background: #1ABC9C; }
.checkbox:hover input:not([disabled]):checked ~ div,
.checkbox input:checked:focus ~ div 																	{ background: #1ABC9C; }
.checkbox input:disabled ~ div 																			{ background: #1ABC9C;opacity: 0.6;pointer-events: none; }
.checkbox div:after 																							{ content: '';position: absolute;display: none; }
.checkbox input:checked ~ div:after 																	{ display: block; }
.checkbox-wp div:after 																					{ left: 7px;top: 3px;width: 7px;height: 11px;border: solid #fff;border-width: 0 2px 2px 0;transform: rotate(40deg); }
.checkbox-wp input:disabled ~ div:after 																{ border-color: #F2F2F2; }


.checkbox-radio div 																							{ border-radius: 50%; }
.checkbox-radio div:after 																					{ left: 7px;top: 7px;height: 6px;width: 6px;border-radius: 50%;background: #fff; }
.checkbox-radio input:disabled ~ div:after 															{ background: #F2F2F2; }


.checkbox, .radio { margin-top:-3px; }

table thead .checkbox { margin-top:-7px;margin-top:-21px; }
table thead .checkbox.radio { margin-top:-7px;margin-top:-21px; }
*/
/* Y7 */
/* HK Klöber Gradient */
/* Cookie Consent Additions */
html {
  height: 100%;
}

body {
  height: 100%;
  color: #333;
  background: #fff;
  font-family: SigmundPROMedium, "Helvetica Neue", Roboto, Arial, "Droid Sans",
    sans-serif;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.471;
}
body .container.body .right_col {
  background: #f7f7f7;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
  z-index: 1;
  position: relative;
}

.full-width {
  width: 100%;
}

.full-height {
  height: 100%;
}

.placeholder {
  color: #555;
  font-style: italic;
}

.calendar-exibit .show-calendar {
  float: none;
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #ccc;
  margin-bottom: 20px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  overflow: hidden;
}
.calendar-exibit .show-calendar .calendar {
  margin: 0 0 4px 0;
}
.calendar-exibit .show-calendar.picker_1 {
  background: #34495e;
}
.calendar-exibit .calendar-table {
  padding: 0 0 4px 0;
}

.left_col {
  background: #1a2c46;
}

.nav-sm .container.body .col-md-3.left_col {
  min-height: 100%;
  width: 70px;
  padding: 0;
  z-index: 9;
  position: absolute;
}
.nav-sm .container.body .col-md-3.left_col.menu_fixed {
  position: fixed;
  height: 100%;
}
.nav-sm .container.body .right_col {
  padding: 10px 20px 51px;
  margin-left: 70px;
  z-index: 10;
  min-height: 100%;
}
.nav-sm .hidden-small {
  visibility: hidden;
}
.nav-sm .navbar.nav_title {
  width: 70px;
  padding: 14px 15px 13px;
}
.nav-sm .navbar.nav_title img {
  width: 119px;
  height: auto;
}
.nav-sm .navbar.nav_title a i {
  font-size: 27px;
  margin: 13px 0 0 3px;
}
.nav-sm .main_container .top_nav {
  display: block;
  margin-left: 70px;
  z-index: 2;
}
.nav-sm .nav.side-menu li a {
  text-align: center !important;
  font-weight: 400;
  font-size: 10px;
  padding: 10px 5px;
}
.nav-sm .nav.side-menu li a i.toggle-up {
  display: none !important;
}
.nav-sm .nav.side-menu li a i {
  font-size: 25px !important;
  text-align: center;
  width: 100% !important;
  margin-bottom: 5px;
}
.nav-sm .nav.side-menu li.active-sm {
  border-right: 5px solid #95c1e9;
}
.nav-sm .nav.side-menu li.active-sm ul ul {
  position: static;
  width: 200px;
  background: none;
}
.nav-sm .nav.child_menu li.active {
  border-right: 5px solid #95c1e9;
}
.nav-sm ul.nav.child_menu {
  left: 100%;
  position: absolute;
  top: 0;
  width: 210px;
  z-index: 4000;
  background: #3e5367;
  display: none;
}
.nav-sm ul.nav.child_menu ul {
  position: static;
  width: 200px;
  background: none;
}
.nav-sm ul.nav.child_menu li {
  padding: 0 10px;
}
.nav-sm ul.nav.child_menu li a {
  text-align: left !important;
}
.nav-sm > .nav.side-menu > li.active-sm > a {
  color: #95c1e9 !important;
}
.nav-sm .profile {
  display: none;
}
.nav-sm .menu_section {
  margin: 0;
}
.nav-sm .menu_section h3 {
  display: none;
}
.nav-sm span.fa {
  display: none;
}
.nav-sm li li span.fa {
  display: inline-block;
}

.menu_section {
  margin-bottom: 35px;
}
.menu_section h3 {
  padding-left: 15px;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  font-weight: bold;
  font-size: 11px;
  margin-bottom: 0;
  margin-top: 0;
  text-shadow: 1px 1px #000;
}

.nav_menu {
  position: absolute;
  z-index: 11;
}

.nav-md .container.body .col-md-3.left_col {
  min-height: 100%;
  width: 230px;
  padding: 0;
  position: absolute;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  overflow: auto;
}
.nav-md .container.body .col-md-3.left_col.menu_fixed {
  height: 100%;
  position: fixed;
}
.nav-md .container.body .right_col {
  padding: 10px 20px 51px;
  margin-left: 230px;
  min-height: 100%;
}
.nav-md ul.nav.child_menu li:before {
  background: #0f699e;
  bottom: auto;
  content: "";
  height: 8px;
  left: 23px;
  margin-top: 15px;
  position: absolute;
  right: auto;
  width: 8px;
  z-index: 1;
  border-radius: 50%;
}
.nav-md ul.nav.child_menu li:after {
  border-left: 1px solid #0f699e;
  bottom: 0;
  content: "";
  left: 27px;
  position: absolute;
  top: 0;
}
.nav-md .site_title > img {
  width: 100%;
  height: auto;
}
.nav-md #overlay {
  padding-left: 230px;
}

.nav_title {
  width: 230px;
  float: left;
  background: #fff;
  border-radius: 0;
  padding: 15px;
}

.blue {
  color: #1a2c46;
}

.purple {
  color: #9b59b6;
}

.green {
  color: #1abb9c;
}

.aero {
  color: #9cc2cb;
}

.red {
  color: #e74c3c;
}

.dark {
  color: #34495e;
}

.border-blue {
  border-color: #95c1e9 !important;
}

.border-purple {
  border-color: #9b59b6 !important;
}

.border-green {
  border-color: #1abb9c !important;
}

.border-aero {
  border-color: #9cc2cb !important;
}

.border-red {
  border-color: #e74c3c !important;
}

.border-dark {
  border-color: #34495e !important;
}

.bg-white {
  background: #fff !important;
  border: 1px solid #fff !important;
  color: #73879c;
}

.bg-green {
  background: #1abb9c !important;
  border: 1px solid #1abb9c !important;
  color: #fff;
}

.bg-red {
  background: #e74c3c !important;
  border: 1px solid #e74c3c !important;
  color: #fff;
}

.bg-blue {
  background: #95c1e9 !important;
  border: 1px solid #95c1e9 !important;
  color: #fff;
}

.bg-orange {
  background: #f39c12 !important;
  border: 1px solid #f39c12 !important;
  color: #fff;
}

.bg-purple {
  background: #9b59b6 !important;
  border: 1px solid #9b59b6 !important;
  color: #fff;
}

.bg-blue-sky {
  background: #50c1cf !important;
  border: 1px solid #50c1cf !important;
  color: #fff;
}

.container {
  width: 100%;
  padding: 0;
}

.main_container {
  position: relative;
}
.main_container .top_nav {
  display: block;
  margin-left: 230px;
}

.navbar-nav > li > a {
  color: #fff !important;
  color: #fff !important;
  font-weight: 500;
  color: #ecf0f1 !important;
  margin-left: 0 !important;
  line-height: 32px;
}

.navbar-brand {
  color: #fff !important;
  font-weight: 500;
  color: #ecf0f1 !important;
  margin-left: 0 !important;
  line-height: 32px;
}

.top_nav .nav > li > a:focus {
  background: #d9dee4;
}
.top_nav .nav > li > a:hover {
  background: #d9dee4;
}
.top_nav .nav .open > a {
  background: #d9dee4;
}
.top_nav .nav .open > a:focus {
  background: #d9dee4;
}
.top_nav .nav .open > a:hover {
  background: #d9dee4;
}

.no-padding {
  padding: 0 !important;
}

.fixed_height_320 {
  height: 320px;
}

.fixed_height_390 {
  height: 390px;
}

.fixed_height_200 {
  height: 200px;
}

.overflow_hidden {
  overflow: hidden;
}

.progress-bar-dark {
  background-color: #34495e !important;
}

.progress-bar-gray {
  background-color: #bdc3c7 !important;
}

table.no-margin .progress {
  margin-bottom: 0;
}

.main_content {
  padding: 10px 20px;
}

.center-margin {
  margin: 0 auto;
  float: none !important;
}

.col-xs-1 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-sm-1 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-1 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-1 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-2 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-sm-2 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-2 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-2 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-3 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-sm-3 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-3 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-3 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-4 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-sm-4 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-4 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-4 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-5 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-sm-5 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-5 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-5 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-6 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-sm-6 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-6 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-6 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-7 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-sm-7 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-7 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-7 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-8 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-sm-8 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-8 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-8 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-9 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-sm-9 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-9 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-9 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-10 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-sm-10 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-10 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-10 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-11 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-sm-11 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-11 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-11 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-xs-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-sm-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-md-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.col-lg-12 {
  position: relative;
  min-height: 1px;
  float: left;
  padding-right: 10px;
  padding-left: 10px;
}

.row {
  margin-right: -10px;
  margin-left: -10px;
}

.grid_slider .col-md-6 {
  padding: 0 40px;
}

h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 400;
}

.h2 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.site-title {
  position: relative;
  margin: -10px -10px 30px;
  padding: 15px 230px 15px 80px;
  background: #ededed;
  border-bottom: 1px solid #d9dee4;
}

a {
  color: #95c1e9;
  text-decoration: none;
  outline: 0;
}
a:visited {
  outline: 0;
}
a:focus {
  outline: 0;
  text-decoration: none;
  outline: none;
}
a:active {
  outline: 0;
}
a:hover {
  text-decoration: none;
}

*:visited {
  outline: 0;
}

*:focus {
  outline: 0;
}

*:active {
  outline: 0;
}

.btn {
  margin-bottom: 5px;
  margin-right: 5px;
  border-radius: 3px;
}
.btn:focus {
  outline: 0;
}
.btn:active:focus {
  outline: 0;
}
.btn:active.focus {
  outline: 0;
}

.btn.active:focus {
  outline: 0;
}

.btn.focus {
  outline: 0;
}

.btn.active.focus {
  outline: 0;
}

.navbar {
  margin-bottom: 0;
}

.navbar-static-top {
  position: fixed;
  top: 0;
  width: 100%;
}

.nav.side-menu > li {
  position: relative;
  display: block;
  cursor: pointer;
}
.nav.side-menu > li > a {
  color: #fff;
  font-weight: 500;
}
.nav.side-menu > li > a:hover {
  color: #f2f5f7 !important;
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
}
.nav.side-menu > li.active {
  background: rgba(0, 0, 0, 0.1);
}
.nav.side-menu > li.active > a {
  background: #6aa6da;
}

.nav > li > a {
  position: relative;
  display: block;
  padding: 13px 15px 12px;
}
.nav > li > a:focus {
  text-decoration: none;
  background-color: rgba(255, 255, 255, 0.1);
  background-color: transparent;
}
.nav > li > a:hover {
  background-color: transparent;
}
.nav li.current-page {
  background: rgba(255, 255, 255, 0.1);
}
.nav li li li.current-page {
  background: none;
}
.nav li li.current-page a {
  color: #fff;
}

.nav.child_menu {
  display: none;
}
.nav.child_menu li {
  padding-left: 36px;
}
.nav.child_menu li:hover {
  background-color: rgba(255, 255, 255, 0.1);
}
.nav.child_menu li li:hover {
  background: none;
}
.nav.child_menu li li a:hover {
  color: #fff;
}
.nav.child_menu li li a.active {
  color: #fff;
}
.nav.child_menu li li.active {
  background: none;
}
.nav.child_menu li.active {
  background-color: rgba(255, 255, 255, 0.1);
}
.nav.child_menu > li > a {
  color: #fff;
  font-weight: 500;
  color: #fff;
  font-size: 12px;
  padding: 9px;
}

.site_title {
  text-overflow: ellipsis;
  overflow: hidden;
  font-weight: 400;
  font-size: 22px;
  width: 100%;
  color: #fff !important;
  margin-left: 0 !important;
  display: block;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.site_title:hover {
  text-decoration: none;
}
.site_title:focus {
  text-decoration: none;
}

.nav.navbar-nav > li > a {
  color: #515356 !important;
}

.nav.top_menu > li > a {
  position: relative;
  display: block;
  padding: 10px 15px;
  color: #34495e !important;
}

.toggle {
  margin: 0;
  padding: 0;
  text-align: center;
}
.toggle a {
  padding: 21px 20px;
  height: 69px;
  margin: 0;
  cursor: pointer;
  display: block;
  background: #fff;
  border-right: 1px solid #d9dee4;
}
.toggle a i {
  font-size: 26px;
}

.main_menu_side {
  padding: 0;
}

footer {
  padding: 0;
  width: 100%;
  display: block;
  position: relative;
  z-index: 11;
  position: absolute;
  bottom: 0;
  left: 0;
}
footer .footer-inner {
  padding: 10px 15px;
  background: #fff;
  text-align: right;
  border-top: 1px solid #d9dee4;
}

.footer_fixed footer {
  position: fixed;
  left: 0px;
  bottom: 0px;
  width: 100%;
}

* {
  box-sizing: border-box;
}
*:before {
  box-sizing: border-box;
}
*:after {
  box-sizing: border-box;
}

.expand {
  display: block;
  text-decoration: none;
  color: #555;
  cursor: pointer;
}
.expand h2 {
  width: 85%;
  float: left;
}

.right-arrow {
  width: 10px;
  float: right;
  font-weight: bold;
  font-size: 20px;
}

.accordion .panel {
  margin-bottom: 5px;
  border-radius: 0;
  border-bottom: 1px solid #efefef;
}
.accordion .panel:hover {
  background: #f2f5f7;
}
.accordion .panel-heading {
  background: #f2f5f7;
  padding: 13px;
  width: 100%;
  display: block;
}

legend {
  padding-bottom: 7px;
  font-size: 18px;
  color: inherit;
}

.dataTables_paginate {
  float: right;
  text-align: right;
}
.dataTables_paginate a {
  padding: 6px 9px;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  margin-left: -1px;
  min-width: 35px;
  text-align: center;
  display: inline-block;
  color: #555;
}
.dataTables_paginate a:hover {
  color: #95c1e9;
}
.dataTables_paginate span.ellipsis {
  padding: 6px 9px;
  background: #fff;
  border: 1px solid #ddd;
  cursor: pointer;
  margin-left: -1px;
  min-width: 35px;
  text-align: center;
  display: inline-block;
  color: #555;
  background: #f7f7f7;
  cursor: not-allowed;
}
.dataTables_paginate a.current {
  background: #1a2c46 !important;
  color: #fff !important;
}
.dataTables_paginate a.previous {
  border-radius: 3px 0 0 3px;
}
.dataTables_paginate a.next {
  border-radius: 0 3px 3px 0;
}

.dataTables_wrapper {
  position: relative;
  clear: both;
  zoom: 1;
}
.dataTables_wrapper > .row {
  overflow: auto !important;
}

.dataTables_processing {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 250px;
  height: 30px;
  margin-left: -125px;
  margin-top: -15px;
  padding: 14px 0 2px 0;
  border: 1px solid #ddd;
  text-align: center;
  color: #999;
  font-size: 14px;
  background-color: white;
}

.dataTables_length {
  width: 150px;
  float: left;
  margin-bottom: 10px;
  height: 34px;
  padding: 6px 0;
}

.dataTables_filter {
  width: 260px;
  float: right;
  text-align: right;
  margin-bottom: 10px;
}
.dataTables_filter input[type="search"] {
  margin-left: 10px;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  border: 1px solid #ccc;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s,
    box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.dataTables_info {
  width: 60%;
  float: left;
}

table.dataTable th.focus {
  outline: 2px solid #95c1e9 !important;
  outline-offset: -1px;
}
table.dataTable td.focus {
  outline: 2px solid #95c1e9 !important;
  outline-offset: -1px;
}

.dataTables_scroll {
  clear: both;
}

.dataTables_scrollBody {
  *margin-top: -1px;
  -webkit-overflow-scrolling: touch;
}

.top .dataTables_info {
  float: none;
}

.clear {
  clear: both;
}

.dataTables_empty {
  text-align: center;
}

td.group {
  background-color: #d1cfd0;
  border-bottom: 2px solid #a19b9e;
  border-top: 2px solid #a19b9e;
}

td.details {
  background-color: #d1cfd0;
  border: 2px solid #a19b9e;
}

.paging_full_numbers {
  width: 400px;
  height: 22px;
  line-height: 22px;
}
.paging_full_numbers a:active {
  outline: none;
}
.paging_full_numbers a:hover {
  text-decoration: none;
}
.paging_full_numbers a.paginate_button {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  background-color: #ddd;
}
.paging_full_numbers a.paginate_button:hover {
  background-color: #ccc;
  text-decoration: none !important;
}
.paging_full_numbers a.paginate_active {
  border: 1px solid #aaa;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  padding: 2px 5px;
  margin: 0 3px;
  cursor: pointer;
  background-color: #99b3ff;
}

.dropdown-menu {
  border: medium none;
  box-shadow: none;
  display: none;
  float: left;
  font-size: 12px;
  left: 0;
  list-style: none outside none;
  padding: 0;
  position: absolute;
  text-shadow: none;
  top: 100%;
  z-index: 9998;
  border: 1px solid #d9dee4;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.dropdown-menu > li > a {
  color: #5a738e;
}
.dropdown-menu a {
  cursor: pointer;
}

.sidebar-footer {
  bottom: 0px;
  clear: both;
  display: block;
  padding: 0;
  position: fixed;
  width: 230px;
  background: #fff;
  color: #333;
  z-index: 999;
}
.sidebar-footer .sidebar-footer-inner {
  padding: 10px 15px;
}
.sidebar-footer h4 {
  font-size: 15px;
}
.sidebar-footer ul {
  list-style: none;
  padding-left: 0;
}
.sidebar-footer ul li {
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
}
.sidebar-footer ul li:last-child {
  margin-bottom: 0;
}
.sidebar-footer ul li i {
  color: #1a2c46;
  position: absolute;
  left: 0;
  top: 2px;
  width: 15px;
  display: block;
  text-align: center;
}
.sidebar-footer a {
  color: #95c1e9;
}
.sidebar-footer a:hover {
  color: #425567;
}

.main_menu .fa {
  width: 26px;
  opacity: 0.99;
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

button {
  margin-bottom: 5px;
  margin-right: 5px;
}

.buttons {
  margin-bottom: 5px;
  margin-right: 5px;
}

.modal-footer .btn + .btn {
  margin-bottom: 5px;
  margin-right: 5px;
}

.btn-group-vertical .btn {
  margin-bottom: 0;
  margin-right: 0;
}

.btn-group .btn {
  margin-bottom: 0;
  margin-right: 0;
}
.btn-group .parsley-errors-list {
  display: none;
}

.input-group {
  margin-bottom: 10px;
}

.form-control {
  border-radius: 0;
  width: 100%;
}
.form-control:focus {
  border-color: #ccd0d7;
  box-shadow: none !important;
}

.form-horizontal .control-label {
  padding-top: 8px;
}
.form-horizontal .form-group {
  margin-right: 0;
  margin-left: 0;
}

.form-control-feedback {
  margin-top: 8px;
  height: 23px;
  color: #bbb;
  line-height: 24px;
  font-size: 15px;
}

.form-control-feedback.left {
  border-right: 1px solid #ccc;
  left: 13px;
}

.form-control-feedback.right {
  border-left: 1px solid #ccc;
  right: 13px;
}

.form-control.has-feedback-left {
  padding-left: 45px;
}

.form-control.has-feedback-right {
  padding-right: 45px;
}

.form-group {
  margin-bottom: 10px;
}
.form-group .btn {
  margin-bottom: -6px;
}

.validate {
  margin-top: 10px;
}

.invalid-form-error-message {
  margin-top: 10px;
  padding: 5px;
}

.invalid-form-error-message.filled {
  border-left: 2px solid #e74c3c;
}

p.parsley-success {
  color: #468847;
  background-color: #dff0d8;
  border: 1px solid #d6e9c6;
}

p.parsley-error {
  color: #b94a48;
  background-color: #f2dede;
  border: 1px solid #eed3d7;
}

ul.parsley-errors-list {
  list-style: none;
  color: #e74c3c;
  padding-left: 0;
}

input.parsley-error {
  background: #faedec;
  border: 1px solid #e85445;
}

textarea.parsley-error {
  background: #faedec;
  border: 1px solid #e85445;
}

select.parsley-error {
  background: #faedec;
  border: 1px solid #e85445;
}

.bad input {
  border: 1px solid #ce5454;
  box-shadow: 0 0 4px -2px #ce5454;
  position: relative;
  left: 0;
  -moz-animation: 0.7s 1 shake linear;
  -webkit-animation: 0.7s 1 shake linear;
}
.bad select {
  border: 1px solid #ce5454;
  box-shadow: 0 0 4px -2px #ce5454;
  position: relative;
  left: 0;
  -moz-animation: 0.7s 1 shake linear;
  -webkit-animation: 0.7s 1 shake linear;
}
.bad textarea {
  border: 1px solid #ce5454;
  box-shadow: 0 0 4px -2px #ce5454;
  position: relative;
  left: 0;
  -moz-animation: 0.7s 1 shake linear;
  -webkit-animation: 0.7s 1 shake linear;
}

.item input {
  transition: 0.42s;
}
.item textarea {
  transition: 0.42s;
}
.item .alert {
  float: left;
  margin: 0 0 0 20px;
  padding: 3px 10px;
  color: #fff;
  border-radius: 3px 4px 4px 3px;
  background-color: #ce5454;
  max-width: 170px;
  white-space: pre;
  position: relative;
  left: -15px;
  opacity: 0;
  z-index: 1;
  transition: 0.15s ease-out;
}
.item .alert::after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  border-color: transparent #ce5454 transparent transparent;
  border-style: solid;
  border-width: 11px 7px;
  position: absolute;
  left: -13px;
  top: 1px;
}

.item.bad .alert {
  left: 0;
  opacity: 1;
}

.autocomplete-suggestions {
  border: 1px solid #e4e4e4;
  background: #f4f4f4;
  cursor: default;
  overflow: auto;
}
.autocomplete-suggestions strong {
  font-weight: normal;
  color: #3399ff;
  font-weight: bolder;
}

.autocomplete-suggestion {
  padding: 2px 5px;
  font-size: 1.2em;
  white-space: nowrap;
  overflow: hidden;
}

.autocomplete-selected {
  background: #f0f0f0;
}

a.btn-success {
  color: #fff;
}

a.btn-primary {
  color: #fff;
}

a.btn-warning {
  color: #fff;
}

a.btn-danger {
  color: #fff;
}

.btn-success {
  background: #26b99a;
  border: 1px solid #169f85;
}
.btn-success:hover {
  background: #169f85;
}
.btn-success:focus {
  background: #169f85;
}
.btn-success:active {
  background: #169f85;
}

.btn-success.active {
  background: #169f85;
}

.open .dropdown-toggle.btn-success {
  background: #169f85;
}
.open .dropdown-toggle.btn-dark {
  color: #ffffff;
  background-color: #394d5f;
  border-color: #394d5f;
}

.btn-dark {
  color: #e9edef;
  background-color: #4b5f71;
  border-color: #364b5f;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #394d5f;
  border-color: #394d5f;
}
.btn-dark:focus {
  color: #ffffff;
  background-color: #394d5f;
  border-color: #394d5f;
}
.btn-dark:active {
  color: #ffffff;
  background-color: #394d5f;
  border-color: #394d5f;
}

.btn-dark.active {
  color: #ffffff;
  background-color: #394d5f;
  border-color: #394d5f;
}

.btn-round {
  border-radius: 30px;
}

textarea {
  padding: 10px;
  vertical-align: top;
  width: 200px;
}
textarea:focus {
  outline-style: solid;
  outline-width: 2px;
}

.bs-glyphicons {
  margin: 0 -10px 20px;
  overflow: hidden;
}
.bs-glyphicons li {
  float: left;
  width: 25%;
  height: 115px;
  padding: 10px;
  font-size: 10px;
  line-height: 1.4;
  text-align: center;
  background-color: #f9f9f9;
  border: 1px solid #fff;
}
.bs-glyphicons li:hover {
  color: #fff;
  background-color: #95c1e9;
}
.bs-glyphicons .glyphicon {
  margin-top: 5px;
  margin-bottom: 10px;
  font-size: 24px;
}
.bs-glyphicons .glyphicon-class {
  display: block;
  text-align: center;
  word-wrap: break-word;
}

.bs-glyphicons-list {
  padding-left: 0;
  list-style: none;
}

.not_valid {
  background: #fbd8db !important;
  color: #90111a !important;
}

.form-group.has-feedback span {
  display: block !important;
}

.input-group-btn .btn {
  margin-bottom: 0;
}

.login {
  background: #f7f7f7;
}
.login .fa-paw {
  font-size: 26px;
}

a.hiddenanchor {
  display: none;
}

.login_wrapper {
  right: 0px;
  margin: 0px auto;
  margin-top: 5%;
  max-width: 434px;
  position: relative;
}

.registration_form {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 21;
  opacity: 0;
  width: 100%;
}

.login_form {
  position: absolute;
  top: 0px;
  width: 100%;
  z-index: 22;
}

#signup:target ~ .login_wrapper .registration_form {
  z-index: 22;
  animation-name: fadeInLeft;
  animation-delay: 0.1s;
}
#signup:target ~ .login_wrapper .login_form {
  animation-name: fadeOutLeft;
}

#signin:target ~ .login_wrapper .login_form {
  z-index: 22;
  animation-name: fadeInLeft;
  animation-delay: 0.1s;
}
#signin:target ~ .login_wrapper .registration_form {
  animation-name: fadeOutLeft;
}

.animate {
  -webkit-animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  -webkit-animation-fill-mode: both;
  -moz-animation-duration: 0.5s;
  -moz-animation-timing-function: ease;
  -moz-animation-fill-mode: both;
  -o-animation-duration: 0.5s;
  -o-animation-timing-function: ease;
  -o-animation-fill-mode: both;
  -ms-animation-duration: 0.5s;
  -ms-animation-timing-function: ease;
  -ms-animation-fill-mode: both;
  animation-duration: 0.5s;
  animation-timing-function: ease;
  animation-fill-mode: both;
}

.login_box {
  padding: 20px;
  margin: auto;
}

.left {
  float: left;
}

.alignleft {
  float: left;
  margin-right: 15px;
}

.alignright {
  float: right;
  margin-left: 15px;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.login_content {
  margin: 0 auto;
  padding: 25px 0 0;
  position: relative;
  text-align: left;
  min-width: 280px;
}
.login_content a {
  text-decoration: none;
}
.login_content a:hover {
  text-decoration: underline;
  color: rgb(6, 24, 50) !important;
}
.login_content .btn-default:hover {
  text-decoration: none;
}
.login_content h1 {
  font: normal 25px Helvetica, Arial, sans-serif;
  letter-spacing: -0.05em;
  line-height: 20px;
  margin: 10px 0 48px;
}
.login_content h1 img {
  width: 100%;
  height: auto;
}
.login_content form {
  margin: 20px 0;
  position: relative;
}
.login_content form input[type="text"] {
  border-radius: 0;
  box-shadow: none;
  font-family: SigmundPROLight, "Helvetica Neue", Roboto, Arial, "Droid Sans",
    sans-serif;
  border: 1px solid rgba(186, 192, 199, 0.5);
  line-height: 1.42857143;
  padding: 10px 30px 7px;
  font-size: 18px;
  height: 48px;
  color: rgb(72, 86, 107);
  margin: 0 0 24px;
  width: 100%;
}
.login_content form input[type="text"]:focus {
  -ms-box-shadow: 0 0 2px #ed1c24 inset;
  -o-box-shadow: 0 0 2px #ed1c24 inset;
  box-shadow: 0 0 2px #a97aad inset;
  background-color: #fff;
  border: 1px solid #aaa;
  outline: none;
}
.login_content form input[type="text"]::placeholder {
  color: rgb(186, 192, 199);
  font-family: SigmundPROLight, "Helvetica Neue", Roboto, Arial, "Droid Sans",
    sans-serif;
}
.login_content form input[type="email"] {
  border-radius: 0;
  box-shadow: none;
  font-family: SigmundPROLight, "Helvetica Neue", Roboto, Arial, "Droid Sans",
    sans-serif;
  border: 1px solid rgba(186, 192, 199, 0.5);
  line-height: 1.42857143;
  padding: 10px 30px 7px;
  font-size: 18px;
  height: 48px;
  color: rgb(72, 86, 107);
  margin: 0 0 24px;
  width: 100%;
}
.login_content form input[type="email"]:focus {
  -ms-box-shadow: 0 0 2px #ed1c24 inset;
  -o-box-shadow: 0 0 2px #ed1c24 inset;
  box-shadow: 0 0 2px #a97aad inset;
  background-color: #fff;
  border: 1px solid #aaa;
  outline: none;
}
.login_content form input[type="email"]::placeholder {
  color: rgb(186, 192, 199);
  font-family: SigmundPROLight, "Helvetica Neue", Roboto, Arial, "Droid Sans",
    sans-serif;
}
.login_content form input[type="password"] {
  border-radius: 0;
  box-shadow: none;
  font-family: SigmundPROLight, "Helvetica Neue", Roboto, Arial, "Droid Sans",
    sans-serif;
  border: 1px solid rgba(186, 192, 199, 0.5);
  line-height: 1.42857143;
  padding: 10px 30px 7px;
  font-size: 18px;
  height: 48px;
  color: rgb(72, 86, 107);
  margin: 0 0 24px;
  width: 100%;
}
.login_content form input[type="password"]:focus {
  -ms-box-shadow: 0 0 2px #ed1c24 inset;
  -o-box-shadow: 0 0 2px #ed1c24 inset;
  box-shadow: 0 0 2px #a97aad inset;
  background-color: #fff;
  border: 1px solid #aaa;
  outline: none;
}
.login_content form input[type="password"]::placeholder {
  color: rgb(186, 192, 199);
  font-family: SigmundPROLight, "Helvetica Neue", Roboto, Arial, "Droid Sans",
    sans-serif;
}
.login_content form div a {
  font-size: 12px;
  margin: 10px 15px 0 0;
}
.login_content form input[type="submit"] {
  float: left;
  margin-left: 38px;
}
.login_content div .reset_pass {
  margin-top: 13px !important;
  margin-right: 39px;
  float: right;
}
.login_content .footer-note {
  font-size: 18px;
  color: rgb(72, 86, 107);
}
.login_content .footer-note a {
  color: rgb(72, 86, 107);
  font-size: 18px;
}
.login_content .footer-note .footer-imprint {
  text-transform: uppercase;
}
.login_content .footer-note .footer-menu ul {
  padding-left: 0;
  display: flex;
  list-style: none;
}
.login_content .footer-note .footer-menu ul a {
  font-family: SigmundPROLight, "Helvetica Neue", Roboto, Arial, "Droid Sans",
    sans-serif;
}

#login {
  padding: 0 15px;
}
#login button {
  background: #95c1e9;
  font-size: 18px;
  padding: 12px 18px 10px 18px;
  text-transform: uppercase;
  border-radius: 0;
  margin: 0 0 48px 0;
  border: none;
  color: rgb(26, 44, 70);
}
#login button:hover {
  color: rgb(6, 24, 50);
}

#login-message {
  display: none;
  margin-bottom: 20px;
}
#login-message span.error-message {
  color: #cc0000;
}

.reset_pass {
  margin-top: 10px !important;
}

.button {
  background: #f7f9fa;
  background: linear-gradient(top, #f7f9fa 0%, #f0f0f0 100%);
  filter: progid:(DXImageTransform.Microsoft.gradient( startColorstr="#f7f9fa", endColorstr="#f0f0f0", GradientType=0));
  -ms-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  -o-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1) inset;
  border-radius: 0 0 5px 5px;
  border-top: 1px solid #cfd5d9;
  padding: 15px 0;
}
.button a {
  background: url(http://cssdeck.com/uploads/media/items/8/8bcLQqF.png) 0 -112px
    no-repeat;
  color: #7e7e7e;
  font-size: 17px;
  padding: 2px 0 2px 40px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.button a:hover {
  background-position: 0 -135px;
  color: #00aeef;
}

#content {
  min-height: calc(100vh - 61px);
}
#content form .submit {
  float: left;
  margin-left: 38px;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  min-height: 38px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__rendered {
  color: #73879c;
  padding-top: 5px;
}
.select2-container--default
  .select2-selection--single
  .select2-selection__arrow {
  height: 36px;
}
.select2-container--default .select2-selection--multiple {
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 0;
  min-height: 38px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__rendered {
  padding-top: 3px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__choice {
  margin-top: 2px;
  border: none;
  border-radius: 0;
  padding: 3px 5px;
}
.select2-container--default
  .select2-selection--multiple
  .select2-selection__clear {
  margin-top: 2px;
  border: none;
  border-radius: 0;
  padding: 3px 5px;
}

.select2-container--default.select2-container--focus
  .select2-selection--multiple {
  border: 1px solid #ccc;
}

.switchery {
  width: 32px;
  height: 20px;
}
.switchery > small {
  width: 20px;
  height: 20px;
}

fieldset {
  border: none;
  margin: 0;
  padding: 0;
}

.progress {
  border-radius: 0;
}

.progress-bar-info {
  background-color: #1a2c46;
}

.progress-bar-success {
  background-color: #26b99a;
}

.progress_summary .progress {
  margin: 5px 0 12px !important;
}
.progress_summary .row {
  margin-bottom: 5px;
}
.progress_summary .row .col-xs-2 {
  padding: 0;
}
.progress_summary .more_info span {
  text-align: right;
  float: right;
}
.progress_summary .data span {
  text-align: right;
  float: right;
}
.progress_summary p {
  margin-bottom: 3px;
  width: 100%;
}

.progress_title .left {
  float: left;
  text-align: left;
}
.progress_title .right {
  float: right;
  text-align: right;
  font-weight: 300;
}

.progress.progress_sm {
  border-radius: 0;
  margin-bottom: 18px;
  height: 10px !important;
}
.progress.progress_sm .progress-bar {
  height: 10px !important;
}

.progress.vertical.progress_wide {
  width: 35px;
}

.alert-success {
  color: #ffffff;
  background-color: rgba(32, 140, 204, 0.88);
  border-color: rgba(32, 140, 204, 0.88);
}

.alert-info {
  color: #e9edef;
  background-color: rgba(52, 152, 219, 0.88);
  border-color: rgba(52, 152, 219, 0.88);
}

.alert-warning {
  color: #e9edef;
  background-color: rgba(243, 156, 18, 0.88);
  border-color: rgba(243, 156, 18, 0.88);
}

.alert-danger {
  color: #e9edef;
  background-color: rgba(231, 76, 60, 0.88);
  border-color: rgba(231, 76, 60, 0.88);
}

.alert-error {
  color: #e9edef;
  background-color: rgba(231, 76, 60, 0.88);
  border-color: rgba(231, 76, 60, 0.88);
}

.ui-pnotify.dark .ui-pnotify-container {
  color: #e9edef;
  background-color: rgba(52, 73, 94, 0.88);
  border-color: rgba(52, 73, 94, 0.88);
}

h2.insurance {
  font-weight: bold;
  font-size: 24px;
  border-bottom: 1px solid #d9dee4;
  padding-bottom: 5px;
  margin-bottom: 0;
  position: relative;
  padding-right: 190px;
}
h2.insurance > a.btn {
  position: absolute;
  right: 0;
  display: inline-block;
  margin-top: -10px;
  margin-right: 0;
  background: #1a2c46;
  border-color: rgba(26, 44, 70, 0.5019607843);
}

#login-container {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 10000;
  background: rgb(239, 246, 252);
}

#overlay {
  position: fixed;
  width: 100%;
  height: 100vh;
  right: 0;
  top: 0;
  padding-top: 70px;
  z-index: 9999;
  padding-left: 70px;
}
#overlay .overlay-inner {
  background: #f7f7f7;
  height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
#overlay .overlay-inner .overlay-content {
  width: 100%;
  max-width: 330px;
  text-align: center;
  padding: 15px;
  margin-top: -30px;
}
#overlay .overlay-inner img {
  width: 100%;
  height: auto;
}
#overlay .overlay-inner .overlay-text {
  display: block;
  text-align: center;
  font-weight: bold;
  font-size: 24px;
  margin-top: 20px;
}

.user-profile-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  height: 69px;
  display: table;
}
.user-profile-wrapper .user-profile {
  display: table-cell;
  vertical-align: middle;
  padding: 0 20px;
}
.user-profile-wrapper .user-icon {
  float: left;
  margin-right: 10px;
  height: 40px;
  width: 40px;
  background: #fff;
  border: 2px solid #1a2c46;
  border-radius: 40px;
  overflow: hidden;
}
.user-profile-wrapper .user-icon:before {
  font: normal normal normal 14px/1 FontAwesome;
  display: block;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\f007";
  color: #1a2c46;
  font-size: 42px;
  text-align: center;
  margin-top: 1px;
}
.user-profile-wrapper .user-info {
  float: left;
}
.user-profile-wrapper .user-name {
  font-weight: bold;
}

.contentrow > div {
  margin-bottom: 20px;
}

.content-box {
  background: #fff;
  padding: 20px;
  border: 1px solid #ddd;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  overflow: hidden;
}
.content-box > p:last-child {
  margin-bottom: 0;
}
.content-box > table {
  margin-bottom: 0;
}
.content-box > h2 {
  position: relative;
  margin: -20px -20px 20px -20px;
  padding: 15px 20px;
  border-bottom: 1px solid #ddd;
  background: rgb(255, 255, 255);
  background: -moz-linear-gradient(
    top,
    rgba(26, 44, 70, 0.6901960784) 0%,
    #1a2c46 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgba(26, 44, 70, 0.6901960784) 0%,
    #1a2c46 100%
  );
  background: linear-gradient(
    to bottom,
    rgba(26, 44, 70, 0.6901960784) 0%,
    #1a2c46 100%
  );
  color: #fff;
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#ffffff", endColorstr="#e5e5e5",GradientType=0 );
}
.content-box > h2 > i.fa {
  color: #95c1e9;
  position: absolute;
  font-size: 36px;
  left: 15px;
  top: 0;
  height: 50px;
  line-height: 50px;
  width: 40px;
  text-align: center;
}
.content-box > h2 > span {
  padding-left: 48px;
}
.content-box table.table tbody th i.fa {
  color: #95c1e9;
  font-size: 18px;
}

.table {
  font-size: 14px;
}
.table > thead > tr > th {
  background-color: #fff;
}
.table > thead > tr > th:hover {
  color: #1a2c46;
}
.table .bank-name {
  font-weight: bold;
}
.table .bank-iban {
  color: #888;
}
.table .bank-bic {
  color: #888;
}
.table .table-inner-label {
  display: inline-block;
  width: 60px;
  padding-right: 10px;
  font-weight: bold;
  text-align: right;
}

.table-responsive {
  width: 100%;
}
.table-responsive > .table > tbody > tr > td {
  white-space: normal;
}
.table-responsive > .table > tbody > tr > th {
  white-space: normal;
}
.table-responsive > .table > tfoot > tr > td {
  white-space: normal;
}
.table-responsive > .table > tfoot > tr > th {
  white-space: normal;
}
.table-responsive > .table > thead > tr > td {
  white-space: normal;
}
.table-responsive > .table > thead > tr > th {
  white-space: normal;
}

.dataTable > thead > tr > th {
  cursor: pointer;
  position: relative;
  padding-right: 30px;
}
.dataTable > thead > tr > th:after {
  font-weight: normal;
  font-size: 14px;
  content: "\e150";
  display: inline-block;
  font-family: "Glyphicons Halflings";
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  right: 9px;
  top: 9px;
  color: #ccc;
}
.dataTable > thead > tr > th.sorting_asc:after {
  content: "\e155";
  color: #95c1e9;
}
.dataTable > thead > tr > th.sorting_desc:after {
  content: "\e156";
  color: #95c1e9;
}

.table-striped > tbody > tr:nth-of-type(even) {
  background-color: transparent;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #fbfbfb;
}

.table-hover > tbody > tr:hover {
  background-color: rgba(32, 140, 204, 0.15);
}

.table-middle > tbody > tr > td {
  vertical-align: middle;
}
.table-middle > tbody > tr > th {
  vertical-align: middle;
}

.table.dataTable span.sorter {
  display: none;
}

tr[data-link] > td {
  cursor: pointer;
}

select {
  background: #fff;
}

#contact-main th.img-header {
  width: 1%;
}
#contact-main th.img-header img {
  width: 150px;
  height: auto;
}

/* #contact-assistant th.img-header {
  width: 1%;
}
#contact-assistant th.img-header img {
  width: 150px;
  height: auto;
} */

.special-blue {
  color: #fff;
  text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25),
    0 1px 1px rgba(255, 255, 255, 0.25);
  background: rgb(34, 149, 216);
  background: -moz-linear-gradient(
    top,
    rgb(34, 149, 216) 0%,
    rgb(32, 140, 204) 50%,
    rgb(30, 132, 191) 100%
  );
  background: -webkit-linear-gradient(
    top,
    rgb(34, 149, 216) 0%,
    rgb(32, 140, 204) 50%,
    rgb(30, 132, 191) 100%
  );
  background: linear-gradient(
    to bottom,
    rgb(34, 149, 216) 0%,
    rgb(32, 140, 204) 50%,
    rgb(30, 132, 191) 100%
  );
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#2295d8", endColorstr="#1e84bf",GradientType=0 );
}

.cc-window {
  z-index: 11000;
}

.cc-compliance {
  flex-wrap: wrap;
}

@media (max-width: 991px) {
  .nav-md .container.body .right_col {
    width: 100%;
    margin: 0;
  }
  .nav-md .container.body .top_nav {
    width: 100%;
    margin: 0;
  }
  .nav-md .container.body .col-md-3.left_col {
    display: none;
  }
  .right_col {
    padding: 10px 10px 51px !important;
  }
  .site-title {
    margin: -10px 0 30px !important;
    font-size: 28px;
    line-height: 39.6px;
  }
}
@media (max-width: 1200px) {
  .x_title h2 {
    width: 62%;
    font-size: 17px;
  }
  .tile {
    zoom: 85%;
    height: inherit;
  }
  .graph {
    zoom: 85%;
    height: inherit;
  }
}
@media (max-width: 1270px) and (min-width: 192px) {
  .x_title h2 small {
    display: none;
  }
}
@media (min-width: 768px) {
  .footer_fixed footer {
    margin-left: 0;
  }
  .footer_fixed .nav-sm footer {
    margin-left: 0;
  }
  .bs-glyphicons {
    margin-right: 0;
    margin-left: 0;
  }
  .bs-glyphicons li {
    width: 12.5%;
    font-size: 12px;
  }
}
@media (max-width: 460px) {
  .dataTables_wrapper .col-sm-6 {
    width: 100%;
    margin-bottom: 5px;
  }
  .dataTables_wrapper .col-sm-6 .dataTables_filter {
    float: none;
  }
}
@media screen and (max-width: 991px) {
  .nav-md #overlay {
    padding-left: 0;
  }
}
@media screen and (max-height: 590px) {
  #overlay .overlay-inner img {
    height: 100px;
    width: 100px;
  }
}
@media screen and (max-width: 600px) {
  .user-profile-wrapper {
    display: none;
  }
  .site-title {
    padding-right: 15px;
  }
  h2.insurance {
    padding-right: 0;
    padding-bottom: 45px;
  }
  h2.insurance > a.btn {
    bottom: 0;
    top: auto;
    display: block;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .dataTables_length {
    width: 100%;
    text-align: left;
  }
  .dataTables_filter {
    width: 100%;
    text-align: left;
  }
}
@media screen and (max-width: 400px) {
  .dataTables_filter label {
    width: 100%;
  }
  .dataTables_filter input[type="search"] {
    width: 100%;
    margin-left: 0;
  }
}

/*# sourceMappingURL=custom-new.css.map */

/* NEW FAMILY STYLES */

#family-category {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

#family-category-image {
  height: 55px;
  margin-left: 20px;
}
#family-category-title {
  font-size: 25px;
  color: #95c1e9;
  margin-left: 10px;
  margin-bottom: 0;
  line-height: 1;
}
.accordion-btn {
  cursor: pointer;
  background: linear-gradient(89deg, #bee3f8 0%, #e8f2fc 100%);
  border: none;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(40, 80, 180, 0.07);
  font-size: 1.3em;
  font-weight: 600;
  color: #2567a8;
  padding: 10px 15px;
  transition: background 0.2s, box-shadow 0.2s, color 0.2s;
  width: 100%;
  text-align: left;
  outline: none;
  margin-bottom: 0;
  display: flex;
  align-items: center;
}
.accordion-btn:hover,
.accordion-btn:focus {
  background: linear-gradient(89deg, #95c1e9 0%, #bee3f8 100%);
  color: #17406e;
  box-shadow: 0 4px 14px rgba(40, 80, 180, 0.12);
}
.accordion-btn .accordion-arrow {
  margin-left: auto;
  font-size: 1em;
  transition: transform 0.3s ease;
}
.accordion-btn.open .accordion-arrow {
  transform: rotate(90deg);
}
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  margin: 10px;
}
.accordion-content.open {
  max-height: 5000px;
}
/* Move family styles into top-level style, remove duplicate <style> blocks below */
.family-benefits-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
  gap: 24px;
  margin-top: 20px;
  max-width: 1000px;
}
.family-benefit {
  background: #f7fbff;
  border-radius: 3px;
  box-shadow: 0 2px 8px rgba(40, 80, 180, 0.04);
  flex: 0 1 300px;
  min-width: 260px;
  max-width: 320px;
  padding: 10px;
  margin: 0;
  float: right;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 265px;
}
.family-benefit-header {
  display: flex;
  align-items: center;
}
.family-benefit-header img {
  height: 50px;
}
.family-benefit-title {
  font-weight: bold;
  font-size: 1.1em;
  margin-left: 10px;
  color: #1a2c46;
}
.family-benefit-text {
  font-family: SigmundPROLight, "Helvetica Neue", Roboto, Arial, "Droid Sans",
    sans-serif;
  margin-top: 10px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 0;
  padding-left: 1.1em;
}
@media (max-width: 1024px) {
  .family-benefits-row {
    gap: 12px;
  }
  .family-benefit {
    max-width: 100%;
    flex-basis: 100%;
    min-width: 0;
    margin-bottom: 12px;
  }
}
