﻿@charset "utf-8";
/* CSS Document */
/*********************************
setup
*********************************/

@font-face {
    font-family: "titilliumweb-bold";
    src: url(../fonts/titilliumweb-bold-webfont.woff) format('woff'), url(../fonts/titilliumweb-bold-webfont.woff2) format('woff2');
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "titilliumweb-regular";
    src: url(../fonts/titilliumweb-regular-webfont.woff) format('woff'), url(../fonts/titilliumweb-regular-webfont.woff2) format('woff2');
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "titilliumweb-semibolditalic";
    src: url(../fonts/titilliumweb-semibolditalic-webfont.woff) format('woff'), url(../fonts/titilliumweb-semibolditalic-webfont.woff2) format('woff2');
    font-style: italic;
    font-weight: 600;
}

@font-face {
    font-family: "titilliumweb-semibold";
    src: url(../fonts/titilliumweb-semibold-webfont.woff) format('woff'), url(../fonts/titilliumweb-semibold-webfont.woff2) format('woff2');
    font-weight: 600;
    font-style: normal;
}

* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}

html {
    height: 100%;
}

body {
    background-color: #e2e2e2;
    height: 100%;
    padding: 0;
    font-family: "titilliumweb-regular";
    color: #000;
}
/*********************************
Start Header Styling
*********************************/

header {
    background-color: #00539f;
    box-shadow: -2px 3px 4px #c8c8c8;
    height: 64px;
    width: 100%;
}

    header img {
        max-height: 100%;
    }

.logo img {
    vertical-align: top;
}

.logo-menu-holder {
    height: 64px;
}

.nopadding {
    padding: 0;
}

.userprofile .dropdown {
    padding: 12px 0;
}

    .userprofile .dropdown a,
    .userprofile .dropdown a:focus,
    .userprofile .dropdown a:hover,
    .userprofile .dropdown a:visited {
        color: #fff;
        text-decoration: none;
        outline: none;
    }

.profile-img span {
    padding: 0 8px;
}

    .profile-img span.fa {
        padding: 0;
    }
/*********************************
Manubar Styling
*********************************/

.menubar {
    margin-left: 10px;
}
/* All */

.nav {
    display: inline-block;
}

    .nav ul {
        *zoom: 1;
        list-style: none;
        margin: 0;
        padding: 0;
    }

        .nav ul:before,
        .nav ul:after {
            content: "";
            display: table;
        }

        .nav ul:after {
            clear: both;
        }

        .nav ul > li {
            float: left;
        }

    .nav a {
        display: block;
        color: #fff;
    }

        .nav a.menubar {
            line-height: 64px;
            margin-left: 0;
            padding: 0 20px;
        }

        .nav a ul li a {
            padding: 10px 20px;
            line-height: 1.2em;
        }

    .nav li ul {
        background-color: #e3f3af;
    }

        .nav li ul li {
            width: 200px;
        }

        .nav li ul a {
            border: none;
            color: #000;
        }

            .nav li ul a:hover {
                background: rgba(0, 0, 0, 0.19999999999999996);
                text-decoration: none;
            }

.marico-nav li.marico-nav-list {
    display: inline;
}

.marico-nav ul {
    position: relative !important;
    left: 0 !important;
    top: 0 !important;
    margin-left: 10px !important;
}

.marico-nav {
    padding: 15px !important;
    box-shadow: 0px 3px 10px #313131;
}

.marico-nav-list > span {
    margin-top: -10px;
    display: inline-block;
    font-size: 20px;
    font-family: "titilliumweb-semibold";
}

.marico-nav-list {
    color: #244c74;
}

    .marico-nav-list > i {
        font-size: 22px;
        margin-right: 10px;
    }

.marico-nav li.marico-nav-list:first-child {
    margin-right: 30px;
}

.marico-nav li.marico-nav-list ul {
    border-top: 1px solid #ccc;
    margin: 0 !important;
    margin-top: 6px !important;
    padding-top: 6px;
}

    .marico-nav li.marico-nav-list ul li a {
        color: #000;
        padding: 5px;
        display: inline-block;
    }

.nav.nav5 {
    margin-left: -3px;
    height: 64px;
    vertical-align: middle;
}

