.pageTitle {
    font-size: 36px;
    color: white;
}

a {
    color: #003fa0;
}

.message {
    font-size: 10pt;
    padding: 10px;
    margin: 10px;
    border: 1px solid #EEEEEE;
    background: #FAFAFA;
    border-radius: 5px;
}

.message p {
    font-size: 10pt;
}

.pageHeader img {
    padding: 0px;
}

.pageHeader a {
    color: silver;
}

.gridActionButton {
    font-size: 10px;
    padding: 3px 7px;
    margin: 2px;
    max-height: 30px;
    vertical-align: middle;
}

.pageHeader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 0px;

    /*background: -moz-linear-gradient(
           top,
           #efffb8 0%,
           #efffb8);
    background: -webkit-gradient(
           linear, left top, left bottom,
           from(#d8ff6f),
           to(#efffb8));
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#efffb8', endColorstr='white');
    */
    color: black;
    border-spacing: 0;
    height: 80px;
    text-align: center;
    background-color: #0000E0;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.pageHeaderFromApp {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 0px;
    color: black;
    border-spacing: 0;
    height: 30px;
    text-align: center;
    background-color: white;
    padding-bottom: 0px;
    margin-bottom: 0px;
}

.pageHeaderTable {
    padding: 0px;
    margin: 0px;
    border-bottom: 1px solid #101010;
    color: black;
    height: 100%;
}

.pageFooter {
    position: fixed;
    padding: 3px;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background-color: #282828;
    width: 100%;
    color: #B4B4B4;
}

.HeaderMenuRow table {
    clear: both;
    margin: auto;
}

.pageFooter a {
    color: white;
}

.pageHeaderHeading {
    font-size: 32px;
    color: white;
    text-align: center;
    font-weight: bold;
    padding-bottom: 5px;
    text-shadow: 1px 1px 1px black;
}

.pageHeaderMenuLast {
    border-left: 1px solid #101010;
}

.pageHeaderMenuSelected a {
    color: white;
}

.pageHeaderMenuSelected {
    border-top: 1px solid #101010;
    border-left: 1px solid #101010;
    text-align: center;
    font-weight: normal;
    height: 30px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;

    cursor: pointer;

    background: -moz-linear-gradient(
            top,
            #606060 0%,
            #202020);

    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #606060), color-stop(1, #202020));
/ / filter: progid: DXImageTransform . Microsoft . gradient(startColorstr = '#606060', endColorstr = '#202020');
    color: white;
    background-color: #202020;

    font-family: Tahoma;
    font-weight: bold;
    text-decoration: none;
    text-shadow: 1px 1px 0px #524646;
}

.pageHeaderMenu a {
    color: black;
}

#component-submenu {
    z-index:0;
}

