﻿.form-check-input {
    margin-right: 0.75rem;
}

.form-signup {
    padding: 15px;
    
}

.tbl-Content.loading::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 1000;
    opacity: 0.6;
}

.tbl-Content.loading::after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 85%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(/DesktopModules/Benvis.Modules.PurchaseOrder/Content/images/Preloader_1.gif) no-repeat;
    width: 45px;
    height: 45px;
    z-index: 1000;
    background-position: center;
    background-size: cover;
}

table.dataTable thead tr {
    background-color: #0089ff;
    color: #ffffff;
}

input[type="search"] {
    padding: 0.375rem 0.75rem;
    font-weight: 900;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.required-field {
    color: red;
}

.redirect-link {
    color: #ffffff !important;
    font-size: 1.3rem;
}

.iconpane a.btn.btn-secondary{
  color:#fff !important;
}

div#column-765070 {
    margin-top: 30px;
}
.datepane {
    background: #ededed;
    padding: 10px;
    border-radius: 5px;
}
.aks img {
    width: 100%;
}
.title h2 {
    color: #fd000c;
    font-size: 28px;
    font-weight: 600;
}

.iconpane {
    display: grid;
    justify-content: space-evenly;
    margin: 38px -26px;
}
.form-control {
    width: 100% !important;
}
input.btn.btn-add-order {
    color: white;
    background: #fd000c;
}
.row-Price span {
    float: right;
    width: 50%;
}
.row-Price span:nth-child(1) {
    text-align: right;
    color: #999;
    font-weight: 600;
}
.row-Price span:nth-child(2) {
    text-align: left;
    color: #157e02;
    font-weight: 600;
    font-size: 18px;
}
.listingItem .imglist .news-cont{
     min-height: 100px !important;
}
.listingItem  {
    float: right;
    width: 30%;
    margin: 10px;
}
.listingItem .dg-imagebox .pic img {
    border-radius: 0;
    height: 160px;
    max-width: 100%;
}
span.row-name a {
    text-align: right !important;
    display: block;
    font-size: 18px;
    color: #000;
    font-weight: 600;
}
.imglist.dg-imagebox:hover .news-cont {
    border-bottom: 5px solid #da251c;
    border-radius: 0;
    transition: all 0.5s ease-in;
}
.imglist.dg-imagebox .news-cont {
    border-bottom: 5px solid #fff;
    border-radius: 0;
    transition: all 0.5s ease-in;
}
