﻿/* ===================================================
     VARIABLE ELEMENTS
   =================================================== */
/* Global layout =================================================== */
body {
    font-family: "Open Sans", Arial, Helvetica;
    color: #646464;
    font-size: 12px;
}

section {
    width: 100%;
    overflow: hidden;
    height: auto;
}

.wrap {
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 1200px;
    padding: 40px 0px;
    overflow: hidden;
}

    .wrap h1 {
        font-size: 40px;
        color: #01426a;
        margin-top: 0px;
    }

    .wrap p {
        font-size: 12px;
        padding: 0 0 0px 0;
    }

.box {
    display: block;
    background: #f0f0f0;
    border: 1px solid #ccc;
    padding: 20px;
    margin: 20px 0;
}

.section {
    text-align: center;
}

/* Global type =================================================== */
p {
    font-size: 12px;
    color: #646464;
}

h1 {
    font-size: 40px;
    color: #008774;
    margin: 0;
}

a {
    color: #01426a;
    text-decoration: none;
}

    a:hover {
        color: #01426a;
        text-decoration: none;
    }

    a.link {
        color: #01426a;
        text-decoration: underline;
        cursor: pointer;
    }

        a.link:hover {
            cursor: pointer;
            text-decoration: none;
        }

h1,
h2,
h3,
h4,
h5 {
    color: #008774;
    letter-spacing: 0px;
}

.green h1,
.green h2,
.green h3,
.green h4,
.green h5,
.green p,
.green b,
.green a,
.green strong {
    color: #ffffff;
}

.green-dark h1,
.green-dark h2,
.green-dark h3,
.green-dark h4,
.green-dark h5,
.green-dark p,
.green-dark b,
.green-dark a,
.green-dark strong {
    color: #ffffff;
}

HR {
    margin-top: 12px;
    margin-bottom: 12px;
}

/* Generic Items =================================================== */
.green-bar-full {
    background: #008774;
    margin-top: 1px;
}

.fade-green-block {
    background: #effaf9;
    border-bottom: 1px solid #cfe8e5;
    border-top: 1px solid #cfe8e5;
}

.margin-top {
    margin-top: 20px;
}

.green {
    background: #008774;
    color: #ffffff;
}

.green-dark {
    background: #00564a;
    color: #ffffff;
}

    .green label, .green-dark label {
        color: #ffffff;
        font-size: 12px;
    }

.pastel-blue {
    background: #61abda;
}

.pastel-red {
    background: #c66464;
}

.pastel-green {
    background: #77c996;
}

.pastel-purple {
    background: #6375a5;
}

.pastel-green-light {
    background: #c1e4df;
    color: #01426a !important;
}

/* Table Style =================================================== */
.table > thead > tr > th {
    border-bottom: 2px solid #2da191;
    color: #008774;
    font-weight: bold;
    text-transform: uppercase;
}

.table-wrap {
    float: left;
    width: 100%;
    padding: 20px 0px;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #effaf9;
}

table .color-bg .checkbox-inline {
    padding: 3px 10px 0px 10px;
}

table .form-control,
table input[type="text"] {
    height: 24px;
    padding: 0px 12px;
    min-width: 118px;
    margin-bottom: 0 !important;
}

table .btn {
    font-size: 11px;
    padding: 2px 18px;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
    vertical-align: middle;
}

table .form-horizontal .control-label {
    color: #ffffff;
    padding-top: 1px;
}

.show-details {
    cursor: pointer;
}

.table {
    position: relative;
}

.hidden-details {
    position: absolute;
    width: 100%;
    left: 0;
    margin-top: 14px;
}

.static {
    position: static;
}

.table > tbody > tr.align-top > td,
.table > tfoot > tr.align-top > td {
    vertical-align: top;
}

/* TAB SPECIFIC STYLES =================================================== */
.nav-tabs.nav-justified > li > a {
    border-radius: 0px !important;
    padding: 10px 30px !important;
    border: none !important;
    color: #fff;
    font-size: 14px;
}

.nav-tabs.nav-justified > li.active > a {
    color: #01426a;
}

