@font-face {
  font-family: 'Roboto';
  src: local('Roboto'), url(/assets/fonts/Roboto-Regular.ttf) format('ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 900;
  src: local('Roboto Bold'), url(/assets/fonts/Roboto-Bold.ttf) format('ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-style: normal;
  src: local('Roboto Italic'), url(/assets/fonts/Roboto-Italic.ttf) format('ttf');
}
@font-face {
  font-family: 'Roboto';
  font-style: italic;
  font-weight: 900;
  src: local('Roboto BoldItalic'), url(/assets/fonts/Roboto-BoldItalic.ttf) format('ttf');
}
@font-face {
  font-family: 'Open Sans';
  src: url(/assets/fonts/OpenSans-Regular.ttf) format('ttf');
}
/* local('Open Sans'), 
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 900;
  src: local('Open Sans Bold'), url(/assets/fonts/OpenSans-Bold.ttf) format('ttf');
}*/

*:not(.glyphicon, .fa){
    font-family:"Roboto" !important;
}
a.category-link:hover, .modern-pagination-prev li{
    text-decoration:none !important;
    -webkit-filter:saturate(160%);
    -moz-filter:saturate(160%);
    filter:contrast(160%);
    
}

a:hover:not(.list-group-item), 
a:hover:not(.logo), 
a:hover:not(.navbar-brand), 
a:hover:not(.search-block),
.notification-row a
{
    text-decoration:none !important;
    -webkit-filter:saturate(160%);
    -moz-filter:saturate(160%);
    filter:contrast(160%);

}
a.search-block:hover {
    -webkit-filter:none;
    -moz-filter:none;
    filter:none;
}


a.search-block.nn{
    background-size:cover;
    border:1px solid transparent !important;
    border-radius:4px;
    transition: border-color 0.2s ease-in;
    -moz-transition: border-color 0.2s ease-in;
    -ms-transition: border-color 0.2s ease-in;
    -o-transition: border-color 0.2s ease-in;
    -webkit-transition: border-color 0.2s ease-in;
}
a.search-block.nn .search-block-desc{
    width: 96%;
    margin: 5px auto 0 auto;    
}
a.search-block.nn:hover{
    background-size:cover;
    border:1px solid #ff6500 !important;
    transition: border-color 0.2s ease-in;
    -moz-transition: border-color 0.2s ease-in;
    -ms-transition: border-color 0.2s ease-in;
    -o-transition: border-color 0.2s ease-in;
    -webkit-transition: border-color 0.2s ease-in;
}
a.search-block.bg-scale .search-block-image-container>span {
    background-size:100%;
    transition: background-size 0.3s ease-in;
    -moz-transition: background-size 0.3s ease-in;
    -ms-transition: background-size 0.3s ease-in;
    -o-transition: background-size 0.3s ease-in;
    -webkit-transition: background-size 0.3s ease-in;
}
a.search-block.bg-scale:hover .search-block-image-container>span {
    background-size:108%;
    transition: background-size 0.3s ease-in;
    -moz-transition: background-size 0.3s ease-in;
    -ms-transition: background-size 0.3s ease-in;
    -o-transition: background-size 0.3s ease-in;
    -webkit-transition: background-size 0.3s ease-in;
}
a.navbar-brand:hover {
    text-decoration:none !important;
    -webkit-filter:saturate(100%) !important;
    -moz-filter:saturate(100%) !important;
    filter:contrast(100%) !important;
}

.myaccount-menu a.list-group-item.active:hover {
     text-decoration:none !important;
/*    -webkit-filter:saturate(160%);
    -moz-filter:saturate(160%);
    filter:contrast(160%);*/
    color:#FCF63F !important;
    
}
.navbar-default .navbar-nav > li > a:hover {
    color:#F5F12F;
}
.active a:hover, a.list-group-item.active:hover {
    color:#fff !important;
}
a.btn:hover, a.text-black:hover, a.btn-link:hover, btn.btn-link:hover {
    text-decoration:none !important;
    -webkit-filter:saturate(160%);
    -moz-filter:saturate(160%);
    filter:contrast(160%);
}
a.search-block:hover(){
    text-decoration:none !important;
}
.list-group a.list-group-item:hover {
    -webkit-filter:saturate(100%);
    -moz-filter:saturate(100%);
    filter:contrast(100%);
}


a.list-group-item:first-child, hr+a.list-group-item {
    border-radius:3px 3px 0 0;
}


.user-offer-long-desc a:hover, fr-box a:hover, .active a:hover {
    color:#E64E1C !important;
    font-weight:500;
}

.myaccount-menu .list-group-item {
    background:transparent;
}

.myaccount-menu .list-group-item-heading, .myaccount-menu .list-group-item-text {
    color:#464646;
}

.menu-absolute {
	position: absolute;
	z-index: 9999;
	left: 0;
}

.menu-padding {
	padding-left: 111px;
}

.list-group.small-list-group {
	width: 64px;
}

.small-list-group .list-group-item {
	position: relative;
	width: 64px;
	height: 64px;
}

.small-list-group .list-group-item span.badge {
	position: absolute;
	left: 52px;
	top: 0px;	
}


.well {
    background:transparent !important;
}

.ui-grid-top-panel{
    background: #fff !important;
    border-radius:4px;
    /*overflow:hidden !important;*/  
}
.ui-grid-row .ui-grid-cell.ui-grid-row-header-cell{
    background: #fff;
    height:30px;
    
}
.ui-grid-cell.ui-grid-row-header-cell:last-of-type {
    border-radius:0 0 0 2px;

}
.ui-grid-row-header-cell, .ui-grid-header-cell {
   /* border-right:1px solid #ccc !important;*/
    
    padding-right:0;
}
.ui-grid-row:htn-child(odd) .ui-grid-cell{
    background-color:#fafafa !important;
}
.ui-grid-header-cell-primary-focus {
    text-align:left;
    border-bottom:1px solid #ccc;
    padding-bottom:0;
}

.ui-grid-canvas .ui-grid-row, .ui-grid-canvas .ui-grid-cell, .ui-grid-canvas .ui-grid-cell .ui-grid-vertical-bar{
    height:30px !important;
}
.ui-grid-icon-container, .ui-grid-menu-button {
    margin:0 !important;
    text-align:center;
    height:24px !important;
    padding-right:0;
}
.ui-grid-menu-button {
    margin:1px 2px 0 0 !important;
    height:24px !important;
    padding-right:0;
}
.mainGrid {
    border:1px solid #ccc;
    border-radius:4px;
}
.ui-grid-cell div, .ui-grid-cell-contents {
    padding-top:3px;
    padding-right:3px;
    white-space: nowrap;
    text-overflow: ellipsis;
    /*overflow: hidden;*/
   
}
.ui-grid-cell{
    border-bottom: 1px solid #ccc;
}
.ui-grid-disable-selection{
    padding: 0px 0;
}
.ui-grid-selection-row-header-buttons{
    border: 1px solid #222;
    background: #fff;
    width: 19px;
    height: 19px;
    opacity:0.5;
    border-radius:3px;
}
.ui-grid-selection-row-header-buttons.ui-grid-all-selected, 
.ui-grid-header-cell .ui-grid-selection-row-header-buttons {
    display:none;
}
.ui-grid-contents-wrapper {
    height:0;
}
.ui-grid-icon-ok:before {
    margin-top:0 !important;
    top:-5px;
    position:relative;
    left:1px;
    opacity:0;
    display:inline !important;
   
}
.ui-grid-row-selected.ui-grid-icon-ok:before {
    opacity:1;
    content: '\2714';
}
.ui-grid-row.ui-grid-row-selected > [ui-grid-row] > .ui-grid-cell{
    background-color: rgba(236, 179, 147, 0.13);
}
.navbar-default{
    background-color: #f8f8f8;
}
.navbar-version, 
.navbar-version:hover, 
.navbar-left .navbar-version,
.navbar-left:hover .navbar-version,
.navbar-brand .navbar-version,
.navbar-brand:hover .navbar-version
{
    color:#ccc !important; /* Usunięcie migania w MS Edge*/
}
.ui-grid-filter-container span.ui-select-toggle {
    height:22px !important;
    padding-left:6px;
    padding-top:0px;
}
.ui-grid-menu-inner {
    box-shadow:none !important;

}
.ui-grid-menu-item {
    box-shadow:none !important;
    background-color:#fff;
}
.ui-grid-menu-item :hover{
    box-shadow:none !important;
    background-color:#efefef;
}
#fieldToChange, #fieldValueToSet {
    background-color:#fefefe;
}
.ui-select-placeholder, [ng-bind="$select.selected.text"] {
    display:block;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
}
.ui-select-match>span {
    display:block;
    width:100%;
}

.ui-select-match a.btn {
	position: absolute;
    right: 0;
}

span[ng-bind="$select.selected.text"], .ui-select-match-text {
    display:block;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
}



.ui-grid-cell-contents button, .ui-grid-cell button {
    text-transform: none;
}
.ui-grid-selection-row-header-buttons, 
    input[type="text"].ui-grid-filter-input,
    input[type="text"].ui-grid-filter-input:hover,
    input[type="text"].ui-grid-filter-input:focus,
    input[type="text"], select, textarea
    
{
    /*border-radius:3px !important;*/

}

.ui-grid-menu-button {
    border-radius:0 0 0 3px;
}

#mobile-navbar a {
    color:rgb(68, 68, 68);
}

.mobile-menu-icon{
    position:absolute;
    font-family:sans-serif;
    font-size:0.8em;
    top:0;
    left:26px;
    border-radius:50%;
    padding-top:0.3em;
    padding-bottom:0.2em;
    padding-left:0.4em;
    padding-right:0.4em;
    box-shadow:0 0 0 2px #fff;
}
.notifications-number-label{
    position:absolute;
    font-family:sans-serif;
    font-size:0.7em;
    top:-10px;
    left:5px;
    border-radius:0.35em;
    padding-top:0.25em;
    padding-bottom:0.1em;
    padding-left:0.4em;
    padding-right:0.3em;
    background-color:#f00;
    color:#fff;
    font-weight:bold;
    text-align:center;
}
.basket-number-label{
    position:absolute;
    font-family:sans-serif;
    font-size:0.7em;
    top:1px;
    left:7px;
    border-radius:50%;
    padding-top:0.3em;
    padding-bottom:0.1em;
    padding-left:0.5em;
    padding-right:0.4em;
    background-color:#f00;
    color:#fff;
    font-weight:bold;
    text-align:center;
    line-height:1em;
}

