﻿body {
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    padding-top: 72px;
    margin: 0px 0px;
}

body#workspace {
    overflow-y: hidden;
}

table {
    font-family: 'Source Sans Pro', sans-serif;
}

/***** Top menu *****/

.navbar {
    min-height: 10vh;
    padding: 10px 0;
    margin-bottom: 0;
    background: #444;
    border: 0;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    display: flex;
    align-items: center;
}

.container-fluid {
    display: flex;
    justify-content: center;
    width: 100%;
}

.navbar-inverse .navbar-toggle:focus, .navbar-inverse .navbar-toggle:hover {
    background-color: transparent !important;
}

.nav.navbar-nav {
    display: flex;
    align-items: center;
    width: 100%;
    column-gap: 2em;
}

.fa-sign-out {
    color: #e92020;
    margin-right: 3px;
}

.navbar.navbar-no-bg {
    background: #FFF;
}

.dropdown-menu {
    background-color: #000;
}

.navbar-inverse .navbar-toggle .icon-bar {
    background-color: #c10d0d;
    width: 26px;
    height: 3px;
}

.navbar-inverse ul.navbar-nav li a.btn-link-2 {
    height: auto;
    margin: 4px 0 0 10px;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 1px solid #fff;
}

.navbar-brand {
    width: 812px;
    background: url(../img/3logo.png) left center no-repeat;
    text-indent: -99999px;
    margin-top: 45px;
}

.msd-logo {
    padding-left: 16px;
    margin-top: 4px;
}

.msd-nav-text {
    margin-left: 10px;
    color: #525252;
    font-weight: 600;
    cursor: pointer;
}

.msd-padding-right-50 {
    margin-right: 50px;
}

.msd-login {
    display: flex;
    align-items: center;
}

.msd-login, .msd-login-desktop-view {
    padding-right: 25px;
    font-weight: 600;
}

.msd-login-desktop-view {
    padding-top: 13px;
    padding-right: 35px;
    font-weight: 600;
}

.msd-login-name {
    padding-right: 10px;
}

.msd-login > a, .msd-login-desktop-view > a {
    color: #e92020;
}


.msd-header-image h1 {
    font-family: 'Roboto', sans-serif;
    color: #ffffff !important;
    font-size: 51px !important;
    font-weight: 900;
    display: flex;
    text-transform: uppercase;
    align-content: center;
    justify-content: center;
}

.msd-header-image p {
    font-family: 'Source Serif Pro', serif;
    color: #ffffff !important;
    font-size: 18px !important;
    font-weight: 400;
}

.msd-image-tron {
    position: relative;
    background: #000 url("../images/camera-image-tron-cropped.jpg") center center no-repeat;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    height: 290px;
    padding: 0;
    margin: 0 !important;
    display: flex;
    align-items: center;
}

.msd-profile {
    position: relative;
    background: #000 url("../images/background-profile.png") center center;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    padding: 0;
}

.msd-register {
    position: relative;
    background: #000 url("../images/background-profile.png") center center;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    height: 100px;
    margin-top: -7px;
    padding: 0;
}

.msd-sets {
    position: relative;
    background: #000 url("../images/background-sets.png") center center;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    height: 100px;
    padding: 0;
}

.msd-upload-images {
    position: relative;
    background: #000 url("../images/background-upload-images.png") center center;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    height: 100px;
    padding: 0;
}

.msd-upload-images {
    margin: 0;
}

.msd-upload-images-wizard {
    position: relative;
    background: #000 url("../images/background-upload-img-wizard.png") center center;
    width: 100%;
    background-size: cover;
    overflow: hidden;
    height: 100px;
    padding: 0;
}

.msd-upload-images-wizard h1 {
    margin: 5px 0 0 0;
}

.msd-no-padding {
    padding: 0px !important;
}

.msd-header-padding {
    padding-left: 20px !important;
    padding-top: 16px !important;
}

.msd-margin-left-15 {
    margin-left: 15px;
}

.msd-image-upload {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background: #000 url("../images/background-upload-images.png") no-repeat center top;
    height: 200px;
    text-align: center; /* align the inline(-block) elements horizontally */
    padding: 142px 0px 23px 0px !important;
    background-color: #FFF;
    border-radius: 6px;
}

