.header{ z-index:1200; }

@media print
{
  .noPrint{ display: none !important; }
  .single-section{ box-shadow:unset; }
  .seperating-line{ display:block !important; }
}

.LoginFail
{
    background-color: #cf2417b5;
    padding: 14px;
    border-radius: 4px;
    text-align: center;
}

.page-title
{
    font-size: 18px;
    letter-spacing: 0px;
}

.breadcrumb
{
    font-size:12px;
}

.content .content-wrapper .page-header
{
    margin-bottom: 5px;
}

.waba-button
{
/*    margin-top: 20px;*/
    padding: 8px;
    font-size: 12px;
    background-color: #66c166;
    color: #ffff;
/*    width: 6%;*/
    border-radius: 6px;
}




.single-feild-error{ color:#ff0000; text-transform:lowercase; }
.active-deactive
{
    height: 26px;
    border-radius: 2px;
}

.single-image-box
{
    width:10%; 
    text-align:center; 
    float:left; 
    margin-left:2%;
}
.single-image-box img{ width:100%; }





.single-feild-error{ color:#ff0000; text-transform:lowercase; }
.active-deactive
{
    height: 26px;
    border-radius: 2px;
}
.dt-layout-row.dt-layout-table{ margin-top: -12px !important; }
/* div.dt-container div.dt-layout-row{ margin-top: -12px !important; } */
.filter-bar{ margin-bottom: 20px; }
.filters-heading
{
    font-size: 17px;
    /* font-weight: 500; */
    color: #000000db;
}
.table-responsive
{
    overflow-x: inherit;
}

.filter-btn{
    height: 34px;
    background-color: #0780ac;
    color: #ffff;
    width: 34px;
    border-radius: 6px;
    margin-right: 2px;
    font-size: 14px;
}
.clear-btn{
    height: 34px;
    background-color: #dd4d5b;
    color: #ffff;
    width: 34px;
    border-radius: 6px;
    margin-right: 2px;
    font-size: 14px;
}

i.fa-edit {
    font-weight: 300;
    color: green;
}

i.fa-trash-alt {
    font-weight: 300;
    color: red;
}

.view{ color: #1ebd1e; }


/* Increase the height of the Select2 box */
.select2-container--default .select2-selection--single {
  height: 36px !important; /* Adjust as needed */
  padding: 6px 12px;
  font-size: 16px;
  border-radius:6px;
}

/* Center the text vertically */
.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 22px; /* Should be less than the total height */
}

/* Adjust the dropdown arrow position */
.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 34px !important;
}

.single-imgbox
{
    border: 1px solid #dee2e6;
    border-radius: 4px;
    width: 100px;
    float: left;
}
.single-imgbox img{ width:100%; }
.single-imgbox .delet-btn
{
    background-color: #e40d0de3;
    color: #ffff;
    padding: 10px;
    font-size: 10px;
    line-height: 33px;
}

#addMore
{
    text-align: center;
}

#loadMore
{
    background-color: #f0f8ff;
    padding: 30px;
}


.border-bottom-hidden th, .border-bottom-hidden td
{
    border-bottom: none !important;
}

.requiredStar
{
    color: #ff0000;
    font-size: 16px;
}

.single-section .head p
{
    font-size: 14px;
    margin-top: 4px;
}