﻿.top-buffer {
    margin-top: 20px;
}

.gridStyle {
    border: 1px solid rgb(212,212,212);
    height: 300px;
}

#zenbox_tab {
    margin-top: 0px;
}

/* Google Chart Customizations Start*/
.bold-font {
    font-weight: bold;
}

.left-text {
    text-align: right;
}

.center-text {
    text-align: center;
}

.right-text {
    text-align: right;
}

.large-font {
    font-size: 15px;
}

.border-solid {
    border: 1px solid black;
}
/* Google Chart Customizations End */

a {
    color: #333;
    outline: none;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: underline;
}

    a:link, a:visited, a:active, a:hover {
        color: #333;
    }

    a:hover {
        background-color: #c7d1d6;
    }

.header {
    background: #1da0ed url("../Images/header-bg.png") repeat-x bottom;
}

header, footer, hgroup, nav, section {
    display: block;
}

mark {
    background-color: #a6dbed;
    padding-left: 5px;
    padding-right: 5px;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.clear-fix:after {
    content: ".";
    clear: both;
    display: block;
    height: 0;
    visibility: hidden;
}

.spacer {
    height: 20px;
}

/* main layout
----------------------------------------------------------*/
.content-wrapper {
    margin: 0 auto;
    max-width: 98%;
}

#body {
    clear: both;
    background: #e2e2e2 url(../Images/blue-shine.jpg) bottom repeat-x;
    padding: 5px 0 75px;
}

.main-content {
    xbackground: url("../Images/accent.png") no-repeat;
    padding-left: 10px;
    padding-top: 18px;
}

.featured + .main-content {
    xbackground: url("../Images/heroAccent.png") no-repeat;
}

.footer {
    clear: both;
    background-color:#939393;
     opacity: 1.0;
    font-size: .8em;
}


/* site title
----------------------------------------------------------*/
.site-title {
    color: #c8c8c8;
    font-family: Rockwell, Consolas, "Courier New", Courier, monospace;
    font-size: 2.3em;
    margin: 0;
}

    .site-title a, .site-title a:hover, .site-title a:active {
        background: none;
        color: #c8c8c8;
        outline: none;
        text-decoration: none;
    }

.breadcrumb {
    margin: 10px 0;
    font-size: 11px;
    color: #6c6c6c;
}

    .breadcrumb a:link {
        text-decoration: none;
        font-weight: bold;
    }

.itemTitleBox {
    height: 25px;
}

    .itemTitleBox h3 {
        margin-top: 0;
    }

/* login
----------------------------------------------------------*/
#login {
    display: block;
    font-size: .85em;
    margin: 0 0 10px;
    text-align: right;
}

    #login a {
        background-color: #d3dce0;
        margin-left: 10px;
        margin-right: 3px;
        padding: 2px 3px;
        text-decoration: none;
    }

        #login a.username {
            background: none;
            margin: 0;
            padding: 0;
            text-decoration: underline;
        }

    #login ul {
        margin: 0;
    }

    #login li {
        display: inline;
        list-style: none;
    }

/* menu
----------------------------------------------------------*/
ul#menu {
    font-size: 1.3em;
    font-weight: 600;
    margin: 0 0 5px;
    padding: 0;
    text-align: right;
}

    ul#menu li {
        display: inline;
        list-style: none;
        padding-left: 15px;
    }

        ul#menu li a {
            background: none;
            color: #999;
            text-decoration: none;
        }

            ul#menu li a:hover {
                color: #333;
                text-decoration: none;
            }


/* page elements
----------------------------------------------------------*/
/* featured */
.featured {
    background-color: #fff;
}

    .featured .content-wrapper {
        background-color: #eeeeee;
        color: #3e5667;
        padding: 5px 20px 20px 20px;
    }

    /* WD Styles */
    .featured .content-wrapper {
        -moz-border-radius: 10px;
        -webkit-border-radius: 10px;
        -khtml-border-radius: 10px;
        border-radius: 10px;
        background: #fff;
        border: 1px solid #ccc;
    }

