body.trial-signup,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Open Sans', sans-serif;
}

table.table-no-border tbody tr td {
    border-top: none !important;
}

.trialButton {
    background-color: #1490cb;
    color: white;
}

.trialButton:hover,
#apply-filter-button:focus,
#apply-filter-button:active {
    background-color: #007ebe;
    color: white;
}

.menu {
    font-size: 11px;
    color: #666;
}

.menu span {
    cursor: pointer;
}

div.wunderdata_loader_bg {
    background-color: #fff;
    opacity: 0.7;
    z-index: 49;
    position: fixed;
    width: 100%;
    height: 100%;
    display: block;
}

div.wunderdata_loader {
    z-index: 50;
    position: fixed;

    display: block;
    transform: translateY(-50%);
}

div.wunderdata_loader_bg p {
    font-size: 40px;
    font-weight: bold;
}

div.table_loader_bg {
    background-color: #ffffff;
    opacity: 0.5;
    z-index: 49;
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
}

div.chart_loader {
    z-index: 50;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    display: block;
}

div.table_loader {
    z-index: 50;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    display: block;
    transform: translateY(-50%);
}


div.min_size {
    min-height: 100px;
    min-width: 100px;
}

div.dashboard_object_wrapper {
    overflow: auto;
    float: left;
    padding-left: 20px;
    padding-top: 0px;
    padding-right: 0px;
    margin-top: 20px;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
}

h2.dashboard_object_title {
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    padding: 0px 5px 5px 10px;
    margin-top: 0px !important;
}

h2.management-title {
    font-size: 125%;
    font-weight: bold;
    margin: 10px 0px 20px 0px;
}

#filters_form h2 {
    font-size: 24px;
}

#apply-filter-button {
    background-color: #1490cb;
    color: white;
}

#apply-filter-button:hover,
#apply-filter-button:focus,
#apply-filter-button:active {
    background-color: #007ebe;
}


/* apply a natural box layout model to all elements */

#filterMask {
    /* Mask must sit above dashboard content but below navbar */
    z-index: 1020;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: grey;
    opacity: 0.5;
    display: none;
}

#filterPanel {
    /* Panel should be above the mask and content, but below the fixed navbar (Bootstrap ~1030) */
    position: fixed;
    z-index: 1025;
    width: 100%;
    height: 770px;
    background-color: white;
    color: black;
    top: -720px;
    overflow-y: auto;
    overflow-x: hidden;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 10px;
    box-shadow: 0px 3px 5px grey;
}

#filterPanelActivator {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    position: fixed;
    /* Activator above panel to remain clickable when panel is hidden */
    z-index: 1026;
    width: 60px;
    height: 25px;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    background-color: #1490cb;
    color: white;
    left: 50%;
    margin-left: -25px;
    top: 50px;
    display: none;
    box-shadow: 0px 3px 5px grey;
    line-height: 2;
}

div.connector {
    min-height: 200px;
}

p.connect-button {
    width: 100%;
    text-align: center;
    margin-top: 20px;
}

.navbar {
    box-shadow: 0px 3px 5px grey;
}

.fancyTable td,
.fancyTable th {
    /* appearance */
    border: 1px solid #778899;

    /* size */
    padding: 5px;
}

.fancyTable {
    /* text */
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

.fancyTable tbody tr td {
    /* appearance */
    background-color: #eef2f9;
    background-image: -moz-linear-gradient(top,
            rgba(255, 255, 255, 0.4) 0%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.1) 51%,
            rgba(255, 255, 255, 0.0) 100%);

    background-image: -webkit-gradient(linear, left top, left bottom,
            color-stop(0%, rgba(255, 255, 255, 0.4)),
            color-stop(50%, rgba(255, 255, 255, 0.2)),
            color-stop(51%, rgba(255, 255, 255, 0.1)),
            color-stop(100%, rgba(255, 255, 255, 0.0)));

    /* text */
    color: #262c31;
    font-size: 11px;
}

.fancyTable tbody tr.odd td {
    /* appearance */
    background-color: #d6e0ef;
    background-image: -moz-linear-gradient(top,
            rgba(255, 255, 255, 0.4) 0%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.1) 51%,
            rgba(255, 255, 255, 0.0) 100%);

    background-image: -webkit-gradient(linear, left top, left bottom,
            color-stop(0%, rgba(255, 255, 255, 0.4)),
            color-stop(50%, rgba(255, 255, 255, 0.2)),
            color-stop(51%, rgba(255, 255, 255, 0.1)),
            color-stop(100%, rgba(255, 255, 255, 0.0)));
}

.fancyTable thead tr th,
.fancyTable thead tr td,
.fancyTable tfoot tr th,
.fancyTable tfoot tr td {
    /* appearance */
    background-color: #C1DFF6;
    background-image: -moz-linear-gradient(top,
            rgba(255, 255, 255, 0.4) 0%,
            rgba(255, 255, 255, 0.2) 50%,
            rgba(255, 255, 255, 0.1) 51%,
            rgba(255, 255, 255, 0.0) 100%);

    background-image: -webkit-gradient(linear, left top, left bottom,
            color-stop(0%, rgba(255, 255, 255, 0.4)),
            color-stop(50%, rgba(255, 255, 255, 0.2)),
            color-stop(51%, rgba(255, 255, 255, 0.1)),
            color-stop(100%, rgba(255, 255, 255, 0.0)));

    /* text */
    color: #121517;
    font-size: 12px;
    font-weight: bold;
    text-shadow: 0 1px 1px #e8ebee;
}

