body {
    padding-top: 60px;
}

body.with-bottom-menu {
    padding-bottom: 100px;
    padding-top: 60px;
}

body, nav.fixed-bottom, nav.fixed-top, div#app {
    background-color: #E0C743 !important;
}

input:not([type=checkbox]) {
    background-color: #D9D9D9 !important;
    border-color: black !important;
}
input[type=checkbox].form-check-input {
    width: 3.5em;
    height: 2em;
}

.input-icons img {
    position: absolute;
    margin-left: 5px;
}

.input-icons .icon {
    position: absolute;
    margin-left: 5px;
}

.icon {
    padding: 10px;
    color: black;
    max-height: 40px;
    text-align: center;
}

.input-icons .form-control {
    text-indent: 30px;
}

.btn {
    font-size: 20px;
}

.auth-btn {
    background-color: #D9D9D9 !important;
    color: black;
    border-color: #D9D9D9;
}

.route-div {
    background-color: #D9D9D9 !important;
    border-radius: 16px;
    border: 1px solid black;
}

.normal-text {
    color: black;
    text-decoration: none !important;
}

.pack-table th {
    border: 1px solid black;
    border-style: none solid;
}

.pack-table tr {
    text-align: center;
}

.pack-list {
    border-radius: 20px;
    border: 8px solid;
    background-color: #D9D9D9;
}

.pack-green {
    border-color: #6CBB5F !important;
}

.pack-yellow {
    border-color: #F9FD4A !important;
}

.pack-red {
    border-color: #F81B0D !important;
}

.pack-orange {
    border-color: #FF9B04 !important;
}

.pack-black {
    border-color: black !important;
}

.circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.circle-orange {
    background-color: #FF9B04;
}

.circle-yellow {
    background-color: #F9FD4A;
}

.circle-blue {
    background-color: #3F9AEE;
}

.circle-purple {
    background-color: #EB5AEE;
}

.circle-green {
    background-color: #69BB4C;
}

.circle-red {
    background-color: #F81B0D !important;
}

.circle-pink {
    background-color: #f1c6e4 !important;
}

.btn-ok{
    background-color: #93EB5E !important;
}

.btn-cancel{
    background-color: #E37979 !important;
}

.btn-blue{
    background-color: #7BABE9 !important;
}

.btn-grey{
    background-color: #D9D9D9 !important;
}

.back-link {
    color: #2177F9;
}

.text-ellipsis {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
