body {
    background-color: #fcfbf8;
}

.filter-trigger-separator:last-child {
    display: none;
}

.filter-trigger.active {
    font-weight: bold;
    cursor: default;
    text-decoration: none;
    color: black;
}

ul.nav > li > a {
    font-weight: bold;
}

.popover-content {
    font-size: 12px;
    color: #606060;
    line-height: 20px;
}

.modal-toggle {
    cursor: pointer;
}

.error-container {
    display:none;
}

.error-message {
    font-weight:bold;
}

ul.sortable-list {
    list-style: none;
    padding: 0;
}

ul.sortable-list li {
    margin: 4px 0;
    background-color: #f0ece3;
    padding: 6px;
    font-size: 12px;
    cursor: move;
}

.regular {
    font-family: 'Helvetica Neue',Helvetica,Arial,sans-serif;
}

.panel-heading.regular {
    padding: 8px;
    background-image: linear-gradient(to bottom, #f8f5f1, #f0ece3);
    font-weight:bold;
}

.panel-heading.regular.big {
    font-size: 15px;
}

.panel-heading.regular.big .pull-right {
    font-size: 12px;
}

.pull-right.no-decoration::before {
    content: '';
}

.reporting .caret {
    margin-left: 5px;
}

label.checkbox-label {
    position: relative;
    top: -2px;
    left: 3px
}

a.no-link {
    color: #000000;
    text-decoration: none;
}

.search {
    padding: 2px;
    height: 24px;
    width: 220px;
    position: relative;
    top: -1px;
}

.search-hidden {
    display:none !important;
}

iframe {
    border:none;
}

.help-video-block {
    padding:7px 0 0 7px;
}

div.subform {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 10px;
    margin: 10px 0;
}

div.subform h4 {
    margin-top: 0;
}

.reporting {
    text-align: left;
    padding-bottom: 10px;
    padding-right: 15px;
    padding-left: 15px;
    padding-top: 10px;
    background-color: #f0ece3;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.reporting-stats {
    background-color: #f0ece3;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}

.section {
    text-align: center;
    cursor: pointer;
    padding-bottom: 20px;
    padding-right: 25px;
    padding-left: 25px;
    padding-top: 30px;
    background-color: #f0ece3;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    margin-bottom: 20px;
}

.section:hover {
    background-color: #e5e0da;
}

body {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 12px;
}

th {
    background-image: linear-gradient(to bottom, #f5f5f5 0, #e8e8e8 100%);
}

input[type="text"]:disabled, .select-disabled:disabled {
    background-color: #f0ece3;
}

.table-condensed tbody tr td {
    padding-left: 15px;
    padding-top: 6px;
    padding-bottom: 4px;
}

table.table.table-cell-vertical-align > tbody > tr > td,
table.table.table-cell-vertical-align > tbody > tr > th {
    vertical-align: middle;
}

table.table-general th {
    background-color: #e5e0da;
    background-image: none;
}

.navbar {
    margin-bottom: 20px;
}

.offline {
    color: #b0b0b0; !important
}

.form-control {
    font-size: 12px;
}

.form-checkbox-section {
    padding-left: 20px;
}

.form-checkbox-section input[type=checkbox] {
    margin-right: 10px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.form-checkbox-section label {
    font-weight: normal;
    position: relative;
    top:-2px;
}

textarea#notes {
    height: 100px;
}

.grayed-out {
    color: #a0a0a0;
}

.table-popover tbody tr td {
    color: #808080;
    font-size: 12px;
    padding-left: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-right: 20px;
}

#videos .screen {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    border: 1px dotted #a0a0a0;
    background-color: #f0ece3;
    border-radius: 5px;
}

#videos #self, #videos #publisher {
    position: absolute;
    width: 150px;
    height: 100px;
    top: 15px;
    left: 30px;
    z-index: 100;
    border: 2px solid white;
    border-radius: 3px;
}

ul.notifications {
    list-style: none;
    padding-left: 10px;
}

ul.notifications li {
    padding: 2px;
    background-color: #fee;
    color: #a00;
    font-weight: bold;
    margin: 5px 0;
}

ol.breadcrumb {
    background-image: linear-gradient(to right, #f0ece3, #f0ece3);
    overflow:hidden;
}

ol.breadcrumb li.pull-right a, ol.breadcrumb div.pull-right a {
    display: inline-block;
    margin-left: 10px;
}

.subscriber {
    width: 100%;
    height: 100%;
    border: 3px solid #a0a0a0;
    background-color: #f0ece3;
    z-index: 50;
}

.participant {
    width: 100%;
    height: 100%;
    border: 3px solid #a0a0a0;
    background-color: #f0ece3;
    z-index: 50;
}

a.calendar-item {
    cursor: pointer;
}

a.inactive {
    cursor: default;
}

a.inactive:hover {
    text-decoration: none;
}

a.calendar-private span.calendar-title,
a.calendar-ons span.calendar-title {
    font-style: italic;
    color: #a0a0a0;
}

button {
    background-image: linear-gradient(to bottom, #f8f5f1, #f0ece3);
    padding: 8px;
    font-weight: bold;
    border-radius: 3px;
    border: 1px solid #ddd;
    color: #337ab7;
}

.small-info {
    font-style: italic;
    font-size: 0.9em;
    color: #696969;
}

div#measurements-recent {
    position: relative;
    padding-top: 20px;
}

div#measurements-recent div.measurements-recent-single {
    float: left;
    width: 15%;
    min-width: 175px;
    border: 1px solid #d6d6d6;
    margin: 10px 0.5%;
    text-align: center;
    height: 180px;
    position: relative;
}

div#measurements-recent div.measurements-recent-single .measurement-datetime {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0;
    bottom: 0;
}

