﻿/* #8db4c4 - obramowanie b5ceda */
/* #696969 */

body {
  /*background-image: url(images/background.jpg);
    background-color: #0479be;*/
  font-size: 0.75em;
  font-family: Verdana, Helvetica, Sans-Serif;
  margin: 0;
  padding: 0;
  color: black;
  /*background-repeat: no-repeat;*/
  background-position: center top;
}

div {
  /*background-repeat:no-repeat;
    position: relative;
    display:block;*/
}

h2 {
  text-align: center;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid white;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  border-radius: 4px;
  font-family: Verdana, Helvetica, Sans-Serif;
}

button.btn:hover,
button.btn:focus {
  font-weight: normal;
  outline: none;
  color: white;
}

button {
  width: auto;
  height: auto;
  color: white;
  background-color: #ee2f3f;
  float: right;
}

button:hover {
  font-weight: bold;
  color: black;
  border: 1px solid red;
}
/* PRIMARY LAYOUT ELEMENTS   
----------------------------------------------------------*/
/* you can specify a greater or lesser percentage for the 
page width. Or, you can specify an exact pixel width. */
.page {
  padding-left: 1px;
  padding-right: 1px;
  margin-left: 1px;
  margin-right: 1px;
  width: auto;
  height: auto;
  display: block;
}
.tableF {
  display: block !important;
  width: 100% !important;
}

/*.page {
    max-width: 1031px;
    margin-left: auto;
    margin-right: auto;
	width: 100%;
}
*/
#main {
  position: relative;
}

.logo {
  width: 170px;
  height: auto;
}

.img-responsive {
  width: 100%;
  height: auto;
}

.title {
  font-weight: bold;
}

.line {
  border-right: 2px solid white;
}
/*#title
{

    margin-top:-110px;
    margin-left:-60px;
    display:inline;
    float:left;
    width:300px;
    height:110px;
}*/

.logindisplay {
  background-color: #c4c8ca47;
  padding: 5px;
}

/*#logindisplay {
    font-size:1.1em;
    display:block;
    text-align:right;
    margin:10px;
    color:White;
    height: 66px;
    top:-40px;
}*/

#top {
  /*background-image: url('images/content-t.png');*/
  /*padding-top:14px;*/
}

#headerMenu {
  background-color: white;
}

#bottom {
  padding: 10px 0;
}

#content {
  background-color: #c4c8ca47;
  padding: 15px;
  min-height: calc(100vh - 251px);
}

#footer {
  display: block;
  color: #999;
  padding: 0;
  text-align: center;
  line-height: normal;
  margin: 0;
  font-size: 0.9em;
  background-color: white;
}

#cookie {
  display: block;
  padding: 0;
  line-height: normal;
  margin: 0;
  font-size: 0.9em;
  background-color: white;
}

#cookieText {
  margin-left: 10px;
  margin-right: 10px;
}

#cookieBR {
  display: block;
  padding: 0;
  line-height: normal;
  margin: 0;
  background-color: white;
}

#regulationsText {
  font-size: 1.1em;
}

#regulationsSubmit {
  float: right;
}

/* TAB MENU */

#menucontainer {
  position: relative;
  /*width: 1024px;*/
  height: 30px;
  z-index: 100;
  background-color: #ee2f3f;
}

.menuitem {
  margin-top: 2px;
}

#menu {
  padding: 0;
  list-style-type: none;
}

#menu ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: left;
}

#menu a,
#menu a:visited {
  display: block;
  width: 120px;
  font-size: 11px;
  color: #fff;
  line-height: 30px;
  text-decoration: none;
  border-width: 1px 0 1px 1px;
  text-align: center;
  vertical-align: middle;
}

#menu li ul li a,
#menu li ul li a:visited {
  background-color: #fff;
  color: #000;
  border: 1px solid #ee2f3f;
  border-top: none;
}

#menu li ul li a:hover {
  color: black;
  font-weight: bold;
}

#menu li a.link,
#menu li a.link:visited {
  border-width: 0px;
}

#menu li {
  float: left;
  background: transparent;
  height: 100%;
}

