* {
    margin: 0;
    padding: 0;
}

html {
    background-color: #293b43;
}

body {
    font-family: "Lucida Grande", Arial, Helvetica, Verdana, sans-serif;
    font-size: 12px;
    color: #4b5065;
    text-align: center;
    background: #fff url(../img/main-bg.png) repeat-x left top;
}

a {
    outline: 0;
    text-decoration: none;
}

a.external {
    background: url(../img/ico-external-link.png) no-repeat right top;
    color: grey !important;
    padding-right: 15px;
}

a:link {
    color: green;
}

a:visited {
    color: green;
}

a:active {
    color: green;
}

a:hover {
    color: #507484;
    text-decoration: underline;
}

h1 {
    font-size: 2.0em;
}

h2 {
    font-size: 1.7em;
}

h3 {
    font-size: 1.4em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.0em;
}

h6 {
    font-size: 0.8em;
}

h2,h3,h4,h5,h6 {
    margin: 1.2em 0;
    text-align: left;
}

p {
    font-size: 1em;
    line-height: 1.4em;
    margin: 0 0 1.2em 0;
}

fieldset.new-form {
    border: none;
}

pre,code {
    font-family: monospace;
    font-size: 1.1em;
}

ol,ul,li,dl,dt,dd,pre,code,blockquote,td,th {
    text-align: left;
}

abbr,acronym {
    cursor: help;
    border: 0;
    background-color: #FFF9C5;
    padding: 1px;
}

strong {
    font-weight: bold;
}

img {
    border: 0;
}

form input,form select {
    vertical-align: middle;
}

form input {
    height: 16px;
}

form select {
    height: 22px;
}

form input.upload {
    height: 22px;
}

hr {
    clear: both;
    height: 1px;
    color: #ccc;
    background-color: #ccc;
    border: 1px solid #ccc;
    padding: 0;
    margin: 0;
}

#container {
    width: 1000px;
    text-align: left;
    position: relative;
    margin: 0 auto 20px auto;
    padding-left: 0 !important;
}

.content_bottom {
    float: left;
    width: 1000px;
    height: 7px;
    background: transparent url(../img/content-bottom-wide.png) no-repeat left top;
}

#loginContainer {
    text-align: left;
    position: relative;
    border-top: 40px solid rgb(211, 225, 233);
    border-bottom: 40px solid rgb(211, 225, 233);
    background-color: white;
    text-align: left;
    padding-left: 200px;
    font-weight: bold;
}

#loginContainer .new-form label {
    display: block;
    float: left;
    width: 120px;
    font-size: 12px;
}

#loginContainer .new-form div {
    margin-top: 10px;
}

div#wrapper {
    margin: 29px auto 120px auto;
    text-align: left;
}

#header {
    height: 98px;
    width: 980px;
}

#header h1 {
    padding-top: 24px;
}

#header a {
    background-image: url(../img/polityka_logo.png);
    background-position: 5px 0;
    background-repeat: no-repeat;
    display: block;
    height: 44px;
    width: 160px;
}

#header.portal-type-POLITYKA a {
    background-image: url(../img/polityka_logo.png);
}

#header.portal-type-INSIGHT a {
    background-image: url(../img/pi-logo.png);
}

#header.portal-type-DWUTYGODNIK_FORUM a {
    background-image: url(../img/forum-logo.png);
}

#header.portal-type-FISZKI a {
    background-image: url(../img/fiszki-logo.png);
}

#header.portal-type-WIEDZA_I_ZYCIE a {
    background-image: url(../img/pulsar_logo.svg);
    background-size:cover;
}

#header select {
    margin: 3px 100px 0 0;
    float: right;
}

#content {
    width: 940px;
    padding: 50px 80px 10px 30px;
    background: transparent url(../img/content-wide-bg.png) repeat-y left top;
}

/* footer */
#footer {
    clear: both;
    margin: auto;
    width: 980px;
    padding-top: 10px;
}

#footer ul,#user_menu ul {
    width: 960px;
    display: block;
    margin: 0;
}

#footer ul li {
    list-style-type: none;
    display: block;
    float: left;
    color: white;
    font-size: 10px;
}

#bottom {
    height: 31px;
    background: #293b43 url(../img/bottom-bg.png) repeat-x left top;
}

/*<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< top menu*/
#user_menu {
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 10px;
}

#user_menu ul li {
    list-style-type: none;
    display: block;
    float: left;
    color: white;
    font-size: 10px;
}

#user_menu ul li a,#footer ul li a {
    color: #f7f7f7;
}

#user_menu a:hover,#footer a:hover {
    text-decoration: underline;
}

/*navigacja >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
/*top menu >>>>>>>>>>>>>>>>>>>>>>>>>>>>>> */
#top-nav  {
    line-height: 25px;
    height: 24px;
    width: 1040px;
}

div.shortcuts {
    line-height: 25px;
    height: 34px;
    width: 980px;
}

table.shortcuts tr th a:hover {
    background:transparent url(../img/tab.png) no-repeat scroll -2px -2px;
}

table.shortcuts tr th a {
    color:#507484;
    white-space: nowrap;
}

