@font-face {
    font-family: "Lubalin Graph XLight Regular";
    src: url("Lubalin Graph XLight Regular.ttf");
}

@font-face {
    font-family: "Avenir";
    src: url("Avenir.ttc");
}

.partner-font {
    font-family: 'Avenir', Arial, sans-serif;
}

.partner-header-font {
    font-family: 'Lubalin Graph XLight Regular', Arial, sans-serif;
}

body {
    background-color: #283d49;
}

.app {
    background-color: #dbd6d6;
}

.dropdown-toggle {
    color: #e8eaec !important
}

/*.nav-item {
    color:#e8eaec!important
}

.nav-link {
    color:#e8eaec!important
}*/

.modal-content {
    background-color: #dbd6d6;
}

.btn-outline-info {
    border-color: #37827D;
    border-width: 3px;
    color: #37827D;
    background-color: #dbd6d6;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 65px;
    width: 268px;

    vertical-align: middle;
}

.big-btn-outline-info {
    border-color: #37827D;
    border-width: 3px;
    color: #37827D;
    background-color: #dbd6d6;
    font-weight: bold;
    margin-top: 3px;
    margin-bottom: 3px;
    height: 65px;
    width: 268px;

    vertical-align: middle;
}

.big-btn-outline-info:disabled,
.big-btn-outline-info[disabled] {
    border: 3px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.small-btn-outline-info {
    border-color: #37827D;
    border-width: 3px;
    color: #37827D;
    background-color: #dbd6d6;
    font-weight: bold;
    vertical-align: middle;
}

.small-btn-outline-info:disabled,
.small-btn-outline-info[disabled] {
    border: 3px solid #999999;
    background-color: #cccccc;
    color: #666666;
}

.login-button {
    color: white;
    background-color: #37827D;
    font-weight: bold;
    vertical-align: middle;
    width: 100%;
    border: 0;
}

.login-button:disabled,
.login-button[disabled] {
    border: 0;
    background-color: #cccccc;
    color: #666666;
}

.btn-outline-info:hover {
    color: #abb0b2;
    background-color: #009a9a;
}

.btn-outline-info:focus,
.btn-outline-info.focus {
    box-shadow: 0 0 0 .2rem rgba(0, 128, 128, 0.5)
}

.btn-outline-info .iconRight {
    background: url("../assets/arrow-forward.png");
    float: right;
    width: 20px;
    height: 20px;
    margin-left: 5px;
    vertical-align: middle;
}

.btn-outline-info .iconLeft {
    background: url("../assets/arrow-back.png");
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 5px;
    vertical-align: middle;
}

.grayedOut {
    opacity: 0.4;
}

.btn .span {
    display: inline-block;
    text-align: center;
    height: 100%;
    vertical-align: middle;
}

.info-b-link {
    color: #37827D;
    text-decoration: underline;
}

.m-10 {
    margin-left: 120px;
    margin-right: 120px;
}

.m-11 {
    padding-top: 35.48px;
    margin-left: 120px;
    margin-right: 120px;
    min-height: 500px;
}

@media (max-width: 480px) {
    .responsive-m-11 {
        padding-top: 35.48px;
        margin-left: 20px;
        margin-right: 20px;
        min-height: 500px;
    }
}

@media (min-width: 481px) {
    .responsive-m-11 {
        padding-top: 35.48px;
        margin-left: 120px;
        margin-right: 120px;
        min-height: 500px;
    }
}

.dark-m-11 {
    padding-top: 35.48px;
    margin-left: 120px;
    margin-right: 120px;
    min-height: 500px;
    background-color: #283d49;
}

.ml-100 {
    margin-left: 100px;
}

.mr-100 {
    margin-right: 100px;
}

.ml-120 {
    margin-left: 120px;
}

.mr-120 {
    margin-right: 120px;
}

.mb-50 {
    margin-bottom: 50px;

}

.border-vnl {
    border-style: solid;
    border-width: 2px;
    border-color: #529490;
}

h1 {
    padding-bottom: 19.52px;
}

.vnl-h1 {
    padding-bottom: 19.52px;
}

bdo {
    padding-bottom: 19.52px;
}

.alignRight {
    text-align: right;
}

.alignLeft {
    text-align: left;
}

.alignCenter {
    text-align: center;
}

.collab_step {
    color: #7e606f;
    margin-left: 30px;
    width: 90px;
}

.collab_substep {
    color: #37827D;
    font-weight: bold;
    text-decoration: underline;
    margin-left: 149px;
    margin-top: 40px;
    height: 30px;
}

.partner_link {
    color: #37827D;
    font-weight: bold;
    text-decoration: underline;
}

.help_text {
    color: #594d4c;
}

.vnl_link {
    color: #37827D;
    font-weight: bold;
    text-decoration: underline;
    vertical-align: middle;
    height: 30px;
}

.collab_header {
    padding: 0;
    margin: 0;
}

.collab_substep_label {
    font-weight: bold;
    margin-left: 149px;
    padding: 0;
}

.studysetup {
    margin-top: 19.52px;
    margin-bottom: 34px;
}

.collab_step_text {
    width: 830px;
    margin-left: 39px;
    text-align: left;
}

.big_radio {
    height: 25px;
    width: 25px;
}

.big_check {
    height: 25px;
    width: 25px;
}

.custom-control-input~.custom-control-indicator {
    background-color: grey !important; // select the background color
}

.custom-control-input:focus~.custom-control-indicator {
    box-shadow: none !important;
}

[v-cloak] {
    display: none;
}



/* images */
.vnl-mini-product-icon {
    max-width: 65px;
}

.page-header-image {
    max-height: 100px;
}

.vnl-product-icon {
    width: 150px;
}

/* buttons */
.dark-vnl-button {
    background-color: #223e4a;
    color: white;
}

.dark-vnl-button:hover {
    background-color: #223e4a;
    color: white;
    filter: brightness(110%);
}

.dark-vnl-cancel-button,
.btn-darkvnlcancel {
    color: #5B6E84 !important;
    background-color: white !important;
    border: 1px solid #c6d0da !important;
}

.dark-vnl-cancel-button:hover,
.btn-darkvnlcancel:hover {
    color: #5B6E84 !important;
    background-color: #F5F5F5 !important;
    border: 1px solid #c6d0da !important;
}

.green-vnl-button,
.btn-vnlgreen {
    background-color: #9bb752;
    color: white;
    border: 0;
}

.green-vnl-button:hover,
.btn-vnlgreen:hover {
    background-color: #9bb752;
    color: white;
    border: 0;
    filter: brightness(110%);
}

.teal-vnl-button,
.btn-vnl {
    background-color: #37827D !important;
    color: white !important;
    border: 0 !important;
}

.teal-vnl-button:hover,
.btn-vnl:hover {
    background-color: #37827D !important;
    color: white !important;
    border: 0;
    filter: brightness(110%);
}

.teal-vnl-cancel-button,
.btn-vnlcancel {
    color: #37827D !important;
    background-color: white;
    border: 1px solid #ced4da !important;
}

.teal-vnl-cancel-button:hover,
.btn-vnlcancel:hover {
    color: #37827D !important;
    background-color: #F5F5F5;
    border: 1px solid #ced4da !important;
}

.purple-vnl-button {
    background-color: #7f6070;
    color: white;
    border: 0;
}

.purple-vnl-button:hover {
    background-color: #7f6070;
    color: white;
    border: 0;
    filter: brightness(110%);
}

.orange-vnl-button {
    background-color: #e37126;
    color: white;
    border: 0;
}

.orange-vnl-button:hover {
    background-color: #e37126;
    color: white;
    border: 0;
    filter: brightness(110%);
}

.orange-vnl-cancel-button {
    color: #e37126;
    background-color: white;
    border: 1px solid #ced4da;
}

.orange-vnl-cancel-button:hover {
    color: #e37126;
    background-color: #F5F5F5;
    border: 1px solid #ced4da;
}

.transparent-vnl-button {
    background-color: transparent;
    color: white;
    border: 1px solid white;
}

.slate-vnl-button,
.btn-vnlslate {
    background-color: #5B6E84 !important;
    color: white !important;
    border: 0 !important;
}

.slate-vnl-button:hover,
.btn-vnlslate:hover {
    filter: brightness(110%);
}

.btn-vnldark {
    background-color: #233D49 !important;
    color: white !important;
    border: 0 !important;
}

.btn-vnldark:hover {
    filter: brightness(110%);
}

/* text */
.text-vnl-teal {
    color: #37827D !important;
}

.text-vnl-purple {
    color: #7f6070 !important;
}

.text-vnl-orange {
    color: #e37126 !important;
}

.text-vnl-green {
    color: #9bb752 !important;
}

.text-vnl-darkslate {
    color: #223e4a !important;
}

/* backgrounds */
.vnl-bg-darkslate {
    background-color: #223e4a !important;
}

.vnl-bg-lightslate {
    background-color: #36525f !important;
}

.vnl-bg-lighterslate {
    background-color: #5b6e84 !important;
}

.vnl-bg-lightgray {
    background-color: rgb(209, 210, 212) !important;
    ;
}

.vnl-bg-green {
    background-color: #9bb752 !important;
    ;
}

.vnl-bg-teal {
    background-color: #37827D !important;
    ;
}

.vnl-bg-purple {
    background-color: #7f6070 !important;
    ;
}

.vnl-bg-orange {
    background-color: #e37126 !important;
    ;
}

.vnl-bg-whitesmoke {
    background-color: #f7f7f8 !important;
}

/* misc */
.vnl-product-header {
    height: 100px;
}

.vnl-product-header-bottom {
    height: 150px;
}

.vnl-product-border-left {
    border-left: 1px solid #223e4a;
}

.vnl-product-border-right {
    border-right: 1px solid #223e4a;
}

.vnl-product-border-bottom {
    border-bottom: 1px solid #223e4a;
}

/* Custom Bootstrap Radio Buttons */
/* This is the checked state */
.custom-radio .custom-control-input:checked~.custom-control-label::before,
.custom-radio .custom-control-input:checked~.custom-control-label::after {
    background-color: #37827D;
    border-radius: 50%;
}

/* active state (displayed while the mouse is being pressed down) */
.custom-radio .custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #73a2a0;
}

