body {
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* poszerzenie menu i rozwijanego paska przycisków, żeby weszły przyciski Lupe */
.sidebar + .main-content {
    margin-left: 220px;
}

.admin .sidebar {
    width: 220px;
}

.sidebar.menu-min, .sidebar.menu-min.compact, .sidebar.menu-min.navbar-collapse {
    width: 43px;
}

.admin .sidebar.menu-min .sidebar-shortcuts-large {
    width: 240px;
}

/* --- !!!! wycięcie custom styli z admin.css !!!! --- */
.admin li.divider {
    height: 1px;
}

.admin .modal-help {
    padding: 0 18px;
}

.admin .yellow {
    color: #fee188 !important;
}

.admin .ace-nav > li > a > .ace-icon {
    line-height: inherit;
}

.admin .breadcrumb > li + li:before {
    content: "\f105";
}

.sidebar + .main-content .breadcrumbs-fixed {
    left: 220px;
}

.admin .added-resources .attachment-thumbnails .label-info {
    white-space: normal;
    height: auto;
}

.admin .dropdown-colorpicker > .dropdown-menu > li > .colorpick-btn.selected:after {
    content: "\f00c";
}
/* usuniętę z powodu #9578
.admin input.ace[type="checkbox"] + .lbl:before, .admin input.ace[type="radio"] + .lbl:before {
    content: "\a0";
}

.admin input.ace[type="checkbox"]:checked + .lbl:before, .admin input.ace[type="radio"]:checked + .lbl:before {
    content: '\f00c';
}
*/
.admin input.ace[type="radio"]:checked + .lbl:before {
    content: "\f111";
}

/*.admin input.ace.ace-switch[type="checkbox"] + .lbl:before {*/
    /*content: "ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";*/
/*}*/

/*.admin input.ace.ace-switch.ace-switch-2[type="checkbox"] + .lbl:before {*/
    /*content: "YES\a0\a0\a0\a0\a0\a0\a0\a0\a0NO";*/
/*}*/

.admin input.ace.ace-switch.ace-switch-3[type="checkbox"] + .lbl:after {
    content: "\f00d";
}

.admin input.ace.ace-switch.ace-switch-3[type="checkbox"]:checked + .lbl:after {
    content: "\f00c";
}

.admin input.ace.ace-switch.ace-switch-6[type="checkbox"] + .lbl:before {
    content: "\f00d";
}

.admin input.ace.ace-switch.ace-switch-6[type="checkbox"]:checked + .lbl:before {
    content: "\f00c";
}

/*.admin input.ace.ace-switch.ace-switch-7[type="checkbox"] + .lbl:before {*/
    /*content: "OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON";*/
/*}*/

.admin input.ace.ace-switch.ace-switch-7[type="checkbox"] + .lbl:after {
    content: '\f00d';
}

.admin input.ace.ace-switch.ace-switch-7[type="checkbox"]:checked + .lbl:after {
    content: '\f00c';
}

.admin .widget-toolbox {
    background-color: #eee;
    clear: both;
}

.admin .section-container:after {
    content: "";
    clear: both;
    display: block;
}

.admin .widget-main > .section-container {
    margin: 0 -23px 0 -23px;
}

/* tab-pane */
.admin .tab-pane .news-content:first-child {
    margin: 0;
}

.admin .tab-pane .news-content {
    border: 1px solid #ddd;
    padding: 0 10px;
    margin: 10px 0 0;
}

.admin .ui-grid-ico-sort:before {
    content: "\f0d7";
}

.admin .ui-icon-asc:before {
    content: "\f0d8";
}

.admin .ui-icon-pencil:before {
    content: "\f040";
}

.admin .ui-icon-trash:before {
    content: "\f014";
}

.admin .ui-icon-disk:before {
    content: "\f00c";
}

.admin .ui-icon-cancel:before {
    content: "\f00d";
}

.admin .ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon:before {
    content: "\f077";
}

.admin .ui-jqgrid .ui-jqgrid-titlebar-close .ui-icon-circle-triangle-s:before {
    content: "\f078";
}

.admin .ace-thumbnails .sortable-placeholder {
    width: 154px;
    height: 154px;
    border-color: #999;
    border-style: dotted;
}

.admin #attachments .ace-thumbnails > li {
    min-width: 150px;
    min-height: 150px;
}


