﻿.btn-action {
    width: 300px;
    margin: 0 0 10px 20px;
}

.content-with-tabs {
    padding-top: 250px;
}

.container-fluid {
    padding-right: 0;
    padding-left: 0;
}

.spacer {
    padding: 10px;
}

.alert {
    font-size: 22px;
    height: auto;
}

.duo-colored-list li:nth-child(odd) {
    background: #f7f9fb;
}

.table-nocontent {
    text-align: center;
    font-size: 22px;
    color: #bcc1c3;
    padding: 30px 0;
    line-height: 25px;
}

.subtext {
    font-size: 11px;
    color: #8d9192;
    vertical-align: middle;
}

.filter-button {
    padding: 0 0 15px 0;
}

/* Image overlay */
.overlay-image {
    position: relative;
    max-width: 1020px;
    font-size: 22px;
}

    .overlay-image .image {
        max-width: 100%;
        border-width: 1px;
        border-style: solid;
        cursor: pointer;
    }

    .overlay-image .overlay {
        position: absolute;
        bottom: 0;
        background-color: #000000;
        background-color: rgba(0,0,0,0.8);
        width: 100%;
        height: 100%;
        color: white;
        font-size: 30px;
        padding: 80px;
        text-align: center;
    }

/* Slider styling */
.switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 24px;
    vertical-align: middle;
    margin-bottom: 0;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 34px;
}

.slider:before {
    position: absolute;
    content: "";
    height: 16px;
    width: 16px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
    border-radius: 50%;
}

.label-status-offline {
    font-weight: bold;
    font-size: 14px;
    color: #FF4444;
    text-transform: uppercase;
    margin-bottom: 0;
}

.label-status-online {
    font-weight: bold;
    font-size: 14px;
    color: #00CC00;
    text-transform: uppercase;
    margin-bottom: 0;
}

.label-status-in-use {
    font-weight: bold;
    font-size: 14px;
    color: #ffa500;
    text-transform: uppercase;
    margin-bottom: 0;
}

.button-bar-label {
    font-weight: bold;
    font-size: 14px;
    color: #5E6062;
    text-transform: uppercase;
    vertical-align: middle;
    padding: 11px 0px;
    display: inline-block;
    text-align: center;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.sort-direction-icon:after {
    font-family: 'Material Icons';
    font-size: 14px;
    font-weight: normal;
    color: #8d9192;
    vertical-align: middle;
    padding: 0 0 0 5px;
}

.sort-asc:after {
    content: "arrow_downward";
}

.sort-desc:after {
    content: "arrow_upward";
}

.masonry-brick {
    display: inline-block;
    width: 100%;
    margin: 5px 0 15px 0;
}

@media only screen and (min-width: 768px) {
    .masonry-container {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
        column-gap: 30px;
    }
}

@media only screen and (min-width: 1440px) {
    .masonry-container {
        -moz-column-count: 3;
        -webkit-column-count: 3;
        column-count: 3;
        column-gap: 30px;
    }
}

.folder {
    cursor: pointer;
    -webkit-user-select: none; /* Safari 3.1+ */
    -moz-user-select: none; /* Firefox 2+ */
    -ms-user-select: none; /* IE 10+ */
    user-select: none;
    font-size: 14px;
    vertical-align: middle;
}

    .folder::before {
        font-family: 'Material Icons';
        content: "folder";
        width: 25px;
        display: inline-block;
        font-size: 20px;
        vertical-align: middle;
    }

.folder-open::before {
    font-family: 'Material Icons';
    content: "folder_open";
    width: 25px;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

.download-item-hidden {
    display: none;
}

.download-item-visible {
    display: block;
}

.download-item {
    padding: 5px 30px !important;
    font-size: 14px !important;
    vertical-align: middle !important;
}

.download-file-icon::before {
    font-family: 'Material Icons';
    content: "description";
    width: 22px;
    display: inline-block;
    font-size: 20px;
    vertical-align: middle;
}

.ov-tooltip-wrapper {
    display: inline;
}

.ov-tooltip .ov-tooltiptext {
    visibility: hidden;
    color: #009fdf;
    background: white;
    border-width: 1px;
    border-style: solid;
    border-color: lightgray;
    padding: 5px;
    position: absolute;
    z-index: 1;
}

.ov-tooltip:hover .ov-tooltiptext {
    visibility: visible;
}
