@font-face {
  font-family: myArial;
  src: local("Courier New");
  unicode-range: U+30-39;
}
@font-face {
  font-family: myArial;
  src: local("Arial");
  unicode-range: U+0-2f, U+40-10FFFF;
}
@font-face {
    font-family: 'kurdsky regular';
    src: url("../fonts/sanslight.ttf");
}

@font-face {
  font-family: 'RudawRegular';
  src: url('../fonts/RUDAWREGULAR2.TTF') format('truetype'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}
@font-face {
  font-family: 'DroidKufi';
  src: url('../fonts/DroidKufi-Regular.woff') format('woff'); /* Chrome 4+, Firefox 3.5, Opera 10+, Safari 3—5 */
}

.number{
    /*font-family:monospace;*/
    font-family:system-ui;
}
/*h1,h2,h3,h4,h5,h6,p{*/
    
/*    font-family:"DroidKufi","RudawRegular",myArial;*/
/*}*/


/*body { font-family: myArial; }*/
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu {
  max-height: 350px;
}
.bg-aqua-lite {
  background-color: #7FFFD4;
}
.bg-goldenrod {
  background-color: goldenrod;
}
.bg-limegreen {
  background-color: limegreen;
}
.navbar-nav>.notifications-menu>.dropdown-menu>li .menu>li>a {
  white-space: normal;
}
.spacer {
  margin-top: 20px;
}
#product_list_body {
  max-height: 480px;
  overflow-y: scroll;
  overflow-x: hidden;
}
.div-overlay {
    cursor: not-allowed;
    background: #e9e9e9; 
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 0.5;
}

.d-inline-table {
  display: inline-table;
}

.label-round{
  font-size: 8px;
  border-radius: 44%;
}
.table{
    background:white;
}
.table>tbody+tbody{
  border-top: 0;
}
.table-pl-12 td, .table-pl-12 th{
  padding-left: 12px !important;
}
table tbody td.pl-20-td{
  padding-left: 20px !important;
}
table.table-border-center > tbody > tr > td:first-child, 
table.table-border-center > thead > tr > th:first-child,
table.table-border-center > tfoot > tr > td:first-child
{
  border-right: 1px solid darkgray;
}
table.table-border-center-col > tbody > tr > td:nth-child(2), 
table.table-border-center-col > thead > tr > th:nth-child(2),
table.table-border-center-col > tfoot > tr > td:nth-child(2)
{
  border-right: 1px solid darkgray;
  border-left: 1px solid darkgray;
}
.bg-transparent{
  background-color: transparent !important;
}
.mb-0{
  margin-bottom: 0;
}
.rtl{
    direction: rtl
}
.nav-tabs>li>a{
  font-size: 18px;
  font-weight: 600;
}
.table-transparent, .table-transparent th {
    background-color: transparent !important;
    color: #000 !important;
}
.td-full-width, .nowrap {
  white-space:nowrap;
}
.wrap {
  white-space:break-spaces !important;
}
.font-0{
    font-size: 0;
}
.font-17{
    font-size: 17px !important;
}
table.dataTable tbody>tr.selected{
    background-color: #B0BED9;
}
table.dataTable{
    width: 99.9% !important;
}
tr.footer-total > td {
    vertical-align: middle !important;
}
.error{
	color: red !important;
}
/*  pos tab */
div.pos-tab-container{
  z-index: 10;
  background-color: #ffffff;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
  /*border:1px solid #ddd;*/
    margin-bottom: 28px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  background-clip: padding-box;
}
div.pos-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.pos-tab-menu div.list-group{
  margin-bottom: 0;
}
div.pos-tab-menu div.list-group>a{
  margin-bottom: 0;
}
div.pos-tab-menu div.list-group>a .glyphicon,
div.pos-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
div.pos-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.pos-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.pos-tab-menu div.list-group>a.active,
div.pos-tab-menu div.list-group>a.active .glyphicon,
div.pos-tab-menu div.list-group>a.active .fa{
  background-color: #3c8dbc;
  color: #ffffff;
    border-color: #3c8dbc;
}
div.pos-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #3c8dbc;
}