.k-content.dateBox .content-wrapper {
    width: 260px;
    text-align: center;
}

.google-visualization-table-table td {
    font-size: medium;
}

.saveBtn {
    float: right;
}

.k-content .content-wrapper {
    color: #3e5667;
    padding: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    xborder: 1px solid #ccc;
}

.k-content h2 {
    font-size: 32px;
}

.featured hgroup.title h1, .featured hgroup.title h2 {
    color: #666;
}

.featured p {
    font-size: 1.1em;
}

/* page titles */
hgroup.title {
    margin-bottom: 10px;
}

    hgroup.title h1, hgroup.title h2 {
        display: inline;
    }

/* features */
section.feature {
    width: 300px;
    float: left;
    padding: 10px;
}

/* ordered list */
ol.round {
    list-style-type: none;
    padding-left: 0;
}

    ol.round li {
        margin: 25px 0;
        padding-left: 45px;
    }

        ol.round li.zero {
            background: url("../Images/orderedList0.png") no-repeat;
        }

        ol.round li.one {
            background: url("../Images/orderedList1.png") no-repeat;
        }

        ol.round li.two {
            background: url("../Images/orderedList2.png") no-repeat;
        }

        ol.round li.three {
            background: url("../Images/orderedList3.png") no-repeat;
        }

        ol.round li.four {
            background: url("../Images/orderedList4.png") no-repeat;
        }

        ol.round li.five {
            background: url("../Images/orderedList5.png") no-repeat;
        }

        ol.round li.six {
            background: url("../Images/orderedList6.png") no-repeat;
        }

        ol.round li.seven {
            background: url("../Images/orderedList7.png") no-repeat;
        }

        ol.round li.eight {
            background: url("../Images/orderedList8.png") no-repeat;
        }

        ol.round li.nine {
            background: url("../Images/orderedList9.png") no-repeat;
        }

/* content */
article {
    float: left;
    width: 70%;
}

aside {
    float: right;
    width: 25%;
}

    aside ul {
        list-style: none;
        padding: 0;
    }

        aside ul li {
            background: url("../Images/bullet.png") no-repeat 0 50%;
            padding: 2px 0 2px 20px;
        }

.label {
    font-weight: 700;
}

/* login page */
.loginBox {
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    background: #fff;
    border: 1px solid #ccc;
    padding: 10px 20px;
    margin-top: 75px;
}

.logoBox-login {
    float: left;
}

/* contact */
.contact h3 {
    font-size: 1.2em;
}

.contact p {
    margin: 5px 0 0 10px;
}

.contact iframe {
    border: 1px solid #333;
    margin: 5px 0 0 10px;
}

/* forms */
fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

    fieldset legend {
        display: none;
    }

    fieldset ol {
        margin: 0;
        padding: 0;
        list-style: none;
    }

        fieldset ol li {
            padding-bottom: 5px;
        }

/* info and errors */
.message-info {
    border: 1px solid;
    clear: both;
    padding: 10px 20px;
}

