body {
    background-color: #ffffff;
    padding: 0 !important;
    margin: 0 !important;
}

.modal-header::after {
    clear: both;
    content: " ";
    display: block;
}

.modal-header .close {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    float: right;
}

h5.modal-title {
    font-weight: 600;
    font-size: 1.5rem;
    float: left;
}

.modal-sub-title {
    font-weight: 400;
    font-size: 1.35rem;
}

.modal-sub-title.bold {
    font-weight: 600;
}

.account-page-box {
    width: 400px;
    margin: auto;
    margin-top: 60px;
}

.account-page-title {
    color: #000000;
    font-size: 1.95rem;
    font-weight: 600;
    text-align: center;
}

.account-page-fields {
    margin-top: 50px;
}

.account-text-action a {
    font-size: 1.25rem;
    color: #000000;
    text-decoration: none;
}

#pageLoader {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,0.80);
    display: none;
    z-index: 999999 !important;
}

#pageLoader .loading-all-container {
    width: 100%;
    height: 100%;
    position: relative;
}

#pageLoader .loading-all-container .loading-text {
    color: #FFFFFF;
    font-weight: 600;
    font-size: 2.5rem;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(50% 50%)
}

.header-bar {
    /*background-color:#D0347E;*/
    background-color: #000000;
    color: #FFFFFF;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    margin-bottom: 0;
    height: 45px;
    position: relative;
}

.header-bar .web-title {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    font-size: 1.45rem;
    font-weight: 600;
    color: #FFFFFF;
}

.header-bar .loggedin-name {
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.25rem;
    font-weight: 600;
    color: #FFFFFF;
}

.sidebar {
    width: 200px;
    background-color: #FAFAFA;
    height: calc(100%  - 45px);
    float: left;
    padding: 15px;
}

.sidebar .link {
    color: #000000;
    font-weight: 600;
    font-size: 1.25rem;
    margin-bottom: 10px;
}

.sidebar .link.logout {
    margin-top: 20px;
}

.sidebar .link a {
    color: #000000;
    font-weight: 600;
    font-size: 1.35rem;
    text-decoration: none;
}

.sidebar .link a:hover {
    color: #8FDA39;
}

.sidebar .link.logout a:hover {
    color: #FF0000;
}

.sidebar .link.active {
    color: #8FDA39;
}

.sidebar .link.active a {
    color: #8FDA39;
}

.sidebar .link.sublink {
    margin-left: 15px;
}

.content {
    background-color:#FFFFFF;
    width: calc(100%  - 200px);
    height: calc(100% - 45px);
    float: left;
    padding: 15px;
}

.page-title {
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    float: left;
}

.action-buttons {
    float: right;
}

.common-button {
    border-width: 0;
    border-radius: 2px;
    font-size: 1.0rem;
    padding: 7px;
    padding-left: 10px;
    padding-right: 10px;
}

.common-button.primary {
    background-color: #000000;
    color: #FFFFFF;
}

.common-button.disabled {
    background-color: #676767;
    color: #FFFFFF;
}

.common-button.white {
    background-color: #FFFFFF;
    color: #000000;
    border-color: #aeaeae;
    border-width: 1px;
    border-style: solid;
}

.common-button.full {
    width: 100%;
}

.common-button.export-button {
    min-width: 100px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
}

.common-button.export-button:hover {
    text-decoration: none;
}

tr > th {
    /*color: #8FDA39;*/
    color: #000000;
    background-color: rgba(0,0,0,0.40);
    font-size: 1.30rem;
    border-bottom-width: 0 !important;
}

tr > td {
    color: #000000;
    font-size: 1.30rem;
}

tr > td a {
    color: #000000;
    font-size: 1.30rem;
    text-decoration: underline;
}

tr > td a:hover {
    /*color: #8FDA39;*/
    color: #787878;
}

tr > td a.delete:hover {
    color: #FF0000;
}

table.dataTable.no-footer {
    border-bottom-color: rgba(0,0,0,0.15);
}

.dataTables_length select {
    border-color: rgba(0,0,0,0.15);
    padding: 3px;
    outline: none;
}

.dataTables_length label {
    color: #565656;
    font-weight: 400;
}

.dataTables_filter input {
    color: #454545;
    font-weight: 400;
    outline: none;
    border-width: 1px;
    border-color: rgba(0,0,0,0.20);
    padding: 2px;
    padding-left: 4px;
}

.dataTables_filter label {
    color: #676767;
}

.new-event-input {
    width: 300px;
    margin-right: 15px;
    float: left;
}

.new-event-input.right {
    float: right;
}

.new-event-input.small {
    width: 142px;
}


.new-event-input.medium {
    width: 456px;
}

