/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/*
    Created on : 2021. jún. 21., 15:20:16
    Author     : fekda1
*/

body {
    padding-top: 5rem;
    background-color: #36393E !important;
    font-size: .75rem !important;
}

.btn {
    font-size: .85rem !important;
}

.btn-primary {
    color: #fff;
    background-color: #9d0300 !important;
    border-color: #9d0300 !important;
}

.btn-primary:hover, .btn-primary:active, .btn-primary:focus {
    color: #fff;
    background-color: #7d0200 !important;
    border-color: #7d0200 !important;
}

.form-control {
    font-size: .75rem !important;
}

.navbar-nav > .nav-item, .navbar-nav > .btn, .navbar-nav > .nav-item > .nav-item {
    font-size: .75rem !important;
}

.dropdown-menu {
    font-size: .75rem !important;
}

.input-group-text {
    font-size: .75rem !important;
}

.starter-template {
    padding: 1.5rem;
}

.border-bottom-3-blue {
    border-bottom: 3px solid #9d0300;
}

.border-bottom-4-blue {
    border-bottom: 4px solid #9d0300;
}

.pageination-disabled {
    pointer-events: none;
    opacity: .65;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
}

fieldset.fieldset-border {
    border: 1px groove #ddd !important;
    padding: 0 1.4em 1.4em 1.4em !important;
    margin: 0 0 1.5em 0 !important;
    -webkit-box-shadow: 0px 0px 0px 0px #000;
    box-shadow: 0px 0px 0px 0px #000;
}

legend.fieldset-border {
    font-size: 1.2em !important;
    font-weight: bold !important;
    text-align: left !important;
    width: auto;
    padding: 0 10px;
    border-bottom: none;
}

::-webkit-scrollbar {
    width: 10px;
    height: 3px;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background-color: #343a40;
    border-radius: 3px;
}

.back-to-top {
    position: fixed;
    bottom: 25px;
    right: 25px;
    display: none;
}

.checkbox-container {
    width: 100%;
    height: 200px;
    overflow-y: auto;
}