#top-nav ul li, div.shortcuts ul li {
    list-style-type: none;
    float: left;
    margin-right: 10px;
    height: 24px;
}

#top-nav ul li ul {
    visibility: hidden;
    position: absolute;
    z-index: 1000;
    width: 1000px;
    border: 1px solid black;
    left: 0px;
    background: #f7f7f7;
}

#top-nav ul li ul li {
    display: inline-block;
    float: none;
    height: auto;
    margin: 0;
}

#top-nav ul li ul li a {
    width: auto;
    display:block;
    background: #f7f7f7;
}

#top-nav ul li ul li a:hover {
    background: transparent url(../img/tab.png) no-repeat scroll -2px -2px;
}

#top-nav ul li a {
    color: #393939;
    padding: 4px 6px;
}

#top-nav ul li ul a {
    color: #4B5065;
    padding: 4px 6px;
}

#top-nav ul li a:hover {
    background: transparent url(../img/tab.png) no-repeat scroll -2px -2px;
}

#top-nav ul li ul a:hover {
    background: none;
}

#top-nav ul li.current a {
    color: #fff;
    background: #415b66 url(../img/top-nav-current.png) repeat-x left bottom;
}

#top-nav ul li span:hover {
    background: transparent url(../img/tab.png) no-repeat scroll -2px -2px;
}

#top-nav ul li span {
    padding:4px 6px;
}

#top-nav ul li.current span {
    color: #fff;
    background: #415b66 url(../img/top-nav-current.png) repeat-x left bottom;
}

#top-nav ul li.current ul a {
    color: #4B5065;
}

#top-nav ul li.current ul li a {
    width: auto;
    display:block;
    background: #f7f7f7;
}

#top-nav ul li.current ul li a:hover {
    background: transparent url(../img/tab.png) no-repeat scroll -2px -2px;
}

h2.main {
    margin: -60px 0 0 -30px;
    width: 1000px;
    height: 50px;
    position: absolute;
    font-weight: normal;
    background: url(../img/h2-main-bg-long.png) no-repeat left top;
    height: 50px;
}

h2.main span {
    display: block;
    margin: 10px 20px 20px 20px;
    height: 30px;
    background: transparent url(../img/ico-doc.png) no-repeat left top;
    padding: 8px 30px 0 35px;
}

h2.main span.workflow {
    background: transparent url(../img/ico-workflow.png) no-repeat left top;
    padding-left: 40px;
}

h2.main span.definition {
    background: transparent url(../img/ico-definition-big.png) no-repeat left top
}

h2.main span b {
    display: block;
    float: right;
    font-size: 12px;
    margin-right: 10px;
}

h2.main span a {
    vertical-align: bottom;
}

/* basics <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<< */
input.submit,button.submit {
    width: auto;
    overflow: visible;
    margin: 0;
    padding: 0px 5px 0px 5px;
    border: 1px solid #7C7C7C;
    background: transparent url(../img/tab.png) no-repeat scroll -2px -2px;
    height: 20px;
}

form div {
    list-style-type: none;
    text-align: left;
    margin: 0pt;
    padding: 4px 0 2px 0;
    width: 99%;
    clear: both;
}

form div:after,.buttons:after {
    clear: both;
    content: ".";
    display: block;
    height: 0pt;
    visibility: hidden;
}

form div span {
    margin: 0pt 4px 0pt 0pt;
    padding: 0pt 0pt 2px;
    float: left;
}

form div ul li a span {
    float: none;
}

.buttons {
    text-align: right;
}

fieldset.form-inline {
    display: inline;
    border: 0px none #FFFFFF;
    vertical-align: top;
}

fieldset.search {
    padding: 10px;
    border: 1px solid #FFFFFF;
    vertical-align: top;
    background-color: #E6EEF6;
}

fieldset.group {
    padding: 10px;
    border: 1px solid #FFFFFF;
    vertical-align: top;
    width: 500px;
    background-color: #E6EEF6;
}

fieldset.fileInput {
    padding: 10px;
    border: 1px solid #FFFFFF;
    vertical-align: top;
    width: 300px;
    background-color: #E6EEF6;
}

fieldset.fullWidth {
    padding: 10px;
    border: 1px solid #FFFFFF;
    vertical-align: top;
    width: 100%;
    background-color: #E6EEF6;
}

input.fullWidth {
    width: 100%;
}

img.preview-border {
    border: 1px solid grey;
    padding: 2px;
}

form h5 {
    margin: 5px 0 5px 0;
    padding: 0;
}

select {
    padding: 0px;
}

textarea {
    font-size: 12px;
}

label {
    border: medium none;
    display: block;
    font-size: 10px;
}

label.required {
    background: transparent url(../img/required.gif) no-repeat scroll 0 50%;
    font-weight: bold;
    padding-left: 12px;
}

