@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Titillium+Web:300,400,700&subset=latin-ext");
.container {
  width: 1440px; }

b, strong {
  font-weight: bold; }

h1, h2, h3 {
  font-weight: 300; }

#slide-form input[type=text] {
  width: 100%;
  max-width: 600px; }

/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2016-03-03, 14:37:53
    Author     : kwysocki
*/
.clear {
  clear: both; }

body {
  font-family: "Titillium Web", Arial, sans-serif;
  font-weight: 200;
  /*    @media screen and (max-width: 1199px){
          *{
              display: none;
          }
          text-align: center;
          &::after{
              margin: 100px auto;
              font-size: 26px;
              content: 'Minimalna szerokość ekranu wymagana do obsługi panelu to 1200px.';
  
          }
      }*/ }
  body #wholePage {
    position: relative;
    transition: 0.5s ease 0s;
    -webkit-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -khtml-transition: 0.5s ease 0s;
    margin-left: 0; }
  body #sideMenu {
    border-right: 2px solid #242833;
    transition: 0.5s ease 0s;
    -webkit-transition: 0.5s ease 0s;
    -ms-transition: 0.5s ease 0s;
    -o-transition: 0.5s ease 0s;
    -moz-transition: 0.5s ease 0s;
    -khtml-transition: 0.5s ease 0s;
    width: 220px;
    left: -220px;
    position: fixed;
    top: 0;
    bottom: 0;
    overflow: visible;
    background: #313541;
    z-index: 9999; }
    body #sideMenu > div {
      padding-top: 62px;
      overflow: hidden;
      overflow-y: auto;
      height: 100%;
      border-right: 1px solid #363A46; }
    body #sideMenu #sideMenuButton {
      z-index: 9999;
      background: #313541;
      transition: 0.5s ease 0s;
      -webkit-transition: 0.5s ease 0s;
      -ms-transition: 0.5s ease 0s;
      -o-transition: 0.5s ease 0s;
      -moz-transition: 0.5s ease 0s;
      -khtml-transition: 0.5s ease 0s;
      position: absolute;
      top: 0;
      right: -62px;
      width: 62px;
      height: 62px;
      cursor: pointer; }
      body #sideMenu #sideMenuButton span {
        display: block;
        position: absolute;
        margin: 0;
        margin: auto;
        transition: 0.5s ease 0s;
        -webkit-transition: 0.5s ease 0s;
        -ms-transition: 0.5s ease 0s;
        -o-transition: 0.5s ease 0s;
        -moz-transition: 0.5s ease 0s;
        -khtml-transition: 0.5s ease 0s;
        height: 3px;
        width: 30px;
        border-radius: 1px;
        background: #fff;
        left: 0;
        right: 0; }
        body #sideMenu #sideMenuButton span.bar1 {
          top: 0;
          bottom: 18px; }
        body #sideMenu #sideMenuButton span.bar2 {
          top: 0;
          bottom: 0; }
        body #sideMenu #sideMenuButton span.bar3 {
          top: 18px;
          bottom: 0; }
    body #sideMenu .container-fluid {
      padding: 0; }
      body #sideMenu .container-fluid .collapse.navbar-collapse {
        padding: 0 5px; }
    body #sideMenu .dropdown-toggle {
      cursor: default !important;
      color: white !important;
      background: none !important; }
    body #sideMenu .navbar-nav > li > a {
      padding-bottom: 5px; }
    body #sideMenu .navbar.navbar-default {
      border: none; }
    body #sideMenu > div > nav {
      background: none !important; }
      body #sideMenu > div > nav a {
        font-size: 14px;
        color: white;
        transition: color 0.2s ease 0s;
        -webkit-transition: color 0.2s ease 0s;
        -ms-transition: color 0.2s ease 0s;
        -o-transition: color 0.2s ease 0s;
        -moz-transition: color 0.2s ease 0s;
        -khtml-transition: color 0.2s ease 0s;
        background: none !important; }
        body #sideMenu > div > nav a i.fa {
          transition: none;
          -webkit-transition: none;
          -ms-transition: none;
          -o-transition: none;
          -moz-transition: none;
          -khtml-transition: none;
          position: relative;
          top: -1px;
          margin-right: 5px; }
        body #sideMenu > div > nav a:hover {
          color: #18BC9C; }
      body #sideMenu > div > nav .nav > li {
        display: block;
        width: 100%;
        padding: 20px 0;
        border-bottom: 1px solid #222631; }
        body #sideMenu > div > nav .nav > li a {
          padding-top: 0;
          padding-bottom: 0; }
        body #sideMenu > div > nav .nav > li:last-child {
          border-bottom: none; }
      body #sideMenu > div > nav .caret {
        display: none; }
      body #sideMenu > div > nav .dropdown-menu {
        padding-left: 10px;
        margin-top: 10px;
        display: block !important;
        position: static;
        background: none;
        box-shadow: none;
        border: none; }
        body #sideMenu > div > nav .dropdown-menu > li {
          padding: 5px 0; }
          body #sideMenu > div > nav .dropdown-menu > li > a {
            font-size: 14px;
            color: #ccc;
            transition: none;
            -webkit-transition: none;
            -ms-transition: none;
            -o-transition: none;
            -moz-transition: none;
            -khtml-transition: none; }
            body #sideMenu > div > nav .dropdown-menu > li > a:hover {
              color: #18BC9C; }
  body #nav1 {
    background: #282C37;
    transition: padding-left 0.5s ease 0s;
    -webkit-transition: padding-left 0.5s ease 0s;
    -ms-transition: padding-left 0.5s ease 0s;
    -o-transition: padding-left 0.5s ease 0s;
    -moz-transition: padding-left 0.5s ease 0s;
    -khtml-transition: padding-left 0.5s ease 0s;
    padding-left: 62px;
    height: 64px;
    border-bottom: 2px solid #111; }
    body #nav1 > div {
      height: 61px;
      line-height: 61px;
      vertical-align: middle;
      padding: 0 20px; }
    body #nav1 .pseudoSelect {
      margin: 0 20px;
      background: #313541;
      color: white;
      float: right;
      display: block;
      height: 62px;
      position: relative; }
      body #nav1 .pseudoSelect .options {
        z-index: 9999;
        background: #282C37;
        transition: 0.5s ease 0s;
        -webkit-transition: 0.5s ease 0s;
        -ms-transition: 0.5s ease 0s;
        -o-transition: 0.5s ease 0s;
        -moz-transition: 0.5s ease 0s;
        -khtml-transition: 0.5s ease 0s;
        max-height: 0;
        visibility: hidden;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        overflow-y: auto; }
        body #nav1 .pseudoSelect .options button {
          text-align: left;
          transition: 0.3s ease 0s;
          -webkit-transition: 0.3s ease 0s;
          -ms-transition: 0.3s ease 0s;
          -o-transition: 0.3s ease 0s;
          -moz-transition: 0.3s ease 0s;
          -khtml-transition: 0.3s ease 0s;
          display: block;
          background: transparent;
          border: none;
          width: 100%;
          overflow: hidden;
          line-height: 40px; }
          body #nav1 .pseudoSelect .options button:hover {
            background: #313541; }
      body #nav1 .pseudoSelect .selected {
        padding: 0 10px 0 20px;
        height: 62px;
        line-height: 62px; }
        body #nav1 .pseudoSelect .selected b {
          color: #18BC9C; }
        body #nav1 .pseudoSelect .selected i.fa {
          transition: 0.5s ease 0s;
          -webkit-transition: 0.5s ease 0s;
          -ms-transition: 0.5s ease 0s;
          -o-transition: 0.5s ease 0s;
          -moz-transition: 0.5s ease 0s;
          -khtml-transition: 0.5s ease 0s;
          margin-left: 10px; }
      body #nav1 .pseudoSelect:hover .options, body #nav1 .pseudoSelect:active .options, body #nav1 .pseudoSelect:focus .options {
        visibility: visible;
        max-height: 300px; }
      body #nav1 .pseudoSelect:hover .selected i.fa, body #nav1 .pseudoSelect:active .selected i.fa, body #nav1 .pseudoSelect:focus .selected i.fa {
        transform: rotate(180deg);
        -webkit-transform: rotate(180deg); }
    body #nav1 a {
      transition: color 0.2s ease 0s;
      -webkit-transition: color 0.2s ease 0s;
      -ms-transition: color 0.2s ease 0s;
      -o-transition: color 0.2s ease 0s;
      -moz-transition: color 0.2s ease 0s;
      -khtml-transition: color 0.2s ease 0s;
      line-height: 62px;
      color: white;
      margin: 0 10px;
      text-decoration: none !important; }
      body #nav1 a i.fa {
        transition: none;
        -webkit-transition: none;
        -ms-transition: none;
        -o-transition: none;
        -moz-transition: none;
        -khtml-transition: none; }
      body #nav1 a:hover {
        text-decoration: none !important;
        color: #18BC9C; }
  body.menuOpen .asliderEditor #creator .slider .stage .element .contextMenu {
    left: 220px; }
  body.menuOpen #wholePage {
    margin-left: 220px; }
  body.menuOpen #nav1 {
    padding-left: 0; }
  body.menuOpen #sideMenu {
    left: 0; }
    body.menuOpen #sideMenu #sideMenuButton {
      right: 10px; }
      body.menuOpen #sideMenu #sideMenuButton span {
        top: 0;
        bottom: 0; }
        body.menuOpen #sideMenu #sideMenuButton span.bar1, body.menuOpen #sideMenu #sideMenuButton span.bar3 {
          transform: rotate(45deg);
          -webkit-transform: rotate(45deg); }
        body.menuOpen #sideMenu #sideMenuButton span.bar2 {
          transform: rotate(-45deg);
          -webkit-transform: rotate(-45deg); }
  body.guest #nav1 {
    padding-left: 0; }