.selected {
    background-color: #e3f3af;
    padding-right: 12px;
}

    .bar-hover,
    .selected .bar {
        display: none;
    }

    .selected .bar-hover {
        display: inline-block;
        visibility: visible;
        vertical-align: middle;
        line-height: 64px;
    }

.marico-nav-list ul li::before {
    content: "\f101 ";
    font-family: "FontAwesome";
    color: #00539f;
    margin-right: 10px;
}
/* Fold Out
============================== */

.nav5 ul > li:hover ul {
    max-height: 1000px;
    -webkit-transform: perspective(400) rotate3d(0, 0, 0, 0);
    -ms-transform: perspective(400) rotate3d(0, 0, 0, 0);
    -moz-transform: perspective(400) rotate3d(0, 0, 0, 0);
    -o-transform: perspective(400) rotate3d(0, 0, 0, 0);
    transform: rotate3d(0, 0, 0, 0);
}

.nav5 li ul {
    position: absolute;
    left: 70px;
    top: 64px;
    z-index: 3;
    max-height: 0;
    overflow: hidden;
    -webkit-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -ms-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -moz-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    -o-transform: perspective(400) rotate3d(1, 0, 0, -90deg);
    transform: rotate3d(1, 0, 0, -90deg);
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    -moz-transform-origin: 50% 0;
    -o-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transition: 350ms;
    -moz-transition: 350ms;
    -o-transition: 350ms;
    -ms-transition: 350ms;
    transition: 350ms;
}
/*********************************
Start Page Title Styling
*********************************/

.page-title {
    color: #00539f;
    border-bottom: 1px solid #adcb4c;
    margin: 15px;
    text-transform: uppercase;
    padding-bottom: 15px;
}

    .page-title h2 {
        margin: 0;
        font-size: 22px;
    }
/*********************************
Start Filter Box Styling
*********************************/

.filter-bx {
    background-color: #002f5d;
    padding: 15px 0;
    height: 116px;
}

.input-group .form-control,
.input-group-addon,
.input-group-btn {
    display: table-cell;
    border: 0 none;
    border-bottom: 1px solid #adcb4c;
    border-radius: 0;
    background-color: transparent;
    color: #fff;
}

.input-group-addon {
    color: #adcb4c;
}

.form-control:focus {
    border-color: transparent;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #9fc32b;
}

.filter-bx .form-control::-moz-placeholder,
.filter-bx::-webkit-input-placeholder,
::placeholder {
    color: #fff;
}

.select-style::before {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #adcb4c;
    position: absolute;
    top: 5px;
    right: 10px;
}

.select-style {
    border-bottom: 1px solid #adcb4c;
    overflow: hidden;
    position: relative;
}

    .select-style select {
        padding: 5px 8px;
        border: none;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
    }

.filter-bx .select-style .form-control {
    color: #fff;
}

.select-style select:focus {
    outline: none;
}

.search-bx input {
    border: 1px solid #fff !important;
    border-radius: 4px !important;
    background-color: #fff !important;
    color: #333 !important;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.search-bx .input-group-addon {
    padding: 0;
    border-bottom: 0 none !important;
}

    .search-bx .input-group-addon button {
        border-radius: 4px;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-left: 0 none !important;
        color: #333;
        background-color: #adcb4c;
        border-color: #adcb4c;
        padding: 5px 20px;
        font-weight: bold;
        font-size: 15px;
        height: 35px;
    }

.filter-bx .select-style .form-control option {
    color: #333;
}
/*********************************
Start Tabbing Styling
*********************************/

.tab-table {
    position: relative;
    padding: 0 15px;
}

    .tab-table .nav-tabs {
        position: absolute;
        top: -45px;
    }

    .tab-table .tab-content {
        background-color: #ffffff;
        padding: 15px;
        border: 1px solid #fcd474;
    }

    .tab-table .nav > li > a {
        padding: 12px 20px 6px;
        border-radius: 0;
        border-bottom: 4px solid #dadad9;
        background: #dadad9;
        color: #000;
        margin-right: 8px;
        font-family: "titilliumweb-semibold";
        font-weight: 600;
        font-size: 16px;
    }

    .tab-table .nav-tabs > li.active > a {
        background-color: #adcb4c;
        border: 1px solid #adcb4c;
        border-bottom: 4px solid #95af43;
        color: #000;
        cursor: pointer;
    }

        .tab-table .nav-tabs > li.active > a::before {
            content: "\f0d7";
            font-family: "FontAwesome";
            font-size: 30px;
            color: #95af43;
            position: absolute;
            top: 23px;
            left: 40%;
        }

    .tab-table .nav-tabs {
        border-bottom: 0 none;
    }

    .tab-table .panel-group .panel {
        border-radius: 0;
        border-color: #d2d2d2;
        border-top-color: #fcd474;
    }

    .tab-table .panel-default > .panel-heading {
        color: #000;
        background-color: #fcd474;
        border-color: #fcd474;
        font-family: "titilliumweb-bold";
    }

