@font-face {
  font-family: 'cms';
  src: url('font/cms.eot?6585072');
  src: url('font/cms.eot?6585072#iefix') format('embedded-opentype'),
       url('font/cms.woff2?6585072') format('woff2'),
       url('font/cms.woff?6585072') format('woff'),
       url('font/cms.ttf?6585072') format('truetype'),
       url('font/cms.svg?6585072#cms') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'cms';
    src: url('../font/cms.svg?6585072#cms') format('svg');
  }
}
*/
 
 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "cms";
  font-style: normal;
  font-weight: normal;
 
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
 
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
 
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
 
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
 
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
 
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
 
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
 
.icon-down:before { content: '\e800'; } /* '' */
.icon-left:before { content: '\e801'; } /* '' */
.icon-right:before { content: '\e802'; } /* '' */
.icon-up:before { content: '\e803'; } /* '' */
.icon-plus:before { content: '\e804'; } /* '' */
.icon-ok:before { content: '\e805'; } /* '' */
.icon-cancel:before { content: '\e806'; } /* '' */
.icon-pin:before { content: '\e807'; } /* '' */
.icon-pencil:before { content: '\e808'; } /* '' */
.icon-lock:before { content: '\e80a'; } /* '' */
.icon-lock-open:before { content: '\e80b'; } /* '' */
.icon-attention:before { content: '\e80c'; } /* '' */
.icon-thumbs-up:before { content: '\e80d'; } /* '' */
.icon-thumbs-down:before { content: '\e80e'; } /* '' */
.icon-minus-circled:before { content: '\e80f'; } /* '' */
.icon-calendar:before { content: '\e810'; } /* '' */
.icon-eye:before { content: '\e811'; } /* '' */
.icon-arrows-cw:before { content: '\e812'; } /* '' */
.icon-logout:before { content: '\e813'; } /* '' */
.icon-cog-alt:before { content: '\e814'; } /* '' */
.icon-down-open-big:before { content: '\e817'; } /* '' */
.icon-left-open-big:before { content: '\e818'; } /* '' */
.icon-right-open-big:before { content: '\e819'; } /* '' */
.icon-up-open-big:before { content: '\e81a'; } /* '' */
.icon-cancel-2:before { content: '\e81b'; } /* '' */
.icon-cancel-circled:before { content: '\e81c'; } /* '' */
.icon-minus-circled-1:before { content: '\e81d'; } /* '' */
.icon-plus-circled:before { content: '\e81e'; } /* '' */
.icon-chat:before { content: '\e81f'; } /* '' */
.icon-cancel-1:before { content: '\e820'; } /* '' */
.icon-picture:before { content: '\e821'; } /* '' */
.icon-folder:before { content: '\e822'; } /* '' */
.icon-anchor:before { content: '\e823'; } /* '' */
.icon-spin6:before { content: '\e839'; } /* '' */
.icon-down-open:before { content: '\f004'; } /* '' */
.icon-up-open:before { content: '\f005'; } /* '' */
.icon-right-open:before { content: '\f006'; } /* '' */
.icon-left-open:before { content: '\f007'; } /* '' */
.icon-hash:before { content: '\f029'; } /* '' */
.icon-cancel-circled-1:before { content: '\f06e'; } /* '' */
.icon-ellipsis:before { content: '\f141'; } /* '' */
.icon-ellipsis-vert:before { content: '\f142'; } /* '' */
.icon-dollar:before { content: '\f155'; } /* '' */
.icon-youtube-play:before { content: '\f16a'; } /* '' */
.icon-soccer-ball:before { content: '\f1e3'; } /* '' */
.icon-facebook-official:before { content: '\f230'; } /* '' */
.icon-chart-bar-1:before { content: '\f526'; } /* '' */

body.body-cms {
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    background-color: #F7F7F7;
}
.pointer {
    cursor: pointer;
}
th {
    font-weight: 500;
}
figure {
    margin: 0;
}


/*kolory*/
.cs-primary {
    background-color: #136fb5;
    color: #fff;
}
.cs-primary a {
    color: #000;
}
.cs-primary-light {
    background-color: #5a9de8;
    color: #000;
}
.cs-primary-light a {
    color: #fff;
}
.cs-primary-dark {
    background-color: #004585;
    color: #fff;
}
.cs-primary-dark a {
    color: #fff;
}

.cs-secondary {
    background-color: #f08a00;
    color: #000;
}
.cs-secondary a {
    color: #000;
}
.cs-secondary-light {
    background-color: #ffba44;
    color: #000;
}
.cs-secondary-dark {
    background-color: #b75c00;
    color: #fff;
}

.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}

/*spartan*/
.site-wrapper {
    padding-top: 49px;
}
.section-top-wrap {
    position: relative;
    z-index: 1007;
}
.header-top {
    background-color: #fff;
    /*box-shadow: 0 0 4px rgba(0,0,0,.14), 0 4px 8px rgba(0,0,0,.28);*/
    position: static;
    top: 0;
    width: 100%;
    z-index: 1005;
}
.find-wrap {
    margin: 0 auto;
    max-width: 800px;
}

/*przypiety top*/
body.top-pinned .site-wrapper {
    /*padding-top: 280px;*/ /*97px;*/
}
body.top-pinned .header-top {
    position: fixed;
    /*top: 49px;*/
}

.menu-row {
    background-color: #fff;
    border-bottom: 1px solid #bdbdbd;
    position: fixed;
    top: 0;
    transform: translateZ(0);
    width: 100%;
    z-index: 1006;
}
.menu-main {
    height: 48px;
    padding: 0 24px;
    position: relative;
}
.search-panel {
    position: relative;
    
}
.billboard {
    background: #fff;
    padding: 32px 24px;
    position: relative;
    text-align: center;
    z-index: 888;
}
.billboard h1 {
    color: #757575;
    font-weight: 300;
}

.inp-spartan {
    background-color: #f7f7f7;
    transition: background-color .2s;
    border-radius: 2px;
}
.inp-spartan:hover {
    background-color: #EBEBEB;
}

.relative {
    position: relative;
}