.mobile-header [ng-controller="LanguageController"] {
    padding:0;
    margin:0;
}
.mobile-header, .mobile-header .col-xs-1 {
    padding:0;
}
.mobile-header button {
   
/*    width:100%;
    height:100%;*/
    margin:0 0 0 1.5em;
}
.mobile-menu-container {
    position:absolute;
    background-color:#fefefe;
    width:60%;
    left:0;
    top:2.8em;
    overflow:hidden;
    padding:0;
    z-index:10000;
    transition: all .4s ease;
    transform: translate(-100%);
}
.mobile-menu-backdrop{
    display:none;
    z-index: 1;
}
.mobile-menu-backdrop.open{
    display: block;
    z-index: 999;
}
body.open{
    overflow: hidden;
}
.footer {
    margin-bottom:2em;
}
div#mobile-navbar.open {
    transform: translate(0);
    overflow-y: auto !important;
}
#mobile-navbar{
    height: calc(100vh - 2.8em);
}
#mobile-navbar .row {
    margin:0;
    padding:0.8em 0 0.5em 0.2em;
}
.carousel-control {
    border-radius:3px;
}

.checkbox input[type=checkbox]:disabled:after,
.checkbox-inline input[type=checkbox]:disabled:after,
input[type=checkbox]:disabled:after{
    background: #ddd;
    cursor: not-allowed;
}
.alert {
    color: #fff !important;
}
.text-danger {
    color: #fff !important;
}
.btn:active{
    border-top:0 !important;
}
/*kalendarz*/
ul.dropdown-menu div table tr td button{
    box-shadow: none;
}
/*kalendarz*/
/*ui-slider*/
.ui-slider-horizontal{
    height:3px;
    border:0;
}
.ui-slider-horizontal .ui-slider-handle{
    box-shadow: 1px 1px 4px rgba(0,0,0,.4);
    border-radius: 50%;
    width: 15px;
    height: 15px;
    padding: 0px;
    display: block;
    transition: transform .5s;
    top: -6px;
}
.ui-state-default:hover, .ui-widget-content .ui-state-default:hover,
.ui-state-default:focus, .ui-widget-content .ui-state-default:focus{
    background: #e05c06;
    
}
.ui-state-default:active, .ui-widget-content .ui-state-default:active{
    background: #e05c06;
    border: 0;
    transform: scale(1.3);
    -webkit-transform: scale(1.3);
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -o-transform: scale(1.3);
}
/*ui-slider*/
/*navbar*/
.navbar-header{
    display: flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    -ms-justify-content: space-between;
    -o-justify-content: space-between;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
}
/*navbar*/
.btn-flat{
    /*margin-right: 8px;*/
    background-color: transparent;
    box-shadow: none;
    font-weight: bold;
}
.btn-flat:hover, .btn-flat:active{
    background-color: rgba(0,0,0,0.2);
}
.btn-flat.btn-default{color:#444;}
.btn-flat.btn-success{color:#4caf50;}
.btn-flat.btn-info{color:#2196f3}
.btn-flat.btn-warning{color:#ffbf00;}
.btn-flat.btn-danger{color:#cb171e;}


.user-offer-slider-image {
    border:1px solid #707070;
    box-shadow:0 0 0px 1px #cfcfcf inset;
}
.user-offer-title {
    margin-top:0;
    padding-top:0;
    font-weight:700;
    font-size:28px;
    color:#464646;
}
.user-offer-short-desc{
    font-weight:300;
    padding-bottom:2px;
    margin-bottom:2px;

}
.user-offer-price {
    margin-top:0px;
    padding-top:0px;

}
.user-offer-price-before-discount {
    margin-top:0px;
    padding-top:0px;
    color:#c2c2c2;
    font-size:18px;
    padding-bottom:2px;
    margin-bottom:2px;
}
.user-offer-long-desc{
    line-height:1.5
}
.user-offer-data button,
.user-offer-data input,
.user-offer-data select {
    box-shadow:none;
    position:relative;
    border-radius:0;
    overflow:hidden;
    text-overflow:ellipsis;
    text-align:left;
    padding-left:10px;
    padding-right:10px;
}
.user-offer-data button span{
    /*float:left;*/
    text-transform:none !important; 
    
}
/*.user-offer-data button img {
    float:right;
    
}*/

div.additionalSpaceForMobile {
	display: none;
}

@media (max-width: 991px){
    .nav-tabs>li{
        width:100%;
        text-align: center;
    }
    address{
        flex-direction:row;
        -webkit-flex-direction:row;
        -moz-flex-direction:row;
        -ms-flex-direction:row;
        -o-flex-direction:row;
    }
	
    #payment input[type="number"] {
        max-width:85px;
        border:1px solid #bbb;
        background-color:#fafafa;
        margin-top:-15px;
        height:42px;
        padding-right:2px;
    }
}


.header-points .pointsType{
    font-size:0.7em;
    
}
.header-points span {
    float:none;
}
.header-points {
    padding:0;
    line-height:1.5em;
}

.userNavPanel a[ng-click="changeLanguage(language)"], .userNavPanel .nav-user a {
    /*padding-top:10px !important;
    padding-bottom:10px  !important;*/
}
button[ng-show="showMenu"] {
    border-radius: 3px 3px 0 0;
    box-shadow:none;
    background-color:#fff;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}

button[ng-show="showMenu"] span, button[ng-show="!showMenu"] span {
    color:#333;
    margin:4px;
}
button[ng-show="!showMenu"] span {
    color:#fff;
}

.header-full{
    background-color:#fff;
    height: 85px;
}
.header-full a {
    color:rgb(99,99,99);
    font-size:0.9em;
}
.header-collapsed {
    background-color:#fafafa;
    height:33px;
}

.header-full-logo-container {
    height:100%;
}
.header-full-logo-container img {
    position:absolute;
    margin:auto;
    top:0;
    left:0;
    right:0;
    bottom:0;
}
.shadowed {
    box-shadow:2px 0 5px 1px #555;
}

.welcome-widget {
    font-family:"Roboto";
}
.welcome-widget-image {
    height:250px;
    background: url('/assets/images/welcome-widget-default.jpg');
    background-repeat: no-repeat;
    background-position:center center;
    background-size:cover;
    
}

.welcome-widget>.boardNotifications {
    background-color:#fff; 
    text-align: left; 
    min-height:250px;
    
}

.welcome-widget .boardNotifications h4 {
    margin-top:40px;
}
.welcome-widget .boardNotifications h4 span {

    
}
.welcome-widget .boardNotifications p {
    overflow:auto;
    margin-top:1em;
    font-size:14px;
    width:80%;
    margin-left:40px;
    
}

.welcome-widget .closeBlock {
    display:block;
    width:32px;
    height:32px;
    
    position:absolute;
    right:13px;
    top:13px;
    z-index:1000;

    border-radius:50%;
    box-shadow: 0 0 1px 0 rgba(51,51,51,0.2);
    line-height:26px;
    text-align:center;
    font-size:30px;
    font-weight:100;
    opacity:0.8;
    text-indent:1px;
    
}
.welcome-widget .closeBlock:hover {
    cursor:pointer;
    opacity:1;
}

.welcome-widget .openBlock {
    display:block;
    width:32px;
    height:32px;
    
    position:absolute;
    right:13px;
    top:-1px;
    z-index:1000;

    border-radius:50%;
    /*box-shadow: 0 0 1px 0 rgba(51,51,51,0.2);*/
    line-height:26px;
    text-align:center;
    font-size:30px;
    font-weight:100;
    opacity:0.8;
    text-indent:1px;
    
}
.welcome-widget .openBlock:hover {
    cursor:pointer;
    opacity:1;
}

.welcome-widget .switchBlock {
	font-size: 18px;
}

div.welcome-widget-rolledup {
	height: 18px !important;
	min-height: 18px  !important;
	overflow: hidden !important;
	background: white;
	transition: all .3s ease-out;
}

div.welcome-widget-rolledup .welcome-widget-image {
/*	filter: alpha(opacity=10);
	opacity: 0.1;*/
	filter: blur(8px);
    -webkit-filter: blur(8px);
}

.managementMessageHeader {
    background-color:rgba(220, 52, 52, 0.82);

}
.managementMessage {
  /* background-color:rgba(220, 52, 52, 0.82);*/
  background-color:#fff;
  border:1px solid rgb(220, 52, 52);
}



.homepage-block-header { 
    display:flex;
    width: 103%;
    margin-left: -1.5%;
    margin-bottom:22px;
}
.homepage-block-header-text {
    color:#464646;
    flex: 1 1 auto;
    max-width:25%;
    line-height:1.1em;
}
.homepage-block-header-bar {
    flex: 1 1 auto;
    margin-bottom:1em;
}
.order-block-header { 
    display:flex;
    width: 103%;
    margin-left: -1.5%;
    margin-bottom:22px;
}
.order-block-header-text {
    color:#464646;
    flex: 1 1 auto;
    max-width:35%;
    line-height:1.1em;
}
.order-block-header-bar {
    flex: 1 1 90%;
    margin-bottom:1em;
}
.offer-block-header-text {
    color:#464646;
    flex: 1 1 -1%;
    line-height:1.1em;
    text-indent:0.8em;
}
.offer-block-header-bar {
    flex: 1 1 auto;
    margin-bottom:9px;
}
.user-offer-configuration {
    
}
.user-offer-variant-label {
    font-weight:100 !important;
    height:35px;
    line-height:35px;
    font-size:15px;
    display:block;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}

.login-block-header { 
    display:flex;
    width: 103%;
    margin-left: -1.5%;
    margin-bottom:22px;
}
.login-block-header-text {
    color:#464646;
    flex: 1 1 auto;
    max-width:17%;
    line-height:1.1em;
}
.login-block-header-bar {
    flex: 1 1 auto;
    margin-bottom:0.5em;
}

.notifications-list, .notifications-list *, a.more-notifications {
    color:#666;
}
.notifications-list .badge,  .notifications-list .label{
    color:#fff;
}
.notifications-list{
    width:103%;
    margin-left:-1.5%;
    height:274px;
}
.notifications-list-image {
    width:321px;
    height:274px;
    float:left;
}
.notifications-list-container {
    float:left;
    width:calc(100% - 325px);
    padding:45px;
}

/*TRS - Total Reward Statement*/
table.table-widget-trs-admin {
	width: 99%;
	border: 3px solid #666;
	margin: 20px 10px;
}

table.table-widget-trs-admin tbody {
	border-top: 3px solid #666;
}

table.table-widget-trs-admin tbody:hover tr, 
table.table-widget-trs-admin tbody:hover td,
table.table-widget-trs-admin tbody:hover th {
	background: #e6ffe6;
}

table.table-widget-trs-admin td{
	vertical-align: central !important;
	padding: 5px;
	background: rgba(255,255,255,0.3);
	border: 1px solid #666;
}

table.table-widget-trs-admin th{
	vertical-align: central;
	padding: 5px;
	background: rgba(200,200,200,0.3);
	border: 1px solid #666;
}

table.table-widget-trs-admin input, textArea{
	margin: 0px;
}

div.trs-benefit-row {
	width: 99%;
	background: rgba(255,255,255,0.3);
	border: 1px solid #666;
	margin: 5px;
}

div.trs-benefit-row:hover {
	background: #e6ffe6;
}

h3.widget-trs {
	font-size: 20px;
	border-bottom: 1px solid #666;
}

div.main-widtet-title-settings textarea{
	width: 100%;
}

div.trs-grid-container-homepage {
	display: flex;
	align-items: stretch;
}

div.trs-grid {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    font-weight: 300;
}
div.trs-short {
	height: 100%;
	display: flex;
	flex-direction: column;
}
div.trs-short-top {
    background: #FF6300;
    color: white;
    padding: 15px 7px;
    border-radius: 5px 5px 0px 0px;
    text-align: center;
    font-size: 16px;
	flex-grow: 1;
}
div.trs-short-top img{
    height: 30px;
    margin-right: 5px;
}
div.trs-short-bottom {
    background: white;
    color: #585858;
    padding: 7px 7px;
    border-radius: 0px 0px 5px 5px;
    text-align: center;
	flex: 0 0 30px; 
}
div.trs-short-bottom span {
    font-size: 20px;
	filter: blur(7px);
}
div.trs-short-description {
	padding-top: 8px;
	font-size: 18px;
}
div.trs-short-description span {
	
}
@media all and (max-width:690px) {
	div.trs-short-top img{
		height: 25px;
	}
	div.trs-short-description {
		font-size: 14px;
	}
	div.trs-short-top {
		padding: 10px 5px;
		font-size: 14px;
	}
	div.trs-short-bottom {
		padding: 5px 5px;
	}
	div.trs-short-bottom span {
		font-size: 14px;
	}
}
.chart-title {
    color: #FF6200;
    text-align: center;
    margin: 14px 0px 40px 0px;
    font-size: 22px;
    font-weight: 500;
}

.trs-chart .chart-title{
    margin: 14px 0px 0px 0px;
}

#chart-container {
    width: 420px;
    margin: 0px;
    padding: 0px;
	padding-bottom: 10px;
}

.chart-ui-select {
	padding: 1px 20px;
	border: none !important;
	
}
.chart-ui-select * {
	color: #FF6200;
	text-align: center;
}

.chart-trs {
    /*height: 252px;*/
}

#chart-sum {
    position: absolute;
    font-size: 28px;
    color: #FF6200;
    margin-top: 95px;
    margin-left: 20px;
    width: 250px;
    text-align: center;
}

#trsChart {
    margin-bottom: 20px;
    width:100%;
    overflow:visible;
}
#legendContainer {
    margin-bottom: 20px;
    overflow: visible;
    max-width: 100%;
    padding-right: 15px;
}
.legendColorBox {
    padding-left:4px;
}
.legendLabel {
    padding-right:4px;
}

div.trs-tile {
    border-radius: 5px 5px;
    margin: 0px 0px 22px 0px;
    color:white;
    text-align: center;
    padding: 5px;
}

span.circle-plus {
    background: white;
    border-radius: 50%;
}

div.trs-tile div.trs-tile-label {
    font-size: 12px;
    margin: 0px; padding: 0px;
}
div.trs-tile div.trs-tile-data {
    font-size: 28px;
    font-weight: 600;
    margin: 0px; padding: 0px;
}
div.trs-tile div.trs-tile-booster {
    font-size: 12px;
    margin: 0px; padding: 0px;
}

div.col-20percent {
	width: 19.5%;
    display: inline-block;
    float: left;
    margin-right: 3px;
    margin-bottom: 3px;
	text-align: center;
}
div.col-20percent:last-child {
	margin-right: 0px;
}

div.trs-benefit {
	border: 1px solid #FF6200;
	border-radius: 5px;
	padding: 5px;
	background: white;
}

img.trs-benefit-icon {
	height: 45px;
}

div.trs-benefit-name {
	margin-top:5px;
	font-weight: 600;
	line-height: normal;
        font-size:0.9em;
        margin-left:-1px;
}

.trs-big-grid>div {
/*    margin: 0px;
    padding: 0px;*/
}

.trs-big-container .ui-select-bootstrap .ui-select-toggle > a.btn {
    margin-top: 0px !important;
}

div.trs-big-container-loading {
	opacity: 0.5;
}

.more-circle {
    display:inline-block;
    border-radius:50%;
    height:22px;
    width:22px;
    margin:4px;
    position:relative;
    top:-2px;
    line-height:10px;
    text-align:center;
    font-size:12pt;
}
/*styli w koszyku*/
.navigation-btns-parent{
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
}
.navigationTabs{
    display: flex;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    margin: 0 1.5em;
}
.navigationTabs div{
    width: 7px;
    height: 7px;
    background: #ddd;
    margin: 5px;
    border-radius: 50%;
    cursor: pointer;
}
.navigationTabs div.active{
    width: 10px;
    height: 10px;
}
.basket-steps {
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-justify-content: center;
    -o-justify-content: center;
}
.basket-steps a{
    text-transform: uppercase;
    color: #969696;
    font-size: 1.25em;
    display: flex !important;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    padding: 0 15px 0px 0px !important;
}
.basket-steps .step-number, .basket-steps .step-number {
    width:28px;
    height: 28px;
    border-radius: 50%;
    background: #ddd;
    padding: 0 9px;
    margin: 0 15px;
    font-weight: bold;
    color: #fff;
}

.basket-steps .step-number span.glyphicon{
    margin: 0 -3px;
}
#tabs .nav>li>a:focus, #tabs .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent !important;
}