.admin .ace-thumbnails > li .tools.tools-bottom > a,
.admin .ace-thumbnails > li .tools.tools-top > a {
    cursor: pointer;
}

.admin .message-item .time {
    width: 120px;
}

/* feature radios */
.admin .feature_select:before {
    border: 0;
}

.feature_select.first-child {
    padding-left: 0;
}

/* sort buttons for admin */
.sort_button {
    border: 1px solid #8aafce;
    color: #6688a6 !important;
    background-color: #fff;
    display: inline-block;
    margin: 0 1px;
    padding: 0 9px;
    line-height: 28px;
}

.sort_button:after {
    color: #555;
    content: "\f0dc";
    display: inline;
    float: right;
    font-family: FontAwesome;
    font-size: 13px;
    font-weight: normal;
    padding: 0 0 0 15px;
}

.sort_button:hover,
.sort_button.active {
    background: #eaf2f8 !important;
    outline: none;
}

.sort_button.sorting_asc:after {
    color: #307ecc;
    content: "\f0de";
    top: 4px;
}

.sort_button.sorting_desc:after {
    color: #307ecc;
    content: "\f0dd";
    top: -6px;
}

.admin .dataTable > thead > tr > th[class*="sort"]:after {
    content: "\f0dc";
}

.admin .dataTable > thead > tr > th.sorting_desc:after {
    content: "\f0dd";
}

.admin .dataTable > thead > tr > th.sorting_asc:after {
    content: "\f0de";
}

.chosen-container > .chosen-single, [class*=chosen-container] > .chosen-single {
    height: 34px;
    background: #fff;
    display: grid;
}

/* porawka zgodnie z https://github.com/harvesthq/chosen/issues/2029 */
.chosen-container .chosen-choices .search-field:only-child, .chosen-container .chosen-choices .search-field:only-child input {
    width: 100% !important;
}

.chosen-container-multi .chosen-choices {
    padding: 0 4px 1px;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
    height: 29px;
}

.admin .select2-container .select2-choice abbr:before,
.admin .select2-search-choice-close:before {
    content: "\f00d";
}

.admin .select2-container .select2-choice .select2-arrow b:before {
    content: "\f0d7";
}

.admin .select2-dropdown-open .select2-choice .select2-arrow b:before {
    content: "\f0d8";
}

.admin .select2-search:after {
    content: "\f002";
}

.select2-container .select2-selection--single {
    height: 33px;
}

.select2-search:after {
    content: '';
}

.admin .ace-spinner.touch-spinner {
    width: auto !important;
}

.admin .wizard-steps li.complete .step:before {
    content: "\f00c";
}

.admin .tree {
    overflow-x: auto;
}

.admin .gritter-close:before {
    content: "\f00d";
}

.admin .widget-body .widget-main > .btn-group {
    width: 100%;
}

.admin .editable-clear-x:before {
    content: "\f057";
}

.admin .ui-datepicker .ui-datepicker-prev:before,
.admin .ui-datepicker .ui-datepicker-next:before {
    content: "\f060";
}

.admin .ui-datepicker .ui-datepicker-next:before {
    content: "\f061";
}

.ui-dialog {
    z-index: 1051 !important;
}

.admin .ui-dialog .ui-dialog-titlebar-close:before,
.admin .ui-jqdialog .ui-dialog-titlebar-close:before,
.admin .ui-dialog .ui-jqdialog-titlebar-close:before,
.admin .ui-jqdialog .ui-jqdialog-titlebar-close:before {
    content: "\f00d";
}

.admin .ui-accordion .ui-accordion-header .ui-accordion-header-icon:before {
    content: "\f0da";
}

