﻿button.v-btn.green.v-btn--outline:before, button.v-btn.purple.v-btn--outline:before {
    opacity: 0 !important
}

.add-study-user-window .users-list .v-list__tile button:focus, .add-study-window .studies-list .v-list__tile button:focus, .custom-checkbox cb-icon:focus, .custom-pagination button:focus, .nonselectable table tbody tr button:focus, .nonselectable table tbody tr img:focus, .reports-table table button:focus, .studies-table table button:focus, .v-expansion-panel.users-list .user-list-item .sites-list .v-list__tile button:focus, .v-expansion-panel__container, .visits-table table button:focus {
    outline: 0
}

.spacer {
    flex-grow: 1 !important;
    max-width: 100vw;
}

.grow {
    flex-grow: 1 !important;
    flex-shrink: 0 !important;
}

.shrink {
    flex-grow: 0 !important;
    flex-shrink: 1 !important;
}

.child-flex > *, .flex {
    flex: 1 1 auto;
    max-width: 100%;
}

.fill-height {
    height: 100%;
}

.container.fill-height {
    align-items: center;
    display: flex;
}

.page-content {
    height: 100%;
    width: 100%;
    padding: 0 24px;
    align-content: flex-start;
    display: flex;
}

.fill-width {
    flex: 1;
}

.pa-04 {
    padding: 4px !important;
}

.pa-4 {
    padding: 24px 24px !important;
}

.pa-12 {
    padding: 12px !important;
}

.px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.px-4 {
    padding-left: 24px !important;
    padding-right: 24px !important;
}

.pb-4 {
    padding-bottom: 24px !important;
}

.pt-0 {
    padding-top: 0 !important;
}

.px-8 {
    padding-right: 8px !important;
    padding-left: 8px !important;
}

.py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.py-2 {
    padding-top: 2px !important;
    padding-bottom: 2px !important;
}

.pt-04 {
    p
}

.py-8 {
    padding-top: 8px !important;
    padding-bottom: 8px !important
}

.py-16 {
    padding-top: 16px !important;
    padding-bottom: 16px !important;
}

.px-16 {
    padding-right: 16px !important;
    padding-left: 16px !important;
}

.pr-16 {
    padding-right: 16px !important;
}

.pl-16 {
    padding-left: 16px !important;
}

.ma-0 {
    margin: 0 0 !important;
}

.mt-0 {
    margin-top: 0px !important;
}

.mt-2 {
    margin-top: 8px !important;
}

.mt-4 {
    margin-top: 4px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.mt-25 {
    margin-top: 25px !important;
}
.mb-0 {
    margin-bottom: 0 !important;
}

.mb-4 {
    margin-bottom: 4px !important;
}

.mb-10 {
    margin-bottom: 10px !important;
}

.mr-4 {
    margin-right: 4px !important;
}

.ml-10 {
    margin-left: 10px !important;
}
.ml{
    margin-left:70px !important;
}

.pa-0 {
    padding: 0 0 !important;
}

py-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.pa-2 {
    padding: 2px 2px !important;
}

.idplist {
    display:block;
}

.verification-height {
    min-height: 590px !important;
}
.login-height {
    min-height: 400px !important;
}
.link-login {
    text-align: center;
    border-radius: 5px;
    color: white !important;
    font-weight: 100;
    background-color: #00679a !important;
    border-color: #00679a !important;
    font-size: 18px;
    line-height: 18px;
    padding: 16px 21px 16px 21px;
    text-decoration: none;
    width: 50px;
    font-family: Fabrikat-Medium,sans-serif;
}

    .link-login:hover {
        background-color: #3385AE !important;
    }

.div-link-login {
    display: flex;
    justify-content: center;
    margin-bottom: 12px;
}

.div-logout-img {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 23px;
}

    .div-logout-img img {
        height: 56px;
        width: 40px;
    }

.container.fluid {
    max-width: 100%;
}

.container {
    flex: 1 1 100%;
    margin: auto;
    padding: 24px;
    width: 100%;
}

.check-container {
    display: block;
    position: relative;
    padding-left: 31px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 14px;
    -webkit-box-decoration-break: clone;
    box-decoration-break: clone;
}

    .check-container input[type=checkbox] {
        opacity: 0;
        position: absolute;
        cursor: pointer;
        height: 0;
        width: 0;
    }

.checkmark {
    position: absolute;
    left: 0;
    top: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #848484;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

    .checkmark:after {
        content: "";
        position: absolute;
        display: none;
    }

.check-container input:checked ~ .checkmark:after {
    display: block;
}

.check-container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 5px;
    height: 10px;
    border: solid #4E4E4E;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform(45deg);
}

.check-container {
    display: inline;
    position: relative;
    margin-top: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

}

select.item
.pswd_info {
    float: right;
}

button.v-btn {
    margin: 20px 0 0 10px;
    font-family: Fabrikat-Medium,sans-serif;
    color: #fff;
    text-transform: none;
    font-weight: 100;
    border-radius: 5px;
    border: 1px solid transparent;
    font-size: 16px;
    line-height: 18px;
    padding-left: 20px;
    padding-right: 20px;
    height: 40px;
    min-width: 40px;
    background-color: #00679A;
}

.v-btn:hover {
    background-color: #3385AE !important;
}

table {
    font-family: Fabrikat-Regular, sans-serif;
    text-align: left;
    border: 1px solid #4E4E4E;
    background-color: #fff;
    border-collapse: collapse;
}

tr td:first-child {
    width: 150px;
}

td {
    vertical-align: text-top;
    font-size: 14px;
    border: 1px solid #4E4E4E;
    padding: 4px;
}

th {
    border: 1px solid #4E4E4E;
    padding: 4px;
    font-family: Fabrikat-Bold, sans-serif;
    font-size: 18px;
    line-height: 20px
}

.large-window {
    max-width: 680px;
    width: 80vw;
    background-color: #fff;
    max-height: 70vh;
    padding: 20px 30px;
}

h1, h1.bold, h2, h2.bold, h3.bold, h4.bold, span.bold {
    font-family: Fabrikat-Bold,sans-serif
}

.float-left {
    float: left !important
}

span.bold {
    font-size: 14px;
}

button.v-btn, button.v-btn:active {
    box-shadow: none !important
}

    button.v-btn.v-btn--outline {
        background-color: #fff !important
    }

    button.v-btn.blue.v-btn--outline {
        color: #00679a
    }

        button.v-btn.blue.v-btn--outline:hover {
            color: #3385AE !important;
            border-color: #3385AE !important;
        }

    button.v-btn.green.v-btn--outline:hover {
        color: #6ba491
    }

    button.v-btn.purple.v-btn--outline:hover {
        color: #8a698e
    }

    button.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat):not(.v-btn--outline).blue, button:disabled {
        background-color: #cce0eb !important;
        border-color: #cce0eb !important;
        pointer-events: none;
    }

        button.v-btn.v-btn--disabled:not(.v-btn--icon):not(.v-btn--flat):not(.v-btn--outline).blue .v-btn__content {
            color: #fff !important
        }

    button.v-btn.v-btn--disabled.v-btn--outline {
        border-color: #cce0eb !important
    }

        button.v-btn.v-btn--disabled.v-btn--outline .v-btn__content {
            color: #cce0eb !important
        }

    button.v-btn.icon {
        padding: 0;
        width: 40px
    }

    button.v-btn.small {
        font-size: 14px;
        line-height: 18px;
        padding-left: 10px;
        padding-right: 10px;
        height: 30px;
        min-width: 30px
    }

        button.v-btn.small.icon {
            padding: 0;
            width: 30px
        }

    button.v-btn.medium {
        font-size: 16px;
        line-height: 16px;
        padding-left: 16px;
        padding-right: 16px;
        height: 40px;
        min-width: 40px
    }

        button.v-btn.medium.icon {
            padding: 0;
            width: 40px
        }

    button.v-btn.large {
        font-size: 18px;
        line-height: 18px;
        padding-left: 26px;
        padding-right: 26px;
        height: 50px;
        min-width: 50px;
    }

        button.v-btn.large.icon {
            padding: 0;
            width: 50px
        }

button.invisible-bkgd {
    background: #fff;
    border: none;
}

p {
    font-size: 14px;
}

h1, h2, h3, h4, span {
    font-weight: 400;
    color: #4e4e4e !important
}

.header-logo-link {
    margin-top: 3px;
}

.footer-logo-link {
    margin-top: 8px;
}

.pb-0 {
    padding-bottom: 0px !important;
}
.pb-10 {
    padding-bottom: 10px !important;
}

.mt-12p {
    margin-top: 12px;
}

.study-sites .v-expansion-panel.sites-list .site-list-item .v-expansion-panel__header *, .v-expansion-panel.users-list .user-list-item .v-expansion-panel__header * {
    word-break: normal
}

h1.orange, h2.orange, h3.orange, h4.orange, span.orange {
    color: #f68428 !important;
    border: none !important;
    background: 0 0 !important
}

h1.blue, h2.blue, h3.blue, h4.blue, span.blue {
    color: #00679a !important;
    border: none !important;
    background: 0 0 !important
}

h1.green, h2.green, h3.green, h4.green, span.green {
    color: #6ba491 !important;
    border: none !important;
    background: 0 0 !important
}

h1.purple, h2.purple, h3.purple, h4.purple, span.purple {
    color: #8a698e !important;
    border: none !important;
    background: 0 0 !important
}

h1.white, h2.white, h3.white, h4.white, span.white {
    color: #fff !important;
    border: none !important;
    background: 0 0 !important
}

.dropdown-menu {
    position: absolute;
    display: none;
    box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12) !important;
    left: auto;
    width: 100%;
    padding-inline-start: 0;
}

    .dropdown-menu.active {
        display: block;
        z-index: 999;
        background-color: #fff;
        border: 1px solid #4E4E4E;
        border-radius: 0;
    }

