.parsley-error, .error {
    color: red;
    border-color: red !important;
}

.address-display {
    display: block;
    width: 100%;
    height: auto;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 0;
    box-shadow: none;
    border-color: rgb(210, 214, 222);
    word-break: break-all;
}

.btn {
    margin: 4px !important;
}

.user-role {
    padding-left: 0px !important;
}

.img-wraps {
    position: relative;
    display: inline-block;
   
    font-size: 0;
}
.img-wraps .closes {
    position: absolute;
    top: 5px;
    right: 8px;
    z-index: 100;
    background-color: #FFF;
    padding: 4px 3px;
    
    color: #000;
    font-weight: bold;
    cursor: pointer;
   
    text-align: center;
    font-size: 22px;
    line-height: 10px;
    border-radius: 50%;
    border:1px solid red;
}
.img-wraps:hover .closes {
    opacity: 1;
}

/* */

#invoice{
    padding: 30px;
}

.wallet table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 20px
}

.wallet table td,.wallet table th {
    padding: 15px;
    background: #eee;
    border-bottom: 1px solid #fff
}

.wallet table th {
    white-space: nowrap;
    font-weight: 400;
    font-size: 16px
}

.wallet table td h3 {
    margin: 0;
    font-weight: 400;
    color: #3989c6;
    font-size: 1.2em
}

.wallet table .qty,.wallet table .total,.wallet table .unit {
    text-align: right;
    font-size: 1.2em
}

.wallet table .no {
    color: #fff;
    font-size: 1.6em;
    background: #3989c6
}

.wallet table .unit {
    background: #ddd
}

.wallet table .total {
    background: #3989c6;
    color: #fff
}

.wallet table tbody tr:last-child td {
    border: none
}

.wallet table tfoot td {
    background: 0 0;
    border-bottom: none;
    white-space: nowrap;
    text-align: right;
    padding: 10px 20px;
    font-size: 1.2em;
    border-top: 1px solid #aaa
}

.wallet table tfoot tr:first-child td {
    border-top: none
}

.wallet table tfoot tr:last-child td {
    color: #3989c6;
    font-size: 1.4em;
    border-top: 1px solid #3989c6
}

.wallet table tfoot tr td:first-child {
    border: none
}

input {
    outline: none;
    box-shadow: none;
}