.basket-steps li.active a{
    color: #333;
}

/*styli w koszyku*/

.gallery-checkbox-container{
    margin-right:1em;
}


.ng-hide{
    animation-name: odAnimate;
    animation-duration: 0.5s;
    animation-direction:alternate;
    animation-iteration-count:1;
}
@keyframes odAnimate {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.widget-container{
    margin:10px auto 20px auto;
}

.offerDescription {
    width:100%;
	display: flex;
	justify-content: space-between;
/*    max-width:300px;*/
    /*height:40px;*/
    background-color:transparent;
}
.offer-img-block {
    display:inline-block;
/*    height:225px;
    width:100%;*/
    /*max-width:300px;*/
/*    height: 189px;
    width: 252px;*/
    /*height: 225px;*/
    /*max-width: 301px;*/
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    background-color:#fff;
    position:relative;
	
	/* Nie ustawiać szerokości minimalnej!!! */
    /*min-width: 300px;*/
}

/*.shop-online-block {
    min-width: 255px !important;
}*/
@media all and (min-width:360px) and (max-width:750px) {
    .shop-online-block {
        min-width: 100% !important;
        height:auto !important;
    }
}

.carousel-inner .offer-img-block {
	display: block;
}

.homepage-gallery .offer-img-block {
    height: 189px;
    width: 252px;
	
	/** Nie ustawiać szerokości minimalnej!!! **/
    /*min-width: 252px !important;*/
}
.offer-category-block {
    width:60px;
    height:60px;
    position:absolute;
    left:-7px;
    top:5px;
    z-index:100;
    box-shadow:2px 1px 3px 0 rgba(50,50,50,0.4);
    
}
.offer-category-block::before {
    content:'';
    position:absolute;
    left:2px;
    bottom:-4px;
    width:0px;
    height:0px;
    border:5px solid;
    border-color:transparent  transparent #c45105 transparent;
    transform:rotate(45deg);
    z-index:99;
}

.offer-category-block.no-category-icon, .offer-category-block.no-category-icon::before{
    display:none;
}
.offer-category-block img{
    -webkit-filter: brightness(100%);
    filter: saturate(0) contrast(0) brightness(1000%);

    width:70%;
    position:absolute;
    top:0;
    left:0;
    right:0;
    bottom:0;
    margin:auto;
    overflow:hidden;
}


.offerDescription div {
    text-indent:1em;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    color:#343434;

    padding-right:0.5em;
}
.offerDescription .offerTitle {
    display: block;
    width:95%;
    overflow:hidden;
    text-overflow: ellipsis;
    white-space:nowrap;
    /*float:left;*/
    margin:0;
    font-size:13px;
    height:40px;
    line-height:30px;
	color: #222;
    
}
.offerDescription .offerPrice {
    display: block;
    /*width:29%;*/
	width: 150px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-align:right;
    /*float:right;*/
    margin:0;
    font-size:13px;
    height:40px;
    line-height:30px;

}

a.thumbnail{
    position:relative;
}
.price {
    text-indent:2em;
    margin-top:2em;
}
/*Styles of bootstrap carousel*/
#slider {
    margin-top:30px;
}
.carousel-control {
    width:5%;
    background-image:none !important;
    opacity:1;
}
.carousel-control span{
    box-shadow:none;
    text-shadow:none;
    font-weight:100;
}

.carousel-control span.glyphicon-chevron-right,
    .carousel-control span.glyphicon-chevron-left
{
    font-family:'FontAwesome';
    
}
.carousel-control .glyphicon-chevron-right:before {
    content: "\f105";
    font-family:'FontAwesome';
}
.carousel-control .glyphicon-chevron-left:before {
    content: "\f104";
    font-family:'FontAwesome';
}
.carousel-control span.glyphicon {
    top:40%;
}
.carousel-inner {
    width:90% !important;
    margin-left:5% !important;
}
.carousel-indicators{
    top:102%;
}
li[data-target="#slider"], li[data-target="#mobile-slider"]{
    /*background-color:rgba(255, 255,255, 0.6);*/
    box-shadow:0 0 0px 1px #464646;
    border:0;
    width:10px;
    height:10px;
    margin:0 4px;
}
li[data-target="#slider"].active, li[data-target="#mobile-slider"].active {
    background-color:#464646;
    box-shadow:0 0 0px 1px #464646;
    border:0;
    width:10px;
    height:10px;
    position:relative;
    margin:0 4px;
}

