﻿.tab-data {
    border: 1px solid gray;
    margin-top: -1px;
    padding: 10px;
}

.font-1 {
    font-size:.6rem;
}

.font-2 {
    font-size: .8rem;
}

.font-3 {
    font-size: 1.2rem;
}

.font-4 {
    font-size: 1.6rem;
}

.p6 {
    padding-top: 6px;
}

.form-control-s {
    height: calc(1.5em + 0.75rem + 2px);
    /*padding: 0.375rem 0.75rem;*/
    padding: 4px;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-control-s2 {
    padding: 4px;
    font-size: 1rem;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.form-group {
    margin-bottom: .3rem;
}

[class*=sidebar-dark-] .nav-sidebar > .nav-item.menu-open > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item:hover > .nav-link, [class*=sidebar-dark-] .nav-sidebar > .nav-item > .nav-link:focus {
    background-color: rgba(255,255,255,.2);
    color: #fff;
}

hr:not([size]) {
    height: 2px;
}

.tab_border {
    border: 1px solid #dedede;
    margin-top: -1px;
    padding:5px 0;
}

.btns {
    padding:20px;
}

.red {
    color:red;
}