.nav-tabs.nav-justified > li > a:hover {
    color: #01426a;
}

.nav-tabs.nav-justified > li {
    display: inline-block !important;
    width: auto !important;
    border-left: 1px solid #fff;
    background: #00564a;
    float: left;
}

.nav-tabs > li {
    float: left;
    margin-bottom: 0px;
}

/* PAGE ELEMENTS =================================================== */
.match-product {
    padding: 15px;
    float: left;
    width: 100%;
}

.btn {
    color: #008774;
    background: none;
    border: 1px solid #008774;
    border-radius: 0px;
    outline: none;
    font-size: 12px;
    padding: 7px 30px;
    text-transform: uppercase;
}

.btn-primary {
    color: #ffffff;
    background-color: #008774;
    border-radius: 0px;
}

.green .btn, .green-dark .btn {
    color: #ffffff;
    background: none;
    border: 1px solid #ffffff;
    padding: 7px 16px;
}

.green .btn-primary, .green-dark .btn-primary {
    color: #ffffff;
    background-color: #00564a;
    border-radius: 0px;
    border: 1px solid #00564a;
}

.green .action-buttons, .green-dark .action-buttons {
    padding: 10px 0px 0px 0px;
}

.action-buttons {
    clear: both;
    width: 100%;
    float: left;
    padding: 10px 0px;
    text-align: right;
}

.radio label, .checkbox label {
    padding-left: 0px;
}

.form-group {
    margin-bottom: 5px;
    width: 100%;
    display: inline-block;
}

.form-horizontal .control-label {
    color: #008774;
    font-size: 12px;
}

form {
    padding: 15px 0px;
}

.form-control {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #01426a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfe8e5;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

input[type="text"] {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #01426a;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfe8e5;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.color-bg .checkbox-inline {
    padding: 7px 15px 5px 15px;
    float: left;
    border-radius: 4px;
    color: #fff;
    font-size: 12px;
    margin: 0 5px 5px 0px;
}

    .color-bg .checkbox-inline input[type="checkbox"] {
        position: relative;
        margin-top: 4px \9;
        margin-left: 0px;
        margin-right: 6px;
        float: left;
        margin-top: 3px;
    }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
    margin-top: 0;
}

.match-product.green .action-buttons {
    padding: 27px 0 0 0;
}

.page-header {
    padding-bottom: 9px;
    margin: 20px 0 20px !important;
    border-bottom: 0 !important;
}

h3.page-header {
    color: #ffffff !important;
}

.block-heading {
    float: left;
    width: 100%;
    padding: 10px 0px;
    border-bottom: 1px solid #008774;
}

.left {
    float: left;
}

.right {
    float: right;
}

.block-heading .left {
    font-size: 16px;
    color: #008774;
}

.filter label {
    /*padding-top: 7px;*/ /* See below - SP */
}

.filter .form-group {
    /*padding-top:7px;*/ /* Padding changed to form-group to stop label/input missalignment - SP 24.4.2018 */
}

.filter {
    padding: 35px 0px 20px 0px;
}

