.header {
				background-color: #008AC5;
}



/* LOGO - START -- */
/* @media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) { */
@media all and (max-width: 992px) {

  .banner-logo {
    height: 40px;
    width: 122px;
  }

}
@media all and (min-width: 992px) {

  .banner-logo {
    height: 92px;
    width: 281px;
  }

}
/* LOGO - END -- */


.header_title, h1 {
        font-size: 20pt;
        color: #FFFFFF;
				text-align: center;
				text-transform: uppercase;
}



/* * {
  margin: 0;
  padding: 0;
} */

  input[type="file"]{

  }

  input[type="checkbox"]{

  }

  .scrolling-wrapper {
    overflow-x: hidden;
    overflow-y: auto;
    white-space: nowrap;
    justify-content: start;
  }

  .my-select{
    word-wrap: normal;
    text-transform: none;
  }

  .no-search .select2-search {
    display:none;
}

.emptyCol {
  min-height: 1px;
  min-width: 10px;
  float: left;
}

button.galleryImgBtn{
  max-width: 100%;
  max-height: 100%;
  padding-left: 5px;
  padding-right: 5px;
}

.select2-container {
  border: 1px solid #ced4da;
}

.modal .modal .in{
  padding-right: 0px;
}

.red{
  padding-right: 0px;
}

.btn_tools{
  border:0px;
  background-color: white;
  height: auto;
  padding: 2px;
}

.btn_pencil{
  background: url(../images/buttons/paint_button_olowek.png);
  background-repeat: no-repeat;
  background-size:contain;
  background-position: center;
}

.btn_rubber{
  background: url(../images/buttons/paint_button_gumka.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn_line{
  background: url(../images/buttons/paint_button_linie.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn_txt{
  background: url(../images/buttons/paint_button_tekst.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn_grid{
  background: url(../images/buttons/paint_button_siatka.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn_clear{
  background: url(../images/buttons/paint_button_wyczysc.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn_undo{
  background: url(../images/buttons/paint_button_cofnij.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn_redo{
  background: url(../images/buttons/paint_button_ponow.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn_save{
  background: url(../images/buttons/paint_button_zapisz.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn_load{
  background: url(../images/buttons/paint_button_wczytaj.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn_print{
  background: url(../images/buttons/paint_button_drukuj.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn_import{
  background: url(../images/buttons/paint_button_import.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn_select{
  background: url(../images/buttons/paint_button_zaznacz.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.btn_delete{
  background: url(../images/buttons/paint_button_usun.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}