.invoice-header .pull-left span {
    margin-right: 15px;
    color: #000;
    font-size: 15px;
}

.invoice-header .pull-right span {
    margin-left: 15px;
    color: #000;
    font-size: 15px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #fef3d9;
}

.table-striped > tbody > tr:nth-of-type(even) {
    background-color: #ecebeb;
}

.diffTd {
    background-color: #d7ecff;
    text-transform: uppercase !important;
    width: 250px;
}

.table > tbody > tr > td,
.table > tbody > tr > th,
.table > tfoot > tr > td,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > thead > tr > th {
    border-top: 0 none;
}

.table > tbody > tr > td {
    color: #000;
    font-family: "titilliumweb-semibold";
    text-transform: capitalize;
}

.table .input-group .form-control,
.table .input-group-btn {
    background-color: #fff;
    color: #565353;
}

.table .input-group-addon {
    background-color: #fff;
}

.table .select-style select {
    background-color: #fff;
    border-radius: 0;
}

.table-condensed > tbody > tr > td,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > td,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > thead > tr > th {
    padding: 10px 6px;
    text-align: center;
    vertical-align: middle;
}

.table .input-group,
.actual-qunatity .form-control {
    width: 60%;
    margin: 0 auto;
}

.table .select-style {
    width: 90%;
    margin: 0 auto;
}

.filter-bx .date .input-group-addon {
    padding-right: 0;
}

.filter-bx .select-style::before {
    right: 0;
}

.table .date .form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.table .form-control {
    padding: 6px 5px;
}

.table .select-style::before {
    right: 5px;
    background-color: #fff;
    padding-left: 5px;
}

.notp-pad td {
    padding: 6px !important;
}

.tab-table .panel-body {
    padding: 0;
}

.table .actual-qunatity .form-control {
    border: 0 none;
    border-bottom: 1px solid #adcb4c;
    border-radius: 0;
}

.table {
    margin-bottom: 0;
    border-bottom: 0;
}

.notp-pad {
    border-bottom: 1px solid #adcb4c;
}

