
.custom-select {
    font-size: 12px;
    width: 100px;
}

.tolling-card-header {
    margin-bottom: 0;
    background-color: rgba(0, 0, 0, 0.03);
}

.tolling-card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
    border: thick;
}

.tolling-bg-info {
    /*background-color: white;*/
    border-bottom: 2px solid rgb(217,83,79);
    /*border-color: crimson;*/
}

.tolling-bg {
    background-color: #369 !important;
}

.tolling-img {
    vertical-align: middle;
    border-style: none;
    width: 204px;
    margin-right: 90%;
    margin-left: 1%;
}


.tolling-navbar {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    align-items: flex-start;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.tolling-body {
    margin: 6px;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 0.89rem;
    font-weight: 500;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}

.tolling-btn {
    display: inline-block;
    font-weight: 400;
    color: #f0f5f9;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    /*padding: 0.375rem 0.75rem;*/
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.tolling-th {
    white-space: nowrap;
    text-align: inherit;
}


.tolling-collapse {
}

.tolling-card {
    /*border-bottom: solid;*/
    width: 100%;
    border-top:0px;
}

.tolling-img-btn {
    width: 15px;
}

.tolling-footer-card {
}

.tolling-footer-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    min-height: 1px;
}

.hidepanel {
    display: none;
}

.tolling-form-group {
    margin-bottom: 1rem;
    width: 492px;
}

.hiddencol {
    display: none;
}

.MessagePanelDiv {
    position: fixed;
    left: 65%;
    top: 90%;
    width: 35%;
}

.tolling-btn-right {
    float: right;
}

.tolling-btn-left {
    float: left;
}

.tolling-text {
    text-decoration-color: crimson;
}