.form-group select {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999e9f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfe8e5;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.section-content {
    min-height: 56vh;
}

/* ===================================================
     HOME PAGE
   =================================================== */
/* Home Page Carousel */
header.carousel {
    height: 432px;
}

    header.carousel .item,
    header.carousel .item.active,
    header.carousel .carousel-inner {
        height: 100%;
    }

    header.carousel .fill {
        width: 100%;
        height: 100%;
        background-position: center;
        background-size: cover;
    }

/* ===================================================
     HEADER/ FOOTER ELEMENTS
   =================================================== */
/* HEADER STYLES =================================================== */
header {
    background-color: #ffffff;
}

nav {
    border-bottom: 5px solid #01426a;
}

.navbar-fixed-bottom,
.navbar-fixed-top {
    position: relative;
    margin-bottom: 0px;
}

.left-head {
    float: left;
}

.right-head {
    float: right;
}

.navbar-header {
    width: 100%;
}

.navbar-inverse {
    background-color: #ffffff;
    border: none;
    margin-bottom: 0px;
}

.navbar-left {
    width: 100%;
}

.nav-full {
    background: #effaf9;
    border-bottom: 2px solid #008774 !important;
}

.user-menu {
    padding: 5px 19px;
    background: #01426a;
    margin-bottom: 15px;
    float: right;
}

    .user-menu p {
        margin-bottom: 0px;
        color: #fff;
    }

.sub-img {
    float: right;
    clear: both;
    margin-bottom: 10px;
}

.navbar-inverse .navbar-nav > li > a {
    color: #008774 !important;
    border-bottom: 2px solid #008774;
    margin-bottom: -2px;
    font-size: 14px;
}

.navbar-inverse .navbar-nav > li.open > a {
    color: #01426a !important;
    background-color: #e1f2f0 !important;
    border-bottom: 2px solid #01426a;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    width: auto;
    background-color: rgba(1, 66, 106, 0.75);
}

.dropdown-menu > li > a {
    display: block;
    padding: 6px 13px;
    clear: both;
    font-weight: normal;
    line-height: 1.42857143;
    color: #fff;
    white-space: nowrap;
}

.logo {
    float: left;
    padding: 28px 0px;
}

.section-heading {
    background: #2da191;
}

    .section-heading h1 {
        color: #ffffff;
    }

.user-menu li {
    float: left;
    color: #ffffff;
    list-style-type: none;
    padding: 0px 10px;
}

.user-menu ul {
    float: right;
    padding: 0px;
    margin: 0px;
}

/* FOOTER STYLES =================================================== */
footer {
    padding: 60px;
    margin-top: 40px;
    background-color: #01426a;
}

    footer ul {
        padding: 0px;
    }

    footer li {
        list-style-type: none;
        padding: 5px 0px;
    }

        footer li a {
            color: #ffffff;
        }

            footer li a:hover {
                color: #ffffff;
                text-decoration: underline;
            }

/* ===================================================
     PAGE ELEMENTS
   =================================================== */
/* 404 Page Styles */
.error-404 {
    font-size: 100px;
}

/* Pricing Page Styles */
.price {
    display: block;
    font-size: 50px;
    line-height: 50px;
}

    .price sup {
        top: -20px;
        left: 2px;
        font-size: 20px;
    }

.period {
    display: block;
    font-style: italic;
}

/*LOGIN PAGE*/
.login .content-area {
    padding-top: 10%;
    padding-right: 10px;
    padding-left: 20px;
}

.login .navbar, .login footer {
    display: none;
}

.login-wrap {
    margin: 0 auto;
    width: 100%;
    max-width: 500px;
    box-shadow: 3px 3px 55px #022131;
}

.logo-area {
    display: block;
    width: 100%;
    background: #fff;
    min-height: 110px;
    padding-top: 26px;
    padding-left: 0;
}

.login .well {
    padding: 20px 60px 20px 60px;
    margin-bottom: 0;
    background-color: #fff;
    border-radius: 0;
    min-height: 110px;
}

.logo-area-footer {
    display: block;
    width: 100%;
    background: #fff;
    min-height: 90px;
    padding-top: 15px;
    padding-right: 5px;
    text-align: right;
}

body.login {
    background: #008774;
}

.login .form-group {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
}

    .login .form-group input {
        display: block;
        width: 100%;
        height: 40px;
        padding: 6px 12px;
        font-size: 12px;
        line-height: 1.42857143;
        color: #01426a;
        background-color: #fff;
        background-image: none;
        border: 1px solid #cfe8e5;
        border-radius: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
    }

.form-horizontal .control-label {
    text-align: left;
}

.submit .btn {
    width: 100%;
    padding: 11px;
    margin-top: 17px;
    background: #008774;
    color: #fff;
}

/* ===================================================
     RESPONSIVE ELEMENTS
   =================================================== */
/* Ipad Landscape */
@media (max-width: 1030px) {
    .color-bg .checkbox-inline {
        padding: 7px 7px 5px 6px;
        float: left;
        border-radius: 4px;
        color: #fff;
        font-size: 12px;
        margin: 0 5px 5px 0px;
    }

    .match-product {
        padding: 16px 14px;
        float: left;
        width: 100%;
        font-size: 11px;
    }

    .green .btn, .green-dark .btn {
        padding: 7px 8px;
        font-size: 11px;
    }
}
/* Ipad Portrait */
@media (max-width: 780px) {
    .green .btn, .green-dark .btn {
        padding: 7px 18px;
        font-size: 12px;
    }

    .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4 {
        padding-left: 15px !important;
    }

    .nav-tabs.nav-justified > li > a {
        margin-bottom: 0px;
        text-align: center;
    }

    .navbar-inverse .navbar-toggle {
        border-color: #2da191;
        background: #2da191;
        border-radius: 0px;
        margin-left: 20px;
        margin-right: 0px;
        margin-top: 43px;
        cursor: pointer;
    }

    .navbar-inverse .navbar-nav > li > a {
        color: #008774 !important;
        border-bottom: none;
        margin-bottom: 0px;
        font-size: 14px;
    }

    .navbar-nav > li > .dropdown-menu {
        margin-top: 0;
        border-radius: 0;
        width: 100%;
        background-color: #e1f2f0 !important;
        position: relative;
        box-shadow: none;
        margin-bottom: 14px;
        border: none;
    }

    .dropdown-menu > li > a {
        display: block;
        padding: 6px 13px 6px 28px;
        clear: both;
        font-weight: normal;
        line-height: 1.42857143;
        color: #00564a;
        white-space: nowrap;
    }

    .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus {
        background-color: #01426a;
    }

    .col-sm-6 {
        width: 50%;
        float: left;
    }
}
/* ===================================================
    IE / BROWSER FIXES
   =================================================== */
/* IE10+ CSS styles go here

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
}

/*FIREFOX STYLE

@-moz-document url-prefix() {
}

/* ===================================================
     KENDO AMENDS
   =================================================== */

.controls span.k-dropdown {
    width: 100%;
}

.k-editor-toolbar .k-button-group .k-tool {
    width: 33px;
    height: 28px;
    line-height: 27px;
    margin: 0;
}

.k-editor.k-header {
    color: #6d6d68;
    background-color: #effaf9;
    -webkit-box-shadow: none;
    box-shadow: none;
}

table.k-editor {
    border-color: #cfe8e5;
}

.resource-file .k-upload-sync {
    background: #fff;
    border: none;
}

.k-state-selected {
    border: none;
    color: #008774 !important;
    border-radius: 0px !important;
}

.k-grid .k-alt {
    background-color: #effaf9 !important;
}

.k-grid td {
    border-style: solid;
    border-width: 0 0 0 1px;
    overflow: hidden;
    vertical-align: middle;
    text-overflow: ellipsis;
    padding: 8px !important;
    line-height: 1.42857143 !important;
}

.k-filter-row th, .k-grid-header th.k-header {
    overflow: hidden;
    border-style: solid;
    border-width: 0px !important;
    padding: 8px !important;
    font-weight: 400;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: left;
    border: none;
    border-bottom: 2px solid #096b2c !important;
    color: #008774 !important;
    font-weight: bold !important;
    background: #fff !important;
    text-transform: uppercase !important;
}

    .k-grid-header th.k-header > .k-link {
        display: block;
        min-height: 18px;
        line-height: 18px;
        margin: 0px !important;
        padding: 0px !important;
        color: #008774 !important;
        overflow: hidden;
        text-overflow: ellipsis;
    }

input[type="radio"], input[type="checkbox"] {
    margin: 8px 0 0;
    margin-top: 1px \9;
    line-height: normal;
    width: auto !important;
    height: auto !important;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus {
    color: #fff !important;
    background-color: #2da191;
    border-bottom: 2px solid #2da191;
}

.navbar-inverse .navbar-nav > li.active.open > a {
    color: #fff !important;
    background-color: #2da191 !important;
    border-bottom: 2px solid #2da191;
}

.navbar-nav > li > .dropdown-menu {
    margin-top: 0;
    border-radius: 0;
    width: auto;
    min-width: 184px;
    background-color: rgba(1, 66, 106, 0.75);
}

.filter {
    padding: 22px 0px 20px 0px;
}

.fade-green-block.filter {
    padding: 12px 0px 12px 0px;
}

form#__AjaxAntiForgeryForm {
    padding: 0px;
}

.sub-page-nav .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}