div#measurements-recent div.measurements-recent-single .show-history-wrapper {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 0;
    bottom: 35px;
}

div#measurements-recent div.measurements-recent-single h2 {
    margin: 0;
    padding: 5px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    background-image: linear-gradient(to bottom, #337ab7, #337ab7);
    color: white;
    border-bottom: 10px;
}

div#measurements-recent div.measurements-recent-single table {
    width: 100%;
}

div#measurements-recent div.measurements-recent-single .value {
    font-weight: bold;
    font-size: 20px;
    display: inline-block;
    margin: 0 10px;
}

div#measurements-recent div.measurements-recent-single .unit {
    font-size: 16px;
    margin: 0 10px;
}

div#measurements-recent div.measurements-recent-single .unit.small,
div#measurements-recent div.measurements-recent-single .value.small {
    font-size: 14px;
}

div#measurement-type-selection {
    overflow: hidden;
    position: relative;
    padding: 10px 0;
}

div#measurement-type-selection div {
    padding: 0 5px;
    float: left;
    width: 45%;
}

div#measurement-type-selection .button-wrapper {
    padding: 10px;
}

div#measurement-type-selection button {
    display: inline-block;
    padding: 5px;
    font-size: 15px;
    text-align: center;
    min-width: 100px;
    border: 1px solid #2b669a;
    border-radius: 2px;
}

div#measurement-type-selection div input {
    margin-right: 10px;
}

div#measurement-type-selection div label {
    font-weight: normal;
    margin: 0;
}

table.measurement-results th, table.measurement-results td {
    background: none;
    text-align: left;
}

table.measurement-results table th {
    padding-right: 5px;
    font-weight: normal;
}

table.measurement-results table td {
    font-weight: bold;
}