/* shadow (displayed while the element is in focus) */
.custom-radio .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #73a2a0, 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}

/* Custom Bootstrap Checkboxes */
/* checked state */
.custom-checkbox .custom-control-input:checked~.custom-control-label::before,
.custom-checkbox .custom-control-input:checked~.custom-control-label::after {
    background-color: #37827D;
    border-radius: 5%;
}

/* active state (displayed while the mouse is being pressed down) */
.custom-checkbox .custom-control-input:active~.custom-control-label::before {
    color: #fff;
    background-color: #73a2a0;
    border-radius: 5%;
}

/* the shadow (displayed while the element is in focus) */
.custom-checkbox .custom-control-input:focus~.custom-control-label::before {
    box-shadow: 0 0 0 1px #73a2a0, 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
    border-radius: 5%;
}


/* Custom navigation */
.navbar-dark .navbar-nav .nav-link {
    color: #FFFFFF;
}

.mr-4-5 {
    margin-right: 2.5rem;
}

.ml-4-5 {
    margin-left: 2.5rem;
}

.mt-4-5 {
    margin-top: 2.5rem;
}

.mb-4-5 {
    margin-bottom: 2.5rem;
}

.sb-navbar .nav-item {
    color: #000000 !important
}

.sb-navbar .nav-link {
    color: #8295A8 !important;
    margin-right: 52px;
}

.sb-navbar .dropdown-toggle {
    margin-right: 0 !important;
}

.sb-navbar a.nav-link.active {
    border-bottom: 2px solid #37827D !important;
    color: #000000 !important;
}

/* give max-height to networks dropdown so that it does not get cut off */
.sb-navbar-dropdown-menu .dropdown-menu {
    max-height: 600px;
    overflow: auto;
}

/* end navigation */

.lightgray-text {
    color: #8295A8;
}

/* custom switch */
.custom-control-input:checked~.custom-control-label::before {
    border-color: #37827D !important;
    background-color: #37827D !important;
}

.custom-control-input:disabled~.custom-control-label::before {
    background-color: #e9ecef !important;
    border-color: #adb5bd !important;
}