input.calendar {
    background: transparent url(../img/calendar.gif) no-repeat;
    padding: 0px;
    margin: 0px;
    width: 20px;
    height: 20px;
    border: 2px outset;
    cursor: pointer;
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear {
    clear: both;
}

a.black {
    color: #000;
    text-decoration: underline;
    background-color: transparent;
    border: 0;
}

a.black:hover {
    background-color: #000;
    color: white;
}

a.red {
    color: red;
    text-decoration: underline;
}

a.red:hover {
    background-color: red;
    color: white;
}

a.green {
    color: green;
    text-decoration: underline;
}

a.green:hover {
    background-color: green;
    color: white;
}

.small {
    font-size: 10px;
}

/* Arrows */
.arrows {
    float: left;
    width: 24px;
    height: 16px;
    overflow: hidden;
    text-align: left;
    margin: 4px 4px 0 4px;
}

a.arrow_up,a.arrow_down,a.arrow_left,a.arrow_right {
    height: 10px;
    width: 10px;
    text-indent: -9999px;
    overflow: hidden;
}

a.arrow_up {
    float: left;
    background: transparent url(../img/arrow-page-top.png) no-repeat;
}

a.arrow_down {
    float: right;
    background: transparent url(../img/arrow-page-bottom.png) no-repeat;
}

a.arrow_up:hover {
    background: transparent url(../img/arrow-page-top-hv.png) no-repeat;
}

a.arrow_down:hover {
    background: transparent url(../img/arrow-page-bottom-hv.png) no-repeat;
}

a.arrow_left {
    float: left;
    background: transparent url(../img/arrow-page-left.png) no-repeat;
}

a.arrow_right {
    float: right;
    background: transparent url(../img/arrow-page-right.png) no-repeat;
}

a.arrow_left:hover {
    background: transparent url(../img/arrow-page-left-hv.png) no-repeat;
}

a.arrow_right:hover {
    background: transparent url(../img/arrow-page-right-hv.png) no-repeat;
}

#positionsContainer a.arrow_up, #positionsContainer a.arrow_down {
    float: left;
    width: 50%;
    height: 22px;
    cursor: pointer;
}

#positionsContainer a.arrow_up {
    background: url(../img/arrow-page-top.png) no-repeat scroll center center transparent;
}

#positionsContainer a.arrow_down {
    background: url(../img/arrow-page-bottom.png) no-repeat scroll center center transparent;
}

#positionsContainer span.arrow_spacer {
    margin-left: 45px;
}

#positionsContainer .positionUrlContainer {
    display:block;
    width: 206px;
    padding-top: 3px;
}

#positionsContainer .positionUrlContainer input {
    width: 523px;
}

/*<<<<<<<<<<<<<<<<<<< table */
#content .table-outline {
    background: #E6EEF6;
    padding: 5px;
}

#content table.fields td {
    padding-left: 8px;
}

#content table.data, .select-multimedia-container table.data {
    margin: 5px auto 5px auto;
    border-collapse: collapse;
    empty-cells: show;
    width: 99%;
    font-size: 11px;
}

#content table.data td,#content table.data th {
    padding: 3px 5px 3px 5px;
    vertical-align: middle;
}

#content table.data th {
    background-color: #E6EEF6;
    font-weight: bold;
    font-size: 12px;
}

body #content table.data tr:hover {
    background-color: #f1f1f1;
}

body #content table.data tr.unavailable {
    color: gray;
}

#content ul li {
    margin: 10px 0 0 3px;
}

#content select {
    background-color: #f7f7f7;
}

/* Tabs */
.ui-tabs .ui-tabs-hide {
    display: none;
}

ul.tabs-nav {
    list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
    margin: 0;
    padding: 0 0 0 4px;
}

ul.tabs-nav:after {
    clear: both;
    content: " ";
    display: block;
}

ul.tabs-nav li {
    float: left;
    margin: 0 0 0 1px;
    min-width: 84px;
}

ul.tabs-nav a,ul.tabs-nav a span {
    background: transparent url(../img/tab.png) no-repeat scroll 0 0;
    display: block;
    padding: 0 10px;
}

ul.tabs-nav a {
    color: #27537A;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.2;
    padding-left: 0;
    position: relative;
    text-align: center;
    text-decoration: none;
    top: 1px;
    white-space: nowrap;
    z-index: 2;
}

ul.tabs-nav .tabs-selected a {
    color: #000000;
}

ul.tabs-nav .ui-tabs-selected a,ul.tabs-nav a:hover,ul.tabs-nav a:focus,ul.tabs-nav a:active
{
    background-position: 100% -150px;
    outline-color: -moz-use-text-color;
    outline-style: none;
    outline-width: 0;
}

ul.tabs-nav a,ul.tabs-nav .ui-state-disabled a:hover,ul.tabs-nav .ui-state-disabled a:focus,ul.tabs-nav .ui-state-disabled a:active
{
    background-position: 100% -100px;
}

ul.tabs-nav a span {
    height: 18px;
    min-height: 18px;
    min-width: 64px;
    padding-right: 0;
    padding-top: 6px;
    width: 64px;
}

*>ul.tabs-nav a span {
    height: auto;
    width: auto;
}

ul.tabs-nav .ui-tabs-selected a span {
    padding-top: 7px;
}

ul.tabs-nav .ui-tabs-selected a span,ul.tabs-nav a:hover span,ul.tabs-nav a:focus span,ul.tabs-nav a:active span
{
    background-position: 0 -50px;
}

ul.tabs-nav a span,ul.tabs-nav .ui-state-disabled a:hover span,ul.tabs-nav .ui-state-disabled a:focus span,ul.tabs-nav .ui-state-disabled a:active span
{
    background-position: 0 0;
}