/*button*/
.btn-flat {
    background: 0 0;
    border: none;
    border-radius: 2px;
    color: #000;
    position: relative;
    height: 36px;
    margin: 0;
    min-width: 64px;
    padding: 0 16px;
    display: inline-block;
    font-size: 14px;
    overflow: hidden;
    will-change: box-shadow;
    transition: box-shadow .2s cubic-bezier(.4,0,1,1),background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1);
    outline: none;
    cursor: pointer;
    text-decoration: none;
    text-align: center;
    line-height: 36px;
    vertical-align: middle;
}
.btn-flat:hover {
    background-color: rgba(255,255,255,0.1);
}
.btn-flat-icon {
    border-radius: 50%;
    font-size: 24px;
    line-height: 1.5;
    height: 40px;
    margin-left: 0;
    margin-right: 0;
    min-width: 40px;
    width: 40px;
    padding: 0;
    overflow: hidden;
    color: inherit;

}

/*tabele*/
body.body-window {
    background-color: #fff; /*#F7F7F7;*/ /*#e4e5ea;*/
}
body.body-table {
    overflow-y: scroll;
    background-color: #fff;
}
.pager .active a:after, .a-btn.active:after, .s-btn.active:after {
    content: "";
    width: 100%;
    height: 3px;
    background-color: #ef8a00;
    position: absolute;
    bottom: 0;
    left: 0;
}
.pager.pager-top .active a:after {
    top: 0;
    bottom: auto;
}
.pager-bottom {
    border-top: 1px solid #e4e5ea;
    min-height: 3rem;
}

.pager .page-link, .pager span {
    padding: .75rem .75rem;
    line-height: 2;
}
.pager span {
    display: block;
}


#bar-section a {
    font-weight: 500;
}
#bar-section .nav-link {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
}
#bar-section .ogloszenia-menu .nav-link {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
}
.ogloszenia-menu .nav {
    justify-content: center;
    align-items: center;
}
.section-abuse {
    background-color: rgba(255,0,0,0.2);
}

.fab {
    outline: none;
    border: none;
    /*background-image: linear-gradient(135deg,#ff690f 0%,#ff4f3a 100%);*/
    background: #ef8a00;
    color: #fff;
    width: 56px;
    height: 56px;
    border-radius: 50%;
    display: block;
    /*box-shadow: 0 3px 8px rgba(0, 0, 0, 0.26);*/
    position: absolute;
    top: -28px;
    left: 22px;
    z-index: 999;
}
.fab:active,
.fab:focus {
  outline:0;
  border:none;
}
.fab.working {
    background: #ED0300;
}
.fab.working .icon-ok {
    position: absolute;
    top: 21px;
    left: 24px;
    -webkit-animation: 1s linear infinite spin;
          animation: 1s linear infinite spin;
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
    
}
.fab.working .icon-ok:before {
    content: '\e839';
}
.slide-menu {
    margin-left: 80px;
}
.container-fluid .slide-menu {
    margin-left: 0px;
}
.slide-menu input, .fast-tag input, .label-anchored input {
    position: absolute;
    visibility: hidden;
}
.label-anchored {
    /*border-color: #fff;*/
    cursor: pointer;
}
.ph0 {
    padding-left: 0;
    padding-right: 0;
}
.slide-menu label {
    margin-bottom: 0;
    cursor: pointer;
    white-space: nowrap;
}
.slide-menu, .slide-main_menu {
    position: relative;
}
.slide-line {
    position: absolute;
    bottom: 0;
    height: 3px;
    background-color: #ef8a00;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 10;
}
#bar-section .slide-menu a {
    color: #292b2c;
    font-weight: 300;
}
#bar-section .slide-menu a:hover {
    text-decoration: none;
}

.table td i {
    color: #ececec;
    cursor: pointer;
}
.table td i.act {
    color: inherit;
}
.table td i.icon-attention.act {
    color: Red;
    font-size: 1.5rem;
}
.table tbody tr:hover i:not(.act) {
    color: #cccccc;
}
.table .icon-minus-circled.act {
    color: Red;
}
.ed {
    cursor: pointer;
}
.table .ed span {
    padding: 3px;
    display: inline-block;
}
.ed:hover span {
    background-color: #292b2c;
    color: #fff;
}
.time-width {
    min-width: 116px;
}

/*okno edycji*/
.section {
    padding: 2rem 0;
    border-bottom: 1px solid #bdbdbd;
    position: relative;
}
.window-h1 {
    color: #757575;
    font-weight: 300;
}
.fly-label {
    position: absolute;
    top: 1rem;
    left: 1rem;
}
.facebook-label {
    font-size: 2rem;
    color: #3b5998;
}
.avatar-label {
    position: absolute;
    top: 0;
    left: 0;
}
.avatar-label img {
    width: 75px;
    height: auto;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    opacity: 0.6;
}
.pb2 {
    padding-bottom: 1rem;
}
.btn-void {
    border: none;
    cursor: pointer;
}
.btn-void.active {
    color: #fff;
    background-color: #025aa5;
    background-image: none;
    border-color: #01549b;
}
#attention {
    color: #0275d8;
    font-size: 2rem;
}
.section-abuse #attention {
    color: rgba(255,0,0,0.5);
}
#command-description {
    color: #0275d8;
    padding-top: 0.25rem;
    font-size: 1.5rem;
}

/*edycja art*/
.datepicker {
    padding: 8px; 
}
.ed-panel {
    /*margin-top: 50px;*/
    /*display: table;*/
    /*min-height: 100vh;*/
    width: 100%;
}
/*body.type-2 .ed-panel, body.type-4 .ed-panel {
    margin-top: 110px;
}*/

.type-2-show, .type-3-show {
    display: none;
}
body.type-2 .type-2-show, body.type-3 .type-3-show {
    display: block;
}
.ed-content {
    display: table-cell;
    padding: 30px 20px 60px 0;
    background-color: #fff;
    vertical-align: top;
}
.ed-content .f-row:first-child {
    margin-top: 50px;
}
.ed-wrap {
    width: 100%;
    display: table;
}
.ed-tools {
    display: table-cell;
    padding: 35px 0 30px 20px;
    width: 300px;
    vertical-align: top;
    position: relative;
    border-left: 1px solid #bdbdbd;
}

.ed-panel .f-row {
    margin-bottom: 32px;
}