.form-group.margin-top h5 {
    margin-bottom: 30px;
}

.form-group.margin-top h5 {
    margin-bottom: 30px;
    border-bottom: 1px dashed #008774;
    padding-bottom: 10px;
}

.sub-page-nav .active {
    background: #e6efee;
}

.add-edit-green-fade {
    background: rgba(239, 250, 249, 0.59);
    padding: 10px 0px;
}

/*KENDO*/

.block-heading .k-dropdown .k-state-default {
    display: block;
    width: 92%;
    height: 32px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #008774;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfe8e5;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.block-heading .k-autocomplete .k-input, .block-heading .k-dropdown-wrap .k-input, .block-heading .k-numeric-wrap .k-input, .block-heading .k-picker-wrap .k-input, .block-heading .k-selectbox .k-input, .block-heading .k-textbox > input {
    height: 20px;
    line-height: 1.65em;
    padding: 6px 3px;
    text-indent: .33em;
    border: 0;
    margin: 0;
}

.k-animation-container {
    border-color: red;
}

.k-nodata > div {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    padding: 11px;
    border-color: red;
}

.block-heading .k-dropdown {
    width: 240px;
}

.block-heading.fade-green-block {
    border-bottom: 1px solid rgb(230, 230, 230);
}

/*Hide tab nav*/
.detailTemplateTabGrids .k-tabstrip-items {
    display: none;
}

