﻿
/*
===================
Global
===================
*/
body { /*font-family: 'Open Sans', sans-serif;
    font-family: 'Poppins', sans-serif;*/
    font-family: 'Nanum Gothic', sans-serif;
}

    body.custom-bg {
        /*background: url(http://themeonstep.com/tf/plesire/images-slider/img-slide-2.jpg);*/
        /*background: url(https://paper-leaf.com/wp-content/uploads/2010/02/Gears1280.jpg);
        -webkit-transition: all 0.3s ease;
        -moz-transition: all 0.3s ease;
        -o-transition: all 0.3s ease;
        transition: all 0.3s ease;*/
        background-color: darkgray;
    }

        body.custom-bg:after {
            content: "";
            position: absolute;
            left: 0px;
            right: 0px;
            top: 0px;
            bottom: 0px;
            /*background: #3cb371;*/
            z-index: 12;
        }

.inner-low-stack-scroll::-webkit-scrollbar, .all-category-list::-webkit-scrollbar {
    width: 5px;
}

.most-selling-product-inner {
    /*height: 227px;
    background: #f3f3f3;
    margin-left: 22px;
    margin-top: 28px; */
}

.product-image img {
    width: 218px;
    margin-top: 16px;
    margin-left: 34px;
}

.product-info {
    float: left;
}

.product-image {
    float: left;
}

.inner-low-stack-scroll::-webkit-scrollbar-track, .all-category-list::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

.inner-low-stack-scroll::-webkit-scrollbar-thumb, .all-category-list::-webkit-scrollbar-thumb {
    background-color: darkgrey;
    outline: 1px solid slategrey;
}

/*
===================
Login Section 
===================
*/


.mid-login {
    padding: 36px 45px;
    float: inherit;
    margin: 0 auto;
    background: #f7f9f7;
    margin-top: 100px;
    z-index: 13;
}

.form-group:after {
    content: "";
    display: block;
    clear: both;
}

.mid-login input {
    padding: 10px;
    height: inherit;
    margin-bottom: 27px;
}

.custom-button {
    height: inherit;
    padding: 9px;
    background: #167D86;
    border-radius: 6px;
    color: #fff;
    border: 0px;
    text-transform: uppercase;
}
.btn-default:focus {
    background: #167D86;
   
}

.mid-login h1 {
    margin-top: 0px;
    margin-bottom: 30px;
    text-align: center;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: bold;
    font-family: webkit-pictograph;
    letter-spacing: 5px;
    color: #eaeef3;
}

.reset-login-section {
    float: right;
}

    .reset-login-section a {
        color: #000;
        margin-right: 11px;
        text-decoration: underline;
        /*color: #eaeef3;*/
    }

.login-submit-reset {
    float: left;
    color: #eaeef3;
}

    .login-submit-reset a {
        margin-left: 11px;
        /*color: #eaeef3;*/
        margin-top: 15px;
        text-decoration: underline;
    }

.reset-login-section {
    float: right;
    margin-top: 17px;
}

.custom-button:hover {
    background: ;
    color: #fff;
}

.upload-product-image {
    float: left;
    border: 2px dotted #ccc;
    padding: 20px;
}

.upload-innerImage input {
    position: absolute;
    left: -22px;
    right: 0px;
    width: 162px;
    top: -23px;
    padding-top: 54px !important;
    padding-bottom: 54px !important;
    opacity: 0;
    z-index: 13;
}

.upload-innerImage {
    position: relative;
}

.custom-mid-section {
    margin: 0px auto;
    float: inherit;
    padding-left: 37px;
    margin-top: 36px;
}

.right-mid-section {
    overflow: auto;
}

input:checked + .slider {
    background-color: forestgreen;
}

.slider.round {
    border-radius: 34px;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

.slider.round:before {
    border-radius: 50%;
}

.slider:before {
    position: absolute;
    content: "";
    height: 15px;
    width: 14px;
    left: 0px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

body {
    background: #eaeef3;
}

.switch {
    position: relative;
    display: inline-block;
    width: 44px;
    height: 20px;
}
/*
===================
Login Section END 
===================
*/
/*
==============
DASHBOARD 
==================
*/
/*.left-section {
	    background: #20276d;
    bottom: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 225px;
}*/
.left-section {
    float: left;
    bottom: 0px;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 225px;
    z-index: 99;
}
.inner-menu-section {
    overflow-y: auto;
    height: 85%;
    display: block;
    width: 219px;
    z-index: 999;
    background: url(../img/backgrounds/menu.jpg) left top repeat;
    border-bottom: 1px solid #CCCCCC;
    -webkit-border-bottom-left-radius: 3px;
    -webkit-border-bottom-left-radius: 3px;
    -moz-border-bottom-left-radius: 3px;
    -moz-border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    -moz-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
    -webkit-box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.35);
    border-right: /*\**/ 1px solid #D5D5D5;
}
.left-section li {
    list-style-type: none;
    border-top: 1px solid #335A85;
    border-right: 1px solid #335A85;
    background: repeat-x left top;
    padding: 0px;
    margin: 0px;
    position: relative;
    background-color: #167D86;
}
.inner-menu-section ul {
    margin-bottom: 0px;
}
.left-section li a {
    padding: 3px !important;


}
.breadLine .breadcrumb, .breadLine .breadcrumb li, .breadLine .breadcrumb a {
    
    margin: -7px 3px 3px 2px;
}
ul.breadcrumb {
    background: transparent;
}
.breadLine {
    height: 23px;
    border-bottom: 1px solid #CCC;
    background: url(../img/backgrounds/nav.jpg) left top repeat-x;
    border-bottom: 1px solid #CCC;
    clear: both;
    margin-top: 18px;
}
.left-section li a {
    display: block;
    /* padding: 9px; */
    color: #fffcfc;
    font-size: 11px !important;
}

.right-header-right a.dropdown-toggle {
    color: #fff;
    font-size: 15px;
    color: #C0C0C0;
    font-size: 12px;
    font-weight: bold;
    font-family: Calibri;
    text-decoration: none;
}

.left-section {
    color: #fff;
}

    .left-section h1 {
        font-size: 22px;
        text-align: center;
    }

    .left-section ul {
        padding-left: 0px;
    }

    .left-section li {
        list-style-type: none;
    }

        .left-section li a {
            display: block;
            padding: 9px;
            color: #fffcfc;
        }

            .left-section li a:hover {
                color: #fff;
            }
.modal-header {
    height: inherit !important;
}
table.dataTable thead th, table.dataTable thead td {
    padding: 0px !important;
    border-bottom: none !important;
    font-weight: normal !important;
    padding-left: 5px !important;
}
.modal-body {
    word-break: break-all;
}
textarea#lblEmailbody {
    width: 100%;
    height: 100px;
}
.modal-body .form-group {
    margin-bottom: 0px;
}
li.active-submenu ul {
    background: rgba(25, 37, 50, 0.5);
}
.pre-loder {
    position: fixed;
    z-index: 99;
    width: 100%;
    background: #167D866b;
    height: 100%;
}
.pre-loder {
    display:none;
}
    .pre-loder-inner {
        display: block;
        margin: 0 auto;
    }
    .pre-loder-inner img {
        display: block;
        margin: 0 auto;
        width: 100px;
        margin-top: 7%;
    }
