﻿.data-table .table thead tr th {
    border: none;
    border-bottom: 5px solid #8f4552;
    color: #8f4552;
    font-weight: normal;
    font-size: 15px;
    text-transform: uppercase;
    padding-top: 15px;
    vertical-align: middle;
}

.cashier-table {
    border-top: 0 !important;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background: #ee6e73;
    color: #fff;
}

.pagination > li > a, .pagination > li > span {
    border: none;
    color: #666;
    font-size: 15px;
    border-radius: 10px;
}

.pagination-main {
    float: left;
    width: 100%;
    margin: 20px 0;
}

#search-invoice{
    margin-top: 10px;
    margin-bottom: 10px;
}

#btnCreateInvoice {
    margin-left: 10px;
}

.form-group.required .required-field:after {
    content: "*";
    color: red;
}
#billsTabContent {
    padding-top: 15px;
}
.error {
    color: #ed5565;
}

.help-block {
    color: #666;
    font-style: italic;
    font-size: 13px;
    margin-top: 0px;
}
.remove-file, .remove-file:focus {
    background-color: white;
    border: none;
    cursor: pointer;
    outline: 0;
}
.remove-file:hover{
    background-color: lightgray;
    
}

td.details-control {
    background: url('../images/details_open.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../images/details_close.png') no-repeat center center;
}
.return-url {
    padding: 10px 0px;
}

#form-search-invoice{
    margin: 20px 0px;
}

.delete-icon:hover{
    cursor: pointer;
    color: blue;
}

.invoice-col {
    width: 180px;
}

.word-break-all {
    word-break: break-all;
}