.admin .ui-accordion .ui-accordion-header.ui-state-active .ui-accordion-header-icon:before {
    content: "\f0d7";
}

.admin .ui-menu .ui-menu-item a .ui-menu-icon:before {
    content: "\f105";
}

/* Błąd #2724 - Formularz sekcji zakladka sortowanie, szerokość listy taka sama jak okna */
.admin #order-section-content .dd {
    max-width: 100%;
}

.admin .dd2-content .action-buttons {
    /*position: absolute;*/
    /*right: 10px;*/
    /*top: 10px;*/
}

.admin .dd2-handle.tool-padding + .dd2-content, .admin .dd2-handle.tool-padding + .dd2-content[class*="btn-"] {
    padding-left: 44px;
    padding-right: 56px;
}

.admin .elements-list .dd2-handle + .dd2-content, .admin .elements-list .dd2-handle + .dd2-content[class*="btn-"] {
    padding-right: 90px;
}

.admin .dd-item > button:before {
    content: "\f00d";
}

.admin .dd-item > button[data-action="collapse"]:before {
    content: "\f00c";
}

.admin .dd2-handle, .admin .dd-dragel > li > .dd2-handle {
    height: 100%;
}

/* widget-rss-data */
.widget-rss-data .widget-main {
    overflow-y: scroll;
    height: 390px;
    padding: 0 5px 5px;
}

.widget-rss-data .rss-entity:first-child {
    margin: 0;
    padding: 0;
    border: 0;
}

.widget-rss-data .rss-entity {
    margin: 10px 0 0;
    padding: 10px 0 0;
    border-top: 1px solid #ccc;
}

.admin .panel-group .panel {
    overflow: visible;
}

.admin .panel-group .panel:after {
    content: "";
    clear: both;
    display: block;
}

/* person add modal dialog scroll fix */
#PersonNewsAdd + #modal-wraper .modal-body {
    max-height: 600px;
    overflow: auto;
}

/* OGÓLNE */
.admin a {
    text-decoration: none;
}

.admin .btn {
    border-width: 3px;
}

.admin .input-group-btn .btn {
    border-width: 5px;
}

.admin .btn-group-sm > .btn, .admin .input-group-btn > .btn-sm {
    border-width: 4px;
}

.admin .info {
    margin-left: 15px;
}

.admin .form-group input[disabled],
.admin .form-group input:disabled,
.admin .form-group select[disabled],
.admin .form-group select:disabled,
.admin .form-group textarea:disabled {
    color: #848484 !important;
    background-color: #f8f8f8 !important;
}

.admin .form-group select option[disabled] {
    color: lightgray;
}

.admin input[type=checkbox].ace.ace-switch.ace-switch-4:not(:checked) + .lbl::before,
.admin input[type=checkbox].ace.ace-switch.ace-switch-5:not(:checked) + .lbl::before {
    background-color: #D9534F;
    border: 1px solid #D9534F;
}

.admin input[type=checkbox].ace.ace-switch.ace-switch-4 + .lbl::before,
.admin input[type=checkbox].ace.ace-switch.ace-switch-5 + .lbl::before {
    content: "TAK\a0\a0\a0\a0\a0\a0\a0\a0\a0\NIE";
}

/*.admin input[type=checkbox].ace.ace-switch.ace-switch-4:checked + .lbl::before,*/
/*.admin input[type=checkbox].ace.ace-switch.ace-switch-5:checked + .lbl::before {*/
    /*background-color: #87B87F;*/
    /*border-color: #87B87F;*/
/*}*/

.admin .help-button {
    line-height: 18px;
    border-radius: 0;
}

.admin .after-input {
    margin-top: 3px;
}

/* Wygląd elementów drag&drop */

.admin .ui-state-highlight {
    min-height: 100px;
    width: 100%;
    list-style: none;
    margin-bottom: 10px;
    background-color: #d9edf7;
    border: 1px dashed #9c0303;
}

/* FORMULARZE */

.admin input.ace[type="checkbox"] + .lbl:before, .admin input.ace[type="radio"] + .lbl:before {
    background-color: #ffffff;
}