.navbar {
  border-radius: 0 !important; }
  .navbar i.fa {
    font-size: 14px;
    position: relative;
    top: 1px;
    margin-right: 3px; }

.grid-view .button-column a {
  display: block;
  text-align: center;
  font-size: 26px; }
.grid-view a b {
  color: #244363; }
.grid-view .tbrelational-column {
  margin: 0 auto;
  display: block;
  text-align: center;
  font-size: 26px !important;
  text-decoration: none;
  border: none !important; }
.grid-view td {
  vertical-align: middle !important; }
.grid-view iframe {
  max-height: 100px !important;
  width: 150px !important; }

.relationalAdmin {
  padding-left: 10px;
  padding-top: 0;
  border-left: 2px solid #93C54B; }
  .relationalAdmin thead {
    display: none; }
  .relationalAdmin .summary {
    display: none; }
  .relationalAdmin .relationalAdmin {
    border-color: #F47C3C; }
    .relationalAdmin .relationalAdmin .relationalAdmin {
      border-color: #29ABE0; }
      .relationalAdmin .relationalAdmin .relationalAdmin .relationalAdmin {
        border-color: #93C54B; }
        .relationalAdmin .relationalAdmin .relationalAdmin .relationalAdmin .relationalAdmin {
          border-color: #93C54B; }
          .relationalAdmin .relationalAdmin .relationalAdmin .relationalAdmin .relationalAdmin .relationalAdmin {
            border-color: #F47C3C; }
            .relationalAdmin .relationalAdmin .relationalAdmin .relationalAdmin .relationalAdmin .relationalAdmin .relationalAdmin {
              border-color: #29ABE0; }

i.fa {
  transition: 0.3s ease 0s;
  -webkit-transition: 0.3s ease 0s;
  -ms-transition: 0.3s ease 0s;
  -o-transition: 0.3s ease 0s;
  -moz-transition: 0.3s ease 0s;
  -khtml-transition: 0.3s ease 0s; }
  i.fa.rotate {
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg); }

form .row {
  margin-bottom: 7px;
  margin-left: 0;
  margin-right: 0; }

#page {
  background: #FFFFFF;
  padding-bottom: 20px; }

#footer .credits {
  text-align: right;
  margin-top: 10px; }

.input-group img {
  max-width: 100%; }

.input-group.currentImg .form-control {
  height: auto !important; }

textarea {
  resize: none; }

.operations.nav i.fa {
  font-size: 1.3em;
  position: relative;
  top: 1px;
  margin-right: 5px; }

.fileUploadRow .fileinput-button input {
  cursor: pointer;
  direction: ltr;
  font-size: 200px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0; }
.fileUploadRow input[type="file"] {
  display: block; }
.fileUploadRow .fileupload-buttonbar .btn, .fileUploadRow .fileupload-buttonbar .toggle {
  margin-bottom: 5px; }
.fileUploadRow .progress-animated .progress-bar, .fileUploadRow .progress-animated .bar {
  background: rgba(0, 0, 0, 0) url("../img/progressbar.gif") repeat scroll 0 0 !important;
  filter: none; }
.fileUploadRow .fileupload-process {
  display: none;
  float: right; }
.fileUploadRow .fileupload-processing .fileupload-process, .fileUploadRow .files .processing .preview {
  background: rgba(0, 0, 0, 0) url("../img/loading.gif") no-repeat scroll center center/contain;
  display: block;
  height: 32px;
  width: 32px; }
.fileUploadRow .files audio, .fileUploadRow .files video {
  max-width: 300px; }
@media (max-width: 767px) {
  .fileUploadRow .fileupload-buttonbar .toggle, .fileUploadRow .files .toggle, .fileUploadRow .files .btn span {
    display: none; }
  .fileUploadRow .files .name {
    width: 80px;
    word-wrap: break-word; }
  .fileUploadRow .files audio, .fileUploadRow .files video {
    max-width: 80px; }
  .fileUploadRow .files img, .fileUploadRow .files canvas {
    max-width: 100%; } }
.fileUploadRow .fileinput-button {
  display: inline-block;
  overflow: hidden;
  position: relative; }
.fileUploadRow .fileinput-button input {
  cursor: pointer;
  direction: ltr;
  font-size: 200px;
  margin: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0; }
@media screen {
  .fileUploadRow .fileinput-button input {
    font-size: 100%;
    height: 100%; } }
.fileUploadRow #files {
  overflow: hidden; }
  .fileUploadRow #files > div {
    width: 20%;
    float: left; }
    .fileUploadRow #files > div img {
      max-width: 100%; }

#photosAdminList > div:first-child > div {
  box-shadow: 0 0 0 3px #79A736; }
  #photosAdminList > div:first-child > div::after {
    content: 'Główne zdjęcie';
    background: #79A736;
    position: absolute;
    padding: 2px 4px;
    height: 10px;
    line-height: 10px;
    font-size: 9px;
    top: -13px;
    color: white;
    border-radius: 2px 2px 0 0;
    right: -2px; }
#photosAdminList > div > div {
  margin: 5px;
  background-size: contain;
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  border: 1px solid #DFD7CA;
  position: relative; }
  #photosAdminList > div > div i.fa-times {
    position: absolute;
    cursor: pointer;
    font-size: 28px;
    top: 5px;
    right: 5px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    color: red;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4); }
    #photosAdminList > div > div i.fa-times:hover {
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
      background: white; }
  #photosAdminList > div > div i.fa-arrows {
    position: absolute;
    cursor: pointer;
    font-size: 28px;
    color: black;
    top: 5px;
    left: 5px;
    background: rgba(255, 255, 255, 0.7);
    border-radius: 100px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    display: block;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.4); }
    #photosAdminList > div > div i.fa-arrows:hover {
      /*color: red;*/
      box-shadow: 0 0 2px rgba(0, 0, 0, 0.6);
      background: white; }
  #photosAdminList > div > div .editable {
    background: white;
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2px 5px;
    cursor: pointer;
    max-height: 60px;
    overflow: hidden; }