.msd-video-upload {
    position: relative;
    background-size: cover;
    overflow: hidden;
    background: #000 url("../images/background-upload-video.gif") no-repeat center top;
    background-size: 465px 200px;
    height: 200px;
    text-align: center; /* align the inline(-block) elements horizontally */
    padding: 142px 0px 23px 0px !important;
    background-color: #FFF;
    border-radius: 6px;
}

.msd-Jumbotron {
    background-color: #FFF;
    padding-top: 0px;
    padding-bottom: 0px
}

.msd-button-style {
    font-weight: 600;
    font-size: 14px;
    background-color: #FFF;
    color: #c10d0d !important;
    position: relative;
    width: 180px;
    height: 36px;
    margin: 0;
    padding: 9px 0px 9px 0px;
    border: 0;
    font-family: 'Source Sans Pro', sans-serif;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    font-weight: 400;
}

#PageContents_prevNavButton {
    color: #c10d0d !important;
    font-weight: 600;
    font-size: 14px;
    border: none;
    margin-left: 25px;
    border-radius: 5px;
    height: 30px;
}

.filled {
    background-color: #EC2026 !important;
    color: #FFF !important;
}

a.msd-button-style:focus {
    color: #FFF !important;
    background: #c10d0d;
}

a.msd-button-style:hover {
    color: #FFF !important;
    background: #c10d0d;
}

.workspace-back-btn {
    height: 75px;
    align-items: center;
    justify-content: center;
    display: flex;
    position: absolute;
    left: 15px;
    top: 525px;
    width: 75px;
    border-radius: 100%;
    font-size: 45px;
    background-color: rgba(0, 0, 0, 0.471);
    color: #d0d0d0 !important;
    z-index: 1000;
    padding: 15px;
    cursor: pointer;
}

.workspace-back-btn:hover {
    color: #cfcfcf;
}

.msd-plain-button {
    color: #c10d0d !important;
    font-weight: 400;
    padding: 3px 7px 3px 7px;
}

.msd-plain-button a {
    color: #c10d0d !important;
    font-weight: 400;
}

.msd-plain-button a:focus {
    color: #c10d0d !important;
    font-weight: 400;
}

.msd-plain-button a:hover {
    color: #c10d0d !important;
    font-weight: 400;
}

.msd-wizard-button {
    color: #c10d0d !important;
    font-weight: 600;
}

.msd-wizard-button a {
    color: #c10d0d !important;
    font-weight: 600;
}

.msd-wizard-button a:focus {
    color: #c10d0d !important;
    font-weight: 600;
}

.msd-wizard-button a:hover {
    color: #c10d0d !important;
    font-weight: 600;
}

.msd-wizard-step {
    font-weight: 600;
}

.msd-black-button {
    background-color: #000000;
    color: #ffffff;
    border-color: #000000;
}

.msd-heavy-button {
    font-weight: 600 !important;
}

.msd-extra-bottom-margin {
    margin-bottom: 20px;
}

.msd-small-text {
    font-size: 12px;
}

#PageContents_GenerateKeywords {
    padding: 5px 3px 3px 3px;
    font-weight: 600;
    margin: 0px 0px 5px 25px;
}

.msd-auto-height {
    height: auto !important;
}

.msd-col-centered {
    float: none;
    margin: 0 auto;
}