ul.tabs-nav .ui-tabs-selected a:link,ul.tabs-nav .ui-tabs-selected a:visited,ul.tabs-nav .ui-state-disabled a:link,ul.tabs-nav .ui-state-disabled a:visited
{
    cursor: text;
}

ul.tabs-nav a:hover,ul.tabs-nav a:focus,ul.tabs-nav a:active {
    cursor: pointer;
}

ul.tabs-nav .ui-state-disabled a span{
    display: none;
}

.ui-tabs-panel {
    background: #FFFFFF none repeat scroll 0 0;
    border-top: 1px solid #97A5B0;
    padding: 1em 8px;
}

.ui-helper-reset {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    line-height: 1.3;
    text-decoration: none;
    font-size: 100%;
    list-style: none;
}

.ui-helper-clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.ui-helper-clearfix {
    display: inline-block;
}

/* required comment for clearfix to work in Opera \*/
* html .ui-helper-clearfix {
    height: 1%;
}

.ui-helper-clearfix {
    display: block;
}

/* end Tabs */
.even {
    background-color: #f4fbff;
}

.odd {
}

span.errors {
    color: red;
}

span.info {
    color: green;
}

span.mceEditor {
    float: none;
    margin: 0;
}

/* popup dialog */
div.ui-dialog {
    padding: 4px;
    border: solid 1px #507484;
    background-color: white;
}

div.popup-dialog {
    width: 580px;
    padding: 10px 20px 20px;
    margin: 0;
    text-align: left;
}

div.ui-dialog-titlebar {
    background: #507484;;
    color: white;
    height: 24px;
    cursor: move;
    padding-top: 6px;
}

.ui-dialog-titlebar-close {
    position: absolute;
    right: 10px;
    background: transparent url(../img/cancel.png);
    width: 16px;
    height: 16px;
    top: 10px;
    overflow: hidden;
}

.ui-dialog-titlebar-close span {
    padding: 40px;
}

.ui-widget-overlay {
    height:100%;
    left:0;
    position:absolute;
    top:0;
    width:100%;
    background:#666666 scroll;
    opacity:0.5;
    filter:alpha(opacity=50);
}

.dialog-buttons {
    text-align: center;
    padding: 20px 0;
}
/* end dialog */

/* codes tree */
div.codesTree ul {
    list-style-type: none;
}

div.codesTree li {
    padding-left: 12px;
}

div.codesTree label {
    display: inline;
    font-size: 12px;
}

.wide {
    width: 100%;
}

span.articleId {
    margin-left: 225px;
}

.stats .odd {
    background-color: white;
}

/* end codes tree*/

.licenceWarning {
    border: 3px solid red;
}

.article-clone-warning {
    color: green;
}

.articlesSearchForm {
    margin-top: 20px;
}

.dragHandle {
    cursor: move;
}

#content .list-with-indent ul li {
    margin-left: 20px;
}

.disabled-input {
    background-color: #ebebe4;
}

.code-content {
    font-family: monospace;
    font-weight: bold;
}

.language-dependent-data {
    padding: 15px 30px 15px 30px;
    margin-top: 30px;
    margin-bottom: 30px;
    float: left;
}

.language-dependent-data div, .language-dependent-data select {
    float: left;
}

.tab-published-true a span {
    color: blue;
}

.tab-published-false a span {
    color: gray;
}

.tab-autogenerated-true a span {
    color: #008b00;
}

table.timeline-event-start-date {
    border-collapse: collapse;
}

.timeline-event-start-date tr td:not(:first-of-type) {
    padding-left: 10px;
}

#graphCmsPreview {
    height: 600px;
}

.graph-preview-controls {
    margin-top: 20px;
    margin-bottom: 20px;
}

form select.mail-event-type {
    height: 230px;
}

form select.segments {
    height: 150px;
}

form .user-industries select {
    height: auto;
}

#discountCategories .discount-name-container {
    margin-top: 10px;
}

#discountCategories fieldset.discount-category-duration legend {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

#discountCategories fieldset.discount-category-duration {
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    margin-top: 10px;
    margin-bottom: 10px;
    float: left;
    width: 230px;
}

#discountCategories fieldset.discount-category-duration div {
    margin-left: 5px;
    width: auto;
    clear: none;
}

#discountCategories fieldset.discount-category-duration .discount-duration-days-container {
    float: left;
}

#discountCategories fieldset.discount-category-duration .discount-duration-hours-container {
    float: right;
}

#discountCategories select[multiple] {
    height: auto;
    padding: 3px;
}

#prepaidPaymentOptionsTable .prepaid-payment-option-used {
    font-weight: bold;
}

.discount-table td:nth-of-type(1) {
    width: 15%;
    text-align: right;
    font-weight: bold;
}

.discount-table td:nth-of-type(2) {
    width: 85%;
}

.new-discount {
    float: left;
    padding: 15px;
    margin-bottom: 30px;
}

.new-discount legend {
    font-weight: bold;
    padding-left: 5px;
    padding-right: 5px;
}

.new-discount input[type="submit"] {
    margin-left: 10px;
}