.navbar-default .navbar-nav>li>a {
    padding-left:10px;
    padding-right:10px;
    padding-top:5px;
    padding-bottom:5px;
}
.header-collapsed  img, .navbar-header img{
    height:16px;
    padding:0;
    margin:0;
}
.header-collapsed .navbar-brand,  .navbar-header .navbar-brand {
    line-height:30px;
}
body {
    overflow-x:hidden;
    overflow-y:auto;
}
[ui-view="navbar"], .navbar  {
    min-height:33px !important;
}
address{
   display:flex;
   justify-content:space-between;
   -webkit-justify-content:space-between;
   -moz-justify-content:space-between;
   -ms-justify-content:space-between;
   -o-justify-content:space-between;
}

.footer-row{
    background-size: cover;
    margin: 20px -20px -20px -20px;
    /*background: #fff;*/
}
.footer-panel{
    width:96%;
    margin-left:2%;
}

.ui-datepicker {
    z-index:10000;
}
/*tabs*/
.nav-tabs{
    margin-top: 2em;
}
.nav-tabs>li{
    /*rgba(40,44,42,0.1);*/
    background: transparent;
}
/*.nav-tabs>li:not(:last-child) {
    border-right: 0;
}*/
/*.nav-tabs>li:not(:first-child) {
    border-left: 0;
}*/


.nav-tabs>li.active{
/*    border-bottom: 1px solid #f5f5f5;
    border-top: 1px solid transparent;*/
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>div,
.nav-tabs>li.active>a:focus{
    border-top: 0;
}
.nav-tabs>li>a,
.nav-tabs>li>div
{
    padding: 14px 14px;
    border-radius:3px 3px 0 0 !important;
}
form[name="offerForm"] .nav-tabs>li>a{
    padding: 14px 8px;
    font-size:0.9em;
}

.nav-tabs li {
    border-radius:3px 3px 0 0;
}
.nav-tabs a 
{
    
    border-radius:3px 3px 0 0 !important;
}
.nav-tabs a.active{
    border-radius:3px 3px 0 0 !important;
    border:0;
}
/*tabs*/
.importErrorsList {
    
    max-height: 400px;
    overflow:auto;
}

.w300{
    min-width:300px;
    width:300px;
    max-width:300px;
    
}
.ui-grid-header-cell-label{
    font-size:0.9em;
}
.ui-grid-icon-angle-down {
    position: absolute;
    right: -4px;
    top: -6px;
}
.ui-grid-column-menu{
    top:12px !important;
}
.alert {
    text-transform: uppercase;
}
.alert b, .alert strong{
        font-weight:normal;

}
input[type="text"].ui-grid-filter-input, .small-side-padding input[type="text"], .ui-select-container, textarea.ui-grid-filter-input{
    margin-left:-0.4em !important;
    margin-right:-0.4em !important;
    width: calc(100% + 0.8em) !important;
    border-radius:3px;
}

.ui-grid-filter-dropdown input[type="text"], .ui-grid-filter-dropdown input[type="text"]:focus {
	box-shadow: none !important;
	-webkit-box-shadow: none  !important;
	-moz-box-shadow: none  !important;
}
.ui-grid-icon-cancel {
    right:3px !important;
    font-size:0.9em;
}
.ui-select-bootstrap .ui-select-toggle > .caret {
    right:3px !important;
    font-size:0.9em;
}


.avatar-block {
    display:inline-block;
    width:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:cover;
    position:relative;
    height:85px;
}

/*Styli do tabel ui-grid z raportami*/
.report-table {
    overflow:auto !important;
    border:1px solid #ccc;
    /*border-radius:4px;*/
}
.report-table .ui-grid-header-cell {
    background-color:#fff !important;
}
.report-table .ui-grid-viewport {
    overflow-x:visible !important;
    overflow-y:visible !important;
    border:0 !important;
}
.report-table .ui-grid-header {
    border:0 !important;
}
.report-table .mainGrid{
    border:0 !important;
}
.report-table .ui-grid-header-cell-wrapper {
    width:100% !important;
}
.report-table .ui-grid-menu-button {
    left:2px !important;
    width:25px !important;
    border-radius:3px;
}
.report-table .ui-grid-menu-button .ui-grid-menu {
    left:0 !important;
    right:auto !important;
}
.offersValidationErrors button span {
    font-size:1.5em !important;
    position:relative;
    top:-8px;
}
.offersValidationErrors strong{
    font-weight:bold;
    margin-top:0.6em;
}
.offersValidationErrors ul li {
    font-size:0.8em;
    padding-bottom:0;
    margin-bottom:0;
}
.btn-read-notificaton {
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.btn-read-notificaton:hover{
    background-color:transparent;
    color:rgb(255, 101, 0);
}

.saved-success, .save-error,.save-error.ng-hide, .saved-success.ng-hide  {
    animation-name: odAnimate;
    animation-duration: 0.5s;
    animation-iteration-count:1;
}

.tab-disabled, .tab-disabled.active {
    opacity:0.6;
    cursor: not-allowed;
    color:rgb(102, 102, 102) !important;
    text-decoration:none;
    box-shadow:none !important;
    background:transparent !important;
    border:1px solid rgba(40,44,42,0.1) !important;
}
.tab-disabled a, .tab-disabled a:hover, .tab-disabled a.active{ 
    color:#888;
    cursor: not-allowed; 
    color:rgb(102, 102, 102) !important;
    text-decoration:none;
    box-shadow:none !important;
}

.navbar-left img{
    margin-left:1em;
    max-height: 70px;
}
h1 {
    font-size:3em;
}

/*.cropArea {
    background: #fff;
    overflow: hidden;
    width:400px;
    height:300px;
}*/
.cropArea {
  background: #eee;
  overflow: hidden;
  width:500px;
  height:375px;
  border-radius:3px;

}
.attachment-preview{
    position:absolute;
    right:20px;
    top:8px;
    width:120px;
    border:1px solid #fff;
    border-radius:2px;
    box-shadow:0 0 5px 1px #333;
}
.attachment-preview img{ 
    border-radius:2px;
}
.attachment-preview:hover{
    opacity:0.6;
}


.ui-select-bootstrap > .ui-select-choices {
    width:auto !important;
    min-width:50px;
    max-width:500px;
}

.ui-select-container{
    border-radius:0;
    background-color:transparent;
    box-shadow:none;
    height:35px;
}
.ui-grid-filter-container .ui-select-container{
    height:25px !important;
    border:rgb(212, 212, 212);
    border-radius:3px;
}
.ui-select-toggle{
    border-radius:0;
    background-color:transparent;
    box-shadow:none;
    border:none;
    height:33px;
}
.ui-select-choices{

    width:100% !important;
    max-width:100% !important;
    border-radius:0;
    box-shadow:none;
    display:block;
    padding:0;
}
.user-offer-configuration .ui-select-choices li,
.basket-block .ui-select-choices li
{
    display:block;
    overflow:hidden;
    text-overflow:ellipsis;
    
}
.user-offer-configuration .ui-select-choices-row-inner,
.basket-block .ui-select-choices-row-inner
{
    display:block;
    width:100%;
    overflow:hidden;
    text-overflow:ellipsis;
    
}

/*filtr w raportach*/
.filter-container{
    display: block;
    background: #fff;
    box-shadow: 1px 2px 4px rgba(0, 0, 0, 0.2);
    margin: 0.5em 0;
    border-radius: 3px;
    height:auto !important;
    padding:0.5em;
}
.filter-container h4{
    padding: 0 10px;
    /*width: 135px;*/
}
.filter-fields{
    display:block;
    background: #fafafa;
    align-items: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    padding: 0 1em;

}
.filter-fields > div{
    display:inline-block;
    position: relative;
    margin: 10px 0.5%;
    padding:0;
    min-width: 18%;
    
}
.filter-fields > div > label{
    position: absolute;
    color: #bbb;
    top: 5px;
    bottom: -2px;
    left: 0;
    width: 100%;
    transition: 0.2s;
    font-size:0.8em !important;
    /*font-family: Roboto light;*/
}
.filter-fields .dropdown-multiselect, .filter-fields .dropdown-multiselect button{
    width:100%;
}
.filter-fields input[type="text"], .filter-fields .dictTreeSelectedSpan {
    font-size:0.9em !important;
    height:2.5em;
    
}
.filter-fields .dictTreeContainer>.dictTreeSpan {
    display:none;
}
.filter-label{
    /*top: 100% !important;
    margin-top: 0px;
    font-size: .75em !important;*/
}
.filter-fields input{
    height: inherit;
    font-size: 1.3em !important;
    /*font-family: Roboto Light;*/
}

.ui-select-multiple.ui-select-bootstrap{
    box-shadow: none;
}
.ui-select-multiple.ui-select-bootstrap input.ui-select-search{
    min-width: 120px;
}   

.multiselect-parent button{
    margin: 0;
    padding: 0 2px;
    margin-top: -5px;
    font-size: 0.9em !important;
    text-transform:none !important;
}
.multiselect-parent span.glyphicon {
    left:-10px;
}

.yesNoContainer {
    min-width: 100px;
    padding:0 0.5em;
    top:20px;
}
.yesNoContainer>label{
    font-size:0.6em !important;
    display:inline-block !important;
    top:22px !important;
    white-space:nowrap !important;
    overflow:hidden !important;
    text-overflow:ellipsis !important;
    height:1.5em;
    position:static !important;
    float:left;
    width:auto !important;
}
.yesNoContainer>.ui-select-container {
    float:right;
    display:inline-block !important;
}
.yesNoContainer .ui-select-toggle {
    display:inline-block;
    margin: 0;
    padding: 0 1em;
    height: 21px;
    width:46px;
    font-size:0.8em !important;
    min-width:46px !important;
}
.yesNoContainer .ui-select-choices-row-inner{
    padding-left:8px !important;
}
.yesNoContainer .ui-select-match, 
.yesNoContainer .ui-select-choices, 
.yesNoContainer .ui-select-container, 
.yesNoContainer .ui-select-search {
    width:46px !important;
    min-width:46px !important;
}
.container, [ui-view="content"] {
    border-radius:3px;
}

.comments-container hr{
    margin:5px 0 10px 0;
}
.text-bold, text-bold * {
    font-weight:bold;
}
.text-normal,.text-normal *  {
    font-weight:normal;
}
.text-grey {
    color: #aaa !important;
}


.message-cut {
    display:block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.notification-row {
    border-bottom:1px dotted #eee;
    padding:0 0.1em;
}

ul.pagination li {
    cursor:pointer;
}
/*filtr w raportach*/

.nowrap {
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}
.userPointsList{
    border-bottom:1px solid #eee;
}
.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus {
    
    color:#fff;
}
.nav-tabs>li.active>a:hover{
    color:#333 !important;
    cursor:pointer;
}
.nav-tabs>li.active>div{
    cursor:pointer;
    background-color:#ff6500;
}

.user-offer-tabs {
    margin-top:16px;
}
.user-offer-tabs .nav-tabs{
    box-shadow:none;
    overflow:hidden;
    margin-bottom: 37px;

}
.user-offer-tabs .nav-tabs>li {
    border:0;
    border-radius:0;
    color:#fff;
    box-shadow:none;
    height:58px;
    line-height:58px;

}
.user-offer-tabs .nav-tabs>li.active {
    border:0 !important;
    font-weight:700;
    box-shadow:none;

}
.user-offer-tabs .nav-tabs>li>a, 
.user-offer-tabs .nav-tabs>li>a:hover {
    border:0;
    border-radius:0;
    color:#fff !important;
    box-shadow:none;
    padding:14px;
}
.user-offer-tabs .nav-tabs>li>a, .user-offer-tabs .nav-tabs>li>a:focus {
    box-shadow:none;

}
@media all and (min-width:991px) and (max-width:1200px) {
    .user-offer-tabs .nav-tabs>li>a, 
    .user-offer-tabs .nav-tabs>li>a:hover {
        font-size:0.9em;
        padding:14px 8px;
    }

}
.userPointsListContainer {
    padding:0.5em;
    margin-top:0.5em;
}

.header-link-icon {
    color:#fff;
    border-radius:50%;
    width:20px;
    height:20px;
    display:inline-block;
    line-height:20px;
    text-align:center;
    text-indent:-6px;
}

.errorInLine{
    font-weight:bold;
}

.importErrorBlock {
    margin-bottom:6px;
    color:#880D0D;
}
.importSuccessBlock {
    margin-bottom:6px;
    color:#005E0E;
}


#pdfEditor {
    min-width:90%;
    margin:auto;
}
#pdfEditorToolbar{
    background-color:#fafafa;
    border-radius:3px;
    margin:0 auto 20px auto;
    padding:0;
    height:34px;
    line-height:34px;
    max-width:700px;
    position:relative;
}
#voucherPDFContainer {
    max-width:562px;
    width:auto;
    min-height:152px;
    height:auto;
    background-color:#fff;
    border:1px solid #bbb;
    position:relative; 
    margin:auto;
}
#voucherPDFContainer .background-image-loader {
    position:absolute;
    top:0;
    left:0;
    bottom:0;
    right:0;
    margin:auto;
}
#pdfEditorToolbar .btn-pdf-toolbar span{
    margin:0;
    padding:0;
}
#pdfEditorToolbar .select-pdf-toolbar {
    height:30px;
    min-width:30px;
    padding:0 2em 0 2px;
    margin:2px;
    border-radius:4px;
    background-color:#fafafa;
    color:#333;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    border-bottom:1px solid transparent;
    border-right:1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 4px 0;
    display:inline-block;
    position:relative;
    top:-11px;

}
#pdfEditorToolbar .btn-pdf-toolbar {
    padding:0;
    height:30px;
    width:30px;
    margin:2px;
    text-align:center;
    border-radius:4px;
    background-color:#fafafa;
    color:#333;
    border-left:1px solid #ccc;
    border-top:1px solid #ccc;
    border-bottom:1px solid transparent;
    border-right:1px solid transparent;
    box-shadow: rgba(0, 0, 0, 0.4) 2px 2px 4px 0;
    display:inline-block;
    position:relative;
    top:-9px;
}
#pdfEditorToolbar .btn-pdf-toolbar.pressed {
    background-color:#eee;
    box-shadow: 1px 1px 2px 0 rgba(0, 0, 0, 0.4);
    top:-8px;
    
}
#pdfEditorToolbar .btn-pdf-toolbar:hover {
    color:navy;
    background-color:#eee;
    cursor:pointer;
    
}
#pdfEditorToolbar .separator {
    width:0;
    display:inline-block;
    height:32px;
    margin-top:1px;
    border-width:0 1px;
    border-style:solid;
    border-color:transparent #fff transparent #ccc;
}
#voucherPDFContainer .pdfTextValueField {
    background:transparent;
    outline:1px dashed #999 !important;
    border:0 !important;
    box-shadow:none;
    height:auto;
    display:inline !important;
    position:absolute !important;
    left:0;
    top:0;
    color:#aaa; 
    font-size:12pt;
    font-family:Helvetica, Arial, sans-serif;
    padding:0;
    line-height:1em;
    width:auto !important;
    min-width:2em;
}
#voucherPDFContainer .voucherBarcode {
    width: 84px !important;
    height: 34px !important;
    background-size:contain;
    background-repeat:no-repeat;
}
#voucherPDFContainer .ean13barcode {
    background-image: url("../../../assets/images/barcode.png");

}
#voucherPDFContainer .code128barcode {
    width: 134px !important;
    height: 44px !important;
    background-image: url("../../../assets/images/code128barcode.png");
}
#voucherPDFContainer .qrcodebarcode {
    width: 120px !important;
    height: 120px !important;
    background-image: url("../../../assets/images/qrcode.png");

}
/*#voucherPDFContainer .pdfTextValueField .pdfTextValueFieldSpan {
    display:inline-block;
    width:100%;
    height:100%;
    line-height:1em;
    min-width:2em;
    position:relative;
    z-index:1;
}*/
#voucherPDFContainer .pdfTextValueField::after{
    content: "\00d7";
    text-shadow:0 0 1px rgba(0,0,0,1), 0 0 3px #fff;
    color:#E00000;
    font-size:24px;
    position:absolute;
    right:-20px;
    top:-0.8em;
    width:24px;
    height:24px;
    cursor:pointer;
    font-weight:normal;
    padding-left:1px;
    font-style:normal !important;
    z-index: 100;
    
}
#voucherPDFContainer .pdfTextValueField:hover::after{
    text-shadow:0 0 1px rgba(0,0,0,1), 0 0 3px #fff;

    color:#f00;
    font-weight:bold;
}
#voucherPDFContainer .pdfTextValueField:hover {
    cursor:move;
}
#voucherPDFContainer .pdfTextValueField:focus {
     outline:1px dashed #000 !important;
     border:0 !important;
     box-shadow:none;
}
#textValueEditContainer {
    position:absolute;
    right:2px;
    top:10px;
}
#pdfBackgroundImage {
    border-radius:0 !important;
}
.sp-replacer {
    background-color:transparent;
    height:10px;
    padding:0;
    border:0;
    height:32px;
    width:32px;
    position:relative;
    top:-2px;
    left:1px;
}
.sp-replacer:before {
    content:"\f1fc";
    font-family:FontAwesome;
}
.sp-dd{
    display:none;
}
.sp-preview {
    border:0;
    background-image:none;
}
.sp-preview-inner {
    height:10px;
    border:0;
}
a[href="https://www.froala.com/wysiwyg-editor?k=u"]{
    display:none !important;
}