.nav-item {
    height: 36px;
    list-style-type: none !important;
}

/* Profile Menu Icons */
.lock-img::before {
    content: url("/img/lock.svg");
    padding-right: 8px;
    position: relative;
    top: 4px;
    display: inline-block;
}

.lock-img:hover::before {
    content: url(/img/lock_active.svg);
    padding-right: 8px;
    position: relative;
    top: 4px;
    display: inline-block;
}

.user-img::before {
    content: url("/img/user_login.svg");
    padding-right: 8px;
    position: relative;
    top: 4px;
    left: -2px;
    display: inline-block;
}

.user-img:hover::before {
    content: url(/img/user_login_active.svg);
    padding-right: 8px;
    position: relative;
    top: 4px;
    left: -2px;
    display: inline-block;
}

.logout-img::before {
    content: url("/img/logout.svg");
    padding-right: 8px;
    position: relative;
    top: 5px;
    display: inline-block;
}

.logout-img:hover::before {
    content: url(/img/logout_active.svg);
    padding-right: 8px;
    position: relative;
    top: 5px;
    display: inline-block;
}

a.nav-link {
    text-decoration: none;
    color: #848484;
    font-size: 14px;
    height: 36px;
    cursor: pointer;
    display: block;
    padding-top: 4px !important;
}

    a.nav-link:hover {
        background-color: #F2F7FA;
        color: #00679A;
    }

span.nav-title {
    font-family: Fabrikat-Medium;
    font-size: 14px;
    text-decoration: none;
    color: #4E4E4E;
    cursor: pointer;
    height: 36px;
    vertical-align: middle;
    display: block;
    padding: 16px 4px 0 16px;
}

.nav-title-text::after {
    content: url(../img/dropdown.svg);
    padding: 0 8px;
}

span.nav-title:hover {
    color: #4E4E4E;
}

.prepend-inner {
    padding: 0 15px;
    float: left;
}

nav.white {
    background-color: #fff !important;
}

.elevation-0 {
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12) !important;
}

h1.disabled, h2.disabled, h3.disabled, h4.disabled, span.disabled {
    color: #d6d6d6 !important
}

h1 {
    font-size: 24px;
    line-height: 25px;
    color: #282828 !important
}

h2 {
    font-size: 20px;
    line-height: 22px
}

h3 {
    font-size: 18px;
    line-height: 20px
}

a, h4, span .info-text, span.input-label {
    line-height: 18px
}

h3, h4 {
    font-family: Fabrikat-Medium,sans-serif
}

h4 {
    font-size: 16px
}

a {
    font-size: 14px;
    font-family: Fabrikat-Regular,sans-serif;
    color: #00679a;
    text-decoration: underline
}

    a:hover {
        color: #3385ae
    }

p.small {
    font-size: 10px;
}

span.small {
    font-size: 12px
}

span.medium, a.medium {
    font-size: 14px;
}

span.input-label {
    font-size: 14px;
    display: block;
    font-family: Fabrikat-Medium,sans-serif
}

    span.input-label.required:after {
        content: "*";
        color: #c93c66
    }

span .info-text {
    font-size: 14px;
    font-family: custom-regualr
}

.nonselectable table thead tr {
    height: 40px
}

    .nonselectable table thead tr th {
        font-size: 14px !important;
        font-family: Fabrikat-Bold,sans-serif !important;
        color: #00679a !important;
        padding-left: 24px !important;
        padding-right: 10px !important
    }

        .nonselectable table thead tr th.sortable {
            text-align: left
        }

        .nonselectable table thead tr th img {
            position: relative;
            top: 2px;
            left: 5px
        }

.nonselectable table tbody {
    border-top: 2px solid #464646;
    border-bottom: 2px solid #464646
}

    .nonselectable table tbody tr td {
        font-size: 14px !important
    }

        .nonselectable table tbody tr td .item-edit-icon {
            content: url(../img/edit.c82d0a48.svg);
            background-image: url(../img/edit.c82d0a48.svg)
        }

        .nonselectable table tbody tr td .item-delete-icon {
            content: url(../img/delete.80ddedc9.svg);
            background-image: url(../img/delete.80ddedc9.svg)
        }

        .nonselectable table tbody tr td .item-drag-icon {
            cursor: move;
            content: url(../img/grubber.88c25d1c.svg);
            background-image: url(../img/grubber.88c25d1c.svg)
        }

    .nonselectable table tbody tr:hover {
        background-color: #f1f6f9 !important
    }

        .nonselectable table tbody tr:hover td .item-edit-icon {
            content: url(../img/edit_active.bb995853.svg);
            background-image: url(../img/edit_active.bb995853.svg)
        }

        .nonselectable table tbody tr:hover td .item-delete-icon {
            content: url(../img/delete_active.ac861b7a.svg);
            background-image: url(../img/delete_active.ac861b7a.svg)
        }

        .nonselectable table tbody tr:hover td .item-drag-icon {
            content: url(../img/grubber_active.f377dde0.svg);
            background-image: url(../img/grubber_active.f377dde0.svg)
        }

        .nonselectable table tbody tr:hover td:first-child {
            padding-left: 22px;
            border-left: 4px solid #205e91
        }

@media (-ms-high-contrast:active),(-ms-high-contrast:none) {
    div.fluid:not(.container) table {
        table-layout: fixed;
        width: 100%
    }

    .custom-input .v-input__append-inner {
        display: block;
        padding-bottom: 1px
    }

    .flex-basis-0 {
        flex-basis: 0px
    }
}

html {
    background-color: #d1d1d1;
    max-height: 100%;
}

