.preload * {
    -webkit-transition: none !important;
    -moz-transition: none !important;
    -ms-transition: none !important;
    -o-transition: none !important;
    transition: none !important;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    font-family: 'Roboto', sans-serif;
    color: #5a5a5a;
    font-weight: normal;
    background: #eee;
}

table {
    font-size: 13px;
}

nav {
    font-size: 14px;
}

body .min375 {
    min-width: 357px;
}

a {
    text-decoration: none;
    cursor: pointer;
    outline: none !important;
}

img {
    border: none;
}

.blurred img {
    -webkit-filter: blur(10px);
    -ms-filter: blur(10px);
    filter: blur(10px);
}

a:hover {
    text-decoration: none;
}

a:active, a:hover, a:focus {
    text-decoration: none;
    outline: none !important;
}

a.page-link {
    color: #667680;
}

nav {
    padding: 0;
}

nav.navbar {
    padding: 0;
}

label.legacy {
    margin-bottom: 15px;
    font-weight: bolder;
}

input, input::-webkit-input-placeholder {
    padding-top: 3px;
}

footer {
    font-size: 12px;
    -background-color: #f5f5f5;
}

footer div {
    max-width: 800px;
    margin: auto;
}

h3 {
    color: var(--color-main);
    margin-top: 3px;
    font-weight: bolder;
}

.base-color {
    color: var(--color-main);
}

.alt-color {
    color: #701bbf;
}

.main-center {
    margin: 0 auto;
    max-width: 600px;
    padding: 10px 30px;
}

.maxw640 {
    margin: 0 auto;
    max-width: 640px;
}

.minw400 {
    min-width: 400px;
}

.w400 {
    max-width: 400px;
    width: 400px;
}

.w500 {
    -min-width: 400px;
    max-width: 500px;
    width: 500px;
}

.field-require {
    color: red;
}

.bolder {
    font-weight: bolder;
}

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

.footer {
    width: 100%;
    min-height: 45px;
    min-width: 300px;
    padding-top: 10px;
}

.error::placeholder {
    color: #fff !important;
    background-color: #c77 !important;
}

.error_msg {
    color: #c77;
    font-size: 14px;
}

.navbar-toggler {
    border: none;
    background: transparent !important;
    border-color: rgba(0, 0, 0, .2) !important;
    min-height: 34px;
}

.navbar-toggler:focus {
    outline: none;
    background: transparent !important;
}

.navbar-toggler .icon-bar {
    background-color: #333;
    transform: rotate(0deg) translate(0px, 0px);
    transition: ease all .2s;
}

.navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
}

.navbar-toggler .icon-bar + .icon-bar {
    margin-top: 4px;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(1) {
    transform: rotate(45deg) translate(5px, 4px);
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    opacity: 0;
    transition: ease all .2s;
}

.navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    transform: rotate(-45deg) translate(4px, -4px);
    transition: ease all .2s;
}

.graphstd {
    width: 100%;
    height: 300px;
}

#cookies-eu-banner {
    width: 100%;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    line-height: 15px;
    position: fixed;
    bottom: 0;
    z-index: 2;

    color: #000;
    background-color: rgba(255, 255, 255, 0.9);
}

#cookies-eu-banner > span {
    display: block;
}

#cookies-eu-banner > span.cookies-eu-banner-head {
    padding: 7px;
    font-size: 1.2em;
    font-weight: bold;
    color: #000;
}
#cookies-eu-banner > span.cookies-eu-banner-content {
    color: #aaa;
}

#cookies-eu-banner > span.coookies-eu-buttons {
    padding-top: 7px;
}

#cookies-eu-reject {
    font-size: 14px;
    font-weight: bold;
    border: 0;
    margin: 0 10px;
    color: #900;
}

#cookies-eu-accept {
    margin: 0 10px;
    font-weight: bold;
    font-size: 14px;
    border: 0;
    color: #060;
}

/* ------------------------ NICE ANIMS ------------------------ */
.bg-error {
    -webkit-animation-name: bg-error; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    -webkit-animation-delay: 1s; /* Safari 4.0 - 8.0 */
    -webkit-animation-iteration-count: 4;
    -webkit-animation-direction: alternate-reverse;
    animation-name: bg-error;
    animation-duration: 0.5s;
    animation-delay: 1s; /* Safari 4.0 - 8.0 */
    animation-iteration-count: 4;
    animation-direction: alternate-reverse;
    background-color: #fcc;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes bg-error {
    0% {
        background-color: #fff;
    }
    100% {
        background-color: #fcc;
    }
}

/* Standard syntax */
@keyframes bg-error {
    0% {
        background-color: #fff;
    }
    100% {
        background-color: #fcc;
    }
}