#menu li > a {
}

#menu li:hover {
  position: relative;
}

#menu li:hover > a {
  color: #000;
}

#menu .b a:hover {
}

#menu li ul {
  display: none;
  padding-left: 0px;
}

#menu li:hover > ul {
  display: block;
  position: absolute;
  top: -11px;
  left: 80px;
  padding: 10px 30px 30px 30px;
  background: transparent;
  width: 120px;
}

#menu > li:hover > ul {
  left: -30px;
  top: 18px;
}

#menu table {
  position: absolute;
  border-collapse: collapse;
  top: 0;
  left: 0;
  z-index: 100;
  font-size: 1em;
}

* html #menu li a:hover {
  position: relative;
  background: #dfd7ca;
  color: #000;
}

#menu li a:active,
#menu li a:focus {
  background: transparent;
  border: 0px solid transparent;
}
/* #menu li.link_strzalka_bok {background:#7484ad no-repeat right center;}
#menu li.link_strzalka_dol {background:#7484ad no-repeat right center;} */
* html #menu li ul {
  visibility: hidden;
  display: block;
  position: absolute;
  top: -11px;
  left: 80px;
  padding: 10px 30px 30px 30px;
  background: transparent;
}

#menu li a:hover ul ul {
  visibility: hidden;
}

#menu li a:hover ul a:hover ul ul {
  visibility: hidden;
}

#menu li a:hover ul a:hover ul a:hover ul ul {
  visibility: hidden;
}

#menu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
  visibility: hidden;
}

#menu li a:hover ul {
  visibility: visible;
  left: -30px;
  top: 14px;
}

#menu li a:hover ul a:hover ul {
  visibility: visible;
  top: -11px;
  left: 80px;
}

#menu li a:hover ul a:hover ul a:hover ul {
  visibility: visible;
}

#menu li a:hover ul a:hover ul a:hover ul a:hover ul {
  visibility: visible;
}

#menu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul {
  visibility: visible;
}

/* FORM LAYOUT ELEMENTS   
----------------------------------------------------------*/

fieldset {
  margin: 1em 0;
  padding: 1em;
  border: 1px solid #ccc;
}

fieldset p {
  margin: 2px 12px 10px 10px;
}

legend {
  font-size: 1.1em;
  font-weight: 600;
  padding: 2px 4px 8px 4px;
}

input[type="text"] {
  width: 138px;
  border: 1px solid #ccc;
}

input[type="password"] {
  width: 200px;
  border: 1px solid #ccc;
}

/* TABLE
----------------------------------------------------------*/

table {
  border: solid 1px #e8eef4;
  border-collapse: collapse;
}

table td {
  padding: 5px;
  border: solid 1px #e8eef4;
}

table th {
  padding: 6px 5px;
  text-align: left;
  background-color: #e8eef4;
  border: solid 1px #e8eef4;
}

/* MISC  
----------------------------------------------------------*/
.clear {
  clear: both;
}

.error {
  color: Red;
}

/*div #title
{
    display:block;
    float:left;
    text-align:left;
    top: 19px;
    left: 60px;
}*/
.header {
  padding-top: 2px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  height: 74px;
}

div .companyName {
  font-size: 2.4em;
  color: Black;
  line-height: 56px;
}

.logindisplay a:link {
  color: white;
  text-decoration: underline;
}

.logindisplay a:visited {
  color: white;
  text-decoration: underline;
}

.logindisplay a:hover {
  color: white;
  text-decoration: none;
}

.logindisplay .login {
}

/*.logindisplay .login:hover, .logindisplay .login:visited
{
    background-image: url('images/login_bt.png');
    background-position: 0px 72px;
    padding: 0px 5px 5px 0px;
    padding: 0px 80px 19px 0px;
}
    */
.logindisplay .logout {
}

/*.logindisplay .logout:hover, .logindisplay .logout:visited {
    background-image: url('images/logout_bt.png');
    background-position: 0px 72px;
    padding: 0px 5px 5px 0px;
}*/