.v-content {
    transition: none;
    display: flex;
    flex: 1 0 auto;
    max-width: 100%;
    background: transparent linear-gradient(180deg, #CCE0EB 0%, #FFFFFF 100%) 0% 0% no-repeat padding-box;
}

    .v-content[data-booted=true] {
        transition: .2s cubic-bezier(.4,0,.2,1);
    }

.v-content__wrap {
    flex: 1 1 auto;
    max-width: 100%;
    position: relative;
    background-repeat: no-repeat;
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.blue {
    background-color: #00679a !important;
    border-color: #00679a !important;
}

.application {
    max-width: 100%;
    margin: 0 auto;
    font-family: Fabrikat-Regular,sans-serif;
    color: #4e4e4e !important;
    opacity: 1;
    height: 100%;
}

    .application .v-content {
        background-color: #efefef
    }

    .application .v-list, .application .v-list .v-list__tile {
        padding: 0
    }

    .application .alert {
        border: none;
        font-size: 14px;
        padding: 12px 50px;
        min-height: 42px;
        width: 100%;
        position: fixed;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        border-radius: 0;
        font-family: Fabrikat-Medium;
        z-index: 2;
    }

.scrolling {
    overflow-y: scroll;
}

    .scrolling .container {
        overflow-y: hidden;
    }

    .scrolling::-webkit-scrollbar {
        width: 5px;
        background-color: #fff;
        color: #848484;
    }

    .scrolling::-webkit-scrollbar-track {
        border-radius: 10px;
        background-color: #fff;
    }

    .scrolling::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #848484;
    }

.alert-inactive {
    display: none;
}

.application .alert:before {
    background-size: 20px;
    align-content: center;
    padding: 4px;
    height: 20px;
    width: 20px;
    content: "";
    position: absolute;
    left: 20px;
    top: 12px;
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.application .alert ul, li {
    list-style-type: none;
    display: inline;
    padding-inline-start: 0;
}

.application .alert.alert-danger {
    color: #fff;
    background-color: #C93C66;
    z-index: 5;
}

    .application .alert.alert-danger:before {
        background-image: url("/img/error.svg");
    }

.application .alert.alert-warning {
    color: #282828;
    background-color: #E4C271;
    z-index: 4;
}

    .application .alert.alert-warning:before {
        background-image: url("/img/warning.svg");
    }

.application .alert.alert-info {
    color: #fff;
    background-color: #00679A;
    z-index: 3;
}

    .application .alert.alert-info:before {
        background-image: url("/img/info_white.svg");
    }

.application .alert.alert-success {
    color: #fff;
    background-color: #6BA491;
}

    .application .alert.alert-success:before {
        background-image: url("/img/success.svg");
    }

.alert-dismissible .close {
    top: 12px;
    right: 20px;
    position: fixed;
    color: #fff;
    opacity: 1;
}

button.close {
    background-color: transparent;
    border: none;
}

.application .v-alert {
    border: none;
    position: absolute;
    font-size: 14px;
    align-items: center;
    padding: 12px;
    height: 42px;
    max-width: 100%
}

    .application .v-alert.blue {
        background-color: #00679A;
        color: #fff;
        display: inline-flex;
    }

    .application .v-alert:before {
        margin-right: 12px;
        margin-top: 4px
    }

    .application .v-alert.red:before {
        content: url(../img/error.3779bceb.svg)
    }

    .application .v-alert.blue:before {
        content: url(../img/info_white.svg)
    }

    .application .v-alert.green:before {
        content: url(../img/success_white.50797812.svg)
    }

    .application .v-alert.yellow {
        color: inherit
    }

        .application .v-alert.yellow:before {
            content: url(../img/warning.471e533f.svg)
        }

        .application .v-alert.yellow .v-alert__dismissible:after {
            content: url(../img/close.svg)
        }

    .application .v-alert > i:first-child {
        display: none
    }

    .application .v-alert .v-alert__dismissible {
        width: 11px;
        display: block;
        padding-top: 4px;
        height: 100%
    }

        .application .v-alert .v-alert__dismissible > i {
            display: none
        }

        .application .v-alert .v-alert__dismissible:after {
            content: url(../img/close_white.svg)
        }

.application .v-overlay:before {
    background-color: #000
}

.application--wrap {
    flex: 1 1 auto;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    max-width: 100%;
    position: relative;
}

.login-form, .studies .study-sub-menu {
    background-color: #fff;
    border: 1px solid #D6D6D6;
}

.application .v-overlay--active:before {
    opacity: .7
}

.right {
    float: right;
}

.left {
    float: left;
}

.login-form {
    width: 442px;
    margin: auto, auto, auto, auto;
    padding: 20px 30px;
}

    .login-form .form-item-title {
        min-width: 142px;
    }

.reset-window, .error-window {
    width: 415px;
}

.help-window, .error-window {
    background-color: #fff;
    padding: 20px;
    30px;
}

.border-box {
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

input, button {
    cursor: pointer;
}

    input:disabled {
        background-color: #EFEFEF;
        cursor: pointer;
        color: inherit;
    }

    input, input:focus, .form-dropdown .dropdown li a, .dropdown-wrapper {
        font-family: Fabrikat-Regular, sans-serif;
    }

.container.grid-list-xl .layout .flex {
    padding: 12px;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
}

.container.grid-list-md .layout .flex {
    padding: 4px;
}

.studies .study-sub-menu .v-tabs__container {
    height: auto
}

    .studies .study-sub-menu .v-tabs__container .v-tabs__item {
        font-family: Fabrikat-Medium,sans-serif;
        font-size: 12px;
        line-height: 14px;
        color: #4e4e4e !important;
        opacity: 1 !important;
        text-transform: none;
        white-space: nowrap;
        display: block;
        padding: 10px;
        width: 70px
    }

        .studies .study-sub-menu .v-tabs__container .v-tabs__item > * {
            display: block;
            margin: 0 auto 5px
        }

    .studies .study-sub-menu .v-tabs__container .v-tabs__item--active {
        color: #f68428 !important;
        border-bottom: 3px solid #f68428;
        background-color: #fff9f4;
        padding-bottom: 3px;
        border-right: 1px solid #fde6d4;
        border-left: 1px solid #fde6d4
    }

    .studies .study-sub-menu .v-tabs__container > .v-tabs__div:first-child .v-tabs__item--active img {
        content: url(../img/info_active.43d7a58f.svg)
    }

    .studies .study-sub-menu .v-tabs__container > .v-tabs__div:nth-child(2) .v-tabs__item--active img {
        content: url(../img/content_active.5b71fa1c.svg)
    }

    .studies .study-sub-menu .v-tabs__container > .v-tabs__div:nth-child(3) .v-tabs__item--active img {
        content: url(../img/users_active.d52357c8.svg)
    }

    .studies .study-sub-menu .v-tabs__container > .v-tabs__div:nth-child(4) .v-tabs__item--active img {
        content: url(../img/sites_active.60251ead.svg)
    }

.dropdown-wrapper {
    font-size: 14px;
    border: 1px solid #848484;
    width: 113px;
    height: 40px;
    margin: 10px 10px 10px 0;
}

/* dropdown wrapper width for firefox */
@-moz-document url-prefix() {
    .dropdown-wrapper {
        width: 100px !important;
    }
}
/* edge */
@supports (-ms-ime-align: auto) {
    .dropdown-wrapper {
        width: 100px !important;
    }

    .app-tile.small img {
        max-width: 150px;
    }

    .nav-item, .dropdown li {
        position: relative;
        left: -40px;
    }

    a.nav-link {
        width: 100%;
        padding-right: 24px !important;
    }

    .dropdown-menu.active {
        box-sizing: border-box;
    }

    #ddlist {
        box-sizing: border-box;
    }
}

/* Safari 6.1 - 10.0*/
@media screen and (min-color-index:0) and(-webkit-min-device-pixel-ration:0) {
    @media {
        .dropdown-wrapper {
            width: 107px !important;
        }
    }
}
/* Safari 10.1 < 11 */
@media not all and (min-resolution:.001dpcm) {
    @media {

        .dropdown-wrapper {
            width: 107px !important;
        }
    }
}
/* Safari 11+ */
@media not all and (min-resolution:.001dpcm) {
    @supports(-webkit-appearance:none) and (stroke-color:transparent) {
        .dropdown-wrapper {
            width: 107px !important;
        }
    }
}

/* IE10+ */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
    main {
        height: 100vh;
        padding: 0 50px;
        box-sizing: border-box;
    }

    .nav-item, .dropdown li {
        position: relative;
        left: -40px;
    }

    .dropdown-wrapper {
        width: 99px;
    }
}

.dropdown-wrapper.reg-drop {
    width: 104px;
    margin: 0 10px 0px 12px;
}

span .dropdown-wrapper {
    margin: auto;
    color: #4E4E4E;
}

.dropdown-wrapper:after {
    clear: both;
    content: "";
    display: table;
}

.form-dropdown {
    position: relative;
    width: 100%;
    padding-left: 16px;
    padding-top: 10px;
    outline: none;
    cursor: pointer;
    box-sizing: border-box;
}

    .form-dropdown:after {
        content: url(../img/dropdown.svg);
        float: right;
        margin: 0 12px 0 0;
    }

    .form-dropdown .dropdown {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        list-style: none;
        background: #fff;
        opacity: 0;
        pointer-events: none;
        color: #848484;
        padding-inline-start: 0;
        display: block;
        border: 1px solid #848484;
        box-shadow: 0 5px 5px -3px rgba(0,0,0,.2),0 8px 10px 1px rgba(0,0,0,.14),0 3px 14px 2px rgba(0,0,0,.12) !important;
    }

        .form-dropdown .dropdown li {
            height: 37px;
        }

            .form-dropdown .dropdown li a {
                display: block;
                text-decoration: none;
                padding: 8px 16px;
                height: 100%;
                color: #4E4E4E;
            }

            .form-dropdown .dropdown li:hover a {
                background: rgba(0,0,0,.04);
                color: #00679A;
                border-left: 2px solid #00679A;
            }

a.selected {
    background: rgba(0, 0, 0, .04);
    color: #00679A;
    border-left: 2px solid #00679A;
}

.form-dropdown.active .dropdown {
    opacity: 1;
    pointer-events: auto;
    z-index: 999;
}

.dropdown-title {
    min-width: 50px
}

.mobile-dropdown {
    font-family: Fabrikat-Light, Fabrikat, sans-serif;
    font-size: 12px;
    width: 100%;
    border: 1px solid #4E4E4E;
    background: url("../img/dropdown.svg") no-repeat right center;
}

.custom-dropdown {
    display: block
}

    .custom-dropdown .v-menu__activator {
        border: 1px solid #848484;
        background-color: #fff;
        font-size: 14px;
        height: 40px;
    }

        .custom-dropdown .v-menu__activator .item-value {
            padding-left: 19px !important
        }

.custom-dropdown-disabled {
    pointer-events: none
}

.custom-input.v-text-field.v-text-field--solo.v-input--is-disabled, .custom-textarea.v-text-field.v-text-field--solo.v-input--is-disabled {
    pointer-events: inherit;
    cursor: pointer
}

.custom-dropdown-disabled .v-menu__activator {
    background-color: #efefef
}

.v-menu__content .custom-dropdown-list {
    margin-top: 0
}

    .v-menu__content .custom-dropdown-list .v-list__tile {
        font-size: 14px;
        line-height: 18px;
        height: 37px;
        padding-left: 16px !important;
        cursor: pointer
    }

    .v-menu__content .custom-dropdown-list .selected .v-list__tile {
        background-color: #f1f6f9;
        border-left: 3px solid #205e91;
        padding-left: 13px !important;
        color: #00679a
    }

.v-list {
    list-style-type: none;
    padding: 8px 0 8px;
    transition: inherit;
}

.selected[role="listitem"] {
    background-color: #F2F7FA;
    border-left: 3px solid #00679A;
    color: #00679A;
}

.custom-pagination {
    font-family: Fabrikat-Bold,sans-serif
}

    .custom-pagination .flex {
        padding: 0 !important
    }

    .custom-pagination .text-wrapper {
        align-items: center;
        display: flex;
        justify-content: flex-end
    }

    .custom-pagination .button-wrapper {
        align-items: center;
        display: flex
    }

        .custom-pagination .button-wrapper img {
            margin-top: 2px
        }

    .custom-pagination button {
        color: #282828 !important;
        font-size: 12px;
        line-height: 18px
    }

    .custom-pagination .v-pagination__navigation {
        margin: 0;
        box-shadow: none
    }

    .custom-pagination .v-pagination li:first-child button {
        background-image: url(../img/back.da097d22.svg) !important
    }

    .custom-pagination .v-pagination .v-pagination__navigation {
        background-color: transparent !important;
        background-image: url(../img/next.c0fa462c.svg) !important;
        background-repeat: no-repeat !important;
        background-position: 50% !important
    }

    .custom-pagination .v-pagination .v-pagination__item {
        box-shadow: none;
        width: 20px !important;
        min-width: 20px !important;
        height: 20px !important;
        background-color: transparent !important
    }

    .custom-pagination .v-pagination .v-pagination__item--active {
        background-color: #c9dce8 !important;
        color: #282828 !important
    }

.reports-table .reports-filter {
    background-color: #f1f6f9;
    border: 1px solid #95bcd1
}

.reports-table .v-table__overflow {
    height: calc(100vh - 214px);
    overflow-y: auto
}

.reports-table table {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-top-color: #464646;
    border-bottom-color: #464646;
    border-bottom-width: 2px;
    min-height: 558px
}

    .reports-table table tbody > div {
        padding: 8px 12px;
        border-bottom: 1px solid #d1d1d1 !important
    }

        .reports-table table tbody > div:last-child {
            border-bottom: none !important
        }

    .reports-table table .container.active-item {
        background-color: #f1f6f9;
        border-left: 4px solid #205e91;
        padding-left: 8px
    }

    .reports-table table .item-title {
        font-size: 14px;
        color: #00679a !important;
        font-weight: 700
    }

    .reports .download-button span, .reports-table table .item-date {
        font-size: 12px
    }

    .reports-table table .flex {
        align-items: center;
        display: flex
    }

        .reports-table table .flex.column {
            flex-direction: column;
            align-items: flex-start
        }

.reports-table .custom-pagination {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-bottom-color: #464646
}

.report {
    max-height: calc(100vh - 200px);
    overflow-y: auto
}

    .report .report-wrapper {
        background-color: #fff
    }

        .report .report-wrapper .prop-title {
            width: 125px;
            max-width: 125px
        }

        .report .report-wrapper .caption-orange {
            background-color: #f68428;
            text-align: center
        }

.application--is-rtl .v-date-picker-title .v-picker__title__btn, .v-footer div {
    text-align: right
}

.footer-links {
    padding-right: 34px !important;
}

.report .report-wrapper .caption-blue {
    background-color: #00679a
}

.report .report-wrapper .agenda-head {
    background-color: #c9dce8
}

    .report .report-wrapper .agenda-head .flex {
        border: 1px solid #000
    }

        .report .report-wrapper .agenda-head .flex:not(:last-child) {
            border-right: none
        }

.report .report-wrapper .agenda-body .flex {
    border: 1px solid #000;
    border-top: none
}

    .report .report-wrapper .agenda-body .flex:not(:last-child) {
        border-right: none
    }

.report .report-wrapper .notes-wrapper {
    border: 1px solid #000;
    padding: 15px
}

.reports .report-sub-header {
    height: 62px
}

    .reports .report-sub-header > .layout {
        background-color: #fff
    }

.reports .download-button {
    border-bottom: 3px solid #f68428;
    background-color: #fff9f4;
    border-right: 1px solid #fde6d4;
    border-left: 1px solid #fde6d4;
    padding: 10px 10px 3px;
    width: 70px;
    cursor: pointer
}

.details {
    max-height: calc(100vh - 128px);
    overflow-y: auto;
    width: 100%
}

    .details > .flex {
        background-color: #fff
    }

    .details .document-wrapper {
        background: 0 0
    }

input {
    border: none;
    min-height: 30px;
}

    input:focus {
        outline: none;
    }

.custom-input.v-text-field.v-text-field--solo.v-input--is-disabled .v-input__slot, .custom-textarea.v-text-field.v-text-field--solo.v-input--is-disabled .v-input__slot {
    background-color: #efefef
}

.custom-input-compact .close-button {
    cursor: pointer
}

.custom-input-compact.v-text-field.v-text-field--solo .v-input__control {
    min-height: 30px
}

.custom-input-compact.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) .v-input__slot {
    box-shadow: none;
    border: 1px solid #00679a;
    padding: 0 10px 0 15px;
    font-size: 14px;
    color: #4e4e4e !important;
    font-family: Fabrikat-Regular,sans-serif;
}