.login-button{
    text-transform: uppercase;
    text-align:center;
}


.rn-carousel{
    min-height:420px;
    height:auto;
    max-height:475px;
}
.rn-carousel li{
    height:auto !important;
}
.basket-table {
    min-width:100%;
    border:0;
}

.basket-table tr {
}

.basket-table th {
    font-size:12px;
    height:30px;
    vertical-align:middle;
}
.basket-table td {
    color:#545454;
	padding:2px 7px;
}

.basket-table tr {
	margin-top: 100px;
}


.basket-frame {
    /*box-shadow:0 0 0 0.5px #fac7a5 inset !important;*/
    color:#545454;
    font-weight:300;
    height:30px;
    line-height:30px;
    min-width:250px;
    padding:0 5px;
    white-space: nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
input.basket-frame {
    box-shadow:none !important;
    text-indent:1em;
}
.basket-frame a {
    color:#545454;
}
.basket-textarea {
    background-image: url("/assets/images/icons/keyboard.png");
    background-repeat:no-repeat;
    background-position:98% 90%;
}
.basket-textarea textarea{
    box-shadow:none !important;
    width:100%;
    white-space: -moz-pre-wrap !important;
    white-space: -webkit-pre-wrap; 
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    white-space: pre-wrap;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
    line-height:1.2em;
    min-height:60px;
}
.basket-table  .btn-basket-number {
    width: 22px;
    height:22px;
    border-radius: 50% !important;
    box-shadow:none !important;
    margin:2px !important;
    font-size:19px !important;
    line-height:16px;
    background-color:transparent;

}
.basket-table  input[name="orderAmount"] {
    max-width: 34px;
    margin: 0 auto;
    text-align: center;
    box-shadow:none;
    background-color:transparent;
}

.text-black {
    color: #464646 !important;
}


.btn {
    border-radius:0;
}
.basket-buttons button{
    width:90px;
    margin:3px;
    box-shadow:none !important;
}
/* SM screens */
@media (max-width:998px) {
        .login-container {
            width:84%;

        }
		
		/** 
		 * FIXED:
		 * Ustawienie stałej szerokości kontenera powoduje problemy z responsywnością
		 * Styl został na razie wyłączony do momentu wyjaśnienia. 
		 */
/*        .container {
            width:990px;
        }*/
        .well  {
            width:98%;
        }
        .carousel-indicators{
            top:98%;
        }
        .homepage-block-header-text {
            max-width:30%;
        }

        .homepage-block-header-bar {
            max-width:70%;
            float:left;
        }
        .login-block-header-text {
            max-width:24%;
        }
        .login-block-header-bar {
            max-width:78%;
            float:left;
        }
        .notifications-list-image {
            width:30%;
        }
        .notifications-list-container {
            width:70%;
            padding:18px;
        }
        .notifications-list {
            height:238px;
        }
        .notification-row {
            padding: 0 2px;
        }
		
		.order-block-header-text {
            max-width:55%;
        }

        .order-block-header-bar {
            max-width:60%;
            float:left;
        }
}


@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
	
	.container.my-account {
		width: 100% !important;
		margin-right: 0;
		margin-left: 0;
		padding-left: 0;
		padding-right: 0;
	}
	
	.container.my-account .well {
		padding-left: 0;
		padding-right: 0;
	}
}