/* OVERIDES TO ADD TO SASS */

.form-group input[type="checkbox"] {
    margin-top: 3px;
}

.col-md-1 input[type="checkbox"] {
    margin-top: 8px;
}

.box-edit {
    border: 1px solid #cecece;
    padding: 3px 12px;
    width: 100%;
    box-sizing: border-box;
    display: inline-block;
    cursor: pointer;
    height: 24px;
}

#grdContingentDiscountAdjustmentDetail td:nth-of-type(5),
#grdContingentDiscountAdjustmentDetail td:nth-of-type(7),
#grdContingentDiscountAdjustmentDetail td:nth-of-type(9) {
    border-left: none;
    padding-left: 7px !important;
}

.left .form-group.required input[type="radio"], .form-group.required input[type="checkbox"] {
    margin: 1px 0 0;
    line-height: normal;
    width: auto !important;
    height: auto !important;
}

.left .form-group .k-numerictextbox {
    width: 100%;
}

.left .form-group .k-numeric-wrap {
    color: #999e9f;
    border-color: #cfe8e5;
}

.left .form-group .k-numerictextbox .k-input {
    width: 100%;
    height: 32px;
    font-size: 12px;
    color: rgb(1, 66, 106);
    box-sizing: border-box;
}

.left .form-group .k-numeric-wrap .k-select {
    padding: 0;
    padding-top: 6px;
    height: 30px;
}

form {
    padding: 0px;
}

.value-label {
    float: left;
    width: 71px;
}

.branch-contacts .form-group .k-grid-content {
    height: 220px !important;
}

.branch-contacts .form-group .k-grid {
    height: 315px !important;
}

.k-grid-header th.k-header {
    vertical-align: middle;
}

.k-multiselect-wrap li span {
    margin-right: -1px;
    margin-top: 0px;
    font-size: 12px;
}

.k-multiselect-wrap > ul > .k-button {
    -webkit-box-shadow: none;
    box-shadow: none;
    border-radius: 0px;
    background: #2da191;
    color: #fff;
    font-weight: normal;
}

.k-multiselect-wrap .k-input {
    width: 153.641px;
    color: #a6a6a6;
}

.k-multiselect.k-header {
    border-color: #cfe8e5;
}