.imported-field {
    background-color: #eeeeee;
}

.select-multimedia-container {
    padding: 10px 20px;
}

.select-multimedia-container table.data td,.select-multimedia-container table.data th {
    padding: 3px 5px 3px 5px;
    vertical-align: middle;
}

.select-multimedia-container table.data th {
    background-color: #E6EEF6;
    font-weight: bold;
    font-size: 12px;
}

.select-multimedia-container table.data tr:hover {
    background-color: #f1f1f1;
}

.select-multimedia-container table.data tr.unavailable {
    color: gray;
}

#select-multimedium-popup {
    max-height: 700px;
    overflow-y: scroll;
}

#articleProposedEventsBaubles h5 {
    margin-top: 25px;
    margin-bottom: 5px;
}

.grant-free-access-fields > div {
    width: auto;
    clear: none;
    float: left;
}

/*Szerokosc pol do wypelnienia <<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/

.max-width input, .max-width textarea, .max-width {
    width: 100%;
}

.many-checkbox span span {
    margin-right: 20px;
}

/* Strony tematyczne? ------------------------------------------------------ */

#themeSiteNames li, #sectionNames li {
    list-style-type: none;
}

input.noBorderInput {
    border: 0;
}

.themeSitesContainer h4, .sectionsContainer h4 {
    margin-top: 20px;
    margin-left: 0px;
    margin-bottom: 0px;
}

#content ul#sectionNames li {
    margin: 10px 0 0 0px;
}

span.label.label-section {
    border-radius: 5px;
    font-size: 11px;
    padding: 3px;
    font-weight: bold;
    background: #8A8A8A;
    color: #fff;
}

#campaign_filters label{
    font-size: 12px;
}

#tab-container .ui-state-disabled {
    display: none;
}

.slide-selector div:after {
    content: none;
}

.article-slide-preview, .article-slide-preview-placeholder {
    float: left;
    clear: none;
    height: 180px;
    width: 108px;
    margin: 0px;
    border-width: 5px;
    border-color: #eaeaea;
    border-style: solid;
    text-align: center;
    position: relative;
    padding: 0;
}

.article-slide-preview.current {
    border-color: gray;
}

.article-slide-preview:hover {
    border-color: blue;
}

.article-slide-preview-placeholder {
    border-color: #ccccff;
    border-style: dashed;
}

.article-slide-preview-outer {
    display: inline-block;
    width: 100%;
    height: 100%;
    padding: 0;
    text-align: center;
    position: relative;
}

.article-slide-preview-inner {
    font-family: Arial, sans-serif;

    /*
    font-size: 30px;
    text-align: center;
    */

    font-size: 10px;
    text-align: justify;

    display: inline-block;
    vertical-align: middle;
    text-align:center;
    padding: 2px;

    color: black;
    max-width: 104px;
    overflow: hidden;

    max-height: 176px;

    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-50%,-50%);
}

.article-slide-preview:hover .article-slide-preview-inner {
    color: #a9a9a9;
}

.slide-selector {
    max-width: 826px;
    float: left;
    border: 1px solid #a9a9a9;
    width: auto;
    padding: 0;
    margin-bottom: 7px;
}

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

.article-slide-add, .article-slide-delete {
    position: absolute;
    right: 2px;
    height: 18px;
    width: 18px;
    padding: 0px;
    display: none;
    z-index: 2;
}

.article-slide-preview:hover .article-slide-add,
.article-slide-preview:hover .article-slide-delete {
    display: block;
}

.article-slide-preview:hover .article-slide-add path,
.article-slide-preview:hover .article-slide-delete path {
    display: block;
    fill: black;
}

.article-slide-add svg, .article-slide-delete svg {
    height: 18px;
    width: 18px;
}

.article-slide-add path, .article-slide-delete path {
    fill: gray;
}

.article-slide-preview .article-slide-add:hover path, .article-slide-preview .article-slide-delete:hover path {
    fill: blue;
}

.article-slide-add {
    top: 2px;
}

.article-slide-delete {
    top: 23px;
}

.hidden-slides-delete {
    visibility: hidden;
}

.empty-slide {
    color: blue;
    font-size: 12px;
    font-weight: bold;
    float: none;
    display: inline-block;
    text-align: center;
}

.article-slide-preview-additional-border {
    position: absolute;
    width: 118px;
    height: 100%;

    border-top: 5px #ffb366 solid;
    border-bottom: 5px #ffb366 solid;

    left: -5px;
    top: -5px;
    z-index: 1;
    padding: 0px;
}

.article-slide-preview-inner img {
    height: 100px;
    width: 100px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    margin-top: 5px;
    margin-bottom: 5px;
    pointer-events: none;
}

.article-slide-preview:hover .article-slide-preview-inner img {
    opacity: 0.2;
}

.destination-platform {
    color: white;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 2px;
    font-weight: bold;
    font-family: Arial, sans-serif;
    font-size: 10px;
    float: none;
    margin: 0px;
}

.destination-platform.published {
    background-color: #6dbf86;
}

.destination-platform.toBePublished {
    background-color: #efa526;
}

.destination-platform.unpublished {
    background-color: #c6c6c6;
}

