*{margin:0; padding:0; box-sizing: border-box}
body, html{height: 100%; width: 100%;margin:0;}
body{font-family: Arial, Helvetica, sans-serif; font-weight:normal; font-size: 14px; color: #212b36; position: relative;}
/* font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
a{color: #212b36; transition: all .3s ease-in-out; opacity: .75 }
a:hover {color:#2e68f3; opacity: 1}
a, a:hover{text-decoration: none}
.login-container{padding: 60px 15px; background: #f4f6f8; min-height: 100vh;}
.logoarea img{width: 175px;margin: 15px 0;}
.logoarea {text-align: center;}
/* .loginarea{border: 1px solid #cfe4ff; background: #fff;   max-width: 400px;    margin: 0 auto;   padding: 30px;} */
    /* box-shadow:  0 2px 16px 0 rgba(33, 43, 54, 0.2), 0 31px 41px 0 rgba(33, 43, 54, 0.08)} */
/* .loginform:first-child {margin-bottom: 25px;} */
.loginform input[type="text"],.loginform input[type="password"],.loginform input[type="email"],.loginform input[type="date"], .loginform select{width: 100%;  height: 50px; background: #f9fcfe; border: 1px solid #d8d8d8; margin-bottom: 10px; font-size: 14px; padding: 10px;
    transition: all .3s ease-in; border-radius: 2px;}
.loginform input :focus, .loginform select:focus{ background: #f9fcfe; border: 1px solid #1a99e9; }
.loginform label{margin-bottom: 10px;display: block;text-align: left;}
.loginarea input[type="button"]{ width: 150px;padding: 12px; margin-top: 25px; background: #004784; color: #fff; font-size: 16px; border: 0; border-radius: 2px;
cursor: pointer; transition: all .2s ease-in; letter-spacing: 0.05em;}
.loginarea input[type="button"]:hover{background: #002f57;}
.loginarea h2{padding-bottom: 25px;font-size: 20.7px;}

.forpass{text-align: center;  padding-top: 30px;  display: inline-block;  width: 100%;}
.forpass a{color: #717171; transition: all .2s ease-in-out;text-align: center}
.forpass a:hover{color: #6397df;}

header {
    width: 100%;
    float: left;
    height: 50px;
    padding: 0 15px;
    border-bottom: 1px solid #ddd;
    background: #fff;
    position: fixed;
    top:0;
    z-index: 9999;
}
/* .int-logoarea img{height:50px;} */
.int-logoarea img{height: 42px; margin: 4px;}
.int-logoarea{float: left;}
.user-action{border: 1px solid #eee;font-size: 13px;display:none;position: absolute;right: 15px;background: #fff;top:45px;border-radius: 4px;box-shadow: 4px 6px 10px 4px rgba(0, 0, 0, 0.08);
    -moz-box-shadow: 4px 6px 10px 4px rgba(0, 0, 0, 0.08);
    -webkit-box-shadow: 4px 6px 10px 4px rgba(0, 0, 0, 0.08);}
.user-action ul li a{padding:10px 20px;display: block}
.left-side {
    width: 100px;
    height: calc(100% - 50px);
    background: #004784;
    float: left;
    position: fixed;
    font-size: 13px;
    overflow: auto;
    top: 50px;
}
.main-menu li a{color: #eef0ff; padding: 15px 2px ;}
.main-menu li a span{width: 100%;
    float: left;
    /* font-size: 24px; */
    text-align: center;
    margin-bottom: 6px;}
.main-menu li a:hover + .triangle {
    position: absolute;
    width: 0;
    height: 0;
    right: 0;
    bottom: 0;
    border-color: transparent transparent #eef0ff;
    border-style: solid;
    border-width: 0 0 20px 20px;
    transition: all .3s ease-in-out;
}

.main-menu li a:hover, .mactive{background: #003058;opacity: 1;}

/* sencond style */
/* .left-side2 {
    width: 200px;
    height: calc(100% - 50px);
    background: #020d4d;
    float: left;
    border-right: 1px solid #ddd;
    padding-LEFT: 25px;
    font-size: 13px;
    overflow: auto;
}
.left-side2 ul li a{width: 100%;
    display: inline-block;
    color: #fff;
    }
.left-side2 ul li{padding: 6px 0;}
.left-side2 .menu-section p{margin-bottom: 7px; color:#fff} */

/* sencond style */

.top-right{float: right;display: inline-flex;}
ul {
    list-style-type: none;
}
.user-login{display: inline-block; line-height: 48px;cursor: pointer;position: relative;}
.user-login a:hover{color:#000!important;}
.user-login p{display: inline;}
.user-login span{display: inline-block;width: 30px;height: 30px;border: 1px solid #60b97a;border-radius: 50%;text-align: center;line-height: 27px;background: #8dd776;font-weight: bold;color: #fff;}

.left-side ul li a{width: 100%;
    display: inline-block;
    text-align: center;
font-size: 12px;
    }
.left-side ul li{position: relative;border-bottom: 1px solid #ffffff1a}
#side-slider{height: calc(100% - 50px); width:200px;
    background: #003058;
    position: fixed;
    border-right: 1px solid #ddd;
    display: none;
    font-size: 13px;
    overflow: auto;
    margin-left: 100px;
    top: 50px;
    z-index: 99;}

.menu-item-list{display: none;}
.menu-item-list li a{color:#fff;padding: 15px;display: block;}
.menu-item-list li a:hover{opacity: 1; background: #ffffff1a}
.menu-item-list li span{
	/* font-size: 16px; */
	font-size: 11px; 
	/* width: 30px; */
	display: inline-block;}
.menu-section{padding: 10px 0;}
.menu-section p{margin-bottom: 7px;}
.menu-section ul li a span{width: 25px;
    display: inline-block;
    font-size: 16px;}
.right-side{width: calc(100% - 100px);min-height: calc(100% - 50px);position: absolute; top: 50px;margin-left: 100px;background: #ebeef0;padding:15px 15px 10px; }
.xpcard-head{background: #fff;padding: 15px;border-bottom: 1px solid #ebeef0}
.xpcard-head h3{font-weight: normal;font-size:22px; display: inline; }

  .xpcard-content{background: #fff;border-bottom: #ddd;transition: all .9s ease;float: left;width: 100%}
  input[type="button"]{
    background: #4a7efa;
    color: #fff;
    padding: 6px 10px;
    border-radius: 4px;
    border: 1px solid #2e68f3;
    font-size: 13px;
    
    cursor: pointer;
    transition: all .2s ease-in-out;
  }

  input[type="button"]:hover{
    background: #2e68f3;
  }
  
   input[type="button"]:disabled{
    background: #a0a0a0;
    color:#d0d0d0;
    cursor:not-allowed;
  }
  .iframe-form{height:100vh} 
  table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    text-align: left;
    font-size: 13px;
  }
  .iframe-body{height:100vh; overflow:hidden}
  table tr th{padding:15px 15px 15px 0; color:#6f7c87; background:#dfeefb; font-weight: normal; border-bottom:1px solid #ebf2f8}
  table tr th:first-child  {padding:15px}
table tr td {padding:10px 15px 10px 0;  color: #183247}
table tr td:first-child{padding: 10px 15px;}
.tablespan .tspan{
  width: 25px;
height: 25px;
background: lightblue;
display: inline-block;
border-radius: 4px;
text-align: center;
line-height: 25px; color:#fff;margin-right: 10px;}
.spancenter{position: relative;top: 8px;}
.tsbottom{float: left; position: relative; }
table td a{font-size: 15px; margin-right: 4px; }
table td a:hover {color:#183247 }
table  tbody tr:hover{ background:#f1f5fe}
#header-fixed {
    position: fixed;
    top: 0px; 
    display:none;
    background-color:white;
}
.success{
    background-color: #f4fff4;
    color: #1db124;
    border: 1px solid #c7ffc3;
font-size: 12px;
display: inline-block;
width: auto;
border-radius: 2px;
padding: 2px 4px;
}
.danger{
    background-color: #fff4f4;
    color: #ff2525;
    border: 1px solid #ffd0d0;
    font-size: 12px;
    display: inline-block;
    width: auto;
    border-radius: 2px;
    padding: 2px 4px;
}
.pending{
    background-color: #f4f8ff;
color: #1971e3;
border: 1px solid #c3dcff;
    font-size: 12px;
    display: inline-block;
    width: auto;
    border-radius: 2px;
    padding: 2px 4px;
    }
.warning{
    background-color: #f9f9f9;
color: #6c757d;
border: 1px solid #6c757d66;
font-size: 12px;
display: inline-block;
width: auto;
border-radius: 2px;
padding: 2px 4px;
}
.btn{
    background: #efefef !important;
    border: 1px solid #dedede  !important;
    color: #183247 !important;
}
.btn.filter{margin-left:18px; float: right;}
.btn:hover{
    background: #eaeaea!important;
    
}
.btn-search{background: #f39c12 !important; color:#fff!important; border:1px solid #e08900!important}
.btn-search:hover{background: #e08900  !important; }




.floatingform { position: absolute; height: 100%; width: 600px;	top: 0; right: -600px; display: none; background: #ebeef0; overflow: auto;z-index: 99999;font-size: 13px}
.backblack { position: absolute; height: 100%; width: 100%; top: 0;	background: #000; left: 0; opacity: 0; transition: all 1s ease-in-out;	visibility: hidden;	z-index: 9999;}
.floating-head { padding: 20px; position: sticky; top: 0; background: #ebeef0; z-index: 999;}
.floating-head h3{font-weight: normal;font-size: 22px; display: inline;}
.floating-content { margin: 0 20px 0 20px;	background: #fff;padding: 20px; float: left; width: calc(100% - 40px);}
.floating-footer { padding: 20px; background: #fff;	width: calc(100% - 40px);	z-index: 99;	background: #fff;	text-align: left;	margin: 0 20px;	border-top: 1px solid #e1e1e1; float: left;}
.close-icon {position: absolute;right: 605px;color: #fff;font-size: 26px;visibility: hidden;cursor: pointer;width: 35px;	height: 35px;	text-align: center;		top: 5px; line-height: 30px;	z-index: 99999;}
.adj-overflow{overflow:hidden;width:100%;position:absolute;height:100%;top:0;left:0;visibility: hidden;}
.img-area{display: inline-block;    box-shadow: 0px 0px 11px #d6d6d6;   height: 125px;margin-bottom: 5px;}
.img-area img{width: 125px;}
.floating-img{display: inline-grid}
.floating-input{height: 40px!important; margin-bottom: 20px!important;font-size: 13px!important;}
.floating-select{height: 40px!important; margin-bottom: 20px!important;width: 100%; font-size: 13px; padding: 5px;border-radius: 2px;border: 1px solid #d8d8d8;transition: all .3s ease-in;}
.floating-select:focus{background: #f9fcfe;  border: 1px solid #1a99e9;}
.floating-footer .success, .xpcard-footer .success  {background: #1db124!important; color: #fff!important;border: 1px solid #02962e !important;padding: 8px 20px;font-size: 14px;}
.floating-footer .btn, .xpcard-footer .btn {padding: 8px 20px;font-size: 14px;}
.floating-footer .success:hover, .xpcard-footer .success:hover {background: #02962e!important}
.btn.info{background: #4a7efa!important;color: #fff!important;border:1px solid #4a7efa!important;}
.btn.info:hover{background: #346ae7!important;}
.floating-xpcard-content{
      width: calc(100% - 230px); 
    float: left;transition:all .9s ease;}
.xpcard-filter{z-index:99;width: 230px; background: #fff; position: fixed;right: 10px;border-left: 1px solid #ddd;height: calc(100% - 52px);padding:10px;display:none;}
.xpfilter label{font-size: 11px;margin-bottom: 0px!important;color:#8d8d8d }
.xpfilter input{border:0!important;border-bottom: 1px solid #d8d8d8!important;padding:0!important;height: 32px!important;}
.xpfilter select{border:0!important;border-bottom: 1px solid #d8d8d8!important;padding:0!important;height: 32px!important;-moz-appearance: none;-webkit-appearance: none; appearance: none; background: url(../images/down.png) 95% / 10px no-repeat ;}
.xpfilter select::-ms-expand {
    display: none;
}
.xpfilter select:focus{background: url(../images/down.png) 95% / 10px no-repeat !important;}
.xpfilter :focus{border-bottom: 1px solid #707070 !important;}
.xpcard-filter-header{margin-bottom: 15px;}
.filteropen{padding-left: 23px!important;}
.filtericon{position: relative;float: right;}
.filtericon::after{font-family: 'Font Awesome 5 Free';
    content: "\f0b0";
    font-size: 11px;
    position: absolute;
    left: 26px;
    top: 10px;
    font-weight: 900;
    pointer-events: none;}

.xpcardint {
        height: 336px;
        border: 1px solid #ddd;
        background-color: white;
        overflow-x: auto;
        overflow-y: auto;
        position: relative;
}
.checkdiv {
    border-bottom: 1px solid #bbdffe;
    padding: 10px ;
    background: #dfeefb;
    font-size: 13px;
    font-weight: 600;
}
.checkrow {
    border-bottom: 1px solid #ccc;
    padding: 5px 10px;
    cursor: pointer;
}
.checkrow label{
    display: inline-block;
    padding:5px 10px 5px;
    margin:0!important;
}

#nprogress  .bar {
    height:2px;
    width: 100%;
    position: fixed;
    top: 0%;
    z-index: 9999;
}


#container {
  padding:40px;
  background-color:grey;
  color:white;
}
#nprogress .bar {
  background: #e02326;
}

#nprogress .spinner-icon {
  border-top-color: blue;
  border-left-color: blue;
}
.col2{
    display: grid;
    background: #ebeef0;
    grid-gap: 10px;
    grid-template-columns: 300px auto;
}
.xpform-group{
    padding: 10px;
border-bottom: 1px solid #e6e6e6;
}
.xpform-group label{
  opacity: .7;
  margin-bottom:4px;
  display: block;
}
.singlecard{
    display: grid;
    background: #ebeef0;
    padding-top: 50px;
    justify-items: center;
    
}
.multicard{
    display: grid;
    background: #ebeef0;
    grid-gap: 20px;
    grid-template-columns: repeat(auto-fill, minmax(395px,1fr));
    padding-top:10px;
}
.xpint-card{
    background: #fff;
    border: 1px solid #d7dfe6;
    transition:  all .4s ease-in-out;
   
}
.xpint-card.shadow:hover{ -webkit-box-shadow: -3px 10px 15px -15px rgba(0,0,0,0.61);
    -moz-box-shadow: -3px 10px 15px -15px rgba(0,0,0,0.61);
    box-shadow: -3px 10px 15px -15px rgba(0,0,0,0.61);
    }
.xpint-card-headr{
    background: #dfeefb;
padding: 10px ;
}
.xpint-card-headr .fas{font-size: 20px;}
.xpint-card-headr p{
    margin-left:10px;
    font-size: 18px;
    display: inline-block;
}
.xpcardint  div::last-child   {
    margin-bottom: 15px;
    color: red;
}
fieldset{
    border-color: #fff6;
    margin: 10px;
    text-align: center;
    display: block;
    min-width: 0;
    padding: 5px;
}
legend{
    padding:0 5px;
    color:#a0a7ad;
    display: block;
}
.frow1{min-height: calc(50vh - 60px); justify-items: center; align-items: center; display: grid}
.frow2{min-height: calc(50vh - 170px); display: grid; grid-template-columns: repeat(3, 230px); justify-content: center;   }
.customer_img {
    display: block;
    border: 1px solid #ddd;
    padding: 5px;
    
    margin: 5px auto;
}
.customer_sign {
    display: block;
    border: 1px solid #ddd;
    padding: 5px;
    
    margin: 0 auto 10px;
}



.loginLeftCol {
    width: 405px;
    height: 100vh;
    background: url(../images/login_img.png);
        
    background-size: cover;
    background-repeat: no-repeat;
    float: left;
    background-position: left, center;
    position: relative;
}
.loginRightCol {
    float: left;
    width: calc(100% - 405px);
    height: 100vh;
    position: relative;
}
.loginInfo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 375px;
}
.loginInfo img {
    width: 150px;
    margin-bottom: 30px;
}
.loginInfo h3 {
    font-size: 21px;
    color: #3c3c3c;
    margin-bottom: 30px;
    font-weight: normal;
}
.logtext{
    color: #fff;
width: 298px;
margin: 15px auto;
font-size: 15px;
text-align: justify;
}
.loginLeftCol h2 {
    color: #fff;
    width: 298px;
    font-size: 26px;
    padding-top: 91px;
    margin: 0 auto;
    text-transform: uppercase;
    font-family: "Arial Narrow";
    font-weight: 800;
}
.copyright {
    font-size: 10px;
    color: #fff;
    position: absolute;
    bottom: 15px;
    width: 100%;
    text-align: center;
}

.top-right {
    
   
}
.topsearchbox {
    display: inline-flex;
    margin: 8px 80px 8px 0;
}
.serbox{
    width: 100%;
    border: 1px solid #ffefd3;
    height: 34px;
    overflow: hidden;
    position: relative;
   background: #fffaf5;
    border-radius: 30px;
    display: flex;
}
.serbox input{border: none;padding-left:10px;font-size: 15px;background: transparent;}
.btnsearch{background: #8E8E8E!important;border-radius: 0px!important;}
.topbtnsearch{background: #ecc57d!important; border-radius: 0px!important;}
.btnadsearch{background: #AAAAAA!important;border-radius: 0px!important;}
.btnadsearch:hover, .btnsearch:hover, .topbtnsearch:hover{background:#F9A700!important }
input:required {
    box-shadow: none;
}
.advance-search{
    border: 1px solid #eee;
font-size: 13px;
display: none;
position: absolute;
right: 208px;
background: #fff;
top: 45px;
border-radius: 4px;
width: 450px;
box-shadow: 4px 6px 10px 4px rgba(0, 0, 0, 0.08);
-moz-box-shadow: 4px 6px 10px 4px rgba(0, 0, 0, 0.08);
-webkit-box-shadow: 4px 6px 10px 4px rgba(0, 0, 0, 0.08);
height: 400px;
}
.as-header {
    padding: 15px 15px 0px;
}
.as-two-col {
    width: calc(50% - 10px);
    display: inline-block;
}
.as-two-col:nth-child(even){float: right;} 
.as-footer{
    text-align: right;
    padding:10px 15px 20px;
}
.serbox:focus-within {
    border:1px solid #F9A700 ;
    transition: all .3s ease-in-out;
}


.fom-row {
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 40% 14% 14% 14% auto;
    padding:10px 15px 0;
}
.sec-row{
    display: grid;
    grid-gap: 15px;
    grid-template-columns: 75% auto ;
    padding:0 15px ;
}
.sec-head {
    padding: 10px;
}
.sec-content{
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: repeat(3, 1fr);;
    background-color: #fff;
    color: #444;
    padding:10px 15px 0;
    border:1px solid #e6e6e6;
    border-top:0px;
}
.sec-content2{
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: repeat(3, 1fr);;
    background-color: #fff;
    color: #444;
    padding:10px 15px 0;
    border:1px solid #e6e6e6;
    border-top:0px;
}
.sec-content3{
    display: grid;
    grid-column-gap: 15px;
    grid-template-columns: 50% auto auto auto auto 40px;
    background-color: #fff;
    color: #444;
    padding:10px 15px 0;
    border:1px solid #e6e6e6;
    border-top:0px;
}
.btn-add{position: relative; top: 4px;text-align: right;}

.sec-rgt-content{padding:10px 15px 0; border:1px solid #e6e6e6; background:#F3F3F3}
.sec-blue{background:#ffcece}
.sec-red{background:#dfeefb}
.sec-org{background:#FFDDB1}
.sec-green{background:#d0d7f9}
.sec-grey{background:#F6F6F6; border:1px solid #e6e6e6; border-top:0}
.opn-form label{font-size: 12px;margin-bottom: 5px!important;}
.opn-form input[type="text"], .opn-form input[type="password"], .opn-form input[type="date"], .opn-form input[type="email"], .opn-form select {height: 35px!important;padding:5px;}
.xpcard-footer{padding: 20px;
    background: #fff;
    width: 100%;
    z-index: 99;
    background: #fff;
    text-align: right;
    margin-top:  20px;
    border-top: 1px solid #e1e1e1;
    float: left;}
    .dropbtn{position: relative;display: inline-block}
.dropbtn span{
    
    color: #fff;
    position: absolute;
    background: #FFF3;
    z-index: 9999;
    top: 0px;
    right: 0px;
    cursor: pointer;
    padding: 9px 7px;
} 
.btnprint{position: absolute;
    top: -35px;
    right: 0px;
display: none}

.dash-top-col{
display: grid;
grid-column-gap: 15px;
grid-template-columns: repeat(auto-fit, minmax(200px,1fr)) ;
padding:15px;
}
.dash-top-col .col{
color: #fff;

}
.col.green,.col.gree, .col.brown, .col.torq, .col.blue, .col.orange,.col.orang, .col.blu, .col.maron{border-radius:4px;background-repeat: no-repeat;background-position: 20px 17px;}
.col.green {
background-color: #00B84E;
background-image: url(../images/delivery-truck.png);

}
.col.gree {
background-color: #00B84E;
background-image: url(../images/delivered.png);

}
.col.brown{
background-color: #EC7E1C;
background-image: url(../images/pick-order.png);

}
.col.torq{
background-color: #22A6B3;
background-image: url(../images/pending.png);

}
.col.blue{
background-color: #3498DB;
background-image: url(../images/create-order.png);
}


.col.orang{
background-color: #E67E22;
background-image: url(../images/picked.png);

}

.col.maron{
background-color: #C32148;
background-image: url(../images/pending.png);

}
.col.blu{
background-color: #3498DB;
background-image: url(../images/ready.png);

}
.col.orange{
background-color: #EF5231;
background-image: url(../images/return.png);
background-position: 20px 10px;
}


.col-head, .col-numb{text-align: right;margin: 15px 15px 0;}
.col-head{font-size: 16px;}
.col-numb{font-size: 32px; margin-top: 8px; margin-bottom: 5px}
.col-foot{padding:4px 10px; background:#ffffff33; font-size: 13px; }
.graph-section{display: grid;
grid-column-gap: 30px;
grid-template-columns: repeat(auto-fit, minmax(calc(50% - 30px),1fr)) ;
padding:15px;}
.graph-section .col p{
font-size: 16px;
}
.graph-area{
border: 1px solid #ddd;
border-radius: 4px;
background-image: linear-gradient(#FFEDDE, rgb(232, 255, 247));
} 



.cont-checkbox {
    display: block;
    position: absolute;
    top: 11px;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
 
  .cont-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  

.checkmark {
    position: absolute;
    top: 2px;
    left: 0;
    height: 18px;
    width: 18px;
    background-color: #fff;
    border-radius: 4px;
    border: 1px solid #ddd;
}
  
  .cont-checkbox:hover input ~ .checkmark {
    background-color: #ccc;
  }
  
  
  .cont-checkbox input:checked ~ .checkmark {
    background-color: #2196F3;
    border-radius: 4px;
  }
  
 
  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }
  
  
  .cont-checkbox input:checked ~ .checkmark:after {
    display: block;
  }
  
  
.cont-checkbox .checkmark:after {
    left: 4px;
    top: 0px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
  table tr td:first-child {
    position: relative;
}

 .pactive{
 	color:#2e68f3;
 }
 
 .disabled{
 	color: #bfbfbf !important;
 }
 
 .disabled:hover{
 	cursor: not-allowed;
 }
 
 /* Search result */
 table tbody tr  {border-bottom:1px solid #ebf2f8;border-top:1px solid #ebf2f8;}
        table tbody tr:hover {
        background: #eaf1ff;
        
        }
        .tsearch tr{border:0;}
        .tsearch tr td{padding:0!important; padding-right:5px!important; font-size: 12px;padding-bottom: 2px!important;}
        .tsearch tr:hover, .updateorderinfo tr:hover {border:0!important; background: none!important;}
        .tablelable {font-size: 14px; color: #464f63; float: left; width: 100%; margin-bottom: 5px;font-weight: 600;}
        .tsearch tr input, .tsearch tr select{width:100%; height: 32px;border: 1px solid #ccd6dc !important;border-radius: 3px !important;
padding: 5px 7px !important;}
 .list-searchbar{float:left; width:100%; background-color:#F3F3F3;color:black;padding: 5px 15px 10px;border-top:1px solid #d0d0d0;
 border-bottom:1px solid #d0d0d0;}
 .status-alert {
    padding: 0 15px;
    font-size: 12px;
    line-height: 30px;
}
.updateorderinfo tr td{padding:0 10px!important;border:1px solid #9175451F;}
.updateorderinfo{font-size: 12px;}


.top-details{display: grid;
    grid-column-gap: 20px;
    grid-template-columns: repeat(3, 1fr) ;
    margin: 20px 0;
    padding: 0 15px;
    }
.inte-col{padding:15px;line-height: 22px;}
.sec-head1 {
    padding: 10px 15px;
}
.inte-col .table-col.table-opc{width:35%; display: inline-block;    float: left; }
.table-col{width:calc(100% - 37%); display: inline-block; }
.table-opc{opacity: .6;}
.view-order-detial{display: grid;
    grid-column-gap: 0px;
    grid-template-columns: repeat(4, 1fr)  ;
    line-height: 21px;
    padding: 15px;
}
.view-payment-det{display: grid;
    grid-column-gap: 0px;
    grid-template-columns: repeat(6, 1fr) ;
    line-height: 21px;
    padding: 15px;
    border-bottom: 1px solid #00000014;}
.view-order-detial p{margin-bottom: 15px;}
.int-ordet{line-height: 14px!important;padding:15px;}
.ov-tbl th{padding: 10px!important;background:#efefef}
.ov-tbl td{padding: 10px!important;}
.ov-tbl tr:hover,.ordetal tr:hover{background:none!important}


.modal {
  display: none;
  position: relative; 
  z-index: 9999; 
  padding-top: 100px; 
  left: 0;
  top: 0;
  width: 100%; 
  height: 100%;
  overflow: auto; 
  background-color: rgb(0,0,0); 
  background-color: rgba(0,0,0,0.4); 
}
.modal-content {
  position: absolute;
  background-color: #fefefe;
  margin: auto;
  padding: 0;
  top:50%;
  left:50%;
  border: 1px solid #888;
  width: 500px;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19);
 
  transform: translate(-50% , -50%);
}
.close {
  color: white;
  float: right;
  font-size: 28px;
  font-weight: bold;
}
.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.modal-header {
  padding: 2px 16px;
  background-color: #004784;
  color: white;
  font-weight: bold;
}
.modal-body {padding: 2px 16px;}
.modal-footer {
  padding: 10px 16px;
	border-top: 1px solid #ddd;
  color: white;
}
.xpcard-head-row{position:absolute;display: inline-block;margin-left: 40px;}
.xpcard-head-detials{width:130px;  font-size:13px; display: inline-block}
.xpcard-head-detials label{color:#999; font-size:12px;}

.genkey {padding: 10px; background: #DEF0DA;border-radius: 4px;color:#2C542D; margin-bottom:4px;text-align:left}


.more-opt-btn {
	position: relative;
	display: inline-block
}

.more-opt-btn span {
	color: #fff;
	position: absolute;
	background: #FFF3;
	z-index: 9999;
	top: 0px;
	right: 0px;
	cursor: pointer;
	padding: 6px 8px;
}


.more-opt-btnprint {
	position: absolute;
	top: 29px;
	right: 0px;
	display: none
}

.more-opt-btn-dropdown {
	background: #f6f6f6 !important;
	color: #222 !important;
	box-shadow: 1px 1px 8px -4px #777 !important;
	border: 1px solid #dfdfdf !important;
	z-index: 9;
}


.more-opt-btnprint a {
    border-bottom: 1px solid #7777775e;
    padding: 2px 16px;
    width: 100%;
    float: left;
}

.more-opt-btnprint a:last-child {
	border-bottom: 0;
}