html[dir="rtl"] body {
    text-align: right;
}

main > .container {
    padding: 70px 15px 20px;
}

.hidden {
    display: none;
}

.footer {
    background-color: #f5f5f5;
    font-size: .9em;
    height: 60px;
}

.footer > .container {
    padding-right: 15px;
    padding-left: 15px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    content: '';
    left: 3px;
    display: inline-block;
    width: 0;
    height: 0;
    border: solid 5px transparent;
    margin: 4px 4px 2px 4px;
    background: transparent;
}

a.asc:after {
    border-bottom: solid 7px #212529;
    border-top-width: 0;
}

a.desc:after {
    border-top: solid 7px #212529;
    border-bottom-width: 0;
}

.grid-view th {
    white-space: nowrap;
}
.grid-view a {
    display: inline-block;
    margin: 0 5px;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.has-error .help-block {
    color: red;
}
.has-error input {
    border-color: #dc3545;
    padding-right: calc(1.5em + 0.75rem) !important;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e") !important;
    background-repeat: no-repeat !important;
    background-position: right calc(0.375em + 0.1875rem) center !important;
    background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem) !important;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding-top: 7px;
    color: rgba(255, 255, 255, 0.5);
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 0;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
    color: rgba(255, 255, 255, 0.75);
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.breadcrumb-item + .breadcrumb-item::before {
    float: right;
    padding-left: 0.5rem;
}

.uploadBtn {
    margin-bottom: 20px;
}
.uploadBtn input {
    opacity: 0;
    z-index: 1;
    position: absolute;
    width: 110px;
    height: 46px;
}
.uploaderPreview {
    width: 120px;
    height: 120px;
    text-align: center;
}
.uploaderPreview img {
    max-width: 100%;
    max-height: 100%;
}
.ingridImg {
    max-width: 50px;
    max-height: 50px;
}
.datetimeDelim {
    color: #888;
    margin: 0 3px;
}

.invalid-feedback {
    display: block;
}

.modal .close {
    position: absolute;
    left: 5px;
}
.modal-content textarea {
    width: 100%;
}

#distSolve .modal-content {
    width: 800px;
}

.closedIngridBg {
    background:  #85FFBE !important;
}
.paidOfferIngridBg {
    background:  #FFFF00 !important;
}

#deliveryOptions img {
    max-width: 100px;
    max-height: 80px;
}
#distSolveLoader {
    text-align:  center;
}
#extpmLinkId {
    direction: ltr;
}
.paidExternalBg {
    background:  #85FFBE !important;
}