.message-error {
    clear: both;
    color: #e80c4d;
    font-size: 1.1em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.message-success {
    color: #7ac0da;
    font-size: 1.3em;
    font-weight: bold;
    margin: 20px 0 10px 0;
}

.error {
    color: #e80c4d;
}

.breadcrumb .error {
    float: right;
}


/* styles for validation helpers */
.field-validation-error {
    color: #e80c4d;
    font-weight: bold;
}

.field-validation-valid {
    display: none;
}

input.input-validation-error {
    border: 1px solid #e80c4d;
}

input[type="checkbox"].input-validation-error {
    border: 0 none;
}

.validation-summary-errors {
    color: #e80c4d;
    font-weight: bold;
    font-size: 1.1em;
    width: 300px;
}

.validation-summary-valid {
    display: none;
}


/* tables */

/*dashboard table*/
table {
    width: 100%;
    padding: 0;
    border-collapse: collapse;
    margin-top: 0px;
    float: left;
    height: auto;
}
    /*th properties*/
    table th {
        border: 1px solid #e5e5e5;
        background: #cecece;
        text-align: left;
        padding: 8px 0px 8px 10px;
        font-size: 14px;
        color: #6c6c6c;
        font-weight: bold;
    }

        table th.status {
            width: 50px;
        }

        table th.date {
            width: 50px;
        }

        table th.dept {
            width: 60px;
        }

        table th.vendor {
            width: auto;
        }

        table th.items {
            width: auto;
        }

        table th.action {
            width: 55px;
        }

        table th a:link,
        table th a:visited,
        table th a:active {
            color: #076e7b;
        }

        table th a:hover {
            color: #009fb3;
            text-decoration: none;
        }

    /*td properties*/
    table td {
        border: 1px solid #e5e5e5;
        padding: 10px;
        font-size: 13px;
        font-weight: normal;
        color: #5e5e5e;
        background: #FFF;
    }

        table td.dept, table td.vendor {
            font-size: 20px;
            font-weight: bold;
        }

        table td.vendor, table td.items {
            text-align: left;
        }

            table td.dept a,
            table td.vendor a {
                font-weight: bold;
                color: #0894a5;
                text-decoration: none;
            }

                table td.dept a:hover,
                table td.vendor a:hover {
                    color: #0894a5;
                    text-decoration: none;
                }

        table td.action ul {
            list-style: none;
            margin: 0;
            padding: 0;
        }

        table td.action ul,
        table td.action li {
            float: left;
            padding-right: 5px;
        }

            table td.action li a:link,
            table td.action li a:visited,
            table td.action li a:active {
                font-weight: bold;
                font-size: 11px;
                color: #FFF;
                text-transform: uppercase;
            }

            table td.action li a:hover {
                color: #aef0ff;
                text-decoration: none;
            }

            table td.action li a span {
                height: 20px;
                background-repeat: no-repeat;
                background-position: left;
                display: block;
                padding-left: 5px;
            }

                table td.action li a span span {
                    height: 17px;
                    background-repeat: no-repeat;
                    background-position: right;
                    padding: 3px 5px 0 0px;
                    display: inline-block;
                }

            table td.action li a.view span {
                background-image: url(../images/view-left.jpg);
            }

                table td.action li a.view span span {
                    background-image: url(../images/view-right.jpg);
                }

            table td.action li a:hover {
                background: none;
            }


td a.img_small {
    float: left;
    background: #dcdcdc;
    padding: 2px;
    display: block;
    width: 71px;
    height: 39px;
    border: 1px solid #ccc;
}

    td a.img_small:hover {
        background: #2c9ab4;
    }

    td a.img_small img {
        width: 69px;
        height: 37px;
        border: 1px solid #fff;
    }
/*end dashboard table*/


table.confirmTbl {
    margin-top: 10px;
}

    table.confirmTbl td {
        border: 0;
        border-bottom: 1px solid #f8fdff;
        border-top: 1px solid #f8fdff;
        vertical-align: top;
        background: whitesmoke;
        text-align: left;
    }

        table.confirmTbl td:first-child {
            width: 200px;
            background: #eaeaea;
            text-align: right;
            font-weight: bold;
        }

        table.confirmTbl td.confirmTd {
            vertical-align: bottom;
            border-left: 1px solid #f8fdff;
        }


@media only screen and (max-width: 500px) {
    h2 {
        font-size: 12pt;
    }
}

/********************
*   Mobile Styles   *
********************/
@media only screen and (max-width: 850px) {

    /* login */
    #login {
        font-size: .85em;
        margin: 0 0 12px;
        text-align: center;
    }

        #login ul {
            margin: 5px 0;
            padding: 0;
        }

        #login li {
            display: inline;
            list-style: none;
            margin: 0;
            padding: 0;
        }

        #login a {
            background: none;
            color: #999;
            font-weight: 600;
            margin: 2px;
            padding: 0;
        }

            #login a:hover {
                color: #333;
            }

    /* menu */
    nav {
        margin-bottom: 5px;
    }

    ul#menu {
        margin: 0;
        padding: 0;
        text-align: center;
    }

        ul#menu li {
            margin: 0;
            padding: 0;
        }


    /* main layout
    ----------------------------------------------------------*/
    .main-content,
    .featured + .main-content {
        background-position: 10px 0;
    }

    .content-wrapper {
        padding-right: 10px;
        padding-left: 10px;
    }

    .featured .content-wrapper {
        padding: 10px;
    }

    /* page content */
    article, aside {
        float: none;
        width: 100%;
    }

    /* ordered list */
    ol.round {
        list-style-type: none;
        padding-left: 0;
    }

        ol.round li {
            padding-left: 10px;
            margin: 25px 0;
        }

            ol.round li.zero,
            ol.round li.one,
            ol.round li.two,
            ol.round li.three,
            ol.round li.four,
            ol.round li.five,
            ol.round li.six,
            ol.round li.seven,
            ol.round li.eight,
            ol.round li.nine {
                background: none;
            }

    /* features */
    section.feature {
        float: none;
        padding: 10px;
        width: auto;
    }

        section.feature img {
            color: #999;
            content: attr(alt);
            font-size: 1.5em;
            font-weight: 600;
        }



    /* footer
    ----------------------------------------------------------*/
    footer .float-left,
    footer .float-right {
        float: none;
    }

    footer {
        text-align: center;
        height: auto;
    }

        footer p {
            margin: 0;
        }

    /* JQueryUI Effects CSS 
        ------------------------------------------------------*/

    .ui-effects-transfer {
        border: 2px dotted gray;
    }
}

