.unscrollable {
    overflow: hidden;
}
.dx-datagrid .dx-danger > td {
    color: #c2274e;
    background-color: rgba(255, 51, 102, 0.1);
}
.dx-datagrid .dx-row-alt.dx-danger > td {
    color: #c2274e;
    background-color: rgba(255, 51, 102, 0.1);
}
.dx-datagrid .dx-warning > td {
    color: #8a6d3b;
    background-color: rgba(250, 235, 204, 0.6);
}
.dx-datagrid .dx-row-alt.dx-warning > td {
    color: #8a6d3b;
    background-color: rgba(250, 235, 204, 0.6);
}
.dx-datagrid .dx-success > td {
    color: #3c763d;
    background-color: rgba(223, 240, 216, 0.4)
}
.dx-datagrid .dx-row-alt.dx-success > td {
    color: #3c763d;
    background-color: rgba(223, 240, 216, 0.4)
}
.helpTrigger {
    position: absolute;
    margin-left: 990px;
}
.helpTrigger > a {
    color: #007bff !important;
    cursor: pointer;
}
.pull-right {
    float: right;
}
.pull-left {
    float: left;
}
.clearfix:before, .clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}
.console-holder {
    min-height: 456px;
}
.console {
    min-height: 400px;
    background-color: #555;
    color: #77de51;
    padding-top: 10px;
    font-family: "Lucida Console", Monaco, monospace;
}
.console p {
    font-family: "Lucida Console", Monaco, monospace;
    color: #77de51
}
#output {
    white-space: pre-wrap;
}
.output {
    white-space: pre-wrap;
}
.smallp {
    text-align: left;
    line-height: 15px;
    margin: 4px;
    white-space: nowrap;
}
.smallp > .svg-inline--fa, .smallp > b {
    color: #cdcdcd;
}
.solomon_status hr {
    padding: 0;
    margin: 2px;
    line-height: 0px;
}
.solomon_status span {
    text-transform: capitalize;
}
.lblue {
    color: #32C8DE;
}
.ucfirst {
    text-transform: capitalize !important;
}
.row-header {
    border-bottom: 2px solid #eee;
    color: #919191 !important;
    font-size: .875rem;
    border-bottom-color: #f5f5f5;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
    padding-bottom: 5px;
}
.row-body {
    border-bottom: 2px solid #eee;
}
.row-body div {
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}
.modal__content .table-v-middle.table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(230, 230, 72, 0.3);
}
.modal__content .table-v-middle.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(230, 230, 72, 0.1);
}
.modal__content .table-striped tbody tr:nth-of-type(even) {
    background-color: rgba(230, 230, 72, 0.3);
}
.modal__content .table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(230, 230, 72, 0.1);
}
.loading-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(255, 255, 255, 0.7);
    z-index: 15;
}
.loading-overlay div {
    top: calc(50% - 35px)
}
.modal__content .loading-overlay {
    background: rgba(255, 255, 255, 0.8);
    z-index: 1502;
}
.is-selected div.card {
    /*background: #4FFF4D;*/
    background: rgba(79, 255, 77, 0.1);
}
.inline-width-70 {
    display: inline-block;
    position: relative;
    width: 70px;
}
.img-lg-admin {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 60px;
    display: inline-block;
}
.darker-row {
    background-color: #edf0f2;
}
.is-selected div.card .darker-row {
    background-color: #d4ffdb;
}
.badge-top-right {
    position: absolute;
    right: 10px;
    top: 20px;
}
.icon-card-danger .badge {
    padding: 0.4rem .525rem;
}
.icon-card-primary .badge {
    padding: 0.4rem .525rem;
}
.badge.badge-rect {
    border-radius: 0.5rem;
    margin-top: -5px;
}
.badge-fees {
    position: absolute;
    right: 0;
    top: 0;
    padding: 3px;
}
.our-cost {
    font-weight: 800;
    color: #ff3366;
}
.bg-grey {
    background-color: #E9E9F7;
}
.pointer {
    cursor: pointer;
}
.selectbox-icon img {
    max-width: 30px;
    max-height: 30px;
}
.stickyHeader {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    box-shadow: 0px 0px 5px 2px #b7b6b6;
    background: white;
}
.alert-white {
    color: #202020;
    background-color: white;
    border-color: #dedede;
}
.panel-body sub {
    min-width: 60px;
    position: relative;
    display: inline-block;
}
.badge-menu {
    /*
    position: absolute;
    top: 3px;
    text-align: center;
    margin: 0;
    left: 40%;
    */
    padding: 3px 5px;
    margin-left: 50px;
}
.template-holder {
    width: 800px !important;
    display: inline-block;
    position: relative;
    border: 1px solid #cdcdcd;
    padding: 0;
    margin: 0;
}
.template-editor {
    height: 600px !important;
}
.banner-preview {
    width: 100px;
    height: 80px;
    padding-bottom: 25px;
    display: inline-block;
    float: left;
    position: relative;
    margin: 0 20px 20px 0;
    border: 2px solid white;
    text-align: center;
}
.banner-preview.selected {
    border-color: #6201ed;
    padding: 5px
}
.banner-preview img {
    max-width: 100%;
    max-height: 100%;
}
.select-banner {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
}
.banner-preview.selected > a.select-banner {
    display: none;
}
.badge-warning {
    color: white;
}
.delete-banner-image {
    background: none;
    border: none;
    position: absolute;
    top: -20px;
    right: 0;
}
.delete-banner-image:hover {
    transform: scale(1.7);
}
.phone-row {
    line-height: 18px;
    display: block;
    clear: both;
}
.promoTitle {
    font-size: 12px;
    color: #b1afaf;
    line-height: 15px;
    width: 120px;
    white-space: normal;
    padding: 0;
    margin: 0;
}
.dx-datagrid-content .badge:not(.scan) {
    padding: 2px;
    clear: both;
    display: block;
    margin: 2px 0;
    font-size: 13px;
    font-weight: 500;
}
.badge.scan {
    padding: 6px 8px;
    font-size: 13px;
    font-weight: 500;
}
.dx-fileuploader-file-status-message {
    font-size: 15px;
    font-weight: bold;
    color: #009900;
    float: right;
    margin-top: -12px;
    padding-bottom: 20px;
    margin-left: 20px;
}
.delete-banner-image:hover {
    transform: scale(1.7);
}
.chatHolder {
    display: inline-block;
    height: 270px;
    overflow: auto;
    width: 100%;
}
.promoTitle {
    font-size: 12px;
    color: #b1afaf;
    line-height: 15px;
    width: 120px;
    white-space: nowrap;
    padding: 0;
    margin: 0;
}
.nowrap {
    white-space: nowrap;
}
.checked-star {
    color: orange;
}
.panel {
    margin-bottom: 20px;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-body {
    padding: 15px;
}
.panel-heading {
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.panel-heading > .dropdown .dropdown-toggle {
    color: inherit;
}
.panel-title {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    color: inherit;
}
.panel-title > a,
.panel-title > small,
.panel-title > .small,
.panel-title > small > a,
.panel-title > .small > a {
    color: inherit;
}
.panel-footer {
    padding: 10px 15px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}
.panel {
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
    box-shadow: 0 1px 2px rgba(0, 0, 0, .05);
}
.panel-default > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#e8e8e8));
    background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
    background-repeat: repeat-x;
}
.panel-primary > .panel-heading {
    background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#337ab7), to(#2e6da4));
    background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
    background-repeat: repeat-x;
}
.panel-success > .panel-heading {
    background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#dff0d8), to(#d0e9c6));
    background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
    background-repeat: repeat-x;
}
.panel-info > .panel-heading {
    background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#d9edf7), to(#c4e3f3));
    background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
    background-repeat: repeat-x;
}
.panel-warning > .panel-heading {
    background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fcf8e3), to(#faf2cc));
    background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
    background-repeat: repeat-x;
}
.panel-danger > .panel-heading {
    background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f2dede), to(#ebcccc));
    background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
    background-repeat: repeat-x;
}
.accordion .card .card-header {
    padding: 20px;
}
.label-block {
    display: block;
    font-weight: 500;
    width: 100%;
    white-space: normal;
    padding: 5px 0;
}
.item-image {
    max-width: 50px;
    max-height: 50px;
    display: inline-block
}
.real_unit_cost {
    position: absolute;
    margin-top: -10px;
    display: inline-block;
    width: 100%;
    text-align: center;
    left: 0;
}
.smallbtn .dx-button-content {
    padding: 0 !important;
}
.smallbtn.dx-button {
    padding: 0 !important;
    height: auto !important;
    color: #337ab7;
    background: transparent !important;
    box-shadow: none !important;
}
.smallbtn .dx-button-text {
    display: inline-block;
    line-height: 15px;
    text-transform: none;
    font-weight: normal;
    letter-spacing: normal;
    font-size: 13px;
}
.text-az {
    color: #d9a309 !important;
}
.dx-field-item-content.dx-field-item-content-location-bottom hr {
    margin: 6px 0;
}
.email-wrapper .message-body .sender-details.abs {
    position: absolute;
    z-index: 2;
    width: calc(100% - 30px);
    left: 0;
    padding: 5px 10px;
    height: auto;
    background: #f4f9fc;
    border-bottom-width: 0;
    box-shadow: 0px 4px 5px -5px #3a87ad;
}
.price-red .price-col {
    color: #ff3366 !important;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu li.main-item a:before {
    background: transparent !important;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu li.main-item a {
    padding-left: 0;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu li.main-item a span {
    padding-left: 5px;
}
.horizontal-menu .bottom-navbar .page-navigation > .nav-item .submenu li.main-item a:hover:before {
    background: transparent;
}
.bold {
    font-weight: 500;
}
.lh-fix {
    line-height: 68px !important;
}
.amz-img img, .wal-img img {
    display: inline-block;
    width: 63px;
    height: 63px;
    border: 1px solid #d9a309;
    margin-right: 1px;
}
.wal-img img {
    border-color: #81bdff !important;
}
.az-col, .az-col a {
    color: #d9a309 !important;
}
.wal-col, .wal-col a {
    color: #81bdff !important;
}
.hardcoded-loading {
    position: absolute;
    z-index: 98;
    color: #202020;
    text-align: center;
    width: 100%;
    padding: 0 100px;
    top: calc(50% + 60px);
    font-size: 15px;
}