.custom-window-base .v-card__title .layout > div > :not(img) {
    display: inline
}

.custom-input.v-text-field.v-text-field--solo.v-input--is-disabled .v-input__append-inner, .custom-textarea.v-text-field.v-text-field--solo.v-input--is-disabled .v-input__append-inner {
    display: none
}

.custom-window-base .v-card__title img.close-icon {
    top: -15px;
    right: -15px;
    position: relative;
    cursor: pointer
}

.custom-input.v-text-field.v-text-field--solo .v-input__control {
    min-height: 40px
}

.custom-input.v-text-field.v-text-field--solo.small .v-input__control {
    height: 30px;
    min-height: 30px
}

.custom-input.v-text-field.v-text-field--solo .v-input__prepend-inner {
    padding-right: 15px;
    float: left;
}

img.input-icon {
    width: 21px;
    max-height: 19px;
    align-self: center;
}

.custom-input.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) .v-input__slot {
    box-shadow: none;
    border: 1px solid #848484;
    padding: 0 10px 0 15px;
    font-size: 14px;
    color: #4e4e4e !important;
    font-family: Fabrikat-Regular,sans-serif;
    display: flex;
    height: 40px;
    align-items: center;
}

.custom-input.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat).small .v-input__slot {
    padding: 0 5px;
    border: 1px solid #66a3c2
}

.custom-input.v-text-field.v-text-field--solo.error--text:not(.v-text-field--solo-flat) .v-input__slot {
    border: 1px solid #c93c66
}

.custom-input.v-text-field.v-text-field--solo.v-input--is-disabled .v-input__slot input {
    color: #4e4e4e !important
}

.study-tables .column-edit-btn {
    cursor: pointer
}

.study-tables table.v-table tbody td:not(:first-child) {
    padding: 0 5px
}

.study-tables table.v-table tbody td:first-child {
    padding-right: 10px
}

.ql-snow .ql-picker.ql-size {
    width: 60px
}

.document-table tr:hover .item-doc-icon {
    content: url(../img/doc_active.42ce71e5.svg);
    background-image: url(../img/doc_active.42ce71e5.svg)
}

.document-table tr:hover .item-blank-doc-icon {
    content: url(../img/doc_blank_active.bdab73e9.svg);
    background-image: url(../img/doc_blank_active.bdab73e9.svg)
}

.custom-textarea textarea {
    margin-top: 0 !important
}

.custom-textarea.v-text-field.v-text-field--solo .v-input__control {
    min-height: 40px
}

.custom-textarea.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) .v-input__slot {
    box-shadow: none;
    border: 1px solid #848484;
    padding: 0 10px 0 15px;
    font-size: 14px;
    color: #4e4e4e !important;
    font-family: Fabrikat-Regular,sans-serif
}

.custom-textarea.v-text-field.v-text-field--solo.error--text:not(.v-text-field--solo-flat) .v-input__slot {
    border: 1px solid #c93c66
}

.custom-textarea.v-text-field.v-text-field--solo.v-input--is-disabled .v-input__slot textarea {
    color: #4e4e4e !important
}

.edit-study-file-window .form-item-title {
    min-width: 70px
}

.study-checklist .column-edit-btn {
    cursor: pointer
}

.study-checklist table.v-table tbody td {
    padding-top: 10px;
    padding-bottom: 10px
}

    .study-checklist table.v-table tbody td:not(:first-child) {
        padding: 10px 5px
    }

    .study-checklist table.v-table tbody td:first-child {
        padding-right: 0
    }

.studies-table .v-table__overflow {
    height: calc(100vh - 214px);
    overflow-y: auto
}

.studies-table table {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-top-color: #464646;
    border-bottom-color: #464646;
    border-bottom-width: 2px;
    min-height: 558px
}

    .studies-table table tbody > div {
        padding: 8px 12px;
        border-bottom: 1px solid #d1d1d1 !important
    }

        .studies-table table tbody > div:last-child {
            border-bottom: none !important
        }

    .studies-table table .container.active-item {
        background-color: #f1f6f9;
        border-left: 4px solid #205e91;
        padding-left: 8px
    }

    .studies-table table .item-title {
        font-size: 14px;
        color: #00679a !important;
        font-weight: 700
    }

    .studies-table table .item-date {
        font-size: 12px
    }

    .studies-table table .flex {
        align-items: center;
        display: flex
    }

        .studies-table table .flex.column {
            flex-direction: column;
            align-items: flex-start
        }

.studies-table .custom-pagination {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-bottom-color: #464646
}

.v-footer {
    background-color: #ffffff !important;
    align-items: center;
    display: flex;
    flex: 0 1 auto !important;
    min-height: 36px;
    transition: .2s cubic-bezier(.4,0,.2,1)
}

    .v-footer div {
        color: #707071;
        font-size: 10px;
        line-height: 12px
    }

    .v-footer a {
        color: #707071;
        text-decoration: none;
        font-size: 10px;
        font-family: Fabrikat-Regular, sans-serif;
    }

.theme--light.v-footer {
    background: #f5f5f5;
    color: rgba(0,0,0,.87)
}

.theme--light.application {
    background: #fafafa;
    color: rgba(0,0,0,.87);
}

.theme--light.v-divider {
    border-color: rgba(0,0,0,.12);
}

.v-divider--vertical {
    align-self: stretch;
    border: solid;
    border-width: 0 thin 0 0;
    display: inline-flex;
    height: inherit;
    min-height: 100%;
    max-height: 100%;
    max-width: 0;
    width: 0;
    vertical-align: text-bottom;
}

.ml-4 {
    margin-left: 24px !important;
}

hr.v-divider--vertical {
    overflow: visible;
    margin: 1px;
    width: 0;
}

.v-divider {
    display: block;
    flex: 1 1 0px;
    height: 0;
    max-height: 0;
    border: solid;
    border-width: 0 thin 0 0;
    transition: inherit;
}



.theme--dark.v-footer {
    background: #212121;
    color: #fff
}

.v-footer--absolute, .v-footer--fixed {
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 3
}

.v-footer--inset {
    z-index: 2
}

.v-footer--absolute {
    position: absolute
}

.v-footer--fixed {
    position: fixed
}

.verification-form {
    width: 415px;
    background-color: #fff;
    padding: 10px 20px;
    border: 1px solid #D6D6D6;
}

.verification-form-text {
    width: 415px;
    padding: 10px 20px;
}

.reset-form {
    width: 500px;
    background-color: #fff
}

.reset-form-item-title {
    min-width: 130px
}

.add-placeholder-window .form-item-title, .edit-site-document-window .form-item-title {
    min-width: 70px
}

