﻿.responsive {
    width: 100%;
    height: auto;
}

.zoom-img {
    width: 430px;
    height: auto;
    overflow: hidden;
}

    .zoom-img img {
        width: 100%;
        transition: all .3s ease-in-out;
    }

        .zoom-img img:hover {
            transform: scale(1.2);
        }

.row {
    padding-left: 0px !important;
    padding-right: 0px !important;
}

.navbar ul li a {
    font-size: 20px !important;
}

.card-size-small {
    max-width: 576px;
    margin-left: 5px;
    margin-right: 5px;
    margin: auto;
}

.card-size-medium {
    max-width: 768px;
    margin-left: 5px;
    margin-right: 5px;
    margin: auto;
}

.card-size-large {
    max-width: 992px;
    margin-left: 5px;
    margin-right: 5px;
    margin: auto;
}

.card-size-max {
    max-width: 100%;
    margin-left: 5px;
    margin-right: 5px;
    margin: auto;
}

.data-filter {
    background-color: lightgray;
    padding: 5px;
}

.bg-orange {
    background-color: orange;
}

.img-responsive {
    max-width: 100%;
    height: auto;
}

.form-group {
    margin-bottom: 0.1rem !important;
}

.form-header {
    color: blue;
    font-weight: bold;
}

.control-label {
    padding-top: 8px !important;
    font-weight: bold !important;
}

.page-info {
    padding-top: 18px;
    font-size: large;
    font-weight: bold;
}

.table-first {
    border-left: 1px solid lightgray;
}

.table th {
    color: green;
    font-weight: bold;
    border-top: 1px solid lightgray;
    border-right: 1px solid lightgray;
    vertical-align: middle;
}

.table td {
    vertical-align: middle;
    border-right: 1px solid lightgray;
}

.table-admin-nowrap {
    white-space: nowrap;
}

.table-admin-wrap {
    width: 100%;
}

.select-row {
    background-color: lightsalmon !important;
}

.edit-control {
    background-color: #fff3cd !important;
}

.logo-image {
    max-width: 64px !important;
}

.form-control:focus {
    background-color: lemonchiffon !important;
    color: black !important;
}
/*rgb(0,137,108) !important;*/
.color1 {
    background-color: black !important;
    color: white !important;
}

.color2 {
    background-color: rgb(222,106,115) !important;
    color: rgb(0,0,0) !important;
}

.color3 {
    background-color: rgb(219,117,86) !important;
    color: rgb(248,255,247) !important;
}

.color4 {
    background-color: rgb(90,199,176) !important;
    color: rgb(0,0,0) !important;
}

.color5 {
    background-color: rgb(255,204,153) !important;
    color: rgb(0,0,0) !important;
}

.color6 {
    background-color: rgb(255,204,153) !important;
    color: rgb(0,0,0) !important;
}

color7 {
    background-color: rgb(133,222,176) !important;
    color: rgb(0,0,0) !important;
}
.modal {
    --bs-modal-width: 600px;
} 