/* *****************************************************

    ** Custom Stylesheet special styles for 1.2 version **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */
.alert-danger {
    background: #ffce3b;
    border-color: #ffce3b;
    color: #111;
    border-radius: 6px;
    text-align: left;
}
.alert-danger ul{
    padding: 0;
    font-size: 12px;
    list-style: none;
}
#alertUnpaidInvoice.alert.alert-warning .pull-right {
    border-radius: 2px;
    font-size: 11px;
    position: absolute;
    left: 10px;
    right: unset;
    top: 50%;
    transform: translateY(-50%);
}
#alertUnpaidInvoice.alert.alert-warning .pull-right a.btn{
    margin: 0;
    color: #111!important;
    background: transparent;
    border-color: #111!important;
    border: 2px solid #333;
    font-weight: bold;
    padding: 7px 15px;
    font-size: 11px;
}
#alertUnpaidInvoice.alert.alert-warning .pull-right a.btn:hover{
    color: #111!important;
    background: #fff;
}
.alert.alert-danger .pull-right {
    border-radius: 2px;
    font-size: 11px;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.alert.alert-danger .pull-right a.btn{
    margin: 0;
    color: #111!important;
    background: transparent;
    border-color: #111!important;
    border: 2px solid #333;
    font-weight: bold;
    padding: 7px 15px;
    font-size: 11px;
}
.alert.alert-danger .pull-right a.btn:hover{
    color: #111!important;
    background: #fff;
}
.alert-success {
    background: #b0f5c8;
    border-color: #b0f5c8;
    color: #111;
    border-radius: 2px;
}
.alert-success strong{
    margin: 0;
    font-weight: 400;
    font-size: 12px;
}
.coowhm-warning.active {
    box-shadow: none;
}
/*ticket*/
.date {
    font-size: .9em !important;
}
.ticket-reply .date {
  float: left;
}
.ticket-reply .user i {
  float: right;
}
.ticket-reply .user .type {
  color: #cacaca;
}
#inputEmail, #inputPassword {
  direction: ltr;
}
.ticket-reply .rating, .ticket-reply .rating-done {
    float: left;
    font-size: 1.2em;
}
.ticket-reply .user .name {
    font-size: 1.2em;
}
.ticket-reply.staff .user {
    border-bottom: 1px solid #e2e0e0;
}
pre{
    direction: ltr;
}
.row {
  max-width: 1300px;
  margin: 10px auto;
}
@media (min-width: 768px) {
    .ticket-reply.markdown-content {
        background: #fbfdff;
        border-right: 5px solid #ccc;
        border-radius: 7px;        
        overflow: hidden;
        width: 90%;
        float: right;
        clear: both;
    }
    .ticket-reply.markdown-content.staff{
        background: #eaf5f9;
        border-left: 5px solid #bfe8fa;
        border-right:  1px solid #cce4fc;
        float: left;
    }
}