/*.custom-active,.left-section li a:hover{
	background-color: #263442;	
}*/
    /*.custom-active, .left-section li a:hover {
    background-color: #4850a2;
}*/
    .custom-active, .left-section li a:hover {
    color: #fff !important;
}

.left-section li a i {
    margin-right: 11px;
    margin-left: 6px;
}

.right-header-right .dropdown-menu {
    top: 52px;
}

.right-header-right li.dropdown > a.dropdown-toggle > .glyphicon {
    font-size: 20px;
    background: #167D86;
    border-radius: 50%;
    height: 30px;
    width: 30px;
    text-align: center;
    line-height: 28px;
    color: #fff;
    float: left;
    margin-right: 10px;
}

.dataTables_wrapper .dt-buttons {
    float: left;
}

.dataTables_filter {
    margin-bottom: 5px;
}

.dataTables_wrapper .dt-buttons button {
    padding: 5px 17px;
    border: 0px;
    margin-right: 6px;
    border-radius: 4px;
}

.profile-drop-dwon .nav > li > a:focus, .nav > li > a:hover {
    background-color: transparent !important;
    color: #fff !important;
}

.nav .open > a, .nav .open > a:focus, .nav .open > a:hover {
    background-color: transparent !important;
    border-color: #167D86;
}

li:focus {
    background: #167D86 !important;
}

.right-header-right a.dropdown-toggle {
    line-height: 27px;
    padding-top: 5px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #223143;
    line-height: 33px;
}

.right-header-section {
    padding: 20px;
}

.right-header-left {
    float: left;
}

.right-header-right {
    float: right;
}

    .right-header-right ul {
        padding-left: 0px;
    }

    .right-header-right li {
        list-style-type: none;
    }

li.user-name {
    font-weight: bold;
}

li.user-logout a {
    float: right;
    color: #f00;
    font-weight: bold;
}

.right-header-section:after {
    content: "";
    display: block;
    clear: both;
}

.right-header-section {
    padding: 3px 20px;
}

.right-section {
    /*  background: #fff;
	  margin-left: 210px; */
}

.right-section {
    /* background: #eaeef3;*/
    margin-left: 210px;
}

.dashboard-section {
    padding-left: 0px;
    padding-right: 0px;
}

.right-header-left i {
    font-size: 20px;
    color: #000;
    margin-left: 14px;
    margin-top: 13px;
}

.right-header-section {
    padding: 3px 20px;
    box-shadow: 0px 0px 10px #ccc;
}

.left-section.active-dashboard {
    width: 50px;
}

.right-section.active-dashboard {
    margin-left: 50px;
}

.left-section ul li ul a {
    padding-left: 48px;
}

span.menu-right-arrow {
    float: right;
}

.left-section.active-dashboard h1 {
    overflow: hidden;
    width: 16px;
    margin: 0 auto;
    padding-top: 15px;
    padding-bottom: 15px;
}

.left-section.active-dashboard li a span {
    display: none;
}

.inner-low-stack {
    padding: 13px;
    background: #f3f3f3;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 28px;
}

    .inner-low-stack table {
        width: 100%;
    }

    .inner-low-stack th, .inner-low-stack td {
        padding: 8px;
    }

    .inner-low-stack span {
        background: #ce3333;
        padding: 3px 11px;
        color: #fff;
        border-radius: 5px;
    }

    .inner-low-stack h2 {
        margin-top: 0px;
        font-size: 17px;
        font-weight: bold;
        text-align: center;
    }

.inner-low-stack-scroll {
    height: 170px;
    overflow: auto;
}

div#MostSellingProduct h1 {
    font-size: 17px;
    margin-top: 0px;
    font-weight: bold;
    text-transform: uppercase;
}

.most-selling-product-inner {
    margin-left: 19px;
    margin-top: 25px;
    /* padding-right: 0px; */
}

div#MostSellingProduct {
    width: 100% !important;
}

.mostsallingproduct:after {
    content: "";
    display: block;
    clear: both;
}

.mapHeading {
    margin-top: 27px;
    margin-left: 15px;
    box-shadow: 0px 2px 10px #ccc;
}

    .mapHeading:after {
        content: "";
        display: block;
        clear: both;
    }

.right-section:after {
    content: "";
    display: block;
    clear: both;
}

.most-selling-product {
    padding-right: 0px;
}

.mapHeading h1 {
    font-size: 19px;
    font-family: fantasy;
    color: #666;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.highcharts-container {
    box-shadow: 1px 2px 10px #ccc;
}

