﻿html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}

.navbar-brand img {
    height: 50px;
}

.pr-2 {
    padding-right: 0.5em;
}

.breadcrumbs {
    width: 100%;
    border: 1px solid black;
    padding: 3px 9px 3px 9px;
    background-color: white;
}

.breadcrumbs-folder {
    color: darkgrey;
    text-decoration: none;
}

    .breadcrumbs-folder:hover {
        color: black;
    }

.folder-title {
    width: 100%;
    padding: 3px 9px 3px 9px;
    margin: 9px 0 9px 0;
    background-color: white;
}

    .folder-title img {
        padding: 2px;
        width: 32px;
        height: 28px;
        display: inline-block;
        vertical-align: middle;
    }

    .folder-title h2 {
        padding: 0;
        margin: 0;
        font-size: 32px;
        display: inline-block;
        vertical-align: middle;
        font-weight: normal;
    }

.browser {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

.folder, .file {
    padding: 9px 18px 9px 18px;
    display: inline-block;
    vertical-align: top;
    text-align: center;
}

    .folder img, .file img {
        margin-bottom: 3px;
    }

    .folder p, .file p {
        margin: 0;
        padding: 0;
    }

    .folder a, .file a {
        text-decoration: none;
        color: black;
    }

    .folder img {
        width: 128px;
        height: 111px;
    }

    .file img {
        width: 88px;
        height: 111px;
    }

.folder, .file {
    max-width: 164px;
}

.folder:hover, .file:hover {
    background: #eeeeee;
}

.login-header img {
    height: 200px;
}

.text-left {
    text-align: left !important;
}

.text-center {
    text-align: center !important;
}

.text-right {
    text-align: right !important;
}

@media (min-width: 768px) {
    .text-md-left {
        text-align: left !important;
    }

    .text-md-center {
        text-align: center !important;
    }

    .text-md-right {
        text-align: right !important;
    }
}

.container {
    margin-bottom: 30px;
}

.small {
    font-size: 12px;
    line-height: 14px;
    padding: 0;
    margin: 0;
}

footer {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 30px;
    background-color: white;
}