html,
body {
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 10px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}

/* 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;
}
.line-through{
    text-decoration: line-through;
}
form div.required label.control-label:after {
    content:" * ";
    color:red;
}
.hints{
    color:gray;
    margin-top:-10px;
    margin-bottom: 10px;
}
.top-bordered{
    border-top: 1px solid;
    padding-top: 10px;
}

.preloader{
    width: 64px;
    height: 64px;
    background: url("loading.gif") no-repeat;
    background-size: cover;
}

.block-border{
    border:1px dotted;
    padding:10px;
    border-radius:10px;
    margin:30px 0;
}

.preload{
    display: none;
    position: fixed;
    background-color: rgba(51, 122, 183, .4);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.preload-message{
    position: absolute;
    top: 40%;
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 40px;
    text-shadow: 4px 4px 2px rgba(150, 150, 150, 1);
}

.preload-message::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -90px;
    left: 50%;
    width: 80px;
    height: 80px;
    margin-left: -40px;
    background: url(loading.gif) no-repeat center;
    background-size: cover;
}

.notificationAlert{
    color: #EC0300!important;
}

.notificationAlert a{
    color: #EC0300!important;
}

@media (max-width: 1600px) and (min-width: 1200px) {
    .navbar-header{
        display: none;
    }
}


.green{
    color: #5CB85C;
}


.bill-action-buttons{
    width: 50px;
    font-size: 0;
}

.bill-action-buttons a{
    display: inline-block;
    width: 50%;
    margin: 0;
    padding: 0;
    font-size: 12px;
    line-height: 17px;
}

.billProvider-delete{
    color: #EC0300;
    font-size: 10px;
    margin-left: 5px;
}

.table > tbody > tr > td.bill-product__fill-format-container {
    border: 0;
    padding: 0 11px 5px;
}

.bill-product__fill-format {
    width: 250px;
    display: flex;
    font-size: 12px;
    margin-left: auto;
    justify-content: space-between;
}

.bill-product__fill-format.is-valid {
    color: #28a745;
}

.bill-product__fill-format.is-invalid {
    color: #dc3545;
}

.bill-product__fill-format label {
    margin: 0;
}

.bill-product__fill-format input {
    margin: 0 0 3px;
    vertical-align: bottom;
}

.ui-autocomplete {
    z-index: 10002;
}

.product-row-delivery-info{
    color: #EC0300;
    font-size: 12px;
}
.bill-provider-status {
    margin: 10px 0;
}
#dynamicModal .modal-body{
    max-height: 600px;
    overflow-y: auto;
}
.multiple-input-list  > tbody > tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.required-field {
    content: " * ";
    color: red;
    display: inline-block;
    float: right;
    margin-left: 5px;
}
.required-field:before{
    content: " ";
    clear: both;
}
.required-field + .form-control {
    width: 85%;
}

.partial-quantity-input {
    margin-top: 1px;
    height: 18px;
    padding: 0 12px;
}

.partial-quantity-input:not(:last-child) {
    margin-bottom: 1px;
}

.notifications-buttons {
    display: flex;
}

.notifications-buttons .btn {
    flex: 1;
}

input[type="checkbox"].checkbox-pay-bill {
    width: 14px;
    height: 14px;
    margin: 0 5px 0 6px;
    line-height: 17px;
    vertical-align: bottom;
}

.formtitles
{
	font-weight:bold;
}

.billcodes
{
	margin-top:5px;
}

.bill-form-row {
    display: flex;
}

.bill-form-row div:first-child {
    padding-left: 0;
}

.bill-form-row div:last-child {
    padding-right: 0;
}

.popover {
    position: fixed;
    max-height: 500px;
    max-width: 400px;
}

.popover.right {
    overflow-y: auto;
}