.nav-medium .container.body .right_color.productlist-page {
    padding: 0;
}
.product_list {
    display: inline-block;
    width: 100%;
    overflow: hidden;
}

.product_list .search_row {
    display: flex;
    margin-bottom: 12px;
    padding: 0 25px;
    justify-content: space-between;
    background: #fff;
    align-items: center;
    box-shadow: 0px 1px 3px rgb(0 0 0 / 20%);
}

.product_list .search_row h2 {
    /*font-family: 'Montserrat', sans-serif;*/
    font-size: 26px;
    font-weight: 400;
}

.product_list .search_row .form-control {
    border-color: #dcdcdc;
    box-shadow: none;
    color: #929292;
    border-radius: 4px;
    height: 40px;
    font-size: 15px;
}

.product_list .search_row .form-control:focus {
    border: 1px solid #dcdcdc;
}

.product_list .search_row .btn-default {
    background: -moz-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 180deg, color-stop(0, 3da4ee), color-stop(100%, 1A66CF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    /* for IE */
    background: linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    /* W3C */
    color: #fff;
    height: 40px;
    border: none !important;
    padding: 0 16px;
    font-size: 15px;
    line-height: 40px;
    font-weight: 300;
}

.product_list .search_row .btn-default:hover {
    background: #1A66CF;
}

.listing_sec {
    padding-top:15px
}

.listing_sec .all_select {
    display: flex;
    align-items: center;
    margin: 0 0 20px;
}

.listing_sec .all_select .checkbox {
    margin: 0 20px 0 0;
}

.listing_sec .all_select .btn-default {
    background: -moz-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -webkit-gradient(linear, 180deg, color-stop(0, 3da4ee), color-stop(100%, 1A66CF));
    background: -webkit-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -o-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -ms-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    color: #fff;
    height: 30px;
    border: none !important;
    padding: 0 15px;
    font-size: 14px;
    font-weight: 400;
}

.listing_sec .all_select .btn-default:hover {
    background: #1A66CF;
}

.listing_sec .all_select .checkcontainer {
    position: relative;
    display: flex;
    align-items: center;
    padding: 0;
    margin-right: 9px;
}

.listing_row .checkcontainer {
    position: relative;
}

.listing_row {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 0 black;
    background: #fff;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    padding: 10px 20px;
    margin: 0 0 12px;
    position: relative;
}

.listing_row .checkbox {
    margin: 0 15px 0 0;
}
.listing_row .product_img {
    width: 130px;
    height: 110px;
    overflow: hidden;
    box-shadow: 0 0 8px #efefef;
    border: 1px solid #e8e8e8;
    padding: 5px;
}
.listing_row .product_img img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.listing_row .product_desc h3 {
    font-size: 18px;
    color: #434343;
    line-height: 1.4em;
    margin-bottom: 5px;
}

.listing_row .product_desc ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
.listing_row .product_desc ul li:last-child{
    margin-right: 0
}
.listing_row .product_desc ul li{
    margin: 0 10px 0 0;
    display: inline-block;
    vertical-align: bottom;
    padding: 0;
}
.listing_row .product_desc ul li.price h4 {
    color: #c579b2;
}
.listing_row .product_desc ul li.com_price h4 {
    color: #78c268;
}

.listing_row .product_desc ul li.est_vful h4 {
    color: #f1d73b;
}

.listing_row .product_desc ul li h4 {
    font-size: 15px;
    font-weight: 500;
    line-height: 25px;
}

.listing_row .product_desc ul li p {
    font-size: 15px;
    line-height: normal;
    color: #434343;
    margin: 0;
    padding: 0;
}

.listing_row .product_desc ul li .btn-default {
    background: -moz-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    /* FF3.6+ */
    background: -webkit-gradient(linear, 180deg, color-stop(0, 3da4ee), color-stop(100%, 1A66CF));
    /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    /* Opera 11.10+ */
    background: -ms-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    /* IE10+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    /* for IE */
    background: linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    /* W3C */
    color: #fff;
    height: 26px;
    line-height: 26px;
    border: none !important;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 300;
}

.listing_row .product_desc ul li .btn-default:hover {
    background: #1A66CF;
}

.product_list .all_select .checkmark {
    position: static;
    margin: 0 7px 0 0px;
    background-color: #fff;
    box-shadow: inset 0 0 3px #969696;
    font-weight: 300;
}

.listing_row .checkmark {
    top: -10px;
    background-color: #fff;
    box-shadow: inset 0 0 3px #969696;
    font-weight: 300;
}
.product-loader {
    display: none;
}

/*popup css*/
.setting_popup .modal-dialog {
    width: 840px;
    margin: 60px auto 30px;
}

.setting_popup .modal-content {
    border-radius: 8px;
    border: 5px solid #a8c5b3;
}

.setting_popup .modal-content button.close {
    cursor: pointer;
    background: #fff;
    border: 2px solid #8dc4a1;
    opacity: 1;
    width: 32px;
    height: 32px;
    border-radius: 50px;
    font-size: 25px;
    position: absolute;
    right: -15px;
    top: -15px;
    padding: 0 0 1px 3px;
}

.setting_popup .modal-content .modal-body {
    padding: 0;
}

.setting_popup .modal-content .modal-body {
    position: relative;
    padding: 0;
    display: flex;
    justify-content: space-between;
}

.setting_popup .modal-content .modal-body .left_col {
    background: #00aae8;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 0 20px;
    width: 43%;
}

.setting_popup .modal-content .modal-body .left_col h2 {
    color: #fff;
    text-align: center;
    padding: 0 20px;
}

.setting_popup .modal-content .modal-body .left_col p {
    color: #fff;
    font-size: 15px;
    font-weight: 300;
    margin: 0 0 10px;
    text-align: center;
}

.setting_popup .modal-content .modal-body .right_col {
    width: 57%;
    padding: 30px 30px 20px;
}

.setting_popup .modal-content .modal-body .right_col h3 {
    font-size: 15px;
    font-weight: 600;
    color: #646464;
    line-height: 1.3em;
    margin: 0 0 6px;
}

.setting_popup .modal-content .modal-body .right_col p {
    padding: 0 0 0 30px;
    line-height: 1.3em;
}

.setting_popup .modal-content .modal-body .right_col .point_col {
    border-bottom: 1px dotted #d8d8d8;
    padding-bottom: 20px;
    margin-bottom: 20px;
}

.setting_popup .modal-content .modal-body .right_col .point_col:nth-child(5) {
    border-bottom: 0px dotted #d8d8d8;
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.setting_popup .modal-content .modal-body .right_col h3 span {
    background: #6cdf7a;
    color: #fff;
    width: 22px;
    height: 22px;
    display: inline-block;
    border-radius: 50px;
    text-align: center;
    padding: 2px 0 0;
    margin: 0 3px 0 0;
}

.setting_popup .modal-content .modal-body .right_col .setting_btn {
    text-align: center;
}

.setting_popup .modal-content .modal-body .right_col .setting_btn .btn-default {
    background: -moz-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -webkit-gradient(linear, 180deg, color-stop(0, 3da4ee), color-stop(100%, 1A66CF));
    background: -webkit-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -o-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -ms-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    color: #fff;
    height: 35px;
    border: none !important;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 400;
    line-height: 35px;
    text-transform: uppercase;
}

.setting_popup .modal-content .modal-body .right_col .setting_btn .btn-default:hover {
    background: #1A66CF;
}

.modal-backdrop.in {
    opacity: .7;
}

/*tabing page*/
.product_list .search_row .breadcrumb_row ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
}

.product_list .search_row .breadcrumb_row ul li {
    margin: 0;
    padding: 0 5px;
    color: #b5b5b5;
}

.product_list .search_row .breadcrumb_row ul li a {
    color: #301f5b;
}

.tabing_sec {
    padding: 15px 0px;
}

.tabing_sec .custom-tab .nav-tabs {
    border-bottom: 4px solid #1964cf;
}

.tabing_sec .custom-tab .nav-tabs {
    border-bottom: 0;
    display: flex;
    justify-content: space-between;
    position: relative;
    border-radius: 6px 6px 0 0;
}

.tabing_sec .custom-tab .nav-tabs:before, .tabing_sec .custom-tab .nav-tabs:after {
    content: none;
}

.tabing_sec .custom-tab .nav-tabs:before {
    position: absolute;
    content: "";
    background: #1964cf;
    width: 100%;
    height: 3px;
    bottom: -4px;
    left: 0;
}

.tabing_sec .custom-tab .nav-tabs li {
    width: 20%;
}

.tabing_sec .custom-tab .nav-tabs li a {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    border: none;
    font-size: 15px;
    margin: 0;
    padding: 10px 15px 10px;
    border-right: 3px solid #ececec;
    border-radius: 6px 6px 0 0;
    background: #173f61;
}

.tabing_sec .custom-tab .nav-tabs li:last-child a {
    border-right: 0px solid #fff;
}

.tabing_sec .custom-tab .nav-tabs li a i {
    display: inline-block;
    margin: 0 0 5px;
}

.tabing_sec .custom-tab .nav-tabs li.active a {
    border-radius: 6px 6px 0 0;
    border: none;
    background: #2071d5;
    color: #fff;
    background: -moz-linear-gradient(0deg, #1964ce 0, #3DA4EE 100%);
    background: -webkit-gradient(linear, 0deg, color-stop(0, 1964ce), color-stop(100%, 3DA4EE));
    background: -webkit-linear-gradient(0deg, #1964ce 0, #3DA4EE 100%);
    background: -o-linear-gradient(0deg, #1964ce 0, #3DA4EE 100%);
    background: -ms-linear-gradient(0deg, #1964ce 0, #3DA4EE 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(0deg, #1964ce 0, #3DA4EE 100%);
    border-right: 3px solid #ececec;
}

.tabing_sec .custom-tab .nav-tabs li:last-child.active a {
    border-right: 0px solid #ececec;
}

.input-group-radio {
    position: relative;
    white-space: nowrap;
    vertical-align: middle;
    display: table-cell;
}

.input-group-radio .radio-btn {
    margin-left: -1px
}

.radio-btn label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: normal;
    cursor: pointer;
    display: inline-block;
    line-height: 1.42857;
    margin-bottom: 0;
    padding: 6px 12px;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
}

.radio-btn:hover label {
    background-color: rgb(230, 230, 230);
    border-color: rgb(173, 173, 173);
    color: rgb(51, 51, 51);
}

.input-group-lg .radio-btn label {
    height: 46px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.3333333;
    border-radius: 6px;
}

.input-group-radio input[type="radio"]:empty {
    display: none;
}

.input-group-radio input[type="radio"]:checked ~ label {
    border-color: rgb(173, 173, 173);
    background-image: none;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.125) inset;
    outline: 0 none;
}

.input-group > .input-group-radio:first-child:not(:last-child) label {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}

.input-group > .input-group-radio:last-child:not(:first-child) label {
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
}

.input-group > .input-group-radio:not(:first-child):not(:last-child) label {
    border-radius: 0;
}

.input-group-radio .radio-btn-default input[type="radio"]:checked ~ label {
    background-color: rgb(230, 230, 230);
    color: rgb(51, 51, 51);
}

.input-group-radio .radio-btn-primary input[type="radio"]:checked ~ label {
    color: #fff;
    background-color: #337ab7;
}

.tabing_sec .left-col {
    float: left;
    width: 60%;
}

.tabing_sec .right-col {
    float: left;
    width: 40%;
    text-align: right;
}

.tabing_sec .tab-content {
    background: #fff;
    width: 100%;
    display: inline-block;
    border-radius: 0 0 6px 6px;
    box-shadow: 0 0 10px #bdbdbd;
    padding: 30px 40px;
}

.tabing_sec .left-col h2 {
    text-align: center;
    font-size: 20px;
    color: #37414f;
    font-weight: 300;
}

.tabing_sec .left-col p {
    text-align: center;
    line-height: 1.4em;
    margin: 0;
}

.tabing_sec .left-col .input-group {
    margin: 0 auto;
}

.tabing_sec .radio-btn label {
    border: 1px solid #249dca;
    padding: 8px 32px;
    font-size: 16px;
    background: #33b5e5;
    color: #fff;
    border-radius: 50px;
}

.tabing_sec .input-group-radio .radio-btn-default input[type="radio"]:checked ~ label {
    background-color: #14799e;
    color: #fff;
    border-color: #14799e;
}

.tabing_sec .right-col img {
    width: auto;
}

.tabing_sec .left-col .btn_row {
    text-align: center;
    display: inline-block;
    width: 100%;
    margin: 10px 0 0;
}

.tabing_sec .left-col .btn-default {
    background: -moz-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -webkit-gradient(linear, 180deg, color-stop(0, 3da4ee), color-stop(100%, 1A66CF));
    background: -webkit-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -o-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -ms-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    color: #fff;
    height: 42px;
    line-height: 42px;
    border: none !important;
    padding: 0 56px;
    font-size: 15px;
    font-weight: 300;
    border-radius: 50px;
}

.tabing_sec .left-col .btn-default:hover {
    background: #1A66CF;
}

.tabing_sec .left-col h1 {
    font-size: 18px;
    text-align: center;
    color: #37414f;
    text-transform: uppercase;
    font-weight: 500;
}

.tabing_sec .left-col h1 span {
    margin-left: 7px;
    color: #1a64a3;
}

.tabing_sec .left-col form label {
    font-size: 14px;
    font-weight: 500;
    margin: 0 0 5px 10px;
}

.tabing_sec .left-col form .form-control {
    padding: 10px 20px;
    border-color: transparent;
    border-radius: 50px;
    box-shadow: none;
    border: 1px solid #d8d8d8;
    background: #f7f7f7;
    height: 42px;
}

.tabing_sec .left-col form .form-group {
    margin-bottom: 15px;
    position: relative;
}

.tabing_sec .left-col form .form-group .fa {
    position: absolute;
    left: 17px;
    top: 16px;
    font-size: 18px;
    color: #5b80a0;
}

.tabing_sec .left-col form {
    padding-right: 55px;
    padding-left: 20px;
}

.tabing_sec .left-col form p {
    text-align: left;
    margin: 10px 0 0;
}

.tabing_sec .left-col form .btn_row {
    text-align: left;
    margin: 0;
}

.tabing_sec .left-col form .control-indicator {
    top: -1px;
}

.tabing_sec .vfullfill_tab {
    margin-top: 60px;
}

.tabing_sec .notification_tab .left-col h3 {
    font-size: 19px;
    font-weight: 500;
    margin: 0 0 32px;
    padding: 0 15px;
    line-height: 1.2em;
}

.tabing_sec .notification_tab .left-col {
    width: 100%;
}

.tabing_sec .notification_tab .left-col form {
    padding: 0 15px;
}

.tabing_sec .notification_tab .left-col .control-group {
    width: 100%;
    display: inline-block;
    margin: 7px 0 17px;
}

.tabing_sec .notification_tab .left-col .control-group label {
    font-weight: 300;
    float: left;
    margin: 0 0 12px 10px;
    width: 31.3%;
}

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #2196F3;
}

input:focus + .slider {
    box-shadow: 0 0 1px #2196F3;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.sms_template p {
    font-size: 16px;
    margin: 0 0 10px;
    padding: 0 7px 15px;
}

.sms_template .sms_template_row {
    width: 100%;
    display: inline-block;
}

.sms_template .sms_template_row .sms_thumb {
    background: #eaefff;
    border-radius: 8px;
    padding: 15px;
    margin: 0 0 20px;
}

.sms_template .sms_template_row .sms_thumb h2 {
    font-size: 17px;
    font-weight: 500;
    margin: 0 0 10px;
    line-height: 1.2em;
    color: #2a4161;
}

.sms_template .sms_template_row .sms_thumb p {
    font-size: 15px;
    height: 150px;
    overflow-x: auto;
    padding: 0;
}

.sms_template .sms_template_row .sms_thumb .edit_btn {
    width: 100%;
    display: inline-block;
    text-align: right;
    font-size: 19px;
    color: #000;
}

.tabing_sec .notification_tab .left-col .col-sm-6 {
    width: 100%;
    padding: 0;
}

.tabing_sec .notification_tab .left-col form .form-col {
    width: 100%;
    float: left;
    padding: 0;
}

.tabing_sec .notification_tab .left-col form .event-col {
    width: 100%;
}

.tabing_sec .notification_tab .left-col .col-sm-6 .col-left {
    float: left;
    width: 60%;
}

.tabing_sec .notification_tab .left-col .col-sm-6 .col-right {
    float: left;
    width: 40%;
    text-align: center;
}

.tabing_sec .notification_tab .left-col .email_notification {
    margin-top: 50px;
    border-top: 2px solid #ddd;
    padding-top: 50px;
}

.tabing_sec .notification_tab .left-col form .col-50 {
    width: 50%;
    padding: 0 5px;
    float: left;
}

.tabing_sec .notification_tab .left-col .col-sm-6 .col-right img {
    width: auto;
}

.notification_img {
    padding-top: 40px;
}
.sms_template .col-sm-4 {
    padding: 0 7px;
}

/*new css*/
.graph_sec {
    margin-top: 12px;
    float: left;
    width: 100%;
}

.graph_sec .col-md-6, .graph_sec .col-lg-12 {
    padding: 0 8px;
}

.graph_sec .section-body {
    box-shadow: 0 3px 5px rgb(0 0 0 / 12%);
    padding: 0;
    margin-bottom: 20px
}

.graph_sec .section-body .section-header {
    padding: 12px 15px;
    background: #173f61;
    margin: 0;
}

.graph_sec .section-body .section-header h2 {
    border: none;
    font-weight: 300;
    padding: 0;
    color: #fff;
}

.graph_sec .nav-tabs > li > a:hover {
    border-color: transparent;
}

.footer {
    padding: 10px 0;
    box-shadow: 0 1px 14px rgba(0, 0, 0, .1)
}
.page-main-header .page-name-title {
    font-size: 26px;
    line-height: 48px;
    font-weight: 400;
}

.contain-section .contain-inner-section {
    border-radius: 8px;
}

.multiselect-container.dropdown-menu {
    min-width: 100%;
}

.ndr-filter-text #reportrange {
    border: none !important;
}

.partner_row {
    padding: 0 25px;
}

.courierpartnerslogo {
    height: 40px;
}

.courierpartnersname strong {
    height: 40px;
    display: inline-block;
    margin: 10px 0 0;
}

.breadcrumb a {
    color: #0275ba;
}

.breadcrumb .text-info {
    color: #b3b3b3 !important;
}

/*ProductList radio btn*/
.listing_sec .all_select_row {
    display: flex;
    align-items: center;
    margin: 0 0 10px;
    justify-content: flex-end;
}

.listing_sec .all_select_row .control {
    margin: 0 15px 0 0;
    font-size: 15px;
    color: #6b6b6b;
    font-weight: 500;
}

.listing_sec .all_select_row .control .control-indicator {
    top: -1px;
    background: #cccccc;
}

.listing_sec .all_select_row .control:hover .control-indicator {
    top: -1px;
    background: #ddd;
}

.listing_sec .all_select_row .btn-default {
    background: -moz-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -webkit-gradient(linear, 180deg, color-stop(0, 3da4ee), color-stop(100%, 1A66CF));
    background: -webkit-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -o-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -ms-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    color: #fff;
    height: 33px;
    line-height: 33px;
    border: none !important;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 0 8px;
}

.listing_sec .all_select_row .btn-default:hover {
    background: #1A66CF;
}

.resetsubmit {
    background: -moz-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -webkit-gradient(linear, 180deg, color-stop(0, 3da4ee), color-stop(100%, 1A66CF));
    background: -webkit-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -o-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -ms-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    color: #fff;
    height: 33px;
    line-height: 33px;
    border: none !important;
    padding: 0 22px;
    font-size: 14px;
    font-weight: 300;
    margin: 0 0 0 8px;
    border-radius: 4px;
}

.resetsubmit:hover {
    background: #1A66CF;
    color: #fff;
}

.listing_sec .all_select_row .control input:checked ~ .control-indicator {
    background: #4390ff;
}

.radio_col h3 {
    font-size: 15px;
    font-weight: 600;
    color: #676669;
    line-height: 1.2em;
    margin: 0 0 8px;
}

.radio_col .control {
    padding-left: 0px;
    margin-bottom: 8px;
    font-size: 15px;
    font-weight: 400;
}

.radio_col .control:last-child {
    margin-bottom: 0px;
}
.radio_col {
    padding: 10px 0 10px 20px;
    width: 15%;
    text-align: center;
    border-left: 2px solid #eee;
}
/*pagination*/
.pagination_bar {
    margin: 30px 0;
    justify-content: flex-end;
}

.pagination_bar .tbl_pagination {
    margin: 0;
}

.bottom-bar .tbl_pagination a,
.bottom-bar .tbl_pagination strong{
    padding: 8px 15px;
    color: #fff;
    border: none;
    border-radius: 7px;
    margin: 0 2px;
}
.bottom-bar .tbl_pagination strong {
    background: #173f61;
}

.bottom-bar .tbl_pagination a {
    background: -moz-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -webkit-gradient(linear, 180deg, color-stop(0, 3da4ee), color-stop(100%, 1A66CF));
    background: -webkit-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -o-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -ms-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
}

.class404 {
    width: 100%;
    display: flex;
    text-align: center;
    align-items: center;
    justify-content: center;
    height: 100%;
}

.class404 img {
    width: auto;
}

/*trackorders*/
.track-order .track_top {
    background: #173f61;
}

.track-order .track_top ul {
    color: #fff;
}

.track-order .track_top ul label {
    color: #fff;
}

.track-order .track_top .track-b-search a {
    color: #72c2fb;
    padding: 3px 16px 2px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    margin: 0 0 4px;
    display: inline-block;
    text-decoration: underline;
}

.track-order .track_top .n-order-s .form-control {
    border-radius: 50px;
}

.track-order .track_top .n-order-s .btn-default {
    background: -webkit-gradient(linear, 180deg, color-stop(0, 3da4ee), color-stop(100%, 1A66CF));
    background: -webkit-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -o-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    background: -ms-linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#1301FE', endColorstr='#F4F60C', GradientType='1');
    background: linear-gradient(180deg, #3da4ee 0, #1A66CF 100%);
    color: #fff;
    height: 36px;
    border: none !important;
    padding: 0 100px;
    font-size: 15px;
    line-height: 36px;
    font-weight: 300;
    border-radius: 50px;
    margin: 0 0 0 10px;
}

.allship-chart canvas#chart-area {
    height: 261px !important;
    width: 523px !important;
    margin: 0 auto;
}

.location_col {
    width: 100%;
    background: #f5f9ff;
    display: block;
    max-width: 700px;
    margin: 20px auto 0;
    border: 1px solid #eaeaea;
    padding: 10px 13px 10px;
    border-radius: 5px;
    overflow: auto;
}

.tabing_sec .left-col .location_col h2 {
    text-align: left;
    font-size: 16px;
    color: #37414f;
    font-weight: 500;
    line-height: 20px;
    margin: 0 0 14px;
}

.location_col .location_icon {
    float: left;
    width: 60px;
    height: 60px;
    background: #fff;
    border: 1px solid #d6d6d6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
}

.tabing_sec .left-col .location_col .location_all {
    float: left;
    width: calc(100% - 60px);
    padding-left: 15px;
}

.tabing_sec .left-col .location_col .location_all h3 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 8px;
}