.ed-top-panel {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1006;
}
#bar-type {
    background-color: #fff;
    border-bottom: 1px solid #bdbdbd;
    transform: translateZ(0);
    width: 100%;
    position: relative;
    z-index: 5;
}
#bar-type li.active {
    position: relative;
}
#bar-type li.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-color: #ef8a00;
}
.type-menu {
    margin-left: 0;
}
.type-menu .nav-link {
    font-size: 1.15rem;
}
.type-menu .disabled {
    color: #ccc;
}

#bar-save {
    position: fixed;
    top: 45px;
    width: 100%;
    z-index: 1007;
}
.bar-save-wrap {
    position: relative;
    width: 98%;
}
#bar-save .fab {
    left: auto;
    right: 10px;
    width: 66px;
    height: 66px;
    top: -33px;
}
#bar-type-2 {
    background-color: #fff;
    border-bottom: 1px solid #bdbdbd;
    transform: translateZ(0);
    width: 100%;
    position: relative;
    z-index: 2;
}
#bar-type-4 {
    display: none;
}
body.type-2 #bar-type-2, body.type-4 #bar-type-4 {
    display: block;
}
#bar-editor {
    background-color: #fff;
    border-bottom: 1px solid #bdbdbd;
    transform: translateZ(0);
    width: 100%;
    margin-top: -1px;
    position: relative;
    z-index: 1;
}

.dt {
    display: table;
}
.dtc {
    display: table-cell;
}
.v-mid {
    vertical-align: middle;
}
.tc {
    text-align: center;
}
.live-time, .live-ico {
    width: 90px;
    vertical-align: middle;
    border-left: 1px solid #bdbdbd;
}
.live-text {
    padding-right: 60px;
    border-left: 1px solid #bdbdbd;
}
.live-text textarea {
    padding: 0.3em !important;
}
#bar-type-2 input, #bar-type-2 select, #bar-type-2 textarea {
    height: 50px;
}



/*
.hov a {
    position: relative;
}
.hov a:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #E4E5EA;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.25s ease-in-out 0s;
  transition: all 0.25s ease-in-out 0s;
}
.hov a:hover:before {
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

#bar-menu .hov a:before {
    background-color: #F3F4F7;
}
*/
#user-profile {
    position: absolute;
    top: 0;
    right: 0;
}
#bar-menu #user-profile a {
    color: #EF8A00;
}
#user-profile a:hover {
    color: rgba(0,0,0,1) !important;
}
#bar-menu .nav-link, #user-profile {
    padding: .75em 1em;
}
#bar-content {
    margin-top: 45px; /*bo translateY jest*/
    visibility: hidden; 
    opacity: 0;
    /*transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s;*/
    transition: transform 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94), opacity 300ms;
    background-color: #fff;
}
.content-hide {
    visibility: hidden; 
    opacity: 0;
    transition: all 0.2s ease-in-out 0s, visibility 0s linear 0.2s;
    /*transition: top 300ms cubic-bezier(0.17, 0.04, 0.03, 0.94);*/
}
#bar-content.content-show
{
    visibility: visible;
    opacity: 1;
    -ms-transform: translateY(-45px);
    -webkit-transform: translateY(-45px);
    -moz-transform: translateY(-45px);
    -o-transform: translateY(-45px);
    transform: translateY(-45px);
    /*transition-delay: 0s, 0s, 0.3s;*/
}


#bar-find {
    padding: 0 0 1.5rem 0;
}
#bar-find .row {
    margin-left: 0;
    margin-right: 0;
}
#bar-find .col {
    padding: 0 3px;
}
.btn-min {
    /*width: 40px;*/
    height: 40px;
    padding: 0 10px;
    margin: 0;
    display: inline-block;
    /*background-image: linear-gradient(135deg,#ff690f 0%,#ff4f3a 100%);*/
    background: #ef8a00;
    border-radius: 0;
    border: none;
    color: #fff;
}
.fast-tag {
    margin-bottom: 10px;
}

#find-more {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translate(-16px,-16px);
    transform: translate(-16px,-16px);
}
#bar-find {
    position: relative;
}
.pv3 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

.a-btn {
    display: inline-block;
    padding: 10px;
    line-height: 22px;
    background-color: #f3f4f7;
    color: #0f0f0f;
    position: relative;
    margin-right: 2px;
}
.a-btn.active, .a-btn:hover {
    /*background-color: #fff;*/
    /*color: #558fe6;*/
    text-decoration: none;
}

.s-btn {
    position: relative;
    display: inline-block;
    padding: 10px;
    line-height: 22px;
    background: rgba(0,0,0,.02);
    color: rgba(0,0,0,0.75);
    -webkit-transition: background 250ms;
    transition: background 250ms;
    cursor: pointer;
    margin-bottom: 0;
}
.s-btn:hover {
    background: rgba(0,0,0,.1);
    color: rgba(0,0,0,0.75);
    text-decoration: none;
}

.table td {
    border-top: 1px solid #e4e5ea;
}
.table th {
    border-top: none;
}

.table-container {
    background-color: #fff;
}
table.table-flat {
    margin-bottom: 0;
}
.w-foto {
    width: 70px;
}
.w-id {
    width: 90px;
}

/*galeria*/
#gallery {
    position: relative;
}
#plus-gallery-btn {
    display: inline-block;
}
#minus-gallery-btn, #gallery-address, #uploader {
    display: none;
}
#uploader.uploader-media {
    display: block;
}
.gallery-on #plus-gallery-btn {
    display: none;
}
.gallery-on #minus-gallery-btn, .gallery-on #gallery-address, .gallery-on #uploader {
    display: block;
    margin-top: 0;
}
#plus-gallery-btn, #minus-gallery-btn {
    cursor: pointer;
    color: #aaa;
    font-size: 1.25rem;
    font-weight: 700;
    -webkit-transition: color 250ms;
    transition: color 250ms;
}
#plus-gallery-btn:hover, #minus-gallery-btn:hover {
    color: #888;
}
#gallery-address {
    padding: 0 20px;
    position: absolute;
    z-index: 5;
    top: 40px;
    left: 0;
    width: 100%;
}
#gallery-address label {
    color: #CCCCCC;
    margin-bottom: 0;
}
#gallery-address input {
    margin: 2px 0;
    background-color: rgba(0,0,0,0.01);
}
.sel {
    border: 2px solid #ef8a00 !important;
    box-shadow: 0 0 0 2px #ef8a00;
}
/*uploader-media*/
.uploader-media .qq-gallery.qq-uploader {
    background-color: transparent;
    background-image: url(/images/add_images.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15%;
    overflow-y: auto;
    width: inherit;
    border-radius: 0px;
    border: none;
    padding: 130px 10px 10px 10px;
    max-height: none;
    min-height: 500px;
}
#gallery-address.gallery-media-address dt {
    margin: 0 auto;
}