.msd-submit-button {
    position: relative;
    width: 210px;
    height: 50px;
    margin: 0;
    padding: 12px 70px 12px 70px;
    vertical-align: middle;
    background: #666;
    border: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.msd-submit-button:hover {
    color: #fff;
    background: #32B92D;
    text-decoration: none;
}

.msd-submit-button:active {
    outline: 0;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #32B92D;
}

.msd-submit-button:focus {
    outline: 0;
    background: #32B92D;
    color: #fff;
    text-decoration: none;
}

.msd-submit-button:focus, .msd-submit-button.active:focus {
    outline: 0;
    background: #32B92D;
    color: #fff;
}

.msd-cancel-button {
    background: #c10d0d;
    padding-left: 118px;
    padding-right: 118px;
}

.msd-cancel-button:hover {
    color: #fff;
    background: #c10d0d;
    text-decoration: none;
}

.msd-cancel-button:active {
    outline: 0;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: #c10d0d;
}

.msd-cancel-button:focus {
    outline: 0;
    background: #c10d0d;
    color: #fff;
    text-decoration: none;
}

.msd-cancel-button:focus, .msd-submit-button.active:focus {
    outline: 0;
    background: #c10d0d;
    color: #fff;
}

.msd-nice-button a.btn {
    position: relative;
    width: 100%;
    height: 50px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #c10d0d;
    border: 0;
    font-family: 'Source Sans Pro', sans-serif;
    font-style: normal;
    font-size: 16px;
    font-weight: 600;
    line-height: 50px;
    color: #fff;
    -moz-border-radius: 25px;
    -webkit-border-radius: 25px;
    border-radius: 25px;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -o-transition: all .3s;
    -moz-transition: all .3s;
    -webkit-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
}

.msd-nice-button .btn:hover {
    color: #fff;
}

.msd-nice-button .btn:active {
    outline: 0;
    color: #fff;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.msd-nice-button .btn:focus {
    outline: 0;
    background: #c10d0d;
    color: #fff;
}

.msd-nice-button .btn:active:focus, .msd-nice-button .btn.active:focus {
    outline: 0;
    background: #c10d0d;
    color: #fff;
}

.msd-tab-header {
    width: 175px;
    font-weight: 600;
    height: 60px;
    margin-left: 1px;
}

.msd-tab-off {
    background-color: #444444;
    color: #AAAAAA;
}

.msd-header-link {
    padding: 0px !important;
    background-color: #000 !important
}

.msd-header-link-inactive {
    padding: 0px !important;
    background-color: #444444 !important;
    color: #FFF;
}

.msd-header-link-inactive:hover {
    color: #FFF;
}

#UploadPanel .nav-pills > li + li {
    margin-left: 1px;
}

#UploaderPanelBody {
    line-height: 20px;
}

#WorkspacePanel {
    padding-top: 17px;
    padding-bottom: 20px;
}

#UploadPanel {
    padding: 0 !important;
}

#PageContents_KeywordsPanel {
    padding-bottom: 15px;
}

.msd-regular-text, .msd-regular-text label {
    font-weight: 400;
    font-size: 14px;
}

.msd-panel-body {
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
}

.msd-panel-body .form-control {
    height: 32px;
}

nav .navbar-header .navbar-toggle {
/*    display: block;*/
    border-color: transparent;
}

.msd-radio {
    padding-right: 45px;
}

.msd-sharp {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}

.msd-sharp-left {
    border-top-left-radius: 15px !important;
}

.msd-error-highlight {
    border: 3px solid #c10d0d !important;
}

.msd-optional {
    padding-left: 5px;
    font-style: italic;
}

.msd-optional-small {
    font-size: 12px;
    font-weight: 600;
}

.msd-instructions {
    font-size: 16px;
    font-weight: 600;
}

.msd-set-information {
    font-size: 18px;
    font-weight: 700;
}

.msd-welcome-color {
    background-color: #00BD9C !important;
}

.msd-well-style {
    margin-top: 30px;
    background-color: #eee;
}

.msd-manage-panel {
    border: none;
    background: #EEEEEE;
}

.msd-file-text {
    color: #FFF;
    font-size: 10px;
    font-weight: 900;
    line-height: 17px;
}

.msd-file-count {
    color: #FFF;
    font-size: 64px;
    font-weight: 900;
    line-height: 50px;
}

.msd-confirmation {
    font-family: 'Source Serif Pro', serif;
    font-size: 24px;
    color: #000;
}

.msd-media {
    position: relative;
    margin-bottom: 15px;
}

.msd-media-left {
    width: 125px;
    height: 125px;
    background: #CCC;
    float: left;
    position: relative;
}

.msd-media-right {
    height: 125px;
    background: #FFF;
    float: left;
    margin: 0px;
    padding: 5px 10px 0px 10px;
    width: 52%;
    line-height: 10px;
}

.msd-content-warning {
    padding: 5px 0px 0px 15px;
}

.msd-content-warning td label {
    font-weight: 400;
}

.msd-media-delete {
    position: absolute;
    top: 0px;
    left: 4px;
    line-height: 12px;
}

.msd-thumbnail-container {
    display: table-cell;
    height: 125px;
    width: 125px;
    text-align: center;
    vertical-align: middle;
}

.msd-center-block img {
    text-align: center;
    margin: 0;
    padding: 0;
}

.unwatermarked-caption {
    width: 100%;
    height: 55px;
}

hr {
    border: 1px solid #979797;
}

.msd-caption-box {
    margin-top: 10px;
}

