
nav > .nav.nav-tabs {
    border: none;
    color: #fff;
    background: #fff;
    border-radius: 0;
    margin-left: -1px;
    margin-right: -1px;
}

nav > div a.nav-item.nav-link {
    border: none;
    padding: 10px 25px;
    color: #fff;
    background: #a491cd;
    border-radius: 0;
}

    nav > div a.nav-item.nav-link.active:after {
        content: "";
        position: relative;
        bottom: -46px !important;
        left: -18% !important;
        border: 15px solid transparent;
        border-top-color: #4a249c;
    }
.tab-content {
    background: #fdfdfd;
    line-height: 25px;
    padding: 15px 15px 0px 15px !important;
    box-shadow: 0px 1px 2px 1px #ccc;
    background: #fff;
}

nav > div a.nav-item.nav-link:hover,
nav > div a.nav-item.nav-link:focus,
nav > div a.nav-item.nav-link.active
{
  border: none;
    background: #4a249c;
    color:#fff;
    border-radius:0;
    transition:background 0.20s linear;
}
#myInput {
  background-image: url("../images/searchicon.png");
  background-position: 10px 10px;
  background-repeat: no-repeat;
  width: 100%;
  font-size: 16px;
  padding: 12px 20px 12px 40px;
  border: 1px solid #ddd;
  margin-bottom: 12px;
  border-radius: 20px;
}
#myInput [type="text"]:focus, #myInput [type="text"] :active {
  box-shadow: none;outline: none;
}

#custom_date [type="date"] {
  background:#fff url(https://cdn1.iconfinder.com/data/icons/cc_mono_icon_set/blacks/16x16/calendar_2.png)  97% 50% no-repeat ;
}
#custom_date [type="date"]::-webkit-inner-spin-button {
  display: none;
}
#custom_date [type="date"]::-webkit-calendar-picker-indicator {
  opacity: 0;
}

#custom_date input {
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  background-color: #fff;
  padding: 3px 15px;
  box-shadow: inset 0 3px 6px rgba(0,0,0,0.1);
 }

 #custom_date input[type="date"]:before {
    content: attr(placeholder) !important;
    color: #aaa;
    margin-right: 0.5em;
  }
  #custom_date [type="date"]:focus:before,
  #custom_date input[type="date"]:valid:before {
    content: "";
  }

  #first_date{margin-right: 125px;}
#final_date {
    margin-left: 100px;
}
#custom_date p {
    font-size: 18px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}

/*.border-bottom{border-bottom: 1px solid #ccc;}*/



/*RESPONSIVE TABLE*/


@media  only screen and (max-width: 1200px) {
#final_date {
    margin-left: 100px;
}
}



@media  only screen and (max-width: 1024px) {
#nav-tabContent{width: 100%;}
.tab-content {height: auto;width: 1150px;}
#custom_date input{width: 310px;}
#final_date {
    margin-left: 100px;
}
}

/*@media  only screen and (max-width: 991px) {
#nav-tabContent{width: 100%;}
.tab-content {height: 600px;}
#custom_date input{width: 190px;}
.navbar-brand > img {
    margin-top: 0;
}
}*/


@media  only screen and (max-width: 991px) {
.tab-content {height: auto;width: 1150px;}
#first_date {
    margin-right: 30px;
}
#custom_date p{display: none;}
#final_date {
    margin-left: 0;
    margin-top: 0px;
}
/*#custom_date input {
    width: 100%;
}*/
    #custom_date input {
        width: auto;
        margin-left: 10px;
    }
}


@media  only screen and (max-width: 767px) {
.tab-content {height: auto;width: 1150px;}
#first_date {
    margin-right: 0;
}
#custom_date p{display: none;}
#final_date {
    margin-left: 0;
    margin-top: 10px;
}
#custom_date input {
    width: 100%;
}#custom_date input{width: auto;
    margin-left: 10px;}

}

@media  only screen and (max-width: 480px) {
.tab-content {height:auto;width: 1150px;}
#first_date {
    margin-right: 0;
}
    #OrderBy {
        width: 100% !important;
        margin-bottom: 10px;
    }
  
    .nav-item {
        width: 100% !important;
     }
#custom_date p{display: none;}
#final_date {
    margin-left: 0;
    margin-top: 10px;
}

#custom_date input {
    width: 100%;
}
    #custom_date input {
        width: auto;
        margin-top: 10px;
    }

}


@media  only screen and (max-width: 320px) {
.tab-content {height:auto;width: 1150px;}
#first_date {
    margin-right: 0;
}
#custom_date p{display: none;}
#final_date {
    margin-left: 0;
    margin-top: 10px;
}
#custom_date input {
    width: 100%;
}
}
.site-navbar{box-shadow: none;border-bottom: 1px solid;}

@media only screen and (max-width: 480px) {
    #custom_date .to_text {
        width: 100% !important;
        text-align: center !important;
        margin-left: 0 !important;
    }
    #custom_date p {
        margin-left: 0 !important;
        margin-bottom: 0 !important;
    }
    #custom_date input {
        margin-top: 0 !important;
        margin-left: 0 !important;
        /*margin-bottom: 10px;*/
    }
    #Pincode {
        margin-bottom: 10px !important;
    }
    #OrderNO {
        font-size: 16px !important;
        width: 100% !important;
    }
    #OrderNO {
        margin-top: 10px !important;
    }
    .mob-btn {
        margin-bottom: 10px !important;
        display:flex;
    }
}
.mob-btn {
    display: flex;
}
#fromdate{
    height:34px!important;
}
#todate {
    height: 34px !important;
}
#OrderNO {
    height: 34px !important;
    font-weight: normal !important;
}