.add-study-user-window .users-list {
    max-height: 150px;
    overflow-y: scroll;
    padding: 0;
    border: 1px solid #848484
}

    .add-study-user-window .users-list > div:not(:last-child) {
        border-bottom: 1px solid #d6d6d6
    }

    .add-study-user-window .users-list .v-list__tile {
        height: auto;
        padding: 10px !important;
        line-height: 12px
    }

        .add-study-user-window .users-list .v-list__tile span {
            font-family: Fabrikat-Regular,sans-serif !important
        }

.add-study-user-window .form-item-title {
    min-width: 80px
}

.datepicker-title {
    min-width: 50px
}

.custom-datepicker-wrapper {
    display: block
}

    .custom-datepicker-wrapper .v-menu__activator {
        border: 1px solid #848484;
        background-color: #fff
    }

        .custom-datepicker-wrapper .v-menu__activator .item-value {
            padding-left: 19px !important
        }

.custom-datepicker .v-date-picker-header {
    font-size: 16px;
    padding: 0
}

    .custom-datepicker .v-date-picker-header .v-btn:before {
        display: none
    }

    .custom-datepicker .v-date-picker-header .v-date-picker-header__value {
        pointer-events: none;
        cursor: default;
        text-decoration: none;
        color: #000
    }

.custom-datepicker .v-date-picker-table {
    padding: 0;
    height: auto
}

    .custom-datepicker .v-date-picker-table tr th {
        font-family: Fabrikat-Bold,sans-serif;
        color: #282828 !important;
        padding: 0
    }

    .custom-datepicker .v-date-picker-table .v-btn {
        padding: 0;
        min-width: 10px
    }

    .custom-datepicker .v-date-picker-table .accent {
        background-color: #99c2d6;
        border: none
    }

.theme--light.v-picker__title {
    background: #e0e0e0
}

.theme--dark.v-picker__title {
    background: #616161
}

.theme--light.v-picker__body {
    background: #fff
}

.theme--dark.v-picker__body {
    background: #424242
}

.v-picker {
    border-radius: 2px;
    contain: layout style;
    display: inline-flex;
    flex-direction: column;
    vertical-align: top;
    position: relative
}

.v-picker--full-width {
    display: flex
}

.v-picker__title {
    color: #fff;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    padding: 16px
}

.v-picker__title__btn {
    transition: .3s cubic-bezier(.25,.8,.5,1)
}

    .v-picker__title__btn:not(.v-picker__title__btn--active) {
        opacity: .6;
        cursor: pointer
    }

        .v-picker__title__btn--active, .v-picker__title__btn:not(.v-picker__title__btn--active):hover:not(:focus) {
            opacity: 1
        }

.v-picker__title__btn--readonly {
    pointer-events: none
}

.v-picker__body {
    height: auto;
    overflow: hidden;
    position: relative;
    z-index: 0;
    flex: 1 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center
}

    .v-picker__body > div {
        width: 100%
    }

        .v-picker__body > div.fade-transition-leave-active {
            position: absolute
        }

.v-picker--landscape .v-picker__title {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    width: 170px;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    z-index: 1
}

.v-date-picker-header__value div, .v-date-picker-table table {
    transition: .3s cubic-bezier(.25,.8,.5,1);
    width: 100%
}

.v-picker--landscape .v-picker__actions, .v-picker--landscape .v-picker__body {
    margin-left: 170px
}

.v-date-picker-title {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    flex-wrap: wrap;
    line-height: 1
}

.v-date-picker-title__year {
    align-items: center;
    display: inline-flex;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 8px
}

.v-date-picker-title__date {
    font-size: 34px;
    text-align: left;
    font-weight: 500;
    position: relative;
    overflow: hidden;
    padding-bottom: 8px;
    margin-bottom: -8px
}

    .v-date-picker-title__date > div {
        position: relative
    }

.v-date-picker-title--disabled {
    pointer-events: none
}

.theme--light.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
    color: rgba(0,0,0,.87)
}

.theme--light.v-date-picker-header .v-date-picker-header__value--disabled button {
    color: rgba(0,0,0,.38)
}

.theme--dark.v-date-picker-header .v-date-picker-header__value:not(.v-date-picker-header__value--disabled) button:not(:hover):not(:focus) {
    color: #fff
}

.theme--dark.v-date-picker-header .v-date-picker-header__value--disabled button {
    color: hsla(0,0%,100%,.5)
}

.v-date-picker-header {
    padding: 4px 16px;
    align-items: center;
    display: flex;
    justify-content: space-between;
    position: relative
}

    .v-date-picker-header .v-btn {
        margin: 0;
        z-index: auto
    }

    .v-date-picker-header .v-icon {
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none
    }

.v-date-picker-header__value {
    flex: 1;
    text-align: center;
    position: relative;
    overflow: hidden
}

    .v-date-picker-header__value button {
        cursor: pointer;
        font-weight: 700;
        outline: 0;
        padding: .5rem;
        transition: .3s cubic-bezier(.25,.8,.5,1)
    }

.v-date-picker-header--disabled {
    pointer-events: none
}

.theme--light.v-date-picker-table .v-date-picker-table--date__week, .theme--light.v-date-picker-table th {
    color: rgba(0,0,0,.38)
}

.theme--dark.v-date-picker-table .v-date-picker-table--date__week, .theme--dark.v-date-picker-table th {
    color: hsla(0,0%,100%,.5)
}

.v-date-picker-table {
    position: relative;
    padding: 0 12px;
    height: 242px
}

    .v-date-picker-table table {
        top: 0;
        table-layout: fixed
    }

    .v-date-picker-table td, .v-date-picker-table th {
        text-align: center;
        position: relative
    }

    .v-date-picker-table th {
        font-size: 12px
    }

.v-date-picker-table--date .v-btn {
    height: 32px;
    width: 32px
}

.v-date-picker-table .v-btn {
    z-index: auto;
    margin: 0;
    font-size: 12px
}

    .v-date-picker-table .v-btn.v-btn--active {
        color: #fff
    }

.v-date-picker-table--month td {
    width: 33.333333%;
    height: 56px;
    vertical-align: middle;
    text-align: center
}

    .v-date-picker-table--month td .v-btn {
        margin: 0 auto;
        max-width: 160px;
        min-width: 40px;
        width: 100%
    }

.v-date-picker-table--date th {
    padding: 8px 0;
    font-weight: 600
}

.v-date-picker-table--date td {
    width: 45px
}

.v-date-picker-table__events {
    height: 8px;
    left: 0;
    position: absolute;
    text-align: center;
    white-space: pre;
    width: 100%
}

    .v-date-picker-table__events > div {
        border-radius: 50%;
        display: inline-block;
        height: 8px;
        margin: 0 1px;
        width: 8px
    }

.v-date-picker-table--date .v-date-picker-table__events {
    bottom: 6px
}

.v-date-picker-table--month .v-date-picker-table__events {
    bottom: 8px
}

.v-date-picker-table--disabled {
    pointer-events: none
}

.v-date-picker-years {
    font-size: 16px;
    font-weight: 400;
    height: 286px;
    list-style-type: none;
    overflow: auto;
    padding: 0;
    text-align: center
}

    .v-date-picker-years li {
        cursor: pointer;
        padding: 8px 0;
        transition: none
    }

        .v-date-picker-years li.active {
            font-size: 26px;
            font-weight: 500;
            padding: 10px 0
        }

        .v-date-picker-years li:hover {
            background: rgba(0,0,0,.12)
        }

.v-picker--landscape .v-date-picker-years {
    height: 286px
}

.custom-checkbox {
    cursor: pointer
}

    .custom-checkbox cb-icon {
        height: 20px
    }

.visit-info {
    background-color: #fff
}

    .visit-info .visit-date {
        font-family: Fabrikat-Bold,sans-serif
    }

        .visit-info .visit-date .regular {
            font-family: Fabrikat-Regular,sans-serif
        }

        .visit-info .visit-date * {
            white-space: nowrap
        }

        .visit-info .visit-date .flex:nth-child(2) {
            font-size: 76px;
            line-height: 76px
        }

    .visit-info .visit-details .flex {
        display: flex;
        align-items: center
    }

        .visit-info .visit-details .flex > span:first-child {
            width: 100px
        }

.v-toolbar, .v-toolbar .v-tabs {
    width: 100%
}

.visit-info .visit-details button {
    margin: 0 2.5px
}

    .visit-info .visit-details button:first-child {
        margin-left: 0
    }

    .visit-info .visit-details button:last-child {
        margin-right: 0
    }

.application-header {
    height: 50px;
    align-items: center;
    display: flex;
}

    .application-header .v-tabs__item {
        font-family: Fabrikat-Medium,sans-serif;
        font-size: 16px;
        line-height: 18px;
        color: #4e4e4e !important;
        opacity: 1 !important;
        text-transform: none;
        white-space: nowrap
    }

    .application-header .v-tabs__item--active {
        color: #f68428 !important
    }

.question-mark {
    max-width: 21px;
    max-height: 21px;
    cursor: pointer
}

.theme--light.v-toolbar {
    background-color: #f5f5f5;
    color: rgba(0,0,0,.87)
}

.theme--dark.v-toolbar {
    background-color: #212121;
    color: #fff
}

.cras-check, .registration-form, .site-users-check {
    background-color: #fff
}

.application--is-rtl .v-toolbar__title:not(:first-child) {
    margin-left: 0;
    margin-right: 20px
}

