*{box-sizing:border-box;-moz-box-sizing:border-box;-webkit-box-sizing:border-box}
body,html{margin:0;padding:0}
body{font-family:'Open Sans',sans-serif;font-size:12px;background:#f5f5f5}
body.noScroll{overflow:hidden}
.loadingFixed {position: fixed;top: 0;left: 0;width: 100%;height: 100%;background: rgba(255, 255, 255, .85);z-index: 9999;/* display: none */}
.loadingFixed span {position: fixed; top: 50%; left: 50%; line-height: 20px; text-align: center; font-size: 20px; margin-left: -74px; margin-top: -34px;}
.loadingFixed img {width: 60px; height: 50px; margin-top: -5px;  }

*,a,a:active,a:focus,a:hover{text-decoration:none;outline:0}
.loginContainer{position:fixed;width:100%;height:100%;top:0;left:0;display:flex;align-items:center;justify-content:center;background:#f5f5f5}
.loginContainer:after{position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(255,255,255,.3);content:""}
.contentBox{display:inline-block;width:400px;padding:30px;background:#fff;border-radius:4px;box-shadow:0 3px 50px rgba(0,0,0,.3);position:relative;z-index:3}
.contentBox .logo{text-align:center;margin-bottom:20px}
.contentBox .logo span{display:block;font-weight:600}
.contentBox .content .input{margin-bottom:20px}
.contentBox .content .input:last-child{margin-bottom:0}
.contentBox .content .input input{display:block;width:100%;height:40px;border:solid 1px #ccc;border-radius:4px;padding:0 15px;font-size:14px}
.contentBox .content .input input[type=submit]{background-color:#436ce0;border-color:#436ce0;color:#fff}
.alert{padding:10px;text-align:center;font-weight:600;border-radius:4px}
.alert.error{background:rgba(255,0,0,.1);color:#c00}
.contentBox .alert{margin:-30px;margin-top:20px;border-radius:0 0 4px 4px}
.header{display:inline-block;background:#fff;width:100%;padding:5px 20px;position:relative;z-index:3;border-bottom:solid 2px #eee}
.header .logo{float:left}
.header .logo img{height:50px;float:left}
.header .userInfo{float:right}
.header .userInfo .search{float:left;margin:12px 0}
.header .userInfo .search input[type=text]{float:left;width:150px;background:#eee;border:none;height:26px;border-radius:4px 0 0 4px;padding:0 10px}
.header .userInfo .search input[type=submit]{float:left;width:26px;background:#eee url(../images/search.svg) no-repeat center center;background-size:16px;border:none;height:26px;border-radius:0 4px 4px 0;cursor:pointer}
.header .userInfo .notification{float:left;margin:12px 15px;height:26px;position:relative;cursor:pointer}
.notification a,.user a {
    color: #089DE3;
    font-weight: bold;
  }

.header .userInfo .notification img{width:16px;margin:5px}
.header .userInfo .notification span{position:absolute;display:inline-block;min-width:14px;height:14px;background:#c00;color:#fff;font-size:11px;line-height:14px;text-align:center;border-radius:50%;top:-4px}
.header .userInfo .user{float:left;width:30px;height:30px;margin:10px 0}
.header .userInfo .user figure{margin:0}
.header .userInfo .user figure img{float:left;width:30px;height:30px;border-radius:50%}
.leftPanel{position:fixed;width:240px;height:100%;background:#fff;top:0;left:0;box-shadow:3px 0 6px rgba(0,0,0,.06);padding-top:70px; overflow-y: scroll;}

.leftPanel ul{list-style-type:none;padding:0;margin:0}
.leftPanel ul li{display:block}
.leftPanel ul li a{display:inline-block;width:100%;line-height:30px;text-decoration:none;color:#555;font-weight:600;padding:0 20px}
.leftPanel ul li a:hover{color:#1a75b4;}
.leftPanel ul li a svg{float:left;width:24px;height:24px;margin-right:10px;margin-top:11px}
.leftPanel>ul li>ul>li>a{padding:4px 10px;padding-left:25px;line-height:10px;font-size:11px}
.leftPanel ul li a:hover {
    letter-spacing: 0.3px;
    transition: 0.3s;
    font-weight: bold;
}
.leftPanel>ul>li>ul>li.active>a{color:#436ce0}
.leftPanel>ul>li{border-bottom:solid 1px #f5f5f5}
.leftPanel>ul>li>ul{margin-bottom:10px;}
.leftPanel>ul>li>a{line-height:46px;position:relative}
.leftPanel>ul>li.parent>a:after{position:absolute;content:"";width:12px;height:12px;background:url(../images/nav-arrow.svg) no-repeat center center;background-size:8px;top:18px;right:20px;opacity:.8}
.leftPanel>ul>li.parent.active>a:after{transform:rotate(90deg)}
.leftPanel>ul>li.active>a{color:#436ce0}
.leftPanel>ul>li.active>a svg{fill:#436ce0}
.rightPanel{padding-left:240px;}
.rightPanel .heading{padding:10px 20px;background:#fff;margin-top:-4px;border-bottom:solid 2px #eee;font-size:17px;font-weight:600;color:#333;display:inline-block;width:100%}
.heading .breadCrum{list-style-type:none;padding:0;margin:0;float:right}
.heading .breadCrum li{float:left;margin:0 10px}
.heading .breadCrum li,.heading .breadCrum li a{font-size:12px;color:#999;font-weight:400;position:relative;line-height:22px}
.heading .breadCrum li a:after{position:absolute;content:"";width:9px;height:9px;background:url(../images/nav-arrow.svg) no-repeat center center;background-size:5px;top:4px;right:-15px;opacity:.4}
.heading .breadCrum li a:hover{color:#436ce0}
.resultContainer,.searchPanelCont{padding:0;}
.searchPanel,.tableContainer{padding:20px;background:#fff;display:inline-block;width:100%;border-radius:4px;box-shadow:0 3px 10px rgba(0,0,0,.1)}
.searchPanel .inputBox label{display:block;font-size:12px;font-weight:600;text-transform:uppercase}
.searchPanel .inputBox input,.searchPanel .inputBox select{display:block;width:100%;border:solid 1px #ccc;border-radius:4px;height:30px;padding:0 12px}
.checkRadioCont{display:inline-block;width:100%;margin-top:5px}
.checkRadioCont .box{float:left;position:relative;margin-right:20px;margin-bottom:10px}
.checkRadioCont .box input{position:absolute;left:-20px;opacity:0;z-index:-1}
.checkRadioCont .box label{padding-left:20px;position:relative;font-weight:700;color:#666;cursor:pointer}
.checkRadioCont.radio .box label:before{position:absolute;content:"";top:1.5px;left:0;width:12px;height:12px;border-radius:50%;border:solid 2px #666}
.checkRadioCont.radio .box.checked label{color:#436ce0}
.checkRadioCont.radio .box.checked label:before{border-color:#436ce0}
.checkRadioCont.radio .box.checked label:after{position:absolute;content:"";top:5.5px;left:4px;width:8px;height:8px;border-radius:50%;background:#436ce0}
.checkRadioCont.checkbox .box label:before{position:absolute;content:"";top:1.5px;left:0;width:12px;height:12px;border-radius:2px;border:solid 2px #666}
.checkRadioCont.checkbox .box.checked label{color:#436ce0}
.checkRadioCont.checkbox .box.checked label:before{border-color:#436ce0}
.checkRadioCont.checkbox .box.checked label:after{position:absolute;content:"";top:5.5px;left:4px;width:8px;height:8px;background:#436ce0}
.searchPanel .inputBox{padding-bottom:15px}
.searchPanel .row:last-child>div{padding-bottom:0}
.searchPanel #reload{display:inline-block;width:40px;height:30px;margin:20px 0;color:#436ce0;text-align:center}
.searchPanel #reload svg{width:30px;height:30px;fill:#436ce0}
.searchPanel #reload span{display:block;text-align:center;padding:5px 0}
.btn{display:inline-block;border:none;border-radius:4px;height:34px;line-height:32px;padding:0 30px;background:#666;font-weight:600;color:#fff;position:relative;border-bottom:solid 3px rgba(0,0,0,.2);cursor:pointer}
.btn:active{border-bottom:none;line-height:34px}
.btn.submit{background:#436ce0;margin-bottom:0}
.btn.submit.search{margin-top:12px}
.resultContainer{padding-top:0}
.tableContainer{padding:0}
.scroll_m{ height: 800px;max-height: 800px;overflow: auto;}
.tableContainer table{border-collapse:collapse;width:100%}
.tableContainer table th{border-bottom:solid 1.5px #333}
.tableContainer table td,.tableContainer table th{border-collapse:collapse;padding:8px 10px;font-size:10px;text-align:left;line-height:15px;white-space:nowrap}
.tableContainer table td input[type=checkbox]{margin:0}
.tableContainer table tr:nth-child(2n){background:#ececec;}
.tableContainer table th:first-child{border-radius:4px 0 0 0}
.tableContainer table th:last-child{border-radius:0 4px 0 0}
.tableContainer table tr td a{font-size:10px;color:#fff;display:inline-block;text-align:center;line-height:10px;padding:3px;height:auto;background: #436ce0;}
.resultContainer .print{background:0 0}
.resultContainer .print img{width:16px;height:12px}
.tableContainer table tr.disable{color:#c00}
.tableContainer table tr.disable a.print,.tableContainer table tr.disable input{display:none}
.printMultiple{position:fixed;left:20px;bottom:20px;line-height:40px;color:#fff; z-index:10;}
.printMultiple svg{fill:#fff;width:20px;height:20px;float:left;margin-top:9px;margin-right:10px}
.itemLeft{margin:0}
.reportRowContainer{padding:0 15px;display:inline-block;width:100%}
.reportRowContainer .searchPanelCont{padding:20px 5px}
.reportRowContainer .resultContainer{padding:0 5px 20px}
.reportRowContainer>.row>div:first-child{padding-right:7px}
.reportRowContainer>.row>div:last-child{padding-left:7px}
.searchPanel h2{margin:0;line-height:24px}
.green{color:#0c0}
.hed{ color: #636363;
    font-size: Medium;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    margin: 10px 0;
}
.red{color:#c00}
.gray{color:#888}
.awbDetailCount{margin-top:15px}
.awbDetailCount a{display:inline-block;line-height:26px;padding:0 8px;border:solid 1px #ccc;background:#f5f5f5;color:#333;font-weight:600;font-size:12px;margin-right:5px;border-radius:4px;margin-bottom:10px}
.awbDetailCount a span{display:inline-block;padding:3px;background:#436ce0;color:#fff;line-height:10px;border-radius:6px;margin-left:4px}
.awbDetailCount a.active{border-color:#436ce0;background:#436ce0;color:#fff}
.awbDetailCount a.active span{background:#fff;color:#333}
.vendorDetailCount{margin-top:15px}
.vendorDetailCount a{display:inline-block;line-height:26px;padding:0 8px;border:solid 1px #ccc;background:#f5f5f5;color:#333;font-weight:600;font-size:12px;margin-right:5px;border-radius:4px;margin-bottom:10px}
.vendorDetailCount a span{display:inline-block;padding:3px;background:#436ce0;color:#fff;line-height:10px;border-radius:6px;margin-left:4px}
.vendorDetailCount a.active{border-color:#436ce0;background:#436ce0;color:#fff}
.vendorDetailCount a.active span{background:#fff;color:#333}
.matchInfoCont{margin-bottom:20px}
.matchInfo h3{text-align:center;color:#0c0}
.matchImg{text-align:center}
    .matchImg img {
        height: 235px;
        width: 220px;
    }
.text-center{text-align:center}
.text-right{text-align:right}
.tableContainer table tr td a[data-toggle=openModal]{border-radius:4px;padding:5px 10px;border-bottom:solid 2px rgba(0,0,0,.3);background: #267ceb;}
.tableContainer table tr td a[data-toggle=openModal]:active{border-bottom:none;padding:6px 10px;background: #267ceb;}
.tableContentModal{position:fixed;width:100%;height:100%;background:#fff;overflow:auto;top:0;left:0;z-index:999;font-size:12px;color:#000;display:none}
.tableContentModal .close{position:fixed;top:10px;right:30px;background:#c00;color:#fff;width:30px;height:30px;line-height:28px;text-align:center;z-index:99;font-size:30px;border-radius:50%;cursor:pointer}
.tableContentModal h1{margin:0 0 10px;font-size:16px;text-align:center;padding:10px 0;border-bottom:solid 1px #fff}
.tableContentModal .heading{display:inline-block;width:100%;padding-bottom:10px;background:rgba(3,62,89,.1);font-weight:700}
.btnLink{font-size:12px;color:#fff;background:#436ce0;display:inline-block;text-align:center;line-height:12px;border-radius:4px;padding:4px 10px;border:none;border-bottom:solid 2px rgba(0,0,0,.3)}
.btnLink:active{border-bottom:none;padding:6px 10px 4px}
.btnLink:last-child{margin-left:10px}
.modalContent{padding:15px 20px;display:inline-block;width:100%}
.modalContent:nth-child(2n){background:rgba(3,62,89,.1)}
.modalContent h3{margin:0 0 10px;font-size:1.3em}
.modalContent h4{font-size:1.1em}
.address .row>div,.payment .row>div{padding:3px 15px}
.address label,.payment label{font-weight:700}
.modalContent .address .col-sm-9{color:#777}
.modalContent input[type=text],.modalContent select,.modalContent textarea{border:solid 1px #ccc;padding:3px 5px;border-radius:4px;font-size:12px;color:#000}
.address input[type=text]{border:none;border-bottom:solid 1px #fff;width:100%;font-size:12px;border-radius:0;padding:3px 0}
.address input[type=text]:focus{color:#436ce0;border-bottom:solid 1px #666}
.payment h4{margin:15px 0 5px;display:inline-block}
.payment p{margin:0 0 10px;line-height:20px}
.tableContentModal h2{display:inline-block;width:100%;padding:0 0 10px;margin:0;font-size:1.3em}
strike{text-decoration:line-through}
.modalContent table td{line-height:20px}
.modalContent table td a{margin:0 3px}
.modalContent table td input[type=text]{width:50px}
.modalContent table tbody tr:nth-child(2n) td{border-top:solid 1px #eee;border-bottom:solid 1px #eee}
.modalContent table tbody tr:last-child td{border-bottom:none}
.action a img{width:14px;height:14px}
.dataTable td,.dataTable th{text-align:left}
.border-left{border-left:solid 1px #eee}
.modalContent:nth-child(2n) .border-left{border-left:solid 1px #fff}
.courierDetails{ font-size: 10px; }
.courierDetails .row>div{margin-bottom:10px}
.courierDetails .row>div label{font-weight:700;display:block}
.courierDetails .row>div input,.courierDetails .row>div select{width:100%}
.modalContent textarea{width:100%;height:80px}
.md{width:100%}
.dashboard{display:flex;justify-content:space-around}
.dashboard .comp{border:1px solid #eee;width:24%;border-radius:27px;transition:all .2s ease-in-out}
.dashboard .comp:hover{box-shadow:0 0 6px rgba(0,0,0,.1)}
.camp_head{text-align:center}
.camp_head,.progress_head{line-height:30px;display:inline-block;width:100%;font-size:16px;padding:5px 10px;color:#333;font-weight:400;position:relative;border-bottom:1px solid #b3b3b3;margin:0}
.progress_head{font-size:12px;color:#333;font-weight:600;padding-left:0;line-height:normal;position:relative;border-bottom:0 solid #b3b3b3;display:flex;align-items:center}
.progress_head>span{margin:0;margin-right:8px;margin-left:0!important;width:auto;background:0 0!important;height:auto;border:1px solid #b3b3b3;padding:8px!important;border-radius:50px!important;font-size:17px;color:#777!important}
.progress_body{padding:10px}
.progress{height:14px;margin:2px 0;padding:3px;border-radius:5px}
.comp>a,.comp>a.comp{border:0;background:0 0;width:100%;margin:0;padding:0}
.cus_model{width:55%!important;margin:22% auto!important}
.progress .progress-bar{border-radius:5px}
.oten .progress-bar{background:green}
.ttwo .progress-bar{background:#00f}
.tthr .progress-bar{background:red}
.tr_scroll tr td:nth-child(10){width:147px;height:52px;display:inline-block;overflow:auto}
.tr_scroll tr td:nth-child(10)::-webkit-scrollbar{width:3px;height:3px;background:#fbfbfb}
.tr_scroll tr td:nth-child(10)::-webkit-scrollbar-thumb{background:#777;border-radius:50px}
.complant_container{padding:0;display:flex;align-items:center;line-height:144px;position:relative}
.complant_container table{margin:10px 20px 10px 10px}
#txtBody{display:block;width:100%;border:solid 1px #ccc;border-radius:4px;height:30px;padding:0 12px}
.comp_em_set .row>div{padding-bottom:0!important}
.comp_em_set .col-lg-12 .submit{margin-left:10px}
.advSearchBtn{display:inline-block;font-weight:700;position:relative;border:solid 1px #436ce0;padding:3px 7px 3px 14px;border-radius:4px;color:#436ce0}
.advSearchBtn:after{position:absolute;left:5px;top:3px;content:"+"}
.advSearchBtn.active:after{content:"-"}
.advanceSearch{display:none}
.advanceSearch.active{display:inline-block;padding-top:20px}
td.details-control{background:url(../images/details_open.svg) no-repeat center center;background-size:18px;cursor:pointer}
tr.shown td.details-control{background:url(../images/details_close.svg) no-repeat center center;background-size:18px}
.noPadding>td{padding:0!important}
.dataTables_wrapper .dataTables_info{float:none;padding:10px 15px;position:absolute;top:6px;left:0;font-weight:700;z-index:99}
.tableInfo{margin-bottom:5px;display:inline-block;width:100%;line-height:20px}
.tableInfo a,.tableInfo strong{font-weight:700;font-size:14px}
.tableInfo a{background:#c00;padding:1px 7px;border-radius:4px;color:#fff;line-height:14px}
.pendingOrdersInfo{padding-top:20px}
.tableContentModal .btnLink{margin:0 10px 0 0}
.returnCourierCondition h4{margin-bottom:0}
.returnCourierCondition label{display:inline-block!important;margin-top:10px}
.returnCourierCondition label span{background:#fff;padding:2px 10px;border:solid 2px #436ce0;border-radius:4px;color:#436ce0;margin-right:10px;cursor:pointer}
.returnCourierCondition label input{opacity:0;position:absolute;z-index:-1;width:0;height:0;margin:0}
.returnCourierCondition label input:checked~span{background:#436ce0;color:#fff}
.addItems{float:right;font-size:12px}
.payment .row>div.additionalPayments{background:#f5f5f5;padding:15px;border-radius:4px}
.notApplicable{opacity:.4}
.notApplicable .btnLink{background:#666;cursor:default}
.spinner:before{content:'';box-sizing:border-box;position:absolute;top:50%;left:50%;width:20px;height:20px;margin-top:-10px;margin-left:-10px;border-radius:50%;border:2px solid #ccc;border-top-color:#333;animation:spinner .6s linear infinite}
table.tableSimple{width:100%;margin:0 auto;clear:both;border-collapse:separate;border-spacing:0}
table.tableSimple tbody tr:last-child td{border-bottom:1px solid #111}
.tableSimple td,.tableSimple th{text-align:left}
.tableSimple td:last-child,.tableSimple th:last-child{text-align:right}
table.tableSimple tfoot th,table.tableSimple thead th{font-weight:700}
table.tableSimple thead td,table.tableSimple thead th{padding:8px 10px;border-bottom:1px solid #111}
table.tableSimple tfoot th{padding:8px 10px}
table.tableSimple tbody tr{background-color:#fff}
table.tableSimple tbody td,table.tableSimple tbody th{padding:8px 10px}
.total tr th:first-child{text-align:right}
.payment input,.total input{width:80px}
.heading_m {
    padding: 10px 20px;
    background: #fff;
    margin-top: -4px;
    border-bottom: solid 2px #eee;
    font-size: 17px;
    font-weight: 600;
    color: #333;
    display: inline-block;
    width: 100%;
}
.heading_m .breadCrum {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: right;
}
.heading_m .breadCrum{list-style-type:none;padding:0;margin:0;float:right}
.heading_m .breadCrum li{float:left;margin:0 10px}
.heading_m .breadCrum li,.heading .breadCrum li a{font-size:12px;color:#999;font-weight:400;position:relative;line-height:22px}
.heading_m .breadCrum li a:after{position:absolute;content:"";width:9px;height:9px;background:url(../images/nav-arrow.svg) no-repeat center center;background-size:5px;top:4px;right:-15px;opacity:.4}
.heading_m .breadCrum li a:hover{color:#436CE0}
.redio_heading{ margin-top:1px;
                font-size: 12px;
                
                }
                
  
  
.leftPanel {
    z-index: 2;
    -webkit-transition: -webkit-transform 250ms ease-in-out;
    transition: transform 600ms ease-in-out;
}
.res_active_m {
    -webkit-transform: translateX(350px);
    -moz-transform: translateX(350px);
    -o-transform: translateX(350px);
    -ms-transform: translateX(350px);
    transform: translateX(350px);
    box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    -moz-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
    -webkit-box-shadow: 0 19px 38px rgba(0,0,0,0.30), 0 15px 12px rgba(0,0,0,0.22);
}

.openbtn{ display: none;}

@media only screen and (max-width:768px) 
{
    .openbtn{ display:block;}
    .openbtn
    {
        position: fixed;
        right: 0px;
        top: 83px;
        background: #fff;
        padding: 0 10px;
        box-shadow: 0px 2px 2px #ddd; 
    }
        
    .leftPanel{ left: -350px; z-index: 3;     padding-top: 20px;    overflow: auto;}
    .rightPanel{ padding-left: 0px; }
   
}

@media only screen and (max-width:490px){
    .openbtn{    margin-top:101px;}
}
@media only screen and (max-width:420px)
{
    .leftPanel{  z-index: 3;}  
 
    .leftPanel ul li ul{ margin-top:5px;   }   
    
    .openbtn{  margin-top: 71px;}
}
 
/*************Dashboard css***********/

/* Start welcome */

.welcome {
  color: #CCC;
}
.welcome .content {
  background-color: #313348;
  padding: 15px;
  margin-top: 25px;
}
.welcome h2 {
  font-family: Calibri;
  font-weight: 100;
  margin-top: 0
}
.welcome p {
  color: #999;
}


/* Start statistics */
.statistics {
  margin-top: 25px;
  color: #CCC;
}
.statistics .box {
  background-color: #313348;
  padding: 15px;
  overflow: hidden;
}
.statistics .box > i {
  float: left;
  color: #FFF;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  line-height: 60px;
  font-size: 22px;
}
.statistics .box .info {
  float: left;
  width: auto;
  margin-left: 10px;
}
.statistics .box .info h3 {
  margin: 5px 0 5px;
  display: inline-block;
}
.statistics .box .info p {color:#BBB}

/* End statistics */
/* Start charts */
.charts {
  margin-top: 25px;
  color: #BBB
}
.charts .chart-container {
  background-color: #313348;
  padding: 15px;
}
.charts .chart-container h3 {
  margin: 0 0 10px;
  font-size: 17px;
}

/* Start users */

.admins {
  margin-top: 25px;
}
.admins .box {

}
.admins .box > h3 {
  color: #ccc;
  font-family: Calibri;
  font-weight: 300;
  margin-top: 0;
}
.admins .box .admin {
  margin-bottom: 20px;
  overflow: hidden;
  background-color: #313348;
  padding: 10px;
}
.admins .box .admin .img {
  width: 20%;
  margin-right: 5%;
  float: left;
}
.admins .box .admin .img img {
  border-radius: 50%;
}
.admins .box .info {
  width: 75%;
  color: #EEE;
  float: left;
}
.admins .box .info h3 {font-size: 19px}
.admins .box .info p {color: #BBB}

/* End users */
/* Start statis */

.statis {color: #EEE;margin-top: 15px;}
.statis .box {position: relative;padding: 15px;overflow: hidden;border-radius: 3px;
/* margin-bottom: 25px;*/
}
.statis .box h3:after {content: "";height: 2px;width: 70%;margin: auto;background-color: rgba(255, 255, 255, 0.12);display: block;
margin-top: 10px;}
.statis .box i {
  position: absolute;
  height: 70px;
  width: 70px;
  font-size: 22px;
  padding: 15px;
  top: -25px;
  left: -25px;
  background-color: rgba(255, 255, 255, 0.15);
  line-height: 60px;
  text-align: right;
  border-radius: 50%;
}
.statis .box:hover i {transform: rotate(356deg);color: #111;transition: all 0.3s ease 0s;}

/*chart*/
.chrt3 {
  padding-bottom: 50px;
}
.chrt3 .chart-container {
  height: 350px;
  padding: 15px;
  margin-top: 25px;
}
.chrt3 .box {
  padding: 15px;
}

.main-color {
  color: #ffc107
}
.warning {background-color: #f0ad4e}
.danger {background-color: #d9534f}
.success {background-color: #5cb85c}
.inf {background-color: #5bc0de}



/* Start bootstrap */
.navbar-right .dropdown-menu {
  right: auto !important;
  left: 0 !important;
}
.navbar-default {
  background-color: #6f6486 !important;
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important
}
.navbar-default .navbar-nav>li>a {
  color: #EEE !important;
  line-height: 55px !important;
  padding: 0 10px !important;
}
.navbar-default .navbar-brand {color:#FFF !important}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {color: #EEE !important}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {background-color: transparent !important; color: #FFF !important}

.navbar-default .navbar-brand {line-height: 55px !important; padding: 0 !important}
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:hover {color: #FFF !important}
.navbar>.container .navbar-brand, .navbar>.container-fluid .navbar-brand {margin: 0 !important}
@media (max-width: 767px) {
  .navbar>.container-fluid .navbar-brand {
    margin-left: 15px !important;
  }
  .navbar-default .navbar-nav>li>a {
    padding-left: 0 !important;
  }
  .navbar-nav {
    margin: 0 !important;
  }
  .navbar-default .navbar-collapse,
  .navbar-default .navbar-form {
    border: none !important;
  }

}

.navbar-default .navbar-nav>li>a {
  float: left !important;
}
.navbar-default .navbar-nav>li>a>span:not(.caret) {
  background-color: #e74c3c !important;
  border-radius: 50% !important;
  height: 25px !important;
  width: 25px !important;
  padding: 2px !important;
  font-size: 11px !important;
  position: relative !important;
  top: -10px !important;
  right: 5px !important
}
.dropdown-menu>li>a {
  padding-top: 5px !important;
  padding-right: 5px !important;
}
.navbar-default .navbar-nav>li>a>i {
  font-size: 18px !important;
}
.navbar-header {
    padding: 0 0 0 15px;
}



/* Start media query */

@media (max-width: 767px) {
  #contents {
    margin: 0 !important
  }
  .statistics .box {
    margin-bottom: 25px !important;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: #CCC !important
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #FFF !important
  }
  .navbar-default .navbar-toggle{
    border:none !important;
    color: #EEE !important;
    font-size: 18px !important;
  }
  .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {background-color: transparent !important}
}

.invoice
{
    max-width: 150px !important;
    float: left;
    overflow: hidden;
}
 
 
 /******Add Courier css*********/
.site-header{background:#000;}
.site-header .title_log {font-size: 32px;line-height: 60px;}
.site-header .sf-menu {width: auto;margin: 13px 0 0px;}
.site-header .sf-menu,.sf-menu h4 span {font-weight:bold;}
.site-header .sf-menu h4{margin:0 !important; color:#fff; font-size:12px;}
.site-header a{color:#fff;}
.site-header a:hover{color:#ebe9ed; text-decoration:none;}
.Control_Head {width: 100%;box-shadow: inset 0 0px 8px #ccc;padding: 20px;border-radius: 8px;float: left;}
.Control_Head h3{margin:5px 0 0;}
.Control_Head h3 a{margin:0; padding:0; color:red; font-weight: bold;font-family: Verdana, Arial;font-size: 10pt;}
.Control_Head h3 a:hover{color:tomato; text-decoration:none;}
.Control_Head h4{background: #ebe9ed; padding: 5px;font-size: 14px;margin: 10px 0 20px;text-align: left;font-weight: bold;}
.Control_Head .control-label {font-size: 12px;font-weight: 600;}
/*.col-xs-1 {width: 8.33333333%;min-width: 60px !important;}*/
.cod_service_sec {float: left;width: 100%;}
.check_cat .head {float: left;width: 100%;font-weight: bold;font-size: 12px;color: Black;background-color: #ebe9ed;text-decoration: none;   padding-left: 0px;}
.check_cat .control-label {text-align: left !important;font-size: 12px !important;padding-left: 25px !important;}
.check_cat .head li {display: inline-block; width: 24%;padding: 5px 10px;}
.check_cat .head li:last-child{color:Darkred;}
.cod_serv_in input[type=checkbox]{margin-top:0 !important;}
.check_cat .control-label {text-align:left;}
.cod_serv_in .noncod_sec{border-left: 1px solid #999; float:right;}
.cod_serv_in .left{margin: 10px 0 10px; padding:0 10px !important;}
.cat_details h4{background: #ebe9ed; padding: 5px;font-size: 14px;margin:0 0 20px;text-align:center;font-weight: bold;}
.cat_details ul{float:left; width:100%; padding-left: 0;}
.cat_details ul li{display: inline-block;width:32%;font-size: 11px; margin: 0 0 7px;}
.ListHead {font-weight: bold;font-size: 12px;color: black;font-family: Verdana;background-color: #333; color:#fff;text-decoration: none;}
.ListHead th {border: 1px solid #111;}
.table_details{margin: 0;padding: 0;}

.rdio {position: relative;}
.rdio input[type="radio"] {opacity: 0;}
.rdio label {padding-left: 10px;cursor: pointer;margin-bottom:0 !important;}
.rdio label:before {width: 18px;height: 18px;position: absolute;top:0;left: 0;content: '';display: inline-block;-moz-border-radius: 50px;
  -webkit-border-radius: 50px;border-radius: 50px;border: 1px solid #31b0d5;background: #fff;}
.rdio input[type="radio"] {margin: 0px;}
.rdio input[type="radio"]:disabled + label {color: #999;}
.rdio input[type="radio"]:disabled + label:before {background-color: #31b0d5;}
.rdio input[type="radio"]:checked + label::after {content: '';position: absolute;top:4px;left: 4px;display: inline-block;font-size: 11px;width: 10px;height: 10px;background-color: #31b0d5;-moz-border-radius: 50px;-webkit-border-radius: 50px;border-radius: 50px;}
.rdio-default input[type="radio"]:checked + label:before {border-color: #31b0d5;}
.rdio-primary input[type="radio"]:checked + label:before {border-color: #31b0d5;}
.rdio-primary input[type="radio"]:checked + label::after {background-color: #31b0d5;}
.pretty * {box-sizing: border-box;}
.pretty input:not([type=checkbox])not([type=radio]) {display: none}
.pretty {position: relative;display: inline-block;margin-right: 1em;white-space: nowrap;line-height: 1}
.pretty input {position: absolute;left:0;top: 0;min-width:1em;width:100%;height: 100%;z-index: 2;opacity: 0;margin: 0;padding: 0;cursor: pointer}
.pretty .state label {position: initial;display: inline-block;font-weight: 400;margin: 0;text-indent: 1.5em;min-width: calc(1em + 2px)}
.pretty .state label:after,.pretty .state label:before {content: '';width: calc(1em + 2px);height: calc(1em + 2px);display: block;box-sizing: border-box;border-radius: 0;border: 1px solid transparent;z-index: 0;position: absolute;left: 0;top: calc((0% - (100% - 1em)) - 8%);background-color: transparent}
.pretty .state label:before {border-color: #bdc3c7}
.table_details {
    padding: 0 !important;
}
.Control_Head .form-group {
    float: left;
    width: 100%;
}
.Add_courier {
    margin: 0 auto;
    display: flex;
    justify-content: center;
}
.check_cat {
    float: left;
    width: 100%;
}
.check_cat .form-group{float:left; width:100%;}
.cat_detail_info {
    float: left;
    width: 100%;
}

@-webkit-keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 #bdc3c7
	}
	100% {
		box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0)
	}
}
@keyframes pulse {
	0% {
		box-shadow: 0 0 0 0 #bdc3c7
	}
	100% {
		box-shadow: 0 0 0 1.5em rgba(189, 195, 199, 0)
	}
}
.pretty.p-default.p-fill .state label:after {-webkit-transform: scale(1);-ms-transform: scale(1);transform: scale(1)}
.pretty.p-default .state label:after {-webkit-transform: scale(.6);	-ms-transform: scale(.6);transform: scale(.6)}
.pretty.p-default.p-thick .state label:after,.pretty.p-default.p-thick .state label:before {border-width: calc(1em / 7)}
.pretty.p-default.p-thick .state label:after {-webkit-transform: scale(.4)!important;-ms-transform: scale(.4)!important;transform: scale(.4)!important}
.pretty.p-pulse:not(.p-switch) input:checked~.state label:before {-webkit-animation: pulse 1s;animation: pulse 1s;}
.pretty input:checked~.state.p-warning-o label:before,.pretty.p-toggle .state.p-warning-o label:before {border-color: #31b0d5;}
.pretty.p-default:not(.p-fill) input:checked~.state.p-warning-o label:after {background-color: #31b0d5!important;}

@media only screen and (max-width:1240px){
	 .cat_details ul li{float:left;width:33%;}
	}
	@media only screen and (max-width:991px){
	 .cat_details ul li{float:left;width:25%;}
	 .cod_serv_in .left{border-right:none;}
	 .cod_serv_in .noncod_sec{border-left:none;
	}
		
	@media only screen and (max-width:600px){
	 .cat_details ul li{float:left;width:33%; font-size:12px;}
	 cod_serv_in .left{border-right:none;}
	}
	@media only screen and (max-width:470px){
	 .cat_details ul li{float:left;width:50%; font-size:12px;}
	 cod_serv_in .left{border-right:none;}
	}
	@media only screen and (max-width:410px){
		.Add_courier{margin:85px 0 0 !important;}
		.site-header{background: #31b0d5}
		.site-header .title_log {width: 100%;text-align: center;line-height: 24px;padding: 10px 0px;}
		.site-header .title_log a{font-size:24px;}
		.site-header .sf-menu {width: 100%;margin: 0;text-align: center;padding: 0 0 5px;}
		.cat_details ul {height: 400px;overflow-y: scroll;}
		}
	@media only screen and (max-width:370px){
		.cat_details ul li{float:left;width:100%; font-size:14px}
		}
	
}
.rd label {margin-right:15px;}
.rdnew
{
color: #c00;
text-align: center;
font-weight: bold;
font-size: 20px;
}