/*Common*/
body {
  font-family: 'Open Sans', sans-serif;
  color: #2b3743;
  font-weight: 300;
  font-size: 15px; }

img {
  max-width: 100%;
  height: auto; }

ol, ul {
  padding-left: 18px; }

li {
  margin-bottom: 12px; }

.dropdown-menu {
  border-radius: 0; }

.dropdown {
  display: inline-block; }

.dropdown-item, a.dropdown-item:link, a.dropdown-item:visited {
  transition: none; }

a.dropdown-item:active {
  background-color: #016b75;
  color: white; }

.pageContent {
  background: rgba(255, 255, 255, 0.3);
  max-width: 640px;
  margin: 0 auto;
  padding: 40px 80px 40px 80px; }

.img-thumbnail {
  border-radius: 50%;
  overflow: hidden; }

.pageContent h1 {
  font-size: 30px;
  color: #444557;
  font-weight: 300;
  margin-bottom: 35px; }

h4 {
  color: #444557;
  margin-bottom: 20px; }

input, .form-control {
  background: white;
  border-radius: 4px;
  padding: 10px 15px 10px 15px;
  border: none;
  height: auto;
  font-size: 100%; }

.input-group-prepend + input {
  border: 1px solid #ced4da; }

.gravatar-image {
  max-width: none; }

.border-top {
  border-top: 1px solid #e5e5e5; }

.border-bottom {
  border-bottom: 1px solid #e5e5e5; }

.box-shadow {
  box-shadow: 0 0.25rem 0.75rem rgba(0, 0, 0, 0.03); }

.welcome-block {
  max-width: 700px; }

.logo, .logo:hover {
  color: black;
  text-decoration: none; }

/* Header/Menu */
.menu {
  margin-top: 25px;
  align-items: center; }

/* Header/End */
/*Links*/
a:link, a:visited {
  color: #279fad;
  transition: color ease 0.5s; }

/*End Links*/
/*Background*/
html {
  background: #f0f0f0;
  background: -moz-radial-gradient(center, ellipse cover, #f0f0f0 26%, #c6d9e2 87%, #9bc2d0 100%);
  background: -webkit-radial-gradient(center, ellipse cover, #f0f0f0 26%, #c6d9e2 87%, #9bc2d0 100%);
  background: radial-gradient(ellipse at center, #f0f0f0 26%, #c6d9e2 87%, #9bc2d0 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f0f0',endColorstr='#9bc2d0',GradientType=1);
  height: 100%;
  background-attachment: fixed;
  font-size: 12px;
  min-height: 100vh; }

body {
  background: transparent !important; }

/*End Background*/
/* Buttons Styling */
.k-button, .k-button:link, .k-button:visited, .btn, .btn:link, .btn:visited, .btn:active,
.btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
  color: white;
  transition: all 0.5s ease;
  transition-property: color, background;
  background: #279fad;
  line-height: 1.5;
  text-align: center;
  width: auto;
  box-sizing: border-box;
  display: inline-block;
  padding: 7px 25px;
  position: relative;
  font-size: 14px;
  font-weight: 400;
  border: 2px solid #279fad;
  border-radius: 50px;
  box-shadow: none;
  margin: 7px 2px; }

.dropdown-menu .btn, .dropdown-menu .btn:link, .dropdown-menu .btn:visited, .dropdown-menu .btn:active, .dropdown-menu .btn-outline-primary:link, .dropdown-menu .btn-outline-primary:visited {
  font-size: 1rem;
  display: block;
  width: 100%;
  border: none;
  padding: .25rem 1.5rem; }

.dropdown-menu .btn-outline-primary:hover {
  color: #16181b;
  text-decoration: none;
  background-color: #f8f9fa; }

.btn.menu-button {
  display: none; }

.btn-sm {
  font-size: 12px; }

body .cc-btn {
  background-color: #279fad; }

body .cc-btn:hover {
  background-color: #016b75;
  color: white;
  text-decoration: none; }

.k-button.k-tabstrip-prev, .k-button.k-tabstrip-next {
  height: auto;
  line-height: 1;
  padding: 9px 20px;
  width: auto;
  min-width: initial;
  top: 0; }

.k-button.k-tabstrip-prev {
  padding-left: 3px; }

.k-button.k-tabstrip-next {
  padding-right: 10px; }

.k-ff input.k-button {
  padding-top: 0;
  padding-bottom: 0; }

.k-button.buttonOutline, .k-popup .k-footer .k-button.buttonOutline, .btn-outline-primary, .btn-outline-primary:link, .btn-outline-primary:visited {
  background: transparent;
  border: 2px solid #279fad;
  color: #279fad; }

.addEntryDropdown {
  margin: 12px 16px; }

.k-button.buttonOutline:hover, .btn-outline-primary:hover, .btn-outline-primary:active,
.btn-outline-primary:not(:disabled):not(.disabled):active {
  background-color: #016b75;
  border-color: #016b75; }

/* IconOnly Button Transparent*/
.k-button.buttonIconOnly {
  padding: 8px;
  min-width: initial;
  height: auto;
  color: #2b3743;
  height: auto;
  line-height: 1.3;
  background: transparent; }

/* IconOnly Button with Background (Rounded)*/
.buttonRounded.buttonIconOnly {
  color: white;
  width: 48px;
  height: 48px;
  line-height: 48px;
  padding: 0;
  background: #279fad; }

.buttonIconOnly i {
  color: #279fad;
  transition: all ease 0.5s; }

.buttonIconOnly.buttonRounded i {
  color: white;
  transition: all ease 0.5s; }

.k-button.buttonIconOnly:hover {
  background: transparent;
  color: #279fad; }

.k-button.buttonIconOnly:hover i {
  color: #016b75; }

.buttonRounded.buttonIconOnly:hover i {
  color: white; }

.buttonRounded.buttonIconOnly:hover {
  background: #016b75;
  color: white; }

.k-button.buttonSmall.buttonOutline.buttonIconOnly .icons {
  margin-left: 0; }

.k-button:hover, .btn:hover, .btn-primary:hover {
  background: #016b75;
  color: white;
  border-color: #016b75; }

.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active, .show > .btn-primary.dropdown-toggle {
  background: #016b75;
  color: white;
  box-shadow: none;
  border-color: #016b75; }

.buttonRounded.k-button-icontext:hover .k-icon {
  color: white; }

.k-button i, .k-button i + span {
  display: inline-block;
  vertical-align: middle; }

.k-button.buttonRounded {
  border-radius: 50px; }

.k-button.buttonDynamic, .k-button.buttonDynamic.buttonSmall {
  height: auto;
  line-height: 1.2;
  padding: 7px 18px; }

a.buttonRounded .k-icon {
  color: white; }

.k-button-icontext {
  background: transparent;
  transition: all ease 0.5s; }

.k-button-icontext:hover, .k-button-icontext:hover .k-icon {
  background: transparent;
  color: #2b3743; }

.icons + .btnText,
.k-sprite + .btnText {
  margin-left: 7px; }

.buttonSmall .icons + .btnText {
  margin-left: 3px;
  height: 24px;
  line-height: 24px; }

.k-button.buttonSmall .icons + .btnText,
.k-button.buttonSmall .k-icon + .btnText {
  height: auto;
  line-height: 1; }

.btnText {
  display: inline-block;
  vertical-align: middle; }

.buttonDelete, .k-button.buttonSmall.buttonDelete {
  background: #fe5b5c; }

.buttonDelete:hover, .k-button.buttonSmall.buttonDelete:hover {
  background: #af3838; }

/* Buttons Styling End */
/* Login Styling */
:focus, .form-control:focus,
.btn-primary.focus, .btn-primary:focus, .btn-primary:not(:disabled):not(.disabled).active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-primary.dropdown-toggle:focus {
  outline: none;
  box-shadow: none; }

.orphyLoginLogo {
  padding: 40px 0 50px 0;
  text-align: center; }

.pageLogin {
  padding-bottom: 20px; }

.pageLoginForm {
  text-align: center;
  background: rgba(0, 0, 0, 0.04);
  padding: 40px 80px 20px 80px;
  display: table-cell;
  width: 50%;
  box-sizing: border-box;
  position: relative; }

.pageLoginForm.companyRegistration {
  padding-bottom: 150px; }

.g-recaptcha {
  display: inline-block; }

.pageLoginTable {
  width: 100%;
  display: table;
  color: #858585;
  border-collapse: collapse;
  margin: 0 auto;
  border-spacing: 0; }

.pageLoginRow {
  display: table-row;
  width: 100%;
  margin-bottom: 16px; }

.loginButton {
  padding: 15px 0; }

.providerAuth {
  padding: 40px 80px 20px 80px;
  text-align: center;
  background: rgba(255, 255, 255, 0.4);
  display: table-cell;
  box-sizing: border-box;
  width: 50%; }

.pageLogin p {
  font-size: 16px;
  font-weight: normal;
  margin: 8px 0;
  padding: 0 0 8px 0; }

.orphyLoginInputs {
  margin-top: 25px; }

.orphyLoginInputs input {
  background: #fff;
  margin-bottom: 30px;
  border-radius: 4px;
  width: 100%;
  padding: 8px 12px 8px 12px;
  border: none; }

.pageLoginForm .controlGroup {
  min-height: initial;
  height: auto;
  margin-bottom: 20px;
  width: 100%;
  text-align: left; }

.pageLoginForm .controlGroup .inputContainer {
  min-height: initial;
  padding: 8px 12px 8px 12px; }

.pageLoginForm .controlGroup .inputContainer .inputContainerControl {
  font-size: 12px; }

.pageLoginForm .controlGroup .inputContainer .inputContainerControl input {
  padding: 0;
  line-height: 1.5;
  height: auto;
  text-align: left; }

.pageLoginForm .controlGroup .inputContainer .inputContainerControl .k-dropdown-wrap .k-input {
  text-align: left; }

.orphyLoginInputs .orphyLoginInputWrapper:last-child input {
  margin-bottom: 8px; }

.orphyLoginInputWrapper {
  width: 100%;
  display: inline-block;
  position: relative; }

.orphyLoginInputs .k-widget.k-tooltip-validation {
  position: absolute;
  left: 0;
  right: 0;
  top: 31px;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

input + [class*="field-validation"] {
  margin-top: 7px;
  display: block;
  font-size: 90%; }

.pageLogin a.k-button {
  height: auto; }

.loginSaveInfos {
  text-align: left;
  font-size: 14px;
  color: black; }

.form-group.login-remember {
  text-align: left; }

.form-group {
  margin-bottom: 20px; }

#socialLoginList {
  width: 100%; }

.socialItemWrapper img {
  margin-bottom: 10px; }

.pageLogin .socialLoginWrapper {
  margin: 80px auto 0 auto;
  width: 100%; }

.socialItemWrapper {
  text-align: center;
  padding: 0 10px 0 10px;
  width: 32%;
  float: left;
  box-sizing: border-box; }

.authProvidersButton {
  width: 100%;
  height: auto;
  margin: 0 auto;
  background: transparent;
  border: none;
  padding-top: 15px;
  transition: all ease .5s;
  text-align: center; }

.externalLogins .authProvidersButton {
  margin-bottom: 30px; }

.externalLoginButton {
  margin: 7px 0; }

.externalAccountButton:link, .externalAccountButton:visited {
  color: #2b3743; }

.externalAccountButton img {
  transition: all ease 0.5s; }

.externalAccountButton:hover {
  color: #016b75; }

.externalAccountButton:hover img {
  opacity: 0.5; }

.externalEvent .subTitle {
  font-size: 16px;
  margin-bottom: 30px; }

.form-control.loginInput {
  background: #fff;
  padding: 7px 12px 7px 12px;
  height: auto; }

.input-group-text {
  border-radius: 0; }

/* Login Styling End*/
/* Cards Styling */
.card-body {
  padding: 2.5rem 1.25rem; }

.card {
  border-radius: 0; }

/* Cards Styling End */
/* Helper Styles */
.list-inline-item:not(:last-child) {
  margin-right: 0; }

.switch {
  margin-right: 7px; }

body input:checked + .slider {
  background-color: #279fad; }

.small-margin {
  margin-bottom: 20px; }

.default-margin {
  margin-bottom: 50px; }

.high-margin {
  margin-bottom: 80px; }

.default-inline-block {
  display: inline-block;
  vertical-align: middle; }

.alert {
  border: none;
  border-radius: 4px; }

.alert-info {
  background: #76929e;
  color: white; }

.alert-danger {
  background: #fe5b5c;
  color: white; }

.alert-success {
  background: #27c274;
  color: white; }

div.validation-summary-errors {
  background: #fe5b5c;
  color: white !important;
  border: none;
  border-radius: 4px;
  display: inline-block;
  width: 100%; }

.alert .validation-summary-errors {
  margin-top: 0;
  margin-bottom: 0; }

.menu-logo {
  text-align: center; }

.socialLoginWrapper {
  margin: 60px auto 0 auto;
  width: 100%; }

.mainLogin {
  margin-top: 60px; }

/* Helper Styles End */
@media (max-width: 1199px) {
  .header-right .btn {
    font-size: .875rem; } }

@media (max-width: 991px) {
  .btn.menu-button {
    display: inline-block; }
  .header-right {
    display: none; }
  .pageLoginForm, .providerAuth {
    padding: 20px 30px 10px 30px; }
  .mainLogin {
    margin-top: 30px; }
  .pageLogin .socialLoginWrapper {
    margin-top: 30px; }
  .pageContent {
    padding-left: 8%;
    padding-right: 8%; } }

@media (max-width: 767px) {
  body {
    font-size: 14px; }
  .welcome-block h1 {
    font-size: 2em; }
  .pageContent h1 {
    font-size: 24px; }
  .h4, h4 {
    font-size: 18px; }
  .pageLoginTable {
    max-width: 960px; }
  .providerAuth, .pageLoginForm, .pageLoginRow, .pageLoginTable {
    display: block; }
  .providerAuth, .pageLoginForm {
    width: 100%; }
  .pageLoginTable {
    margin-bottom: 3%; }
  .k-button, .k-button:link, .k-button:visited, .btn, .btn:link, .btn:visited, .btn:active, .btn-outline-primary.focus, .btn-outline-primary:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus, .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .show > .btn-outline-primary.dropdown-toggle:focus {
    font-size: 13px;
    padding-left: 15px;
    padding-right: 15px; } }

@media (max-width: 480px) {
  .socialItemWrapper {
    font-size: 85%; } }

.col-m-5 {
  margin: 5px; }

.col-m-10 {
  margin: 10px; }

.col-m-15 {
  margin: 15px; }

.col-m-20 {
  margin: 20px; }

.col-m-25 {
  margin: 25px; }

.col-m-30 {
  margin: 30px; }

.col-m-35 {
  margin: 35px; }

.col-m-40 {
  margin: 40px; }

.col-m-45 {
  margin: 45px; }

.col-m-50 {
  margin: 50px; }

.col-m-b-5 {
  margin-bottom: 5px; }

.col-m-b-10 {
  margin-bottom: 10px; }

.col-m-b-15 {
  margin-bottom: 15px; }

.col-m-b-20 {
  margin-bottom: 20px; }

.col-m-b-25 {
  margin-bottom: 25px; }

.col-m-b-30 {
  margin-bottom: 30px; }

.col-m-b-35 {
  margin-bottom: 35px; }

.col-m-b-40 {
  margin-bottom: 40px; }

.col-m-b-45 {
  margin-bottom: 45px; }

.col-m-b-50 {
  margin-bottom: 50px; }

.col-m-t-5 {
  margin-top: 5px; }

.col-m-t-10 {
  margin-top: 10px; }

.col-m-t-15 {
  margin-top: 15px; }

.col-m-t-20 {
  margin-top: 20px; }

.col-m-t-25 {
  margin-top: 25px; }

.col-m-t-30 {
  margin-top: 30px; }

.col-m-t-35 {
  margin-top: 35px; }

.col-m-t-40 {
  margin-top: 40px; }

.col-m-t-45 {
  margin-top: 45px; }

.col-m-t-50 {
  margin-top: 50px; }

.col-m-l-5 {
  margin-left: 5px; }

.col-m-l-10 {
  margin-left: 10px; }

.col-m-l-15 {
  margin-left: 15px; }

.col-m-l-20 {
  margin-left: 20px; }

.col-m-l-25 {
  margin-left: 25px; }

.col-m-l-30 {
  margin-left: 30px; }

.col-m-l-35 {
  margin-left: 35px; }

.col-m-l-40 {
  margin-left: 40px; }

.col-m-l-45 {
  margin-left: 45px; }

.col-m-l-50 {
  margin-left: 50px; }

.col-m-r-5 {
  margin-right: 5px; }

.col-m-r-10 {
  margin-right: 10px; }

.col-m-r-15 {
  margin-right: 15px; }

.col-m-r-20 {
  margin-right: 20px; }

.col-m-r-25 {
  margin-right: 25px; }

.col-m-r-30 {
  margin-right: 30px; }

.col-m-r-35 {
  margin-right: 35px; }

.col-m-r-40 {
  margin-right: 40px; }

.col-m-r-45 {
  margin-right: 45px; }

.col-m-r-50 {
  margin-right: 50px; }

.col-p-5 {
  padding: 5px; }

.col-p-10 {
  padding: 10px; }

.col-p-15 {
  padding: 15px; }

.col-p-20 {
  padding: 20px; }

.col-p-25 {
  padding: 25px; }

.col-p-30 {
  padding: 30px; }

.col-p-35 {
  padding: 35px; }

.col-p-40 {
  padding: 40px; }

.col-p-45 {
  padding: 45px; }

.col-p-50 {
  padding: 50px; }

.col-p-b-5 {
  padding-bottom: 5px; }

.col-p-b-10 {
  padding-bottom: 10px; }

.col-p-b-15 {
  padding-bottom: 15px; }

.col-p-b-20 {
  padding-bottom: 20px; }

.col-p-b-25 {
  padding-bottom: 25px; }

.col-p-b-30 {
  padding-bottom: 30px; }

.col-p-b-35 {
  padding-bottom: 35px; }

.col-p-b-40 {
  padding-bottom: 40px; }

.col-p-b-45 {
  padding-bottom: 45px; }

.col-p-b-50 {
  padding-bottom: 50px; }

.col-p-t-5 {
  padding-top: 5px; }

.col-p-t-10 {
  padding-top: 10px; }

.col-p-t-15 {
  padding-top: 15px; }

.col-p-t-20 {
  padding-top: 20px; }

.col-p-t-25 {
  padding-top: 25px; }

.col-p-t-30 {
  padding-top: 30px; }

.col-p-t-35 {
  padding-top: 35px; }

.col-p-t-40 {
  padding-top: 40px; }

.col-p-t-45 {
  padding-top: 45px; }

.col-p-t-50 {
  padding-top: 50px; }

.col-p-l-5 {
  padding-left: 5px; }

.col-p-l-10 {
  padding-left: 10px; }

.col-p-l-15 {
  padding-left: 15px; }

.col-p-l-20 {
  padding-left: 20px; }

.col-p-l-25 {
  padding-left: 25px; }

.col-p-l-30 {
  padding-left: 30px; }

.col-p-l-35 {
  padding-left: 35px; }

.col-p-l-40 {
  padding-left: 40px; }

.col-p-l-45 {
  padding-left: 45px; }

.col-p-l-50 {
  padding-left: 50px; }

.col-p-r-5 {
  padding-right: 5px; }

.col-p-r-10 {
  padding-right: 10px; }

.col-p-r-15 {
  padding-right: 15px; }

.col-p-r-20 {
  padding-right: 20px; }

.col-p-r-25 {
  padding-right: 25px; }

.col-p-r-30 {
  padding-right: 30px; }

.col-p-r-35 {
  padding-right: 35px; }

.col-p-r-40 {
  padding-right: 40px; }

.col-p-r-45 {
  padding-right: 45px; }

.col-p-r-50 {
  padding-right: 50px; }

.col-form-label {
  text-align: right;
  font-weight: bold; }

@media (max-width: 575px) {
  .col-form-label {
    text-align: left; } }

/*Controls*/
.navbar-brand > img {
  max-height: 31px; }

.navbar-brand.logo {
  padding: 10px 10px; }

.navbar-brand-image-mobile {
  display: none; }

@media (max-width: 767px) {
  .navbar-brand-image {
    display: none; }
  .navbar-brand-image-mobile {
    display: block;
    padding-left: 0;
    padding-right: 0; } }

.validation-summary-errors {
  color: #ff3834;
  border: 1px solid #ffd3d3;
  background: none;
  padding-top: 9px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-top: 20px; }

.switch {
  display: inline-block;
  height: 28px;
  position: relative;
  width: 60px;
  margin-top: 5px; }

.switch input {
  display: none; }

.slider {
  background-color: #ccc;
  bottom: 0;
  cursor: pointer;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: .4s; }

.slider:before {
  background-color: #fff;
  bottom: 4px;
  content: "";
  height: 20px;
  left: 7px;
  position: absolute;
  transition: .4s;
  width: 20px; }

input:checked + .slider {
  background-color: #007bff; }

input:checked + .slider:before {
  transform: translateX(26px); }

.slider.round {
  border-radius: 34px; }

.slider.round:before {
  border-radius: 50%; }

label.radio-img > input {
  visibility: hidden;
  position: absolute; }

label.radio-img > input + img {
  cursor: pointer;
  border: 2px solid transparent; }

label.radio-img > input:checked + img {
  background-color: #ffe7ac;
  -ms-border-radius: 15px;
  border-radius: 15px; }

label.radio-img > input:checked ~ h3, label.radio-img > input:checked ~ h4 {
  color: #007bff;
  text-decoration: underline; }

label.radio-img > h3, label > h4 {
  cursor: pointer; }

.cc-window {
  color: #212529;
  background-color: #f7f7f7; }

.cc-btn {
  color: #ffffff;
  background-color: #007bff;
  border-color: transparent; }

/*Pages*/
.consent-container .toggle-button__input {
  float: left; }

.consent-container .toggle-button__text {
  float: left;
  margin-top: 6px;
  margin-left: 10px; }

.consent-container .consent-description {
  width: 100%;
  float: left; }

.consent-container .client-logo {
  float: left; }
  .consent-container .client-logo img {
    margin-right: 25px; }

.logged-out-container iframe {
  display: none;
  width: 0;
  height: 0; }

.grants-container .page-header {
  margin-bottom: 10px; }

.grants-container .grant {
  margin-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid lightgray; }
  .grants-container .grant .clientname {
    font-size: 140%;
    font-weight: bold; }
  .grants-container .grant .granttype {
    font-size: 120%;
    font-weight: bold; }
  .grants-container .grant .created {
    font-size: 120%;
    font-weight: bold; }
  .grants-container .grant .expires {
    font-size: 120%;
    font-weight: bold; }
  .grants-container .grant li {
    list-style-type: none;
    display: inline; }
    .grants-container .grant li:after {
      content: ', '; }
    .grants-container .grant li:last-child:after {
      content: ''; }
