@charset "CP852";
#widget-manager {
  min-width: 100%;
  display: block;
  min-height: 550px; }
  #widget-manager:after {
    content: ' ';
    display: block;
    clear: both;
    padding-bottom: 50px; }
  #widget-manager .ui-state-highlight {
    border-color: #B2DBA1;
    background-color: #B2DBA1; }
  #widget-manager .cantBeDroppedHere .ui-state-highlight {
    display: none; }
  #widget-manager .widget-manager-header {
    width: 90%;
    margin: 20px 0 15px 25px;
    display: table; }
    #widget-manager .widget-manager-header span {
      width: 90%;
      display: table-cell;
      text-align: center;
      /*border: 1px solid red;*/ }
      #widget-manager .widget-manager-header span:first-child {
        width: 20%;
        text-align: left;
        padding: 0; }
  #widget-manager .widget {
    width: 120px;
    min-height: 61.11111px;
    margin: 2px auto;
    background-color: #fff;
    padding: 20px 0;
    display: block;
    text-align: center;
    font-size: 12px;
    cursor: move;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px; }
    #widget-manager .widget .lbl {
      display: block; }
    #widget-manager .widget .removeWidget,
    #widget-manager .widget [data-toggle] {
      color: #428BCA;
      font-size: 11px;
      margin: 5px 0;
      padding: 5px;
      display: block;
      clear: both; }
  #widget-manager .widget-container {
    border: 2px solid #000;
    border-style: none; }
    #widget-manager .widget-container.enabled {
      border-style: solid; }
  #widget-manager #widget-toolbox {
    min-width: 20%;
    /*min-height: $mainContainerHeight;*/
    border: 1px solid transparent;
    float: left;
    display: block;
    padding: 5px;
    position: relative;
    /*@include containerLabel('Widgety:');*/ }
    #widget-manager #widget-toolbox .widget {
      border-color: #ccc;
      background: #e5e5e5;
      margin-bottom: 5px; }
    #widget-manager #widget-toolbox #addWidget {
      display: block;
      margin-left: 10px;
      text-align: center;
      font-size: 11px;
      font-weight: bold;
      position: absolute;
      bottom: -25px;
      left: auto;
      right: auto; }
  #widget-manager section aside {
    min-width: 20%;
    min-height: 550px;
    float: left;
    margin-left: 15px;
    padding: 5px;
    position: relative;
    padding: 10px; }
    #widget-manager section aside .widget {
      margin-top: 10px; }
    #widget-manager section aside:before {
      content: "Boczna szpalta";
      font-size: 13px;
      position: relative;
      top: 2px; }
  #widget-manager section header,
  #widget-manager section article,
  #widget-manager section footer {
    /*min-width: 50%;*/
    max-width: 50%;
    width: 100%;
    float: left;
    margin: 0 0 15px 15px;
    padding: 5px;
    border: 2px solid;
    position: relative; }
    #widget-manager section header .widget,
    #widget-manager section article .widget,
    #widget-manager section footer .widget {
      margin-top: 10px; }
  #widget-manager section article,
  #widget-manager section footer {
    text-align: center; }
  #widget-manager section header {
    min-height: 122.76786px;
    /*border-color: red!important;*/
    padding: 10px; }
    #widget-manager section header:before {
      content: "Nagłówek bloga";
      font-size: 13px;
      position: relative;
      top: 2px; }
  #widget-manager section article {
    padding-top: 85px;
    min-height: 328.52941px;
    /*@include containerLabel('Treść bloga');*/ }
    #widget-manager section article .article {
      min-height: 85.9375px;
      padding: 10px;
      margin-top: 100px;
      margin-bottom: 40px; }
      #widget-manager section article .article:before {
        content: "Pod każdym wpisem";
        font-size: 13px;
        position: relative;
        top: 2px; }
  #widget-manager section footer {
    min-height: 68.75px;
    margin-right: 50px;
    float: right;
    /*@include containerLabel('Stopka');*/
    border: 1px solid green; }
    #widget-manager section footer:after {
      content: ' ';
      display: block;
      clear: both; }
  #widget-manager .sortableMenu {
    width: 100%; }

/*# sourceMappingURL=widgetManager.css.map */
