/*@import url('open-iconic/font/css/open-iconic-bootstrap.min.css');*/

html, body {
    font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
}

a, .btn-link {
    color: #0366d6;
}

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

app {
    position: relative;
    display: flex;
    flex-direction: column;
}

.top-row {
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.main {
    flex: 1;
}

    .main .top-row {
        background-color: #f7f7f7;
        border-bottom: 1px solid #d6d5d5;
        justify-content: flex-end;
    }

        .main .top-row > a, .main .top-row .btn-link {
            white-space: nowrap;
            margin-left: 1.5rem;
        }

        .main .top-row a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }


.valid.modified:not([type=checkbox]) {
    outline: 1px solid #26b050;
}

.invalid {
    outline: 1px solid red;
}

.validation-message {
    color: red;
}

#blazor-error-ui {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }

#wrapper {
    width: 100%;
}

.plus-button {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 20px;
    background-color: #0C9;
    color: #FFF;
    border: none;
    border-radius: 50px;
    text-align: center;
    box-shadow: 3px 8px 6px #999;
}

    .plus-button:focus {
        outline: none;
    }

.plus-button-temp {
    position: fixed;
    width: 40px;
    height: 40px;
    bottom: 20px;
    right: 60px;
    background-color: #0C9;
    color: #FFF;
    border: none;
    border-radius: 50px;
    text-align: center;
    box-shadow: 3px 8px 6px #999;
}

    .plus-button-temp:focus {
        outline: none;
    }

.plus-sign {
    margin-top: 6px;
}

.profile-tag {
    cursor: pointer;
    z-index: 0 !important;
}

.search-button .row-cursor {
    cursor: pointer;
}

.row-cursor {
    cursor: pointer;
}

.text-small {
    font-size: 80% !important;
}

.vertical-divider {
    border-left: 1px solid #bbb;
    height: 100%;
    position: absolute;
    margin-left: -3px;
    top: 0;
}

.top-left-grap {
    margin-left: 5px;
    margin-top: 5px;
}

.top-bottom-grap {
    margin-top: 5px;
    margin-bottom: 5px;
}

.left-right-grap {
    margin-left: 5px;
    margin-right: 5px;
}

.fixed-height {
    position: relative;
    height: 80%;
    overflow: auto;
}

.chat-content {
    position: relative;
    height: 430px;
    overflow: auto;
}

.chat-body {
    padding: 0.50rem!important;
}

.form-dialog-scrollable {
    display: flex;
    flex-direction: column;
    min-height: calc(100% - 3.5rem);
}

@media (max-width: 767.98px) {
    .main .top-row:not(.auth) {
        display: none;
    }

    .main .top-row.auth {
        justify-content: space-between;
    }

    .main .top-row a, .main .top-row .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 768px) {
    app {
        flex-direction: row;
    }

    .main .top-row {
        position: sticky;
        top: 0;
    }

    .main > div {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}


.pickupform {
    border: 2px solid;
    border-radius: 5px;
    padding: 10px;
    margin: 10px;
}

.TblPickupHistory {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
}

    .TblPickupHistory td, .TblPickupHistory th {
        border: 1px solid #ddd;
        padding: 8px;
    }

    .TblPickupHistory th {
        padding-top: 12px;
        padding-bottom: 12px;
        text-align: left;
        /*            background-color: unset;
            border-color: #e74a3b;
            color: white;*/
    }

    .TblPickupHistory tbody > tr:hover:not(.emptyrow,.rowselected) {
        background-color: azure;
        cursor: pointer;
    }

.rowselected {
    color: black;
    background-color: #9cdaee;
    cursor: pointer;
}

.totalBox p {
    float: left;
}

.ShipmentCreateSide {
    background-color: #EB1C24;
    height: 40px;
    border-top-left-radius: 5px;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
}

.ShipmentCreateSideRight {
    background-color: #EB1C24;
    height: 40px;
    border-top-right-radius: 5px;
    color: white;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding-top: 5px;
}

.ShipmentCreateSideContainer {
    border: 1px solid silver;
    min-height: 400px;
}

.ShipmentCreateSideContainerRight {
    border: 1px solid silver;
    min-height: 400px;
    border-left-style: none;
}

.volume_input {
    width: 60px;
    float: left;
}