div.pos-tab-content{
  background-color: #ffffff;
  /* border: 1px solid #eeeeee; */
  /*padding-left: 20px;*/
  padding-top: 20px;
}

div.pos-tab div.pos-tab-content:not(.active){
  display: none;
}

.add-product-price-table th{
	background-color: #5cb85c;
    color: white;
}
.blue-header th {
	background-color: #3c8dbc;
    color: white;
}
.table-th-green th{
	background-color: #5cb85c;
    color: white;
}

input[type=number]::-webkit-inner-spin-button, 
input[type=number]::-webkit-outer-spin-button { 
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0; 
}
.active-cell {
    border: 2px dotted #3c8dbc !important;
}
.cursor-pointer{
    cursor: pointer !important;
}
.pos_product_div{
    min-height: 50vh;
    max-height: 50vh;
    overflow-y: auto;
    margin-bottom: 20px;
}
.bg-red-gradient{
}
.bg-lightgray{
    background-color: #F0EDED !important;
}
.bg-grey{
    background-color: #B9B9B9 !important;
}
.bg-lightgrey{
    background-color: lightgrey !important;
}
.balance_due_box >li{
    padding: 11px 5px 0px 5px;
}
.option-div {
    padding: 15px;
    background-color: #d2d6de;
    color: #333;
    border:1px solid #d2d6de;
    cursor: pointer;
}
.option-div input[type="radio"]{
    display: none;
}
.option-div-group .icon {
    color: #d33724;
    display: none;
}
.option-div-group .option-div:hover{
    border:1px solid gray;
}
.option-div-group .active .icon{
    display: block;
}
.margin-left-10 {
    margin-left: 10px;
}
.margin-bottom-12{
    margin-bottom: 12px;
}
.bg-info{
    background-color: #00c0ef !important;
}
.bg-info-lite{
    background-color: #00c0efc2 !important;
}
.bg-info > a{
    color: #FFFFFF !important;
}
.bg-info>a:hover{
    background-color: #337ab7 !important;
}
ul.dt-button-collection{
    background-color: #00c0ef;
}

/*Css related to printing of barcode*/
.label-border-outer{
    border: 0.1px solid grey !important;
}
.label-border-internal{
    /*border: 0.1px dotted grey !important;*/
}
.sticker-border{
    border: 0.1px dotted grey !important;
    overflow: hidden;
    box-sizing: border-box;
}
#preview_box{
    padding-left: 30px !important;
}
@media print{
    .content-wrapper{
      border-left: none !important; /*fix border issue on invoice*/
    }
    .label-border-outer{
        border: none !important;
    }
    .label-border-internal{
        border: none !important;
    }
    .sticker-border{
        border: none !important;
    }
    #preview_box{
        padding-left: 0px !important;
    }
    #toast-container{
        display: none !important;
    }
    .tooltip{
        display: none !important;
    }
}
td.details-control {
    background: url('/img/details_open.png') no-repeat center center;
    cursor: pointer;
}
tr.details td.details-control {
    background: url('/img/details_close.png') no-repeat center center;
}
.icheckbox_square-blue, .iradio_square-blue{
    margin-right: 10px;
}
.header-right-div{
    right: 10px;
    float: right;
    position: absolute;
    top: 15px;
}
.header-left-div{
    margin-top: 15px;
    display: inline-flex;
}
.m-8 {
    margin: 8px;
}
.mt-10{
    margin-top: 10px;
}
.mt-15{
    margin-top: 15px;
}
.m-5 {
    margin: 5px;
}
.icon-link{
  text-align:center;
  display:block;
  margin-bottom: 18px;
}
.icon-link > a {
    display:grid;
}
.icon-link > .badge{
    position: absolute;
    top: 20px;
    right: 67px;
}
.link-des {
    display: inline-block;
    text-align: left;
}

