body {
    border: 0;
    margin: 0;
    box-sizing: border-box;
    text-align: center;
}

#controls {
    text-align: center;
    margin-top: 20px;
}

button{
    font-size: 16px;
    padding: 10px;
    background-color: #f9a744;
    border: 0;
    border-radius: 8px;
    color: #fff;
    cursor: pointer;
    margin-top: 5px;
}

.modal-content {
    background-color: transparent;
    border-color: transparent;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.modal-dialog {
    margin: 30px auto;
}

.count {
    margin-bottom: 15px;
}

.modal-body {
    position:relative;
    padding:0px;
}
.close {
    position:absolute;
    right:-30px;
    top:0;
    z-index:999;
    font-size:2rem;
    font-weight: normal;
    color:#fff;
    opacity:1;
}

.loader {
    border: 8px solid #f3f3f3;
    border-top: 8px solid #3498db;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    animation: spin 2s linear infinite;
    margin: 0 auto;
}

#loader-container {
    display: none;
}

@keyframes spin {
    0%  { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.upload_message {
    font-size: 22px;
    font-weight: bold;
}


.modal-body button {
    right: 20px;
}

#videoInfo {
    position: absolute;
    color: yellow;
    font-weight: bold;
    margin: 10px;
    text-shadow: 0 0 5px black;
}

.disk-space {
    margin-top: 40px;
    font-size: 12px;
}

.image-sample {
    height: 100px;
}

#pictureModal .modal-dialog {
    max-width: 80%;
}
#pictureModal img {
    max-width: 100%;
}

.btn-outline-primary {
    margin: 0;
}

#sidebar {
    background-color: #1f1f1f;
    color: #fff;
    padding-top: 20px;
    min-height: 1000px;
}

.box {
    position: relative;
    background-color: #fff;
    padding: 20px;
    margin-top: 50px;
    border: 1px solid #000;
}

.box-title {
    position: absolute;
    top: -30px;
    left: 0;
}

.box-filter {
    position: absolute;
    top:-30px;
    right: 0;
}

.fp-localVideo {
    width: 640px;
    height: 480px;
    background-color: #323232;
    margin: 0 auto;
}

.years-box {
    position: absolute;
    right: 42px;
}

a.box-title-year {
    margin-right: 20px;
}

#login-form {
    display: block;
    margin: 200px auto;
}