.location_col .location_all h3 .badge {
    background: #d1e2fb;
    border: 1px solid #c4cfe0;
    color: #000;
    font-size: 12px;
    border-radius: 50px;
    padding: 5px 9px;
    font-weight: 500;
    position: relative;
    top: -2px;
    margin: 0 0 0 2px;
}

.tabing_sec .left-col .location_col .location_all p {
    text-align: left;
    line-height: 1.5em;
    margin: 0;
    font-size: 13px;
    padding: 0 0 5px;
}

#edit_location .modal-dialog {
    max-width: 600px;
    margin: 60px auto 30px;
    width: 100%;
}

#edit_location form label {
    font-size: 15px;
    font-weight: 500;
    margin: 0 0 6px 10px;
}

#edit_location form .form-control {
    padding: 10px 15px;
    border-radius: 50px;
    box-shadow: none;
    height: 40px;
    border: 1px solid #d8d8d8;
    background: #f7f7f7;
}

#edit_location form .form-group {
    margin-bottom: 26px;
    position: relative;
}

#edit_location form .form-group .fa {
    position: absolute;
    left: 17px;
    top: 16px;
    font-size: 18px;
    color: #5b80a0;
}

#edit_location form {
    display: inline-block;
    width: 100%;
    padding: 20px 0;
}