#photosAdminList.news > div:first-child > div {
  box-shadow: none; }
  #photosAdminList.news > div:first-child > div::after {
    display: none; }

.fileUploadRow button, .fileUploadRow .btn {
  font-size: 18px; }
.fileUploadRow i.glyphicon {
  font-size: 22px; }

.structure {
  margin-bottom: 20px; }
  .structure input[type=checkbox] {
    z-index: 1; }
    .structure input[type=checkbox] + span {
      display: inline-block; }
      .structure input[type=checkbox] + span::after {
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        background: rgba(121, 167, 54, 0.2);
        opacity: 0;
        z-index: -1;
        content: '';
        color: #79A736;
        height: 27px;
        left: 0;
        border-radius: 3px;
        top: 0;
        right: 0;
        display: block;
        position: absolute; }
    .structure input[type=checkbox]:checked + span::after {
      opacity: 1; }
  .structure .anchor {
    margin-left: 5px;
    cursor: pointer;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    font-size: 1.4em;
    margin-right: 5px;
    position: relative;
    top: 2px; }
    .structure .anchor:hover {
      color: #79A775; }
  .structure .level {
    padding-left: 10px;
    position: relative;
    z-index: 2;
    font-size: 1.2em;
    transition: 0.3s ease 0s;
    -webkit-transition: 0.3s ease 0s;
    -ms-transition: 0.3s ease 0s;
    -o-transition: 0.3s ease 0s;
    -moz-transition: 0.3s ease 0s;
    -khtml-transition: 0.3s ease 0s;
    overflow: hidden; }
    .structure .level.hidden {
      display: block !important;
      max-height: 0; }
    .structure .level.expand > .level {
      visibility: visible !important;
      max-height: 1000px; }
    .structure .level.expand > .anchor {
      color: #79A775;
      transform: rotate(90deg);
      -webkit-transform: rotate(90deg); }
    .structure .level .level {
      opacity: 0.9;
      font-size: 0.9em;
      border-left: 1px solid #282C37;
      margin-left: 10px; }

@media screen and (max-width: 991px) {
  .portlet {
    position: static !important; } }
#cmsPages {
  margin-bottom: 20px; }
  #cmsPages .page {
    margin-bottom: 5px; }
    #cmsPages .page .alert {
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0;
      background: #313541;
      transition: background-color 0.3s ease 0s;
      -webkit-transition: background-color 0.3s ease 0s;
      -ms-transition: background-color 0.3s ease 0s;
      -o-transition: background-color 0.3s ease 0s;
      -moz-transition: background-color 0.3s ease 0s;
      -khtml-transition: background-color 0.3s ease 0s;
      overflow: hidden; }
      #cmsPages .page .alert b {
        font-size: 1.3em; }
      #cmsPages .page .alert .url b {
        font-size: 1.1em; }
      #cmsPages .page .alert .url span {
        font-style: italic; }
      #cmsPages .page .alert div.toggle {
        float: right; }
      #cmsPages .page .alert > div > .btn {
        cursor: pointer;
        float: right;
        font-size: 26px;
        height: 46px;
        margin: 0 5px; }
        #cmsPages .page .alert > div > .btn i.fa {
          position: relative;
          top: -2px; }
      #cmsPages .page .alert.off {
        background: rgba(81, 85, 97, 0.4) !important; }
    #cmsPages .page .page .alert {
      background: #515561 !important; }
    #cmsPages .page .page .page .alert {
      background: calc(#515561, #fff, 60) !important; }
    #cmsPages .page .page .page .page .alert {
      background: #bbb !important; }
    #cmsPages .page .page .page .page .page .alert {
      background: #ddd !important; }
  #cmsPages .pagesSortableWrap {
    transition: border-color 0.3s ease 0s;
    -webkit-transition: border-color 0.3s ease 0s;
    -ms-transition: border-color 0.3s ease 0s;
    -o-transition: border-color 0.3s ease 0s;
    -moz-transition: border-color 0.3s ease 0s;
    -khtml-transition: border-color 0.3s ease 0s;
    border: 2px solid #515561;
    /*        margin-left: 10px;*/
    margin-top: -20px;
    background: white;
    border-bottom-right-radius: 6px;
    border-bottom-left-radius: 6px; }
    #cmsPages .pagesSortableWrap .pagesSortable {
      margin-bottom: 10px;
      min-height: 60px;
      margin-left: 15px;
      padding: 10px;
      padding-left: 5px;
      padding-top: 20px;
      /*            border: 1px dashed red;*/ }
  #cmsPages .alert.off + .pagesSortableWrap {
    border: 2px solid #C9C9C9; }