.destination-platforms {
    white-space: nowrap;
}

.destination-platforms-toggle {
    cursor: pointer;
}

.destination-platforms-toggle span {
    float: none;
}

.edit-list-arrows .arrow_up, .edit-list-arrows .arrow_down {
    float: left;
}

#destinationPlatformCheckboxes {
    float: left;
    width: auto;
    clear: none;
}

.articleTypeCheckboxes {
    float: right;
    width: auto;
    clear: none;
}

.prepaidPaymentOptionExternalPromoCodeMail {
    width: 75px;
}

.user-payments-data {
    vertical-align: top;
}

.user-payments-data fieldset {
    padding: 10px;
    float: right;
}

.user-payments-data fieldset legend {
    padding-left: 5px;
    padding-right: 5px;
}

.user-payments-data table tr td:first-of-type, .user-payments-data table tr th:first-of-type  {
    padding-right: 10px;
}

.paymentEventTooltipContent {
    text-align: left;
}

.removeUserProductPaidAccessDate {
    padding: 3px;
    margin: 2px;
    display: inline-block;
    color: green;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
}

.removeUserProductPaidAccessDate:hover {
    color:white;
    background-color: green;
}

.removeUserProductAccessFromDate {
    padding: 3px;
    margin: 2px;
    display: inline-block;
    color: green;
    vertical-align: middle;
    cursor: pointer;
    font-weight: bold;
}

.removeUserProductAccessFromDate:hover {
    color:white;
    background-color: green;
}

input.change-slide {
    height: 150px;
    background: buttonface;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
}


.buttonAsLink {
    background-color: transparent;
    text-decoration: none;
    border: none;
    color: blue;
    cursor: pointer;
    height: 13px;
    font-size: 11px;
}

.buttonAsLink:focus {
    outline: none;
}

.redLink {
    color: red;
}

.greenLink {
    color: green;
}

.rodoSlash {
    float: left;
    margin-left: 2px;
    margin-right: 2px;
}

.account-status-info {
    padding: .2em .6em .3em;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .25em;
}

.account-status-info-users {
    font-size: 75%;
}

.account-status-TEMPORARY {
    background-color: #c9cbc4;
}

.account-status-NEVER_ACTIVATED {
    background-color: #767773;
}

.account-status-ACTIVE {
    background-color: #5cb85c;
}

.account-status-DEACTIVATED {
    background-color: #e29931;
}

.account-status-RESTRICTED_AND_DEACTIVATED {
    background-color: #87212a;
}

.account-status-DELETED {
    background-color: #e80417;
}

.modern-css-button {
    display: inline-block;
    margin-bottom: 0;
    font-weight: 400;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 2px 8px;
    font-size: 11px;
    line-height: 1.428571429;
    border-radius: 4px;
    background-color: #ededed;
    border-color: #ccc;
    height: 19px;
}

.bigger-checkbox-12 {
    zoom: 1.2;
}

.readers-label {
    font-size: 14px;
}

.readers-label-medium {
    font-size: 13px;
}

/* Edytor Ace ---------------------------------------------- */

.fullAceEditor {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 500px;
	width: 100%;
}

.smallAceEditor {
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	height: 200px;
	width: 100%;
}

form div.fullAceEditor span {
    margin: inherit;
    padding: inherit;
    float: inherit;
}

form div.smallAceEditor span {
	margin: inherit;
	padding: inherit;
	float: inherit;
}

/* Style dla rolki mailowej ----------------------------------- */

#content .accordion-mail-configuration tr.mail-row td {
    padding: 10px;
}

.accordion-mail-configuration tr.mail-row fieldset {
    padding: 0px;
    border: none;
    vertical-align: top;
}

.accordion-mail-configuration tr.collapsed-row {
    cursor: pointer;
    font-size: 12px;
}

.accordion-mail-configuration tr.mail-row {
    background-color: #E6EEF6 !important;
}

.accordion-mail-configuration div.mail-actions {
    width: 15%;
    float: right;
    clear: none !important;
}

.additional-actions {
    width: 15%;
    float: right;
    clear: none !important;
}

.accordion-mail-configuration strong.text-17 {
    font-size: 17px;
}

.accordion-mail-configuration div.width-45 {
    float: left;
    width: 45% !important;
    clear: none !important;
}

.accordion-mail-configuration div.width-65 {
    float: left;
    width: 65% !important;
    clear: none !important;
}

.accordion-mail-configuration div.width-25 {
    float: left;
    width: 25%;
    clear: none !important;
}

.accordion-mail-configuration div.width-20 {
    float: left;
    width: 20%;
    clear: none !important;
}

.accordion-mail-configuration div.width-100 {
    float: left;
    width: 100%;
    clear: none !important;
}

.accordion-mail-configuration span.width-95 {
    float: left;
    width: 95% !important;
}

.accordion-mail-configuration tr:nth-child(4n+3) {
    background-color: #f4fbff;
}

.accordion-mail-configuration  div.event-column {
    width: 300px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    font-size: 12px;
}

