.notify-container {
    display: none;
}

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline {
    color: #b94a48;
}

.help-block {
    position: absolute;
    font-size: 12px;
}

div.form-group.has-error input {
    border: 1px solid #b9827a;
}

img.partner-profile-image {
    max-width: 100%;
}

.payment-cell-not-paid {
    background-color: #fffde7;
}

.payment-cell-paid {
    background-color: #e8f5e9;
}

.payment-cell-refused {
    background-color: #ffebee;
}

.date-range-form {
    width: 100%;
}

.date-range {
    background: #fff;
    cursor: pointer;
    padding: 23px;
    border: 1px solid #ccc;
}

#deal_products .deal-product:not(:first-child) {
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding-top: 30px;
    margin-top: 30px;
}

.img-sm {
    width: 46px;
    height: 46px;
}

.panel {
    box-shadow: 0 2px 0 rgba(0, 0, 0, 0.075);
    border-radius: 0;
    border: 0;
    margin-bottom: 15px;
}

.panel .panel-footer,
.panel>:last-child {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0;
}

.panel .panel-heading,
.panel>:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.panel-body {
    padding: 25px 20px;
}


.media-block .media-left {
    display: block;
    float: left
}

.media-block .media-right {
    float: right
}

.media-block .media-body {
    display: block;
    overflow: hidden;
    width: auto
}

.middle .media-left,
.middle .media-right,
.middle .media-body {
    vertical-align: middle
}

.thumbnail {
    border-radius: 0;
    border-color: #e9e9e9
}

.tag.tag-sm,
.btn-group-sm>.tag {
    padding: 5px 10px;
}

.tag:not(.label) {
    background-color: #fff;
    padding: 6px 12px;
    border-radius: 2px;
    border: 1px solid #cdd6e1;
    font-size: 12px;
    line-height: 1.42857;
    vertical-align: middle;
    -webkit-transition: all .15s;
    transition: all .15s;
}

.text-muted,
a.text-muted:hover,
a.text-muted:focus {
    color: #acacac;
}

.text-sm {
    font-size: 0.9em;
}

.text-5x,
.text-4x,
.text-5x,
.text-2x,
.text-lg,
.text-sm,
.text-xs {
    line-height: 1.25;
}

.btn-trans {
    background-color: transparent;
    border-color: transparent;
    color: #929292;
}

.btn-icon {
    padding-left: 9px;
    padding-right: 9px;
}

.btn-sm,
.btn-group-sm>.btn,
.btn-icon.btn-sm {
    padding: 5px 10px !important;
}

.mar-top {
    margin-top: 15px;
}

.btn-testimonial-control {
    width: 105px;
}

.partner-products-container {
    width: 100%;
}

.partner-product-add,
.partner-product-remove {
    width: 38px;
}

.list-group-title {
    font-weight: bold;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.list-group {
    margin-bottom: 20px;
}

.list-group-title + .list-group .list-group-item {
    margin-left: 50px;
}

.nav > li {
    position: relative;
    display: block;
}

.product-form-controls {
    justify-content: end;
    text-align: right;
}

ul.msg_list li .image i.fa {
    float: left;
    margin-right: 10px;
    width: 11%;
}