.inputfile {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.inputfile-6 + label {
    background-color: #fff;
    padding: 0;
}

.inputfile-6 + label {
    background-color: #fff;
    padding: 0;
}

    .inputfile-6 + label span {
        display: inline-block;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        vertical-align: middle;
        line-height: 35px;
        padding-left: 10px;
    }

    .inputfile-6 + label strong {
        height: 100%;
        color: #fff;
        background-color: #7e7e7e;
        display: inline-block;
        float: right;
        padding: 6px 15px;
    }

.filename ul {
    padding-left: 0;
}

    .filename ul li {
        list-style-type: none;
        padding: 1px;
    }

        .filename ul li::before {
            content: "\f101 ";
            font-family: "FontAwesome";
            color: #00539f;
            margin-right: 10px;
        }

.grey-bg {
    background-color: #ecebeb;
    padding: 15px 0;
}

    .grey-bg label {
        float: left;
        margin-right: 12px;
    }

.mrgbtm15 {
    margin-bottom: 15px;
}

.btn-save {
    background-color: #00539f;
    border-color: transparent;
    border-radius: 0;
    color: #fff;
    margin-right: 15px;
    padding: 6px 20px;
    font-family: "titilliumweb-semibold";
    font-size: 14px;
    text-transform: CAPITALIZE;
}

.btn-submit {
    background-color: #adcb4c;
    border-color: transparent;
    border-radius: 0;
    margin-right: 15px;
    padding: 6px 20px;
    font-family: "titilliumweb-semibold";
    font-size: 14px;
    text-transform: CAPITALIZE;
}

.btn-cancel {
    background-color: #919191;
    border-color: transparent;
    border-radius: 0;
    color: #fff;
    margin-right: 15px;
    padding: 6px 20px;
    font-family: "titilliumweb-semibold";
    font-size: 14px;
    text-transform: CAPITALIZE;
}

    .btn-cancel:hover,
    .btn-cancel:focus,
    .btn-cancel:visited {
        color: #fff;
        text-decoration: none;
        outline: none;
    }

.btn-submit:hover,
.btn-submit:focus,
.btn-submit:visited {
    color: #000 !important;
    text-decoration: none;
    outline: none;
}

.btn-save:hover,
.btn-save:focus,
.btn-save:visited {
    color: #fff !important;
    text-decoration: none;
    outline: none;
}

.btn i::before {
    font-size: 20px;
    margin-right: 10px;
}

.btn {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px transparent;
    position: relative;
    overflow: hidden;
    border-top-color: #adcb4c;
    height: 42px;
    vertical-align: middle;
}

    .btn::before {
        content: "";
        position: absolute;
        z-index: -1;
        left: 50%;
        right: 50%;
        top: 0;
        background: #95af43;
        height: 4px;
        -webkit-transition-property: left, right;
        transition-property: left, right;
        -webkit-transition-duration: 0.3s;
        transition-duration: 0.3s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
    }

    .btn:hover:before,
    .btn:focus:before,
    .btn:active:before {
        left: 0;
        right: 0;
    }

    .btn img {
        margin-top: -10px;
        font-size: 20px;
        margin-right: 6px;
    }

    .btn.btn-save {
        padding: 9px 20px;
    }

.panel-heading .pull-right i,
.panel-heading .pull-right i::before {
    font-weight: bold;
    font-size: 16px;
}

.tab-table .nav-tabs li:last-child a {
    padding-top: 10px;
}

.tab-table .nav-tabs li:last-child i {
    font-weight: normal;
}

    .tab-table .nav-tabs li:last-child i:before {
        font-size: 18px;
    }

.filter-bx .btn-submit {
    padding: 6px 20px;
    border-radius: 4px;
    margin-top: 4px;
}

span.invoice-status {
    font-family: "titilliumweb-semibold";
    padding: 2px 10px;
    border-radius: 4px;
    text-transform: capitalize;
    color: #fff !important;
}

.initiated {
    background-color: #8faf28;
}

.send-bck {
    background-color: #d93131;
}

.save-draft {
    background-color: #495c6e;
}

.filename ul {
    max-height: 70px;
    overflow-y: auto;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 0 5px;
    min-height: 40px;
}

.userprofile .dropdown-menu > li > a {
    padding: 4px 20px;
    color: #fff;
}

.userprofile .dropdown-menu-right {
    background-color: #7e7e7e;
}

.logout i {
    margin-right: 5px;
}

.logout:hover,
.logout:focus {
    background-color: transparent !important;
    color: #c0f80b !important;
    text-decoration: none !important;
    outline: none !important;
}

.logout:visited {
    color: #fff;
}

label.remark-text {
    width: 80%;
    color: #5e5e5e;
}

label.control-label {
    text-transform: capitalize;
}

.selected {
    background-color: #e3f3af;
}
/****************************************
Form Controls Styling
****************************************/

.bg-white {
    background-color: #fff;
    padding: 15px;
}
/* Base for label styling */

[type="checkbox"]:not(:checked),
[type="checkbox"]:checked {
    position: absolute;
    left: -9999px;
}

    [type="checkbox"]:not(:checked) + label,
    [type="checkbox"]:checked + label {
        position: relative;
        padding-left: 1.95em;
        cursor: pointer;
        margin-right: 10px;
        text-transform: CAPITALIZE;
        font-family: inherit;
        color: #000;
    }

        [type="checkbox"]:not(:checked) + label:before,
        [type="checkbox"]:checked + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 1.45em;
            height: 1.45em;
            border: 2px solid #00539f;
            background: #fff;
            border-radius: 0;
            box-shadow: none;
        }

        [type="checkbox"]:not(:checked) + label:after,
        [type="checkbox"]:checked + label:after {
            content: '✔';
            position: absolute;
            top: .1em;
            left: .1em;
            font-size: 1.4em;
            line-height: 0.8;
            color: #00539f;
            transition: all .2s;
            font-weight: normal;
        }

        [type="checkbox"]:not(:checked) + label:after {
            opacity: 0;
            transform: scale(0);
        }

        [type="checkbox"]:checked + label:after {
            opacity: 1;
            transform: scale(1);
        }