.img-ico {
    display: block;
    margin: 0 auto;
    margin-top: 16px;
}
.img-desc {
    text-align: center;
    font-size: 0.75rem;
    margin-top: 8px;
}
a .img-desc {
    color: #000;
}
/*
-webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
}
*/




/*menu w galerii thumbs*/
.opt {
    position: absolute;
    display: block;
    bottom: 0;
    text-align: center;
    width: 100%;
    opacity: 0;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.opt i {
    font-size: 1rem;
    box-sizing: border-box;
    display: inline-block;
    background-color: #ef8a00;
    color: #fff;
    margin: 1px;
    width: 38px;
    height: 38px;
    line-height: 38px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.opt .icon-cancel {
    background-color: #D80001;
}
#qq-gallery-list li:hover .opt {
    display: block;
    opacity: 1;
    -ms-transform: translateY(-20%);
    -webkit-transform: translateY(-20%);
    -moz-transform: translateY(-20%);
    -o-transform: translateY(-20%);
    transform: translateY(-20%);
}

/*menu obrazek*/
.pic-pan {
    list-style: none;
    margin: 0;
    padding: 0;
    
    position: absolute;
    display: block;
    bottom: 10px;
    text-align: center;
    width: 100%;
    opacity: 0;
    -ms-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
}
.pic-pan li {
    display: inline-block;
    margin: 0 2px;
}
.pic-pan a {
    color: #fff;
    font-size: 1.15rem;
    background-color: #ef8a00;
    display: inline-block;
    width: 55px;
    height: 55px;
    line-height: 55px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.pic-pan a:focus {
    outline:0;
}
.pic-pan a.del {
    background-color: #D80001;
}
.pic-pan-hover {
    position: relative;
}
.pic-pan-hover:hover .pic-pan {
    opacity: 1;
    -ms-transform: translateY(-30%);
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    -o-transform: translateY(-30%);
    transform: translateY(-30%);
}
/*

#pic-control-panel {
    position: absolute;
    top: 0;
    left: 0;
}
#pic-control-panel ul {
    list-style: none;
    margin: 1rem;
    padding: 0;
}
#pic-control-panel {
    display: none;
}
.media-image:hover #pic-control-panel {
    display: block;
}
#pic-control-panel li {
    display: inline-block;
    padding: 0.25rem;
}
#pic-control-panel a {
    color: #fff;
    font-size: 1.5rem;
}
#pic-control-panel a:hover {
    color: #EF8A00;
}


*/
#uploader button:focus {
    outline: none;
}
.qq-gallery.qq-uploader {
    background-color: transparent;
    background-image: url(/images/add_images.svg); /*url(/images/add_img.png);*/
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15%;
    overflow-y: auto;
    width: inherit;
    border-radius: 0px;
    border: 2px dashed #CCCCCC;
    padding: 90px 10px 10px 10px;
    max-height: none;
}
.qq-gallery .qq-upload-list {
    width: 100%;
    float: left;
    margin: 0;
    padding: 10px 0 0;
    list-style: none;
    overflow-y: auto;
    clear: both;
    box-shadow: none;
    max-height: none;
}

.qq-gallery .qq-thumbnail-selector {
    display: block;
    width: auto;
    max-width: 100%;
    height: auto;
    max-height: 100%;
}
.qq-gallery.qq-uploader:before {
    font-size: 0.875rem;
    top: 70%;
}
.qq-gallery .qq-upload-list li.qq-upload-success {
    background-color: #f2f2f2;
    border: 2px solid #bbb;
}
.qq-gallery .qq-upload-button {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    background: none;
    border: none;
}

/*tagowanie obrazkow*/
#qq-tagging {
    width: 100%;
    position: relative;
    z-index: 998;
}
#qq-tagging .dtc {
    padding-top: 20px;
}
.mcheck, .msubmit {
    vertical-align: top;
    width: 50px;
}
.mcheck button {
    display: block;
    width: 45px;
    cursor: pointer;
    color: #CCCCCC;
    background-color: transparent;
    padding: 2px 6px 3px;
    border: none;
    padding: 1px;
}
.mcheck button:hover {
    color: #333;
}
#mtag-submit {
    height: 48px;
}
.hide {
    display: none;
}

.tagging {
	border: 1px solid #CCCCCC;
	cursor: text;
	font-size: 1rem;
	height: auto;
	padding: 10px 10px 10px;
}

.tag {
	background: none repeat scroll 0 0 #EE7407;
	border-radius: 2px;
	color: white;
	cursor: default;
	display: inline-block;
	position: relative;
	white-space: nowrap;
	padding: 4px 20px 4px 6px;
	margin: 2px 5px 2px 0;
}
#itags .tag {
    color: #333;
    background-color: #fff;
}

.tag span {
	background: none repeat scroll 0 0 #D66806;
	border-radius: 2px 0 0 2px;
	margin-right: 5px;
	padding: 5px 10px 5px;
}

.tag .tag-i {
	color: white;
	cursor: pointer;
	font-size: 1.3em;
	height: 0;
	line-height: 0.1em;
	position: absolute;
	right: 5px;
	top: 12px;
	text-align: center;
	width: 10px;
}

.tag .tag-i:hover {
	color: black;
	text-decoration: underline;
}

.type-zone {
	border: 0 none;
	height: auto;
	width: auto;
	min-width: 20px;
	display: inline-block;
    background-color: transparent;
}
#itags .type-zone {
    color: #fff;
}
#itags.form-control, #mtags.form-control {
    background-color: transparent !important;
}
.type-zone:focus {
	outline: none;
}



