body {
    background-attachment: fixed;
    background-size: auto 100%;
    background-color: #06293F;
}

.pintabular-main-content {
    /* TODO: Change the margin bottom once setting the clearfix on list-box once fixing the general dynamic width */;
    padding: 15px 30px 0px 30px;
}

.pintabular-lower-pane {
    width: 100%;
    height: 458px;
    position: fixed;
    bottom: -460px;
    transition: bottom cubic-bezier(.62,.28,.23,.99) 0.3s;
    padding: 30px;
    box-sizing: border-box;
    color: #ccc;
}

.pintabular-lower-pane.visible {
    bottom: 40px;
}

.pintabular-lower-pane .category-panel,
.pintabular-lower-pane .subcategory-panel {
    float: left;
    height: 100%;
    border-right: 1px solid rgba(255,255,255,0.07);
    box-sizing: border-box;
    color: white;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding-right: 15px;
    color: #DDD;
    overflow-y: scroll;
}

.pintabular-lower-pane .category-panel {
    width: 265px;
}

.pintabular-lower-pane .subcategory-panel {
    width: 350px;
}

.pintabular-lower-pane .category-panel .type-header,
.pintabular-lower-pane .data-source-panel .data-source-information .data-source-column-group .data-source-column-group-header {
    border-bottom: 1px solid rgba(255,255,255,0.07);
    margin-top: 30px;
    margin-bottom: 15px;
    color: #777;
    font-size: 11px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.pintabular-lower-pane .category-panel .type-header:first-of-type,
.pintabular-lower-pane .data-source-panel .data-source-information .data-source-column-group:first-of-type .data-source-column-group-header {
    margin-top: 0px;
}

.pintabular-lower-pane .category-panel ul,
.pintabular-lower-pane .subcategory-panel ul {
    list-style: none;
    margin: 0px;
    padding: 0px;
}

.pintabular-lower-pane .subcategory-panel ul {
    margin-top: 35px;
    margin-left: 15px;
}

.pintabular-lower-pane .category-panel li,
.pintabular-lower-pane .subcategory-panel li {
    font-size: 20px;
    line-height: 54px;
    cursor: pointer;
    padding-left: 15px;
    padding-right: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.pintabular-lower-pane .category-panel li:hover,
.pintabular-lower-pane .category-panel li.selected,
.pintabular-lower-pane .subcategory-panel li:hover,
.pintabular-lower-pane .subcategory-panel li.selected  {
    background: rgba(255, 255, 255, 0.1);
}

.pintabular-lower-pane .data-source-panel {
    border: 1px solid rgba(255,255,255,0.07);
    padding: 30px;
    height: 100%;
    margin-left: 630px;
    box-sizing: border-box;
    width: calc(100% - 630px);
    position: relative;
}

.pintabular-lower-pane .data-source-panel .data-source-information {
    width: 500px;
    float: left;
    border-right: 1px solid rgba(255,255,255,0.07);
    box-sizing: border-box;
    padding-right: 15px;
    height: 100%;
    overflow-y: scroll;
    position: relative;
}

.pintabular-lower-pane .data-source-panel .data-source-information .data-source-owner-info {
    color: #777;
    margin-top: 15px;
}

.pintabular-lower-pane .data-source-panel .data-source-information,
.pintabular-lower-pane .data-source-panel .data-source-information table {
    color: #ccc;
    line-height: 22px;
    font-size: 15px;
    letter-spacing: 1px;
}

.pintabular-lower-pane .data-source-panel .data-source-information .data-source-column-group table {
    width: 100%;
}

.pintabular-lower-pane .data-source-panel .data-source-information .data-source-columns-header {
    text-align: center;
    text-transform: uppercase;
    margin-top: 30px;
    margin-bottom: 15px;
}

.pintabular-lower-pane .data-source-panel .data-source-information td {
    padding-bottom: 15px;
    vertical-align: top;
}

.pintabular-lower-pane .data-source-panel .data-source-information td:first-of-type {
    width: 50%;
    font-weight: bold;
    padding-right: 15px;
}

.pintabular-lower-pane .data-source-panel .data-source-information td:nth-of-type(2) {
    width: 50%;
}

.pintabular-lower-pane .data-source-panel .data-source-list-groups {
    margin-left: 515px;
    width: calc(100% - 515px);
    height: 100%;
    box-sizing: border-box;
    overflow-y: scroll;
}

.pintabular-lower-pane .data-source-panel .data-source-list-group {
    float: left;
    width: 180px;
    height: 180px;
    text-align: center;
    border: 1px solid rgba(255,255,255,0.07);
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.pintabular-lower-pane .data-source-panel .data-source-list-group:hover,
.pintabular-lower-pane .data-source-panel .data-source-list-group.selected {
    background: rgba(255, 255, 255, 0.1);
}

.pintabular-lower-pane .data-source-panel .data-source-list-group > p {
    vertical-align: middle;
    display: table-cell;
    height: inherit;
    width: inherit;
    line-height: 22px;
    font-size: 14px;
    padding: 15px;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.pintabular-lower-pane,
.pintabular-footer .navbar-inner {
    background: #2B2B2B;
    box-shadow: 0px -5px 5px rgba(0,0,0,0.4);
}

@media only screen and (max-width : 1600px) {
    .pintabular-lower-pane .category-panel li,
    .pintabular-lower-pane .subcategory-panel li {
        font-size: 14px;
        line-height: 40px;
    }

    .pintabular-lower-pane .category-panel {
        width: 210px;
    }

    .pintabular-lower-pane .subcategory-panel {
        width: 260px;
    }

    .pintabular-lower-pane .data-source-panel {
        margin-left: 485px;
        width: calc(100% - 485px);
    }

    .pintabular-lower-pane .data-source-panel .data-source-information {
        width: calc(100% - 379px - 15px);
    }

    .pintabular-lower-pane .data-source-panel .data-source-list-groups {
        width: 379px;
        margin-left: calc(100% - 379px);
    }

    .pintabular-lower-pane .data-source-panel .data-source-list-group:nth-child(2n) {
        margin-right: 0px;
    }
}

@media only screen and (max-width : 1002px) {
    .pintabular-lower-pane .data-source-panel .data-source-information {
        display: none;
    }

    .pintabular-lower-pane .data-source-panel .data-source-list-groups {
        width: 100%;
        margin-left: auto;
    }
}

.pintabular-footer .navbar-inner .brand {
    color: #BD2132;
}

.pintabular-footer .navbar-inner .navbar-btn {
    border: 1px solid rgba(255,255,255,0.07);
    color: #ddd;
    background: none;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    box-shadow: none;
    border-radius: 0px;
    font-size: 11px;
}

.pintabular-footer .navbar-inner .navbar-btn:hover,
.pintabular-footer .navbar-inner .navbar-btn.pressed {
    background: rgba(255, 255, 255, 0.1);
}

.pintabular-footer .navbar-inner .navbar-btn:focus {
    outline:0;
}

.lists-box {
    /* TODO: Change shortcut once implementing stacking, could use http://stackoverflow.com/a/24286064/3949162 */
    width: 100000px;
}

.lists-box .add-new-list.card {
    float:left;
    width: 200px;
    /* TODO: Remove margin after modifying how lists are laid out */
    margin: 0px 0px 0px 100px;
    cursor: pointer;
    border-radius: 10px;
    box-shadow: 0px 5px 22px rgba(0,0,0,0.4);
}

.lists-box .add-new-list.card .card-content {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background: #133546;
    color: #EC423D;
    font-size: 70px;
    width: 100%;
    height: 300px;
    line-height: 326px;
    text-align: center;
    font-family: monospace;
    font-weight: bold;
}

.lists-box .add-new-list.card:hover .card-content {
    background: rgba(229, 185, 185, 1);
}

.lists-box .add-new-list.card .card-label {
    background: white;
    line-height: 50px;
    height: 50px;
    font-size: 12px;
    color: #333;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    letter-spacing: 1px;
}

.lists-box .add-new-list.card .invisible-right-margin-temp-hack {
    width: 300px;
    height: 0.1px;
    background: none;
    float: left;
}

.lists-box .list {
    float: left;
    margin-left: 100px;
}

.lists-box .interest_list {
    float: left;
    box-shadow: 0px 5px 22px rgba(0,0,0,0.8);
    background: rgba(255,255,255,1);
    padding: 5px;
    border-radius: 10px;
    border: 1px solid black;
    position: relative;
    margin-bottom: 70px;
}

.lists-box .list-connector {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
}

.lists-box .interest_list:first-of-type {
    margin-left: 0px;
}

.lists-box .interest_list .list-query-options,
.lists-box .interest_list .list-options {
    background: rgba(242, 211, 211, 0.28);
    border: 1px solid rgba(255, 0, 0, 0.16);
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 5px;
}

.lists-box .interest_list .list-options {
    padding-bottom: 0px;
    padding-top: 10px;
}

.lists-box .interest_list .list-query-options .main_options {
}

.lists-box .interest_list .list-query-options .main_options label,
.lists-box .interest_list .list-options .list-option label {
    float: left;
    width: 50%;
    text-transform: uppercase;
    color: rgba(200, 128, 128, 1);
    font-size: 10px;
    letter-spacing: 1px;
}

.lists-box .interest_list .list-query-options .main_options input,
.lists-box .interest_list .list-query-options .main_options select,
.lists-box .interest_list .list-options .list-option input,
.lists-box .interest_list .list-options .list-option select {
    width: 50%;
    height: 20px;
    background: none;
    border: 1px solid rgba(255, 0, 0, 0.16);
    text-align: right;
}

.lists-box .interest_list .list-query-options .main_options input.invalid {
    color: red;
}

.lists-box .interest_list .list-query-options form {
    margin: 0px;
}

.lists-box .interest_list .list-query-options .available_columns .panel-heading {
    border: 1px solid rgba(255, 0, 0, 0.16);
    text-align: center;
    font-size: 10px;
    letter-spacing: 1px;
    cursor: pointer;
}

.lists-box .interest_list .list-query-options .available_columns .panel:first-of-type .panel-heading {
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.lists-box .interest_list .list-query-options .available_columns .panel:last-of-type .panel-heading {
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px;
}

.lists-box .interest_list .list-query-options .available_columns .panel-heading a {
    color: rgba(200, 128, 128, 1);
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.lists-box .interest_list .list-query-options .available_columns .panel-collapse {
    width: 200px;
    margin: auto;
}

.lists-box .interest_list .list-query-options .available_columns .panel-body {
    margin: 15px 0px;
}

.lists-box .interest_list .list-query-options .available_columns label {
    float: left;
    width: 100px;
    font-size: 12px;
    letter-spacing: 0px;
    text-transform: lowercase;
    text-align: left;
}

.lists-box .interest_list .list-query-options .available_columns input {
    float: left;
    margin-right: 5px;
}

.lists-box .interest_list .listTable {
    font-size: 12px;
    transition: -webkit-filter 0.5s ease-out;
}

.lists-box .listTable table, th, td {
    border: 0px;
}

.lists-box .listTable.is-loading td:first-of-type {
    display: table-cell;
}

.lists-box .listTable.is-loading {
    -webkit-filter: saturate(0);
}

.lists-box .listTable.is-loading td {
    display: none;
}

.lists-box .listTable tr {
    cursor: pointer;
}

.lists-box .listTable td {
    text-align: right;
    padding-left: 10px;
}

.lists-box .listTable th {
    padding-left: 10px;
}

.lists-box .listTable td:first-of-type {
    text-align: left;
}

.lists-box .listTable td:last-of-type, th:last-of-type {
    padding-right: 10px;
}

.lists-box .listTable tr:nth-child(even) {
    background: none;
}

.lists-box .listTable tr:nth-child(odd) {
    background: rgba(242, 211, 211, 0.28);
}

.lists-box .listTable td:first-of-type, th:first-of-type {
    border-radius: 5px 0px 0px 5px;
}

.lists-box .listTable td:last-of-type, th:last-of-type {
    border-radius: 0px 5px 5px 0px;
}

.lists-box .listTable thead tr:first-of-type {
    background: rgba(242, 211, 211, 1);
}

.lists-box .listTable tr.highlighted {
    background: #EC423D;
    color: white;
}

.lists-box .list-grid {
    width: 310px;
}

.lists-box .list-grid .list-grid-item.interest {
    float: left;
    width: 100px;
    height: 100px;
    margin-left: 5px;
    margin-bottom: 5px;
    border-radius: 6px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    border-style: solid;
    border-color: #EC423D;
    border-width: 0px;
}

.lists-box .list-grid .list-grid-item.interest.highlighted {
    border-width: 10px;
}

.lists-box .list-grid .list-grid-item.interest:nth-of-type(3n+1) {
    margin-left: 0px;
}

.lists-box .list-grid .list-grid-item.interest .interest-image {
    background-size: cover;
    width: 100%;
    height: 100%;
    opacity: 0.8;
}

.lists-box .list-grid .list-grid-item.interest .interest-gradient {
    position: absolute;
    bottom: 0px;
    width: 100%;
    height: 100%;
}

.lists-box .list-grid .list-grid-item.interest .interest-name {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: white;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.9);
    text-transform: capitalize;
    font-size: 12px;
    padding: 0px 5px;
    box-sizing: border-box;
}

.lists-box .list-connector svg path,
.lists-box .list-connector svg circle {
    opacity: 0.3;
}

.lists-box .list-connector svg.with-highlight path,
.lists-box .list-connector svg.with-highlight circle {
    opacity: 0.2;
}

.lists-box .list-connector svg.with-highlight path.highlighted,
.lists-box .list-connector svg.with-highlight circle.highlighted {
    opacity: 0.9;
}