.container.my-account {
	width: 100% !important;
	margin-right: 0;
	margin-left: 0;
	padding-left: 0;
	padding-right: 0;
}

.container.my-account .well {
	padding-left: 0;
	padding-right: 0;
}

button.admin-menu-btn {
	border-radius: 3px 3px 0 0;
    box-shadow:none;
    background-color:#fff;
    border-top:1px solid #ddd;
    border-left:1px solid #ddd;
    border-right:1px solid #ddd;
}

button.admin-menu-btn span {
    color:#333;
    margin:4px;
}

button.admin-menu-btn.btn-noborder-left {
	border-radius: 0px 3px 0 0;
	margin-left: -5px;
}

.container[ng-show="adminPageIsOn"] {
	padding-left: 0;
	padding-right: 0;
}

.container[ng-show="adminPageIsOn"] > .well {
	padding: 0;
	border: 0;
}

.nopadding-right {
	/*padding-right: 0px;*/
	/*margin-right: 0px;*/
}

@media (max-width:1199px) {
	 .container[ng-show="adminPageIsOn"] {
        /*width: 1170px;*/
		width: 100%;
    }
}

@media (min-width: 1200px) {
    .container[ng-show="adminPageIsOn"] {
        /*width: 1170px;*/
		width: 100%;
    }
}

@media (min-width: 1365px) {
    .container[ng-show="adminPageIsOn"] {
        /*width: 1335px;*/
		width: 100%;
    }
}
@media (min-width: 1600px) {
    .container[ng-show="adminPageIsOn"] {
/*        width: 1570px;*/
		width: 100%;
    }
}
@media (min-width: 1920px) {
    .container[ng-show="adminPageIsOn"] {
        width: 100%;
        /*width: 1880px;*/
    }
}
@media (max-width: 768px){
    #loginButton {
        width:100%;
    }
    .login-container {
        width:98%;
        margin:auto;
        
    }
    .login-block-header {
        display:none;
    }
    .notification-row-container:nth-child(n+8) {
        display:none !important;
    }
    .notification-row {
        border-bottom:1px dotted #bbb;
        padding:0;
    }
    .notification-row .col-md-12{
        padding:0;
    }
    .notification-row .text-right{
        text-align:left !important;
    }
    .notification-row .col-xs-2 {
        padding-left:0 !important;
    }
    .notification-row .col-xs-12 {
        margin-top:0em;
        margin-bottom:0.4em;
    }
    html, body {
        background-image:none;
        background-color:#f5f5f5;
        padding:0;
        width:100%;
        margin:0;
		/*margin-bottom: 150px;  po to żeby można było "ominąć" pływające balony na mobile #13652 */
    }
	
	div.additionalSpaceForMobile {
		/* po to żeby można było "ominąć" pływające balony na mobile #13652 */
		display: block;
		height: 150px;
		width: 100%;
	}
    
    .container{
        width:100%;
        margin:0;
        padding:0;
    }
    [ui-view="navbar"], [ui-view="navbar"]>row, .navbar, [ui-view="content"] {
        width:100% !important;
    }
    [ui-view="navbar"]>row {
        margin:0 !important;
        padding:0;
    }
    .row{
        margin-left:0;
        margin-right:0;
    }
    .homepage-block-header{
        margin-left:0;
        margin-right:0;
    }
    .col-xs-12{
        margin-top:1em;
    }
    .col-md-3, .col-md-4  {
        margin-bottom:0.5em;
    }
    .cropArea {
        height:220px;
        width:330px;
        padding:0;
        margin:0;
    }
    .cropArea canvas {
        width:330px;
        height: 220px;
    }
    .footer {
        display:none;
    }
    .basket-frame{
        /*width:40%;*/
        word-break:break-all;
    }
    .control-label{
        font-weight:bold;
    }
    .basket-steps li a .step-number~span{
        display: none;
    }
    .lead {
        text-align:center;
        margin-bottom:0;
        font-size:1.6em;
    }
    .nav.nav-tabs, [ui-view="content"] {
        width:100%;
        margin:0;
        padding:0;
    }
/*    .offer-img-block{
        max-height:100px;
    }*/
    .offerTitle {
        float:none;
        width:100%;
    }
    .offerTitle {
        float:none;
        width:100%;
    }
    .offerPrice {
        float:none;
        width:100%;
    }
    .offer-mobile-img-block {
        height:200px !important;
        max-heiheightght:200px !important;
        text-align:center;
        background-position:center center;
        margin:auto;
    }
    .offer-mobile-img-block-hide:nth-child(odd){
        display:none;
    }
    a.more-notifications {
        line-height:3em;
        padding-bottom:2em;
        margin-bottom:2em;

    }
    
    li[role="presentation"] a {
        padding:0.5em;
    }
    li[role="presentation"].active, 
    li[role="presentation"].active a, 
    li[role="presentation"].active a span, 
    li[role="presentation"]:hover a,
    li[role="presentation"]:hover a span{
        color:#fff;
    }
    .basket-steps li {
        background-color:transparent !important;
    }
    
    
    #footer_data .row-fluid{
        display: flex;
        justify-content: space-around;
        -webkit-justify-content: space-around;
        -moz-justify-content: space-around;
        -ms-justify-content: space-around;
        -o-justify-content: space-around;
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-direction: row;
        -webkit-flex-direction: row;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
    }
    .pagination {
        text-align:center;
        position:relative;
        z-index:2000;
    }
    .pagination li {
        display:inline-block;
    }
    .container-fluid, [ui-view="contentFluid"]{
        padding:0;
        margin:0;
    }
    .closeBlock{
        color:#fff;
    }
    .closeBlock:hover{
        color:#ddd;
    }
    

    .offerDescription {
        font-size:10px;

    }
    .offerTitle {
        font-size:10px;
    }
    .offerPrice {
        font-size:10px;
    }
    .homepage-block-header { 
        display:block;
        width:100%;
        clear:both;
        margin-top:1em;
        overflow:hidden;
    }
    
    .login-block-header-text {
        width:100%;
        max-width:100%;
        padding-bottom:5px;
        
    }
    
    .homepage-block-header-text {
        color:#464646;
        display:block;
        width:100%;
        max-width:100%;
        font-size:17px;
        overflow:hidden;
        padding-bottom:5px;
    }
    .homepage-block-header-text img { 
        height:25px;
        display:inline-block;
    }
    .homepage-block-header-text span { 
        display:inline-block;
        width:90%;

    }
    .order-block-header-text {
        color:#464646;
        display:block;
        width:100%;
        max-width:100%;
        font-size:17px;
        overflow:hidden;
        padding-bottom:5px;
    }
    .order-block-header-text img { 
        height:35px;
        display:inline-block;
    }
    .order-block-header-text span { 
        display:inline-block;
        width:90%;

    }

    .homepage-block-header-bar, .login-block-header-bar, .order-block-header-bar {
        display:none;
    }
    
    .notifications-list-container {
        width:100%;
        padding:5px;
    }
    .message-cut {
        width:95%;
    }
    .carousel-indicators{
        top:98%;
    }
	
	div.big-tip {
		bottom: 100% !important;
		max-width: 500px !important;
	}
	
	div.big-tip.big-tip-too-much-vouchers, 
	div.big-tip.big-tip-too-much-vouchers .big-tip-body, 
	div.big-tip.big-tip-too-much-vouchers .big-tip-bottom,
	div.big-tip.big-tip-too-much-vouchers .big-tip-bottom a
	{
		font-size:10px !important;
		line-height:1.3em !important;
	}
	div.big-tip.big-tip-too-much-vouchers .big-tip-body {
		padding: 10px !important;
	}
}

.homepage-gallery-filters {
	margin-top: -15px;
	margin-bottom: 15px;
}

#offerNoAttachments {
	font-size: 28px;
	margin-top: 60px;
}

.user-offer-prices h5 {
	display: inline-block;
	margin-right: 20px;
}

#footer_data .row-fluid {
	margin-top: 15px;
}

/*.modal-backdrop {
    opacity:0.80 !important;
    overflow:auto !important;
}*/

.modal-dialog .modal-backdrop{
	height: 100% !important;
}

.modal-dialog {
    z-index:10000;
    border-radius:0;
    box-shadow:0 0 0 4px rgba(255, 101, 0, 0.85), 0 0 0 6px #fff;
} 
.modal-dialog button.close{

    border-radius:50%;
    height:24px;
    width:24px;
    line-height:24px;
    text-align:center;
    position:relative;
    font-weight:100;
    font-size:18px !important;
    margin-top:-8px;
    margin-right:-10px;
}
.modal-dialog h2{
    font-size:18pt;
}
.modal-dialog h1, 
    .modal-dialog h2, 
    .modal-dialog h3, 
    .modal-dialog h4 {
    text-align:center;
    padding-top:1em;
}
.modal-content {
    box-shadow:none !important;
    border-radius:0;
}
.modal img, canvas {
   border-radius:0px;
}

ul#navTab {
    margin-top:0;
}

.ng-table th.sortable.sort-desc, .ng-table th.sortable.sort-asc {
    color:#fff;
    text-shadow:none;
}
.ng-table th.sortable {
    vertical-align: top!important;
}
@media (max-width: 500px){

    .ng-table th.sortable .sort-indicator:after, .ng-table th.sortable .sort-indicator:before {
        top:80px !important;         
     }
       .ng-table th.sortable .sort-indicator:after, .ng-table th.sortable .sort-indicator:after {
        top:80px !important;         
     }
}

.opacity05 {
    opacity:0.5;
}
.mainPageWidgetBlock {
    list-style-type: none;
    margin:5px;;
    padding:3px;
    cursor: move;
}
.mainPageWidgetBlock.opacity05 {
    border:1px solid #555;
}
.mainPageWidgetBlock h5{
    margin:0;
    padding:0;
    
}
#widgetsList {
    /* height:500px; */
    /*Dont remove it!*/
    overflow:auto !important;
    overflow-y: hidden !important;
}
#widgetsList .visibility{
    cursor:pointer;
}
.subCategoryList{
    padding-left:25px;
}
.subCategoryList label{
    font-size:0.9em !important;
}