.container {
  max-width: 100%; }

#pageCreator {
  max-width: 1360px;
  background-size: cover;
  background-position: center top;
  margin: 0 auto;
  overflow: visible;
  padding: 20px 0; }
  #pageCreator.fullWidth {
    max-width: none; }
  #pageCreator .container {
    width: 1220px; }
  #pageCreator .column {
    min-height: 200px;
    padding-left: 18px;
    padding-right: 18px;
    padding-top: 10px;
    padding-bottom: 10px;
    /*box-shadow: inset 0 0 2px rgba(black, 0.5);*/
    border: 2px dashed rgba(201, 48, 44, 0.3);
    transition: border-color 0.3s ease 0s;
    -webkit-transition: border-color 0.3s ease 0s;
    -ms-transition: border-color 0.3s ease 0s;
    -o-transition: border-color 0.3s ease 0s;
    -moz-transition: border-color 0.3s ease 0s;
    -khtml-transition: border-color 0.3s ease 0s; }
    #pageCreator .column:hover, #pageCreator .column:active, #pageCreator .column:focus {
      border-color: #C9302C; }
    #pageCreator .column .panel {
      border-color: #325d88;
      background-color: transparent;
      transition: border-color 0.3s ease 0s;
      -webkit-transition: border-color 0.3s ease 0s;
      -ms-transition: border-color 0.3s ease 0s;
      -o-transition: border-color 0.3s ease 0s;
      -moz-transition: border-color 0.3s ease 0s;
      -khtml-transition: border-color 0.3s ease 0s; }
      #pageCreator .column .panel .panel-heading {
        background: #325d88;
        padding-top: 3px;
        padding-bottom: 3px;
        transition: background-color 0.3s ease 0s;
        -webkit-transition: background-color 0.3s ease 0s;
        -ms-transition: background-color 0.3s ease 0s;
        -o-transition: background-color 0.3s ease 0s;
        -moz-transition: background-color 0.3s ease 0s;
        -khtml-transition: background-color 0.3s ease 0s;
        overflow: hidden; }
        #pageCreator .column .panel .panel-heading .title {
          text-transform: none;
          float: left;
          color: white;
          /*font-weight: bold;*/
          font-size: 16px;
          line-height: 28px; }
        #pageCreator .column .panel .panel-heading div.toggle {
          min-height: 28px; }
          #pageCreator .column .panel .panel-heading div.toggle, #pageCreator .column .panel .panel-heading div.toggle .toggle-group, #pageCreator .column .panel .panel-heading div.toggle .toggle-group > * {
            height: 28px !important; }
        #pageCreator .column .panel .panel-heading > .btn {
          cursor: pointer;
          font-size: 18px;
          margin: 0 5px; }
        #pageCreator .column .panel .panel-heading > * {
          float: right; }
      #pageCreator .column .panel.off:not(:hover):not(:active):not(:focus) {
        border-color: rgba(119, 119, 119, 0.3); }
        #pageCreator .column .panel.off:not(:hover):not(:active):not(:focus) .panel-heading {
          background: rgba(119, 119, 119, 0.3); }
      #pageCreator .column .panel .panel-body {
        background-color: transparent;
        transition: 0.3s ease 0s;
        -webkit-transition: 0.3s ease 0s;
        -ms-transition: 0.3s ease 0s;
        -o-transition: 0.3s ease 0s;
        -moz-transition: 0.3s ease 0s;
        -khtml-transition: 0.3s ease 0s;
        min-height: 100px;
        background-position: center center;
        background-repeat: no-repeat; }
        #pageCreator .column .panel .panel-body iframe {
          width: 100%; }
  #pageCreator div[data-type=photo] img {
    max-width: 100%; }
  #pageCreator .section {
    margin-bottom: 20px; }
    #pageCreator .section > .container {
      transition: width 0.3s ease 0s;
      -webkit-transition: width 0.3s ease 0s;
      -ms-transition: width 0.3s ease 0s;
      -o-transition: width 0.3s ease 0s;
      -moz-transition: width 0.3s ease 0s;
      -khtml-transition: width 0.3s ease 0s; }
    #pageCreator .section .pageWidthFull {
      display: none; }
    #pageCreator .section.fullWidth .pageWidthFull {
      display: inline; }
    #pageCreator .section.fullWidth .pageWidthNarrow {
      display: none; }
    #pageCreator .section.fullWidth > .container {
      width: 100% !important; }
    #pageCreator .section .sectionHandler {
      background: #515561;
      transition: background-color 0.3s ease 0s;
      -webkit-transition: background-color 0.3s ease 0s;
      -ms-transition: background-color 0.3s ease 0s;
      -o-transition: background-color 0.3s ease 0s;
      -moz-transition: background-color 0.3s ease 0s;
      -khtml-transition: background-color 0.3s ease 0s;
      padding: 5px 10px;
      min-height: 40px;
      line-height: 30px;
      color: white;
      font-weight: bold;
      border-radius: 4px 4px 0 0; }
      #pageCreator .section .sectionHandler.off {
        background: #a8aab0; }
      #pageCreator .section .sectionHandler .handle, #pageCreator .section .sectionHandler span.delete, #pageCreator .section .sectionHandler a, #pageCreator .section .sectionHandler .toggle {
        float: right;
        font-size: 22px;
        cursor: pointer;
        margin-left: 10px; }