.loginFullName b {
  line-height: 35px;
  margin: 0.5em;
}
/* Styles for validation helpers
-----------------------------------------------------------*/
.field-validation-error {
  color: #ff0000;
}

.field-validation-alert:before {
  /*background: url(/Content/Images/del.png) no-repeat right center;*/
  /*content: url(/Content/Images/warning.png);    */
  /*padding:4px;*/
  /*margin-top:20px;*/
  content: "     ";
  background-image: url(/Content/Images/warning.png);
  background-repeat: no-repeat;
  padding-left: 22px;
  background-size: contain;
  /*background-image: url(Content/Images/warning.png);*/
  /*background-repeat:no-repeat;
    padding-left:44px;*/
  /*background-size: contain;*/
}

.field-validation-alert span {
  float: left;
  min-height: 15px;
  min-width: 15px;
}

.field-validation-valid {
  display: none;
}

.input-validation-error {
  border: 1px solid #ff0000;
  background-color: #ffeeee;
}

.validation-summary-errors {
  font-weight: bold;
  color: #ff0000;
}

.validation-summary-valid {
  display: none;
}

/* Styles for editor and display helpers
----------------------------------------------------------*/
.display-label,
.editor-label,
.display-field,
.editor-field {
  margin: 0.5em 0;
}

.text-box {
  width: 30em;
}

.text-box.multi-line {
  height: 6.5em;
}

.tri-state {
  width: 6em;
}

/* ol { counter-reset: licznik }
ol li { list-style-type:none }
ol li:before { content: counters(licznik, ".") ". "; counter-increment: licznik } */

img.summaryPrintout {
  width: 40px;
  height: 40px;
}

a.summaryPrintout {
  margin: 25px;
}

div.summaryPrintout {
  margin-top: 25px;
  align: center;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header {
  border: none !important;
  color: white !important;
}

ui-state-default {
  background: #c1c0c0;
}

.ui-widget-header {
  background: #ee2f3f !important;
}

.ui-button {
  background: #ee2f3f !important;
}

.ui-state-hover {
  border: 1px solid white !important;
  background: #bb0010 !important;
  font-weight: bold !important;
  color: black !important;
}

.ui-widget-header {
  border: 1px solid #73747547 !important;
}

.ui-widget-header {
  background: #c1c0c0;
}

.ui-state-hover {
  background: #ee2f3f !important;
}

.ui-state-focus {
  border: 2px solid red !important;
}

.video {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-top: 25px;
}

.ui-widget-header_t {
  border: 1px solid #73747547 !important;
  border-top: none !important;
}

.center-btn {
  margin-left: 36.5%;
  width: 25%;
}

#orderlist {
  margin-top: 25px;
}

#ContactPersonDetailsDialogDiv {
  width: 35% !important;
}

.footer {
  position: relative;
  bottom: 0;
  height: 90px;
}

.ui-dialog {
  min-width: 547px !important;
}

.ui-widget {
  border: 1px solid #73747547 !important;
}

.ui-widget-content {
  border-top: 1px solid #73747547 !important;
}

.ui-widget-header_t {
  background-color: #dedede !important;
}

.space {
  padding: 5px 0px;
}

#ui-active-menuitem {
  background-color: whitesmoke !important;
}

.table-space {
  padding-left: 20px;
}

a .ui-state-active {
  background: #bd3434;
}

.table-header {
  background-color: #dedede;
}

.documentlist {
  padding-top: 2px;
}

/*////////YOUTUBE////////*/
.youtube {
  background-color: #000;
  position: relative;
  padding-top: 35%;
  overflow: hidden;
  cursor: pointer;
  width: 100%;
  height: 100%;
}

.youtube img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}

.youtube .play-button {
  width: 90px;
  height: 60px;
  background-color: #333;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  z-index: 1;
  opacity: 0.8;
  border-radius: 6px;
}

.youtube .play-button:before {
  content: "";
  border-style: solid;
  border-width: 15px 0 15px 26px;
  border-color: transparent transparent transparent #fff;
}

.youtube img,
.youtube .play-button {
  cursor: pointer;
}