.navbar-nav>.user-menu>.dropdown-menu>li.user-header>img {
    border: none;
    height: auto;
    width: 100%;
    max-height: 120px;
}
.bg-light-green{
    background-color: #98D973 !important;
    color: #fff !important
}
/*.bg-default{*/
/*    background: #f4f4f4;*/
/*}*/
.hover-q {
    font-size: 12px;
    margin-left: 3px;
    cursor: help;
}
.input-group-addon .hover-q{
    margin-left: 0px;
}
.text-bold{
    font-weight: bold;
}
.tour .popover-content{
    padding: 18px 14px;
}
.table-slim>tbody>tr>td, .table-slim>tbody>tr>th, .table-slim>tfoot>tr>td, .table-slim>tfoot>tr>th, .table-slim>thead>tr>td, .table-slim>thead>tr>th{
    padding: 1px;
}

.scroll-x{
    overflow-x:auto;
}
.scrolling-wrapper {
    overflow-x: scroll;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none;
}


/* Hide scrollbar for Chrome, Safari and Opera */
.scrolling-wrapper::-webkit-scrollbar {
    display: none;
}

/* Hide scrollbar for IE, Edge and Firefox */
.scrolling-wrapper {
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}


/* Custom scroll bar start*/

/* width */
::-webkit-scrollbar {
    width: 7px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
    background: #888; 
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555; 
}

/* Custom scroll bar end*/

.product_cell{
    height: 100px;
    padding: 1%;
}
.product_cell_div{
    height: 100% !important;
    width: 100% !important;
    text-align: center;
    vertical-align: middle;
    padding-top: 5px;
    cursor: pointer;
    overflow: hidden;
}

/*CSS to print receipts*/
.print{
    display: none;
}
.print_section{
    display: none;
}
@media print{
    .print_section{
        display: inline !important;
    }
    .modal-xl{
        width: 100% !important;
    }
    ::-webkit-scrollbar{
        display: none !important;
    }
    .print{
        display: inline-table;
    }
}

.input-number .btn-default{
    background-color: white;
    padding: 6px 9px;
}

.width-10{
    width: 10% !important;
}
.width-15{
    width: 15% !important;
}
.width-25{
    width: 25% !important;
}
.width-50{
    width: 50% !important;
}
.width-40{
    width: 40% !important;
}
.width-60{
    width: 60% !important;
}
.width-100{
    width: 100% !important;
}
.width-100px{
    width: 100px;
}

.font-30{
    font-size: 30px !important;
}

.font-23{
    font-size: 23px !important;
}
.opacity-0{
    opacity:0;
}
.padding-0{
    padding:0 !important;
}
.padding-0-5{
    padding:0 5px;
}
.padding-5{
    padding: 5px !important;
}
.margin-5{
    margin: 5px !important;
}
.padding-10{
    padding: 10px !important;
}
.padding-side-15{
    /*padding-left: 15px !important;
    padding-right: 15px !important;*/
}
.text-muted-imp{
    color: #A3A3A3 !important;
}

.table-no-top-cell-border td{
    border-top: 0px !important;
    border-bottom: 0px !important;
}
.table-no-top-cell-border th{
    border-top: 0px !important;
    border-bottom: 0px !important;
}

.table-no-side-cell-border td{
    border-left: 0px !important;
    border-right: 0px !important;
}
.table-no-side-cell-border th{
    border-left: 0px !important;
    border-right: 0px !important;
}

.color-555 {
    color: #555555 !important;
}
.color-555 *{
    color: #555555 !important;
}
.color-white {
    color: white !important;
}
.col-no-padding{
    padding-left: 0px;
    padding-right: 0px;
}
.col-2px-padding{
    padding: 2px;
}

.pos-express-btn{
    font-size: 23px !important;
    overflow: hidden !important;
    height: 73px !important;
    white-space: normal;
}
.word-wrap{
    word-wrap: break-word !important;
}

.modal-xl{
    width: 90%; /* respsonsive width */
    margin-left: auto !important;
    margin-right: auto !important;
}
table.ajax_view tbody tr{
    cursor: pointer;
}
.bg-white{
    background-color: #fff;
}

.max-content{
    width: max-content;
}
.product-thumbnail-small{
    height: 50px;
    width: 50px;
}