.k-multiselect-wrap {
    display: block;
    font-weight: normal;
    height: auto;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #dedede;
    background-color: #fff;
    background-image: none;
    border-color: #cfe8e5;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.form-group .k-dropdown-wrap {
    display: block;
    width: 96.5%;
    padding: 4px 6px;
    font-size: 12px;
    height: 21px;
    color: #999e9f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfe8e5;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.k-listbox .k-item, .k-popup .k-list .k-item {
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    padding: 0 4px;
    color: #999e9f;
}

.k-popup.k-calendar-container, .k-popup.k-list-container {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    padding: 2px;
    border-width: 1px;
    border-style: solid;
    border-color: #cfe8e5;
    border-top: none;
}

.k-dropdown-wrap .k-input {
    color: #999e9f;
}

.k-picker-wrap .k-input {
    margin: 0;
    background: none;
    color: #999e9f;
    padding: 2px 0px;
}

.k-picker-wrap.k-state-default {
    display: block;
    width: 98%;
    padding: 4px 6px;
    font-size: 12px;
    height: 21px;
    color: #999e9f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfe8e5;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

.k-upload-sync {
    background: #effaf9;
    border: none;
}

    .k-upload-sync .k-upload-button {
        margin: 10px 0px;
    }

.k-file {
    border-style: solid;
    border-width: 0 0 1px;
    background: none;
    padding: .65em .17em .65em 1em;
}

.k-upload .k-upload-button {
    box-shadow: none;
    color: #5a5a5a;
    background: #ececec;
    border: 1px solid #adadad;
    border-radius: 0px;
    outline: none;
    font-size: 12px !important;
    padding: 5px 18px;
    font-weight: normal;
    text-transform: capitalize;
}

.k-upload-files {
    line-height: 2.66;
    border-style: solid;
    border-width: 1px 0 0;
    padding-bottom: 11px;
    border-color: #e6e6e6;
}

span.k-numerictextbox {
    background-color: transparent;
    width: 100%;
}

/* To correct grid bleeding over the edge of the page - SP 24.04.2018 */
#vsscoContingentDiscount .k-numerictextbox .k-input {    
    min-width: 70px;
}

.k-numeric-wrap.k-state-default {
    background-image: none;
    background-position: 50% 50%;
    color: #999e9f;
    background-color: #fafafa;
    border-color: #cfe8e5 !important;
    box-shadow: none !important;
}

.k-numerictextbox .k-input {
    margin: 0;
    /*height: 18px;*/
    height: 30px !important;
    padding: 6px 6px;
}

.k-numeric-wrap .k-select {
    padding: 3px 0px;
    height: 24px;
}

.k-picker-wrap .k-select {
    line-height: 26px;
}

.add-manually {
    border-top: 1px solid #e6e6e6;
    padding-top: 16px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 16px;
    margin-bottom: 20px !important;
}

.pager {
    padding-left: 0;
    margin: 20px 0;
    list-style: none;
    margin-top: 0px;
    text-align: right;
    float: left;
    width: 100%;
    padding: 10px 13px;
    background: rgba(241, 241, 241, 0.28);
    border-top: 1px solid #2da191;
}

    .pager li > a, .pager li > span {
        display: inline-block;
        padding: 5px 14px;
        background-color: #fff;
        border: 1px solid #ddd;
        border-radius: 0px;
        margin: 0px 1px;
    }

    .pager li.active a {
        background-color: #008774;
        color: #fff;
    }

.pager-items {
    float: left;
    width: 100%;
    position: relative;
}

.pager-size {
    position: absolute;
    top: -60px;
    margin-left: 14px;
}

#PageSize {
    margin-left: 16px;
    padding: 5px 3px;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 0px;
}

.k-grid-edit, .k-grid-delete {
    background: none;
    box-shadow: none;
    border: none;
}

    .k-grid-edit .k-icon, .k-grid-delete .k-icon {
        box-sizing: border-box;
        color: #008774;
        font-size: 18px;
        opacity: 1;
    }

.k-i-edit:before, .k-i-close:before {
    color: #444 !important;
}

.k-pager-numbers .k-link {
    text-align: center;
    line-height: 32px;
    border-style: solid;
    border-width: 1px;
    border-radius: 0px;
}