.youtube img,
.youtube iframe,
.youtube .play-button,
.youtube .play-button:before {
  position: absolute;
}

.youtube .play-button,
.youtube .play-button:before {
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}

.youtube iframe {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.Hello-box {
  text-align: center;
}

.HelloText {
  font-size: 38px;
  font-weight: bold;
  color: #000000;
  display: block;
}

.img-responsive {
  /*padding-top: 100px;
    height: 150px;              /// kod do wyswietlania ptaka dla Hellmanna
    width: auto;
    padding-bottom: 100px;*/
  width: 100%;
  height: auto;
}

.max-width-300 {
  max-width: 300px;
}

.SmsNotification {
  float: left;
}

.phone-format {
  display: inline-flex;
  padding-left: 15px;
}

.notification {
  float: left;
  margin-bottom: 25px;
}

.mail-notification {
  width: 42%;
}

@-moz-document url-prefix() {
  .mail-notification {
    width: 36%;
  }
}

.spaceBetweenRow {
  padding: 0px 0px 0px 10px !important;
}

.date {
  margin-top: 10px;
}

.validation-centerText {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-30%);
  -ms-transform: translateY(-30%);
  transform: translateY(-30%);
  padding: 0px;
  margin: -4px;
}

.languageDDL {
  margin: 5px;
  float: right;
  max-width: 88px;
}

.loginLanguageBox {
}

.report-list {
  overflow: auto;
  margin-bottom: 3em;
  flex-shrink: 1;
  border: 1px solid #dadada;
}

.report-list .list-group-item {
  padding: 5px 15px;
}

.report-list .list-group-item:first-child {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
}

.report-list .list-group-item.active,
.report-list .list-group-item.active:hover,
.report-list .list-group-item.active:focus {
  background-color: #ee2f3f;
  border-color: #ee2f3f;
}

.report-list div.list-group-item {
  background-color: #f5f5f5;
}

.report-list .list-group {
  margin-bottom: -1px;
  margin-left: 2em;
}

.report-list > .list-group-item {
  margin-left: -1px;
  margin-top: -1px;
}

.report-parameters {
  flex-grow: 1;
}

.report-container {
  height: 85vh;
  display: flex;
  flex-direction: column;
}

.report-container input:not([type="checkbox"]) {
  width: 100%;
}

.vertical-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.flex-grow-1 {
  flex-grow: 1;
}

.flex-grow-0 {
  flex-grow: 0;
}

.flex-shrink-0 {
  flex-shrink: 0;
}

.flex-shrink-1 {
  flex-shrink: 1;
}

.full-height {
  height: 100%;
}

.full-width {
  width: 100%;
}

.dynamic-input-container-js .row {
  display: flex;
  align-items: flex-end;
}

.lds-ring {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.lds-ring div {
  box-sizing: border-box;
  display: block;
  position: absolute;
  width: 64px;
  height: 64px;
  margin: 8px;
  border: 8px solid #fff;
  border-radius: 50%;
  animation: lds-ring 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;
  border-color: #fff transparent transparent transparent;
}

.lds-ring div:nth-child(1) {
  animation-delay: -0.45s;
}

.lds-ring div:nth-child(2) {
  animation-delay: -0.3s;
}

.lds-ring div:nth-child(3) {
  animation-delay: -0.15s;
}

@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.busy-indicator-box {
  width: 80px;
  height: 80px;
}

.busy-indicator {
  display: flex;
  justify-content: center;
  align-items: center;
}

.checkbox-col {
  margin: auto;
}

.list-group-folder {
  font-weight: bold;
}

.btn-width-auto {
  width: auto !important;
}

.btn-ui-dialog {
  height: 29.2px !important;
  padding: 3px 12px !important;
}

.btn-outline {
  color: #ee2f3f !important;
  border: 1px #ee2f3f solid !important;
  background: #fff !important;
}

button.btn-outline:hover,
button.btn-outline:focus {
  font-weight: bold;
  outline: none;
}

.border-radius-top {
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
}

.border-radius-bottom {
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
}

.border-radius {
  border-radius: 5px;
}