.fancyTable .pivotTotal,
.fancyTable .pivotTotalRow {
    background-color: #eeff94;
}

.fancyTable .pivotSuperTotal {
    background-color: #ff6d6f;
}

#trial-subtitle {
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 15px;
    font-weight: bold;
}

td.updateable {
    cursor: pointer;
}

ul.select-list,
ul.drag-list,
ul.drop-list {
    margin: 0;
    padding: 5px;
    display: block !important;
}

ul.drop-list {
    border: 1px dotted lightgrey;
    min-height: 70px;
}

ul.select-list {
    border: 1px dashed lightgrey;
}

ul.select-list li,
ul.drag-list li,
ul.drop-list li {
    float: left;
    list-style-type: none;
    border: 1px solid grey;
    padding: 5px;
    box-shadow: 1px 1px #d8d8d8;
    border-radius: 3px;
    margin: 3px 3px 3px 3px;
    cursor: pointer;
    background-color: white;
    display: block;
}



div.select-list-heading,
div.drag-list-heading,
div.drop-list-heading {
    display: block;
    color: #676767;
    font-weight: bold;
    font-size: 12px;
    padding: 3px;
    border: 1px dotted lightgrey;
    border-bottom: 0;

}

ul.drag-list {
    border: 1px dotted lightgrey;
    min-height: 70px;
}

ul.no-li-float li {
    float: none;
}

ul.select-list li:hover {
    background-color: #f4f4f4;
}

ul.select-list li.ui-selected {
    background-color: #007ebe;
    color: white;
}

span.size-changer {
    border: 1px solid #333;
    background-color: grey;
    color: white;
    font-size: 12px;
    padding: 1px;
}

span.size-changer:hover {
    background-color: #434343;
}

div.size-changer-choice {
    border: 1px solid grey;
    background-color: white;
    color: black;
    margin-bottom: 1px;
    padding: 5px;
}

div.size-changer-choice:hover {
    background-color: #e8e8e8;
}

.bottom-buffer {
    margin-bottom: 50px;
}

.row-massdrop-buffer {
    margin-bottom: 30px;
}

.wtclearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.wtclearfix {
    display: inline-block;
}

html[xmlns] .wtclearfix {
    display: block;
}

* html .wtclearfix {
    height: 1%;
}

.no-margin {
    margin: 0;
}

.popover {
    padding: 10px;
    max-width: 400px;
}

.popover-content {
    font-weight: normal;
}

#reportrange {
    background: #fff;
    cursor: pointer;
    padding: 5px 10px 5px;
    line-height: 20px;
    border: 10px solid #222;
    margin-right: 20px;
    float: right;
}

#select-bookmark {
    font-family: 'FontAwesome', sans-serif;
    background-color: #fff;
    cursor: pointer;
    padding: 5px 5px 5px;
    border-left: 1px solid #222;
    border-right: 1px solid #222;
    border-top: 10px solid #222;
    border-bottom: 10px solid #222;
    margin-right: 10px;
    height: 50px;
    width: 110px
}

@media (max-width: 767px) {
    #reportrange {
        float: left;
        margin-left: 5px;
    }

    #select-bookmark,
    #save-bookmark-button {
        margin-left: 15px;
    }
}


.mobile {
    display: none;
}

i.mobile {
    display: none;
}

#edit-sql-error-message,
#edit-sql-success-message {
    width: 500px;
    position: absolute;
    z-index: 2000;
    left: 500px;
    top: 100px;
    text-align: center;
}

#column_editor #sortable {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#column_editor #sortable .form-inline {
    border: 1px solid lightgrey;
    padding: 3px;
    box-shadow: 1px 1px #d8d8d8;
    border-radius: 3px;
    margin: 3px 3px 10px 3px;
    cursor: pointer;
    background-color: white;
}

#column_editor #sortable .form-inline .glyphicon-remove {
    color: lightgrey;
}

#table_builder_tabs {
    margin-bottom: 30px;
}



/* Dashboard object headers */
.dashboard_object_wrapper .widget_content {
    border-bottom: solid 1px #000;
    /* light theme divider */
}

/* SortableJS Fallback (Drag Preview) - Base/Light Mode */
.sortable-fallback {
    position: fixed !important;
    opacity: 1 !important;
    z-index: 2147483647 !important;
    cursor: grabbing;
    background-color: white;
    border: 1px solid grey;
    padding: 5px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2);
    border-radius: 3px;
    list-style: none;
    text-align: left;
}

.ghost {
    opacity: 0.4;
    background: #f0f0f0;
}

/* Alternating darkening for colored cells in Light Theme */
.ExcelTable2007 tbody tr:nth-child(even) td.colored-cell {
    box-shadow: inset 0 0 0 9999px rgba(0, 0, 0, 0.03);
}