.alert.saveSuccess {
  margin-bottom: 0;
  position: fixed;
  bottom: 10px;
  left: 10px;
  right: 10px;
  z-index: 1000000; }

#loadingOverlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999999;
  background: url("../img/loader.gif") white;
  background: url("../img/loader.gif") rgba(255, 255, 255, 0.7);
  background-repeat: no-repeat;
  background-position: center center; }

#change-pass-form {
  margin: 100px 0; }

.descriptionBox {
  max-height: 100px;
  overflow-y: auto; }

.lockRatio {
  position: relative; }
  .lockRatio.lockRatio50 .dummy {
    padding-top: 50%; }
  .lockRatio.lockRatio30 .dummy {
    padding-top: 30%; }
  .lockRatio.lockRatio66 .dummy {
    padding-top: 66%; }
  .lockRatio .content {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }

.formNewField .button, .updateFormSettings .button {
  transition: background-color 0.3s ease 0s;
  -webkit-transition: background-color 0.3s ease 0s;
  -ms-transition: background-color 0.3s ease 0s;
  -o-transition: background-color 0.3s ease 0s;
  -moz-transition: background-color 0.3s ease 0s;
  -khtml-transition: background-color 0.3s ease 0s;
  background: #93c54b !important;
  color: white !important;
  border: none !important;
  cursor: pointer; }
  .formNewField .button:hover, .updateFormSettings .button:hover {
    background: #79A736 !important; }
  .formNewField .button:focus, .formNewField .button:active, .updateFormSettings .button:focus, .updateFormSettings .button:active {
    background: #658c2d !important; }

.updateFormSettings {
  margin-bottom: 20px; }

.ui-sortable td {
  cursor: move; }
.ui-sortable .widget td {
  cursor: default; }

.toggle-column .glyphicon-ok-circle {
  color: green;
  font-size: 24px; }
.toggle-column .glyphicon-remove-sign {
  color: red;
  font-size: 24px; }

#productUpdate h2 {
  margin-top: 40px; }

input {
  font-weight: normal; }

#parameters textarea {
  min-height: 80px;
  resize: vertical; }

#parameters a.editable, #awards a.editable, #versions a.editable {
  color: black !important;
  cursor: pointer;
  text-decoration-color: black !important; }
#parameters .panel-body, #awards .panel-body, #versions .panel-body {
  padding-top: 0 !important;
  padding: 5px; }
#parameters .panel-heading .handle, #parameters .panel-heading span.delete, #awards .panel-heading .handle, #awards .panel-heading span.delete, #versions .panel-heading .handle, #versions .panel-heading span.delete {
  float: right;
  font-size: 22px;
  cursor: pointer;
  margin-left: 10px; }
#parameters .panel-footer, #awards .panel-footer, #versions .panel-footer {
  padding: 0; }
#parameters form td, #awards form td, #versions form td {
  padding: 5px; }
#parameters:not(#versions) .form-control, #awards:not(#versions) .form-control, #versions:not(#versions) .form-control {
  height: 35px;
  padding-top: 5px;
  padding-bottom: 5px; }