/* ------------------------ CHECKBOXES ------------------------ */
li.nice-checkboxes.list-group-item {
    border: 1px solid #ddd !important;
    border-radius: 4px;
    padding-left: 8px;
    padding-right: 8px;
}

/* The switch - the box around the slider */
.switch {
    position: relative;
    top: 15px;
    display: inline-block;
    width: 30px;
    height: 21px;
    float: right;
    margin-bottom: 15px;
}

/* Hide default HTML checkbox */
.switch input {
    display: none;
}

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

.slider:before {
    position: absolute;
    content: "";
    height: 13px;
    width: 13px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input.default:checked + .slider {
    background-color: #444;
}

input.primary:checked + .slider {
    background-color: #2196F3;
}

input.success:checked + .slider {
    background-color: #8bc34a;
}

input.info:checked + .slider {
    background-color: #3de0f5;
}

input.warning:checked + .slider {
    background-color: #FFC107;
}

input.danger:checked + .slider {
    background-color: #f44336;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(9px);
    -ms-transform: translateX(9px);
    transform: translateX(9px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

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

/* -------------------------- STRIPE -------------------------- */
/* CSS for Credit Card Payment form */
.credit-card-box .panel-title {
    display: inline;
    font-weight: bold;
}

.credit-card-box .form-control.error {
    border-color: red;
    outline: 0;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 0, 0, 0.6);
}

.credit-card-box label.error {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box .payment-errors {
    font-weight: bold;
    color: red;
    padding: 2px 8px;
    margin-top: 2px;
}

.credit-card-box label {
    display: block;
}

/* The old "center div vertically" hack */
.credit-card-box .display-table {
    display: table;
}

.credit-card-box .display-tr {
    display: table-row;
}

.credit-card-box .display-td {
    display: table-cell;
    vertical-align: middle;
    width: 50%;
}

/* Just looks nicer */
.credit-card-box .panel-heading img {
    min-width: 180px;
}

/* -------------------------- PHONE -------------------------- */
div.iti-expand .iti {
    width: 100%;
}

div.iti input.form-control {
    height: 58px;
    font-size: 16px;
}

/* ------------------------- DROPDOWN ------------------------- */
.dropdown.dropdown-multilevel:hover > .dropdown-menu {
    Zdisplay: block !important;
}

.dropdown-multilevel .dropdown-submenu:hover > .dropdown-menu {
    display: block !important;
    right: 100%;
    margin-top: -37px;
}

.dropdown-multilevel .dropdown-item {
    font-size: small; /* 13px */
}

.right > .dropdown-multilevel .dropdown-toggle,
.right > #dropdownMenuButton {
    margin-right: 5px;
    margin-bottom: -2px;
}

.dropdown-multilevel .dropdown-toggle::after {
    font-size: 1em;
    margin-bottom: -2px;
}

.dropdown-multilevel .dropdown-toggle.no-toggle::after {
    content: none;
}

.dropdown-multilevel .dropdown-menu li a.active {
    color: #fff;
}

.dropdown-multilevel .custom-toggle-arrow {
    font-size: 18px;
    line-height: 18px;
    margin-left: 5px;
}

.dropdown-toggle.dropdown-toggle-none::after {
    display: none;
}

.dropdown-multilevel .dropdown-section-title {
    text-align: left;
    color: black;
    cursor: not-allowed;
    font-weight: bolder;
}

.dropdown-multilevel .dropdown-section-item {
    color: var(--color-brand);
    text-indent: 5px;
}

/** New interface **/
.main-login {
    margin: 0 auto;
    padding: 20px;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.3);
}

.label-sm label {
    font-size: 0.9rem;
}

label {
    font-size: 1rem;
}

dl, ol, ul {
    margin-bottom: 0 !important;
}

ol, ul {
    padding-left: 1rem;
}

.p-relative {
    position: relative;
}

.p-absolute {
    position: absolute;
}

.br-5 {
    border-radius: 5px;
}

.b-0 {
    border: 0;
}

.consultationCanvas {
    max-width: 100%;
}

.swal2-title {
    padding: 0.5em 0;
    text-align: left;
    font-size: 20px;
}

.swal2-html-container {
    font-size: 16px;
    padding: 1em 0;
    margin: 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: left;
}

.swal2-actions {
    padding: 0.8em 0 0 0;
    margin: 0;
    align-content: flex-end;
    flex-direction: row;
    width: 100%;
}

.swal2-actions button {
    min-width: 80px;
    margin-left: auto;
}

.swal2-actions button.swal2-cancel,
.swal2-actions button.swal2-deny {
    margin-right: 20px;
}

.swal2-actions button + button.swal2-confirm {
    margin-left: 0;
}