.highcharts-container {
    box-shadow: 1px 2px 10px #ccc;
    margin-left: 14px;
    margin-top: 28px;
}

.left-section .fa-angle-down {
    display: none !important;
}

.left-section ul ul {
    display: none;
}

li.active-submenu ul {
    display: block;
}

.right-header-right li.dropdown > a.dropdown-toggle > .fa {
    margin-left: 8px;
}

li.active-submenu > a > span.menu-right-arrow > .fa-angle-right {
    display: none !important;
}

li.active-submenu > a > span.menu-right-arrow > .fa-angle-down {
    display: block !important;
}

.highcharts-container {
    width: 100% !important;
}

.right-header-section {
    position: fixed;
    right: 0px;
    left: 226px;
    z-index: 15;
    background: #fff;
}

/*.right-mid-section {
    margin-top: 60px;
}*/

.right-mid-section {
    position: relative;
    z-index: 14;
}

.right-section.active-dashboard .right-header-section {
    left: 50px;
}

.left-section-box {
    padding: 13px;
    background: #f3f3f3;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: 28px;
}

    .left-section-box h1 {
        font-size: 19px;
        color: #ce3333;
        text-align: center;
        margin-top: 7px;
        text-transform: uppercase;
    }

.left-section-box {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
}

.this-month-collection table {
    font-size: 14px;
    font-weight: normal;
    width: 100%;
    text-align: left;
}

.inner-low-stack-scroll td {
    padding-top: 7px;
    padding-bottom: 7px;
}

.this-month-collection td span {
    /* display: block; */
    padding: 4px;
    background: #ce3333;
    color: #fff;
    padding: 3px 11px;
    border-radius: 5px;
}

.sale-section table {
    width: 100%;
    /* padding: 10px; */
}
/*
=============
Sale
=============
*/
.inner-sale-section {
    padding: 17px;
}

    .inner-sale-section th {
        padding: 10px;
        background: #efebeb;
    }

    .inner-sale-section td {
        padding: 10px;
    }

td.total-product span {
    float: right;
    font-size: 23px;
}

tfoot {
    background: #c70a0a;
    color: #fff;
}

.inner-sale-section input {
    width: 74px;
}

.sale-section-header li {
    float: left;
    list-style-type: none;
}

.sale-section-header:after {
    content: "";
    display: block;
    clear: both;
}

.sale-section-header {
    /* margin-left: 15px; */
    /* margin-right: 15px; */
    padding: 13px;
    margin-top: 7px;
    background: #efebeb;
    position: fixed;
    left: 226px;
    right: 0px;
}
/*.sale-section-header li {
    width: 31%;
}
.sale-section-header input[type='text'] {
    padding: 3px;
    width: 61%;
}
.sale-section-header li span {
    padding: 1px 4px;
    background: #f00;
    margin-left: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
} */
li.product-input {
    width: 36%;
}

    li.product-input input {
        width: 70%;
        padding: 4px;
    }

li.or-section {
    margin-top: 4px;
    text-transform: uppercase;
    padding: 2px 5px;
    background: #e21212;
    margin-right: 11px;
    color: #fff;
    border-radius: 4px;
}

li.product-search {
    width: 12%;
    margin-right: 19px;
}

    li.product-search input {
        border: 0px;
        padding: 6px 21px;
        background: #e21212;
        color: #fff;
        text-transform: uppercase;
    }

li.product-cart i {
    font-size: 22px;
    margin-top: 4px;
}

li.product-cart {
    position: relative;
}

    li.product-cart span {
        /* padding: 4px 5px; */
        position: absolute;
        left: -15px;
        top: -2px;
        background: #f00;
        border-radius: 50%;
        color: #fff;
        height: 25px;
        width: 25px;
        font-size: 11px;
        text-align: center;
        line-height: 23px;
    }

.sale-section-header span {
    display: block;
}

.sale-section-header li {
    width: 25%;
}

.sale-section-header span {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 1px;
}

.sale-section-header input {
    width: 84%;
    padding: 5px;
    margin-top: 5px;
    height: 23px;
}

li.no-inputbox span {
    margin-bottom: 8px;
}

.inner-sale-section {
    margin-top: 90px;
}

.add-product-inner {
    border: 1px solid #ccc;
}

    .add-product-inner thead {
        background: #2b3a4a;
        color: #fff;
        border: 0px;
    }

    .add-product-inner tbody tr {
        border-bottom: 1px solid #ccc;
    }

        .add-product-inner tbody tr:nth-child(odd) {
            background-color: #f9f9f9;
        }

td.product-sn-th {
    width: 44px;
}

.add-product-inner input[type="number"] {
    text-align: center;
}

.add-product-footer.row1:after {
    content: "";
    display: block;
    clear: both;
}

.add-product-left ul {
    padding-left: 0px;
}

.add-product-left li {
    list-style-type: none;
}

.add-product-left ul {
    float: left;
}

.add-product-left li a {
    color: #329022;
    font-weight: bold;
    font-size: 11px;
}

.cart-total-section ul {
    float: right;
}

.cart-total-section ul {
    padding-left: 0px;
}

.cart-total-section li {
    list-style-type: none;
}

.add-product-footer.row1 {
    padding-top: 23px;
}

.cart-total-section li {
    font-size: 21px;
    text-align: right;
}

.cart-total-section span {
    font-size: 13px;
    margin-right: 9px;
    font-weight: bold;
    text-transform: uppercase;
    color: #da0a0a;
}

td.cancel-product i {
    color: #167D86;
    margin-left: 15px;
}

.proceed-checkout {
    text-align: right;
}

    .proceed-checkout a {
        background: #de300a;
        color: #fff;
        padding: 10px 31px;
        font-size: 17px;
        margin-top: 20px;
        display: inline-block;
        border-radius: 6px;
    }

