﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

@import url("/plugins/flag-icon-css/css/flag-icon.min.css");

a.navbar-brand {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

.navbar-light {
    color: #214271 !important;
}

.navbar-collapse.collapse{
    display: none !important;
}

.navbar-collapse.show {
    display: flex !important;
}

.nav-link .fa-bars{
    font-size: 1.5em;
}

/* Override some media queries for the navbar */
@media (min-width: 576px) {
    .navbar-expand-sm > .container {
        -webkit-flex-wrap: wrap !important;
        flex-wrap: wrap !important;
    }

    .navbar-expand-sm .navbar-toggler {
        display: block !important;
    }

    .navbar-expand-sm .navbar-nav {
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
}


.user-panel .nav-link {
    padding-right: 0;
    padding-left: 0;
}

.brand-image {
    height: 33px;
}

/* Provide sufficient contrast against white background */
a {
  color: #0366d6;
}

.btn {
    line-height: 2em;
    border-radius: 8px;
    font-size: 1rem;
}

.btn-original{
    line-height: initial;
    font-size: initial;
}

.btn-primary {
    color: #fff;
    background-color: #0166C3;
    border-color: #0166C3;
}

    .btn-primary:hover {
        background-color: #1E3B66;
        border-color: #1E3B66;
    }

.btn-secondary {
    color: #0166C3 !important;
    background-color: #F5F5F5;
    border-color: #0166C3;
}

.btn-app{
    height: auto;
    min-height: 4em;
    margin:0;
    color: inherit;
}

.btn-app .formicon{
    height: 1em;
}

.buttongroup .buttongrouplabel {
    color: #214271;
    font-size: 2.5rem;
    padding: 0px;
}

.buttongroup .btn{
    padding-left:5px;
    padding-right: 5px;
}

.buttongroup label.buttonactive {
    background-color: #214271 !important;
}

.buttongroup label {
    background-color: transparent !important;
}
    .buttongroup label.buttonactive .buttongrouplabel {
        color: white;
    }


.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

div {
    position: relative;
}

@media (min-width: 576px) {
    .modal-dialog {
        max-width: 90%;
    }
}

.modal{
    overflow-y: auto !important;
}

.field-error {
    border: 2px solid red;
    border-radius: 4px;
    padding: 14px;
    background:rgba(255,0,0,0.2);
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  font-size: 16px;
  line-height: 18px;
}

body {
    font-family: 'DM Sans',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    color: #212121;
}

@media (min-width: 768px) {
    html {
        font-size: 14px;
        line-height: 18px;
    }
}

h2 {
    font-size: 32px;
    line-height: 32px;
    color: #212121;
}

h3 {
    font-size: 24px;
    line-height: 31px;
    color: #1E3B66;
    border-bottom: 4px solid #31C3C3;
}

.border-top {
  border-top: 1px solid #e5e5e5;
}

.border-bottom {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy {
  font-size: 1rem;
  line-height: inherit;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}

body {
    color: #214271;
    background-color: #F5F5F5;
    letter-spacing: calc(-25em/1000);
}

.sidebar-dark-primary {
    background-color: #214271;
}

.sidebar a {
    color: #DCDCDC;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px; /* Vertically center the text there */
}

.footer .container{
    text-align: center;
}

.fullwidth{
    width: 100% !important;
    max-width: 100% !important;
}

.left{
    float:left;
}

.right{
    float:right;
}

.card-title {
    border-bottom: 3px solid #37CACA;
    font-size: 1.5em;
}

.card-title-description{
    clear:both;
}

div.loader {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
}

div.blackoverlay {
    background: rgba(0,0,0,.8);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10000;
}

.row{
    width: 100%;
    margin: 0;
}

.progress{
    clear:both;
    width: 100%;
    border-radius: 5px;
}

.progress-bar {
    border-radius: 5px;
    background-color: #214271;
}

.progress-bar-empty {
    min-width: 8%;
}

/*FORMS*/
.formcontainer {
    /*margin-bottom: 60px;*/
    float: left;
    width: 100%;
}

.formicon {
    background-repeat: no-repeat;
    background-size: 28px 28px;
    background-position: center;
    float: left;
    font-size: 1.5em;
    min-width: 40px;
    text-align: center
}

.formpage{
    
}

.formpage-name {
    font-weight: bold;
    font-size: 1.8em;
    margin-top: 0.5em;
}

.formpage-description {
    font-style: italic;
    margin-bottom: 1em;
}

.formsection {
    margin-bottom: 1em;
    width: 100%;
    float: left;
    padding: 1em;
    border-radius: 20px;
    background-color: white;
}

.formsection-first{
    padding-top: 0;
}

.formsection-body{
    padding: 10px;
}

.formsection-name{
    font-weight: bold;
    font-size: 1.5em;   
}

    .formsection-name span {
        border-bottom: 4px solid #31C3C3;
    }

.formsection-description {
    font-style: italic;
    margin-top: 0.5em;
}

.formsectionfield{
    width:100%;
    margin-top: 1em;
    float: left;
}

.formsectionfield-tooltip{
    font-size: 1.2em;
}

.formsectionfield-option {
    width: 100%;
    float: left;
}

.formsectionfield-option-twocolumns {
    width: 50%;
}

@media (min-width: 576px) {
    .formsectionfield-option-twocolumns {
        width: 20%;
    }
}

.formsectionfield-option .radiobutton {
    float: left;
}

.formsectionfield-option .checkbox {
    float: left;
}

    .formsectionfield-option .checkboxlabel {
        float: left;
    }

.formsectionfield-divider {
    margin-top: 0;
    margin-bottom: 0;
    border: 0;
    border-top: 1px solid rgba(0,0,0,.1);
    float: left;
    width: 100%;
    margin-top: 0.5em;
}

.formsectionfield-calculation {
   display: none;
}

.formsectionfield-name{
   font-weight: bold;
   padding-left: 0;
}

.formsectionfield-description {
    font-style: italic;
    padding: 0;
}

.formsectionfield-content {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.form-explanation {
    float: left;
    clear: both;
}

.formimagepreview{
    background-repeat: no-repeat;
    background-size: contain;
    width:100%;
    height:200px;
    background-position: center;
    margin:10px;
}

.radiobutton{
    height:1.5em;
    margin-bottom:1.0em;
}

.checkbox{
    height:1.5em;
    margin-bottom: 1.0em;
}

.navbar {
    border-bottom: 2px solid #37CACA !important;
}

.navbar-badge {
    font-weight: inherit;
    top: 12px;
}

.nextprevsavebuttons {
    padding-top: 10px;
    background: white;
}

/*END FORMS*/

/*REGISTRATIONS*/
.registrationpage{

}

.registrationsection {
    margin-bottom: 1em;
    width: 100%;
    float: left;
}

.registrationsectionfield {
    width: 100%;
    margin-top: 10px;
    float: left;
}

.registrationsectionfield-name {
}

.registrationsectionfield-description {
    font-style: italic;
    color: lightgray;
}


/*END REGISTRATIONS*/


.popover {
    z-index: 1040 !important;
}

.alwaysontop {
    z-index: 20000 !important;
}

.alwaysalwaysontop {
    z-index: 30000 !important;
}

.alwaysalwaysalwaysontop {
    z-index: 40000 !important;
}

.divloader {
    width: 100%;
    height: 100%;
    background: url(../images/loader.svg) no-repeat center;
    background-position-y: 20%;
    background-color: rgba(0,0,0,0.8);
    position: absolute;
    top: 0;
    left: 0;
    color: white;
    text-align: center;
    display: none;
}

.divloadertext {
    position: absolute;
    width: 100%;
    top: calc(20% + 150px);
    left: 0;
    font-weight: bold;
    font-size: 1.2em;
}

.pagehelp {
    display:none;
    vertical-align: middle;
    font-size: 0.5em;
}

/* COLORS */
.color-primary1 {
    color: #214271;
}

.color-primary1-background {
    background-color: #214271;
}

.color-primary2 {
    color: #37CACA;
}

.color-primary2-background {
    background-color: #37CACA;
}

.color-primary3 {
    color: white;
}

.color-primary3-background {
    background-color: white;
}

.color-secondary1 {
    color: #D8D8D8;
}

.color-secondary1-background {
    background-color: #D8D8D8;
}

.color-secondary2 {
    color: #0071CA;
}

.color-secondary2-background {
    background-color: #0071CA;
}

.color-secondary3 {
    color: #232323;
}

.color-secondary3-background {
    background-color: #232323;
}

.red{
    color:red;
}

.green{
    color: green;
}

/* Ion Slider */
.irs.irs--round{
    width: 100%;
    margin-top: 0.5em;
    margin-bottom: 1em;

}

.irs--round .irs-handle {
    border-color: #37CACA !important;
    background-color: #214271 !important;
    width:32px !important;
    height:32px !important;
    top: 22px !important;
}

.irs--round .irs-bar {
    background-color: #214271 !important;
}

.irs--round .irs-from, .irs--round .irs-to, .irs--round .irs-single {
    background-color: #37CACA !important;
    color: inherit !important;
    top: -0.5em;
    font-size: 2em !important;
}


    .irs--round .irs-from:before, .irs--round .irs-to:before, .irs--round .irs-single:before {
        border-top-color: #37CACA !important;
    }

.irs-single {
    padding: 6px;
    margin-left: -4px;
    margin-top: -2px;
}

.irs--round .irs-grid-text {
    color: inherit !important;
}

.signaturediv {
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 150px;
}

.alert-dismissible {
    border-radius: 8px;
    border: 1px solid #D8D8D8;
    padding-right: 2rem;
}

.alert .close {
    font-size: 2em;
    opacity: 1;
    background-color: rgba(0,0,0,0.4);
    border-radius: 50%;
    padding: 0;
    width: 40px;
    height: 40px;
    top: 10px;
    right: 10px;
    color: #214271;
}

.swal2-popup.swal2-icon-error {
    border: 2px solid red;
}

.swal2-popup.swal2-toast.swal2-icon-error{
        background-color:red;
    }

.swal2-x-mark-line-left{
    background-color:white !important;
}

.swal2-x-mark-line-right {
    background-color: white !important;
}

.swal2-icon.swal2-error{
    border-color: white;
}

.swal2-popup.swal2-toast.swal2-icon-error .swal2-title{
    color: white;
    margin-left: 1em;
}

.swal2-container {
    z-index: 50000;
}

.spinner-border {
    vertical-align: unset;
}

.accepttermscheckbox {
    margin-right: 10px;
    float:left;
    height:100%;
    padding-top: 3px;
}

.accepttermscheckbox input{
    width: 2rem;
    height:2rem;
}

.accepttermstext {
    font-size: 18px;
    line-height: 32px;
}

.fullviewonly.exclude {
    display:none;
}

.loginwrapper {
    top: 10%;
    width: 50%;
    margin: auto;
}

@media (max-width: 768px) {
    .loginwrapper {
        width: 100%;
    }
}

.pointercursor{
    cursor: pointer;
}

.navbar-toggler {
    border: none !important;
}
/*
@media (min-width: 576px) {
    .navbar-expand-sm .navbar-toggler {
        display: block;
    }
}*/




.langselector-wrapper {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 1rem;
}



.langselector {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: color .2s;
    transition: color .2s;
    text-decoration: none;
    opacity: 0.5;
    cursor: pointer;
    font-size: 1.5rem;
}

    .langselector.selected {
        color: inherit;
        opacity: 1;
        font-weight: bold;
    }

        .langselector.selected .langcode {
            border-bottom: 3px solid #31c3c3;
        }

    .langselector .langcode {
        border-bottom: 3px solid transparent;
    }

    .font-size{        
        height: 2rem;
        width: 2rem;
    }