.v-toolbar {
    transition: none;
    box-shadow: 0 2px 4px -1px rgba(0,0,0,.2),0 4px 5px 0 rgba(0,0,0,.14),0 1px 10px 0 rgba(0,0,0,.12);
    position: relative;
    will-change: padding-left,padding-right
}

    .v-toolbar .v-btn-toggle, .v-toolbar .v-overflow-btn, .v-toolbar--card {
        box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)
    }

    .v-toolbar[data-booted=true] {
        transition: .2s cubic-bezier(.4,0,.2,1)
    }

    .v-toolbar .v-text-field--box, .v-toolbar .v-text-field--enclosed {
        margin: 0
    }

        .v-toolbar .v-text-field--box .v-text-field__details, .v-toolbar .v-text-field--enclosed .v-text-field__details {
            display: none
        }

.v-toolbar__title {
    font-size: 20px;
    font-weight: 500;
    letter-spacing: .02em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

    .v-toolbar__title:not(:first-child) {
        margin-left: 20px
    }

.v-toolbar__content, .v-toolbar__extension {
    align-items: center;
    display: flex;
    padding: 0 24px;
    width: 100%;
}

    .v-toolbar__content .v-btn--icon, .v-toolbar__extension .v-btn--icon {
        margin: 6px
    }

    .v-toolbar__content > :first-child, .v-toolbar__extension > :first-child {
        margin-left: 0
    }

        .v-toolbar__content > :first-child.v-btn--icon, .v-toolbar__extension > :first-child.v-btn--icon {
            margin-left: -6px
        }

        .v-toolbar__content > :first-child.v-menu .v-menu__activator .v-btn, .v-toolbar__content > :first-child.v-tooltip span .v-btn, .v-toolbar__extension > :first-child.v-menu .v-menu__activator .v-btn, .v-toolbar__extension > :first-child.v-tooltip span .v-btn {
            margin-left: 0
        }

        .v-toolbar__content > :first-child.v-menu .v-menu__activator .v-btn--icon, .v-toolbar__content > :first-child.v-tooltip span .v-btn--icon, .v-toolbar__extension > :first-child.v-menu .v-menu__activator .v-btn--icon, .v-toolbar__extension > :first-child.v-tooltip span .v-btn--icon {
            margin-left: -6px
        }

    .v-toolbar__content > :last-child, .v-toolbar__extension > :last-child {
        margin-right: 0
    }

        .v-toolbar__content > :last-child.v-btn--icon, .v-toolbar__extension > :last-child.v-btn--icon {
            margin-right: -6px
        }

        .v-toolbar__content > :last-child.v-menu .v-menu__activator .v-btn, .v-toolbar__content > :last-child.v-tooltip span .v-btn, .v-toolbar__extension > :last-child.v-menu .v-menu__activator .v-btn, .v-toolbar__extension > :last-child.v-tooltip span .v-btn {
            margin-right: 0
        }

        .v-toolbar__content > :last-child.v-menu .v-menu__activator .v-btn--icon, .v-toolbar__content > :last-child.v-tooltip span .v-btn--icon, .v-toolbar__extension > :last-child.v-menu .v-menu__activator .v-btn--icon, .v-toolbar__extension > :last-child.v-tooltip span .v-btn--icon {
            margin-right: -6px
        }

    .v-toolbar__content > .v-list, .v-toolbar__extension > .v-list {
        flex: 1 1 auto;
        max-height: 100%
    }

        .v-toolbar__content > .v-list:first-child, .v-toolbar__extension > .v-list:first-child {
            margin-left: -24px
        }

        .v-toolbar__content > .v-list:last-child, .v-toolbar__extension > .v-list:last-child {
            margin-right: -24px
        }

@media only screen and (max-width:959px) {
    .v-toolbar__content, .v-toolbar__extension {
        padding: 0 16px
    }

        .v-toolbar__content > .v-list:first-child, .v-toolbar__extension > .v-list:first-child {
            margin-left: -16px
        }

        .v-toolbar__content > .v-list:last-child, .v-toolbar__extension > .v-list:last-child {
            margin-right: -16px
        }
}

@media only screen and (min-width: 960px) {
    .container {
        max-width: 900px;
    }
}

.v-toolbar__extension > .v-toolbar__title {
    margin-left: 72px
}

.v-toolbar__items {
    display: flex;
    height: inherit;
    max-width: 100%;
    padding: 0
}

    .v-toolbar__items .v-btn {
        align-items: center;
        align-self: center
    }

    .v-toolbar__items .v-tooltip, .v-toolbar__items .v-tooltip > span {
        height: inherit
    }

    .v-toolbar__items .v-btn:not(.v-btn--floating):not(.v-btn--icon), .v-toolbar__items .v-menu, .v-toolbar__items .v-menu__activator {
        height: inherit;
        margin: 0
    }

.v-tooltip__content {
    background: #fff;
    border-radius: 2px;
    color: #4E4E4E;
    font-size: 14px;
    display: inline-block;
    padding: 5px 8px;
    position: absolute;
    text-transform: none;
    width: auto;
    max-width: 330px;
    margin-top: -50px;
    display: none;
    z-index: 999;
    border: 1px solid #D6D6D6;
}

    .v-tooltip__content.short {
        margin-left: 305px;
    }

    .v-tooltip__content.med {
        margin-left: 310px;
    }

    .v-tooltip__content.long {
        margin-left: 328px;
    }

    .v-tooltip__content.registration {
        position: absolute;
        width: 336px;
        height: 174px;
        top: 168px;
        left: 542px;
    }

.v-tooltip:hover .v-tooltip__content {
    display: block;
}

.v-tooltip__content .dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    display: inline-block;
    margin-right: 7px;
}

    .v-tooltip__content .dot.red {
        background-color: #C93C66;
    }

    .v-tooltip__content .dot.green {
        background-color: #6BA491;
    }

.v-tooltip .v-tooltip__content::after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 20%;
    transform: translate(-50%,-50%) rotate(45deg);
    background-color: #fff;
    border-bottom: 1px solid #D6D6D6;
    border-left: 1px solid #D6D6D6;
    display: inherit;
}

.v-tooltip .v-tooltip__content.reg-new::after {
    top: 50%;
}

input:-webkit-autofill {
    background-color: rgb(232, 240, 254) !important;
    background-image: none !important;
    color: rgb(0, 0, 0) !important;
}

.v-toolbar .v-input {
    margin: 0
}

.v-toolbar .v-overflow-btn .v-input__control:before, .v-toolbar .v-overflow-btn .v-input__slot:before {
    display: none
}

.v-toolbar--card {
    border-radius: 2px 2px 0 0
}

.study-sites .v-expansion-panel.sites-list, .v-expansion-panel.users-list {
    box-shadow: none
}

.v-toolbar--fixed {
    position: fixed;
    z-index: 2
}

.v-toolbar--absolute, .v-toolbar--fixed {
    top: 0;
    left: 0
}

.v-toolbar--absolute {
    position: absolute;
    z-index: 2
}

.v-toolbar--floating {
    display: inline-flex;
    margin: 16px;
    width: auto
}

.v-toolbar--clipped {
    z-index: 3
}

.add-site-window .prop-label {
    width: 100px;
    display: inline-block
}

.registration-form {
    width: 500px
}

.site-users-check .block-label {
    font-family: Fabrikat-Bold,sans-serif;
    display: flex;
    align-items: center
}

.site-users-check .block-content {
    display: flex;
    border: 1px solid #6ba491
}

    .site-users-check .block-content .items-wrapper {
        width: 100%;
        flex: 1
    }

.details-form-item-title {
    min-width: 110px
}

.form-separator {
    border-bottom: 1px solid #d1d1d1 !important
}

.cras-check .block-label {
    font-family: Fabrikat-Bold,sans-serif;
    display: flex;
    align-items: center
}

.cras-check .block-content {
    display: flex;
    border: 1px solid #8a698e
}

.add-study-site-window .bordered, .edit-visit-window .bordered {
    border: 1px dashed #848484;
    padding: 10px
}

.cras-check .block-content .items-wrapper {
    width: 100%;
    flex: 1
}

.edit-visit-window .form-item-title {
    min-width: 100px
}

.add-study-site-window .flex.masked, .add-study-site-window .layout.masked {
    opacity: .3;
    pointer-events: none
}

.add-study-site-window .bordered {
    min-height: 250px
}

.add-study-site-window .form-item-title {
    width: 70px;
    min-width: 70px;
    font-family: Fabrikat-Medium,sans-serif
}

.spinner {
    font-family: Avenir,Helvetica,Arial,sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: center;
    color: #2c3e50
}

.loader-box {
    background: #999;
    border-radius: 4px;
    max-width: 120px;
    height: 50px;
    margin: 150px auto;
    display: flex;
    flex-flow: row wrap;
    align-items: center;
    justify-content: center
}

.fader {
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.2);
    display: table;
    transition: opacity .3s ease;
    text-align: center
}

.v-expansion-panel__body, .v-expansion-panel__container {
    transition: .3s cubic-bezier(.25,.8,.5,1)
}

.lds-ellipsis {
    margin-left: 24px;
    display: inline-block;
    position: relative;
    width: 90px
}

    .lds-ellipsis div {
        position: absolute;
        top: 0;
        width: 11px;
        height: 11px;
        border-radius: 50%;
        background: #ddd;
        -webkit-animation-timing-function: cubic-bezier(0,1,1,0);
        animation-timing-function: cubic-bezier(0,1,1,0)
    }

        .lds-ellipsis div:first-child {
            left: 6px;
            -webkit-animation: lds-ellipsis1 .6s infinite;
            animation: lds-ellipsis1 .6s infinite
        }

        .lds-ellipsis div:nth-child(2) {
            left: 6px
        }

        .lds-ellipsis div:nth-child(2), .lds-ellipsis div:nth-child(3) {
            -webkit-animation: lds-ellipsis2 .6s infinite;
            animation: lds-ellipsis2 .6s infinite
        }

        .lds-ellipsis div:nth-child(3) {
            left: 26px
        }

        .lds-ellipsis div:nth-child(4) {
            left: 45px;
            -webkit-animation: lds-ellipsis3 .6s infinite;
            animation: lds-ellipsis3 .6s infinite
        }