.k-link {
    text-align: center;
}

.k-grid td {
    text-align: center;
}

.k-link .dateWrap {
    font-size: 10px;
    font-weight: bold;
    padding: 0;
}


span#btnBack {
    color: #009DDC;
}


span:hover#btnBack {
    text-decoration: underline;
}

button[disabled=disabled],
.k-button:hover[disabled=disabled] {
    cursor: default !important;
    background: whitesmoke;
    border-color: #ccc;
    color: #ccc;
}

.animate-enter,
.animate-leave {
    -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
    position: relative;
    display: block;
}

    .animate-enter.animate-enter-active,
    .animate-leave {
        opacity: 1;
        top: 0;
        height: 30px;
    }

        .animate-leave.animate-leave-active,
        .animate-enter {
            opacity: 0;
            top: -50px;
            height: 0px;
        }

.container hr {
    margin: 2px 0;
}

.modal {
    display: block;
}

@media (min-width: 650px) {
    .resp-Padding {
        padding-top: 35px;
    }
}

@media (max-width: 650px) {
    .resp-Padding {
        padding-top: 25px;
    }
}

.printable {
    display: none;
}



@media print {
    .non-printable {
        display: none;
    }

    .printable {
        display: block;
        margin: 0;
        padding-left: 30px;
        float: none;
        width: 100%;
    }

    a {
        display: none;
    }

    .center-text {
        text-align: center;
        border: 1px solid black;
    }

    @page {
        size: landscape; /* auto is the current printer page size */
        margin-top: 0mm; /* this affects the margin in the printer settings */
        margin-bottom: 10mm;
        orphans: 4;
        widows: 2;
    }

    body {
        background-color: #FFFFFF;
        margin: 0px; /* the margin on the content before printing */
    }

    #zenbox_tab #feedback_tab_text {
        display: none;
    }
}


@media (min-width: 768px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 100%;
        *width: 100%;
    }
}

@media (min-width: 992px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}

/**
 *  The following is not really needed in this case
 *  Only to demonstrate the usage of @media for large screens
 */
@media (min-width: 1200px) {
    .seven-cols .col-md-1,
    .seven-cols .col-sm-1,
    .seven-cols .col-lg-1 {
        width: 14.285714285714285714285714285714%;
        *width: 14.285714285714285714285714285714%;
    }
}