table.table-text-center td, table.table-text-center th{
    vertical-align: middle !important;
}
.product_list{
    padding-left: 8px;
    padding-right: 8px;
}
.product_box{
  width: 100%;
  padding-top: 5px;
  padding-bottom: 2px;
  margin-bottom: 10px;
  text-align: center;
  cursor: pointer;
  border: 1px solid darkgray;
  font-weight: 600;
}
.product_box .image-container{
  background-color: #fff;
  width: 95%;
  height: 55px;
  margin: auto;
  padding: 5px;
  border-radius: 8px;
}
.product_box .image-container img{
    height: 45px;
    /*width: 45px*/
}
.eq-height-row{
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:flex;
    flex-wrap: wrap;
}
.eq-height-col{
    display: flex;
}
.product_box .text{
    width: 100%;
    overflow: hidden;
   text-overflow: ellipsis;
   display: -webkit-box;
   -webkit-box-orient: vertical;
   -webkit-line-clamp: 1; /* number of lines to show */
   line-height: 14px;        /* fallback */
   max-height: 14px;       /* fallback */
}
.small-box.bg-gray:hover{
    color: #000;
    text-decoration: none;
}

#calendar table tbody td {
    cursor: pointer;
}

.min-height-90hv{
    min-height: 90vh !important;
}

/* Grow Shadow */
.hvr-grow-shadow {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: box-shadow, transform;
  transition-property: box-shadow, transform;
}
.hvr-grow-shadow:hover, .hvr-grow-shadow:focus, .hvr-grow-shadow:active {
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.5);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.text-link{
    cursor: pointer;
}

.v-center{
    vertical-align: middle !important;
}

.bg-woocommerce{
  background-color: #9E458B !important;
}

.sidebar-toggle {
    border-radius: 200px;
}

.treeview.active span i:before{
    content:'\f068'
}
.treeview span i:before{
    content:'\f067'
}

/* .fa-angle-left:before {
    content: "\f067";} */
    /* Added By Aram Jamal 21/4/2021 00:57 */



.text-black{color:black;}
.text-lightgrey{color:lightgrey;}
.text-tomato{color:tomato;}
.text-15em{
    font-size: 1.5em;
}
.table-hover-green tbody tr:hover td, .table-hover-blue tbody tr:hover th {
  background-color: #7FFFD4;
  z-index:100000;
  color: black;
}
.table-click-blue tbody tr:active td, .table-hover-blue tbody tr:active th {
  background-color: #7FFFD4;
}
.tbl-row-bg-blue{
    background:#4ffdc2 !important;
}