section.measurement-history h2 {
    font-size: 13px;
    padding: 5px;
    background-image: linear-gradient(to bottom, #f8f5f1, #f0ece3);
    border: 1px solid #ddd;
    border-bottom: none;
    font-weight: bold;
    margin-bottom: 0;
}

section.measurement-history table th {
    background-image: linear-gradient(to bottom, #f8f5f1, #f0ece3);
    text-align: center;
}

section.measurement-history table tr.aggr td {
    color:#717171;
}

section.measurement-history table td {
    text-align: center;
}

.grey {
    color: #808080;
}

td.empty {
    background-color: #fcfbf8;
}

.feedback {
    padding: 5px;
    font-weight: bold;
}

.feedback.error {
    color: #a00;
}

.chart-wrapper {
    overflow: hidden;
}

figure.chart-entry {
    float: left;
    min-width: 150px;
    background-image: linear-gradient(to bottom,transparent, #f5f1ec);
    margin-left: 20px;
    position: relative;
    padding: 0 10px;
}

figure.chart-entry data.bar {
    width: 40px;
    display: inline-block;
    margin-right: 5px;
    position: relative;
    text-align: center;
    color: white;
    padding-top: 10px;
    font-size: 14px;
    background-image: linear-gradient(to bottom, #5caae2, #05549a);
}

figure.chart-entry data.bar .value {
    font-weight: bold;
}

figure.chart-entry data.bar .hint {
    font-weight: normal;
    font-size: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}

figure.chart-entry span.index {
    position: absolute;
    bottom: 0;
    left: 0;
    display: inline-block;
    width: 100%;
    text-align: center;
}

.clickable {
    cursor: pointer;
}

p.note {
    padding: 5px 10px;
    background-color: #f0ece3;
    border-radius: 5px;
}

table.with-header th {
    background-image: linear-gradient(to bottom, #f8f5f1, #f0ece3);
}

.checkbox-group {
    background-color: white;
    padding: 10px;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.checkbox-group p {
    margin: 0;
}

.checkbox-group label {
    display: inline-block;
    margin-left: 5px;
    position: relative;
    top:-2px;
}

p.note {
    padding: 5px 10px;
    background-color: #f0ece3;
    border-radius: 5px;
}

.icon {
    display: inline-block;
    margin-right: 5px;
}

.full-width {
    width: 100%;
}

.cream {
    /* somehow replacing this with a #f0ece3 background-color doesn't do the same, must be a Bootstrap thing? */
    background-image: linear-gradient(to right, #f0ece3, #f0ece3);
}

.creamy-gradient, .panel-default > .panel-heading.creamy-gradient {
    background-image: linear-gradient(to bottom, #f8f5f1, #f0ece3);
}

table.regular th {
    background-image: linear-gradient(to bottom, #f8f5f1, #f0ece3);
}

table.regular {
    background-color: white;
}

table.padded th, table.padded td {
    padding: 8px;
}

table td.shaded {
    color: #ccc;
}

.upload-tool-wrapper {
    display: inline-block;
    border: 1px solid #ccc;
    background-color: white;
    padding: 10px;
    margin-bottom: 10px;
}

.alert-warning {
    background-image: linear-gradient(to bottom,#f5e1b5 0,#f0cd7f 100%);
    border-color: #d3a456;
    color: #4d1111;
}

.alert-regular {
    background-image: linear-gradient(to bottom, #f0ece3, #f3eada 100%);
    border-color: #eee;
    color: black;
}

label .info {
    font-style: italic;
    color: #88a;
    display: inline-block;
    margin-left: 10px;
    font-weight: normal;
}

.histogram-bar {
    display: inline-block;
    height: 14px;
    background-image: linear-gradient(to left, #5caae2, #05549a);
    margin: 2px;
}

.null-answer {
    font-style:italic;
    color:#88a;
    font-weight:normal;
    display:inline-block;
    margin-left:10px;
}

a.dashboard-more {
    text-align: right;
    display: block;
    font-size: 1.05em;
    font-weight: bold;
}

a.dashboard-more::after {
    content: ' \203a\203a\203a';
}

.dashboard-title img {
    float: left;
    margin-right: 15px;
    display:inline-block;
    margin-left:10px;
}

.dashboard-title p {
    font-size: 19px;
    position: relative;
    top: -2px;
}

.dashboard-recent {
    margin-bottom: 0px;
}

.dashboard-recent th {
    vertical-align: middle;
    padding-left: 15px;
    height: 40px;
}

.dashboard-recent td {
    vertical-align: middle;
    padding-left: 15px;
    height: 52px;
}

.dashboard-link {
    clear: both;
    padding-top: 15px;
    padding-left: 25px;
    height: 75px;
    cursor: pointer;
}

.dashboard-link:hover {
    background-color: #e8e2d5;
}

.dashboard-alert {
    clear: both;
    background-color: #ffffff;
    padding-left: 25px;
    cursor: pointer;
    border-radius: 9px;
    margin-bottom: 20px;
    border: 1px dotted #0094c4;
    height: 70px;
    padding-top: 13px;
}

.dashboard-alert:hover {
    background-color: #f8f6f0;
}

.dashboard-link-icon {
    float: left;
    width: 75px;
    padding-top: 5px;
}

.dashboard-link-text {
    float: left;
}

.dashboard-link-text-main {
    color: #0094c4;
    margin-bottom: 2px;
    font-size: 17px;
}

.dashboard-link-text-sub {
    font-size: 13px;
}

.dashboard-link-text-sub > span {
    color: #0094c4;
}

.dashboard-video {
    opacity: 0.9;
    cursor: pointer;
}

.dashboard-video:hover {
    opacity: 1.0;
}

.dashboard-video > p {
    font-weight: bold;
    color: #ffffff;
    font-size: 13px;
    position: absolute;
    bottom: 0px;
    left: 30px;
}

@media (min-width: 1200px) {
    .dashboard-video-play {
        position: absolute;
        top: 83px;
        left: 155px;
        width: 50px;
    }

    .dashboard-stats {
        height: 220px;
        background-color: #f0ece3;
        border: 1px solid #0094c4;
        border-radius: 9px;
    }

    .dashboard-stats > img {
        position: absolute;
        top: 40px;
        left: 80px;
        height: 80px;
    }

    .dashboard-stats > div {
        height: 80px;
        width: 80px;
        background-color: #ffffff;
        border-radius: 50%;
        position: absolute;
        bottom: 20px;
        right: 40px;
        text-align: center;
        padding-top: 15px;
    }

    .dashboard-stats > div > span {
        font-size: 36px;
        font-weight: bold;
        color: #e74736;
    }

    #dashboard-webinar {
        height: 220px;
    }

    #dashboard-webinar-title {
        margin-top: 15px;
        font-size: 25px;
    }

    #dashboard-webinar-info {
        font-size: 17px;
        padding-bottom: 10px;
    }

    #dashboard-webinar-register {
        height: 36px;
        width: 200px;
        padding-top: 7px;
        font-size: 16px;
    }
}

.announcement-title a {
    font-weight: bold;
}

.announcement-title.seen a {
    font-weight: normal;
    color: #007fa8;
}

@media (min-width: 975px) and (max-width: 1199px) {
    .dashboard-video-play {
        position: absolute;
        top: 67px;
        left: 126px;
        width: 41px;
    }

    .dashboard-stats {
        height: 200px;
        background-color: #f0ece3;
        border: 1px solid #0094c4;
        border-radius: 9px;
    }

    .dashboard-stats > img {
        position: absolute;
        top: 40px;
        left: 80px;
        height: 73px;
    }

    .dashboard-stats > div {
        height: 65px;
        width: 65px;
        background-color: #ffffff;
        border-radius: 50%;
        position: absolute;
        bottom: 15px;
        right: 35px;
        text-align: center;
        padding-top: 12px;
    }

    .dashboard-stats > div > span {
        font-size: 30px;
        font-weight: bold;
        color: #e74736;
    }

    #dashboard-webinar {
        height: 200px;
    }

    #dashboard-webinar-title {
        margin-top: 15px;
        font-size: 20px;
    }

    #dashboard-webinar-info {
        font-size: 14px;
        padding-bottom: 10px;
    }

    #dashboard-webinar-register {
        height: 30px;
        width: 180px;
        padding-top: 0px;
    }

    #dashboard-webinar-register > p {
        padding-top: 6px;
        font-size: 14px;
    }
}

@media (min-width: 751px) and (max-width: 974px) {
    .dashboard-video-play {
        position: absolute;
        top: 53px;
        left: 95px;
        width: 31px;
    }

    .dashboard-stats {
        height: 160px;
        background-color: #f0ece3;
        border: 1px solid #0094c4;
        border-radius: 9px;
    }

    .dashboard-stats > img {
        position: absolute;
        top: 40px;
        left: 80px;
        height: 55px;
    }

    .dashboard-stats > div {
        height: 49px;
        width: 49px;
        background-color: #ffffff;
        border-radius: 50%;
        position: absolute;
        bottom: 68px;
        right: 30px;
        text-align: center;
        padding-top: 10px;
    }

    .dashboard-stats > div > span {
        font-size: 22px;
        font-weight: bold;
        color: #e74736;
    }

    #dashboard-webinar {
        height: 160px;
    }

    #dashboard-webinar-title {
        margin-top: 10px;
        font-size: 15px;
    }

    #dashboard-webinar-info {
        font-size: 12px;
        padding-bottom: 5px;
    }

    #dashboard-webinar-register {
        height: 24px;
        width: 160px;
        padding-top: 0px;
    }

    #dashboard-webinar-register > p {
        padding-top: 4px;
        font-size: 11px;
    }
}