/* ACCORDION - checkboxy wbudowane w nagłówek */

.admin .checkbox-accord {
    float: left;
    margin: 0;
    padding-left: 10px;
    display: block;
    position: relative;
    z-index: 1;
}

.admin .ace-accord {
    margin-left: 0 !important;
}

.admin .left {
    float: left;
}

.admin .columns-2 {
    -webkit-column-count: 2; /* Chrome, Safari, Opera */
    -moz-column-count: 2; /* Firefox */
    column-count: 2;
}

/* TABELE - GRIDY */

.admin .dataTables_paginate .pagination {
    margin: 0;
}

.admin .pagination > li > a, .admin .pagination > li > span {
    float: left;
}

.admin .pagination > li {
    display: inline-block;
}

.admin .dataTables_wrapper .dataTables_paginate .paginate_active {
    background: #6faed9;
    padding: 0.6em 1em;
    color: #fff !important;
    margin: 0 -1px 0 0;
}

.admin .paginate_active:hover {
    color: #fff;
    text-decoration: none;
}

.admin .dataTables_wrapper .dataTables_paginate .paginate_button {
    background: #fafafa;
    border-color: #d4dfe3;
    border-radius: 0 !important;
    border-width: 1px;
    color: #2283c5 !important;
    margin: 0 -1px 0 0;
}

.admin .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
    background: #eaeff2 !important;
    border-color: #d4dfe3 !important;
    border-radius: 0 !important;
    border-width: 1px;
    color: #2283c5 !important;
    box-shadow: none;
}

.admin .dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .admin .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .admin .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active {
    background: none repeat scroll 0 0 transparent;
    border: none !important;
    box-shadow: none;
    color: #000 !important;
    cursor: default;
}