.add-product-inner table {
    table-layout: fixed;
}

td.product-cancel {
    width: 5%;
}

td.product-discount {
    width: 8%;
}

td.product-amount {
    width: 10%;
}

td.product-quantity {
    width: 9%;
}

td.prodcut-Item {
    width: 9%;
}

td.product-price {
    width: 9%;
}

td.product-tax {
    width: 9%;
}

td.product-code {
    width: 17%;
}

.add-product-inner textarea {
    width: 100%;
    height: 31px;
    resize: none;
}

.add-product-inner input {
    width: 92%;
    border-radius: 3px;
    border: 0px;
    border: 1px solid #ccc;
    height: 32px;
    vertical-align: top;
}

.add-product-inner textarea {
    border: 1px solid #ccc;
    height: 32px;
    vertical-align: top;
    border-radius: 4px;
}

.active-dashboard .sale-section-header {
    left: 50px;
}

td.cancel-product i {
    cursor: pointer;
}
/*
Forgot Password 
*/
.mid-login-inner {
    float: inherit;
    margin: 0 auto;
    margin-top: 15px;
    z-index: 13;
    padding-left: 35px;
    padding-right: 18px;
}

    .mid-login-inner h1 {
        margin-bottom: 50px;
        text-align: center;
    }

    .mid-login-inner .form-group {
        margin-bottom: 10px;
    }

.mid-login-inner {
    margin-top: 35px;
}

.change-password {
    clear: both;
}

.inner-background label:not(.radio-inline) {
    font-weight: normal;
}

.mid-login-inner h1 {
    margin-bottom: 0px;
    background: #2b3a4a;
    color: #fff;
    font-size: 17px;
    line-height: 31px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.mid-login-inner input:not(type='file'), .mid-login-inner select {
    height: inherit !important;
    padding: 10px !important;
}

.inner-background {
    padding-top: 25px;
}

.upload-innerImage i {
    display: block;
    text-align: center;
    font-size: 65px;
    color: #ccc;
}

.upload-innerImage span {
    font-size: 12px;
    color: #000;
    font-weight: bold;
}

.mid-login-inner textarea {
    padding: 18px;
}

.custom-alert-section {
    padding-left: 29px;
}

.custom-post-section {
    position: fixed;
    top: 0px;
    right: 0px;
    left: 0px;
    text-align: center;
    background: #;
    bottom: 0px;
    background: #ffffff9c;
    z-index: 999;
}

    .custom-post-section img {
        width: 100px;
        margin-top: 135px;
    }

.left-section-box {
    box-shadow: 2px 2px 6px rgba(0,0,0,0.2);
    border: 1px solid #CCC;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #ccc !important;
    height: 33px !important;
}

.add-new-product .login-submit-reset {
    float: right;
}

.add-new-product h1 {
    margin-bottom: 45px;
}

.upload-product-image img {
    max-width: 100%;
}

.upload-innerImage img {
    position: absolute;
    top: 0px;
    z-index: 12;
}

table.table {
    border: 1px solid #ccc;
}

    table.table thead th {
        /*  background: #2b3a4a;
        color: #fff;*/
        font-weight: normal;
    }

.please-attached strong {
    margin-bottom: 14px;
    display: block;
}
.table tr td {
    padding: 0px !important;
    vertical-align: middle;
    font-size: 11px !important;
    border-color: #D1D1D1;
    border-width: 1px;
    border-style: Solid;
}
.ui-accordion .ui-accordion-content {
    padding: 5px !important;
}
table.table {
    border: 1px solid #ccc;
    margin-bottom: 0px;
}
.ui-accordion .ui-accordion-header {
    margin-top: 20px !important;
}
.ui-accordion .ui-accordion-header {
    clear: both;
}
.ui-accordion .ui-accordion-content-active {
    display: block;
   
}
.ui-state-active .ui-icon, .ui-button:active .ui-icon {
    background: url('../img/menu_arrow_down.png') center center no-repeat !important;
}
.ui-state-default .ui-icon {
    background: url('../img/menu_arrow_up.png') center center no-repeat !important;
}
.right-header-left + .text-center {
    font-family: Calibri;
    font-size: 14pt;
    font-weight: bold;
    margin-top: 7px;
}
.top-logo {
    background: #167D86;
    border-bottom: 1px solid #09111b;
    border: 0px !important;
    padding: 8px !important;
    padding-left: 3px !important;
}
.right-header-left i {
    display: none;
}
.custom-table-accordign thead tr th, .table thead tr th {
    color: #666666;
    background-color: #F4F4F4;
    border-color: #D1D1D1;
    border-width: 1px;
    border-style: Solid;
    font-weight: bold;
    height: 25px;
    padding: 0px;
}
.inner-background h2 {
    margin-top: 0px;
}

.registration-page h3 {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}
/*
Error Messag 
*/
.error-in-row {
    border: 1px solid #f00 !important;
}

span.error-message {
    font-size: 12px;
    color: #f00;
}

#autocompletediv, #autocompletedivN {
    display: block;
    position: relative
}

.autocompletediv {
    display: block;
    position: relative
}

/*.ui-autocomplete {
    position: absolute;
}*/

[id^=autocompletedivN] {
    display: block;
    position: relative
}

/*.ui-autocomplete {
    top: -10px !important;
}*/


.custom-order-list {
    background: #ffffff;
    padding: 8px 7px;
    margin-top: 7px;
    margin-left: 18px;
    margin-right: 15px;
}

    .custom-order-list:after {
        content: "";
        clear: both;
        display: block;
    }

    .custom-order-list label {
        display: block;
    }

    .custom-order-list input {
        width: 100%;
        padding: 6px;
        height: 37px;
        border: 1px solid #efefef;
    }

.custom-order-section {
    padding-right: 0PX;
}