.accordion-mail-configuration  div.receivers-column {
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.accordion-mail-configuration  div.template-column {
    width: 244px;
    overflow:hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
}

.accordion-mail-configuration  div.arrow-column {
    align-content: center;
    text-align: center;
    vertical-align: middle;
}

.accordion-mail-configuration table {
    width: 100% !important;
    border-collapse:collapse;
}

.accordion-mail-configuration label.required {
    background: transparent url(../img/required.gif) no-repeat scroll 0 50%;
    font-weight: bold;
    padding-left: 12px;
}

.accordion-mail-configuration .dark-mail-configuration-header td {
    background-color: #c8d9ea !important;
}


/**
 * Nowy CSS dla Edycji Artykułu FISZKI - begin
 */


.new-style-article form > span {
    padding: 10px;
    border: 1px solid #008b00;
    border-radius: 5px;
    background: #008b00;
}
.new-style-article input[type=submit] {
    background: #008b00;
    border: none;
    color: #fff;
    border-radius: 5px;
}
.btn input {
    background: transparent;
    border: none;
    color: white;
}
.new-style-article select,
.new-style-article input {
    background-color: #f7f7f7;
    border: none;
    padding: 5px 8px;
    border-bottom: 1px solid #909090;
    height: 33px;
    font-size: 14px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    outline: none;
}
.new-style-article textarea {
    font-family: Arial;
    font-size: 14px;
    padding: 5px 8px;
    border-radius: 5px;
    outline: none;
    line-height: 20px;
}
.new-style-article .row {
    display: flex;
}
.new-style-article input[type=submit] {
    cursor: pointer;
}
.new-style-article .row > span {
    margin-right: 10px;
}

.new-style-article #listNamesSpan {
    padding-top: 7px;
}
.new-style-article #lead {
    width: 50%;
}
.new-style-article .hidden {
    display: none;
}
.new-style-article-2 > div {
    margin-top: 20px;
}
.new-style-article-2 #przypisy {
    width: 100%;
}
.new-style-article-2 #przypisy > span {
    width: 100%;
}
.new-style-article-2 #przypisy .annotation,
.new-style-article-2 #przypisy .annotation-head {
    width: 50%;
    margin: 0;
}

#loginContainer .new-style-article div {
    display: flex;
    align-items: center;
}
#loginContainer .new-style-article input.submit {
    margin-left: 120px;
}


.new-style-article label,
.new-style-article-2 label {
    margin-bottom: 4px;
}
.new-style-article .add-list-name {
    padding: 0;
}

.new-style-article #lead {
    height: 60px;
}
.new-style-article select,
.new-style-article input {
    border-radius: 5px;
    border-bottom: none;
}
.slides-container div > .submit {
    border: 1px solid #008b00;
    color: #008b00;
    background: none;
    border-radius: 5px;
    padding: 5px 8px;
    height: 33px;
    outline: none;
    cursor: pointer;
}
.article-slide-poll-container.toggleInquiry {
    display: none;
}
h2.main span.definition {
    background: no-repeat;
    padding-left: 0;
}
.new-style-article .title {
    margin-top: 10px;
}
.hidden {
    display: none;
}

#przypisy .annotation {
    width: 50%;
}

#przypisy .annotation-head {
    width: 49%;
}

.label-share {
    margin: 0pt 4px 0pt 0pt;
    padding: 0pt 0pt 2px;
    float: left;
    font-size: inherit;
}
.new-style-article #lead {
    resize: none;
}
.new-style-article .article-slide-text-container input {
    height: 150px;
    background: buttonface;
    border-width: 2px;
    border-style: outset;
    border-color: buttonface;
    border-image: initial;
    padding: 0px 5px 0px 5px;
    border-radius: 0;
}
.new-style-article .date-published {
    padding-top: 10px;
}
.new-style-article input,
.new-style-article textarea {
    box-sizing: border-box;
}


/**
 * Nowy CSS dla Edycji Artykułu FISZKI - END
 */


#columnsContainer {
    padding: 3px 10px;
    border: solid thin darkgrey;
    margin: 10px 0;
    background-color: #E6EEF6;
}
#columnsContainer .container_columns .column-name > span {
    cursor: pointer;
    float: none;
    margin-left: 10px;
}

#columnsContainer > div:not(:last-of-type) {
    border-bottom: 1px solid darkgrey;
}
#columnsContainer .column-name {
    margin: 11px 4px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: bold;
    font-size: 14px;
}

#columnsContainer .container_columns ul {
    list-style: none;
}
#columnsContainer .container_columns > div > ul > li > div {
    background-color: white;
    padding: 10px;
    width: auto;
}
#columnsContainer .container_columns > div > ul > li {
    margin: 10px 0;
}
#columnsContainer .container_columns > div > ul > li > div > h3 {
    border-bottom: 2px solid #e5eef6;
    margin: 0 -10px 8px;
    padding: 4px 10px 6px 10px;
}

#columnsContainer {
    margin-left: -30px;
    margin-right: -33px;
    width: auto;
}

#columnsContainer .container_columns > div:not(:last-child) {
    margin-right: 14px;
}

#columnsContainer span input,
#columnsContainer span,
#columnsContainer span textarea {
    width: 100%;
    box-sizing: border-box;
}

#columnsContainer span input[type=text] {
    height: 23px;
    padding: 2px;
}
#columnsContainer span textarea {
    padding: 2px;
}
#columnsContainer input.submit,
#columnsContainer button.submit {
    width: auto;
}

