﻿@font-face {
    font-family: 'Titillium Web';
    src: url('./content/font/TitilliumWeb-ExtraLightItalic.woff') format('woff');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('./content/font/TitilliumWeb-BoldItalic.woff') format('woff');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('./content/font/TitilliumWeb-SemiBold.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('./content/font/TitilliumWeb-Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('./content/font/TitilliumWeb-SemiBoldItalic.woff') format('woff');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('./content/font/TitilliumWeb-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('./content/font/TitilliumWeb-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('./content/font/TitilliumWeb-ExtraLight.woff') format('woff');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('./content/font/TitilliumWeb-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('./content/font/TitilliumWeb-LightItalic.woff') format('woff');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Titillium Web';
    src: url('./content/font/TitilliumWeb-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}



body {
    font-size: .85em;
    font-family: 'Titillium Web', sans-serif;
    color: #232323;
}

header, footer, nav, section {
    display: block;
}


.input:focus, .btn:focus {
    border-color: rgba(100,100,100,1) !important;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}

/* Styles for basic forms
-----------------------------------------------------------*/
fieldset {
    border: 1px solid #ddd;
    padding: 0 1.4em 1.4em 1.4em;
    margin: 0 0 1.5em 0;
}

legend {
    font-size: 1.2em;
    font-weight: bold;
}

textarea {
    min-height: 75px;
}

.editor-label {
    margin: 1em 0 0 0;
}

.editor-field {
    margin: 0.5em 0 0 0;
}


/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
    color: #f00;
}

.field-validation-valid {
    display: none;
}

.input-validation-error {
    border: 1px solid #f00;
    background-color: #fee;
}

.validation-summary-errors {
    font-weight: bold;
    color: #f00;
}

.validation-summary-valid {
    display: none;
}

/* The Wire Custom Style Here */

#status {
    text-align: center;
}

.container-main {
    /*background-color: #eee;
     background-image: url("images/main-background-image.png");
     background-repeat: repeat;*/
    margin: auto;
    height: 100%;
    min-height: 644px;
}

.container-main-inner {
    min-width: 1330px;
    background-color: #fff;
    min-height: 635px;
    position: absolute;
}

.span9 {
    width: 95%;
    height: 490px;
    margin-left: 40px;
    margin-right: 40px;
}


.select-project {
    margin: 10px 26px 10px 26px;
    height: 50px;
    vertical-align: auto;
    padding-left: 10px;
}

.main-inner-left {
}

.main-inner-left-t {
    float: left;
    width: 1170px;
    margin-left: 26px;
    height: 528px;
    overflow-x: hidden;
}

.main-inner-right {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    width: 270px;
    height: 464px;
    overflow-x: hidden;
    overflow-y: hidden;
    margin-left: 8px;
}

.admin-main-inner-left-t {
    float: left;
    width: 570px;
    margin-left: 26px;
    height: 528px;
    overflow-x: hidden;
}

.gear-header {
    width: 272px;
    height: 26px;
    background-image: url("images/blank-gear-header.png");
    background-repeat: no-repeat;
    margin-top: 15px;
    margin-bottom: 10px;
    float: left;
    margin-left: 52px;
}

    .gear-header p {
        padding-left: 32px;
    }

.general-header {
    font-weight: bold;
    font-size: 18px;
    font-family: "Roboto Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.disk-usage-div {
    width: 1160px;
    height: 25px;
    padding-left: 10px;
    background-repeat: no-repeat;
    line-height: 24px;
}

    .disk-usage-div b {
        font-family: "Roboto Condensed", "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    }


.disk-usage-div-image {
    margin-top: -25px;
    background-image: url("images/gradient-storage.png");
    width: 820px;
    height: 25px;
    padding-left: 10px;
    background-repeat: no-repeat;
}

.bookmark-wrapper {
    position: relative;
    /*overflow-y: auto;*/
    max-height: 364px;
}

.highlight-wrapper {
    overflow-y: auto;
    height: 169px;
}

.highlight-bookmark-wrapper {
    position: absolute;
    top: 92px;
    overflow-y: auto;
    height: 104px;
    overflow-x: hidden;
}

.highlight-highlight-wrapper {
    position: absolute;
    top: 112px;
    overflow-y: auto;
    height: 128px;
    overflow-x: hidden;
}



.player-left-span {
    width: 640px;
    height: 476px;
    margin: 0px;
    padding: 5px 18px 5px 0px;
    max-width: 640px;
}

.player-header-div {
    font-size: 22px;
    height: 34px;
    margin: 20px;
}

.player-right-span {
    width: 610px;
    height: 476px;
    margin: 0px;
    padding: 5px 0px 5px 18px;
    width: 640px;
}


.main-inner-right2 {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    width: 1168px;
    margin-left: 30px;
    height: 500px;
    overflow-x: hidden;
}

.grey-box {
    background-color: gray;
    height: 60px;
    font-size: 2em;
    text-align: center;
    margin: 15px;
}

.pull-right-timestamp {
    float: right;
    padding-right: 20px;
    color: #232323;
    font-size: 12px;
}

.wire-clickable {
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    padding-left: 10px;
}


.wire-clickable-unread {
    cursor: pointer;
    background: #DFEEDB;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 10px;
    padding-left: 10px;
}

    .wire-clickable-unread:hover {
        background: #f5f5f5;
    }

.wire-clickable:hover {
    background: #f5f5f5;
}

.table tbody tr.unread:hover > td {
    background-color: #f5f5f5;
}

.media {
    margin-top: 0px;
}

.expand-div {
    float: left;
    width: 10px;
    padding-top: 92px;
    margin-left: 34px;
}

.compress-div {
    float: left;
    width: 10px;
    padding-top: 92px;
    padding-right: 10px;
}

.span7 {
    width: 1160px;
}

.span7t {
    width: 1140px;
}

.span9t {
    width: 100%;
    height: 490px;
    margin-left: 0px;
}

div.scroll {
    height: 292px;
    overflow: auto;
    border: 1px solid #ccc;
    padding: 4px;
    overflow-x: hidden;
}

.avatar-container {
    height: 55px;
    width: 220px;
}

.radio-group {
    height: 28px;
}

.default-radio {
    margin-top: -2px;
}


.message-modal {
    /*position: fixed;
  overflow-x: hidden;
  overflow-y: auto;*/
    top: 10%;
    z-index: 1050;
    width: 1110px;
    max-height: 688px;
    min-height: 534px;
    margin-left: -280px;
    background-color: #ffffff;
    border: 1px solid #999;
    border: 1px solid rgba(0, 0, 0, 0.3);
    *border: 1px solid #999;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    outline: none;
    -webkit-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 7px rgba(0, 0, 0, 0.3);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding-box;
    background-clip: padding-box;
}

    .message-modal.fade {
        top: -25%;
        -webkit-transition: opacity 0.3s linear, top 0.3s ease-out;
        -moz-transition: opacity 0.3s linear, top 0.3s ease-out;
        -o-transition: opacity 0.3s linear, top 0.3s ease-out;
        transition: opacity 0.3s linear, top 0.3s ease-out;
    }

        .message-modal.fade.in {
            top: 10%;
        }

.message-modal-body {
    position: relative;
    margin: 26px 0px 26px 0px;
    overflow-y: auto;
}

.message-modal-inner-body {
    position: fixed;
    padding-right: 26px;
    padding-left: 26px;
    overflow-x: hidden;
    overflow-y: auto;
    width: 1058px;
    max-height: 560px;
}

.message-modal-footer {
    /*padding: 14px 15px 15px;*/
    margin-bottom: 0;
    text-align: right;
    margin-right: 26px;
    /*background-color: #f5f5f5;
  border-top: 1px solid #ddd;*/
    -webkit-border-radius: 0 0 6px 6px;
    -moz-border-radius: 0 0 6px 6px;
    border-radius: 0 0 6px 6px;
    *zoom: 1;
    -webkit-box-shadow: inset 0 1px 0 #ffffff;
    -moz-box-shadow: inset 0 1px 0 #ffffff;
    box-shadow: inset 0 1px 0 #ffffff;
}

    .message-modal-footer:before,
    .message-modal-footer:after {
        display: table;
        line-height: 0;
        content: "";
    }

    .message-modal-footer:after {
        clear: both;
    }

    .message-modal-footer .btn + .btn {
        margin-bottom: 0;
        margin-left: 5px;
    }

    .message-modal-footer .btn-group .btn + .btn {
        margin-left: -1px;
    }

    .message-modal-footer .btn-block + .btn-block {
        margin-left: 0;
    }

input,
button,
textarea {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.message-whisper-link {
    margin-top: 10px;
    font-size: 10px;
}

hr {
    margin: 10px 0;
}

.login-icon {
    display: inline-block;
    font-size: 40px;
    line-height: 64px;
    background-color: lightgray;
    color: darkgray;
    width: 64px;
    height: 64px;
    text-align: center;
    vertical-align: middle;
}

.player-bottom-div {
}

.header-close-div {
    float: right;
    margin-top: -38px;
    font-size: 26px;
    margin-right: 16px;
    cursor: pointer;
}

.new-message-div {
    background-image: url("./content/images/new-msg-icon");
    background-repeat: no-repeat;
    height: 32px;
    width: 200px;
    float: right;
    margin-top: -44px;
    margin-right: 60px;
    cursor: pointer;
}

.encoding-yellow-div {
    background-image: url("./content/images/conversion-yellow.png");
    background-repeat: no-repeat;
    width: 248px;
    float: right;
    display: none;
}

.processing-yellow-div {
    background-image: url("./content/images/processing-yellow.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 248px;
    float: right;
    display: none;
}

.encoding-green-div {
    background-image: url("./content/images/conversion-green.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 248px;
    float: right;
    cursor: pointer;
    display: none;
}

.processing-green-div {
    background-image: url("./content/images/processing-green.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 248px;
    float: right;
    cursor: pointer;
    display: none;
}

.encoding-orange-div {
    background-image: url("./content/images/conversion-orange.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 248px;
    float: right;
    display: none;
}

.processing-orange-div {
    background-image: url("./content/images/processing-orange.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 248px;
    float: right;
    display: none;
}

.video-yellow-div {
    background-image: url("./content/images/conversion-yellow.png");
    background-repeat: no-repeat;
    width: 248px;
    float: right;
    margin-right: 10px;
    display: none;
}

.video-orange-div {
    background-image: url("./content/images/processing-orange.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 248px;
    float: right;
    margin-right: 10px;
    display: none;
}

.video-green-div {
    background-image: url("./content/images/conversion-green.png");
    background-repeat: no-repeat;
    height: 32px;
    width: 248px;
    float: right;
    cursor: pointer;
    margin-right: 10px;
    display: none;
}

input[type="checkbox"] {
    margin: 2px 0 0;
}

select {
    font-family: 'Titillium Web', sans-serif;
    font-size: 30px;
}


.modal {
    top: 6%;
}

.label {
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%);
    border-radius: 6px;
    font-weight: normal;
    padding: 3px 16px;
    box-shadow: 0px 4px #b71e732b;
    font-family: 'Titillium Web', sans-serif;
    text-decoration-line: none;
    color: white;
    font-style: normal;
}

.label-process {
    background-image: linear-gradient(to top, #b7891e 0%, #bd8912 80%);
    cursor: default;
}

.label-info {
}

.label-important {
}

.label-normal {
    background-image: none;
    background-color: #329232;
}

.label-warning {
    background-image: none;
    background-color: #f89406;
}

.label-expired {
    background-image: none;
    background-color: #c50000;
}

.modal-alert {
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%);
    box-shadow: 0px 4px #b71e732b;
    border-radius: 50%;
    width: 28px;
    height: 28px;
    padding: 16px 16px 16px 16px;
    color: #fff;
    text-align: center;
    font-family: 'Titillium Web', sans-serif;
    font-size: 48px;
}

.modalheader {
    margin: 20px;
    background-color: #fff;
}

.modaltext {
    width: 100%;
    text-align: center;
    font-size: 20px;
}

.modalbody {
    overflow: hidden;
    margin: 20px;
    height: 50px;
}

.modalfooter {
    text-align: center;
    margin-bottom: 20px;
}

.modalbuttonok {
    font-family: 'Titillium Web', sans-serif;
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%);
    color: #fff;
    width: 120px !important;
    height: 50px;
    font-size: 20px;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
}

    .modalbuttonok:hover {
        color: #000;
    }

.modalbuttoncancel {
    font-family: 'Titillium Web', sans-serif;
    background-image: linear-gradient(to top, #bebebe 0%, #bebebe 80%);
    color: #fff;
    width: 120px !important;
    height: 50px;
    font-size: 20px;
    border-radius: 8px;
    margin-left: 10px;
    margin-right: 10px;
}

    .modalbuttoncancel:hover {
        color: #000;
    }

.modalbuttongreen {
    background-image: linear-gradient(to top, #7ef576 0%, #30a528 80%) !important;
}

    .modalbuttongreen:hover {
        color: #000;
    }

.loginbutton {
    margin-top: 10px;
    color: white;
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%);
    border-radius: 6px;
    width: 120px !important;
    height: 34px;
    font-family: 'Titillium Web', sans-serif;
}

    .loginbutton:hover {
        color: #000;
    }

.joinbutton {
    margin-top: 10px;
    color: white;
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%);
    border-radius: 10px;
    width: 390px !important;
    height: 34px;
    font-family: 'Titillium Web', sans-serif;
}

    .joinbutton:hover {
        color: #000;
    }

.modal-header-text {
    font-size: 28px;
    color: #8b1f5b;
    text-align: center;
}

[class^="icon-"],
[class*=" icon-"] {
    margin-top: 4px;
}

.inline-edit-icon {
    margin-top: 2px;
    margin-left: 4px;
}

input[type="submit" i] {
    background: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%);
}

.main-delete-btn {
    background-image: url(./content/images/button-delete-icon.png) !important;
    background-position: 6px 7px !important;
    background-repeat: no-repeat !important;
    background-size: inherit !important;
}

.main-add-btn {
    background-image: url(./content/images/button-save-icon.png) !important;
    background-position: 6px 7px !important;
    background-repeat: no-repeat !important;
    background-size: inherit !important;
}

.main-remove-btn {
    background-image: url(./content/images/button-change-icon.png) !important;
    background-position: 6px 7px !important;
    background-repeat: no-repeat !important;
    background-size: inherit !important;
}

.main-show-btn {
    background-image: url(./content/images/button-show-icon.png) !important;
    background-position: 6px 7px !important;
    background-repeat: no-repeat !important;
    background-size: inherit !important;
}

.main-transcribe-btn {
    background-image: url(../../content/images/button-transcribe.png) !important;
    background-position: 6px 7px !important;
    background-repeat: no-repeat !important;
    background-size: inherit !important;
}

.main-btn-white {
    background-position: 6px 7px !important;
    background-repeat: no-repeat !important;
    background-size: inherit !important;
}

.dropdown-menu {
    color: #fff;
    text-align: left;
    margin-top: 10px;
    width: 180px;
}

.ddmi {
    width: 84%;
    cursor: pointer;
}

.dropdown-user-menu {
    background-color: #8b1f5b;
}


.navbar .nav > li > .dropdown-menu:before {
    border-right: 6px solid transparent;
    border-bottom: 6px solid #8b1f5b;
    border-left: 6px solid transparent;
    top: -6px;
}

.navbar .nav > li > .dropdown-menu:after {
    border-bottom: 6px solid #8b1f5b;
}

.navbar-inverse .nav li.dropdown.open > .dropdown-toggle {
    background-color: #8b1f5b;
}

.white-caret {
    border-top: 4px solid #fff;
}

.inline-edit-main-div {
    height: 100%;
    width: 100%;
    background: #00000000;
    position: fixed;
    z-index: 10;
    left: 0;
    top: 0;
    display: none;
}

.inline-edit-date-div {
    /*width: 239px;
    height: 250px;*/
    position: fixed;
    background: #00000000;
    left: 670px;
    z-index: 20;
    display: none;
}

.inline-edit-ses-div {
    width: 300px;
    height: 34px;
    position: fixed;
    background: #ccc;
    left: 670px;
    z-index: 20;
    display: none;
}

.inline-edit-notes-div {
    width: 300px;
    height: 34px;
    position: fixed;
    background: #ccc;
    left: 670px;
    z-index: 20;
    display: none;
}

.support-button-active {
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    background-image: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%);
    border-radius: 6px;
    width: 140px !important;
    height: 60px;
    font-family: 'Titillium Web', sans-serif;
}

.support-button-inactive {
    margin-left: 10px;
    margin-right: 10px;
    color: white;
    background-image: linear-gradient(to top, #c5c5c5 0%, #c5c5c5 100%);
    border-radius: 6px;
    width: 140px !important;
    height: 60px;
    font-family: 'Titillium Web', sans-serif;
}

.support-outer-div {
    width: 100%;
    margin-top: 20px;
}

.support-inner-div {
    padding: 10px;
    width: 100%;
}

.support-accordion-topic {
    display: block;
    color: #8b1f5b;
    font-weight: bold;
    cursor: pointer;
}

.support-accordion-desc {
    display: none;
    padding: 10px 40px 10px 20px;
}

.support-left-container {
    height: 540px;
    overflow-y: hidden;
    overflow-x: hidden;
    z-index: 20;
    padding: 2px;
}

.support-right-container {
    margin: auto;
    background: url(./content/images/support.png) no-repeat top center;
    background-size: cover;
    position: absolute;
    width: 50%;
    top: -40px;
    z-index: -1;
    float: left;
    left: 50%;
    min-height: 100vh;
}

.visit-toc-privacy-container {
    overflow-y: auto;
    position: absolute;
    top: 20px;
    background-color: white;
    height: 500px;
    width: 800px;
    z-index: 10;
    border: black;
    border-style: solid;
    border-width: 3px;
    display: none;
    border-radius: 10px;
    padding: 15px;
}

.visit-toc-privacy-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 80px;
    text-align: center;
    background: linear-gradient(to top, #b71e73 0%, #8c1f5c 80%);
    border-radius: 6px;
}

.hover-show {
    opacity: 1;
}

.hover-show:hover {
    opacity: 1;
}

.transcription-text {
    font-size: 14px;
    text-decoration: none;
    color: black;
    cursor: text;
}

.transcription-text:hover {
    font-size: 14px;
    text-decoration: none;
    color: #ff5a5a;
    cursor: text;
}

.transcription-inner-wrapper a:hover {
    text-decoration: none;
}

.transcription-text-active {
    font-size: 14px;
    text-decoration: none;
    color: red;
    cursor: text;
    font-weight: bold;
}

.transcription-outer-wrapper {
    margin: 10px;
    height: 342px;
}

.transcription-inner-wrapper {
    padding: 10px;
    overflow-y: auto;
    height: 320px;
    overflow-x: hidden;
}

.std-btn {
    display: inline-block;
    padding: 4px 12px;
    margin-bottom: 0;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    text-align: center;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
    vertical-align: middle;
    cursor: pointer;
    background-color: #f5f5f5;
    background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
    background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
    background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
    background-repeat: repeat-x;
    border: 1px solid #cccccc;
    border-top-color: rgb(204, 204, 204);
    border-right-color: rgb(204, 204, 204);
    border-bottom-color: rgb(204, 204, 204);
    border-left-color: rgb(204, 204, 204);
    border-color: #e6e6e6 #e6e6e6 #bfbfbf;
    border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
    border-bottom-color: rgba(0, 0, 0, 0.25);
    border-bottom-color: #b3b3b3;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}