/*panel bok*/
.ed-tools .form-row {
    padding: 0 0 1rem 0;
}
.ed-tools label {
    margin-bottom: 0.25rem;
    color: rgba(0,0,0,.33);
}

/*paginacja*/
.pager {
    position: relative;
}
.pager .pagination {
    margin-bottom: 0;
}
.pager .page-link {
    border: none;
    color: #136fb5;
}
.pager .page-item.active a.page-link {
    color: #136fb5;
    background-color: #fff;
    border-color: #fff;
}
.table th a, .table th .icon-down, .table th .icon-up {
    color: #136fb5;
}
.table th a:hover {
    color: #EF8A00;
}

select.flat, textarea.flat, input[type="text"].flat, input[type="password"].flat, input[type="email"].flat {
    border: 0;
    width: 100%;
    min-height: 40px; /*2.6666667em;*/
    box-sizing: border-box;
    outline: none;
    font-size: inherit;
    padding: 0 1.3333333em 0 .6666667em;
}
input[type="text"].flat.filtr {
    padding: 0 .333em 0 .333em;
}
.setted {
    color: #EF8A00 !important;
    font-weight: 700 !important;
}
.table thead th {
    vertical-align: middle;
}
.filtr {
    min-width: 90px;
}

.foto {
    background-size: cover;
    background-position: center;
}

/*autocomplete*/
.autocomplete-suggestions {
    text-align: left; cursor: default; border: 1px solid #ccc; border-top: 0; background: #fff; box-shadow: -1px 1px 3px rgba(0,0,0,.1);

    /* core styles should not be changed */
    position: absolute; display: none; z-index: 99999; max-height: 254px; overflow: hidden; overflow-y: auto; box-sizing: border-box;
}
.autocomplete-suggestion { position: relative; padding: 0 .6em; line-height: 23px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; font-size: 1.02em; color: #333; }
.autocomplete-suggestion b { font-weight: normal; color: #1f8dd6; }
.autocomplete-suggestion.selected { background: #f0f0f0; }

/*spinner*/
#spin-wrap {
  position: fixed;
  top: 60vh;
  left: 50vw;
  z-index: 1000;
  -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.spin-img {
    position: relative;
    width: 200px;
    height: 200px;
}
#spin-wrap img {
    width: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
#spin {
  display: block;
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #1642B1;
  animation: spin 2s linear infinite;
  z-index: 1001;
}
#spin::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #e74c3c;
  animation: spin 3s linear infinite;
}
#spin::after {
  content: "";
  position: absolute;
  top: 15px;
  left: 15px;
  right: 15px;
  bottom: 15px;
  border-radius: 50%;
  border: 3px solid transparent;
  border-top-color: #FFA500;
  animation: spin 1.5s linear infinite;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}