#edit_location form p {
    text-align: left;
    margin: 10px 0 0;
}

#edit_location form .btn_row {
    text-align: center;
    margin: 0;
    width: 100%;
    display: inline-block;
}

#edit_location form .control-indicator {
    top: -1px;
}

/*RESPONSIVE*/
@media (min-width: 320px) and (max-width:479px) {
    .tabing_sec {
        padding: 30px 15px;
    }

    .tabing_sec .custom-tab .nav-tabs {
        flex-wrap: wrap;
    }

    .tabing_sec .custom-tab .nav-tabs li.active a {
        border-radius: 4px 4px 0 0;
        border: 1px solid #ececec;
    }

    .tabing_sec .custom-tab .nav-tabs li a {
        font-size: 11px;
        text-align: center;
        width: 100%;
        padding: 8px 15px 8px;
        border: 1px solid #ececec;
        border-radius: 4px 4px 0 0;
    }

    .tabing_sec .custom-tab .nav-tabs li {
        width: 33.3%;
        display: flex;
    }

    .tabing_sec .left-col {
        width: 100%;
    }

    .tabing_sec .tab-content {
        padding: 20px 20px;
    }

    .tabing_sec .left-col {
        float: left;
        width: 100%;
    }

    .tabing_sec .right-col {
        display: none;
    }

    .tabing_sec .radio-btn label {
        padding: 8px 13px;
        font-size: 12px;
    }

    .nav-medium .container.body .right_color.productlist-page {
        min-height: auto !important;
    }

    .tabing_sec .left-col .btn-default {
        height: 36px;
        line-height: 36px;
        padding: 0px 45px;
        font-size: 15px;
    }

    .product_list .search_row h2 {
        font-size: 22px;
    }

    .tabing_sec .left-col form {
        padding-right: 0;
        padding-left: 0;
    }

    .custom-tab .tab-pane {
        padding: 0px;
    }

    .tabing_sec .left-col form .form-group {
        margin-bottom: 20px;
    }

    .tabing_sec .left-col form label {
        font-size: 13px;
    }

    .tabing_sec .left-col form .form-control {
        padding: 20px 13px 20px 42px;
    }

    .tabing_sec .left-col form .form-group .fa {
        top: 13px;
        font-size: 16px;
    }

    .tabing_sec .notification_tab .left-col .col-sm-6 .col-right {
        display: none;
    }

    .tabing_sec .notification_tab .left-col .col-sm-6 .col-left {
        width: 100%;
    }

    .tabing_sec .notification_tab .left-col form .col-50 {
        width: 100%;
        padding: 0;
    }

    .tabing_sec .notification_tab .left-col form {
        padding: 0;
    }

    .tabing_sec .notification_tab .left-col .email_notification {
        float: left;
    }

    .tabing_sec .notification_tab .left-col h3 {
        font-size: 19px;
        margin: 10px 0 20px;
        padding: 0;
    }

    .tabing_sec .notification_tab .left-col .control-group label {
        width: 100%;
    }

    .tabing_sec .notification_tab .left-col .email_notification {
        margin-top: 30px;
        padding-top: 20px;
    }

    .sms_template .sms_template_row .sms_thumb p {
        height: auto;
    }

    .nav_menu {
        background: #061b39 !important;
    }
    .product_list .search_row .form-control {
        height: 33px;
        font-size: 12px;
    }
    .radio_col {
        padding: 15px 0 10px 0px;
        width: 100%;
        justify-content: center;
        border-left: 0;
        border-top: 2px solid #eee;
        margin-top: 15px;
        display: flex;
        align-items: center;
    }
    .radio_col .control {
        padding-left: 24px;
        margin: 0 4px;
        font-size: 12px;
    }

    .radio_col .control .control-indicator {
        top: -2px;
    }

    .listing_sec .all_select_row .btn-default, .resetsubmit {
        height: 25px;
        padding: 0 11px;
        font-size: 11px;
        line-height: 28px;
        margin: 0 1px;
    }

    .listing_sec .all_select_row .control {
        margin: 0 10px 0 0;
        font-size: 13px;
    }
    /*pop-up*/
    .setting_popup .modal-dialog {
        width: 100%;
        padding: 0 15px;
    }

    .setting_popup .modal-content button.close {
        z-index: 1;
    }

    .setting_popup .modal-content .modal-body {
        flex-wrap: wrap;
    }

    .setting_popup .modal-content .modal-body .left_col {
        padding: 0 20px;
        width: 100%;
    }

    .setting_popup .modal-content .modal-body .left_col h2 {
        padding: 10px 20px 0;
        font-size: 19px;
    }

    .setting_popup .modal-content .modal-body .left_col p {
        font-size: 12px;
        margin: 0;
    }

    .setting_popup .modal-content .modal-body .left_col img {
        display: none;
    }

    .setting_popup .modal-content .modal-body .right_col {
        width: 100%;
        padding: 20px 15px;
    }

    .setting_popup .modal-content .modal-body .right_col .point_col {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .setting_popup .modal-content .modal-body .right_col h3 {
        font-size: 13px;
        margin: 0;
    }

    .setting_popup .modal-content .modal-body .right_col p {
        font-size: 11px;
    }

    .allship-chart {
        height: auto;
    }

    .allship-chart canvas#chart-area {
        height: 100% !important;
        width: 100% !important;
    }

    .ndr-filter-text #reportrange {
        font-size: 11px;
    }

    .page-main-header .page-name-title {
        font-size: 15px;
    }

    .page-main-header {
        padding: 0 10px;
    }
}