.dashboard-stats > p {
    font-weight: bold;
    color: #404040;
    font-size: 15px;
    position: absolute;
    bottom: 10px;
    left: 40px;
}

.panel > table.table-vertically-bordered {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
}

.panel > table.survey-statistics {
    border-top: 0;
}

table.survey-statistics th {
    background-image: none;
    font-weight: normal;
}

.survey-status {
    font-weight: bold;
    padding-top: 3px;
    padding-bottom: 4px;
    font-size: 10px;
}

.icon, .icon-label {
    font-weight: bold;
}

.active-deferred-session-warning {
    display: none;
}
  
@media (min-width: 1200px) {
    #date-begin, #date-end {
        width: 173px;
    }

    #partner-filter {
        width: 210px;
    }
}

@media (max-width: 1199px) {
    #date-begin, #date-end {
        width: 100px;
    }

    #partner-filter {
        width: 140px;
    }
}

.service-link {
    clear: both;
    padding-top: 15px;
    padding-left: 25px;
    border-radius: 9px;
    height: 130px;
    cursor: pointer;
    background-color: #f0ece3;
    margin-bottom: 20px;
}

.service-link:hover {
    background-color: #e8e2d5;
}

.service-link-icon {
    float: left;
    width: 100px;
    padding-top: 10px;
    opacity: 0.85;
}