/*animacje wejscia*/
.animate {
  -webkit-animation-duration: 0.2s;
  animation-duration: 0.2s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.one {
-webkit-animation-delay: 0.1s;
-moz-animation-delay: 0.1s;
animation-delay: 0.1s;
}

.two {
-webkit-animation-delay: 0.2s;
-moz-animation-delay: 0.2s;
animation-delay: 0.2s;
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
 }
@-webkit-keyframes fadeInDown {
0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@keyframes fadeInDown {
0% {
	opacity: 0;
	-webkit-transform: translate3d(0, -100%, 0);
	transform: translate3d(0, -100%, 0);
}
100% {
	opacity: 1;
	-webkit-transform: none;
	transform: none;
}
}
@-webkit-keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}
.fadeIn {
    -webkit-animation-name: fadeIn;
	animation-name: fadeIn;
}

/*shadows*/
.depth-1 {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
}
.depth-2 {
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.depth-3 {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
}
.depth-4 {
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.depth {
    -webkit-transition: all 250ms;
    transition: all 250ms;
    cursor: pointer;
    
}
.depth:hover {
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.19), 0 6px 6px rgba(0, 0, 0, 0.23);
    -webkit-transform: scale(1.01);
    transform: scale(1.01);
    backface-visibility: hidden;
    transform: translateZ(0);
}

/*login*/
.body-cms {
    position: relative;
}
.over {
    display: table;
    position: absolute;
    height: 100vh;
    width: 100%;
    
    background: #e0e0e0;;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1440 810' preserveAspectRatio='xMinYMin slice'%3E%3Cpath fill='%23efefee' d='M592.66 0c-15 64.092-30.7 125.285-46.598 183.777C634.056 325.56 748.348 550.932 819.642 809.5h419.672C1184.518 593.727 1083.124 290.064 902.637 0H592.66z'/%3E%3Cpath fill='%23f6f6f6' d='M545.962 183.777c-53.796 196.576-111.592 361.156-163.49 490.74 11.7 44.494 22.8 89.49 33.1 134.883h404.07c-71.294-258.468-185.586-483.84-273.68-625.623z'/%3E%3Cpath fill='%23f7f7f7' d='M153.89 0c74.094 180.678 161.088 417.448 228.483 674.517C449.67 506.337 527.063 279.465 592.56 0H153.89z'/%3E%3Cpath fill='%23fbfbfc' d='M153.89 0H0v809.5h415.57C345.477 500.938 240.884 211.874 153.89 0z'/%3E%3Cpath fill='%23ebebec' d='M1144.22 501.538c52.596-134.583 101.492-290.964 134.09-463.343 1.2-6.1 2.3-12.298 3.4-18.497 0-.2.1-.4.1-.6 1.1-6.3 2.3-12.7 3.4-19.098H902.536c105.293 169.28 183.688 343.158 241.684 501.638v-.1z'/%3E%3Cpath fill='%23e1e1e1' d='M1285.31 0c-2.2 12.798-4.5 25.597-6.9 38.195C1321.507 86.39 1379.603 158.98 1440 257.168V0h-154.69z'/%3E%3Cpath fill='%23e7e7e7' d='M1278.31 38.196c-32.5 171.678-81.09 327.36-133.49 461.642v3.8c41 112.286 71.59 216.573 94.29 305.962l200.59.4V256.768c-60.3-97.988-118.29-170.48-161.39-218.573z'/%3E%3C/svg%3E");
    background-size: cover;
    background-repeat: no-repeat;
}
.wrap {
    display: table-cell;
    vertical-align: middle;
}
.login-panel-wrap {
    width: 500px;
    display: inline-block;
}
.login-panel {
    padding: 3rem 2rem;
}
.tl {
    text-align: left;
}
.tr {
    text-align: right;
}
.login-panel .card-content .row {
    margin-bottom: 0;
}
.card-content {
    padding-bottom: 2rem;
}

/*login material*/
@media screen and (min-width: 768px) {
    .col-md-offset-3 {
        margin-left: 25%;
    }
}
.blmd-wrapp {
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  -ms-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
  border-radius: 3px;
  height: auto;
  /*margin-top: 10vh;*/
  background: #fff;
  padding: 1em 0;
  position: relative;
  transition: height 0.5s;
}
.blmd-wrapp .blmd-header-wrapp {
  clear: both;
  position: relative;
  text-align: center;
  /*padding-right: 15px;*/
}

.blmd-wrapp .blmd-continer {
  padding: 15px;
  height: auto;
  overflow: hidden;
}
.blmd-wrapp .blmd-continer form {
  max-height: auto;
  transition: all 0.5s;
}
.blmd-wrapp .blmd-continer form > h1 {
  padding: 0 0 0 30px;
  margin-right: -15px;
  margin-left: -15px;
  position: relative;
}
.blmd-wrapp .blmd-continer form.form-hidden {
  max-height: 0;
  overflow: hidden;
  margin: 0;
  transition: all 0.5s;
}
.blmd-wrapp .blmd-continer form#login-form > h1 {
  border-left: 5px solid #FFA500; /*#26a69a;*/
}

.blmd-wrapp .blmd-color-conatiner {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 3px;
}
.btn-blmd {
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  -moz-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
  border-radius: 2px;
}
.btn-blmd:active,
.btn-blmd.active,
.btn-blmd:focus,
.btn-blmd:active:focus,
.btn-blmd.active:focus {
  -webkit-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}
.btn-blmd.btn {
  border: 0;
}
.btn-blmd.btn:focus,
.btn-blmd.btn:active,
.btn-blmd.btn.active,
.btn-blmd.btn:active:focus,
.btn-blmd.btn.active:focus {
  outline: 0;
  outline-offset: 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.btn-blmd.btn.btn-circle {
  padding: 15px;
  border-radius: 50%;
  line-height: 0px;
}
.btn-blmd.btn.btn-circle.btn-lg {
  padding: 20px;
}
.btn-blmd.btn.btn-circle.btn-sm {
  padding: 10px;
}
.btn-blmd.btn.btn-circle.btn-xs {
  padding: 5px;
}
.btn-blmd.btn.btn-default {
  background: #fff;
  color: rgba(0, 0, 0, 0.87);
}
.btn-blmd.btn.btn-default:hover,
.btn-blmd.btn.btn-default:focus {
  background: #f2f2f2;
}
.btn-blmd.btn.btn-primary {
  background: #465866;
  color: #fff;
}
.btn-blmd.btn.btn-primary:hover,
.btn-blmd.btn.btn-primary:focus {
  background: #3c4b57;
}
.btn-blmd.btn.btn-info {
  background: #33a7cf;
  color: #fff;
}
.btn-blmd.btn.btn-info:hover,
.btn-blmd.btn.btn-info:focus {
  background: #2c97bc;
}
.btn-blmd.btn.btn-success {
  background: #26a69a;
  color: #fff;
}
.btn-blmd.btn.btn-success:hover,
.btn-blmd.btn.btn-success:focus {
  background: #219187;
}
.btn-blmd.btn.btn-warning {
  background: #ffc066;
  color: #fff;
}
.btn-blmd.btn.btn-warning:hover,
.btn-blmd.btn.btn-warning:focus {
  background: #ffb54c;
}
.btn-blmd.btn.btn-danger {
  background: #d65c4f;
  color: #fff;
}
.btn-blmd.btn.btn-danger:hover,
.btn-blmd.btn.btn-danger:focus {
  background: #d1493a;
}
.btn-blmd.btn.btn-link {
  background: #dddddd;
  color: rgba(0, 0, 0, 0.87);
}
.btn-blmd.btn.btn-link:hover,
.btn-blmd.btn.btn-link:focus {
  background: #d0d0d0;
}

.blmd-form {
  margin: 2.5rem 0;
  position: relative;
  width: 100%;
}
.blmd-form .blmd-line {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: top;
}
.blmd-form .blmd-line.blmd-toggled:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.blmd-form .blmd-line.blmd-toggled.hf:after {
  display: none;
}
.blmd-form .blmd-line.blmd-toggled .blmd-label {
  top: -10px;
  font-size: 11px;
}
.blmd-form .blmd-line:after {
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  background: #26a69a;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  height: 2px;
  width: 100%;
  content: "";
  -webkit-transition: all;
  -o-transition: all;
  transition: all;
  -webkit-transition-duration: .3s;
  transition-duration: .3s;
}
.blmd-form .form-control {
  box-shadow: none;
  border-radius: 0;
  position: relative;
  background: 0 0;
  z-index: 1;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0.5rem 0;
}
.center {
    text-align: center;
}
.blmd-wrapp .logo {
    display: inline-block;
    width: 120px;
}
.blmd-wrapp h1 {
    font-size: 24px;
    color: #26A69A;
    font-weight: 700;
}
.login-error {
    color: Red;
    font-weight: 700;
    padding-top: 2rem;
}
.login-has-error:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(255,0,0,0.5);
}

/*login matrial end*/

#bar-menu a {
    color: #292b2c;
}
/*okienko edycji art*/
#content {
    min-height: 100px;
}
textarea.discrete, input.discrete {
    border: none;
    background-color: transparent;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    resize: none;
}
input.discrete-under {
    color: #333;
    /*border-bottom: 2px solid #CCCCCC;*/
}
input.discrete-readonly {
    color: #333333;
    background-color: #F2F2F2;
    padding-left: 0.25rem;
    border: 1px solid #CCCCCC;
}
input.discrete-border {
    color: #333333;
    border: 1px solid #CCCCCC;
    padding-left: 0.25rem;
}
.tytul {
    font-family: 'Open Sans', sans-serif;
    font-size: 2.25rem;
    font-weight: 700;
    color: #333333;
    line-height: normal;
}
.podtytul, .lead {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333333;
    line-height: normal;
}
.lead {
    color: Red;
}
.wynik {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 3rem;
    font-weight: 700;
    color: #333333;
    line-height: normal;
    text-align: center;
}
.subwynik {
    font-family: 'Open Sans', sans-serif;
    color: #333333;
    font-size: 1.5rem;
    font-weight: 700;
    color: #333333;
    line-height: normal;
    text-align: center;
}
.media-container {
    
}
.main-media img {
    margin: 0 auto;
    max-width: 100%;
    max-height: 80vh;
    display: block;
}