[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #ddd;
}

[type="checkbox"]:disabled:checked + label:after {
    color: #999;
}

[type="checkbox"]:disabled + label {
    color: #aaa;
}

[type="radio"]:checked,
[type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

    [type="radio"]:checked + label,
    [type="radio"]:not(:checked) + label {
        position: relative;
        padding-left: 28px;
        cursor: pointer;
        line-height: 20px;
        display: inline-block;
        color: #000;
        margin-right: 10px;
        font-family: inherit;
        text-transform: CAPITALIZE;
    }

        [type="radio"]:checked + label:before,
        [type="radio"]:not(:checked) + label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 18px;
            height: 18px;
            border: 4px solid #00539f;
            border-radius: 100%;
            background: #00539f;
        }

        [type="radio"]:checked + label:after,
        [type="radio"]:not(:checked) + label:after {
            content: '';
            width: 12px;
            height: 12px;
            background: #fff;
            position: absolute;
            top: 3px;
            left: 3px;
            border-radius: 100%;
            -webkit-transition: all 0.2s ease;
            transition: all 0.2s ease;
        }

        [type="radio"]:not(:checked) + label:after {
            opacity: 0;
            -webkit-transform: scale(0);
            transform: scale(0);
        }

        [type="radio"]:checked + label:after {
            opacity: 1;
            -webkit-transform: scale(1);
            transform: scale(1);
        }

.bg-white .form-group .select-style::before {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 15px;
    color: #adcb4c;
    position: absolute;
    top: 5px;
    right: 10px;
}

.bg-white .form-group .select-style {
    border: 0 none !important;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    border-bottom: 0 none !important;
}

    .bg-white .form-group .select-style select {
        padding: 5px 8px;
        border: 1px solid #ccc !important;
        box-shadow: none;
        background: transparent;
        background-image: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        -o-appearance: none;
    }

.bg-white .form-group .input-group .form-control,
.bg-white .form-group .input-group-addon,
.bg-white .form-group .input-group-btn {
    display: table-cell;
    border: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-radius: 0;
    background-color: transparent;
    color: #000;
}

.bg-white .form-group .input-group-addon {
    color: #adcb4c;
    border-left: 0 none;
}

.bg-white .form-group .select-style:focus {
    border: 1px solid transparent !important;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 1px solid #9fc32b !important;
}

.bg-white .form-group .select-style select:focus {
    border: 1px solid transparent !important;
    border-bottom: 1px solid #9fc32b !important;
}

.form-heading {
    margin: 0;
    margin-bottom: 15px;
    font-size: 18px;
    color: #00539f;
    border-bottom: 1px solid #adcb4c;
    text-transform: uppercase;
    padding-bottom: 15px;
    font-family: "titilliumweb-semibold";
}

.fixed-table-body thead {
    background-color: #fcd474;
    border-color: #fcd474;
}

.bootstrap-table .table thead > tr > th {
    color: #000;
    font-size: 15px;
}

.delete {
    color: #fd1414;
    font-size: 20px;
    margin-right: 10px;
}

.edit {
    color: #8fa744;
    font-size: 20px;
    margin-right: 10px;
}

    .edit:hover,
    .edit:focus,
    .edit:visited {
        color: #8fa744;
        text-transform: capitalize;
        text-decoration: none;
        outline: none;
    }

.delete:hover,
.delete:focus,
.delete:visited {
    color: #fd1414;
    text-transform: capitalize;
    text-decoration: none;
    outline: none;
}

.pull-right.search {
    width: 30%;
}

.form-control {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
    background-color: #fff;
    border-color: #8faf28;
}

.pagination > li > a,
.pagination > li > span {
    border: 1px solid #8faf28;
}

    .pagination > li > a:focus,
    .pagination > li > a:hover,
    .pagination > li > span:focus,
    .pagination > li > span:hover {
        border: 1px solid #8faf28;
    }