.ui-autocomplete {
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 300px;
}
.pdb0{
    padding-bottom:0;
}
.max_product_id{
    padding: 0;
    font-size: 1.4em;
    font-weight: bolder;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Old versions of Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
.asterix{
    position: relative;
    color:red;
    top: 0;
}
.zoom2{
    zoom:2
}
.zoom15{
    zoom:1.5
} 
.zoom13{
    zoom:1.3
} 
.table thead,.table tfoot{
    background: linear-gradient(#48484800, #afafaf);
}
.modal-content{
    background: linear-gradient(#48484800, #e3e3e3);
    background-color:white;
}

.btn-primary{
 background: linear-gradient(#47b5f5, #4e82a1);
 border-color:transparent;
}

.btn-warning{
        background: linear-gradient(#e08e0ba3, #f39c12);
        border-color:transparent;
}

/* add button to right*/

.box-header>.box-tools, .small-box .icon {
    left: auto;
    right: 10px;
}
.height-60vh{
    height:60vh;
}
.overflow-y-auto {
    overflow-y: auto;
}
select.form-control{
    padding-top:0;
    padding-bottom:0;
}

td,th{
    font-weight:600;
    text-align:center;
}
/*.table-responsive{*/
/*    width:100%;*/
/*}*/
.table-td-no-padding td{
    padding: 0 !important;
}
.table-th-no-padding th{
    padding: 0 !important;
}
.coa_editable{
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    background: none;
    opacity:0.7;
}
.coa_editable:focus{
    /*background-color: #FFFF66;*/
    border: 2px solid #000;
    padding: 5px;
    opacity:1;
    /*transition: 0.3s;*/
}

.editable{
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    border: 1px solid #666 !important;
    opacity:0.7;
    font-size: 1.05em;
}
.editable:focus{
    color: #000 !important;
    /*background-color: #FFFF66;*/
    border: 2px solid #000 !important;
    font-size: 1.1em;
    opacity:1;
    /*transition: 0.3s;*/
}

.editable_hr1{
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    border: 1px solid #666 !important;
    opacity:0.7;
    font-size: 1.05em;
}
.editable_hr1:focus{
    color: #000 !important;
    /*background-color: #FFFF66;*/
    border: 2px solid #000 !important;
    /*font-size: 1.1em;*/
    opacity:1;
    /*transition: 0.3s;*/
}
.editable_hr1.date{
    width:130px;
}
.editable_hr1.accomodation{
    width:130px;
}
.editable_hr1.security_code,.editable_hr1.health_card{
    width:100px;
}
.editable_hr1.gender{
    width:100px;
}
.editable_hr1.marital_status{
    width:120px;
}
.editable_hr1.hierarchy{
    width:100px;
}
.editable_hr1.employee_mobile{
    width:150px;
}
.editable_hr1.speciality{
    width:180px;
}
.editable_hr1.work_shift{
    width:100px;
}
.editable_hr1.daily_working_hours{
    width:100px;
}
.editable_hr1.additional_money{
    width:120px;
}

.editable_hr2{
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    border: 1px solid #666 !important;
    opacity:0.7;
    font-size: 1.05em;
    width:100px;
}
.editable_hr2:focus{
    color: #000 !important;
    /*background-color: #FFFF66;*/
    border: 2px solid #000 !important;
    /*font-size: 1.1em;*/
    opacity:1;
    /*transition: 0.3s;*/
}

.editable_hr3{
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: hidden;
    border: 1px solid #666 !important;
    opacity:0.7;
    font-size: 1.05em;
    width:100px;
}
.editable_hr3:focus{
    color: #000 !important;
    /*background-color: #FFFF66;*/
    border: 2px solid #000 !important;
    /*font-size: 1.1em;*/
    opacity:1;
    /*transition: 0.3s;*/
}

.select2 {
    padding-top: 0;
}
.select2-selection__rendered{
    padding: 0 !important;
}
.table thead tr th {
    text-shadow: 0 1px 0 #fff;
}
.employee_thumbnail_small{
    width:30px;
    height:30px;
}
.box-primary{
    background-color:white;
    /*background-image: linear-gradient(180deg, #3c8dbc 0%, #f5f7fa 0%);*/
}
.input_number{
    text-align: unset;
}

input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
   height: 13px;
   width: 13px;
   background: url("data:image/svg+xml;charset=UTF-8,%3csvg viewPort='0 0 12 12' version='1.1' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='1' y1='11' x2='11' y2='1' stroke='red' stroke-width='2'/%3e%3cline x1='1' y1='1' x2='11' y2='11' stroke='red' stroke-width='2'/%3e%3c/svg%3e");
}

html,body,h1,h2,h3,h4,h5,h6,p{
          font-family: 'kurdsky regular' !important;
              /*font-size: 0.85em;*/
    }
.dataTables_scrollBody{
    border-bottom: 3px solid #222d32;
}
table.dataTable tbody{
    box-shadow: inset 0px 0px 20px 5px rgb(210 214 222);
}
.swal-footer {
  text-align: center !important;
}
.swal-button {
    font-size: 30pt !important;
}
.breadcrumb {
    margin-bottom: 0px;
}


table.cell-border th,table.cell-border td{
    border-top:1px solid rgba(0, 0, 0, 0.15);
    border-right:1px solid rgba(0, 0, 0, 0.15);
    border-bottom:1px solid rgba(0, 0, 0, 0.20) !important;
}
table.cell-border tr th:first-child,
table.cell-border tr td:first-child{
    border-left:1px solid rgba(0, 0, 0, 0.15)
}
table.cell-border tbody tr:first-child th,
table.cell-border tbody tr:first-child td{
    /*border-top:none*/
}

textarea { resize: vertical; }

.logged-in {
  color: limegreen;
  font-size: 1.5em;
}

.logged-out {
  color: grey;
  font-size: 1.5em;
}

@media print{
    table.cell-border{
        border: 2px solid rgba(0, 0, 0, 0.15);
    }
    table.cell-border th,table.cell-border td{
        border-top:1px solid #888 !important;
        border-right:1px solid #888 !important;
        border-bottom:1px solid #888 !important;
    }
    table.cell-border tr th:last-child,
    table.cell-border tr td:last-child{
        border-left:1px solid #888 !important;
    }
    table.cell-border tbody tr:last-child th,
    table.cell-border tbody tr:last-child td{
        border-top:none
    }
    
    table.cell-border th{
        background:lightgrey !important;
    }

    table thead tr{
        background-color: lightgrey !important;
    }

    body {
        font-family: 'kurdsky regular' !important;
    }


    .td-full-width, .nowrap {
        white-space:nowrap;
    }
}

fieldset {
    border: 1px solid #000;
    padding-bottom: 15px;
}
legend {
    width: auto;
    padding: 0 10px 0 10px;
    border: none;
}

input:focus, select:focus, textarea:focus {
        outline: none !important;
        border:2px solid #444 !important;
        box-shadow: 0 0 5px #719ECE !important;
    }


.bg_create{
    background-color: #0073b7;
    color:white;
}
.bg_read{

}
.bg_update{
    background-color: #00c0ef;
    color:white;
}
.bg_delete{
    background-color: #dd4b39;
    color:white;
}





/*some custom modal style*/

    /* Modal header styling */
.styled-modal .modal-header {
    background: linear-gradient(135deg, #007bff, #0056b3);
    border-bottom: none;
    color: #fff;
    padding: 20px 25px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.15);
}

/* Modal title */
.styled-modal .modal-title {
    font-size: 20px;
    font-weight: 600;
    margin: 0;
}

/* Modal body layout */
.styled-modal .modal-body {
    padding: 25px;
    background-color: #f9f9f9;
}

/* Section cards */
.styled-modal .well,
.styled-modal .panel {
    background: #ffffff;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.1);
    border: none;
    margin-bottom: 20px;
}

/* Section titles (strong tags) */
.styled-modal .modal-body strong {
    display: block;
    margin-bottom: 5px;
    color: #444;
    font-weight: 600;
}

/* Values under strongs */
.styled-modal .modal-body div[id^="view_"] {
    font-size: 14px;
    padding: 6px 10px;
    background-color: #f1f3f6;
    border-radius: 4px;
    border: 1px solid #ddd;
    color: #333;
}

/* Form select and button */
.styled-modal .form-control {
    border-radius: 4px;
    box-shadow: none;
    border-color: #ccc;
}

.styled-modal .btn-success {
    background-color: #28a745;
    border-color: #218838;
    font-weight: 600;
}

.styled-modal .btn-danger {
    background-color: #dc3545;
    border-color: #c82333;
    font-weight: 600;
}

.styled-modal .btn i {
    margin-right: 4px;
}

/* Footer styling */
.styled-modal .modal-footer {
    background-color: #f1f3f6;
    border-top: none;
    padding: 15px 25px;
    border-radius: 0 0 6px 6px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .styled-modal .modal-body .row > div {
        margin-bottom: 15px;
    }
}



.filter-box {
    background: #f9f9f9;
    border: 1px solid #ddd;
    padding: 8px;
    border-radius: 4px;
}
.filter-box label {
    font-size: 12px;
    font-weight: bold;
}


body, * {
  contenteditable: false !important;
}

.nav-tabs-custom>.tab-content{
    background: none !important;
    padding: 0px !important;
}
.nav-tabs-custom{
    background: none !important;
}

ul.dt-button-collection.dropdown-menu {
    max-height: 300px;
    overflow-y: auto;
}


.table th,td{
    font-size: 12px !important;
}

.DTCR_clonedTable {
    opacity: 0.9;
    width: auto !important;
    min-width: 50px !important;
}