
html {
    position: relative;
    min-height: 100%;
}

body {
    background-color: #f1f1f1;
}

/*Wrapping element 
 Set some basic padding to keep content from hitting the edges*/
.body-content {
    /*padding-left: 15px;
    padding-right: 15px;*/
    margin-top: 50px;
    height: 100%;
    min-height: 86.5vh;
    min-width: 96vh;
}

/* Set widths on the form inputs since otherwise they're 100% wide */
input,
select,
textarea {
    /* max-width: 280px;*/
}

.label {
    color: #337ab7;
}

/* Sticky footer styles */
.footer {
    position: absolute;
    bottom: 10px;
    height: 60px;
    text-align:center;
}

.container-fluid .text-muted {
    margin: 20px 0;
}

.k-widget.k-menu {
    float: right;
}


.k-tabstrip ul li.k-item {
    width: 50%;
}

h1 a {
    color: #e0e0e0;
    text-decoration: none;
}

    h1 a:hover,
    h1 a:active {
        color: #ffffff;
        text-decoration: none;
    }


/* Styling menu toggle button */
.btn-toggle {
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: none;
    height: 48px;
}

    .btn-toggle .k-icon {
        opacity: 1;
    }

    .btn-toggle,
    .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]),
    .btn-toggle:focus:not(.k-state-disabled):not([disabled]) {
        box-shadow: none;
        border-radius: 0;
    }

        .btn-toggle .k-i-hbars,
        .btn-toggle:focus:active:not(.k-state-disabled):not([disabled]) .k-i-hbars,
        .btn-toggle:focus:not(.k-state-disabled):not([disabled]) .k-i-hbars {
            background-position: -80px -32px;
        }

/* Styling menu and header for smaller resolutions */
@media (max-width: 768px) {

    .k-header h1 {
        margin: 0;
        font-size: 18px;
        font-weight: lighter;
    }


    .k-rpanel {
        position: relative;
        box-sizing: border-box;
    }

        .k-rpanel .k-menu {
            float: none;
            display: block;
            box-sizing: border-box;
        }

            .k-rpanel .k-menu .k-item {
                display: block;
                clear: both;
                float: none;
                width: 100%;
            }

    .k-panelbar {
        margin-top: 17px;
    }
}

.k-main {
    background: #f1f1f1;
    margin-top: 10px;
}

.k-menu-main {
    background-color: #3c8dbc;
    padding-right: 0px !important;
    padding-left: 0px !important;
}

    .k-menu-main h2 {
        text-align: center;
        margin-top: 0px;
        color: #fff;
        margin-left: -15px;
        padding: 10px 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }

.k-menu-main-section {
    padding: 0.429em 18.667em .429em .5833em !important;
    background-color: #1aaa55 !important;
}

.k-row {
    margin-top: 40px;
}

.k-menu-text {
    text-align: center;
}

.k-menu-span {
    line-height: 30px;
    font-size: 16px;
    font-weight: 600;
    color: #cfcfca;
    text-transform: uppercase;
}

.well-left-nav {
    min-height: 20px;
    padding-top: 62px;
    margin-bottom: 20px;
    background-color: #3c8dbc;
    /* border: 1px solid #e3e3e3; */
    /* border-radius: 4px; */
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .05);
    height: 92.3%;
    position: fixed;
    width: 20%;
    top: 0;
}

button a:hover {
    color: #ffffff;
}

button a {
    color: #e0e0e0;
    text-decoration: none;
}


/*.k-sent-email {
    background: url('images/sent-email.png') no-repeat;
    border-radius: 2px;
    border-color: #fafafa;
    color: #444;
    background-color: #fafafa;
    background-position: 50% 50%;

}*/
.k-grid-content .k-button.k-sent-email {
    background: url('images/sent-email11.png') no-repeat;
    border-color: #fafafa;
    background-color: #fafafa;
    background-position: 50% 50%;
}


.k-button.k-state-hover, .k-button.k-sent-email:hover {
    color: #444;
    border-color: #ebebeb;
    background-color: #ebebeb;
    background: url('images/sent-email.png') no-repeat;
    background-position: 50% 50%;
}

.k-grid-sent-email-number {
    background: #fafafa;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 9px;
    text-indent: .2em;
}

.k-sent-email-button {
    background-color: #fafafa;
    border-color: #e6e6e6;
    clear: both;
    text-align: right;
    border-width: 1px 0 0;
    border-style: solid;
    position: inherit;
    /*bottom: -1em;*/
    /*padding: .6em;*/
    /*margin-top: 23px !important;*/
}