#parameters .parameters, #parameters .awards, #parameters .versions, #awards .parameters, #awards .awards, #awards .versions, #versions .parameters, #versions .awards, #versions .versions {
  /*table-layout: fixed;*/
  width: 100%;
  border-spacing: 5px;
  border-collapse: separate; }
  #parameters .parameters tbody:before, #parameters .awards tbody:before, #parameters .versions tbody:before, #awards .parameters tbody:before, #awards .awards tbody:before, #awards .versions tbody:before, #versions .parameters tbody:before, #versions .awards tbody:before, #versions .versions tbody:before {
    content: '';
    display: block;
    height: 5px; }
  #parameters .parameters tr td, #parameters .awards tr td, #parameters .versions tr td, #awards .parameters tr td, #awards .awards tr td, #awards .versions tr td, #versions .parameters tr td, #versions .awards tr td, #versions .versions tr td {
    padding-top: 0;
    padding-bottom: 0; }
    #parameters .parameters tr td:first-child, #parameters .awards tr td:first-child, #parameters .versions tr td:first-child, #awards .parameters tr td:first-child, #awards .awards tr td:first-child, #awards .versions tr td:first-child, #versions .parameters tr td:first-child, #versions .awards tr td:first-child, #versions .versions tr td:first-child {
      width: 20%; }
    #parameters .parameters tr td:nth-child(2), #parameters .awards tr td:nth-child(2), #parameters .versions tr td:nth-child(2), #awards .parameters tr td:nth-child(2), #awards .awards tr td:nth-child(2), #awards .versions tr td:nth-child(2), #versions .parameters tr td:nth-child(2), #versions .awards tr td:nth-child(2), #versions .versions tr td:nth-child(2) {
      width: 60%; }
    #parameters .parameters tr td:nth-child(3), #parameters .awards tr td:nth-child(3), #parameters .versions tr td:nth-child(3), #awards .parameters tr td:nth-child(3), #awards .awards tr td:nth-child(3), #awards .versions tr td:nth-child(3), #versions .parameters tr td:nth-child(3), #versions .awards tr td:nth-child(3), #versions .versions tr td:nth-child(3) {
      width: 60%; }
    #parameters .parameters tr td.buttons, #parameters .awards tr td.buttons, #parameters .versions tr td.buttons, #awards .parameters tr td.buttons, #awards .awards tr td.buttons, #awards .versions tr td.buttons, #versions .parameters tr td.buttons, #versions .awards tr td.buttons, #versions .versions tr td.buttons {
      text-align: center; }
      #parameters .parameters tr td.buttons > *, #parameters .awards tr td.buttons > *, #parameters .versions tr td.buttons > *, #awards .parameters tr td.buttons > *, #awards .awards tr td.buttons > *, #awards .versions tr td.buttons > *, #versions .parameters tr td.buttons > *, #versions .awards tr td.buttons > *, #versions .versions tr td.buttons > * {
        margin: 0 5px;
        font-size: 22px;
        cursor: pointer; }
  #parameters .parameters tr:nth-child(2n+1) td:first-child, #parameters .parameters tr:nth-child(2n+1) td:nth-child(3), #parameters .awards tr:nth-child(2n+1) td:first-child, #parameters .awards tr:nth-child(2n+1) td:nth-child(3), #parameters .versions tr:nth-child(2n+1) td:first-child, #parameters .versions tr:nth-child(2n+1) td:nth-child(3), #awards .parameters tr:nth-child(2n+1) td:first-child, #awards .parameters tr:nth-child(2n+1) td:nth-child(3), #awards .awards tr:nth-child(2n+1) td:first-child, #awards .awards tr:nth-child(2n+1) td:nth-child(3), #awards .versions tr:nth-child(2n+1) td:first-child, #awards .versions tr:nth-child(2n+1) td:nth-child(3), #versions .parameters tr:nth-child(2n+1) td:first-child, #versions .parameters tr:nth-child(2n+1) td:nth-child(3), #versions .awards tr:nth-child(2n+1) td:first-child, #versions .awards tr:nth-child(2n+1) td:nth-child(3), #versions .versions tr:nth-child(2n+1) td:first-child, #versions .versions tr:nth-child(2n+1) td:nth-child(3) {
    background: #e0e0e0; }
  #parameters .parameters tr:nth-child(2n+1) td:nth-child(2), #parameters .awards tr:nth-child(2n+1) td:nth-child(2), #parameters .versions tr:nth-child(2n+1) td:nth-child(2), #awards .parameters tr:nth-child(2n+1) td:nth-child(2), #awards .awards tr:nth-child(2n+1) td:nth-child(2), #awards .versions tr:nth-child(2n+1) td:nth-child(2), #versions .parameters tr:nth-child(2n+1) td:nth-child(2), #versions .awards tr:nth-child(2n+1) td:nth-child(2), #versions .versions tr:nth-child(2n+1) td:nth-child(2) {
    background: #ebebeb; }
  #parameters .parameters tr:nth-child(2n) td:first-child, #parameters .parameters tr:nth-child(2n) td:nth-child(3), #parameters .parameters tr:nth-child(2n) td:nth-child(5), #parameters .awards tr:nth-child(2n) td:first-child, #parameters .awards tr:nth-child(2n) td:nth-child(3), #parameters .awards tr:nth-child(2n) td:nth-child(5), #parameters .versions tr:nth-child(2n) td:first-child, #parameters .versions tr:nth-child(2n) td:nth-child(3), #parameters .versions tr:nth-child(2n) td:nth-child(5), #awards .parameters tr:nth-child(2n) td:first-child, #awards .parameters tr:nth-child(2n) td:nth-child(3), #awards .parameters tr:nth-child(2n) td:nth-child(5), #awards .awards tr:nth-child(2n) td:first-child, #awards .awards tr:nth-child(2n) td:nth-child(3), #awards .awards tr:nth-child(2n) td:nth-child(5), #awards .versions tr:nth-child(2n) td:first-child, #awards .versions tr:nth-child(2n) td:nth-child(3), #awards .versions tr:nth-child(2n) td:nth-child(5), #versions .parameters tr:nth-child(2n) td:first-child, #versions .parameters tr:nth-child(2n) td:nth-child(3), #versions .parameters tr:nth-child(2n) td:nth-child(5), #versions .awards tr:nth-child(2n) td:first-child, #versions .awards tr:nth-child(2n) td:nth-child(3), #versions .awards tr:nth-child(2n) td:nth-child(5), #versions .versions tr:nth-child(2n) td:first-child, #versions .versions tr:nth-child(2n) td:nth-child(3), #versions .versions tr:nth-child(2n) td:nth-child(5) {
    background: #d0d0d0; }
  #parameters .parameters tr:nth-child(2n) td:nth-child(2), #parameters .parameters tr:nth-child(2n) td:nth-child(4), #parameters .awards tr:nth-child(2n) td:nth-child(2), #parameters .awards tr:nth-child(2n) td:nth-child(4), #parameters .versions tr:nth-child(2n) td:nth-child(2), #parameters .versions tr:nth-child(2n) td:nth-child(4), #awards .parameters tr:nth-child(2n) td:nth-child(2), #awards .parameters tr:nth-child(2n) td:nth-child(4), #awards .awards tr:nth-child(2n) td:nth-child(2), #awards .awards tr:nth-child(2n) td:nth-child(4), #awards .versions tr:nth-child(2n) td:nth-child(2), #awards .versions tr:nth-child(2n) td:nth-child(4), #versions .parameters tr:nth-child(2n) td:nth-child(2), #versions .parameters tr:nth-child(2n) td:nth-child(4), #versions .awards tr:nth-child(2n) td:nth-child(2), #versions .awards tr:nth-child(2n) td:nth-child(4), #versions .versions tr:nth-child(2n) td:nth-child(2), #versions .versions tr:nth-child(2n) td:nth-child(4) {
    background: #dbdbdb; }
  #parameters .parameters tr.parameter td:first-child, #parameters .parameters tr.parameter td:nth-child(2), #parameters .awards tr.parameter td:first-child, #parameters .awards tr.parameter td:nth-child(2), #parameters .versions tr.parameter td:first-child, #parameters .versions tr.parameter td:nth-child(2), #awards .parameters tr.parameter td:first-child, #awards .parameters tr.parameter td:nth-child(2), #awards .awards tr.parameter td:first-child, #awards .awards tr.parameter td:nth-child(2), #awards .versions tr.parameter td:first-child, #awards .versions tr.parameter td:nth-child(2), #versions .parameters tr.parameter td:first-child, #versions .parameters tr.parameter td:nth-child(2), #versions .awards tr.parameter td:first-child, #versions .awards tr.parameter td:nth-child(2), #versions .versions tr.parameter td:first-child, #versions .versions tr.parameter td:nth-child(2) {
    width: 10%; }
  #parameters .parameters tr.parameter td:nth-child(3), #parameters .awards tr.parameter td:nth-child(3), #parameters .versions tr.parameter td:nth-child(3), #awards .parameters tr.parameter td:nth-child(3), #awards .awards tr.parameter td:nth-child(3), #awards .versions tr.parameter td:nth-child(3), #versions .parameters tr.parameter td:nth-child(3), #versions .awards tr.parameter td:nth-child(3), #versions .versions tr.parameter td:nth-child(3) {
    width: 30%; }
  #parameters .parameters tr.parameter td:nth-child(4), #parameters .awards tr.parameter td:nth-child(4), #parameters .versions tr.parameter td:nth-child(4), #awards .parameters tr.parameter td:nth-child(4), #awards .awards tr.parameter td:nth-child(4), #awards .versions tr.parameter td:nth-child(4), #versions .parameters tr.parameter td:nth-child(4), #versions .awards tr.parameter td:nth-child(4), #versions .versions tr.parameter td:nth-child(4) {
    width: 30%; }
  #parameters .parameters tr.parameter td:first-child, #parameters .parameters tr.parameter td:nth-child(3), #parameters .parameters tr.parameter td:nth-child(5), #parameters .awards tr.parameter td:first-child, #parameters .awards tr.parameter td:nth-child(3), #parameters .awards tr.parameter td:nth-child(5), #parameters .versions tr.parameter td:first-child, #parameters .versions tr.parameter td:nth-child(3), #parameters .versions tr.parameter td:nth-child(5), #awards .parameters tr.parameter td:first-child, #awards .parameters tr.parameter td:nth-child(3), #awards .parameters tr.parameter td:nth-child(5), #awards .awards tr.parameter td:first-child, #awards .awards tr.parameter td:nth-child(3), #awards .awards tr.parameter td:nth-child(5), #awards .versions tr.parameter td:first-child, #awards .versions tr.parameter td:nth-child(3), #awards .versions tr.parameter td:nth-child(5), #versions .parameters tr.parameter td:first-child, #versions .parameters tr.parameter td:nth-child(3), #versions .parameters tr.parameter td:nth-child(5), #versions .awards tr.parameter td:first-child, #versions .awards tr.parameter td:nth-child(3), #versions .awards tr.parameter td:nth-child(5), #versions .versions tr.parameter td:first-child, #versions .versions tr.parameter td:nth-child(3), #versions .versions tr.parameter td:nth-child(5) {
    background: #d0d0d0; }
  #parameters .parameters tr.parameter td:nth-child(2), #parameters .parameters tr.parameter td:nth-child(4), #parameters .awards tr.parameter td:nth-child(2), #parameters .awards tr.parameter td:nth-child(4), #parameters .versions tr.parameter td:nth-child(2), #parameters .versions tr.parameter td:nth-child(4), #awards .parameters tr.parameter td:nth-child(2), #awards .parameters tr.parameter td:nth-child(4), #awards .awards tr.parameter td:nth-child(2), #awards .awards tr.parameter td:nth-child(4), #awards .versions tr.parameter td:nth-child(2), #awards .versions tr.parameter td:nth-child(4), #versions .parameters tr.parameter td:nth-child(2), #versions .parameters tr.parameter td:nth-child(4), #versions .awards tr.parameter td:nth-child(2), #versions .awards tr.parameter td:nth-child(4), #versions .versions tr.parameter td:nth-child(2), #versions .versions tr.parameter td:nth-child(4) {
    background: #dbdbdb; }
