@import url(normalize.css);
@import url(animate.css);
/* $czerwone: #dc3545; - z logo */
/* bootstrap colors */
*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

.test {
  border: 1px solid red; }

.test-div div {
  border: 1px solid red; }

/*.konfiguracja div {border: 1px solid green;}*/
/* .main .color: #aa2d27 = $color-main */
.nowrap {
  white-space: nowrap; }

.elip {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /* limit znakow */
  max-width: 210px; }

.semi_transparent {
  opacity: 0.5; }

.span-mniejsze {
  font-size: 0.8em; }

.daty {
  font-size: 0.8em;
  color: #aaaaaa; }

.jasneszare-tlo {
  background: #efefef; }

.suma {
  color: #cc0000;
  font-size: 0.9em;
  margin-bottom: 3px; }

.komorka {
  border-bottom: 1px solid #efefef;
  padding: 5px 0; }

html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  font-size: 0.625em;
  /* bazowa wartosc dla przegladarek to 16px, wiec 0.625 to 10.px*/
  text-rendering: optimizeLegibility;
  font: 1em/1.5em 'Raleway', sans-serif, Arial, sans-serif;
  /* rozmiar 1em, interlinia 1.5em */
  color: #333333;
  background: #dddddd; }

.na-tresc-strony-modulowej {
  font-weight: 0.625em; }
  .na-tresc-strony-modulowej ul, .na-tresc-strony-modulowej ol {
    list-style-type: none; }

.first_letter_big::first-letter {
  text-transform: uppercase; }

.uppercase {
  text-transform: uppercase; }

h1 {
  font-size: 1.7em;
  margin: 2px 0 7px 0;
  color: #333333;
  font-weight: normal; }

h2 {
  font-size: 1.5em;
  margin-bottom: 7px;
  color: #003366;
  font-weight: normal; }

h3 {
  font-size: 1.2em;
  color: #555555; }

.red {
  color: #cc0000; }

.green {
  color: #006e2e; }

.black {
  color: #000000; }

.grey {
  color: #333333; }

.ltgrey {
  color: #aaaaaa; }

.blue {
  color: #336699; }

.white {
  color: #ffffff; }

.przekreslenie {
  text-decoration: line-through; }

.tar {
  text-align: right; }

#radiobutton input[type=radio], #radiobutton input[type=checkbox] {
  display: none; }

#radiobutton input[type=radio] + label, #radiobutton input[type=checkbox] + label {
  display: inline-block;
  margin: 0;
  padding: 4px 12px;
  font-size: 14px;
  line-height: 20px;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-color: #cc0000;
  border-radius: 3px; }

#radiobutton input[type=radio]:checked + label, #radiobutton input[type=checkbox]:checked + label {
  background-image: none;
  outline: 0;
  background-color: #006600;
  border-radius: 3px; }

/* ##################### */
.fa-ban, .fa-minus {
  cursor: not-allowed; }

/* ##################### */
.koloruj-linki a {
  color: #0000ee !important;
  text-decoration: underline !important; }
  .koloruj-linki a:visited {
    color: #551a8b !important; }

.ostatnie100-link {
  margin: -20px 0 5px 12px;
  font-size: 0.8em; }

.ostatnie100-wykaz {
  margin: 0 0 5px 25px;
  font-size: 0.8em; }
  .ostatnie100-wykaz td, .ostatnie100-wykaz th {
    padding: 0 3px; }
  .ostatnie100-wykaz td.ar {
    text-align: right; }

.empty {
  background: #fcacac; }

.login-page {
  background: #eeeeee url("../images/megabip_bg.jpg") repeat-x;
  background-size: cover;
  background-repeat: no-repeat;
  height: 100%;
  white-space: nowrap; }
  .login-page .lewe {
    text-align: center;
    padding: 100px 0 0 0; }
    .login-page .lewe img {
      width: 300px;
      transition: 0.2s; }
  .login-page .prawe {
    background-color: rgba(255, 255, 255, 0.8);
    position: relative;
    right: -12px; }
  .login-page .mblink {
    line-height: normal;
    padding: 10px; }
    .login-page .mblink a {
      color: #ffffff;
      text-decoration: none;
      /*text-shadow: 1px 1px #555;*/ }
      .login-page .mblink a:hover {
        text-decoration: underline; }
  .login-page .login-form {
    padding: 100px 0 0 0;
    width: 400px;
    margin: 0 auto; }
    .login-page .login-form h2 {
      color: #333333; }
    .login-page .login-form button {
      margin: 10px 0; }
    .login-page .login-form .input-group {
      margin: 2px 0; }
    .login-page .login-form .login-page-ip {
      color: #aaa;
      font-size: 0.8em;
      margin: 15px 0; }
    .login-page .login-form .login-page-reminder a {
      text-decoration: none; }
      .login-page .login-form .login-page-reminder a:hover {
        text-decoration: underline; }

.licencja_typ {
  color: #ffffff;
  padding: 2px 20px;
  text-transform: uppercase;
  font-weight: bold;
  border-radius: 3px; }

.licencja_free {
  background: #777777; }

.licencja_std {
  background: #005500; }

.licencja_pro {
  background: #aa2d27; }

.licencja_ent {
  background: #0976ae; }

.licencja_host {
  background: #000000; }

.info-aktualny {
  color: #ffffff;
  padding: 3px 11px;
  border-radius: 3px; }
  .info-aktualny a {
    color: #ffffff;
    text-decoration: none; }
    .info-aktualny a:hover {
      text-decoration: underline; }

.info-aktualny-green {
  background: #005500; }

.info-aktualny-red {
  background: #aa2d27; }

.info-aktywne-green {
  color: #005500;
  font-weight: bold; }

.info-aktywne-red {
  color: #aa2d27;
  font-weight: bold; }

.jumbo {
  display: none;
  margin: 10% auto;
  font-size: 1.2rem;
  font-weight: bold; }

.na-logo {
  text-align: center; }
  .na-logo img {
    width: 150px;
    margin: 10px 0 15px 0;
    transition: 0.2s; }
    .na-logo img:hover {
      transform: rotate(-1deg) scale(1.1); }

.logo-wersja {
  color: #333;
  position: absolute;
  top: 50px;
  font-size: 1.8em;
  text-align: center;
  transition: 0.2s;
  opacity: 0.3;
  padding: 0 0 15px 15px; }
  .logo-wersja:hover {
    transform: scale(1.5);
    font-weight: bold;
    opacity: 1; }

.na-gorne-menu {
  background: #f8f9fa;
  /*border-radius: 0 0 7px 7px;*/
  text-align: right;
  padding: 30px 20px 0 0; }
  .na-gorne-menu a {
    color: #555555;
    font-size: 1.4em;
    margin: 0 2px;
    padding: 10px 13px;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-decoration: none;
    background: #ffffff;
    cursor: pointer; }
    .na-gorne-menu a:hover {
      text-decoration: none;
      color: #003366;
      border: 1px solid #003366;
      background: #e9e9e9; }
  .na-gorne-menu .mniejsze {
    font-size: 0.7em; }
  .na-gorne-menu .szczegoly-licencji-menu-gorne {
    display: inline;
    color: #555555;
    font-size: 1.4em;
    margin: 0 2px;
    padding: 10px 13px;
    border-radius: 5px;
    border: 1px solid #ddd;
    text-decoration: none;
    background: #ffffff; }
    .na-gorne-menu .szczegoly-licencji-menu-gorne:hover {
      border-radius: 25; }
    .na-gorne-menu .szczegoly-licencji-menu-gorne a {
      color: #555555;
      font-size: 1em;
      margin: 0;
      padding: 0;
      border: 0;
      text-decoration: none;
      cursor: pointer; }
      .na-gorne-menu .szczegoly-licencji-menu-gorne a:hover {
        text-decoration: none;
        color: #003366;
        border: 0;
        background: transparent; }
    .na-gorne-menu .szczegoly-licencji-menu-gorne a.refresh {
      margin: 0 0 0 15px;
      display: inline-block;
      transition: 1s; }
      .na-gorne-menu .szczegoly-licencji-menu-gorne a.refresh:hover {
        transform: rotate(360deg) scale(1); }

.menu-funkcyjne {
  padding: 2px 0 0 13px; }
  .menu-funkcyjne a {
    text-decoration: none; }
    .menu-funkcyjne a:hover {
      text-decoration: underline; }
  .menu-funkcyjne .zalogowany {
    float: right;
    font-size: 0.8em; }
    .menu-funkcyjne .zalogowany a {
      color: #003366; }
  .menu-funkcyjne .path {
    color: #aaaaaa;
    font-size: 0.9em;
    margin: 0 0 5px 0; }
    .menu-funkcyjne .path a {
      color: #aaaaaa; }
      .menu-funkcyjne .path a:hover {
        color: #003366; }
    .menu-funkcyjne .path a.sel {
      font-weight: bold; }
  .menu-funkcyjne .naglowek_sekcji {
    position: absolute;
    padding: 20px 0 0 5px;
    font-size: 1.4em;
    font-weight: bold; }

.na-menu {
  padding: 20px 0 10px 0;
  background: #f8f9fa;
  font-size: 1.1em;
  /*border-radius: 0 0 7px 7px;*/
  border-radius: 0 0 0 9px;
  border-bottom: 1px solid #aaaaaa; }
  .na-menu ul, .na-menu li {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .na-menu li {
    color: #343a40; }
    .na-menu li a {
      display: block;
      margin: 2px 0;
      padding: 3px 0 3px 15px;
      font-size: 0.9em;
      /*opacity: 0.5;*/
      text-decoration: none;
      color: #343a40; }
      .na-menu li a:hover {
        text-decoration: none;
        background: #eeeeee;
        color: #000000;
        opacity: 1; }
    .na-menu li a.pozycja-wyrozniona {
      color: #0976ae; }
    .na-menu li a.sel {
      border-left: 5px solid #cc0000;
      background: #eeeeee;
      font-weight: bold;
      opacity: 1;
      color: #343a40; }
  .na-menu ul ul {
    margin-bottom: 15px; }
  .na-menu li li {
    font-size: 0.9rem; }
    .na-menu li li a {
      padding: 1px 0 2px 35px; }
    .na-menu li li a.sel {
      border-left: 25px solid #cc0000;
      padding: 1px 0 2px 10px;
      background: #eeeeee;
      font-weight: bold;
      opacity: 1;
      color: #343a40; }
  .na-menu li.separator {
    height: 3px;
    background: #ffffff;
    border-top: 2px solid #eeeeee;
    margin: 7px 0 25px 0; }
  .na-menu li li.separator {
    height: 3px;
    background: #ffffff;
    border-top: 2px solid #eeeeee;
    margin: 0;
    width: 80%;
    position: relative;
    left: 35px; }

.na-copy {
  padding: 40px 20px;
  color: #aaa; }
  .na-copy a {
    color: #aaa;
    text-decoration: none; }
    .na-copy a:hover {
      color: #333333;
      text-decoration: underline; }

.pod-stopka {
  color: #6c757d;
  /*border-radius: 0 0 7px 0;*/
  font-size: 0.8em;
  padding: 15px 20px 15px 25px;
  line-height: 15px;
  background: url("../images/5st.png") 0 12px no-repeat;
  transition: 0.2s;
  opacity: 0.5; }
  .pod-stopka:hover {
    color: #333333;
    background: url("../images/5.png") 0 12px no-repeat;
    opacity: 1; }
  .pod-stopka b {
    font-size: 1rem;
    /*padding: 0 0 0 23px;*/ }
  .pod-stopka a {
    display: block;
    color: #6c757d;
    text-decoration: none; }

.pasek-alarmowy {
  color: white;
  padding: 5px 5px 5px 13px;
  font-size: 1.2rem;
  text-align: center; }
  .pasek-alarmowy a {
    color: white;
    text-decoration: none;
    font-weight: bold; }
    .pasek-alarmowy a:hover {
      text-decoration: underline; }

.pasek-alarmowy-red {
  background: #aa2d27; }

.pasek-alarmowy-green {
  background: #28a745; }

@keyframes colorChange {
  0% {
    background-color: #aa2d27; }
  100% {
    background-color: #f6a727; } }
.brak-uprawnien {
  padding: 13px;
  font-size: 1.2rem; }
  .brak-uprawnien b {
    background: #ffffff;
    color: #aa2d27;
    padding: 2px 5px; }

.zarejestruj_program {
  border-radius: 7px;
  padding: 35px 20px;
  text-align: center; }

.zarejestruj_program_info {
  padding: 20px 50px; }

.na-tresc {
  padding: 15px 0 0 13px; }
  .na-tresc .nav-item a {
    color: #003366;
    font-weight: bold; }
  .na-tresc .tresc-strony {
    background: #ffffff;
    border-bottom: 1px solid #aaaaaa;
    padding: 10px;
    border-left: 1px solid #ddd;
    border-right: 1px solid #ddd;
    width: 100%;
    border-radius: 7px 0 0 0; }
    .na-tresc .tresc-strony form h3 {
      padding: 20px; }

.na-wybor-opcji {
  padding: 0 0 0 20px; }

.zanikanie {
  background: linear-gradient(to right, #000 100px, #000 100px, #fff 135px);
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent; }

.na-ikony {
  text-align: right;
  font-size: 1.5em; }

.na-ikony-lewa {
  text-align: left;
  width: 80px; }

.ui-sortable {
  cursor: move; }

.div-sortowalne ul, .div-sortowalne li {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.div-sortowalne tr, .div-sortowalne td {
  margin: 0;
  padding: 0; }
.div-sortowalne a {
  text-decoration: none;
  color: #003366;
  margin: 0;
  padding: 0; }
  .div-sortowalne a:hover {
    color: #cc0000; }
.div-sortowalne .btn {
  background: #ffffff;
  color: #555555; }
  .div-sortowalne .btn .badge {
    color: #555555;
    border: 1px solid #e9e9e9;
    padding: 5px; }
    .div-sortowalne .btn .badge .ileogloszen-kolor {
      color: #cc0000; }
.div-sortowalne .pages-head {
  background: #555555;
  color: #ffffff;
  padding-left: 3px;
  padding: 4px 0;
  margin-bottom: 15px;
  font-size: 1.2em; }
.div-sortowalne .strony-strona {
  padding: 9px 0 10px 0;
  border-bottom: 1px solid #e9e9e9; }
  .div-sortowalne .strony-strona:hover {
    background: #e9e9e9; }
.div-sortowalne .strony-daty {
  color: #aaaaaa;
  font-weight: bold;
  margin: -7px 0 0 0;
  padding: 0; }
.div-sortowalne .zalaczniki-na-formularz {
  margin: 0 0 25px 0; }
.div-sortowalne .zalaczniki-pozycja {
  margin: 0;
  padding: 15px 0 10px 0;
  border-bottom: 1px solid #e9e9e9; }
  .div-sortowalne .zalaczniki-pozycja:hover {
    background: #e9e9e9; }
.div-sortowalne .zalaczniki-ikona {
  font-size: 1.6em; }
.div-sortowalne .wiekszy-odstep {
  margin-top: 10px; }

.na-tabele .table-head {
  background: #555555;
  color: #ffffff; }
.na-tabele .thead-light {
  background: #e9e9e9; }
.na-tabele td {
  padding: 12px 5px; }

.noborder {
  border: 0 !important; }
  .noborder tr, .noborder td {
    border: 0 !important; }

.na-edytor-wysiwyg {
  margin: 0 0 4px 0; }

.powod-wprowadzenia-zmian {
  margin: 20px 20px 4px 20px; }
  .powod-wprowadzenia-zmian .powod-wprowadzenia-zmian-header {
    color: #aa2d27;
    font-weight: bold; }

.confirm {
  position: absolute;
  top: 40px;
  font-size: 1.5rem;
  font-weight: bold; }

.confirmok {
  .color: #28a745; }

.confirmerr {
  color: #cc0000; }

.pilot-curl {
  padding: 0; }
  .pilot-curl a {
    color: #333333;
    text-decoration: none; }
    .pilot-curl a:hover {
      text-decoration: underline;
      color: #cc0000; }
  .pilot-curl .mbcurl-news {
    padding: 20px;
    font-size: 1.1rem;
    transition: 0.3s;
    border-radius: 0 0 7px 0; }
    .pilot-curl .mbcurl-news:hover {
      background: #e9e9e9;
      border-bottom: 1px solid #aaaaaa; }
    .pilot-curl .mbcurl-news h3 {
      font-weight: bold;
      margin: 0;
      padding: 0; }
      .pilot-curl .mbcurl-news h3 a {
        color: #003366; }
    .pilot-curl .mbcurl-news h4 {
      font-size: 0.8rem;
      font-weight: bold;
      color: #6c757d;
      margin: 0;
      padding: 0; }

.row-alert {
  background: #cc0000;
  color: #ffffff;
  font-weight: bold;
  font-size: 1.2em;
  padding: 5px 0; }

.row-alert-formularze {
  background: #fae6e6;
  padding: 5px 0;
  border: 1px solid #dddddd;
  border-radius: 7px;
  font-size: 1rem; }

.na-radio-buttony {
  padding: 15px 0;
  margin: 3px 0;
  border: 1px solid #dddddd;
  border-radius: 7px;
  background: #f8f9fa; }

.na-wykaz-opcji {
  border-bottom: 1px solid #dddddd;
  margin: 0 20px 0 0;
  padding: 20px 0 10px 0; }

.na-opcje-taknie {
  padding: 20px 0 10px 0; }

.dd-naglowki {
  font-weight: bold; }

.na-konfiguracje h3 {
  font-size: 1em;
  line-height: 1.5em; }

.reminder {
  margin: 30px auto; }

.pokaz-typy-licencji {
  margin: 40px 0 0 0;
  text-align: center;
  font-size: 0.8em; }
  .pokaz-typy-licencji b {
    font-size: 1.3em; }
  .pokaz-typy-licencji .twoja {
    font-size: 2em; }

.komunikat-blad {
  background: #fae6e6;
  padding: 9px 20px;
  border: 1px solid #dddddd;
  border-radius: 7px;
  font-size: 1rem; }

.wykaz-obrazkow img {
  margin: 3px;
  padding: 2px;
  border: 1px solid #ddd;
  cursor: pointer; }

.szyfrowanie-hasla {
  font-size: 1.2em;
  background: #fff;
  padding: 20px;
  border: 7px dashed #cc0000;
  margin-bottom: 20px; }

#strengthBar {
  width: 100%;
  height: 20px;
  background-color: #eee;
  margin-top: 10px;
  border-radius: 3px; }

#strengthFill {
  height: 100%;
  width: 0%;
  background-color: green;
  transition: width 0.3s ease-in-out;
  border-radius: 3px; }

#strength {
  font-weight: bold; }

.form-obowiazkowe-textarea {
  padding-left: 5px;
  margin-bottom: 5px;
  border-radius: 5px; }

.form-obowiazkowe {
  border-left: 5px solid red; }

.form-nieobowiazkowe {
  border-left: 5px solid green; }

.div-wysiwyg {
  width: 100%;
  margin-bottom: 20px; }
  .div-wysiwyg .zaoblenie {
    border-radius: 0 0 6px 6px; }

/* rozmiary z bootstrapa */
@media only screen and (max-width: 768px) {
  .jumbo {
    display: block;
    text-align: center; }

  .main, panel-boczny {
    display: none; } }
/* tu koniec bootstrapa */
/* https://bootsnipp.com/snippets/j6k6b */
.switchToggle {
  float: right; }

.switchToggle input[type=checkbox] {
  height: 0;
  width: 0;
  visibility: hidden;
  position: absolute; }

.switchToggle label {
  cursor: pointer;
  text-indent: -9999px;
  width: 70px;
  max-width: 70px;
  height: 30px;
  background: #cc0000;
  display: block;
  border-radius: 100px;
  position: relative; }

.switchToggle label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 90px;
  transition: 0.3s; }

.switchToggle input:checked + label, .switchToggle input:checked + input + label {
  background: #28a745; }

.switchToggle input + label:before, .switchToggle input + input + label:before {
  content: 'NIE';
  position: absolute;
  top: 5px;
  left: 33px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff; }

.switchToggle input:checked + label:before, .switchToggle input:checked + input + label:before {
  content: 'TAK';
  position: absolute;
  top: 5px;
  left: 10px;
  width: 26px;
  height: 26px;
  border-radius: 90px;
  transition: 0.3s;
  text-indent: 0;
  color: #fff; }

.switchToggle input:checked + label:after, .switchToggle input:checked + input + label:after {
  left: calc(100% - 2px);
  transform: translateX(-100%); }

.switchToggle label:active:after {
  width: 70px; }

.toggle-switchArea {
  margin: 10px 0 10px 0; }

/* https://bootsnipp.com/snippets/O56Vd */
.toggle_radio {
  position: relative;
  background: #28a745;
  margin: 0;
  overflow: hidden;
  padding: 0 !important;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  position: relative;
  height: 35px;
  width: 394px; }

.toggle_radio > * {
  float: left; }

.toggle_radio input[type=radio] {
  display: none;
  /*position: fixed;*/ }

.toggle_radio label {
  color: #ffffff;
  z-index: 0;
  display: block;
  width: 125px;
  margin: 5px 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  cursor: pointer;
  z-index: 1;
  text-align: center;
  /*margin: 0 2px;*/ }

.toggle_option_slider {
  width: 125px;
  height: 29px;
  position: absolute;
  top: 3px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  border-radius: 50px;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -o-transition: all .4s ease;
  -ms-transition: all .4s ease;
  transition: all .4s ease; }

#first_toggle:checked ~ .toggle_option_slider {
  background: rgba(255, 255, 255, 0.5);
  left: 3px; }

#second_toggle:checked ~ .toggle_option_slider {
  background: rgba(255, 255, 255, 0.5);
  left: 132px; }

#third_toggle:checked ~ .toggle_option_slider {
  background: rgba(255, 255, 255, 0.5);
  left: 266px; }

#first_toggle1:checked ~ .toggle_option_slider {
  background: rgba(255, 255, 255, 0.5);
  left: 3px; }

#second_toggle1:checked ~ .toggle_option_slider {
  background: rgba(255, 255, 255, 0.5);
  left: 132px; }

#third_toggle1:checked ~ .toggle_option_slider {
  background: rgba(255, 255, 255, 0.5);
  left: 266px; }

/*# sourceMappingURL=style.css.map */
