﻿.priceTable > tbody > tr {
  border-bottom: solid #d0d0d0 1px;
}

.priceTable > tbody > tr > th {
  background-color: #dcdcdc;
  font-weight: bold;
  padding: 5px;
}

.priceTable > tbody > tr > td {
  padding: 5px;
}

/*Statistics table*/

div.statisticsTable {
    /*width: 1182px;*/
    overflow: auto;
    max-height: 700px;
    white-space: nowrap;

    border: 1px solid #808080
}
div.statisticsTable > table > tbody > tr.headerRow { height: 20px;}
div.statisticsTable > table > tbody > tr.headerRow > th { background-color: #D3D3D3;}
div.statisticsTable > table > tbody > tr > th { padding: 5px; border-right: 1px solid rgb(128, 128, 128);}
div.statisticsTable > table > tbody > tr > td { padding: 5px; border-right: 1px solid rgb(128, 128, 128);}
/*div.statisticsTable > table > tbody > tr > th.alternateRow {background-color: #E6E6E6;}
div.statisticsTable > table > tbody > tr > td.alternateRow {background-color: #E6E6E6;}*/
div.statisticsTable > table > tbody > tr > th.weekend { background-color: #FFC299;}
div.statisticsTable > table > tbody > tr > td.weekend { background-color: #FFC299;}

.alternateRow {background-color: #E6E6E6;}

.country_1 { background-color: #EBF5FF;}
.country_2 { background-color: #FFF5FA;}
.country_3 { background-color: #EBFFEB;}
.country_4 { background-color: #F5F0EB;}
.country_5 { background-color: #EBF0F5;}

.country_1.alternateRow { background-color: #D6EBFF;}
.country_2.alternateRow { background-color: #FFE0F0;}
.country_3.alternateRow { background-color: #D6FFD6;}
.country_4.alternateRow { background-color: #E0D1C2;}
.country_5.alternateRow { background-color: #C2D1E0;}

div.topRanking {
    background-color: #FFFFB2;
}

div.topRanking.admin {
  max-width: 1000px;
}

div.rankingTable {
    overflow: auto;
    /*max-height: 300px;*/
    white-space: nowrap;
    border: 1px solid #808080;
    font-size: 12px;
}

div.rankingTablePrize {
    overflow: auto;
    /*max-height: 300px;*/
    white-space: nowrap;
    font-size: 12px;
}


table.rankingSalesTable {
    width: 100%;
}

td.rankingSalesTable {
    width: 370px;
    max-width: 370px;
}

table.rankingEffectivityTable {
    width: 100%;
}

td.rankingEffectivityTable {
    width: 300px;
    max-width: 300px;
}

table.rankingPrizeTable {
    width: 100%;
}

td.rankingPrizeTable {
    width: 370px;
    max-width: 370px;
}

/*table.rankingPrizeTable.points {
    width: 400px;
}*/

.dxeBase.rankingResult {
    color: #8B0000;
    font-weight: bold;
}

div.rankingResult {
    border: 2px solid #8B0000;
}

div.rankingTableNote {
    background-color: #F3F3F3;
    color: red;
}

tr.rankingHeaderRow { height: 20px;}
tr.rankingHeaderRow > th { background-color: #D3D3D3; padding: 5px; border-right: 1px solid rgb(128, 128, 128); border-bottom: 1px solid rgb(128, 128, 128); text-align: left;}
tr.rankingHeaderRow > .center { text-align: center;}
tr.rankingHeaderRow > .right { text-align: right;}
tr.rankingHeaderRow > th.last { border-right: 0px }
tr.rankingDataRow.currentUser {background-color: #6699FF}
tr.rankingDataRow > td.currentUser {background-color: #6699FF}
tr.rankingDataRow > td { padding: 5px 10px 5px 5px; border-right: 1px solid rgb(128, 128, 128); text-align: left;}
tr.rankingDataRow > .center { text-align: center;}
tr.rankingDataRow > .right { text-align: right;}
tr.rankingDataRow > td.last { border-right: 0px }
tr.rankingDataRow > td.editable { padding-top:0; padding-bottom:0 }

input.ranking {border: 1px solid #D0D0D0; background-color: #FFFFFF; width: 100%;}
input.ranking.invalid { border-color: red;}

.rankingPlanFulfillment {
  width: 100%;
  padding-top: 20px;
}

.rankingPlanFulfillment .element {
  float: left;
  padding-right: 20px;
}

.rankingPlanFulfillment .element .caption {
  text-align: center;
  padding-bottom: 5px;
}

.rankingPlanFulfillment .element .caption .dxeBase {
  font-size: 13px;
  font-weight: bold;
}

.rankingPlanFulfillment .element .data {
  height: 200px;
  padding-bottom: 30px;
}

.rankingPlanFulfillment .element .data table {
  margin: 0 !important;
}

td.lowMysteryShopping {
    background-color: #FF9999;
}

th.customerUsageInfo {
  padding-bottom: 5px !important;
}

th.customerUsageInfo span {
  color: blue;
}

td.emailExistInfo {
  padding-bottom: 5px !important;
}

td.emailExistInfo span {
  font-size: 11px;
  color: red;
}

.orgUnitTable {
    border-collapse: collapse;
    margin-bottom: 3px !important;
    width: 100%;
    cursor: pointer;
    font-family : Tahoma;
}

/* nasledujuce 4 styly .orgUnitTableEven .orgUnitTableOdd .faqEven .faqOdd
su rozdelene, lebo sa pouzivaju v orgUnit a Faq
Mali by mat rovnake farby, kvoli stabnej kulture, ked sa niekedy rozidu, tak sa rozidu */
.orgUnitTableEven {
  background-color: #f6d4d3;
}

.orgUnitTableOdd {
  background-color: #e3e8d4;
}

.faqEven {
  background-color: #e3e8d4;
}

.faqOdd {
  background-color: #f6d4d3;
}


.orgUnitTable .orgUnitName {
  font-size:large;
  font-weight:bolder;
}

.orgUnitTable .orgUnitDescription {
  font-size:large;
}

/*.orgUnitTable .orgUnitLongDescription {

}*/

.htmlEditor ul.dxm-gutter {
  background-color :transparent !important;
}

.faqTable {
    margin-bottom: 3px !important;
    width: 100%;
    cursor: pointer;
    padding : 0;
    margin: 0;
}

.faqTable .faqCategory {
  font-size:large;
  font-weight:bold;
  font-style: italic;
}

.faqTable .faqCategoryOuter 
{
  width: 50%;
  padding:5px;
  background: -webkit-linear-gradient(left, silver, #F3F3F3); /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, silver, #F3F3F3); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, silver, #F3F3F3); /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, silver, #F3F3F3); /* Standard syntax */
}

.faqTable .faqQuestion {
  font-size:larger;
  background-color: #f6d4d3;
  padding: 5px 5px 5px 10px;
}

.faqTable .faqAnswer {
  font-size:medium;
  background-color: #e3e8d4;
  padding: 5px 5px 5px 40px;
}

.tableInfo {
  font-size: 11px;
  color: Red;
}

.offer-validity-prolonged {
  color: Red;
}

.client-zone-content 
{
  margin: 0 auto;
  width: 1000px;
}

.SpecialOffer-ReferencePhoto {
  max-height: 100px;
  max-width: 200px;
}

.SpecialOffer-ReferencePhotoTable {
  height: 100px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.Komponent-ReferencePhoto {
  max-height: 100px;
  max-width: 200px;
}

.Komponent-ReferencePhotoTable {
  height: 100px;
  margin-bottom: 5px;
  margin-right: 10px;
}

.designer {
    background-color: #fbfbfb;
    border: 1px solid #ddd;
    color: #333;
    overflow: hidden;
    /*width: 100%;
    height: 500px;*/
    position: relative;
}

.designer-container {
    background-color: white;
    border: 1px solid #ddd;
    color: #333;
    margin-bottom: 10px;
    min-height: 50px;
    min-width: 50px;
    float: left;
}

.designer-container .item {
    padding: 10px;
    float: left;
    z-index: 10;
}

.designer-container .item .Komponent-ReferencePhotoTable {
    position: relative;
}

.designer-container .item img {
    position: relative;
    left: 0;
    top: 0;
}

.designer-container .item a {
    position: absolute;
    left: 2px;
    top: 2px;
}

.designer-selector {
    float: right;
    background-color: white;
    border: 1px solid #ddd;
    color: #333;
    margin-bottom: 10px;
    padding: 10px;
}

.designer-item {
    border-width: 0;
}

.designer-item.overlapped {
    background-color: red;
}

.designer-item img {
    position: relative; 
    top: 0; 
    left: 0;
    border-width: 0;
}

.designer-item.overlapped img {
    opacity: 0.9;
}

.designer-item .controls {
    position: absolute; 
    top: 2px; 
    left: 2px; 
    width: 14px; 
    height: 44px;
}

.designer-item.ui-selecting, .designer-item.ui-selected  {
    background-color: blue;
}

.designer-item.ui-selecting img {
    opacity: 0.9;
}

.designer-item.ui-selected img {
    opacity: 0.8;
}

.designer-group {
    position: relative;
    border: 1px solid orange;
}

.designer-group .body {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: yellow;
    opacity: 0.2;
}

.designer-group .text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);
    text-align: center;
    color: red;
    font-weight: bold;
    font-size: 18px;
}

.ui-selectable-helper{
  pointer-events:none;
}



/* Forum styles */

.newsOdd td {
  padding-bottom: 5px;
}

.forum_category {
  padding-bottom: 20px;
}

.newsTableWrapper {
  width: 78%;
  padding-right: 20px;
  float: left;
}

.user-visited-wrapper {
  width: 20%;
  float: right;
}


.newsTable .newsCategorySpace {
  height: 20px;
}

.newsTable .newsCategory,
.newsTable .newsCategory .dxeBase {
  font-size: 10pt;
  font-weight: bold;
  padding-right: 20px;
  white-space: nowrap;
}

.newsTable .newsHeadline {
  font-size: 10pt;
  font-weight: bold;
  padding-right: 30px;
  float: left;
}

.newsTable .forum_headline {
   cursor: pointer;
}

.newsTable .open .forum_headline {
  padding: 10px;
  background-color: #dddddd;
}

.newsTable .open .newsHeadline {
  color: #C1272D;
}

.newsTable .newsDate {
  font-size: 8pt;
  float: right;
  vertical-align: bottom;
  line-height: 18px;
  color: #808080;
}

.newsTable .forum_headline .newsNew {
  font-size: 8pt;
  font-weight: bold;
  width: 30px;
  float: right;
  visibility: hidden;
  color: #C1272D;
  padding-left: 5px;
  vertical-align: bottom;
  line-height: 18px;
}

.newsTable .forum_headline.new .newsNew {
  visibility: visible;
}

.newsTable .forum_body {
  padding: 0;
}

.newsTable .forum_body .newsBody {
  background-color: #eeeeee;
  padding: 10px;
}

.newsTable .forum_buttons {
  width:100%;
  clear:both;
}

.newsTable .forum_button {
  padding: 5px;
  float: left;
}

.newsTable .forum_button a,
.newsTable .forum_button a:link, 
.newsTable .forum_button a:visited, 
.newsTable .forum_button a:hover, 
.newsTable .forum_button a:active 
{
  color: dodgerblue !important;
  font-size: 9pt;
  font-weight: bold;
}

.newsTable .forum_button.hidden {
    display:none;
}

.newsTable .forum_created {
  font-size: 9pt;
  color: #888888;
  float: left;
  padding: 5px 5px 5px 0;
}

.newsTable .forum_separator {
  font-size: 15pt;
  color: #888888;
  font-weight: bold;
  float: left;
  padding: 2px 5px 2px 5px;
}

.newsTable .pnlForum {
  border-bottom: 1px solid #888888;
  margin-bottom: 20px;
  padding-bottom: 10px;
}

.newsTable .forum_div {
  padding: 10px 0 10px 10px;
}

/*.newsTable .forum_text {
  padding-bottom:10px;
}*/

.newsTable .forum_empty {
  padding: 10px;
}

.newsTable .forum_sub_div {
  padding-left: 20px;
  border-top: 1px solid #d0d0d0;
}

.newsTable .forum_fullname {
  font-size: 10pt;
  color: dodgerblue;
}

.newsTable .forum_subject {
  font-size: 10pt;
  font-weight: bold;
  padding-top: 5px;
}

.newsTable .forum_message {
  font-size: 10pt;
  font-weight: normal;
  padding-bottom: 5px;
}


.forum_signature {
    font-size: 9px;
    font-weight:normal;
    float: right;
    color: #888888;
    padding-bottom:10px;
}

.forum_new_div {
    padding: 10px;
}

.forum_visited_div {
  display: none;
  padding: 10px;
  font-size: 11px;
  color: silver;
}

.ranking2 {
  padding: 10px;
}

.tab-ranking2 th {
  padding: 10px;
  border-bottom: 2px solid #444444;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
}

.tab-ranking2 th span {
  font-weight: bold;
}

.tab-ranking2 td {
  padding: 5px 20px 5px 20px;
}

.tab-ranking2 td.ranking2-rankdiff {
  padding-right: 5px;  
  font-size: 9px;
  text-align: right;
}

.tab-ranking2 td.ranking2-rankdiff span {
  font-size: 9px;
}

.tab-ranking2 td.ranking2-rankdiff.rank-plus span {
  color: red;
}

.tab-ranking2 td.ranking2-rankdiff.rank-minus span {
  color: green;
}

.tab-ranking2 td.ranking2-rankdiff.rank-plus img,
.tab-ranking2 td.ranking2-rankdiff.rank-minus img {
  width: 10px;
}


.tab-ranking2 td.ranking2-branchoffice {
  padding-left: 5px;
  font-size: 12px;
  font-weight: bold;
}

.tab-ranking2 td.ranking2-branchoffice span {
  font-weight: bold;
}

.tab-ranking2 td.ranking2-prev-sales {
  text-align: right;
  background-color: lightyellow;
}

.tab-ranking2 td.ranking2-last-sales {
  text-align: right;
  background-color: lightyellow;
}

.tab-ranking2 .ranking2-last-sales {
  display: none;
}

.tab-ranking2 td.ranking2-act-sales {
  text-align: right;
  padding-left: 80px;
  font-weight: bold;
}

.tab-ranking2 td.ranking2-act-sales span {
  font-weight: bold;
}

.tab-ranking2 td.ranking2-act-sales.lower span {
    color: red;
}

.tab-ranking2 td.ranking2-act-sales.higher span {
    color: green;
}

.tab-ranking2 td.ranking2-act-sales .secondary-price {
  color: inherit;
}

.tab-ranking2 td.ranking2-target-sales {
  text-align: right;
  padding-left: 80px;
}

.tab-ranking2 td.ranking2-progress {
  font-weight: bold;
}

.tab-ranking2 td.ranking2-progress div {
  border-radius: 8px;
  border: 1px solid #444444;
  padding: 0;
  width: 200px;
  height: 30px;
  text-align: center;
  line-height: 30px;
}

.tab-ranking2 tr.selected,
.tab-ranking2 tr.selected td {
  background-color: lightblue;
}

.tab-ranking2 tr.phase.sk {
  /*background-color: lightcoral;*/
  background-color: lightgrey;
}

.tab-ranking2 tr.phase.cs {
  /*background-color: lightpink;*/
  background-color: silver;
}

.tab-ranking2 tr.natuzzi.sk,
.tab-ranking2 tr.natuzziit.sk {
  /*background-color: burlywood;*/
  background-color: lightgrey;
}

.tab-ranking2 tr.natuzzi.cs,
.tab-ranking2 tr.natuzziit.cs {
  /*background-color: palegoldenrod;*/
  background-color: silver;
}

.tab-ranking2 .secondary-price {
  color: #888888;
  font-size: 9px;
}

.payment-history .c1 {
  text-align: center;
}

.payment-history .c2 {
  text-align: right;
  min-width: 50px;
}

.payment-history .c3 {
  text-align: left;
  padding-left: 0px;
}

.payment-history td {
  padding: 5px;
}

.payment-history {
  border: 1px solid grey;

}

.reward-detail th, .reward-detail td {
  padding: 5px 20px;
}

.reward-detail th {
  border-bottom: 1px solid black;
  background-color: silver;
  font-weight: bold;
}


/*----- Grid row coloring -------*/

.ColorOrderStatus.Created {background-color: #F6D8CE;}
.ColorOrderStatus.Ordered {background-color: #A9F5BC;}
.ColorOrderStatus.Inventory {background-color: #FFFF99;}
.ColorOrderStatus.TransferedToSpecialOffer {background-color: #FF9966;}
.ColorOrderStatus.Delivered {background-color: #A9D0F5;}
.ColorOrderStatus.Cancelled {background-color: #F2F2F2;}


.ColorClaimStatus.NotContacted {background-color: #FFFFFF;}
.ColorClaimStatus.FirstContact {background-color: #FFFFFF;}
.ColorClaimStatus.InProgressTechnician {background-color: #FF99FF;}
.ColorClaimStatus.InProgressClaimDepartment {background-color: #FF99FF;}
.ColorClaimStatus.InProgressTransportCustomer {background-color: #FF99FF;}
.ColorClaimStatus.Manufacturing {background-color: #FF6666;}
.ColorClaimStatus.RepairedManufacture {background-color: #FFFF99;}
.ColorClaimStatus.ClosedTechnician {background-color: #99FF66;}
.ColorClaimStatus.ClosedManufacture {background-color: #99FF66;}
.ColorClaimStatus.ClosedClaimDepartment {background-color: #99FF66;}
.ColorClaimStatus.Storno {background-color: #3399FF; color: white;}
.ColorClaimStatus.Reject {background-color: #FFA500;}

.LightPinkRow {background-color: LightPink;}
.LightBlueRow {background-color: LightBlue;}
.LightGoldenrodYellowRow {background-color: LightGoldenrodYellow;}
.LightSalmonRow {background-color: LightSalmon;}
.LightGreenRow {background-color: LightGreen;}
.LightCyanRow {background-color: LightCyan;}
.LightRedRow {background-color: Salmon;}
.GreenRow {background-color: Green;}
.OrangeRow {background-color: Orange;}
.LightGrayRow {background-color: LightGray;}
.DarkSalmonRow {background-color: DarkSalmon;}

.ColorOrderStatus.dxgvFocusedRow_Office2010Black,
.ColorClaimStatus.dxgvFocusedRow_Office2010Black,
.LightPinkRow.dxgvFocusedRow_Office2010Black,
.LightBlueRow.dxgvFocusedRow_Office2010Black,
.LightGoldenrodYellowRow.dxgvFocusedRow_Office2010Black,
.LightSalmonRow.dxgvFocusedRow_Office2010Black,
.LightGreenRow.dxgvFocusedRow_Office2010Black,
.LightCyanRow.dxgvFocusedRow_Office2010Black,
.LightRedRow.dxgvFocusedRow_Office2010Black,
.GreenRow.dxgvFocusedRow_Office2010Black,
.OrangeRow.dxgvFocusedRow_Office2010Black,
.LightGrayRow.dxgvFocusedRow_Office2010Black,
.DarkSalmonRow.dxgvFocusedRow_Office2010Black {
  background-color: #FAEDB6;
  color: black;
}


.ColorLoadingItemStatus.NotLoaded {}
.ColorLoadingItemStatus.Loaded { background-color: #A9F5BC; }
.ColorLoadingItemStatus.DoesntFit { background-color: #FF9966; }
.ColorLoadingItemStatus.NotInStock { background-color: #FF6A00; }
.ColorLoadingItemStatus.Unloaded { background-color: #A9D0F5; }