#parameters .ui-sortable td, #awards .ui-sortable td, #versions .ui-sortable td {
  cursor: default; }

.awards img, .versions img {
  max-height: 100px; }

.award .grid-view {
  padding-top: 0; }
  .award .grid-view thead {
    display: none; }
  .award .grid-view tr, .award .grid-view td {
    border: none; }
  .award .grid-view tr {
    display: none; }
    .award .grid-view tr:first-child {
      display: table-row; }
  .award .grid-view td {
    background: none !important; }

.editable-input textarea {
  min-height: 200px;
  resize: both; }

.alert.imgSizeInfo {
  margin-bottom: 0 !important; }

.grid-view {
  max-width: 100%; }
  .grid-view table {
    max-width: 100%; }

#parameters .editable-input textarea {
  width: 600px !important;
  min-height: 200px !important; }

.cke_contents {
  font-family: 'Ubuntu', Arial, sans-serif !important;
  font-size: 16px !important; }

.editable {
  cursor: pointer !important; }

/*.imgSizeInfo{
    display: none;
}*/
.parallaxImg {
  background-size: 100%;
  padding-top: 25%;
  /*background-attachment: fixed;*/
  background-position: center center;
  background-repeat: no-repeat; }

.asliderEditor #slidesList, .asliderEditor #slidesList > li {
  padding: 0;
  margin: 0;
  list-style: none; }