.admin .dataTables_wrapper .row:last-child {
    border-bottom: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

.admin .dataTables_wrapper .row:first-child {
    border-top: 1px solid #e0e0e0;
    border-right: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
}

/* DATE RANGE PICKER */

.admin .input-group-addon-add {
    border-left: 1px solid #cccccc !important;
}

/* LOGIN PAGE */
.gradient-login {
    background-image: none;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+38,e2f7ff+79,bfeeff+100 */
    background: rgb(255, 255, 255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 38%, rgba(226, 247, 255, 1) 79%, rgba(191, 238, 255, 1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 38%, rgba(226, 247, 255, 1) 79%, rgba(191, 238, 255, 1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 38%, rgba(226, 247, 255, 1) 79%, rgba(191, 238, 255, 1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#bfeeff', GradientType=0); /* IE6-9 */
}

.gradient-login .widget-box {
    padding: 1px 1px 0;
    -webkit-box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.12);
    border-bottom: 1px solid rgba(50, 50, 50, 0.33);
}

.gradient-login .widget-box .toolbar {
    border-top-width: 1px;
}

.gradient-login .widget-box.login-box {
    background-color: #BCC6CF;
    background-color: rgba(100, 110, 120, 0.4);
}

.gradient-login .widget-box.signup-box {
    background-color: #C1CEC4;
    background-color: rgba(110, 120, 100, 0.4);
}

.gradient-login .widget-box.forgot-box {
    background-color: #D2C5C5;
    background-color: rgba(120, 110, 100, 0.4);
}

@media only screen and (min-width: 541px) {
    .admin .login-container {
        width: 500px;
    }
}

/* Przyciski/Ikony do grida */

.admin .icon {
    font-size: 130% !important;
    text-align: center;
    display: inline-block;
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    line-height: 1;
}

.admin .icon-view {
    color: #a52a2a !important;
}

.admin .icon-view:before {
    content: "\f00e";
}

.admin .icon-edit {
    color: #478fca !important;
}

.admin .icon-edit:before {
    content: "\f040";
}

.admin .icon-copy {
    color: #c6699f !important;
}

.admin .icon-copy:before {
    content: "\f0ec";
}

.admin .icon-deactivate {
    color: #69aa46 !important;
}

.admin .icon-deactivate:before {
    content: "\f111";
}

.admin .icon-activate {
    color: #777777 !important;
}

.admin .icon-activate:before {
    content: "\f111";
}

.admin .icon-delete {
    color: #dd5a43 !important;
}

.admin .icon-delete:before {
    content: "\f014";
}

.admin .icon-params {
    color: #d6487e !important;
}

.admin .icon-params:before {
    content: "\f1e6";
}

.admin .show-box {
    border: 1px solid #7cc;
    min-height: 50px;
}

.admin .widget-main ul {
    margin: 0;
    padding: 0;
}

.admin .widget-main li {
    list-style: none;
}

.admin .widget-box-folders .widget-header,
.admin .widget-box-files .widget-header {
    padding-left: 0;
}

.admin .widget-box-folders .widget-main {
    height: 400px;
    overflow: auto;
}

.admin .widget-box-files .widget-main li {
    border-bottom: 1px solid #eee;
}

.admin .widget-box-files .widget-main li:hover .checkbox {
    background: #f5f5f5;
}

.admin .widget-box-files .widget-main .checkbox {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

/* lista plików, tryb listy */
.admin .list-mode > li {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #aaaaaa;
    border-image: none;
    border-style: none none dashed;
    border-width: medium medium 1px;
    display: block;
    float: none;
}

.admin .list-mode > li > a {
    float: left;
}

.admin .list-mode > li > a > img {
    height: 25px;
    width: 25px;
}

.admin .list-mode > li > a > object {
    height: 25px;
    width: 25px;
}

.admin .list-mode > li > .tools.tools-top, .admin .list-mode > li > .tools.tools-bottom {
    display: inline-block;
    float: right;
    position: sticky;
    padding: 0 5px;
    z-index: 10;
}

.admin .list-mode > li .tags {
    bottom: 5px;
    direction: ltr;
    left: 33px;
    right: auto;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.admin .list-mode > li .tags .label-info {
    white-space: nowrap;
}

.admin .list-mode > li .tags .label-holder {
    display: inline;
}

.admin .list-mode .label.arrowed {
    min-width: 300px;
    text-align: left;
}

.admin .dropdown-menu.dropdown-closer {
    top: 92%;
    padding: 5px 0;
}

.admin .dropdown-menu {
    margin: 2px 0 0;
    max-height: 80vh;
    overflow-x: hidden;
    overflow-y: auto;
}

.admin .dropdown-navbar {
    padding: 0;
}

.admin .navbar-header {
    background: none;
}

.admin .navbar-header .dropdown-menu {
    background: #fff;
}

.admin .navbar-header .dropdown-menu a {
    color: #333;
}

.admin .navbar-header .dropdown-menu li {
    border-bottom: none;
}

.admin .dropdown-menu.dropdown-closer.dropdown-menu-right {
    left: auto;
    right: -5px;
}

.admin .br-files > ul > li {
}

.admin .br-files > ul > li.selected {
    background-color: #999999;
}

.admin .accordion-checkbox {
    position: absolute;
    right: 0;
    top: 4px;
    margin: 0;
}

.admin .accordion-checkbox input.ace.ace-checkbox-2[type="checkbox"]:checked + .lbl:before, .admin .accordion-checkbox input.ace.ace-checkbox-2[type="radio"]:checked + .lbl:before {
    background-color: #87b87f !important;
    border-color: #87b87f !important;
    color: #fff !important;
}

.admin .accordion-action-buttons {
    position: absolute;
    top: 10px;
    right: 10px;
}

.admin .accordion-action-buttons a {
    display: block;
    float: left;
}

.admin .panel-body-accord {
    padding: 15px;
}

.admin .is-custom .dd2-content {
    padding: 1px 12px 0 44px;
}

.admin .is-custom .dd2-content .form-control {
    width: 80%;
}

.admin .param-elements .ui-draggable-dragging {
    max-width: none;
    width: 100%;
}

.admin .param-elements .ui-draggable-dragging .dd2-content {
    margin: 0;
}

.admin .CodeMirror {
    height: auto;
}

/* Style do paska admina na froncie */

.admin .admin-navbar-buttons {
    color: #fff;
}

.admin .admin-navbar-buttons {
    margin-top: 7px;
    margin-bottom: 3px;
    line-height: 28px;
}

.admin .admin-navbar-buttons .btn {
    text-align: left;
    padding: 6px 12px;
}

.admin .admin-navbar-buttons .btn-group {
    margin-left: 2px;
}

.admin .admin-navbar-buttons .btn-group .dropdown-toggle {
    padding: 8px 12px 9px 12px;
    line-height: 0;
}

.admin .admin-navbar-buttons .dropdown-menu > li > a {
    display: block;
    border: none !important;
    margin-top: 0 !important;
}

.admin .admin-navbar-buttons .dropdown-menu > li > a:hover {
    margin: 0 0 1px 0;
    border: none !important;
}

.admin .admin-navbar-buttons a, .admin .admin-navbar-buttons a:hover, .admin .admin-navbar-buttons a:focus {
    border: 1px solid #fff !important;
}

.admin .admin-navbar-buttons-secondary {
    margin-right: 20px;
    float: right;
}

.admin .admin-navbar-buttons-secondary span {
    margin-right: 5px;
}

.admin #configs {
    overflow: auto;
    height: 90vh;
}

.admin #configs-offset {
    position: absolute;
    top: -50px;
}

.admin .configs-fixed {
    position: fixed !important;
    top: 50px;
    right: 8px;
    width: 29.633%;
}

.admin .tree {
    padding: 0;
}

.admin .tree:before {
    border: none;
}

.admin .form-control, .admin select {
    color: #393939;
}
.admin select.fn-chosen[required="required"]:invalid {
    display: block !important;
    opacity: 0;
    position: absolute;
    z-index: -1;
}

.admin textarea, .admin input[type="text"], .admin input[type="password"], .admin input[type="datetime"], .admin input[type="datetime-local"], .admin input[type="date"], .admin input[type="month"], .admin input[type="time"], .admin input[type="week"], .admin input[type="number"], .admin input[type="email"], .admin input[type="url"], .admin input[type="search"], .admin input[type="tel"], .admin input[type="color"] {
    color: #393939;
}

.admin .br-files .ace-thumbnails > li > .tools.tools-top {
    height: 0;
}

.admin .br-files .ace-thumbnails > li > .tools.tools-top .ace {
    right: 3px;
    width: 24px;
    height: 24px;
    margin-top: 3px;
}

.admin .br-files .ace-thumbnails:not(.list-mode) > li > .tools.tools-top .filename {
    margin-left: 120px;
}

.admin .br-files input.ace[type="checkbox"] + .lbl:before, .admin .br-files input.ace[type="radio"] + .lbl:before {
    height: 26px;
    width: 26px;
    line-height: 20px;
    top: 2px;
    border-radius: 3px;
    background: #87b87f;
    color: #fff;
    font-size: 16px;
}

.admin .dataTable .checkbox {
    padding-left: 12px;
}

.admin .user-info {
    font-size: 12px;
}

.admin .page-status-publicated,
.admin .page-status-publicated:focus,
.admin .page-status-publicated:hover {
    background-color: #69aa46 !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.admin .page-status-moderation,
.admin .page-status-moderation:focus,
.admin .page-status-moderation:hover {
    background-color: #9585bf !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.admin .page-status-review,
.admin .page-status-review:focus,
.admin .page-status-review:hover {
    background-color: #efd818 !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.admin .page-status-copy,
.admin .page-status-copy:focus,
.admin .page-status-copy:hover {
    background-color: #e59729 !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.admin .page-status-rejected,
.admin .page-status-rejected:focus,
.admin .page-status-rejected:hover {
    background: #ef2d18 !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.admin .page-status-deleted,
.admin .page-status-deleted:focus,
.admin .page-status-deleted:hover {
    background: #d15b47 !important;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.admin .switch-col {
    padding-top: 4px;
}

.admin .switch-col label {
    margin-bottom: 0;
}

.admin .toolbar-btn {
    padding: 0;
}

.admin .toolbar-btn .btn {
    line-height: 20px;
    padding: 6px 12px;
}

.admin .dropzone-thumbs .dropzone .dz-preview, .admin .dropzone-thumbs .dropzone-previews .dz-preview {
    display: none;
}

.admin .dropzone-thumbs .dz-default.dz-message {
    opacity: 1;
}

.admin .dropzone .dz-default.dz-message {
    background-image: none;
    left: 0;
    margin-left: auto;
    text-align: center;
    width: 100%;
}

.admin .dropzone .dz-default.dz-message span {
    display: inline;
}

.blink {
    -webkit-animation: blink .75s linear infinite;
    -moz-animation: blink .75s linear infinite;
    -ms-animation: blink .75s linear infinite;
    -o-animation: blink .75s linear infinite;
    animation: blink .75s linear infinite;
}

@-webkit-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-ms-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@-o-keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

@keyframes blink {
    0% {
        opacity: 1;
    }
    50% {
        opacity: 1;
    }
    50.01% {
        opacity: 0;
    }
    100% {
        opacity: 0;
    }
}

/* @end */

.admin #modal-wraper-edit-live .profile-user-info {
    width: 100%;
}

.admin #modal-wraper-edit-live .profile-user-info .profile-info-name {
    width: 170px;
}

.admin #modal-wraper-edit-live .profile-user-info .profile-info-value input {
    width: 100%;
}

.admin .form-group.project-url {
    margin-bottom: 0;
}

.admin .project-url-wraper .form-control {
    padding-right: 36px;
}

.admin .project-url-wraper .btn {
    position: absolute;
    top: 4px;
    right: 16px;
}

.admin .relative {
    position: relative;
}

.admin input.ace[type="checkbox"] + .lbl, .admin input.ace[type="radio"] + .lbl {
    white-space: break-spaces;
}

.admin #surfer-news-group-form input.ace[type="checkbox"] + .lbl,
.admin #surfer-news-group-form input.ace[type="radio"] + .lbl {
    white-space: normal;
}

.admin span.input-icon-profile {
    display: block;
}

.admin .layout-title p {
    margin-bottom: 0;
    font-size: 16px;
    padding: 6px 12px;
}

.admin .sidebar .sidebar-shortcuts-large > .btn {
    width: 48%;
    border-width: 6px;
}

/* Wygląd tabeli w http://wp.smartsite.bit-sa.pl/admin/system-log/index */

.admin .table.table-striped.table-bordered.table-hover td {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: normal;
    max-width: 150px;
}

.admin .table.table-striped.table-bordered.table-hover tr td:last-child {
    overflow: visible;
}

.admin .form-field-required .control-label label:after {
    content: "*";
    color: #ff0000;
}

.admin .navbar-brand {
    margin-right: 10px;
}

.admin .popover {
    max-width: none;
    width: 400px;
}

.admin .tags {
    width: 100%;
}

.admin .tags input[type="text"], .admin .tags input[type="text"]:focus {
    line-height: 20px;
}

.admin .form-text {
    line-height: 28px;
}

.admin .dictionary input {
    width: 90%;
}

.admin .section-label {
    max-width: 100%;
    text-align: left;
    white-space: normal;
    height: auto;
}

.modal .btn-primary:hover,
.modal .btn-primary:active {
    border-color: #1b6aaa;
}

#section-sort-list .dd-list {
    max-height: 60vh;
    overflow: auto;
}

.admin .navbar button, .admin .navbar .btn {
    font-size: 12px;
}

.admin .tooltip-on .panel-heading {
    overflow: visible;
}

.btn-disabled {
    background-color: #d6487e !important;
    border-color: #d6487e;
    opacity: 0.65;
    cursor: no-drop !important;
}

/* loading box */
.loading-box {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 9998;
}

.loading-box .spinner {
    display: block;
    position: relative;
    z-index: 9999;
    width: 128px;
    height: 128px;
    text-indent: -9999px;
    background: url('images/preloader.gif') no-repeat;
}

body.topToolbar {
    padding-top: 45px;
}

.widget-box.drag-group {
    margin: 10px 0;
}

.widget-body.panel-group {
    margin-bottom: 0;
}

/* wyrównanie pola na nazwę grupy w formularzu ankiety */
#survey-form .widget-header > label {
    margin-top: 4px;
    margin-bottom: 0;
}

/* zmniejszenie odstępów pomniędzy kolumnami */
ul.ColVis_collection label {
    padding: 0;
}

ul.ColVis_collection {
    padding: 4px 4px 0 4px;
    background-color: rgba(255, 255, 255, 1);
    max-height: 500px;
    overflow-y: auto !important;
}

/* nadpisanie wyglądu tabeli z bootstrap, żeby grib był widoczniejszy */
.admin .table-hover > tbody > tr:hover, .admin .table > tbody > tr.active > td, .admin .table > tbody > tr.active > th, .admin .table > tbody > tr > td.active, .admin .table > tbody > tr > th.active, .admin .table > tfoot > tr.active > td, .admin .table > tfoot > tr.active > th, .admin .table > tfoot > tr > td.active, .admin .table > tfoot > tr > th.active, .admin .table > thead > tr.active > td, .admin .table > thead > tr.active > th, .table > thead > tr > td.active, .admin .table > thead > tr > th.active {
    background-color: #d9edf7;
    outline: 1px solid #438eb9;
}

/* ustalenie wysokości modala do zarządzania sekcjami */
.tab-pane-body {
    max-height: 50vh;
    overflow: auto;
}

#mcityGrid .label-primary {
    background-color: orange !important;
}

.admin .profile-info-name {
    width: 160px;
}

/* komentarze Lupe mają ogranoczoną wysokość + pasek przewijania */
.comment-text {
    overflow: auto;
}

/* checbox-rtl */
.form-horizontal .form-checkbox-rtl .control-label {
    text-align: unset;
}

.modal-header:hover {
    cursor: move;
}

.ace-thumbnails > li.public {
    border-color: #b74635;
}

.widget-box > .widget-footer {
    border-top: 1px solid #ccc;
    padding: 6px 12px;
}

.widget-box.widget-color-blue > .widget-footer {
    border-top-color: #307ecc;
}

.widget-box.fullscreen > .widget-body {
    height: 92vh;
}

.widget-main {
    word-wrap: break-word;
}

.text-ellipsed {
    text-overflow: ellipsis;
    overflow: hidden;
}

#open-map-generator {
    display: none;
}

.view-image-map{
    width: 600px;
    margin: 0 auto 10px auto;
}

#close-map-resource{
    display: none;
}

#image-map-resource {
    display: none;
}

.blockUI.blockMsg {
    padding: 15px !important;
    color: rgb(255, 255, 255) !important;
    border: medium none !important;
    background-color: rgba(0, 0, 0, 0.5) !important;
    border-radius: 10px !important;
}

#colorbox #cboxNext {
    left: auto;
    right: 5px;
}

.admin #generator .interspace {
    margin-bottom: 45px;
}

.admin #generator .interspace-col {
    margin-bottom: 10px;
}

.ui-state-disabled.ui-menu-item {
    color: #000;
    opacity: 0.50;
}

.tooltip-inner {
    max-width: none;
    z-index: 999;
}

#parent-calendar-container {
    position: sticky;
    top: 50px;
}

.admin #reservation-management .timer {
    background-color: red;
    padding: 5px;
    font-weight: bold;
    color: white;
}

.admin .multi-checkbox label {
    margin-right: 15px;
}

.admin .multi-checkbox label input {
    height: 15px;
}

.admin .fc-list-table tr .fc-list-event-time {
    color: #444444;
}

.admin .fc-list-table tr .fc-list-event-title a {
    color: #444444;
}