
h1{
    font-size: 0.9rem;
}

h3{
    font-size: 1.2rem;
}

p{
    margin-bottom: 10px;
}

.logo{
    margin-right: 20px;
    width: 110px;
}

button{
    margin-right: 20px;
}

#mytable{
    --bs-table-color: initial;
    color: darkgreen;
}

.btnCustom{
   width: 150px !important; 
}

.form-control {
    border-color: #0f6e68;
    margin-left: 0px;
    margin-right: 15px;
}

.form-control:focus {
    border-color: #d9534f;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px rgba(92, 184, 92, 0.5);
}


#dbirth{
    margin-right: 0;
}

.weaponForm {
    padding: 20px;
}

.form-check {
    display: inline;
    margin-right: 30px;
}

input[type="checkbox"] {
    transform: scale(2);
    accent-color: #d9534f;
}

/*  SELECTPICKER FORMÁZÁS */
.selCon{
    width: 25%;
}

.selCon-inner{
    margin: 15px 15px 15px 15px;
}

@media only screen and (max-width: 992px) {
.selCon{
    width: 33%;
}
}

@media only screen and (max-width: 768px) {
.selCon{
    width: 50%;
}
}

@media only screen and (max-width: 576px) {
.selCon{
    width: 100%;
}

.bootstrap-select {
    width: 100%;
}

}
    
.active {
    color: #fff !important;
    background: #000 !important;
}
.special:hover {
    color: #fff !important;
    background: #dc3545 !important;
}
/*  SELECTPICKER FORMÁZÁS */