.k-grid-sent-email-button {
    background: #fafafa !important;
    border-color: #fafafa !important;
    box-shadow: 0 2px 6px rgba(228, 228, 228, 0),0 2px 3px rgba(0, 0, 0, 0) !important;
    -webkit-box-shadow: 0 2px 6px rgba(228, 228, 228, 0),0 2px 3px rgba(0, 0, 0, 0) !important;
}

.font-size-main-box {
    /*font-size: medium;*/
}

.font-size-main-box-span {
    position: absolute;
    margin-top: 12px;
    margin-left: -3px;
}

.font-size-main-box-span-sent {
    color: #00b0ff;
}

.sent-main-hr {
    margin-top: 30px;
    margin-bottom: -5px;
    border: 0;
    border-top: 1px solid #eee;
}
.form-control-checkbox {
    display: block;
    padding: 6px 0px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
}
.form-control {
    /*-webkit-box-shadow: inset 0 0px 0px rgba(0, 0, 0, 0) !important;*/
}
.k-grid-header th.k-header > .k-link {
    font-size: medium;
    font-weight: bold;
    text-align: center;
}
.menu-fix {
    border-bottom: 0;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 100;
}
.k-item-name-Analyze-eReceipt{
    font-size: 13px;
}
.k-item-name-Analyze-Customer{
    font-size: 13px;
}
.k-item-name-Analyze-Loyalty{
    font-size: 13px;
}
.k-alt {
    border-bottom: 1px solid #f6efeb !important;
    border-top: 1px solid #f6efeb !important;
    /*background-color: #f6efeb !important;*/
}
    .k-alt:hover {
        /*background-color: #f8f8f8 !important;*/
        /*background-color: RGB(209,231,239) !important;*/
        /*background-color: #eaf8fc !important;*/
    }
.grid-menu {
    font-size: medium;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
}
.k-grid td {
    border-left-width: 0px !important;
}
.k-grid tbody tr {
    background: #ffffff !important;
}

/*breadcrumb*/ 

.breadcrumb-arrow {
    height: 36px;
    padding: 0;
    line-height: 36px;
    list-style: none;
    background-color: #e6e9ed
}

    .breadcrumb-arrow li:first-child a {
        border-radius: 4px 0 0 4px;
        -webkit-border-radius: 4px 0 0 4px;
        -moz-border-radius: 4px 0 0 4px
    }

    .breadcrumb-arrow li, .breadcrumb-arrow li a, .breadcrumb-arrow li span {
        display: inline-block;
        vertical-align: top
    }

        .breadcrumb-arrow li:not(:first-child) {
            margin-left: -5px
        }

        .breadcrumb-arrow li + li:before {
            padding: 0;
            content: ""
        }

        .breadcrumb-arrow li span {
            padding: 0 10px
        }

        .breadcrumb-arrow li a, .breadcrumb-arrow li:not(:first-child) span {
            height: 36px;
            padding: 0 10px 0 25px;
            line-height: 36px
        }

        .breadcrumb-arrow li:first-child a {
            padding: 0 10px
        }

        .breadcrumb-arrow li a {
            position: relative;
            color: #fff;
            text-decoration: none;
            background-color: #3bafda;
            border: 1px solid #3bafda
        }

        .breadcrumb-arrow li:first-child a {
            padding-left: 10px
        }

        .breadcrumb-arrow li a:after, .breadcrumb-arrow li a:before {
            position: absolute;
            top: -1px;
            width: 0;
            height: 0;
            content: '';
            border-top: 18px solid transparent;
            border-bottom: 18px solid transparent
        }

        .breadcrumb-arrow li a:before {
            right: -10px;
            z-index: 3;
            border-left-color: #3bafda;
            border-left-style: solid;
            border-left-width: 11px
        }

        .breadcrumb-arrow li a:after {
            right: -11px;
            z-index: 2;
            border-left: 11px solid #2494be
        }

        .breadcrumb-arrow li a:focus, .breadcrumb-arrow li a:hover {
            background-color: #4fc1e9;
            border: 1px solid #4fc1e9
        }

            .breadcrumb-arrow li a:focus:before, .breadcrumb-arrow li a:hover:before {
                border-left-color: #4fc1e9
            }

        .breadcrumb-arrow li a:active {
            background-color: #2494be;
            border: 1px solid #2494be
        }

            .breadcrumb-arrow li a:active:after, .breadcrumb-arrow li a:active:before {
                border-left-color: #2494be
            }

        .breadcrumb-arrow li span {
            color: #434a54
        }
/*breadcrumb end*/
.navbar-right {
    margin-right: -0px !important;
}
p {
    margin: 0 0 2px !important;
}