@-webkit-keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes lds-ellipsis1 {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@keyframes lds-ellipsis3 {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    to {
        -webkit-transform: scale(0);
        transform: scale(0)
    }
}

@-webkit-keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(19px);
        transform: translate(19px)
    }
}

@keyframes lds-ellipsis2 {
    0% {
        -webkit-transform: translate(0);
        transform: translate(0)
    }

    to {
        -webkit-transform: translate(19px);
        transform: translate(19px)
    }
}

.study-information {
    background-color: #fff
}

    .study-information .form-item-title {
        min-width: 140px
    }

.study-sites .sites-filter {
    background-color: #f1f6f9;
    border: 1px solid #95bcd1
}

    .study-sites .sites-filter .input-label {
        width: 100px
    }

    .study-sites .sites-filter .spacer.custom {
        width: 40px;
        max-width: 40px;
        flex-grow: unset !important
    }

    .study-sites .sites-filter img.close-icon {
        top: -11px;
        right: -9px;
        position: relative;
        cursor: pointer
    }

.study-sites .expand-container {
    max-height: calc(100vh - 266px);
    overflow-y: auto;
    width: 100%
}

.study-sites .study-sites-placeholder {
    background-color: #f6f6f6 !important;
    border: 1px dashed #d6d6d6 !important
}

.study-sites .v-expansion-panel.sites-list .site-list-item {
    border: 1px solid #d6d6d6;
    background-color: #fff;
    margin-bottom: 5px
}

    .study-sites .v-expansion-panel.sites-list .site-list-item .v-expansion-panel__header {
        cursor: auto;
        pointer-events: none;
        padding: 0;
        line-height: 14px
    }

        .study-sites .v-expansion-panel.sites-list .site-list-item .v-expansion-panel__header .clickable {
            cursor: pointer;
            pointer-events: auto
        }

    .study-sites .v-expansion-panel.sites-list .site-list-item.v-expansion-panel__container--active .expand-icon > img {
        content: url(../img/collapse.f2e491f2.svg)
    }

    .study-sites .v-expansion-panel.sites-list .site-list-item.v-expansion-panel__container--active .v-expansion-panel__header {
        border-bottom: 1px solid #d6d6d6
    }

    .study-sites .v-expansion-panel.sites-list .site-list-item .form-item-title {
        width: 70px;
        min-width: 70px;
        font-family: Fabrikat-Medium,sans-serif
    }

    .study-sites .v-expansion-panel.sites-list .site-list-item .v-card__actions {
        padding: 0;
        display: flex;
        justify-content: flex-end
    }

        .study-sites .v-expansion-panel.sites-list .site-list-item .v-card__actions .site-no-field {
            width: 100px;
            max-width: 100px
        }

.study-content .study-content-header {
    border-bottom: 1px solid #bcbcbc
}

    .study-content .study-content-header .v-tabs__bar {
        background: 0 0
    }

        .study-content .study-content-header .v-tabs__bar .v-tabs__container {
            height: auto
        }

            .study-content .study-content-header .v-tabs__bar .v-tabs__container .v-tabs__item {
                font-family: Fabrikat-Medium,sans-serif;
                font-size: 16px;
                line-height: 18px;
                color: #00679a;
                opacity: 1 !important;
                text-transform: none;
                white-space: nowrap;
                padding-top: 0
            }

.layout.row {
    display: flex;
}

.button-row {
    padding: 8px 7px 0 0;
}

.align-center.layout.row {
    align-items: center;
}

.align-center.row {
    align-items: center;
}

.align-bottom.row {
    align-items: flex-end;
}

.justify-end {
    justify-content: flex-end;
}

.justify-center {
    justify-content: center;
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
    margin-left: auto;
}

.add-study-window .studies-list .v-list__tile .study-details .layout.row > span, .search-item {
    font-size: 14px
}

.layout.column {
    flex-direction: column;
}

.study-content .study-content-header .v-tabs__bar .v-tabs__container .v-tabs__item--active {
    font-family: Fabrikat-Bold,sans-serif;
    color: #f68428 !important
}

.edit-cra-document-window .form-item-title {
    min-width: 70px
}

.delete-study-user-window .layout.text-wrapper > div > :not(img) {
    display: inline
}

.step {
    color: #f68428 !important
}

.add-study-window .studies-list {
    max-height: 300px;
    overflow-y: scroll;
    padding: 0;
    border: 1px solid #848484
}

    .add-study-window .studies-list > div:not(:last-child) {
        border-bottom: 1px solid #d6d6d6
    }

    .add-study-window .studies-list .v-list__tile {
        height: auto;
        padding: 10px !important
    }

        .add-study-window .studies-list .v-list__tile .study-details .layout.row > span:first-child {
            width: 110px;
            min-width: 110px
        }

        .add-study-window .studies-list .v-list__tile .study-details .layout.row > span:nth-child(2) {
            width: 300px
        }

.custom-combobox.v-text-field.v-text-field--solo .v-input__control {
    min-height: 40px
}

    .custom-combobox.v-text-field.v-text-field--solo .v-input__control .v-input__prepend-inner {
        padding-right: 15px
    }

.custom-combobox.v-text-field.v-text-field--solo.large .v-input__control {
    min-height: 48px
}

.custom-combobox.v-text-field.v-text-field--solo.large .v-input__append-inner {
    display: none
}

.custom-combobox.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) .v-input__slot {
    box-shadow: none;
    border: 1px solid #848484;
    font-size: 14px;
    color: #4e4e4e !important;
    font-family: Fabrikat-Regular,sans-serif;
    padding: 0 10px;
    display: flex;
}

    .custom-combobox.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat) .v-input__slot .v-input__prepend-inner {
        align-self: flex-start;
        margin-top: 6px
    }

.custom-combobox.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat).border-purple .v-input__slot {
    border-color: #8a698e
}

.custom-combobox.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat).border-green .v-input__slot {
    border-color: #6ba491
}

.custom-combobox.v-text-field.v-text-field--solo:not(.v-text-field--solo-flat).large .v-input__slot {
    padding: 5px 10px
}

.v-text-field > .v-input__control > .v-input__slot > .v-text-field__slot {
    display: flex;
    flex: 1 1 auto;
    position: relative;
}

.v-text-field.v-text-field--solo .v-text-field__slot {
    align-items: center;
}

.search-item {
    line-height: 18px;
    cursor: pointer
}

    .search-item:hover {
        background-color: #f1f6f9;
        border-left: 3px solid #205e91;
        padding-left: 13px !important;
        color: #00679a
    }

div.hooker ~ div a:hover {
    background: 0 0 !important;
    color: #000
}

div.hooker.purple ~ div .search-item:hover {
    background-color: #fff;
    border-left: 3px solid #8a698e;
    color: #8a698e
}

div.hooker.green ~ div .search-item:hover {
    background-color: #fff;
    border-left: 3px solid #6ba491;
    color: #6ba491
}

@media all {
    .reports-filter, .visits-filter, div.fluid:not(.container), div.fluid:not(.container) .v-table__overflow {
        width: 418px
    }

        div.fluid:not(.container) .fixed {
            position: fixed
        }
}

@media (max-width:1367px) {
    .reports-filter, .visits-filter, div.fluid:not(.container):not(.studies-table), div.fluid:not(.container):not(.studies-table) .v-table__overflow {
        width: 285px
    }
}

@media (min-width:1368px) {
    .reports-filter, .visits-filter, div.fluid:not(.container), div.fluid:not(.container) .v-table__overflow {
        width: 418px
    }
}

@media (min-width:1920px) {
    .reports-filter, .visits-filter, div.fluid:not(.container), div.fluid:not(.container) .v-table__overflow {
        width: 600px
    }
}

.visits-table .visits-filter {
    background-color: #f1f6f9;
    border: 1px solid #95bcd1
}

.visits-table .v-table__overflow {
    height: calc(100vh - 214px);
    overflow-y: auto
}

.visits-table table {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-top-color: #464646;
    border-bottom-color: #464646;
    border-bottom-width: 2px;
    min-height: 558px
}

    .visits-table table tbody > div {
        padding: 8px 12px;
        border-bottom: 1px solid #d1d1d1 !important
    }

        .visits-table table tbody > div:last-child {
            border-bottom: none !important
        }

    .visits-table table .container.active-item {
        background-color: #f1f6f9;
        border-left: 4px solid #205e91;
        padding-left: 8px
    }

    .visits-table table .placeholders {
        font-size: 12px;
        margin-left: -10px;
        margin-top: 2px
    }

    .visits-table table .item-title {
        font-size: 14px;
        color: #00679a !important;
        font-weight: 700
    }

    .visits-table table .item-date {
        font-size: 12px
    }

    .visits-table table .flex {
        align-items: center;
        display: flex
    }

        .visits-table table .flex.column {
            flex-direction: column;
            align-items: flex-start
        }

.visits-table .custom-pagination {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    border-bottom-color: #464646
}

.profile-window {
    background-color: #fff;
    width: 415px;
    max-height: 70vh;
}

    .profile-window .form-item-title {
        width: 75px;
    }

.logout-window, .reset-window {
    background-color: #fff;
    padding: 26px 75px 26px 75px;
    border: 1px solid #D6D6D6;
}

a.PostLogoutRedirectUri {
    font-size: 16px;
}

.v-dialog {
    box-shadow: 0 11px 15px -7px rgba(0,0,0,.2), 0 24px 38px 3px rgba(0,0,0,.14), 0 9px 46px 8px rgba(0,0,0,.12);
    border-radius: 2px;
    margin: 24px auto;
    overflow-y: auto;
    pointer-events: auto;
    transition: .3s cubic-bezier(.25,.8,.25,1);
    width: 100%;
    z-index: inherit;
}

    .v-dialog:not(.v-dialog--fullscreen) {
        max-height: 90%;
    }