.order-search button {
    border: 0px;
    padding: 9px 25px;
    margin-top: 16px;
    background: #ac8cc5;
    color: #fff;
    box-shadow: 4px 3px #ccc;
}

.dataTable thead {
    background: #f7f7f7;
}

.dataTable thead {
    background: #f7f7f7;
    font-size: 13px;
}

.dataTable tbody td {
    font-size: 12px;
}

.dataTables_wrapper {
    margin-bottom: 50px;
}

    .dataTables_wrapper .dataTables_paginate .paginate_button {
        padding: 0px !important;
        margin-left: 10px;
    }

.inner-order-deatails {
    padding-left: 34px;
}

    .inner-order-deatails div#example_filter {
        /* display: none; */
    }

.dataTables_wrapper .dataTables_filter input {
    border: 1px solid #ccc;
}

.dataTables_length {
    padding: 2px 7px;
}

div#example_wrapper {
    padding-top: 5px;
}

.inner-category-section {
    margin-left: 29px;
    margin-top: 33px;
    padding-bottom: 30px;
}

.gray-bg {
    background: #f3f3f3;
}

.inner-category-section h2 {
    font-size: 17px;
}

.inner-category-section table {
    width: 100%;
}

.inner-category-section th, td {
    padding: 5px;
}

.inner-category-section th {
    background: #f9f9f9;
}

.all-category-list {
    height: 500px;
    overflow: auto;
}

    .all-category-list table {
        table-layout: fixed;
    }

.inner-category-section label {
    margin-bottom: 7px;
    margin-top: 7px;
}

.all-category-list th:last-child, .all-category-list td:last-child {
    text-align: right;
    width: 115px;
}

.all-category-list th:first-child {
    width: 125px;
}

.all-category-list th {
    background: #2b3a4a;
    color: #fff;
    font-weight: normal;
}

.pagination {
    width: 100%;
}

.pagination {
    text-align: center;
}

    .pagination li {
        display: inline-block;
    }

        .pagination li a {
            display: block;
            padding: 4px 10px;
            background: #f00;
            color: #fff;
        }

    .pagination ul {
        margin-bottom: 0px;
        padding-left: 0px;
    }

    .pagination li {
        display: inline-block;
        margin-left: 5px;
        margin-right: 5px;
    }

        .pagination li a:hover {
            background: #1f1d1d;
        }

        .pagination li a {
            text-decoration: none;
        }

.top-logo {
    padding-left: 16px;
    padding-top: 10px;
    padding-bottom: 10px;
}

    .top-logo span {
        float: right;
        font-size: 18px;
        width: 67%;
        margin-top: 16px;
        line-height: 20px;
    }

.active-dashboard .top-logo {
    padding-left: 0px;
}

    .active-dashboard .top-logo img {
        width: 35px;
        margin-left: 7px;
    }

    .active-dashboard .top-logo span {
        display: none;
    }

.stock-button li a {
    padding: 10px 35px;
    background: #ac8cc5;
    color: #fff;
    box-shadow: 0 4px 20px 0 rgba(0,0,0,.14), 0 7px 10px -5px rgb(199, 204, 209);
    display: block;
}

.stock-button ul li {
    display: inline-block;
}

.stock-button li a {
    display: block;
    /* float: right; */
}

.custom-order-section ul {
    float: right;
}

.stock-button li a:hover {
    background: #4850a2;
    text-decoration: none;
}

.custom-order-section ul {
    float: left;
    margin-top: 20px;
    padding-left: 15px;
}

.custom-order-list {
    clear: both;
}

.custom-order-section ul li {
    display: inline-block;
    /* margin-left: -1px; */
    margin-right: 10px;
}

.stock-sub-menu li a {
    color: #545151;
}

.stock-button ul {
    float: right;
}

.top-logo span strong {
    display: block;
    font-weight: normal !important;
}

.custom-order-section ul:after {
    content: "";
    display: block;
    clear: both;
}

.custom-order-list label {
    font-size: 10px;
}

div#example_wrapper {
    position: relative;
    border-top: 0;
    margin-bottom: 30px;
    width: 100%;
    background: #fff;
    border-radius: 0;
    padding: 0px;
    -webkit-transition: .5s;
    transition: .5s;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -webkit-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    -ms-box-shadow: 6px 3px 12px 0 rgba(0, 0, 0, 0.05);
    margin-top: 20px;
    padding-top: 14px;
}

div#example_length {
    float: left;
    width: 44%;
}

div#example_wrapper {
    display: inherit;
    padding: 15px;
}

.dataTables_wrapper label {
    font-weight: normal;
}

.dataTables_filter input {
    padding: 5px;
}

.paginate_button.current, .paginate_button:hover {
    color: #fff !important;
    color: #000 !important;
}

table.dataTable.display tbody tr.odd > .sorting_1, table.dataTable.order-column.stripe tbody tr.odd > .sorting_1 {
    background-color: transparent !important;
}

table.dataTable.stripe tbody tr.odd, table.dataTable.display tbody tr.odd {
    background-color: transparent !important;
}

a.paginate_button.current {
    background: #ffffff !important;
    /* color: #fff !important; */
    border: 0px;
}

.profile-drop-dwon .dropdown-menu {
    width: 250px !important;
}

.profile-image {
    padding-left: 0px;
    padding-right: 0px;
}

.profile-details p {
    margin-bottom: 5px;
}

.profile-logout a {
    border: 0px;
    /* border-radius: 0px; */
    margin-left: 14px;
    margin-right: 15px;
    width: 90%;
    margin-top: 8px;
}

.profile-image img {
    width: 100%;
    margin-left: 8px;
}

.profile-details p {
    margin-bottom: 5px;
    word-break: break-all;
}

.dropdown-menu > li > a:hover {
    background: #167D86;
}

.profile-drop-dwon .nav > li > a:focus, .nav > li > a:hover {
    background-color: #167D86;
    color: #fff;
}