.w-100 {
    width: 100%;
}
.w-80 {
    width: 80%;
}
.dib {
    display: inline-block;
}
.fl {
    float: left;
}
.relacja-time, .relacja-icon {
    width: 90px;
}
.relacja-time, .relacja-icon, .relacja-tresc {
    padding-right: 3px;
}
.type-2-show h3 {
    color: #ff7e22;
    font-size: 14px;
    font-size: 0.875rem;
    text-transform: uppercase;
}

/*---------------okienko------------------*/
/*superadmin*/
.pro:hover {
    color: #fff;
    cursor: pointer;
}
.pro.active {
    color: Yellow;
}
.advanced {
    display: none;
}
.advanced.adv-show {
    display: block;
}

/*nav*/
.container-window {
    margin-top: 25px;
}
.form-control {
    box-sizing: border-box !important;
    /*border: 1px solid #eaeaea;*/
}
#navbar-content {
    height: 68px;
}
.tabs-content {
    height: calc(100vh - 72px);
    overflow-y: hidden;
    position: relative;
}
.navbar.navbar-window {
    padding: 0;
}
.navbar-window header {
    padding: 0.25rem 1rem;
    letter-spacing: 1px;
    font-size: 0.75rem;
    text-transform: uppercase;
}
.navbar-window header em {
    float: right;
    color: rgba(255,255,255,0.3);
    font-style: normal;
}
.navbar-window .nav-tabs {
    border-bottom: none;
}
.navbar-window .nav-tabs .nav-item {
    margin-bottom: 0px;
}
.navbar-window .nav-tabs .nav-link {
    color: #fff;
}
.navbar-window .nav-tabs .nav-link.active {
    background-color: #aa00ff;
    border-color: #aa00ff;
}
.navbar-window .nav-tabs .nav-link:not(.active):hover {
    background-color: #4a148c;
    border: 1px solid transparent;
}
.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
}

/*modules*/
.module-ico {
    width: 100%;
    height: auto;
}

/*form*/
.form-window label.sm {
    font-size: 0.75rem;
    color: #464a4c; /*#bbb;*/
    margin-bottom: 6px;
    font-weight: 700;
}
.input-group label, .btn-group label {
    margin-bottom: 0;
}

/*save*/
.footer-window {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 40px;
    z-index: 10;
}
.footer-window .butn {
    width: 50%;
    margin: 0;
    display: inline-block;
    border: 0;
    float: left;
    text-align: center;
    padding: 0.5rem 0;
    cursor: pointer;
}
.butn-red {
    background-color: #d32f2f;
    color: #fff;
}
.butn-red:hover {
    background-color: #d50000;
}
.butn-green {
    background-color: #00bfa5;
    color: #fff;
}
.butn-green:hover {
    background-color: #1de9b6;
}

/*wybor modulu*/
.card-module {
    cursor: pointer;
    border-width: 3px;
    border-style: solid;
    border-color: rgba(255,255,255,0);
    padding-top: 4px;
    padding-bottom:4px;
}
.container-window .card p {
    margin-bottom: 0;
}
.container-window .card-columns .card {
    display: inline-block;
    width: 100%;
    margin-bottom: .75rem;
}
.card-active {
    border-color: #0275d8;
}

@media screen and (min-width: 20em) {
    .container-window .card-columns {
        column-count: 2;
    }
}
@media screen and (min-width: 30em) {
    .container-window .card-columns {
        column-count: 3;
    }
}
@media screen and (min-width: 60em) {
    .container-window .card-columns {
        column-count: 4;
    }
}

/*lay*/
@media screen and (min-width: 1200px) {
    .container {
        width: 1240px;
        max-width: 100%;
    }
}

/*tinymce*/
.mce-edit-focus {
    outline: none !important;
}
.mceToolbar, .mce-panel, .mce-toolbar .mce-btn {
    background-color: #fff !important;
}
.mce-btn:hover {
    background-color: #e0e0e0;
}
.mceToolbar td {
    display:table-row;
    float: left;
}
.mceToolbar td:nth-of-type(11){
    clear: left;
}
table.mceLayout, textarea.tinyMCE, div.tinyMCE {
    width: 100% !important;
}
.mce-tinymce.mce-container.mce-panel {
    border: 1px solid transparent !important;
    border-radius: 0px;
}
.mce-edit-area.mce-panel {
    border: none;
    border-color: transparent !important;
    background-color: transparent;
}
.mce-btn-group:not(:first-child) {
    border-left: none !important;
}
.mce-branding-powered-by {
    border: none !important;
}
#media-popup-editor .mce-ico {
    color: #fff;
}
/*tinymce placeholder*/
.content-editor:before {
    display: none;
}
.content-editor.empty:before {
    display: block;
    position: absolute;
    content: attr(data-placeholder);
    color: #999999;
    cursor: text;
}

