/*body {*/
/*    font-family: Georgia, "Times New Roman", Times, serif;*/
/*}*/

.content {
    padding: .5em 1em;
}

.form-group {
    margin-bottom: .5em;
}

.form-group.has-error .form-control {
    border-color: #c55;
}

.form-group.required label:after {
    content:" *";
    color: #c55;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

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

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

.admin-product-photo {
    display: block;
    max-width: 150px;
    max-height: 150px;
    margin: 5px auto;
}

.pd-label {
    display: inline-block;
    width: 300px;
    text-align: right;
    padding-right: 20px;
    font-weight: 600;
    font-size: 14px;
}

.pd-value {
    padding-left: 20px;
    font-size: 14px;
}

.fraud-danger {
  background-color:#ff95a0;
}

.fraud-success {
  background-color:#c1ffc9;
}
