.table input{
    width: 100px!important;
}
.table th{
    width: 200px;
    font-weight: normal;
}
#mainRes{
    font-size: 12px;
}
#mainRes table{
    margin: 10px;
}
#mainRes table tr td{
    padding: 0;
}
.input-group>input{
    border: 1px solid gray;
}
.input-group .input-group-text{
    border-radius: 0;
}
.form-input-sm{
    min-width: 60px;
    max-width: 120px;
}
.customTable tr td{
    padding: 0;
}
#myTab .nav-item .nav-link{
    border-radius: 0!important;
    color: gray;
}
#myTab .nav-item .active{
    color: black!important;
}

.skeleton {
    background: #eee;
    background: linear-gradient(110deg, #ececec 8%, #f5f5f5 18%, #ececec 33%);
    border-radius: 5px;
    background-size: 200% 100%;
    animation: 1.5s shine linear infinite;
}

@keyframes shine {
    to {
        background-position-x: -200%;
    }
}

.h-20px{
    height: 20px!important;
}
.h-25px{
    height: 25px!important;
}
.h-30px{
    height: 30px!important;
}
.h-50px{
    height: 50px!important;
}
.h-75px{
    height: 75px!important;
}
.h-150px{
    height: 150px!important;
}
.h-200px{
    height: 200px!important;
}
.h-250px{
    height: 250px!important;
}
.h-300px{
    height: 300px!important;
}