.profile-drop-dwon .nav .open > a, .profile-drop-dwon .nav .open > a:focus, .profile-drop-dwon .nav .open > a:hover {
    background-color: #167D86;
    border-color: #167D86;
    color: #fff;
}

.profile-drop-dwon a.dropdown-toggle {
    color: #373538;
}

.organizational-chart img {
    width: 100%;
}

.select {
    width: 48%;
    display: inline-block;
    margin-right: 11px;
}

    .select:after {
        margin-right: 0px;
    }

.top-logo {
    background: #f7f7f7;
    border-bottom: 1px solid #09111b;
}

.select:last-child {
    margin-right: 0px !important;
}

.address-line {
    height: 38px;
}

.modal-body .select {
    width: 47%;
}
/*
    ======================
    Data Table
    =====================
*/
.right-header-section {
    position: fixed;
    right: 0px;
    left: 226px;
    z-index: 15;
    background: #fff;
    -webkit-box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
    box-shadow: 0 6px 0 0 rgba(0, 0, 0, 0.01), 0 15px 32px 0 rgba(0, 0, 0, 0.06);
}

.dataTable thead tr th {
    padding: 13px;
    background: #fff;
    border-bottom: 1px solid #ccc;
}

.dataTable tbody .odd td {
    font-size: 15px;
}

.dataTable tbody .even td {
    font-size: 15px;
}

.dataTables_wrapper {
    padding: 15px;
    background: #fff;
    border-radius: 10px;
}

    .dataTables_wrapper .dataTables_length select {
        padding: 3px;
        border-radius: 5px;
        margin-left: 5px;
        margin-right: 5px;
    }

    .dataTables_wrapper .dataTables_filter input {
        border-radius: 5px;
        padding: 3px;
    }

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: none !important;
    font-weight: normal !important;
}

.dataTables_wrapper .dataTables_filter {
    margin-top: 3px;
}

.dataTable tbody .odd {
    font-size: 17px;
}

.dataTable {
    border: 1px solid #ccc;
    /* border-radius: 5px; */
}

table.dataTable.no-footer {
    border-bottom: 1px solid #ccc !important;
}

.dataTables_paginate {
    margin-top: 6px;
}

.left-section ul li ul a {
    padding-left: 26px;
}

table.dataTable tbody th, table.dataTable tbody td {
    padding: 3px 9px;
}

body {
    font-family: 'Open Sans', sans-serif !important;
}

.modal-body label {
    font-weight: normal;
    display: block;
    margin-top: 5px;
    font-size: 12px;
}

.modal-header .close {
    color: #fff;
    opacity: 1;
}

.modal-body input, .modal-body .select, .modal-body .form-control, .inner-background input, .inner-background .select, .inner-background .form-control {
    padding: 4px;
    border-radius: 3px;
    outline: 0px;
}

.modal-footer {
    padding: 5px;
}

.inner-background {
    background: #fff;
    padding: 28px;
}

.mid-login-inner h1 {
    margin-bottom: 0px;
    background: #167D86;
    color: #fff;
    font-size: 17px;
    line-height: 31px;
}

.login-submit-reset {
    margin-top: 15px;
}

    .login-submit-reset button {
        background: #3cb371;
        border: 0px;
        color: #fff;
    }

input[type=date].form-control {
    line-height: inherit !important;
}

.inner-background:after {
    content: "";
    display: block;
    clear: both;
}

.add-shipment-date {
    width: 200px;
    background: #2b3a4a;
    text-align: center;
    padding-top: 7px;
    padding-bottom: 5px;
    color: #fff;
    border-radius: 7px;
}

table.table.table-condensed thead {
    background: #167D86;
    border: 1px solid #167D86;
    color: #fff;
    font-weight: normal;
}

    table.table.table-condensed thead strong {
        font-weight: normal;
    }

.GenerateSale-section button.btn.btn-default {
    background: #2b3a4a;
    border: 1px solid #2b3a4a;
    color: #fff;
    1572
}
/*
   ===========================
    Theme Background Color
  ================================
*/
/* 
    Color 1 ( Dark Blue)
*/
.body{
    overflow:hidden;
}
.btn-primary {
    color: #fff;
    background-color: #2b3a4a;
    border-color: #2b3a4a;
}
.inner-menu-section {
    width: 101%;
}
.modal-body input, .modal-body .select, .modal-body .form-control, .inner-background input, .inner-background .select, .inner-background .form-control {
    border: 1px solid #2b3a4a;
}

.background-color, .dataTables_wrapper .dt-buttons button, table.dataTable thead th, table.dataTable thead td, .modal-header {
    background: #167D86;
    color: #fff;
}

.dataTable tbody .odd {
    background: #eaeef3;
}

h2.sub-category {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
}

.imagePreview {
    width: 100%;
    height: 180px;
    background-position: center center;
    background: url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0px -3px 6px 2px rgba(0,0,0,0.2);
}