/*tag*/
.tag-label {
    border-radius: 2px;
    font-size: 16px;
    display: inline-block;
    font-weight: 300;
    white-space: nowrap;
    padding: 2px 4px;
    margin-bottom: 2px;
    margin-right: 2px;
    color: #333;
    background-color: #eee;
    cursor: move;
	cursor: -webkit-grabbing;  /* overrides 'move' */
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.12), 0 1px 2px rgba(0, 0, 0, 0.24);
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 270px;
}
#tag-factory .tag-label:first-child, .label-danger {
    background-color: #D80001;
    color: #fff;
}
.label-primary {
    background-color: #1f41b1 !important;
    color: #fff;
}
.label-new {
    background-color: #01924d !important;
    color: #fff;
}
.tag-label a {
    color: #000;
    cursor: pointer;
    opacity: 0.7;
    margin-left: 2px;
}
.tag-label a:hover {
    opacity: 1.0
}
.tag-factory-wrapper {
    margin: 4px 0 0 0;
}
.fak {
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-family: 'Dosis', sans-serif;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

/*media lib*/
.mfp-container {
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0;
    box-sizing: border-box;
}
.media-popup {
    position: relative;
    background: #fff;
    margin: 0 auto;
    width: auto;
    width: 100%;
    height: 100%;
}

.popup-wrap {
    overflow: hidden;
    margin: 0;
    padding: 0;
    height: 100vh;
}
.media-title, .mce-window-head .mce-title {
    color: #757575;
    font-weight: 300 !important;
    font-size: 1.15rem;
    padding: 5px;
}
.media-lib-title {
    padding: .75em .75em 0 .75em;
}
.panel-wrap {
    padding: 20px;
}

.media-grid .col {
    padding: 3px;
}

/*media-image-poppup*/
.media-image-popup {
    margin: 0 auto;
    width: 100%;
}

.media-image-wrap {
    padding: 5px;
}
@media all and (min-width:1024px) {
    .media-image-popup {
        width: 60%;
    }
}
@media all and (min-width:1600px) {
    .media-image-popup {
        width: 45%;
    }
}
.pip-prev, .pip-next {
    position: fixed;
    top: 50%;
    color: #fff;
    font-size: 54px;
    border: none;
    background: none;
    cursor: pointer;
    margin-top: -24px;
    transition: opacity 250ms ease-in-out;
    opacity: 0.5;
    outline: none;
}
.pip-prev:focus, .pip-next:focus {
    outline: none;
}
.pip-prev {
    left: 10%;
}
.pip-next {
    right: 10%;
}
.media-image-popup button.mfp-close {
    color: #fff;
    font-size: 56px;
    line-height: 56px;
    width: 56px;
    height: 56px;
    position: fixed;
    top: 5%;
    right: 5%;
}
.media-popup button.media-close {
    color: #ff0000;
    font-size: 42px;
    line-height: 42px;
    width: 42px;
    height: 42px;
    position: fixed;
    top: 2%;
    right: 3%;
}
.mfp-close-btn-in .ftp-close {
    color: #ff0000;
    font-size: 36px;
    line-height: 36px;
    width: 36px;
    height: 36px;
    position: fixed;
    top: 5px;
    right: 10px;
}
.pip-close {
    transition: opacity 250ms ease-in-out;
    opacity: 0.5;
}
.pip-prev:hover, .pip-next:hover, .pip-close:hover {
    opacity: 1;
}

.media-pop-head {
    padding: 1rem 0;
}
.media-pop-image {
    max-width: 100%;
    margin: 0 auto;
    display: inline-block;
}
.fab-media-popup {
    left: auto;
    top: auto;
    right: 22px;
    width: 66px;
    height: 66px;
    bottom: -33px;
}
.white {
    color: #fff;
}

.transp {
    background-color: transparent;
    color: #fff;
    border: none;
    display: block;
    width: 100%;
    padding: .5rem .75rem;
    font-size: 1rem;
    line-height: 1.25;
}
.transp:focus {
    /*box-shadow: 0 0 0 1px #fff;*/
    /*box-shadow: 0 0 1px 1px #fff;*/
    outline: none;
}
.pip-caption {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0,0,0,0));
    color: #fff;
    -webkit-font-smoothing: antialiased;
    left: 0;
    line-height: 1.28;
    min-height: 72px;
    opacity: 0;
    padding: 1rem;
    position: absolute;
    right: 0;
    text-align: left;
    top: 0;
    transition: opacity .3s;
}
.pip-figure:hover .pip-caption {
    opacity: 1;
}
.pip-caption a {
    color: #fff;
}

.slim-hr {
    border-bottom: 1px solid rgba(255,255,255,0.7);
    margin-bottom: 0;
}
#media-toolbar {
    height: 30px;
}
#media-caption {
    color: #fff;
}
.minh {
    min-height: 48px;
}
.pv2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
}
.pv3 {
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.pt3 {
    padding-top: 1rem;
}
.fig-shadow {
    box-shadow: 0 12px 24px rgba(0, 0, 0, .3);
}

/*page scheme window*/
.bar {
    border-bottom: 1px solid #bdbdbd;
    position: relative;
}
.inp-tag {
    padding-left: 40px !important;
}
.label-fly {
    position: absolute;
    top: 0.3rem;
    left: 0.25rem;
    font-size: 1.25rem;
    color: #ef8a00;
}
.overflowy-hidden {
    overflow-y: hidden;
}
.db {
    display: block;
}
#bar-save.ps-save {
    top: auto;
    left: auto;
    bottom: 50px;
}
#bar-save.ps-save .fab {
    right: 15px;
    width: 72px;
    height: 72px;
    top: -36px;
    background: #0275d8;
}
.ps-row {
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
}
.ps-row div {
    box-sizing: border-box;
}
.card-module:hover {
    background-color: rgba(0,0,0,0.1);
}
#bar-reklama label, #bar-reklama a, #bar-reklama textarea {
    font-size: 0.75rem;
}
#bar-reklama label {   
    color: #bebebe;
}

.absolute-center {
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*placeholder*/
::-webkit-input-placeholder { /* Chrome */
  color: #aaa !important;
  transition: opacity 250ms ease-in-out;
}
:focus::-webkit-input-placeholder {
  opacity: 0.5;
}

:-ms-input-placeholder { /* IE 10+ */
  color: #aaa !important;
  transition: opacity 250ms ease-in-out;
}
:focus:-ms-input-placeholder {
  opacity: 0.5;
}

::-moz-placeholder { /* Firefox 19+ */
  color: #aaa;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus::-moz-placeholder {
  opacity: 0.5;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #aaa;
  opacity: 1;
  transition: opacity 250ms ease-in-out;
}
:focus:-moz-placeholder {
  opacity: 0.5;
}

#fly-menu {
    position: absolute;
    top: 16px;
    right: 16px;
    display: inline-block;
    z-index: 999;
}
#fly-menu button {
    background-color: #fff;
    color: #757575;
    font-weight: 300;
}