.fixed-table-pagination .pagination a {
    font-size: 15px;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    z-index: 3;
    color: #000;
    cursor: default;
    background-color: #fcd474;
    border-color: #8faf28;
}

.fixed-table-body {
    border: 1px solid #ddd;
}

.fixed-table-container {
    border: 0 none;
}

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
    margin-top: 0;
}

.pagination > li > a:focus,
.pagination > li > a:hover,
.pagination > li > span:focus,
.pagination > li > span:hover,
.pagination > li > a,
.pagination > li > span {
    color: #000;
}

.sku-description {
    font-size: 12px;
}

}

@media screen and (max-width: 1300px) {
    .table .select-style {
        width: 100%;
    }
}

/*****************************************
Added on 03 Nov 2017
*****************************************/
tr.header {
    cursor: pointer;
}
.main-header {
    background-color: #ffe9b4 !important;
}
.panel-heading.invoice-header,
.panel-heading {
    padding: 10px 0px;
}
.panel-heading-fixed {
    padding: 0;
    border: 0px;
    max-height: 640px;
    overflow-y: auto
}
.page-title {
    color: #00539f;
    border-bottom: 0;
    margin: 15px;
    text-transform: uppercase;
    padding-bottom: 0;
}
.filter-bx {
    padding: 10px 0;
    height: 100px;
}
.tab-table .nav>li>a {
    padding: 7px 20px 6px;
}
.tab-table .nav-tabs li:last-child a {
    padding-top: 6px;
    padding-bottom: 5px;
}
.tab-table .nav-tabs {
    top: -40px;
}
.tab-table .nav-tabs>li.active>a::before {
    top: 22px;
}
.panel-group {
    margin-bottom: 10px;
}
.tab-pane > .panel-group,
.tab-pane .panel-group:last-child {
    margin-bottom: 0px;
}
.vert-middle {
    line-height: 32px;
    vertical-align: middle;
    white-space: normal;
    word-wrap: break-word;
}
.panel-heading.invoice-header {
    padding: 4px 0px;
}
.nopdright {
    padding-right: 0;
}
.invoice-header select,
.invoice-header input,
.invoice-header .input-group {
    background-color: #fff;
    border-bottom: 0;
    border-radius: 0;
}
.width10 ,.loassrecovered{
    width: 10%;
}
.width5 {
    width: 5%;
}
.width8 {
    width: 8%;
}
.width15 {
    width: 15%;
}
.table-condensed>tbody>tr>td,
.table-condensed>tbody>tr>th,
.table-condensed>tfoot>tr>td,
.table-condensed>tfoot>tr>th,
.table-condensed>thead>tr>td,
.table-condensed>thead>tr>th {
    text-transform: capitalize;
}
.panel-heading-fixed .input-group-addon {
    padding-left: 0;
    padding-right: 4px;
}
.invoice-header .pull-right span {
    margin-left: 6px;
}
.input-group.date .form-control {
    color: inherit;
}
.exp-collaps {
    cursor: pointer;
}
.lastclm {
    width: 14%;
}
.panel-heading.invoice-header .input-group.date .form-control,.panel-heading.invoice-header .select-style select {
    padding-right: 3px;
    padding-left: 2px
}
.panel-heading.invoice-header .select-style::before{
	    right: 4px;
}
.nopadlft {
    padding-left: 0
}
.invoice-header .pull-right span.invoice-status {
    margin-left: 0;
}
.diffTd.width10, .table-striped>tbody>tr:nth-of-type(even){
	border-bottom: 1px solid #8ea839;
}
.error-msg{
	font-family: "titilliumweb-semibold";
    color: #d93131;
}

/*******************************************
Footer Styling Start
*******************************************/
.footer .text-center {
    text-align: center;
    color: #000;
    font-size: 13px;
    font-family: "titilliumweb-semibold"
}
html {
  height: 100%;
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

body {
  position: relative;
  margin: 0;
  padding-bottom: 6rem;
  min-height: 100%;
}
.footer {
  /*position: absolute;*/ /*Commented by shital*/
  right: 0;
  bottom: 0;
  left: 0;
   border: 1px solid #8faf28;
    background-color: #8faf28;
    padding: 8px;
    margin-top: 30px;
}

/*Added by shital*/
.paddingleft {
    padding-left : 5px;
}

.datetextcolor{
    color: white !important;
}