.asliderEditor #slidesList > li {
  margin: 5px 0;
  border-radius: 4px;
  padding: 5px 10px;
  border: 1px solid #dadada;
  background: #eee;
  overflow: hidden; }
  .asliderEditor #slidesList > li img {
    height: 28px; }
  .asliderEditor #slidesList > li.inactive {
    border: 1px solid #eee;
    background: #ccc !important;
    border: 1px solid #888 !important;
    background: rgba(238, 238, 238, 0.2); }
  .asliderEditor #slidesList > li .name {
    float: left;
    width: 60%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    padding-right: 10px; }
  .asliderEditor #slidesList > li .operations {
    float: right;
    width: 40%;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -khtml-box-sizing: border-box;
    padding-left: 10px;
    text-align: right; }
    .asliderEditor #slidesList > li .operations a, .asliderEditor #slidesList > li .operations span {
      color: black;
      font-size: 28px;
      display: inline-block;
      margin: 0 5px; }
      .asliderEditor #slidesList > li .operations a:hover, .asliderEditor #slidesList > li .operations span:hover {
        color: #313541; }
    .asliderEditor #slidesList > li .operations .handle {
      cursor: pointer; }
.asliderEditor #slidesList + a {
  margin: 10px auto;
  /*display: block;*/ }
.asliderEditor span.button, .asliderEditor a.button {
  cursor: pointer;
  display: inline-block;
  width: 100px;
  height: 40px;
  line-height: 40px;
  border-radius: 4px;
  padding: 5px 10px;
  background: #dadada;
  border: 1px solid #ccc;
  text-align: center;
  color: black;
  text-decoration: none;
  font-size: 18px;
  margin: 5px; }
  .asliderEditor span.button.big, .asliderEditor a.button.big {
    width: 180px;
    font-size: 22px; }
  .asliderEditor span.button.red, .asliderEditor a.button.red {
    background-color: #F8C1C8;
    border-color: #C0003F;
    color: #C00000; }
  .asliderEditor span.button.green, .asliderEditor a.button.green {
    background-color: #C5E7C1;
    border-color: #2D7018;
    color: #2D7018; }
.asliderEditor #loaderOverlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000000;
  background: white no-repeat url("../images/loader.gif") center center; }
.asliderEditor #creator .slider {
  margin-bottom: 20px;
  height: 450px;
  background-size: cover;
  background-position: center center;
  overflow: hidden; }
  .asliderEditor #creator .slider .stage {
    position: relative;
    width: 1200px;
    height: 450px;
    margin: 0 auto;
    box-shadow: inset 0 0 2px 1px red;
    box-shadow: inset 0 0 2px 1px red, 0 0 2px 1px red; }
    .asliderEditor #creator .slider .stage .element {
      position: absolute;
      cursor: pointer; }
      .asliderEditor #creator .slider .stage .element .contextMenu {
        z-index: 1000;
        box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.3);
        cursor: default;
        display: none;
        position: fixed;
        top: 220px;
        left: 0;
        padding: 3px;
        /*                        width: 150px;
                                height: 310px;*/
        background: white;
        border-radius: 0 10px 10px 0; }
        .asliderEditor #creator .slider .stage .element .contextMenu i.fa {
          font-size: 36px;
          cursor: pointer; }
        .asliderEditor #creator .slider .stage .element .contextMenu input[type=number], .asliderEditor #creator .slider .stage .element .contextMenu select {
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webit-box-sizing: border-box;
          width: 100px; }
        .asliderEditor #creator .slider .stage .element .contextMenu select {
          width: 40px; }
        .asliderEditor #creator .slider .stage .element .contextMenu .row {
          margin: 0 0 10px; }
        .asliderEditor #creator .slider .stage .element .contextMenu .submitElementData {
          cursor: pointer; }
      .asliderEditor #creator .slider .stage .element.selected {
        box-shadow: inset 0 0 2px 1px red, 0 0 2px 1px red; }
        .asliderEditor #creator .slider .stage .element.selected .contextMenu {
          display: block; }
.asliderEditor #noCreatorError {
  display: none; }
@media screen and (max-width: 1199px) {
  .asliderEditor #creator {
    display: none; }
  .asliderEditor #noCreatorError {
    display: block; } }
.asliderEditor .col-md-10 img {
  max-width: 100%; }

.flexCols {
  display: flex;
  flex: 1 0 100%;
  display: -webkit-flex;
  -webkit-flex: 1 0 100%; }

#blog-article-grid img {
  width: 100%;
  max-width: 200px; }

#websiteSwitcher {
  padding: 10px 0 10px 15px;
  color: white;
  float: left; }
  #websiteSwitcher select {
    color: initial; }

.navbar-brand b {
  font-weight: 900;
  color: #dd5555; }

.cke_wysiwyg_frame, .cke_wysiwyg_div, .cke_reset, .cke_inner {
  background: transparent !important; }

.miniFavicon {
  width: 16px;
  margin-right: 5px;
  margin-left: 5px; }

.fa-rotate-45 {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg); }

.toggleMenuHeader + .toggle-group .btn, .toggleMenuFooter + .toggle-group .btn {
  line-height: 11px; }

.btn.btn-danger.dark {
  background: rgba(201, 48, 44, 0.5); }

#brandLogo img {
  margin-top: 10px;
  height: 42px;
  vertical-align: top; }

.grid-view {
  background: white; }

.table-striped > tbody > tr:nth-of-type(2n+1) {
  background: rgba(221, 221, 221, 0.3); }
  .table-striped > tbody > tr:nth-of-type(2n+1) > th, .table-striped > tbody > tr:nth-of-type(2n+1) > td {
    background: none; }

#downloads-grid td:nth-child(3), #downloads-grid td:nth-child(2) {
  width: 15%; }

.popover {
  z-index: 999999; }

#review-grid td:nth-last-child(3), #review-grid td:nth-last-child(2) {
  width: 8%; }

.filter-container select.form-control {
  padding-left: 5px;
  padding-right: 5px;
  min-width: 80px; }

#szkolenie-grid .ui-sortable td {
  cursor: default; }
#szkolenie-grid .handle {
  cursor: ns-resize; }