.welcome-messages {
    width:96%;
    height:98%;
    background-color:#fff;
    position:fixed;
    margin:auto;
    top:0;
    left:0;
    bottom:0;
    right:0;
    z-index:1000;
}
.welcome-messages-content{
    height:calc(90% - 40px);
    margin:40px auto auto auto;
    width:98%;
}
.welcome-messages-content .tab-content {
    height:100%;
}
.welcome-message-content{
    margin-top:5px;
    padding:5px;
    overflow:auto;
    width:100%;
    min-height:calc(98% - 53px) !important;
    height:calc(98% - 53px) !important;
    background-color:#fafafa;
    border:1px solid #efefef;
}
.welcome-messages-footer{
      height:40px;  
      position:absolute;
      bottom:0;
      width:98%;
      margin:auto;
}

/*#editPDF {
    width:90%;
    height:98% !important;
    max-height:98%;
}*/
@media (max-width: 550px){

    ist-gallery-offer-xml-thumbnail {
        width:100% !important;
        height:auto !important;
    }
}

[template-url="template/datepicker/popup.html"] {
    z-index:1000000;
}

.regulations {
    margin-bottom:10px;
}

.regulations .col-md-11 {
    padding-left:0;
}
.regulations .col-md-1 {
    padding-right:2px;
}
.regulations input[type="checkbox"] {
    margin-top:6px;
}

.btn-primary a, a.btn-primary, .btn-primary span{
    color:#fff;
}
.messageOnOff, .emailOnOff {
	display:none;
}
.messageOnOff+span, .emailOnOff+span {
	display:inline-block;
	width:23px;
	height:23px;
	text-align:center;
	line-height:23px;
}
.messageOnOff:checked+span, .emailOnOff:checked+span {
	color:#4caf50
}

.span-tooltip {
	display:none;
	position:absolute;
	min-width:80px;
	top:-100%;
	left:-100%;
	background-color:rgba(0,0,0,0.5);
	color:#fff;
	z-index:1000;
	font-size:0.8em;
	border-radius:3px;
	padding:2px;
	text-align:center;
	text-transform:capitalize;
}
button:hover .span-tooltip,
label:hover .span-tooltip{
	display:inline-block;
	
}

.relative {
	position:relative;
}

[ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important;
}

@media only screen and (max-width: 770px) {
    .ui-slider-horizontal .ui-slider-handle{
        box-shadow: 1px 1px 4px rgba(0,0,0,.4);
        border-radius: 50%;
        width: 25px;
        height: 25px;
        padding: 0px;
        display: block;
        transition: transform .5s;
        top: -12px;
    }
}
.fa, .fas {
    font-family:FontAwesome;
}
.fr-view table td, .fr-view table th{
  border-color:#dddddd;  
  border-style: solid;
  border-width: 1px;
}
table.borders td, table.borders th {
  border-style: solid;
  border-color:#000000;
  border-width: 1px;
}
table.noborders td,
table.noborders th {
  border: none !important;
  border-style: none !important;
  border-color: transparent !important;
  border-width: 0;
}
ul.tag-list li.tag-item {
    background:none;
    border:0;
    outline:0;
    margin:0;
    padding:0;
}
tags-input .tags.focused, .tags.focused {
    box-shadow:none !important;
}

div.change_subscription_form {
    background: #F5F5F5;
    border: 1px dashed #aaa;
    padding: 3px;
}

div.widget-container-dpd-static {
	position: relative;
}
a.widget-container-dpd-static-close {
	color:white;
	position: absolute;
	right: 10px;
	z-index: 1000;
	font-size: 20px;
}
a.widget-container-dpd-static-close:hover, a.widget-container-dpd-static-close:hover * {
	color:white;
}
textarea.textarea-full {
	width: 100%;
	min-height: 200px;
}
.opacity085{
    opacity:0.85
}

.file_type_form {
	padding: 10px;
	margin-bottom: 20px; border-bottom: 1px solid #999;
}
.file_type_form:hover {
	background: rgba(255,255,255,0.5);
	
}
.file_type_form tr:hover td {
	background: rgba(200,200,200,0.5);
}
.file_type_form td {
	padding: 3px;
}

.file_type_form textArea.error {
	background: #E0B0B0;
	color: red;
	border: 1px solid red;
}

.file_type_form textArea.error::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: red;
  opacity: 1; /* Firefox */
}

.file_type_form textArea.error:-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: red;
}

.file_type_form textArea.error::-ms-input-placeholder { /* Microsoft Edge */
  color: red;
}
div.big-tip {
	position: absolute;
    border: 1px solid #aaa;
    z-index: 10000;
	/*right: -300px;*/
    /*top: -245px;*/
	bottom: 105%;
	box-shadow:0 10px 4px rgba(0,0,0,0.2);
	max-width: 600px;
}

div.big-tip>div.big-tip-body {
	background: #EE5100;
    color: white;
    padding: 25px;
	font-size: 17px;
}
div.big-tip>div.big-tip-body .body-title {
	font-size: 20px;
}

div.big-tip>div.big-tip-bottom {
	background: white;
    text-align: right;
    padding: 10px 25px;
	
}

div.big-tip>div.big-tip-bottom a {
	font-size: 17px;
	letter-spacing: 3px;
}


div.big-tip div.big-tip-bottom i {
    position:absolute;
    top:100%;
    left:10%;
    margin-left:-12px;
    width:60px;
    height:40px;
    overflow:hidden;
}

div.big-tip div.big-tip-bottom i::after {
    content:'';
    position:absolute;
    width:35px;
    height:35px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color: white;
    box-shadow:6px 8px 7px rgba(0,0,0,0.2)
}

div.big-tip.big-tip-points-lock {
    left:50%;
    top:10%;
    bottom:auto;
}
div.big-tip.big-tip-points-lock div.big-tip-bottom i::after {
    
    display:none;
}
div.big-tip-too-much-vouchers-container {
	position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    z-index: -1;
    background: rgba(255,255,255,0.5);
}
div.big-tip.big-tip-too-much-vouchers, 
div.big-tip.big-tip-too-much-vouchers .big-tip-body, 
div.big-tip.big-tip-too-much-vouchers .big-tip-bottom,
div.big-tip.big-tip-too-much-vouchers .big-tip-bottom a
{
    font-size:12px;
    line-height:1.4em;
    text-align:justify;
}
div.big-tip.big-tip-too-much-vouchers div.big-tip-bottom i {
    left: 62%;
}
div.big-tip.big-tip-too-much-vouchers .big-tip-bottom {
    text-align:right;
}
div.big-tip.big-tip-too-much-vouchers .big-tip-body {
    padding: 15px;
}
/*div.big-tip div.big-tip-bottom::after {
  content: " ";
  position: absolute;
  top: 100%;  At the bottom of the tooltip 
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}*/

.fr-svg path {
    fill: #333 !important;
    stroke: transparent !important;
}

.tooltipLeft {
	cursor: pointer;
	position: relative;
	display: inline-block;
}

.tooltipLeft .tooltiptext {
	visibility: hidden;
	width: 120px;
	/*background-color: black;*/
	color: #fff;
	text-align: center;
	border-radius: 1px;
	padding: 5px 5px;
	position: absolute;
	z-index: 1;
	top: -5px;
	left: 120%;
	border: 1px solid white;
}

.tooltipLeft .tooltiptext::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 100%;
	margin-top: -10px;
	border-width: 10px;
	border-style: solid;
	border-color: transparent white transparent transparent;
}
.tooltipLeft:hover .tooltiptext {
	visibility: visible;
}

div.tooltipNormal {
	position: absolute;
    border: 1px solid #aaa;
    z-index: 10000;
	/*right: -300px;*/
    /*top: -245px;*/
	/*bottom: 105%;*/
/*	right: 0px;
	bottom: 100px;*/
	bottom: 350%;
    left: -43px;
	box-shadow:0 10px 4px rgba(0,0,0,0.2);
	width: 300px;
	padding-right: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	white-space: normal;
    text-transform: none;
	text-align: left;
}

div.tooltipNormal>div.tooltipNormal-body {
/*	background: #EE5100;*/
    color: white;
    padding: 25px;
	font-size: 13px;
	font-family: Roboto,"Helvetica Neue",Helvetica,Arial,sans-serif;
    line-height: 1;
}
div.tooltipNormal>div.tooltipNormal-body .body-title {
	font-size: 20px;
}

div.tooltipNormal>div.tooltipNormal-bottom {
	background: white;
    text-align: right;
    padding: 10px 25px;
	
}

div.tooltipNormal>div.tooltipNormal-bottom a {
	font-size: 17px;
	letter-spacing: 3px;
}


div.tooltipNormal div.tooltipNormal-bottom i {
    position:absolute;
    top:100%;
    left:10%;
    margin-left:-12px;
    width:60px;
    height:40px;
    overflow:hidden;
}

div.tooltipNormal div.tooltipNormal-bottom i::after {
    content:'';
    position:absolute;
    width:35px;
    height:35px;
    left:50%;
    transform:translate(-50%,-50%) rotate(45deg);
    background-color: white;
    box-shadow:6px 8px 7px rgba(0,0,0,0.2)
}

div.tooltipNormal.tooltipNormal-points-lock {
    left:50%;
    top:10%;
    bottom:auto;
}
div.tooltipNormal.tooltipNormal-points-lock tooltipNormal-tip-bottom i::after {
    
    display:none;
}

@media (max-width:998px) {
	
	div.tooltipNormal {
		left: -100px;
	}
	
	div.tooltipNormal div.tooltipNormal-bottom i {
		left:30%;
	}
}
.paymentsHistoryGrid .ui-grid-cell, 
.paymentsHistoryGrid .ui-grid-cell-contents,
.paymentsHistoryGrid .ui-grid-viewport,
.allOrdersForUserTable .ui-grid-viewport{
	overflow: hidden;
}
.paymentsHistoryGrid ui-grid-footer {
	float: left;
	margin-left: -1px;
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
}
.paymentsHistoryGrid div.tooltipNormal {
	width: 350px;
}
.paymentsHistoryGrid div.tooltipNormal>div.tooltipNormal-body {
	max-height: 240px;
	overflow-y: auto;
	overflow-x: hidden;
}

ul#homePageWidgetsList {
	list-style: none;
	padding: 0px;
}

ul#homePageWidgetsList>li {
	margin-top: 35px;
	position: relative;
}

ul#homePageWidgetsList>li div.widget-handler {
	
    right: 0px;
    cursor: move;
}