.pageHeaderMenu {
    border-top: 1px solid #101010;
    border-left: 1px solid #101010;
    cursor: pointer;
    height: 30px;
    padding: 0px;
    padding-left: 5px;
    padding-right: 5px;
    text-align: center;

    color: black;
    background: -moz-linear-gradient(
            top,
            #E0E0E0 0%,
            #FFFFFF);
    background: -webkit-gradient(
            linear, left top, left bottom,
            from(#E0E0E0),
            to(#FFFFFF));
/ / filter: progid: DXImageTransform . Microsoft . gradient(startColorstr = '#E0E0E0', endColorstr = '#FFFFFF');
    background-color: #E0E0E0;

    font-family: Tahoma;
    font-weight: bold;
    text-decoration: none;
    text-shadow: none;
}

.pageHeaderMenu:hover a {
    color: white;
    text-shadow: 1px 1px 0px black;
}

.pageHeaderMenu:hover {

    background: -moz-linear-gradient(
            top,
            #0080FF 0%,
            #8EC8FF);

    background: -webkit-gradient(
            linear, left top, left bottom,
            from(#E00000),
            to(#D00000));
/ / filter: progid: DXImageTransform . Microsoft . gradient(startColorstr = '#E00000', endColorstr = '#E00000');
    background-color: #E00000;
    color: white;
}

.formName {
    font-size: 19px;
    color: #C00000;
    text-shadow: none;
}

.pageBody {
    text-align: center;
    padding-bottom: 20px;
    margin-top: 80px;
    width: 100%;
    left: 0px;
    display: block;
    font-family: robotoregular, 'trebuchet ms', arial, sans-serif;
    /* position: absolute;
    top: 50px;
    */
}

.gridHeaderCell {
    border-color: #9E9E9E;

    background: -moz-linear-gradient(
            top,
            #A8A8A8 0%,
            #E2E2E2);
    background: -webkit-gradient(
            linear, left top, left bottom,
            from(#CCCCCC),
            to(#E2E2E2));
    background: -ms-linear-gradient(top, #CCCCCC 0%, #E2E2E2 100%); /* IE10+ */
    filter: progid: DXImageTransform . Microsoft . gradient(startColorstr = '#CCCCCC', endColorstr = '#E2E2E2');
    position: relative;
    background-color: #CCCCCC;

    color: #101010;
    text-shadow: 1px 1px 0px #E0E0E0;

}

.gridCell, .gridHeaderCellLast {
    border-color: #9E9E9E;
}
.gridCell:last-child {
    border-right: 1px solid #9E9E9E;
}
table.filtredtable tr:nth-child(2n+2) td, table.gridTable tr:nth-child(2n+2) td {
    background-color: #f7f7f7;
}

.entryTable {
    border-color: #9E9E9E;
}

.paginator {
    border: 1px solid #9E9E9E;
    -moz-border-radius: 5px;
    border-radius: 5px;

    background: -moz-linear-gradient(
            top,
            #CCCCCC 0%,
            #E2E2E2);
    background: -webkit-gradient(
            linear, left top, left bottom,
            from(#CCCCCC),
            to(#E2E2E2));
/ / filter: progid: DXImageTransform . Microsoft . gradient(startColorstr = '#CCCCCC', endColorstr = '#E2E2E2');

    background-color: #CCCCCC;

    color: #353535;
    width: auto;
    max-width: 700px;

}

[readonly] {
    background-color: #E0E0E0;
}

.navigation .first {
    border-right: 1px solid #9E9E9E;
}

.navigation a {
    Color: #353535;
    border-right: 1px solid #9E9E9E;
}

.calendarTable {
    margin: auto;
    min-width: 600px;
    border-spacing: 0px;
    border-spacing: 0;
    border-collapse: collapse;

}

.calendarHeader {
    border: 1px solid navy;
    color: white;
    background-color: #AFAFFF;
    min-width: 29px;
    text-align: center;
}

.calendarCellStart {
    background-color: #CFCFFF;
    margin: 4px;
    padding: 3px;
}

.calendarCell {
    border: 1px solid navy;
    text-align: center;
}

/*
 * jchvojka
 *******************************************************/

/**
* 	primary-color: 		#74DF00; 
* 	secondary-color: 	#EFFFDF;
* 	tertiary-color: 	#080044;
*
*	basic-table-border: #000;
*/

.main {
    margin-left: auto;
    margin-right: auto;
    width: 800px;
}

.main .selection, .main .report {
    margin-left: auto;
    margin-right: auto;
}

/* TABLES
***********************************************************/

table {
    border-spacing: 0px;
}

table.basic {
    margin-top: 15px;
    border: 1px solid #000; /* basic-table-border */
    padding: 5px;
    text-align: left;
}

/* SELECTION TABLE
***********************************************************/
table.selection {
    text-align: left;
    border-top-width: 0px;
}

table.selection caption {
    border: 1px solid #000; /* basic-table-border */
    border-bottom-width: 0px;
    background-color: #74DF00; /* primary-color */
    padding: 4px;
    font-size: 15px;
    font-weight: bold;
}

table.selection table {
    width: auto;
    min-width: 0;
    display: table;
}

/* cells */
table.selection table td {
    line-height: 28px;
}

/* REPORTS TABLE
 **********************************************************/

/* heading row */

tr.user td, tr.user th {
    text-align: left;
    padding-top: 10px;
    padding-bottom: 5px;
}

tr td.col-account {
    text-align: right;
    font-size: 13px;
}

.user td {
    font-size: 15px;
    border: 0px solid gray;
    border-bottom-width: 1px;
}

.user td:first-child {
    font-weight: bold;
}

tr.user td.header-summary {
    text-align: right;

}

.header-summary .price {
    font-weight: bold;
}

/* item row */

tr.products table tr:first-child th {
    border: 0px dashed gray;
    border-bottom-width: 1px;
}

tr.products td, tr.products th {
    padding-top: 2px;
    padding-bottom: 2px;
}

tr.products th {
    color: gray;
    font-weight: normal;
}

tr.sub-total td {
    border: 0px dashed gray;
    border-top-width: 1px;
    font-weight: bold;
}

/* total */

tr.total table {
    margin-top: 15px;
}

tr.total table th {
    padding-top: 25px;
    font-weight: normal;
    border: 0px double black;
    border-top-width: 4px;
}

tr.total table td {
    padding-bottom: 15px;
    font-weight: bold;
}

/* COLUMNS
 ****************************************************/

.col-number, .col-price, .col-quantity {
    text-align: right;
}

td.col-price, span.price {
    color: #080044; /* tertiary-color */
}

/* dimensions */
th.col-price {
    width: 100px;
}

.col-product {
    width: 250px;
}

.col-string {
    width: 150px;
}

.col-date {
    width: 100px;
}

.col-quantity {
    width: 50px;
}

/* 
 ****************************************************/

.subTotalHeader th {
    border: 0px dashed gray;
    border-bottom-width: 1px;
    color: gray;
    font-weight: normal;
}

.subTotalHeader th, tr.sub-total td {
    text-align: right;
}

.subTotalHeader th:first-child, tr.sub-total td:first-child {
    text-align: left;
}

tr.sub-total td {
    border: 0px dashed gray;
    border-top-width: 1px;
    font-weight: bold;
    padding-top: 2px;
    padding-bottom: 2px;

}

tr.sub-total:last-child td {
    padding-bottom: 10px;
}

tr.gridCellRow.odd {
    background-color: #EFFFDF;
}

.report tr.gridCellRow td {
    border-width: 0;
    text-align: right;
    padding-top: 2px;
    padding-bottom: 2px;
}

.report tr.gridCellRow td:first-child {
    text-align: left;
}

tr.total-header td {
    padding-top: 20px;
    font-weight: normal;
    border: 0px double black;
    border-top-width: 4px;
}

tr.total-values td {
    font-weight: bold;
}

table.report {
    text-align: right;
    margin-left: auto;
    margin-right: auto;
}

.total-heading {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
}

.ajaxPopupHeader {
    white-space: nowrap;
}

button, input[type="button"], input[type="submit"] {
    -moz-box-shadow: inset 0px 1px 0px 0px #E0F0FF;
    -webkit-box-shadow: inset 0px 1px 0px 0px #E0F0FF;
    box-shadow: inset 0px 1px 0px 0px #E0F0FF;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #D0D0D0), color-stop(1, #A0A0A0));
    background: -moz-linear-gradient(center top, #D0D0D0 5%, #A0A0A0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#D0D0D0', endColorstr='#A0A0A0');
    background-color: #D0D0D0;
    -webkit-border-top-left-radius: 8px;
    -moz-border-radius-topleft: 8px;
    border-top-left-radius: 8px;
    -webkit-border-top-right-radius: 0px;
    -moz-border-radius-topright: 0px;
    border-top-right-radius: 0px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-radius-bottomright: 8px;
    border-bottom-right-radius: 8px;
    -webkit-border-bottom-left-radius: 0px;
    -moz-border-radius-bottomleft: 0px;
    border-bottom-left-radius: 0px;
    text-indent: 0;
    border: 1px solid black;
    display: inline-block;
    color: black;
    text-shadow: 1px 1px 0px #D0D0D0;

    font-family: Tahoma;
    font-size: 15px;
    font-weight: bold;
    padding: 6px 24px;
    text-decoration: none;
}

button:hover, input[type="button"]:hover, input[type="submit"]:hover {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0.05, #A0A0A0), color-stop(1, #808080));
    background: -moz-linear-gradient(center top, #A0A0A0 5%, #D0D0D0 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#A0A0A0', endColorstr='#D0D0D0');
    background-color: #D0D0D0;
}

button:active, input[type="button"]:active, input[type="submit"]:active {
    position: relative;
    top: 1px;
}

.callTest {
    background-color: white;
    padding: 10px;
    border-spacing: 10px;
    border-collapse: separate;

    border: 1px solid navy; /* #0080FF; */
}

.callTest td a {
    text-decoration: none;
    color: black;
}

.callTest td {
    vertical-align: middle;
    text-align: center;
    color: black;
    font-size: 18px;
    font-family: Tahoma;
    font-weight: normal;
    border-radius: 10px;
}

.callTestTd {
    border: 1px solid navy; /* #0080FF; */
    background-image: url(../images/actionButton.png);
    background-repeat: no-repeat;
    background-position: center center;
}

.callTestTdKey {
    border: 1px solid #808000; /* #0080FF; */
    background-image: url(../images/actionButtonKey.png);
    background-repeat: no-repeat;
    background-position: center center;
}

tr.gridCellRowHigh:hover {
    background-color: #8EC8FF;
    cursor: pointer;
}

tr.gridCellRowHighlighted {
    background-color: #C0C0C0;
    color: black;
    cursor: pointer;
}

.dashboardColumn {
    border-right: 1px solid #C00000;
    vertical-align: top;
}

.dashboardHeading {
    font-size: 20px;
    border-bottom: 1px solid #C00000;
    text-align: center;
}

.dashboardReportTable {
    width: 100%;
    padding: 10px;
}

.dashboardName {
    color: #303030;
    text-align: left;
    vertical-align: bottom;
}

.dashboardValue {
    text-align: right;
    font-size: 15px;
    font-weight: bold;
    padding: 0 10px;
    white-space: nowrap;
}

.dashboardHeaderValue {
    text-align: center;
    font-size: 18px;
    font-weight: normal;
    padding: 0 10px;
    white-space: nowrap;
}

h1 {
    color: #C00000;
}

.dashboardReportTable a {
    color: black;
    text-decoration: none;
}

.dashboardReportTable a:hover {
    text-decoration: underline;
}

table.dashboardReportTable tr:hover {
    background-color: silver;
}

table.dashboardReportTable tr.tabs:hover {
    background-color: transparent;
}
table.dashboardReportTable tr.tabs td.tab {
    cursor: pointer;
    padding: 8px 3px;
    border: 1px solid white;
}
table.dashboardReportTable tr.tabs td.tab:hover, table.dashboardReportTable tr.tabs td.tab.active {
    cursor: pointer;
    background-color: darkred;
    color: white;
}
table.dashboardReportTable tr.tabs td.tab:first-child {
    background-image: none;
    padding: 0 10px;
}
div.miniGraph {
    display: inline-block;
    width: 30px;
    height: 20px;
    background-color: white;
    margin-right: 5px;
}
table.dashboardReportTable tr.tabs td.tab:hover div.miniGraph, table.dashboardReportTable tr.tabs td.tab.active div.miniGraph {
    background-color: darkred;
}
.clearer {
    float: none !important;
    clear: both !important;
    height: 0 !important;
    border: none !important;
    display: block !important
}

#skuSelectorContainer {
    margin: auto;
}
#skuSelectorContainer form {
    text-align: left;
}
#skuSelectorContainer form .oeaPrice {
    width: 40px;
}
.hideCommission {
    cursor: pointer;
    font-weight: normal;
    font-size: 14px;
    font-style: italic;
    color: grey;
    text-decoration: underline;
}
.hideCommission b {
    color: black;
}

button.gridActionButton[disabled] {
    pointer-events: none;
    color:#666;
}

.quickSearch {
    float:left;
    position: relative;
    margin: 10px 20px 0;
}
.quickSearch input {
    background: white url('../../images/searchicon.png') left center no-repeat;
    padding: 2px 0 2px 16px;
    width: 200px;
}
.quickSearch .suggestions {
    position: absolute;
    background-color: white;
    min-width: 200px;
    border: 1px solid silver;
    text-align: left;
    display: none;
}

.quickSearch .suggestions .suggestion {
    white-space: nowrap;
    padding: 5px 50px 5px 30px;
    position: relative;
}

.quickSearch .suggestions .suggestion.database {
    background: white url('../../images/icon-database.png') 5px center no-repeat;
}
.quickSearch .suggestions .suggestion.customer {
    background: white url('../../images/icon-customer.png') 5px center no-repeat;
}

.quickSearch .suggestions .suggestion.active {
    cursor: pointer;
    background-color: #d1e8f2;
}

.quickSearch .suggestions .suggestion .info {
    color: silver;
}
.quickSearch .suggestions .suggestion.active .info {
    color: grey;
}

.quickSearch .suggestions .suggestion .newWindow {
    position: absolute;
    right: 26px;
    top: 1px;
    padding: 5px 3px 5px 5px;
}
.quickSearch .suggestions .suggestion .login {
    position: absolute;
    right: 2px;
    padding: 3px 4px 1px 4px;
    top: 1px;
}
.quickSearch .suggestions .suggestion .newWindow:hover, .quickSearch .suggestions .suggestion .login:hover {
    background-color: orangered;
}

.eaStatGreySpan {
    font-size: 10px;
    color: grey;
    font-weight: normal;
    width: 30px;
    display: inline-block;
    text-align: right;
}

.dailyRow {
    background-color: silver;
}
.dailyRow .dashboardName {
    font-size: 9pt;
    text-align:right;
}
.dailyRow .dashboardValue {
    font-size: 14px;
}

tr.estimate td, tr.estimate td a {
    color:grey;
}

/*graph styling*/
.legend {
    display: inline-block;
    margin: 4px 0;
}
.legend .legendStyle {
    border: 3px solid white;
    font-size: 10px;
    display: inline-block;
    margin: 2px 4px 4px;
    vertical-align: middle;
    line-height: 7px;
}

/*----- Tabs -----*/
/*
.tabs {
    width:100%;
    display:inline-block;
}
*/

/*----- Tab Links -----*/
/* Clearfix */
.tab-links:after {
    display:block;
    clear:both;
    content:'';
}

.tab-links li {
    margin:0 5px;
    float:left;
    list-style:none;
}

.tab-links a {
    padding:9px 15px;
    display:inline-block;
    border-radius:3px 3px 0 0;
    background: #910800;
    font-size:16px;
    font-weight:600;
    color: #ffffff;
    transition:all linear 0.15s;
}

.tab-links a:hover {
    background: #e58f84;
    text-decoration:none;
}

li.active a, li.active a:hover {
    background:#fff;
    color:#4c4c4c;
}

/*----- Content of Tabs -----*/
.tab-content {
    padding:15px;
    border-radius:3px;
    border: 1px solid silver;
    box-shadow:-1px 1px 1px rgba(0,0,0,0.15);
    background: #fff;
}

.tab {
  /*  display:none; */
}

.tab.active { 
/*    display:block;*/
}



.usage th {
 background-color: navy;
 color: white;
 border-top: 1px solid black;
 border-left: 1px solid black;
 border-bottom: 1px solid black;
 padding-left: 8px;
 padding-right: 3px;
}

.usage td:last-child,
.usage th:last-child {
 border-right: 1px solid black;
}

.usage td {
 border-left: 1px solid black;
 border-bottom: 1px solid black;
 padding-left: 8px;
 padding-right: 3px;
}

div.importCSVwraper{
    padding: 20px;
}

div.importCSVJungleScout{
    margin: 0 auto;
    font-size: 10pt;
    padding: 10px;
    border: 1px solid #666;
    width: 300px;
}