.service-link-icon img {
    width: 80px;
    height: 80px;
}

.service-link-text {
    float: left;
    padding-top: 6px;
}

.service-link-text-main {
    color: #0094c4;
    font-weight: bold;
    margin-bottom: 8px;
    font-size: 17px;
}

.service-link-text-sub {
    font-size: 12px;
    color: #404040;
    line-height: 18px;
}

a, a:visited {
    color: #0094c4;
}

.product-container-disabled {
    border: 1px #c0c0c0 dotted;
}

.product-image-disabled {
    filter: grayscale(1);
    opacity: 0.7;
}

.product-container-enabled {
    border: 1px #0094c4 solid;
}

.product-image-enabled {
    filter: grayscale(0);
    opacity: 1.0;
}

.product-disallowed {
    position: absolute;
    top: 50px;
    left: 40px;
    border: 1px #c0c0c0 dotted;
    text-align: center;
    width: 110px;
    font-weight: bold;
    border-radius: 5px;
    opacity: 0.9;
    transform: rotate(-22.5deg);
    padding-top: 2px;
    padding-bottom: 2px;
    background-color: #62605b;
    color: #ffffff;
}

.alert-filter-container {
    position: absolute;
    width: 150px;
    margin-left: 6px;
    margin-top: 7px;
    border: 1px #c0c0c0 dotted;
    border-radius: 5px;
    line-height: 22px;
    background-color: #ffffff;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 10px;
    padding-right: 10px;
    z-index: 2;
}

.label-pending {
    background-color: #dd9f16;
}

div#library-breadcrumb {
    background-image: linear-gradient(to bottom, #f8f5f1, #f0ece3);
    padding: 12px;
    border-radius: 2px;
}

div#library-breadcrumb a.active {
    font-weight: bold;
}

div#library-breadcrumb span.library-folder-separator {
    color: #ccc;
}

tr.video-folder td {
    background-color: #e7f0f3;
}

span#video-delete-folder-name {
    font-weight: bold;
}

span#document-delete-folder-name {
    font-weight: bold;
}

span.video-folder-empty {
    font-style: italic;
}

.permissions {
    position: relative;
    top: 2px;
}

.nowrap {
    white-space: nowrap;
}

.document-file-extension {
    font-style: italic;
    color: #777;
}

.document-file-extension.type-pdf, .document-file-extension.type-web {
    display: none;
}

table th .glyphicon-sort {
    font-size: 0.8em;
    color: #777;
}

.security-badge {
    border-radius: 11px;
    background-color: #e8e2d5;
    width: 90px;
    height: 72px;
    position: absolute;
    top: 0;
    right: 15px;
}

.security-badge p.badge-score {
    font-size: 36px;
    margin: 0;
    text-align: center;
    padding-top: 3px;
    font-weight: bold;
    color: #404040;
    height: 48px;
}

.security-badge p.badge-label {
    font-size: 12px;
    margin-bottom: 0;
    text-align: center;
    color: #808080;
}

.security-info {
    min-height: 66px;
    line-height: 22px;
    margin-bottom: 25px;
    padding-left: 12px;
    border-left: 1px #b0a284 dotted;
}

.grid-icon {
    width: 109px;
    height: 105px;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    margin: 6px;
}

.grid-button {
    width: 145px;
    height: 130px;
    display: inline-block;
    text-align: center;
    padding-top: 20px;
    margin: 6px;
    background-color: #f0ece3;
}

.grid-button img {
    max-width: 80%;
}

.sortable-ghost {
    background-color: #C8EBFB;
}

data.trl {
    display: none;
}

span.spacer {
    display: inline-block;
}