.statusText {
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 12px;
    font-weight: 400;
}

.dimText {
    font: 10px 'Source Sans Pro', sans-serif;
    padding: 0;
    margin: 0;
    line-height: 11px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.buttonText {
    font: 10px 'Source Sans Pro', sans-serif;
    color: #c10d0d;
}

span.radio {
    padding: 0px;
}

span.radio > input[type="radio"] {
    margin: 8px -5px 7px 0px;
}

span.radio > label {
    float: left;
    margin-right: 5px;
    padding: 0px 5px 0px 10px;
}

.msd-impersonate-link {
    color: #FFF;
}

.msd-impersonate-overlay {
    z-index: 9999;
    top: 9px;
    float: right;
    position: absolute;
    right: 20px;
}

.registration-required:after {
    padding-left: 5px;
    content: "*";
    font-weight: bold;
    color: #AAA;
}

.portal-options {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    width: 92%;
    margin: 0 auto;
    margin-top: 50px;
    justify-content: center;
    align-items: center;
}

.portal-options .portal-option-col {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.portal-options .portal-option-col > a:hover {
    text-decoration: none;
}

.button-row {
    height: 75px;
    align-items: center;
    display: flex;
}

.file-upload-options > a:hover {
    text-decoration: none;
}

.circle {
    width: 230px;
    height: 230px;
    position: relative;
    background-color: white;
    border-radius: 125px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    border: 0px solid #c10d0d;
    transition: border 200ms ease-in-out;
}

.circle:hover {
    cursor: pointer;
    border: 5px solid #c10d0d;
    transition: border 200ms ease-in-out;
}

.circle p {
    font-weight: 700;
    display: flex;
    align-items: center;
    color: #c10d0d;
}

.circle a {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    text-decoration: none;
    align-items: center;
    justify-content: center;
}

.circle p span {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.postBackButton {
    display: none;
}

.options-icon {
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48;
    font-size: 14rem;
    color: #c10d0d;
}

.prepped-set-icon {
    position: absolute;
    top: 29px;
    right: 59px;
}

.material-symbols-rounded {
    font-variation-settings: 'FILL' 1, 'wght' 700, 'GRAD' 0, 'opsz' 48
}

.welcome-message {
    width: 100%;
    height: 75px;
    font-weight: 700;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    text-transform: uppercase;
    color: #c10d0d;
}

.workspace-container {
    background-image: url(../images/Mega_background_image_v1.jpg);
    background-size: 1400px;
    min-height: 75vh;
}

.container-fluid.old-prepped-sets {
    display: none;
}

.portal-option-col > a:hover {
    text-decoration: none;
}

.container li.msd-tab-header {
    border: none;
}


/***** MEDIA QUERIES *****/

@media (min-width: 768px) and (max-width: 991px) {

    .section-description p {
        padding: 0;
    }

    .l-form-2-box-text {
        padding-left: 15px;
    }

    .l-form-2-box-text h3 {
        margin-top: 0;
    }

    .l-form-4-box-text {
        padding-right: 15px;
    }

    .l-form-4-box-text h3 {
        margin-top: 0;
    }

    .l-form-7-box-text {
        padding-left: 15px;
    }

    .l-form-7-box-text h3 {
        margin-top: 0;
    }
}

@media (min-width: 768px)  {
    .msd-login-desktop-view {
        position: absolute;
        right: 0;
    }

    .navbar-header {
        float: initial;
    }

    nav .navbar-collapse.collapse {
        width: 100%;
    }
}

@media (max-width: 768px) {
    nav .navbar-collapse.collapse {
        display: none !important;
    }

    nav .navbar-collapse.collapse.in {
        display: block !important;
    }
}

@media (max-width: 415px) and (min-width: 250px), (max-width: 320px) {
    h1, h2 {
        font-size: 32px !important;
    }

    .msd-padding-right-50 {
        margin-right: 0px;
    }

    .msd-panel-body {
        font-size: 12px;
        padding-left: 10px;
        padding-right: 10px;
    }

    .modal {
        -webkit-overflow-scrolling: auto
    }

    .msd-login .msd-login-name {
        display: none;
    }

    .msd-submit-button {
        padding: 12px 15px 12px 15px;
        font-size: 12px;
    }

    .password-questions {
        font-size: 12px;
        margin-bottom: 0px;
    }

    body {
        -webkit-text-size-adjust: 100% !important;
    }

    .msd-header-image h1 {
        font-size: 32px !important;
    }

    .clientlist-control td label {
        font-size: 11px !important;
    }

    .msd-video-upload {
        background: #000 url("../images/background-upload-video.png") center center !important;
    }
}

@media (max-width: 767px) {
    .navbar-brand {
        margin-left: 15px;
    }

    .navbar-collapse {
        border: 0;
    }

    .nav > li {
        display: inline-block;
    }

    .navbar-inverse ul.navbar-nav li a:hover, .navbar-inverse ul.navbar-nav li a:focus {
        padding-bottom: 10px;
        border-bottom: 1px solid transparent;
    }

    .section-description p {
        padding: 0;
    }

    .msd-login {
        padding-left: 10px;
    }

    .msd-padding-right-50 {
        margin-right: 0px;
    }

    .msd-login .msd-login-name {
        display: none;
    }

    .msd-login-desktop-view {
        display: none !important;
    }
}

@media (min-width: 768px) and (max-width: 1009px) {
    .msd-padding-right-50 {
        margin-right: 0px;
    }

    .msd-logo {
        padding-right: 15px;
    }

    .msd-login .msd-login-name {
        display: none;
    }

    .navbar-inverse ul.navbar-nav li a {
        padding: 15px 10px 15px 10px;
    }
}

@media (min-width: 1010px) and (max-width: 11114px) {
    .msd-padding-right-50 {
        margin-right: 15px;
    }
}

@media only screen and (max-width: 768px) {
    .navbar {
        min-height: 8vh;
    }

    .msd-image-tron {
        height: 12vh;
    }

    .workspace-container {
        min-height: 80vh;
    }

    ul.navbar-nav {
        flex-direction: column;
        margin-top: 20px;
    }

    .nav > li.msd-tab-header {
        width: 100%;
        display: flex;
        height: 50px;
        align-items: center;
        justify-content: center;
    }

    .nav > li {
        display: inline-block;
        min-height: 37px;
        border-bottom: 1px solid #cbcbcb;
        width: 80%;
        display: flex;
        align-items: center;
        padding-top: 12px;
        padding-bottom: 12px;
    }

    nav ul.nav > li > a {
        padding: 0 !important;
    }

    .msd-no-padding {
        overflow-x: auto;
    }

    #UploaderPanelBody .col-md-12 {
        overflow-x: auto;
    }

    .msd-sharp-left {
        border-top-left-radius: 15px !important;
        border-top-right-radius: 15px !important;
    }
}

@media only screen and (max-width: 600px) {

    .workspace-container {
        background-size: 300px;
        height: 75vh;
    }

    .portal-options {
        margin-top: 10px;
    }

    .circle {
        width: 160px;
        height: 160px;
    }

    .circle p {
        font-size: 14px;
        flex-direction: column;
        margin: 0;
    }

    .circle p span {
        font-size: 16px;
        position: relative;
        top: 1px;
    }

    body .circle .options-icon {
        width: 90px;
    }

    .navbar {
        box-shadow: 0 4px 2px -2px gray;
    }

    .navbar-header {
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0;
        justify-content: space-between;
    }

    nav.navbar-inverse button.navbar-toggle:focus {
        background-color: inherit;
    }

    ul.navbar-nav {
        flex-direction: column;
        margin-top: 20px;
    }

    ul.navbar-nav > li {
        min-height: 37px;
        border-bottom: 1px solid #cbcbcb;
        width: 80%;
        display: flex;
        align-items: center;
    }

    .navbar-nav > li > a {
        padding-left: 0 !important;
    }

    #top-navbar-1 > ul > li:nth-child(9) {
        border-bottom: none;
    }
    .file-upload-options {
        flex-direction: column;
    }
    .prepped-set-icon {
        top: 27px;
        width: 40px !important;
        right: 27px;
    }
}

@media only screen and (max-width: 380px) {
    .workspace-container {
        height: 170vh;
    }

    .circle {
        width: 150px;
        height: 150px;
    }

    body .circle .options-icon {
        width: 85px;
    }
}

@media only screen and (max-width: 320px) {
    .portal-options .portal-option-col {
        gap: 25px;
    }

    .portal-options {
        gap: 25px;
    }

    .circle {
        width: 140px;
        height: 140px;
    }

    body .circle .options-icon {
        width: 80px;
    }
}