.new-event-input.big {
    width: 615px;
}

.new-event-input .help-text {
    margin-top: 2px;
    margin-left: 5px;
    color: #787878;
    font-size: 1.2rem;
}

.label {
    font-size: 1.2rem;
    font-weight: 400;
    color: #676767;
}

.input-label {
    color: #000000;
    font-weight: 600;
}

.input-field {
    margin-top: 5px;
}

.new-event-readonly {
    float: left;
    box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.15);
    padding: 5px;
    width: 100%;
}

.new-event-readonly-value {
    margin-left: 5px;
    font-size: 1.35rem;
    color: #000000;
    font-weight: 600;
    margin-top: 10px;
}

.section-heading {
    font-size: 1.45rem;
    color: #000000;
    font-weight: 600;
}

.station-title {
    color: #000000;
    font-size: 1.45rem;
    font-weight: 600;
    margin-bottom: 10px;
}

.station-file-item {
    margin-top: 10px;
}

.station-file-item .file-progress {
    /*float: left;*/
    /*width: 250px;*/
    width: 100%;
    height: 15px;
    content: " ";
    margin-left: 0px;
    margin-bottom: 5px;
    border-color: #8FDA39;
    border-width: 1px;
    border-style: solid;
}

.station-file-item .file-progress .progress-bar {
    width: 0%;
    height: 100%;
    background-color: #8FDA39;
}

.station-file-item .file-name {
    /*float: left;*/
    width: 100%;
    font-size: 1.15rem;
    color: #656565;
    margin-bottom: 5px;
}

.station-file-item .file-status {
    /*float: left;*/
    width: 100%;
    margin-left: 0px;
    margin-bottom: 5px;
    text-align: center;
    font-size: 1.15rem;
    color: #676767;
}

.station-file-item .file-delete {
    float: left;
    width: 50px;
    margin-left: 5px;
}

.station-file-item .file-error {
    display:none;
    margin-top: 5px;
    font-weight: 600;
    font-size: 1.10rem;
    color: #FF0000;
}

#canvasImage {
    width: 400px;
    height: 0px;
    display: none;
}

.quiz-tabs {
    margin-bottom: 30px;
}

.quiz-tabs .tab {
    display: inline-block;
    background-color: #FFFFFF;
    color: #000000;
    font-size: 1.25rem;
    font-weight: 600;
    text-decoration: none;
    border-color: #000000;
    border-width: 1px;
    border-style: solid;
    width: 120px;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 7px;
}

.quiz-tabs .tab:hover {
    text-decoration: none;
}

.quiz-tabs .tab.active {
    background-color: #000000;
    color: #FFFFFF;
}

.order-notes {
    background-color: #e9e9e9;
    padding: 10px;
}

.order-notes .order-note {
    margin-bottom: 15px;
    border-color: rgba(0,0,0,0.10);
    border-width: 1px;
    border-style: solid;
    padding: 5px;
    border-radius: 5px;
}

.order-notes .order-note .note-text {
    color: #000000;
    font-size: 1.25rem;
}

.order-notes .order-note .note-date {
    text-align: right;
    font-size: 1.10rem;
    color: #323232;
}

.media-container {
    margin-top: 10px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(0,0,0,0.15);
    padding: 5px;
    padding-top: 0px;
    padding-bottom: 0px;
}

.media-container .media-file {
    width: 100%;
    background-color: #FFFFFF;
    overflow: hidden;
    margin-top: 5px;
    margin-bottom: 5px;
}

.media-container .media-file .thumbnail {
    float: left;
    width: 50px;
    height: 50px;
    overflow: hidden;
    padding: 0px;
    border-width: 0px;
    margin-bottom: 0px;
}

.media-container .media-file .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.media-container .media-file .meta {
    float: left;
    width: calc(100% - 50px - 10px);
    margin-left: 5px;
}

.media-container .media-file .meta .meta-title {
    color: #000000;
    font-size: 0.98rem;
    font-weight: 600;
    margin-bottom: 0px;
}

.media-container .media-file .meta .meta-value {
    color: #000000;
    font-weight: 400;
    font-size: 1.0rem;
    width: 100%;
    word-wrap: break-word;
}

.uploaded-thumbnail {
    width: 150px;
    height: 150px;
    overflow: hidden;
}

.uploaded-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.uploaded-video {
    width: 170px;
    height: 150px;
    overflow: hidden;
}

.uploaded-video video {
    width: 100%;
    height: 100%;
    padding: 0 !important;
    margin: 0 !important;
    display: block !important;
    object-fit: cover;
}

.error-msg {
    color:#FF0000;
    font-weight: 600;
}

.success-msg {
    color:#8FDA39;
    font-weight: 600;
}