@media (min-width: 480px) and (max-width:639px) {
    .tabing_sec {
        padding: 30px 15px;
    }

    .tabing_sec .custom-tab .nav-tabs li.active a {
        border-radius: 4px 4px 0 0;
        border: 1px solid #ececec;
    }

    .tabing_sec .custom-tab .nav-tabs li a {
        font-size: 11px;
        text-align: center;
        width: 100%;
        padding: 8px 2px 8px;
        border: 1px solid #ececec;
        border-radius: 4px 4px 0 0;
    }

    .tabing_sec .custom-tab .nav-tabs li {
        width: 16.6%;
        display: flex;
    }

    .tabing_sec .left-col {
        width: 100%;
    }

    .tabing_sec .tab-content {
        padding: 20px 20px 50px;
    }

    .tabing_sec .left-col {
        float: left;
        width: 100%;
    }

    .tabing_sec .right-col {
        display: none;
    }

    .tabing_sec .radio-btn label {
        padding: 8px 13px;
        font-size: 12px;
    }

    .nav-medium .container.body .right_color.productlist-page {
        min-height: auto !important;
    }

    .tabing_sec .left-col .btn-default {
        height: 36px;
        line-height: 36px;
        padding: 0px 45px;
        font-size: 15px;
    }

    .product_list .search_row h2 {
        font-size: 22px;
    }

    .tabing_sec .left-col form {
        padding-right: 0;
        padding-left: 0;
    }

    .custom-tab .tab-pane {
        padding: 0px;
    }

    .tabing_sec .left-col form .form-group {
        margin-bottom: 20px;
    }

    .tabing_sec .left-col form label {
        font-size: 13px;
    }

    .tabing_sec .left-col form .form-control {
        padding: 20px 13px 20px 42px;
    }

    .tabing_sec .left-col form .form-group .fa {
        top: 13px;
        font-size: 16px;
    }

    .tabing_sec .notification_tab .left-col .col-sm-6 .col-right {
        display: none;
    }

    .tabing_sec .notification_tab .left-col .col-sm-6 .col-left {
        width: 100%;
    }

    .tabing_sec .notification_tab .left-col form .col-50 {
        width: 100%;
        padding: 0;
    }

    .tabing_sec .notification_tab .left-col form {
        padding: 0;
    }

    .tabing_sec .notification_tab .left-col .email_notification {
        float: left;
    }

    .tabing_sec .notification_tab .left-col h3 {
        font-size: 19px;
        margin: 10px 0 20px;
        padding: 0;
    }

    .tabing_sec .notification_tab .left-col .control-group label {
        width: 46%;
    }

    .tabing_sec .notification_tab .left-col .email_notification {
        margin-top: 30px;
        padding-top: 20px;
    }

    .sms_template .sms_template_row .sms_thumb p {
        height: auto;
    }

    .responsive-logo {
        float: right;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 0;
    }

    nav .toggle a {
        padding: 10px 10px 0 10px;
        line-height: 39px;
        position: relative;
        z-index: 9;
    }

    .responsive-logo img {
        display: block;
    }

    .nav_menu {
        background: #061b39 !important;
    }

    .product_list .search_row {
        padding: 0 20px 10px;
        flex-wrap: wrap;
    }

    .product_list .search_row .form-inline {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .product_list .search_row .form-inline .form-group {
        margin-bottom: 8px;
        width: 33%;
        padding: 0 1px;
    }

    .product_list .search_row .form-control {
        height: 33px;
        font-size: 12px;
    }

    .product_list .search_row .btn-default {
        height: 33px;
        padding: 0 9px;
        font-size: 11px;
        line-height: 34px;
        margin: 0 1px;
    }
    .radio_col h3 {
        font-size: 12px;
        margin: 0 3px 0px 0;
    }

    .radio_col .control {
        padding-left: 24px;
        margin: 0 4px;
        font-size: 12px;
    }

    .radio_col .control .control-indicator {
        top: -2px;
    }

    .listing_sec .all_select_row .btn-default, .resetsubmit {
        height: 25px;
        padding: 0 11px;
        font-size: 11px;
        line-height: 28px;
        margin: 0 1px;
    }

    .listing_sec .all_select_row .control {
        margin: 0 10px 0 0;
        font-size: 13px;
    }

    /*pop-up*/
    .setting_popup .modal-dialog {
        width: 460px;
        padding: 0 15px;
    }

    .setting_popup .modal-content button.close {
        z-index: 1;
    }

    .setting_popup .modal-content .modal-body {
        flex-wrap: wrap;
    }

    .setting_popup .modal-content .modal-body .left_col {
        padding: 0 20px;
        width: 100%;
    }

    .setting_popup .modal-content .modal-body .left_col h2 {
        padding: 10px 20px 0;
        font-size: 19px;
    }

    .setting_popup .modal-content .modal-body .left_col p {
        font-size: 12px;
        margin: 0;
    }

    .setting_popup .modal-content .modal-body .left_col img {
        display: none;
    }

    .setting_popup .modal-content .modal-body .right_col {
        width: 100%;
        padding: 20px 15px;
    }

    .setting_popup .modal-content .modal-body .right_col .point_col {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .setting_popup .modal-content .modal-body .right_col h3 {
        font-size: 14px;
        margin: 0;
    }

    .setting_popup .modal-content .modal-body .right_col p {
        font-size: 12px;
    }

    .allship-chart {
        height: auto;
    }

    .allship-chart canvas#chart-area {
        height: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 640px) and (max-width:767px) {
    .tabing_sec .custom-tab .nav-tabs li a {
        font-size: 12px;
        text-align: center;
        padding: 10px 10px 10px;
        width: 100%;
    }

    .tabing_sec .custom-tab .nav-tabs li {
        display: flex;
    }

    .tabing_sec .radio-btn label {
        padding: 8px 18px;
        font-size: 12px;
    }

    .tabing_sec .notification_tab .left-col .col-sm-6 .col-right {
        display: none;
    }

    .tabing_sec .notification_tab .left-col .col-sm-6 .col-left {
        width: 100%;
    }

    .tabing_sec .notification_tab .left-col .email_notification {
        float: left;
    }

    .tabing_sec .notification_tab .left-col .control-group label {
        width: 46%;
    }

    .sms_template .col-sm-4 {
        float: left;
        width: 50%;
    }

    .responsive-logo {
        float: right;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 0;
    }

    nav .toggle a {
        padding: 10px 10px 0 10px;
        line-height: 39px;
        position: relative;
        z-index: 9;
    }

    .responsive-logo img {
        display: block;
        width: 187px !important;
    }

    .nav_menu {
        background: #061b39 !important;
    }

    .product_list .search_row {
        padding: 0 20px 10px;
        flex-wrap: wrap;
    }

    .product_list .search_row .form-inline {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
    }

    .product_list .search_row .form-inline .form-group {
        margin-bottom: 8px;
        width: 33%;
        padding: 0 1px;
    }

    .product_list .search_row .form-control {
        height: 33px;
        font-size: 12px;
    }

    .product_list .search_row .btn-default {
        height: 33px;
        padding: 0 9px;
        font-size: 11px;
        line-height: 34px;
        margin: 0 1px;
    }
    .radio_col {
        padding: 15px 0 4px 0px;
        width: 100%;
        justify-content: center;
        border-left: 0;
        border-top: 2px solid #eee;
        margin-top: 15px;
        display: flex;
        align-items: center;
    }

    .radio_col h3 {
        font-size: 12px;
        margin: 0 3px 0px 0;
    }

    .radio_col .control {
        padding-left: 24px;
        margin: 0 4px;
        font-size: 12px;
    }

    .radio_col .control .control-indicator {
        top: -2px;
    }

    .listing_sec .all_select_row .btn-default, .resetsubmit {
        height: 25px;
        padding: 0 11px;
        font-size: 11px;
        line-height: 28px;
        margin: 0 1px;
    }

    .listing_sec .all_select_row .control {
        margin: 0 10px 0 0;
        font-size: 13px;
    }

    /*pop-up*/
    .setting_popup .modal-dialog {
        width: 600px;
    }

    .setting_popup .modal-content .modal-body .right_col {
        width: 65%;
        padding: 20px 20px 10px;
    }

    .setting_popup .modal-content .modal-body .right_col .point_col {
        padding-bottom: 10px;
        margin-bottom: 15px;
    }

    .setting_popup .modal-content .modal-body .left_col h2 {
        font-size: 28px;
        line-height: normal;
    }

    .allship-chart {
        height: auto;
    }

    .allship-chart canvas#chart-area {
        height: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 768px) and (max-width:991px) {
    .tabing_sec .custom-tab .nav-tabs li a {
        font-size: 14px;
        text-align: center;
        padding: 10px 10px 10px;
        width: 100%;
    }

    .tabing_sec .custom-tab .nav-tabs li {
        display: flex;
    }

    .tabing_sec .radio-btn label {
        padding: 8px 18px;
        font-size: 12px;
    }

    .tabing_sec .notification_tab .left-col .col-sm-6 .col-right {
        display: none;
    }

    .tabing_sec .notification_tab .left-col .col-sm-6 .col-left {
        width: 100%;
    }

    .tabing_sec .notification_tab .left-col .email_notification {
        float: left;
    }

    .sms_template .col-sm-4 {
        float: left;
        width: 50%;
    }

    .responsive-logo {
        float: right;
        text-align: center;
        width: 100%;
        position: absolute;
        top: 0;
    }

    nav .toggle a {
        padding: 10px 10px 0 10px;
        line-height: 39px;
        position: relative;
        z-index: 9;
    }

    .responsive-logo img {
        display: block;
        width: 187px !important;
    }

    .nav_menu {
        background: #061b39 !important;
    }

    .product_list .search_row h2 {
        font-size: 20px;
    }

    .product_list .search_row .form-inline {
        display: flex;
        flex-wrap: wrap;
    }

    .product_list .search_row .form-inline .form-group {
        padding: 0 1px;
    }

    .product_list .search_row .form-control {
        height: 33px;
        font-size: 12px;
    }

    .product_list .search_row .btn-default {
        height: 33px;
        padding: 0 9px;
        font-size: 11px;
        line-height: 34px;
        margin: 0 1px;
    }   
    .listing_row .product_img {
        width: 98px;
        height: 90px;
    }
    .radio_col h3 {
        font-size: 12px;
    }

    .radio_col .control {
        padding-left: 24px;
        font-size: 12px;
    }

    .radio_col .control .control-indicator {
        top: -2px;
    }

    .listing_sec .all_select_row .btn-default, .resetsubmit {
        height: 25px;
        padding: 0 11px;
        font-size: 11px;
        line-height: 28px;
        margin: 0 1px;
    }

    .listing_sec .all_select_row .control {
        margin: 0 10px 0 0;
        font-size: 13px;
    }
    .setting_popup .modal-dialog {
        width: 730px;
    }

    .allship-chart {
        height: auto;
    }

    .allship-chart canvas#chart-area {
        height: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 992px) and (max-width:1199px) {
    .tabing_sec .custom-tab .nav-tabs li a {
        font-size: 12px;
        text-align: center;
        padding: 10px 3px 10px;
        width: 100%;
    }

    .tabing_sec .custom-tab .nav-tabs li {
        display: flex;
    }

    .tabing_sec .radio-btn label {
        padding: 8px 18px;
        font-size: 12px;
    }

    .tabing_sec .notification_tab .left-col .col-sm-6 .col-right {
        display: none;
    }

    .tabing_sec .notification_tab .left-col .col-sm-6 .col-left {
        width: 100%;
    }

    .tabing_sec .notification_tab .left-col .email_notification {
        float: left;
    }

    .product_list .search_row h2 {
        font-size: 20px;
    }

    .product_list .search_row .form-inline {
        display: flex;
        flex-wrap: wrap;
    }

    .product_list .search_row .form-inline .form-group {
        padding: 0 1px;
    }

    .product_list .search_row .form-control {
        height: 33px;
        font-size: 12px;
    }

    .product_list .search_row .btn-default {
        height: 33px;
        padding: 0 9px;
        font-size: 11px;
        line-height: 34px;
        margin: 0 1px;
    }
    .listing_row .product_img {
        width: 98px;
        height: 90px;
    }
    .radio_col h3 {
        font-size: 12px;
    }

    .radio_col .control {
        padding-left: 24px;
        font-size: 12px;
    }

    .radio_col .control .control-indicator {
        top: -2px;
    }

    .listing_sec .all_select_row .btn-default, .resetsubmit {
        height: 25px;
        padding: 0 11px;
        font-size: 11px;
        line-height: 28px;
        margin: 0 1px;
    }

    .listing_sec .all_select_row .control {
        margin: 0 10px 0 0;
        font-size: 13px;
    }
    .allship-chart {
        height: auto;
    }

    .allship-chart canvas#chart-area {
        height: 100% !important;
        width: 100% !important;
    }
}

@media (min-width: 1200px) and (max-width:1349px) {
    .tabing_sec .custom-tab .nav-tabs li a {
        font-size: 14px;
        text-align: center;
        padding: 10px 10px 10px;
        width: 100%;
    }
    .tabing_sec .custom-tab .nav-tabs li {
        display: flex;
    }
    .tabing_sec .notification_tab .left-col .control-group label {
        width: 45.3%;
    }
    .radio_col h3 {
        font-size: 14px;
    }
}
.table_accordion  .bg-danger,
.table_accordion  .bg-success,
.table_accordion  .bg-warning{
    background-color: transparent;
}
.bg-warning .result-list{
    background: #f0ad4e;
} 
.bg-success .result-list{
    background: #4caf50;
}
.bg-danger .result-list{
    background: #d9534f;
}
@media(min-width:992px){
    .flex-row{
        display: flex;
        align-items:center;
    }
    .listing_row .product_img{
        margin-right: 20px;
    }
}
@media(max-width: 767px){
    .listing_row {
        padding: 10px;
        flex-wrap: wrap;
        justify-content: center;
    }
    .listing_row .product_desc h3 {
        font-size: 14px;
        text-align: center;
    }
    .listing_row .product_desc ul {
        text-align: center;
    }
    .listing_row .product_desc ul li {
        padding: 4px 4px;
        width: 49.2%;
    }
    .listing_row .product_img{
        display: block;
        margin: 0 auto 10px;
    }
}
.custom-tab .tab-pane{
    padding: 0
}
.icon-flag img {
    width: auto;
}
.icon-flag a{
    position: relative;
    text-align: center;
    display: inline-block;
    top: 10px;
    padding: 0 8px;
    font-size: 14px;
    color: #4caf50;
    font-weight: 600;
    letter-spacing: .4px;
}
.icon-flag a:nth-child(2){
    color: #e73e27
}
.icon-flag a:nth-child(3){
    color: #f78b00
}
.icon-flag span{
    display: block;
}
.align-items-end{
    align-items: flex-end;
}
.btn-margin.flex-row{
    width: 100%
}
@media (min-width: 768px){
    .customer_form .modal-dialog {
        margin: 120px auto;
    }    
}
.customer_form .text-center{
    text-align: right;
}
.customer_form textarea.form-control {
    height: 120px !important;
}