.imagePreview1 {
    width: 100%;
    height: 180px;
    background-position: center center;
    background: url(http://cliquecities.com/assets/no-image-e3699ae23f866f6cbdf8ba2443ee5c4e.jpg);
    background-color: #fff;
    background-size: cover;
    background-repeat: no-repeat;
    display: inline-block;
    box-shadow: 0px -3px 6px 2px rgba(0,0,0,0.2);
}

.imgUp {
    margin-bottom: 15px;
}

.imgUp {
    margin-bottom: 15px;
    width: 200px;
    margin: 0 auto;
}

label.btn.btn-primary input {
    display: none;
}

.del {
    position: absolute;
    top: 0px;
    right: 15px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background-color: rgba(255,255,255,0.6);
    cursor: pointer;
}

.imgAdd {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: #4bd7ef;
    color: #fff;
    box-shadow: 0px 0px 2px 1px rgba(0,0,0,0.2);
    text-align: center;
    line-height: 30px;
    margin-top: 0px;
    cursor: pointer;
    font-size: 15px;
}

.right-header-section {
    top: 0px;
}

.dataTables_wrapper {
    overflow: auto;
}

.add-new-row a {
    float: right;
    margin-right: 15px;
}

a.add-new-user {
    display: inline-block;
    position: absolute;
    right: 24px;
    z-index: 10;
    padding: 7px 13px;
    top: 12px;
    background: #167D86;
    color: #fff;
    margin-right: 6px;
    border-radius: 4px;
}
li.active-submenu ul li {
    padding-left: 38px;
}

.table:not(.custom-table-no-bg) > thead:first-child > tr:first-child > th {
    border-top: 0;
    background: #167D86;
    color: #fff;
}
.dataTables_filter {
    margin-right: 193px;
}

.inner-menu-section {
    overflow-y: auto;
}
i.fa {
    margin-right: 2px;
}
#status {
    vertical-align: middle;
    margin: inherit !important;
    padding: 3px 0px 9px 2px;
    border: none;
    position: relative !important;
    width: 18px;
    height: inherit !important;
}
.inner-menu-section {
    overflow-y: auto;
    height: 85%;
    /* padding-bottom: 74px; */
    /* margin-bottom: 100px; */
}

ul.form-section.page-section {
    padding-left: 0px;
}

.form-header-group h3 {
    margin-top: 0px;
}

ul.form-section.page-section li {
    list-style-type: none;
}

span.form-sub-label-container {
    /* display: inline-block;
    width: 33%;*/
}

.form-line span.form-sub-label-container {
    width: 32%;
    float: left;
    margin-right: 13px;
}

table.form-address-table {
    width: 100%;
}

span.form-sub-label-container input {
    width: 100%;
}

table.table-add-total td:first-child {
    font-weight: bold;
}

table.table-add-total {
    width: 100%;
}

    table.table-add-total td {
        border-bottom: 1px solid #ccc;
    }

table.table textarea {
    height: 31px;
    border: 1px solid #2b3a4a;
}

.submit-button button {
    float: right;
    border: 0px;
    padding: 10px 29px;
    background: #2b3a4a;
    color: #fff;
}

.quotation-section h2 {
    font-size: 20px;
    font-weight: bold;
}

a.delete-row {
    display: inline-block;
    text-align: center;
    background: #f00;
    padding: 0px 4px;
    color: #fff;
    border-radius: 50%;
    height: 15px;
    width: 15px;
    line-height: 12px;
    font-size: 11px;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
    vertical-align: middle;
}

a.add-new-row-button {
    padding: 6px 14px;
    background: #2b3a4a;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 11px;
}

.GenerateSale-section-new .col-sm-4 .delete-row {
    margin-top: 33px;
}

a.delete-row {
    cursor: pointer;
}

.form-inline-section label {
    float: left;
}

.form-inline-section select {
    float: left;
    width: 83%;
    margin-left: 16px;
}

.form-inline-section {
    margin-bottom: 0px !important;
}

.declaration-checkbox input {
    float: left;
    margin-right: 10px;
}

.inner-row-form.row {
    margin-top: 15px;
}

/*
    color 2 (wadsonsindia- Blue)
*/
/* .background-color,.dataTables_wrapper .dt-buttons button,table.dataTable thead th, table.dataTable thead td{
   background: #000033;
   color:#fff;

}
.dataTable tbody .odd {
    background: #eaeef3;
}
*/


/*
   ===========================
    Theme Background Color End 
  ================================
*/

/*
==========================
Responsive Design Only 
==========================
*/
@media(min-width:320px) and (max-width:1024px) {
    .mid-login {
        padding: 24px 19px 10px;
    }

    a.add-new-user {
        display: inline-block;
        position: static;
        right: 24px;
        z-index: 10;
        padding: 7px 13px;
        top: 12px;
        background: #2b3a4a;
        color: #fff;
        margin-right: 6px;
        border-radius: 4px;
        margin-bottom: 10px;
    }
}


/*
==========================
Responsive Design END
==========================
*/

.custom-table tbody td input {
    margin: 0px;
    width: 100%;
}

.custom-table tbody td {
    padding: 1px;
}

.custom-button-inner .form-group {
    margin-left: 15px;
}

.dataTable th, .dataTable td {
    white-space: nowrap;
}


/*
    =====================
    NEW CSS 
    =========================
*/
/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #888;
}

    /* Handle on hover */
    ::-webkit-scrollbar-thumb:hover {
        background: #555;
    }

.dataTables_filter {
    margin-bottom: 7px !important;
}

    .dataTables_filter input {
        margin-bottom: 0px !important;
    }

.inner-background {
    padding-top: 11px;
}

tfoot {
    background: #e4e4e4;
    color: #1b1a1a;
    font-weight: bolder;
}

.inner-background label:not(.radio-inline) {
    font-weight: normal;
    font-size: 13px;
    font-weight: bold;
    /* font-weight: bolder; */
}

.inner-background h2 {
    margin-top: 0px;
    margin-top: 0px;
    font-size: 21px;
    font-weight: bold;
}

.custom-csfw-30 {
    width: 60px;
}

.custom-csfw-250 {
    width: 250px;
}

.custom-csfw-250 {
    width: 250px;
}

.custom-csfw-70 {
    width: 70%;
}

.custom-csfw-103 {
    width: 145px;
}

.custom-total-amount td span {
    float: right;
}

    .custom-total-amount td span label {
        padding: 2px 7px;
        border: 1px solid #ccc;
        background: #2b3a4a;
        color: #fff !important;
        margin-left: 10px;
        margin-bottom: 0px;
    }

.custom-total-amount td span {
    float: right;
    font-size: 13px;
}

table td {
    font-size: 13px;
}
/*
.inner-tax {
    float: right;
    width: 179px;
}*/
.inner-tax table {
    width: 100%;
}

    .inner-tax table td {
        padding: 6px 1px;
    }

    .inner-tax table tr:nth-child(even) {
        background: #CCC
    }

    .inner-tax table tr:nth-child(odd) {
        background: #FFF
    }