.delete-visit-window .visit-details .flex {
    display: flex;
    align-items: center
}

    .delete-visit-window .visit-details .flex > span:first-child {
        width: 100px;
        color: #00679a;
        font-family: Fabrikat-Bold,sans-serif
    }

.change-password-window .form-item-title {
    width: 130px
}

.change-password-window {
    width: 500px;
    background-color: #fff;
}

.profile-menu .v-menu__activator .v-tabs__item {
    min-width: 135px
}

.profile-menu .v-tabs__item {
    font-size: 14px !important
}

.v-menu__content {
    border: none;
    border: 1px solid #7b7b7b;
}

#profile_menu_content {
    min-width: 162px;
    top: 47px;
    left: 544px;
    transform-origin: left top;
    z-index: 8;
    border: none;
}

.profile-menu-list {
    position: relative;
}

.v-menu__content .profile-menu-list .v-list__tile {
    font-size: 14px;
    line-height: 18px;
    height: 37px;
    padding-left: 16px !important;
    cursor: pointer;
}

    .v-menu__content .profile-menu-list .v-list__tile:hover {
        background-color: #f1f6f9;
        border-left: 3px solid #205e91;
        padding-left: 13px !important;
        color: #00679a
    }

.v-menu__content .profile-menu-list div:first-child:hover img {
    content: url(../img/lock_active.svg)
}

.v-menu__content .profile-menu-list div:nth-child(2):hover img {
    content: url(../img/user_login_active.svg)
}

.v-menu__content .profile-menu-list div:nth-child(3):hover img {
    content: url(../img/logout_active.svg)
}

.expand-container {
    max-height: calc(100vh - 266px);
    overflow-y: auto;
    width: 100%
}

.study-users-placeholder {
    background-color: #f6f6f6 !important;
    border: 1px dashed #d6d6d6 !important
}

.v-expansion-panel.users-list .user-list-item {
    border: 1px solid #d6d6d6;
    background-color: #fff;
    margin-bottom: 5px
}

    .v-expansion-panel.users-list .user-list-item .v-expansion-panel__header {
        cursor: auto;
        pointer-events: none;
        padding: 0;
        line-height: 14px
    }

        .v-expansion-panel.users-list .user-list-item .v-expansion-panel__header .clickable {
            cursor: pointer;
            pointer-events: auto
        }

    .v-expansion-panel.users-list .user-list-item.v-expansion-panel__container--active .expand-icon > img {
        content: url(../img/collapse.f2e491f2.svg)
    }

    .v-expansion-panel.users-list .user-list-item.v-expansion-panel__container--active .v-expansion-panel__header {
        border-bottom: 1px solid #d6d6d6
    }

    .v-expansion-panel.users-list .user-list-item .form-item-title {
        min-width: 70px
    }

    .v-expansion-panel.users-list .user-list-item .v-card__actions {
        padding: 0;
        display: flex;
        justify-content: flex-end
    }

    .v-expansion-panel.users-list .user-list-item .sites-list {
        max-height: 240px;
        overflow-y: auto;
        padding: 0;
        border: 1px solid #00679a;
        border-top-width: 3px
    }

        .v-expansion-panel.users-list .user-list-item .sites-list > div:not(:last-child) {
            border-bottom: 1px solid #d6d6d6
        }

        .v-expansion-panel.users-list .user-list-item .sites-list .v-list__tile {
            height: auto;
            padding: 10px !important;
            line-height: 12px
        }

            .v-expansion-panel.users-list .user-list-item .sites-list .v-list__tile span {
                font-family: Fabrikat-Regular,sans-serif !important
            }

.theme--light.v-expansion-panel .v-expansion-panel__container {
    border-top: 1px solid rgba(0,0,0,.12);
    background-color: #fff;
    color: rgba(0,0,0,.87)
}

    .theme--light.v-expansion-panel .v-expansion-panel__container .v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
        color: rgba(0,0,0,.54)
    }

.theme--light.v-expansion-panel .v-expansion-panel__container--disabled {
    color: rgba(0,0,0,.38)
}

.theme--light.v-expansion-panel--focusable .v-expansion-panel__container:focus {
    background-color: #eee
}

.theme--dark.v-expansion-panel .v-expansion-panel__container {
    border-top: 1px solid hsla(0,0%,100%,.12);
    background-color: #424242;
    color: #fff
}

    .theme--dark.v-expansion-panel .v-expansion-panel__container .v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
        color: #fff
    }

.theme--dark.v-expansion-panel .v-expansion-panel__container--disabled {
    color: hsla(0,0%,100%,.5)
}

.theme--dark.v-expansion-panel--focusable .v-expansion-panel__container:focus {
    background-color: #494949
}

.v-expansion-panel {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    list-style-type: none;
    padding: 0;
    text-align: left;
    width: 100%;
    box-shadow: 0 2px 1px -1px rgba(0,0,0,.2),0 1px 1px 0 rgba(0,0,0,.14),0 1px 3px 0 rgba(0,0,0,.12)
}

.v-expansion-panel__container {
    flex: 1 0 100%;
    max-width: 100%
}

    .v-expansion-panel__container:first-child {
        border-top: none !important
    }

    .v-expansion-panel__container .v-expansion-panel__header__iconnel__header__icon {
        margin-left: auto
    }

.v-expansion-panel__container--disabled .v-expansion-panel__header {
    pointer-events: none
}

.v-expansion-panel__container--active > .v-expansion-panel__header .v-expansion-panel__header__icon .v-icon {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.v-expansion-panel__header {
    display: flex;
    cursor: pointer;
    align-items: center;
    position: relative;
    padding: 12px 24px;
    min-height: 48px
}

    .v-expansion-panel__header > :not(.v-expansion-panel__header__icon) {
        flex: 1 1 auto
    }

.v-expansion-panel__body > .v-card {
    border-radius: 0;
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12) !important
}

.v-expansion-panel--inset, .v-expansion-panel--popout {
    box-shadow: 0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)
}

    .v-expansion-panel--inset .v-expansion-panel__container--active, .v-expansion-panel--popout .v-expansion-panel__container--active {
        margin: 16px;
        box-shadow: 0 3px 3px -2px rgba(0,0,0,.2),0 3px 4px 0 rgba(0,0,0,.14),0 1px 8px 0 rgba(0,0,0,.12)
    }

    .v-expansion-panel--inset .v-expansion-panel__container, .v-expansion-panel--popout .v-expansion-panel__container {
        max-width: 95%
    }

    .v-expansion-panel--popout .v-expansion-panel__container--active {
        max-width: 100%
    }

    .v-expansion-panel--inset .v-expansion-panel__container--active {
        max-width: 85%
    }

.complete-form {
    width: 500px;
    background-color: #fff
}

.show-on-mobile {
    display: none !important;
}

.nav-text-sm, .nav-text-md {
    display: none;
}

.nav-text-lg {
    display: block;
}

@media only screen and (max-width:1366px) {
    .nav-text-sm, .nav-text-lg {
        display: none;
    }

    .nav-text-md {
        display: block;
    }
}

/* Mobile Phones*/
@media only screen and (max-width:600px) {
    .login-form, .reset-window, .verification-form, .logout-window, .large-window, .help-window, .profile-window, .error-window {
        width: 250px !important;
        padding: 10px 15px !important;
        max-height: 70vh;
    }

    .layout.row {
        flex-wrap: wrap;
    }

    .pl-sm-2p {
        padding-left: 2px !important;
    }

    .footer-links {
        width: 180px;
        padding-right: 24px !important;
    }

    .container.grid-list-xl .layout .flex, .container.grid-list-xl .layout .flex {
        padding: 4px !important;
    }

    button.v-btn {
        margin: 10px 0 0 5px;
    }

    .hide-on-mobile {
        display: none;
    }

    .show-on-mobile {
        display: inline !important;
    }

    .outside-text {
        box-sizing: border-box;
        padding: 8px 24px !important;
    }

    span.medium {
        font-size: 12px;
    }

    .check-container {
        font-size: 10px;
        margin-left: 0
    }

    .checkmark {
        top: 2px;
    }

    .submit-row {
        flex-direction: column-reverse;
    }

        .submit-row * {
            margin-left: auto;
        }

    .page-content {
        padding: 0 4px;
    }

    main {
        padding: 48px 0 68px 0 !important;
    }

    tr td:first-child {
        width: auto;
    }

    .v-tooltip__content, .v-tooltip__content.short, .v-tooltip__content.med, .v-tooltip__content.long {
        margin-left: 0;
        margin-top: 10px;
        width: 225px;
        position: relative !important;
    }

        .v-tooltip__content.long::after, .v-tooltip__content.short::after {
            position: relative !important;
            border-bottom: none !important;
            border-top: 1px solid #D6D6D6;
            top: -165px !important;
            left: 50% !important;
        }

        .v-tooltip__content.reg-new::after {
            position: absolute;
            border-bottom: none !important;
            border-top: 1px solid #D6D6D6;
            margin-top: -91px !important;
            left: 50% !important;
        }

    .nav-text-md, .nav-text-lg {
        display: none;
    }

    .nav-text-sm {
        display: block;
    }

    .profile-menu-list {
        width: 101px;
    }

        .profile-menu-list .dropdown-menu {
            position: fixed;
            left: 0;
            width: 99%;
        }

    #profile_menu_wrapper {
        width: 100px;
    }
}

input[readonly], input[readonly="readonly"] {
    background-color: #efefef;
}
span.is-invalid  {
    color: red !important;
    font-size: 12px;
}