#columnsContainer > div:not(:last-of-type) {
    border-bottom: none;
}

#columnsContainer input.submit,
#columnsContainer button.submit {
    margin-top: 4px;
}

#basic input[value=Zapisz] {
    margin-left: -30px;
}

#columnsContainer .container_columns > div > ul.disable-column li > div {
    background-color: #9393931a;
    background-image: repeating-linear-gradient(45deg, transparent, transparent 35px, rgba(255,255,255,0.3) 35px, rgba(255,255,255,.3) 70px);
}

#columnsContainer .container_columns > div > ul.disable-column li > div input,
#columnsContainer .container_columns > div > ul.disable-column li > div textarea {
    background-color: transparent;
    border: 1px solid #a9a9a9;
    color: gray;
}

#columnsContainer .container_columns > div > ul.disable-column h3 {
    color: gray;
}


.thumbnails-style ul {
    display: flex;
    list-style: none;
}
.thumbnails-style ul li {
    flex: 1;
    cursor: pointer;

}
#content .thumbnails-style ul li:not(:last-child) {
    margin-right: 15px;
}
.thumbnails-style ul li img {
    width: 100%;
}
.container_columns {
    display: flex;
}
.active-element {
    border: 3px solid #386cbf;
    margin-top: -3px;
}

.visibility-hidden {
    visibility: hidden;
}

#columnsContainer .cbx {
    margin: auto;
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    margin-left: 15px;
}
#columnsContainer .cbx span {
    display: inline-block;
    vertical-align: middle;
    transform: translate3d(0,0,0);
}
#columnsContainer .cbx .first-span {
    position: relative;
    width: 18px;
    height: 18px;
    transform: scale(1);
    vertical-align: middle;
    border: 1px solid #9098A9;
    transition: all .2s ease;
}
#columnsContainer svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #FFFFFF;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all .3s ease;
    transition-delay: .1s;
    transform: translate3d(0,0,0);
}
#columnsContainer svg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: #404040;;
    display: block;
    transform: scale(0);
    opacity: 1;
    border-radius: 50%;
}
#columnsContainer .cbx:hover .first-span:first-child {
    border-color: #404040;;
}

#columnsContainer .activeHeader .inp-cbx + .cbx .first-span {
    background: #a7a7a7;
    border-color: #404040;
    animation: wave .4s ease;
}
#columnsContainer .activeHeader .inp-cbx + .cbx .first-span svg {
    stroke-dashoffset: 0;
}
#columnsContainer .activeHeader .inp-cbx + .cbx .first-span svg:before {
    transform: scale(3.5);
    opacity: 0;
    transition: all .6s ease;
}

.choice-multimedium {
    display: flex;
}
#columnsContainer .choice-type-multimedium {
    display: flex;
    align-items: flex-end;
    margin-left: 22px;
    cursor: pointer;
    width: fit-content;
}
#columnsContainer .cbx99 {
    margin: 0;
    margin-bottom: 3px;
}
.choice-multimedium-label {
    font-size: 11px;
    width: 47px;
}
#columnsContainer .cbx99 {
    margin-left: 0px;
}
.header-wrap .header-input.article-header {
    margin-right: 5px;
}
#columnsContainer button.submit {
    width: 92px;
    font-size: 11px;
    height: 30px;
    margin-top: -6px;

}

#columnsContainer.cg_manual_list {
    margin-left: 0;
    margin-right: 0;
}

.header-wrap:after {
    display: none;
}
#columnsContainer .clearFields {
    width: auto;
    float: right;
    margin-top: 10px;
    cursor: pointer;
    font-size: 10px;
    color: #111215;
}

.header-wrap {
    display: flex;
    justify-content: space-between;
    border-bottom: 2px solid #e5eef6;
    margin: 0 -10px 8px;
    padding: 4px 10px 6px;
    width: auto;
}
.header-wrap buttons:after {
    content: none !important;
}
.header-wrap h3 {
    margin: 0;
    display: flex;
    cursor: pointer;
}
.header-input {
    width: fit-content;
}

/* Miniatury styli */
.thumbnails-style ul li img {
    box-sizing: border-box;
    position: relative;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(1);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(1);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(1);
    transition: all 200ms ease-in;
    transform: scale(1);
}
.thumbnails-style ul li img:hover {
    box-shadow: 0px 0px 20px #000;
    z-index: 2;
    -webkit-transition: all 200ms ease-in;
    -webkit-transform: scale(2.2);
    -ms-transition: all 200ms ease-in;
    -ms-transform: scale(2.2);
    -moz-transition: all 200ms ease-in;
    -moz-transform: scale(2.2);
    transition: all 200ms ease-in;
    transform: scale(2.6);
}
#content .thumbnails-style ul li:not(:last-child) {
    margin-right: 4px;
}

#columnsContainer .choice-type-multimedium .cbx {
    margin: 0;
    margin-bottom: 3px;
}

.synchronize-cms-list-btn {
    margin-left: 10px;
    background: none;
    border: none;
    color: forestgreen;
    text-decoration: underline;
    cursor: pointer;
}