.inner-tax td {
    padding: 0px;
}

.inner-tax label {
    margin-bottom: 0px;
    margin-left: 8px;
}

td.expenses-value i {
    position: absolute;
    right: 6px;
    top: 15px;
    color: #f00;
}

td.expenses-value {
    position: relative;
}

.inner-tax.add-product-inner thead tr td {
    background: #2b3a4a;
}

.inner-tax table td {
    padding: 6px 1px;
    padding: 5px;
}

.notification-icon {
    float: left;
    font-size: 29px;
    margin-right: 10px;
    opacity: 1;
    animation: 2s linear;
}

.notification {
    position: fixed;
    top: 0px;
    right: 0px;
    z-index: 999;
    width: 304px;
    float: right;
    background: #48af4a;
    margin: 10px;
    padding: 16px;
    text-align: right;
    box-shadow: 10px 10px 10px #ccc;
    text-transform: uppercase;
}

.notification-text {
    float: left;
}

.notification span {
    display: block;
    text-align: left;
}

.notification-text span strong {
    width: 108px;
    text-align: left;
    display: inline-block;
}

.notification-text {
    float: left;
    width: 84%;
}

.notification span {
    display: block;
    text-align: left;
    font-size: 12px;
}

.notification-icon i {
    color: #fff;
}

.notification span {
    color: #fff;
}

span.cancel-notification {
    position: absolute;
    right: 10px;
    top: 5px;
    /* box-shadow: inset -7px -3px #ccc; */
    cursor: pointer;
}
/*
    NEW CSS Dashbord
*/
.dashbord-icons .card-body {
    height: 143px;
}

    .dashbord-icons .card-body h5 span {
        font-size: 12px;
    }

.dashbord-icons .card-body {
    position: relative;
}

.dashbord-icons a.btn.btn-primary {
    position: absolute;
    bottom: 14px;
    right: 24px;
}

.dashbord-icons .card-body i {
    font-size: 150px;
    float: right;
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 90;
    opacity: 0.4;
    color: #fff;
}

.dashbord-icons .card-body a.btn.btn-primary {
    padding: ab;
    z-index: 91;
}

.dashbord-icons .card-body h5 span {
    font-size: 12px;
    display: block;
}

.dashbord-icons .card.card-box-1 .card-body {
    background: #a9d96c;
}

.dashbord-icons .card.card-box-2 .card-body {
    background: #8175c7;
}

.dashbord-icons .card.card-box-3 .card-body {
    background: #ff6c60;
}

.dashbord-icons .card-body span {
    color: #fff;
    margin-bottom: 10px;
}

.dashbord-icons .card-body h5 {
    color: #fff;
}

.dashbord-icons .card-body a {
    color: #fff;
}

.dashbord-icons a.btn.btn-primary {
    border: 0px;
    text-decoration: underline;
    border-radius: 0px;
}

.create-invoice-box .card {
    border: 1px solid #d4cdcd;
    background: #fff;
}

/*
    NEW CSS START 
*/
.ui-accordion .ui-accordion-header {
    font-size: 12px;
    background: #167D86;
    color: #fff;
    text-shadow: 0 1px 0 #333;
}

.ui-accordion .ui-accordion-header {
    font-size: 12px;
    background: #167D86;
    color: #fff;
    text-shadow: 0 1px 0 #333;
    font-size: 12px;
    color: #fff;
    line-height: 22px;
}
.ui-accordion .ui-accordion-header {
    font-size: 12px;
    background: #167D86;
    color: #fff;
    text-shadow: 0 1px 0 #333;
    font-size: 12px !important;
    color: #fff;
    line-height: 22px;
    /* padding: 8px 0px; */
    /* margin: 0px; */
    /* font-weight: bold; */
    /* margin-left: 10px; */
    /* display: block; */
    /* float: left; */
    background: repeat-x left top;
    background-clip: padding-box;
    border: 1px solid #335A85;
    -moz-border-top-left-radius: 3px;
    -moz-border-top-right-radius: 3px;
    -webkit-border-top-left-radius: 3px;
    -webkit-border-top-right-radius: 3px;
    -o-border-top-left-radius: 3px;
    -o-border-top-right-radius: 3px;
    -ms-border-top-left-radius: 3px;
    -ms-border-top-right-radius: 3px;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    background-color: #167D86;
}
.isw-favorite {
    background: url('../../img/ic_favorite.png') center center no-repeat transparent;
    margin-left: 0px;
    margin-right: 10px;
}
body {
    min-height: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 22px;
    position: relative;
    background: url(../img/backgrounds/body.jpg) left top repeat !important;
}

.btn-primary {
    color: #fff;
    background-color: #167D86 !important;
    border-color: #167D86 !important;
}

.breadLine {
    display: none;
}


.panel-default {
   
    width: 100%;
}
    .panel-default > .panel-heading {
        font-size: 14px;
        font-weight: 700 !important;
        padding-top: 5px;
        padding-bottom: 5px;
    }



li.active-submenu ul {
    display: block;
}

li.active-submenu > a > span.menu-right-arrow > .fa-angle-right {
    display: none !important;
}

li.active-submenu > a > span.menu-right-arrow > .fa-angle-down {
    display: block !important;
}


.activeSubMenu {
    background-color: #66b2b2 !important;
    font-weight: 700 !important;
}

.dataTable tr td {
    font-size: 12px !important;
    padding: 3px !important;
    word-break: break-all;
    white-space: break-spaces;
}

.dataTable th:first-child {
    width: 85px !important;
}

.dataTable th:last-child {
    width: 50px !important;
}

ul.dropdown-menu {
    margin-left: 16px;
    margin-top: -14px;
}
/* 
    NEW CSS END 
*/