/* -------------------------------------------------------------
  Sass CSS3 Mixins! The Cross-Browser CSS3 Sass Library
  By: Matthieu Aussaguel, http://www.mynameismatthieu.com, @matthieu_tweets
  List of CSS3 Sass Mixins File to be @imported and @included as you need
  The purpose of this library is to facilitate the use of CSS3 on different browsers avoiding HARD TO READ and NEVER
  ENDING css files
  note: All CSS3 Properties are being supported by Safari 5
  more info: http://www.findmebyip.com/litmus/#css3-properties
------------------------------------------------------------- */
.btn-pink {
  background-color: #ff0080;
  border-color: #ff0080;
  color: #fff; }
  .btn-pink:hover {
    color: #fff; }

.btn-pink:hover,
.btn-pink:focus,
.btn-pink:active,
.btn-pink.active {
  background-color: #e60073;
  border-color: #cc0066; }

.btn-pink.disabled:hover,
.btn-pink.disabled:focus,
.btn-pink.disabled:active,
.btn-pink.disabled.active,
.btn-pink[disabled]:hover,
.btn-pink[disabled]:focus,
.btn-pink[disabled]:active,
.btn-pink[disabled].active,
fieldset[disabled] .btn-pink:hover,
fieldset[disabled] .btn-pink:focus,
fieldset[disabled] .btn-pink:active,
fieldset[disabled] .btn-pink.active {
  background-color: #ff0080;
  border-color: #ff0080; }

.form-group {
  margin-bottom: 5px; }

.select2-selection {
  height: auto !important; }

.form-control {
  font-size: 12px; }

td {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
  vertical-align: middle !important; }
  td > .btn-sm {
    font-size: 10px; }

td, th {
  vertical-align: middle; }

table {
  width: 100% !important; }

.dataTables_filter {
  display: none; }

table th {
  padding-top: 5px;
  background: #efefef;
  height: 20px; }

#table-users > thead > tr:nth-of-type(1) > th {
  background: #fff;
  padding-top: 0;
  padding-bottom: 7px; }

.paginate_button > a {
  padding: 3px 8px !important; }

.parsley-errors-list {
  position: absolute;
  bottom: 40%;
  right: 0;
  z-index: 1024; }
  .parsley-errors-list > li {
    font-size: 12px;
    list-style: none;
    background: rgba(150, 3, 3, 0.75);
    padding: 5px 10px;
    border-radius: 5px;
    color: #fff;
    border-color: #190101; }

@media (max-width: 500px) {
  #wrapper-content {
    padding: 0; } }

.select2 {
  width: 100% !important; }

.flag {
  width: 16px;
  height: 11px;
  display: inline-block;
  background: url("../../dist/img/flags.png"); }
  .flag.flag-pl {
    background-position: 52px -572px; }
  .flag.flag-en {
    background-position: 52px 64px; }

.dropdown-menu {
  min-width: 0; }

.swal2-modal {
  margin-top: 100px; }

.swal2-title {
  font-size: 25px; }

.swal2-content {
  font-size: 14px; }

.margin-top {
  margin-top: 10px; }

.btn-purple {
  color: #ffffff;
  background-color: #611BBD;
  border-color: #130269; }

.btn-purple:hover,
.btn-purple:focus,
.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  color: #ffffff;
  background-color: #49247A;
  border-color: #130269; }

.btn-purple:active,
.btn-purple.active,
.open .dropdown-toggle.btn-purple {
  background-image: none; }

.btn-purple.disabled,
.btn-purple[disabled],
fieldset[disabled] .btn-purple,
.btn-purple.disabled:hover,
.btn-purple[disabled]:hover,
fieldset[disabled] .btn-purple:hover,
.btn-purple.disabled:focus,
.btn-purple[disabled]:focus,
fieldset[disabled] .btn-purple:focus,
.btn-purple.disabled:active,
.btn-purple[disabled]:active,
fieldset[disabled] .btn-purple:active,
.btn-purple.disabled.active,
.btn-purple[disabled].active,
fieldset[disabled] .btn-purple.active {
  background-color: #611BBD;
  border-color: #130269; }

.btn-purple .badge {
  color: #611BBD;
  background-color: #ffffff; }

tbody > tr:nth-of-type(even) {
  background: #F6F6F6; }

.draggable-box {
  display: inline-block;
  list-style: none;
  padding: 10px 20px;
  border: 1px solid #eee;
  cursor: pointer;
  vertical-align: middle; }

#sortable {
  min-height: 40px;
  padding: 10px;
  background: #ddd; }
  #sortable > li {
    display: inline-block;
    width: auto !important;
    height: auto !important; }

.select2-container {
  border-radius: 0;
  border-color: #ccc; }

.parsley-errors-list {
  padding: 0; }

@media (min-width: 992px) {
  .modal-xlg {
    width: 1200px;
    max-width: 95% !important; } }
@media (max-width: 768px) {
  .row-xs-hidden {
    margin: 0; } }
.page-loader {
  border: 16px solid #f3f3f3;
  /* Light grey */
  border-top: 16px solid #3498db;
  /* Blue */
  border-radius: 50%;
  width: 120px;
  height: 120px;
  animation: page-loader-spin 2s linear infinite;
  left: 50%;
  top: 10%;
  margin-left: -60px;
  position: absolute; }

@keyframes page-loader-spin {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }
.page-loader-wrapper {
  width: 100%;
  height: 100%;
  position: fixed;
  text-align: center;
  background: rgba(240, 240, 240, 0.8);
  z-index: 343514312654123; }

#system-email-address-book-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 4096;
  background: #fff;
  max-height: 100px;
  overflow-y: scroll;
  padding-left: 0; }
  #system-email-address-book-wrapper > li {
    background: #fff;
    list-style: none;
    padding: 5px 10px;
    cursor: pointer;
    -webkit-transition: all, 0.5s;
    -khtml-transition: all, 0.5s;
    -moz-transition: all, 0.5s;
    -ms-transition: all, 0.5s;
    -o-transition: all, 0.5s;
    transition: all, 0.5s; }
    #system-email-address-book-wrapper > li:hover {
      background: #d9e9ff; }

.sidebar-mini .main-header > .logo {
  background: #fff;
  -webkit-transition: all, 0.5s;
  -khtml-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s; }
  .sidebar-mini .main-header > .logo:hover {
    background: #e6e6e6; }

.btn-light-green {
  color: #ffffff;
  background-color: #1BBD9D;
  border-color: #0A9478; }

.btn-light-green:hover,
.btn-light-green:focus,
.btn-light-green:active,
.btn-light-green.active,
.open .dropdown-toggle.btn-light-green {
  color: #ffffff;
  background-color: #109177;
  border-color: #0A9478; }

.btn-light-green:active,
.btn-light-green.active,
.open .dropdown-toggle.btn-light-green {
  background-image: none; }

.btn-light-green.disabled,
.btn-light-green[disabled],
fieldset[disabled] .btn-light-green,
.btn-light-green.disabled:hover,
.btn-light-green[disabled]:hover,
fieldset[disabled] .btn-light-green:hover,
.btn-light-green.disabled:focus,
.btn-light-green[disabled]:focus,
fieldset[disabled] .btn-light-green:focus,
.btn-light-green.disabled:active,
.btn-light-green[disabled]:active,
fieldset[disabled] .btn-light-green:active,
.btn-light-green.disabled.active,
.btn-light-green[disabled].active,
fieldset[disabled] .btn-light-green.active {
  background-color: #1BBD9D;
  border-color: #0A9478; }

.btn-light-green .badge {
  color: #1BBD9D;
  background-color: #ffffff; }

.btn-violet {
  color: #ffffff;
  background-color: #A602A1;
  border-color: #7A0276; }

.btn-violet:hover,
.btn-violet:focus,
.btn-violet:active,
.btn-violet.active,
.open .dropdown-toggle.btn-violet {
  color: #ffffff;
  background-color: #8A1786;
  border-color: #7A0276; }

.btn-violet:active,
.btn-violet.active,
.open .dropdown-toggle.btn-violet {
  background-image: none; }

.btn-violet.disabled,
.btn-violet[disabled],
fieldset[disabled] .btn-violet,
.btn-violet.disabled:hover,
.btn-violet[disabled]:hover,
fieldset[disabled] .btn-violet:hover,
.btn-violet.disabled:focus,
.btn-violet[disabled]:focus,
fieldset[disabled] .btn-violet:focus,
.btn-violet.disabled:active,
.btn-violet[disabled]:active,
fieldset[disabled] .btn-violet:active,
.btn-violet.disabled.active,
.btn-violet[disabled].active,
fieldset[disabled] .btn-violet.active {
  background-color: #A602A1;
  border-color: #7A0276; }

.btn-violet .badge {
  color: #A602A1;
  background-color: #ffffff; }

.btn-orange {
  color: #ffffff;
  background-color: #CF6100;
  border-color: #914605; }

.btn-orange:hover,
.btn-orange:focus,
.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  color: #ffffff;
  background-color: #A84E00;
  border-color: #914605; }

.btn-orange:active,
.btn-orange.active,
.open .dropdown-toggle.btn-orange {
  background-image: none; }

.btn-orange.disabled,
.btn-orange[disabled],
fieldset[disabled] .btn-orange,
.btn-orange.disabled:hover,
.btn-orange[disabled]:hover,
fieldset[disabled] .btn-orange:hover,
.btn-orange.disabled:focus,
.btn-orange[disabled]:focus,
fieldset[disabled] .btn-orange:focus,
.btn-orange.disabled:active,
.btn-orange[disabled]:active,
fieldset[disabled] .btn-orange:active,
.btn-orange.disabled.active,
.btn-orange[disabled].active,
fieldset[disabled] .btn-orange.active {
  background-color: #CF6100;
  border-color: #914605; }

.btn-orange .badge {
  color: #CF6100;
  background-color: #ffffff; }

.material-switch > input[type="checkbox"] {
  display: none; }

.material-switch > label {
  cursor: pointer;
  height: 0;
  position: relative;
  width: 40px; }

.material-switch > label::before {
  background: black;
  box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.5);
  border-radius: 8px;
  content: '';
  height: 16px;
  margin-top: -8px;
  position: absolute;
  opacity: 0.3;
  transition: all 0.4s ease-in-out;
  width: 40px; }

.material-switch > label::after {
  background: white;
  border-radius: 16px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  content: '';
  height: 24px;
  left: -4px;
  margin-top: -8px;
  position: absolute;
  top: -4px;
  transition: all 0.3s ease-in-out;
  width: 24px; }

.material-switch > input[type="checkbox"]:checked + label::before {
  background: inherit;
  opacity: 0.5; }

.material-switch > input[type="checkbox"]:checked + label::after {
  background: inherit;
  left: 20px; }

.rentchat-wrapper + #threads-floating-wrapper {
  bottom: 50px !important; }

.treeview a {
  color: #fff !important; }

.treeview > a {
  font-size: 16px !important; }

.treeview > ul a {
  font-size: 14px !important; }

.treeview {
  border-bottom: 1px solid #fff; }

.treeview > ul .treeview:last-of-type {
  border-bottom: none; }

.treeview.active > a {
  background: rgba(0, 0, 0, 0.5) !important;
  border-left-color: #e91e63 !important; }

.main-sidebar {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#004799+0,b05167+50,7db9e8+100 */
  background: #004799;
  /* Old browsers */
  background: -moz-linear-gradient(45deg, #004799 0%, #b05167 50%, #7db9e8 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(45deg, #004799 0%, #b05167 50%, #7db9e8 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(45deg, #004799 0%, #b05167 50%, #7db9e8 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#004799', endColorstr='#7db9e8', GradientType=1);
  /* IE6-9 fallback on horizontal gradient */ }

.treeview-menu > li > a {
  padding-top: 6px !important;
  padding-bottom: 6px !important;
  display: block; }

.treeview-menu > .active {
  border-left: 3px solid #e91e63 !important; }

.sidebar-menu > .header {
  background: rgba(16, 73, 151, 0.3) !important;
  color: #fff !important; }

.sidebar > .user-panel {
  background: none !important; }

.navbar.navbar-static-top {
  background: #27668c url("bar.png") !important; }

.treeview ul > .treeview {
  border-bottom: 1px solid #87c8ff; }

.treeview-menu {
  background: rgba(0, 0, 0, 0.3) !important;
  padding-left: 0 !important;
  margin-left: 0 !important; }

.sidebar-collapse .treeview-menu {
  background: rgba(0, 0, 0, 0.75) !important; }

.sidebar-collapse .treeview > a:hover {
  background: rgba(0, 0, 0, 0.75) !important; }

.treeview-menu > .treeview:not(.active) {
  padding-left: 5px !important; }

.treeview > a:hover {
  background: rgba(0, 0, 0, 0.5) !important; }

.treeview.active .treeview.active > a {
  background: rgba(0, 0, 0, 0.5) !important; }

.modal-backdrop.fade.in {
  opacity: 0.8;
  background: url("modal_bg.png"); }

.sidebar-toggle:hover {
  background: rgba(0, 0, 0, 0.5) !important; }

.swal-wide {
  width: 1000px !important;
  max-width: 95% !important; }

#centrum-akcji {
  position: fixed;
  right: 0;
  top: 0;
  width: 25%;
  height: 100%;
  background: rgba(0, 0, 0, 0.25); }

#centrum-akcji {
  position: fixed;
  right: -20%;
  top: 0;
  width: 20%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  z-index: 2048;
  border-left: 2px solid #676767;
  -webkit-transition: all, 0.5s;
  -khtml-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s; }

#centrum-akcji > header {
  padding: 10px 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.85); }

#centrum-akcji > header > h4 {
  color: #fff;
  font-weight: bold; }

#centrum-akcji > ul {
  padding: 10px 20px;
  height: 90%;
  overflow-y: scroll; }

#centrum-akcji > ul > li {
  color: #a2a2a2;
  list-style: none; }

#centrum-akcji.slided {
  right: 0; }

#centrum-akcji > ul > li > #centrum-akcji-load {
  color: #a2a2a2;
  text-decoration: none;
  margin-top: 20px;
  display: inline-block; }

#centrum-akcji > ul > li.event-item {
  color: #eaeaea;
  padding-top: 5px;
  padding-bottom: 5px;
  background: rgba(0, 0, 0, 0);
  -webkit-transition: all, 0.5s;
  -khtml-transition: all, 0.5s;
  -moz-transition: all, 0.5s;
  -ms-transition: all, 0.5s;
  -o-transition: all, 0.5s;
  transition: all, 0.5s; }

#centrum-akcji > ul > li.event-item > span {
  display: block; }

#centrum-akcji > ul > li.event-item > a {
  display: block;
  color: #eaeaea;
  text-decoration: none; }

#centrum-akcji > ul > li.event-item:hover {
  background: rgba(0, 0, 0, 0.25); }

#rcs-top-notification {
  position: fixed;
  top: 40px;
  right: 40px;
  z-index: 999999;
  width: 450px;
  background: rgba(175, 2, 30, 0.8);
  color: #fff;
  box-shadow: 0 0 0 rgba(175, 2, 30, 0.8);
  animation: pulse 2s infinite; }
  @media (max-width: 768px) {
    #rcs-top-notification {
      width: 95%;
      right: 2.5%; } }
  #rcs-top-notification > div {
    padding: 10px; }

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(175, 2, 30, 0.8); }
  70% {
    -webkit-box-shadow: 0 0 0 40px rgba(204, 169, 44, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(175, 2, 30, 0.8);
    box-shadow: 0 0 0 0 rgba(175, 2, 30, 0.8); }
  70% {
    -moz-box-shadow: 0 0 0 40px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 40px rgba(204, 169, 44, 0); }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(204, 169, 44, 0); } }
.logo-lg > img {
  max-width: 80% !important; }

.no-autofill {
  background: #fff !important; }

.required-mark {
  color: #ff0000; }

.parsley-required {
  font-weight: normal; }

.vcenter {
  display: inline-block;
  vertical-align: middle;
  float: none; }

.pac-container {
  z-index: 99999 !important; }

/*# sourceMappingURL=style.css.map */