.k-pager-wrap .k-pager-numbers .k-state-selected {
    margin-top: -1px;
    padding-top: 2px;
    min-width: 2.429em;
    background: #2da191;
    border-color: #2da191;
    color: #fff !important;
}

.k-pager-wrap > .k-link {
    float: left;
    margin: 4px .08333em;
    height: 2em;
    line-height: 2em;
    border-radius: 1.0833em;
    cursor: pointer;
    text-align: center;
}

.k-grid-toolbar {
    background-color: #ffffff !important;
    padding: 13px 16px;
    border-color: #e6e6e6 !important;
}

.k-grid-add {
    background-color: #008774 !important;
    border-color: #008774 !important;
    float: right;
    font-weight: normal;
}

table .add-product-table .btn {
    font-size: 12px;
    padding: 7px 30px;
}

table .add-product-table input[type="text"] {
    height: 32px;
    padding: 6px 12px;
    min-width: 118px;
    margin-bottom: 0 !important;
}

    table .add-product-table input[type="text"].k-formatted-value {
        height: 18px;
    }

.k-calendar .k-header {
    background-color: #2da191;
}

.k-calendar td.k-state-selected {
    background-color: #2da191;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.k-calendar td {
    border-radius: 0px;
}

.td_toggle {
    background: #f9f9f9;
}

.k-numeric-wrap.k-state-default .k-input {
    height: 18px;
    padding: 6px 6px;
}

.k-picker-wrap.k-state-default .k-input {
    height: 9px;
    padding: 6px 0px;
}

table .td_toggle .action-buttons .btn {
    font-size: 12px;
    padding: 7px 30px;
}

.td_toggle .controls input[type="radio"], .td_toggle .controls input[type="checkbox"] {
    margin: 2px 0 0;
}

label.current {
    cursor: pointer;
    color: #008774;
}

.form-group input {
    display: block;
    width: 100%;
    height: 32px;
    padding: 6px 6px;
    font-size: 12px;
    line-height: 1.42857143;
    color: #999e9f;
    background-color: #fff;
    background-image: none;
    border: 1px solid #cfe8e5;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#divProductList select {
    display: block;
    font-weight: normal;
    height: auto;
    padding: 6px 12px;
    font-size: 12px;
    line-height: 1.42857143;
    background-color: #fff;
    background-image: none;
    border-color: #cfe8e5;
    border-radius: 0px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
}

#divProductList .pager-size select {
    display: initial;
}

.container-fluid.window-form {
    margin-bottom: 20px;
}

.k-window-title {
    position: absolute;
    left: 1.44em;
    right: .44em;
    overflow: hidden;
    cursor: default;
    text-overflow: ellipsis;
    top: 4px;
}

.container-fluid.window-form .k-multiselect-wrap {
    min-height: 105px;
}

.k-block > .k-header, .k-window-titlebar {
    position: absolute;
    width: 100%;
    height: 1.1em;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    margin-top: -2em;
    padding: .4em 0;
    font-size: 1.2em;
    white-space: nowrap;
    min-height: 16px;
    background: #008774;
}

.k-dialog.k-confirm .k-dialog-titlebar {
    background: #008774;
    border-bottom: none;
    border-radius: 0px;
}

.k-dialog.k-confirm .k-window-titlebar .k-dialog-title {
    color: #fff;
}

.k-dialog .k-dialog-titlebar .k-dialog-title {
    margin: 0;
    padding: 0;
    width: auto;
    max-width: 98%;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 1.2em;
    line-height: 31px;
}

.k-dialog.k-alert .k-content, .k-dialog.k-confirm .k-content {
    padding: 42px 27px;
}

.k-overflow-container .k-primary, .k-primary {
    color: #fff;
    border-color: #008774;
    background-image: none;
    background-position: 50% 50%;
    background-color: #008774;
    -webkit-box-shadow: none;
    box-shadow: none;
}

    .k-primary:hover, .k-primary:focus {
        border-color: #008774;
        background-color: #008774;
    }