ul#homePageWidgetsList>li div.widget-close {
	
    right: 33px;
    cursor: pointer;
	color: #880D0D;
}

ul#homePageWidgetsList>li div.widget-button {
	display: none;
	position: absolute;
    margin-top: -15px;
    /*font-size: 18px;*/
    /*background: white;*/
    /*border-radius: 50%;*/
    width: 29px;
    text-align: center;
    z-index: 9;
    height: 29px;
    /*border: 1px solid #aaa;*/
    line-height: 1.8;
}

ul#homePageWidgetsList>li:hover div.widget-button {
	display: block;
}

ul#homePageWidgetsList li.ui-sortable-helper div.widget-container-item {
	background: #E0E0A0;
	border: 2px dashed #707070;	
	height: 150px !important;
	overflow: hidden;
}

ul#homePageWidgetsList li.ui-sortable-helper div.widget-container-item div.widget-kudos-content {
	display: none;
}

ul#homePageWidgetsList li.ui-sortable-helper div.widget-container-item {
	/*display: none;*/
}

.ui-state-highlight { height: 150px; line-height: 1.2em; }

ul#additionalPersonPartnerFieldsList {
    list-style: none;
}

ul#additionalPersonPartnerFieldsList div.field-handler {
    height: 29px;
    width: 29px;
    cursor: move;
    position: absolute;
    z-index: 10;
    display: none;
    
}

ul#additionalPersonPartnerFieldsList>li.ui-sortable-helper {
    background: #f8f8f8;
	border: 1px dashed #707070;	
	height: 150px !important;
	overflow: hidden;
}

ul#additionalPersonPartnerFieldsList>li:hover {
    background: #f8f8f8;;
}

ul#additionalPersonPartnerFieldsList>li:hover div.field-handler {
	display: block;
}

#trsChart .legend>div:first-child {
    background-color:transparent !important;
}
#trsChart #chart-container{
    width:100%;
}

.trs-chart #chart-container #chart-sum{
    width: 80%;
}
#trsChart .legend table {
    position: absolute;
    max-width:100%;
    font-size: smaller;
    right:-16px !important;
    top:-35px !important;
    color: #545454;
    padding:1px;
    background-color: #fff  !important;
    box-shadow: 0 0 5px 0 #888;
}
#legendContainer > div:first-child {
    background-color:transparent !important;
}
#legendContainer table {
    max-width:100%;
    font-size: smaller;
    color: #545454;
    padding:1px;
    background-color: #fff  !important;
    box-shadow: 0 0 5px 0 #888;
}

/* === GANTT === */

.gantt-task {
	border: 1px solid black;
    border-radius: 3px;
}

.task-waiting-for-acc div.gantt-task-content{
	color: #333;
}
.task-waiting-for-acc div.gantt-task-background {
	background-color: #D38042;
}

.task-accepted div.gantt-task-content {
	color: white;
}
.task-accepted div.gantt-task-background {
	background-color: #31921b;
}
h2.offer-widget-title {
	font-size: 32px;
    text-align: center;
    font-weight: 100;
	padding: 15px 0px;
}

.custom-slider.rzslider .rz-bubble {
	display: none;
}
.custom-slider.rzslider {
	margin: 15px 0 15px 0;
}
.custom-slider.rzslider {
	margin: 15px 0 15px 0;
}
.custom-slider.rzslider .rz-pointer {
    top: -6px;
    width: 16px;
    height: 16px;
	box-shadow: 1px 1px 4px rgb(0 0 0 / 40%);
	transition: transform .5s;
}
.custom-slider.rzslider .rz-pointer:after {
  display: none;
}
.custom-slider.rzslider .rz-bar {
	border: 1px solid #d3d3d3;
	height: 3px;
}
.custom-slider.rzslider .rz-active {
	filter: saturate(200%);
    -webkit-filter: saturate(200%);
/*	transform: scale(1.3);
	-webkit-transform: scale(1.3);*/
}
div.voucher-info-col {
	text-align: left;
	padding-left: 40%;
}

div.voucher-info-col, div.voucher-info-col div {
	padding-top: 0px;
	margin: 0px;
}

div.voucher-info-col label input[type="checkbox"]::after {
    border-width: 1px !important;
	width: 15px;
    height: 15px;
}

div.voucher-info-col label input[type=checkbox]:checked:before {
	width: 5px;
    height: 9px;
}

div.voucher-info-col label {
	font-size: 10px !important;
}

div.voucher-info-col input[type="checkbox"] {
	margin: 4px 0 0;
	margin-bottom: -4px;
}

div.voucher-info-col div.voucher-dialog {
	position: absolute;
    width: auto;
    z-index: 100;
    background: white;
    margin-left: 0px;
    padding: 10px 20px;
    border: 1px solid #ccc;
    box-shadow: #777 0px 0px 3px;
}

div.voucher-info-col div.voucher-dialog ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.main-chackbox, .main-chackbox * {
	cursor: pointer !important;
}
.main-chackbox input[type="checkbox"]:disabled {
	pointer-events: none;
}

div.voucher-info-col input.ng-valid {
    border-width: 0px !important;
}

div.dedicatedAdvancedReportsGenerate-wrapper div.autosending-dialog {
	height: 600px;
}
.regulations-popup{
    margin-top:10%;
    box-shadow:0 0 0 4px rgba(0, 0, 0, 0), 0 0 0 2px #fff;
    border-radius: 5px;
}
div.regulations-container {
	border-radius: 5px;
    padding: 30px 10px 10px 10px;
    border: 1px solid #ddd;
    margin-bottom: 10px;
    background-color: rgba(255,255,255,0.6);
}
.field-sap-info{
	display: flex;
	align-items: center;
	margin-left: -10px;
	padding-top: 3px;
	z-index: 100;
}
.label-sap{
	background-color: gray;
	border-radius: 50%;
	width: 14px;
	height: 14px;
	padding: 3px;
	font-size: 12px!important;
	color: white;
	display: flex;
	align-items: center;
}
.tooltip-sap{
	visibility: hidden;
	width: 170px;
	background-color: grey;
	color: #fff;
	text-align: center;
	border-radius: 2px;
	padding: 5px 2px;
	position: absolute;
	z-index: 3;
	height: 20px;
	display: flex;
	align-items: center;
	margin-top: 45px;
	margin-left: 18px;
}
.field-sap-info:hover .tooltip-sap {
	visibility: visible;
}

.field-sap-info-my-account{
	padding-top:   5px;
	padding-right: 5px;
}
input.form-control.first-year::placeholder{
	color: #666;
}
input.form-control.first-year-disabled::placeholder{
	color: #adadad;
}


.condition-specific-multiple-container .ui-select-match>span{
    width: auto;
    display: inline;
}
.tooltip-img-info{
    visibility: hidden;
    position: absolute;
    background-color: grey;
    color: white;
    margin-left: 6px;
    margin-top: -3px;
    border-radius: 3px;
    padding: 2px;
}
.order-comment-tooltip:hover .tooltip-img-info{
    visibility: visible;
}

.default-unset-color{
    color:unset;
}

.submitedOrderReport{
    margin-top: 50px;
}
.generate-report-table .ui-grid-cell{
    height: 40px !important;
}
.generate-report-table .ui-grid-canvas .ui-grid-row{
     height: 40px !important;
}

.generate-report-table .ui-grid-header-cell-row{
    height: 90px !important;
}

.btn-getReportFile{
    background-color: #53ad00;
    color: white;
    border-radius: 5px;
    width: 90px;
    height: 30px;
    padding: unset;
}

.btn-getReportFile:hover{
    background-color: #57B902;
    color: white;
}
.btn-getReportFile:focus{
    background-color: #57B902;
    color: white;
}

.generate-report-table .ui-grid-cell-contents.ui-grid-header-cell-primary-focus{
    background: #ddd;
    color: #423e3e;
    font-size: 15px;
}

.generate-report-table .ui-grid-row:nth-child(odd) .ui-grid-cell {
    background-color: #fff;
    font-size: 14px;
    color: #343030;
    text-align: center;
}
.generate-report-table .ui-grid-row:nth-child(even) .ui-grid-cell {
    background-color: #f3f3f3;
    font-size: 14px;
    color: #343030;
    text-align: center;
}

.btn-cancelGenerateReport{
    background-color: #bd362f;
    color: white;
    border-radius: 5px;
    width: 100px;
    height: 30px;
    padding: unset;
}

.btn-cancelGenerateReport:hover{
    background-color: #d14e47;
    color: white;
}
.btn-cancelGenerateReport:focus{
    background-color: #d14e47;
    color: white;
}

.additionalPerson-leasing .delivery-container .custom-col-option{
    max-width: 100% !important;
    flex: 0 0 100%;

}
.additionalPerson-leasing .delivery-container .custom-col-option .additionalPerson-header{
    margin-left: 155px;
}
@media (max-width: 991px){
    .additionalPerson-leasing .delivery-container .custom-col-option .additionalPerson-header{
        margin-left: unset;
    }

}

.trs-big-container .ui-select-bootstrap .ui-select-match-text {
    padding-right: 0 !important;
}
.trs-big-container .ui-select-container {
    margin-left: 0 !important;
    margin-right: 0 !important;
    width: 100% !important;
}
.trs-big-container .ui-select-bootstrap > .ui-select-choices {
    width: 100% !important;
}
.trs-big-container .chart-ui-select {
    padding: 0;
}

.nav-tabs>li {
    margin-left: -1px
}

.footer-linkedin img {
    height: 16px;
    margin-top: -5px;
}
.footer-linkedin * {
    color: #666;
}
.d-none-norm{
    display: none;
}
.ui-select-choices { 
    opacity: 1 !important;
 }
 .navbar #navOpenSearchBtn .glyphicon-search {
     color: #000 !important;
 }
 .mb-styles:focus{
     background: #fff !important;

 }
 .mb-styles{
     background: #fff;
     margin-right: 1.5em !important;
     box-shadow: 1px 1px 4px rgba(0,0,0,.4);
 }
:root {
  --app-height: 100vh;
}

#mobile-navbar {
    height: calc(var(--app-height) - 2.8em) !important;
}

@media (max-width: 768px) { /* SM breakpoint */
    .w-sm-100{
        width: 100%
    }
}
.input-group-addon{
    padding: 6px 12px;
}

input.consent-text {
    border: 1px solid #444 !important;
    background: white !important;
    padding: 5px 10px !important;
}