﻿#reports {
    background-color: #444 !important;
    /* overflow: hidden !important; */
    position: relative !important;
    height: 100%;
}

.reports-background {
    background-color: #ecf0f1 !important;
    height: 100%;
    left: 0;
    margin: 0;
    padding: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1030;
}

.reports-header {
    background-color: #0B242F !important;
    height: 40px !important;
    line-height: 1em !important;
    position: relative !important;
}

#reports-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
    bottom: 0;
    overflow-x: scroll;
    overflow-y: scroll;
    display: block;
    height: 95%;
    width: 100%;
    background-repeat: repeat;
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.6)),to(rgba(255,255,255,0)));
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    background-image: none,linear-gradient(to bottom,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    background-position: 50% 50%;
    background-color: #eae8e8;
}

.reports-wrapper-inner {
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    vertical-align: top;
    display: inline-block;
    padding: 10px;
    min-width: 100%;
    height: 100vh;
}

#reports .header-logo {
    -moz-user-select: none !important;
    display: inline-block !important;
    line-height: 30px !important;
    margin: 0 !important;
    padding: 0 !important;
    vertical-align: middle !important;
}


#reports h1 {
    font-size: 24px !important;
}

#reports h1, #tracker h2 {
    color: #111;
}

#reports a, #tracker a:visited {
    color: #08c;
}

#reports .header-logoLink {
    display: inline-block !important;
    margin-left: 10px !important;
}

#reports .header-logoImg {
    background: rgba(0, 0, 0, 0) url(./images/reports_logo.png) no-repeat scroll 50% center !important;
    display: inline-block !important;
    height: 40px !important;
    width: 142px !important;
}

#reports .menuLinks {
    bottom: 0 !important;
    min-width: 120px !important;
    position: absolute !important;
    right: 0 !important;
    top: 0 !important;
}


#reports ol, #reports ul {
    list-style: outside none none !important;
}

#reports .menuLinks > li {
    display: inline-block;
    padding: 0 15px;
    vertical-align: middle;
}

#reports .menuLinks > li a {
    -moz-user-select: none !important;
    color: #fff !important;
    font-size: 14px !important;
    font-weight: 700 !important;
}

#reports .menuLinks > li a, #reports .menuLinks > li a:hover {
    text-decoration: none !important;
}

#reports .menuLinks-administration .icon-eject {
    background-size: 18px auto !important;
    margin-right: 4px !important;
    opacity: 1 !important;
}

#reports .menuLinks > li i {
    display: inline-block !important;
    height: 30px !important;
    line-height: 30px !important;
    vertical-align: middle !important;
}

#reports .icon-eject {
    background-position: 50% center;
    background-repeat: no-repeat;
    width: 22px;
    font-size: 22px;
}

#reports .order-summary {
    display: block;
    overflow: visible;
    padding: 5px;
    margin-bottom: 0px;
    background-repeat: repeat;
    background-image: none,-webkit-gradient(linear,left top,left bottom,from(rgba(255,255,255,.6)),to(rgba(255,255,255,0)));
    background-image: none,-webkit-linear-gradient(top,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 100%);
    background-image: none,linear-gradient(to top,rgba(255,255,255,.6) 0,rgba(255,255,255,0) 50%);
    background-position: 50% 50%;
    background-color: #eae8e8;
    border: none;
}

#reports .k-tabstrip .k-content.k-state-active {
    min-height: 0px;
}

#reports .k-spreadsheet {
 width: 100% !important;
 height: 94%!important;
}

#reports .k-tabstrip-wrapper .k-header {
    border-color: #c5c5c5 !important;
    background-color: #f3f3f4 !important;
    background-image: none, linear-gradient(to bottom, rgba(255, 255, 255, 0.45) 0px, rgba(255, 255, 255, 0) 100%) !important;
    background-position: 50% 50% !important;
}

#reports .connect-status-tracking {
    display: inline;
    margin-right: 200px;
}

#reports-wrapper .board-control {
    height: 78%;
}

#production-report {
    height: 90%;
}

#inactive-report {
    height: 90%;
}

#complete-report {
    height: 90%;
}

#due-today-report {
    height: 90%;
}

#due-tomorrow-report {
    height: 90%;
}

#past-due-report {
    height: 90%;
}

#pickup-ready-report {
    height: 90%;
}

.board-control .prod {
    height: 95%;
    background-color: #6573A6 !important;
    color: #ffffff;
}

.board-control .inact {
    height: 95%;
    background-color: #F8A326 !important;
    color: #ffffff;
}

.board-control .comp {
    height: 95%;
    background-color: #27AE60 !important;
    color: #ffffff;
}

.board-control .duetom {
    height: 95%;
    background-color: #5065A1 !important;
    color: #ffffff;
}

.board-control .duetod {
    height: 95%;
    background-color: #404040 !important;
    color: #ffffff;
}

.board-control .pstdue {
    height: 95%;
    background-color: #F34541 !important;
    color: #ffffff;
}

.board-control .pckrdy {
    height: 95%;
    background-color: #404040 !important;
    color: #ffffff;
}

#production-report h1 {
    font-size:24px;
    color:#fff;
    text-align: center;
    margin-top:5px;
    margin-bottom:5px;
}

#inactive-report h1 {
    font-size:24px;
    color:#fff;
    text-align: center;
    margin-top:5px;
    margin-bottom:5px;
}

#complete-report h1 {
    font-size:24px;
    color:#fff;
    text-align: center;
    margin-top:5px;
    margin-bottom:5px;
}

#past-due-report h1 {
    font-size:24px;
    color:#fff;
    text-align: center;
    margin-top:5px;
    margin-bottom:5px;
}

#due-tomorrow-report h1 {
    font-size:24px;
    color:#fff;
    text-align: center;
    margin-top:5px;
    margin-bottom:5px;
}

#due-today-report h1 {
    font-size:24px;
    color:#fff;
    text-align: center;
    margin-top:5px;
    margin-bottom:5px;
}


#pickup-ready-report h1 {
    font-size:24px;
    color:#fff;
    text-align: center;
    margin-top:5px;
    margin-bottom:5px;
}

#reports .connect-label {
    margin-right:5px;
}