.k-window.k-dialog {
    position: fixed;
    padding-top: 0;
    border: 1px solid #797979;
}

.k-grid tr.k-state-selected {
    background: none;
    border: none;
}

    .k-grid tr.k-state-selected td, .k-grid tr.k-state-selected td:hover {
        background: none !important;
    }

    .k-grid tr.k-state-selected > td {
        border-color: #e6e6e6;
    }


.k-grid .k-header .k-button:hover, .k-grid .k-header .k-button {
    background-color: #008774;
    border-color: #008774;
}

/* ==== SP KENDO OVERRIDES ==== */
.container.container--no-pad {
    padding: 0;
}

.controls {
    margin-bottom: 8px;
}

/* ---- GRID ---- */
/* Borders & Background */
.k-grouping-row TD,
.k-resize-handle-inner,
td.k-group-cell {
    border-width: 0 !important;
    background-color: #FAFAFA;
}

.k-footer-template TD,
.k-group-footer TD {
    border-width: 0;
}
/* Edit Inputs */
TD.k-edit-cell INPUT.text-box-single-line {
    width: auto;
    height: 100%;
    line-height: 1;
}


.report-list {
    padding: 10px;
    border-bottom: 1px solid #c5c5c5;
}


@media (max-width: 767px) {
    .navbar-nav {
        margin: 0px;
    }

    .margin-top {
        margin-top: 20px;
        display: inline-block;
    }

    footer img {
        width: 100%;
    }

    /* ---- KENDO OVERRIDES ---- */

    /* ---- Grid Header Font ---- */
    .k-grid-header th.k-header > .k-link {
        font-size: 80%;
    }

    /* Grid Container */
    .container {
        width: auto;
    }

    td.k-hierarchy-cell {
        display: none !important;
    }
}

@media (min-width: 768px) {

    /* Filter Panel - increased top & botom padding */
    .fade-green-block.filter {
        padding: 24px 0px 24px 0px;
    }

    /* ---- KENDO OVERRIDES ---- */

    /* Dropdown width - equalise with standard input */
    /*SPAN.k-widget.k-dropdown                   {width:97.5%;}*/
}


/* Saath */

.note_leftBlock {
    float: left;
    width: 17%;
    color: white;
}

.note_rightBlock {
    float: right;
    width: 83%;
    padding-right: 0px;
    padding: 10px;
    box-sizing: border-box;
    color: white;
}

/* Info template */
.k-notification-info.k-group {
    background-color: #01a4ca !important;
    color: #fff;
}

.info-notification {
    width: 300px;
    min-height: 50px;
}

.success-notification p {
    padding: 10px 0px 0px 0px;
}

.info-notification h3 {
    font-size: 1em;
    padding: 32px 10px 5px;
}

.info-notification img {
    float: left;
    margin: 10px;
}

/* Error template */
.k-notification-error.k-group {
    background-color: #d51148 !important;
    color: #ffffff;
    border: 0;
}

.error-notification {
    width: 300px;
    min-height: 50px;
}

.success-notification p {
    padding: 10px 0px 0px 0px;
}

.error-notification h3 {
    font-size: 1em;
    padding: 32px 10px 5px;
}

.error-notification img {
    float: left;
    margin: 10px;
}

/* Success template */
.k-notification-success.k-group {
    background-color: #01a4ca !important;
    color: #ffffff;
    border: 0;
}

.success-notification {
    width: 300px;
    min-height: 50px;
}

    .success-notification h3 {
        font-size: 1em;
        padding: 32px 10px 5px;
    }

    .success-notification p {
        padding: 10px 0px 0px 0px;
    }

    .success-notification img {
        float: left;
        margin: 10px;
    }

/* warning template */
.k-notification-warning.k-group {
    background-color: #f36222 !important;
    color: #ffffff;
    border: 0;
}

.warning-notification {
    width: 300px;
    min-height: 50px;
}

.success-notification p {
    padding: 10px 0px 0px 0px;
}

.warning-notification h3 {
    font-size: 1em;
    padding: 32px 10px 5px;
}

.warning-notification img {
    float: left;
    margin: 10px;
}