
.btn-link {
    border: none;
    outline: none;
    background: none;
    cursor: pointer;
    color: #0000EE;
    padding: 0;
    text-decoration: underline;
    font-family: inherit;
    font-size: inherit;
    text-align: left;
}

.city {
    background-color: tomato;
    color: white;
    border: 2px solid black;
    margin: 20px;
    padding: 20px;
}

.table-image {
    width: 25px;
}

.no-padding {
    padding: 0 !important;
    margin: 0 !important;
}

.fileContainer {
    padding: 10px 0px 10px 15px;
}


.myHrefBack {
    border: solid rgb(151, 223, 248);
    border-width: 2 2px;
    padding: 2px;
    line-height: 2;
}


.myTable {
    border: 1px solid black;
    margin: 30px 0px 10px 15px;
}


.tables-list {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    width: 100%;
}

.tables-list th {
    font-weight: bold;
    text-align: left;
    border: 0px solid lightgray;
    height: 40px;
}

.tables-list tr {
    height: 30px;
    border: 1px solid lightgray;
}

.tables-list tr:nth-child(even) {
    background-color: #E5F7FD;
}

.table-form {
    font-family: 'Roboto', sans-serif;
    font-size: 12px;
    width: 100%;
    min-width: 200px;
}

.table-form th {
    font-weight: bold;
    text-align: left;
    border: 0px solid lightgray;
    height: 40px;
    padding: 8px 16px;
}

.table-form tr {
    height: 30px;
    border: 1px solid lightgray;
}

.table-form tr:nth-child(even) {
    background-color: #E5F7FD;
}
.table-form td { padding: 8px 16px; }

.table-form-error td {
    border: 1px red solid;
}

.boxFlex {

    display: flex;
    flex-direction: column;
    width: 50%;
}

.top-box-container {
    padding: 10px 10px 10px 30px;
    display: flex;
}

.bottom-box-container {
    padding: 10px 0px 10px 30px;
    display: flex;
}

.left-box-container {
    position: sticky;
    top: 30px;
    margin: 20px 10px 10px 30px;
}

.right-box-container {
    position: -webkit-sticky;
    position: sticky;
    margin: 20px 10px 10px 10px;
}

.central-box-container {
    margin: 20px 10px 10px 30px;
    overflow: auto;
}

.leftBoxFlex {
    display: flex;
    flex-direction: column;
    width: 50%;
}

.head {
    background-color: lightgray;
    height: 30px;
    width: 100%;
    padding: 5px;
    text-align: center;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

.general-head {
    background-color: lightgray;
    width: 100%;
    min-width: 200px;
    padding: 5px;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    display: flex;
}

.list-href {
    color: black;
}

.list-href:hover {
    color: gray;
}

.margin-8 {
    margin: 8px;
}

.shelf {
    display: flex;
}

.table-pr-fold-body {
    height: 80vh;
    overflow-y: scroll;
}

span.custom-file-upload {
    background-color: #F5F5F5;
    border-radius: 4px;
    width: 100px;
    height: 100px;
    border: solid black 1px;
}

span.custom-file-upload:hover {
    background-color: lightgray;
    transition-duration: .4s;
}


span.custom-file-upload input {
    display: inline;
    width: 100px !important;
    height: 100px !important;
    opacity: 0 !important;
    overflow: hidden !important;
}