:root {
    --orange: #E18F33;
    --violet: #18076f;
    --darkBlue: #1f2a43;
    --blue: #0035b7;
    --lightBlue: #3871d7;
    --primary: #333;
    --font1: 'Lato', sans-serif;
}
body {
    font-family: var(--font1);
}
a {
    color: var(--blue);
}
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus {
    outline: 0;
    box-shadow: none;
}
.button {
    transition: background-color .25s, color .25s;
}
.button:hover,
.button:focus {
    background-color: var(--darkBlue) !important;
}
.button-yellow {
    background-color: #ffa21d;
    color: white !important;
}
.button-orange {
    background-color: var(--orange);
    color: white !important;
}
.button-violet {
    background-color: var(--violet);
    color: white !important;
}
.btn-success {
    background: #5844BD;
    border: 0;
}
.btn-success:hover {
    background: var(--darkBlue)
}
.button-yellow:hover, .button-yellow:active, .button-yellow:focus { background-color: #ffb244 !important; border-color: #dd8c19 !important; }
.button-blue {
    background-color: #1f2a43;
    color: white !important;
}
.button-blue:hover, .button-blue:active, .button-blue:focus { background-color: #3871d7 !important}
.button-lightblue {
    background-color: var(--blue);
    color: white !important;
}

@keyframes btn-lightblue-flash {
    0% { background-color: #3061b8; }
    50% { background-color: #d9534f; box-shadow: 0px 0px 8px 8px rgba(255,255,255,1); border-color: #c9302c; }
    100% { background-color: #3061b8;  }
}

.button-darkblue {
    background-color: #102639;
    color: white !important;
}
.button-darkblue:hover, .button-darkblue:active, .button-darkblue:focus { background-color: #071119 !important; border-color: #071119 !important; }

#page-1862 p, #page-1875 p { margin: 0 0 20px; }
.h5, h5 { font-size: 16px}
a.anchor {
    display: block;
    position: relative;
    top: -100px;
    visibility: hidden;
}

.alert { font-size: 16px}
.alert-counter {
    font-weight: bold;
    padding: 25px 10px;
    border-left: solid 5px #18076f;
}
.alert-counter strong {
    font-weight: 900;
    font-size: larger;
}
.alert-counter .btn {
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 1px;
    padding: 7px 25px;
    margin-top: 15px;
    background: #333;
}
.alert-counter .btn:hover {
    background: #0035b7;
}
.forum.row .alert-counter {
    margin: -30px 15px 20px;
}
body .forum-thread-go-to-message .glyphicon, body .forum-thread-go-to-message .fa { 
    color: #5844BD;
    font-size: 20px; 
}
.forum-thread-title {
    text-transform: uppercase;
    font-size: 18px;
    font-weight: bold;
}
.forum-thread-title .glyphicon {
    font-size: 15px;
}
div.forum-header {
    margin-bottom: 20px;
}
@media (min-width: 768px) {
    div.forum-header {
        margin-bottom: 50px;
    }
} 
body .forum-thread-item {
    padding: 30px 20px 15px;
}
@media (min-width: 768px) {
    body .forum-thread-item {
        padding: 15px 20px;
    }
}
body .forum-thread-item .forum-thread-info {
    margin-bottom: 15px;
    width: 100%;
    background: #f9f9f9;
    align-items: center;
    padding: 10px 20px;
    margin-top: 5px;
}
body .forum-thread-item .forum-thread-last-message {
    bottom: -9px;
    right: 6px;
}

.forum--days-info  {
  padding: 20px;
}
.panel a, .forum-thread-item  a { color: var(--darkBlue); }
.forum-thread-item .forum-thread-img-wrap small a {
    display: block;
}
.forum-thread-item .forum-thread-img-wrap {
    min-width: 90px;
}
body .forum a {
    color: #0035b7;
}
body .forum-category-item .forum-cat-title a {
    color: #18076f;
}
.forum-thread-item {
    box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 17px;
}
.forum .poll { /*border: 1px dashed #271C70;*/ padding: 15px; margin-left: 5px; box-shadow: 0 0 4px 0 rgba(0,0,0,0.2); background: #fefefe }
.forum-thread-item .forum-thread-title {
    padding-right: 20px;
    border-bottom: solid 1px #dedede;
    padding-bottom: 10px;
    margin-bottom: 10px;
    width: 100%;
}
.forum .product-name {
    box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 17px;
    background: #16066e;
    border-radius: 4px;
}
.forum .product-name a {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
}
.forum .product-name a:hover {
    text-decoration: underline;
}
.forum .forum-category-item {
    box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 17px;
}
.forum .forum-category-item .desc {
    font-size: 15px;
    color: #1f2a43;
}
.forum-product-item:first-child > .product-name {
    margin-top: 0;
}
body .forum-category-item .forum-cat-title {
    font-size: 18px;
}
.forum-category-item .forum-cat-info {
    display: flex;
    flex-flow: nowrap;
    margin-right: -30px;
    margin-bottom: 15px;
    width: 100%;
    background: #f9f9f9;
    align-items: center;
    padding: 10px 20px;
    margin-top: 5px;
}
body .forum-category-item .forum-cat-info div {
    color: #0035b7; 
    margin: 0 20px 0 0;
}
.forum-cat-title a {
    text-transform: uppercase;
    font-weight: bold;
}
.forum-cat-title a span {
    color: #1f2a43;
    margin-right: 10px;
}
.forum .forum-boxes .box {
    box-shadow: rgba(149, 157, 165, 0.3) 0px 8px 17px;
    overflow: hidden;
    border-radius: 4px;
}
.forum .forum-boxes .box > ul {
    font-weight: 400;
}
.forum .forum-boxes .box > ul a:hover {
    text-decoration: underline;
}
.autocomplete--content {
    position: absolute;
    max-height: 250px;
    overflow-y: auto;
    z-index: 10;
    padding: 0;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.075);
    box-shadow: 0 1px 1px rgba(0,0,0,.075);
}
.forum .forum-boxes .box > h2 {
    background-color: #1f2a43;
    color: #fff;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
}
.forum .forum-boxes .box > h2 a {
    color: #fff;
    display: block;
}
.forum .forum-boxes .box > h2 a:hover {
    text-decoration: underline;
}
.box.notifications > div {
    margin: 15px 0 5px;
}
.forum-header h1 {
    float: left;
}
.autocomplete--content ul {
    list-style: none;
    padding: 0;
}

.autocomplete--content ul li {
    padding: 0;
}

.autocomplete--content ul li a {
    padding: 5px 10px;
    display: block;
    text-decoration: none;
}

.autocomplete--content .hide {display:none}
.autocomplete--content .show {display:block; position:absolute; top:0px; left:0px;}

.autocomplete--content li.selected, .autocomplete--content li:hover { background: #271C70; }
.autocomplete--content li.selected a, .autocomplete--content li:hover a  { color: white; }

.username--tag {font-weight: bold;}

#form_cart .btn { width: 100%; }
.btn-raty-payu { position: relative; }
.btn-raty-payu:before {
	content: '';
	position: absolute;
	left: -120px;
	top: 5px;
	background-image: url(/media/imgs/raty-payu.png);
	background-size: contain;
	background-repeat: no-repeat;
	width: 120px;
	height: 100px;
	
}

.card-submit-large {
	display: block;
    text-align: center;
    box-shadow: 0px 5px 20px #d6dee4;
    -moz-box-shadow: 0px 5px 20px #d6dee4;
    -webkit-box-shadow: 0px 5px 20px #d6dee4;
    margin-top: 30px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 16px;
    background-color: #26c15f;
    border: none;
    cursor: pointer;
    width: 100%;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    text-decoration: none;
}
.lesson-wrapper .card-submit-large { margin: 20px 0 40px; }
.card-submit-large:hover {
    background-color: #00b542;
    box-shadow: 0px 10px 30px #aab9c3;
    -moz-box-shadow: 0px 10px 30px #aab9c3;
    -webkit-box-shadow: 0px 10px 30px #aab9c3;
    text-decoration: none;
    color: white;
}
.card-submit-large.card-submit-large-orange {
	background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
    background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}
.card-submit-large.card-submit-large-orange:hover {
	background-color: #eb9316 !important;
}
.card-submit-large.card-submit-large-green {
	background-image: -webkit-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -o-linear-gradient(top,#5cb85c 0,#419641 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#5cb85c),to(#419641));
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #3e8f3e;
}
.card-submit-large.card-submit-large-green:hover {
    background-image: linear-gradient(to bottom,#5cb85c 0,#419641 100%) !important;
    background-color: #439643 !important;
}
.packets-short .card-submit-large.card-submit-large-blue {
	background-image: -webkit-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -o-linear-gradient(top,#337ab7 0,#265a88 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#337ab7),to(#265a88));
    background-image: linear-gradient(to bottom,#337ab7 0,#265a88 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #245580;
}
.packets-short .card-submit-large.card-submit-large-blue:hover {
    background-color: #265a88 !important;
}
.packets-short .card-submit-large.card-submit-large-orange {
	background-image: -webkit-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -o-linear-gradient(top,#f0ad4e 0,#eb9316 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,from(#f0ad4e),to(#eb9316));
    background-image: linear-gradient(to bottom,#f0ad4e 0,#eb9316 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    background-repeat: repeat-x;
    border-color: #e38d13;
}
.packets-short .card-submit-large.card-submit-large-orange:hover {
	background-color: #eb9316 !important;
}

.ik-cookies {
    position: fixed;
    bottom: -200px;
    right: 10px;
    z-index: 99999;
    border: 1px solid white;
    padding: 10px;
    background-color: black;
    opacity: 0.9;
    -webkit-transition: all 1s;
    transition: all 1s;
}
.ik-cookies > .cookies-close {
    position: absolute;
    top: 5px;
    right: 8px;
    color: white;
    cursor: pointer;
}
.ik-cookies > p {
    font-size: 12px;
    font-family: 'Nunito', sans-serif; 
    color: white;
    width: 375px;
    max-width: 80vw;
    line-height: 1.3em;
    margin: 0 15px 0 0;
}
.ik-cookies > p > a { color: white; }
.ik-cookies > p > strong {	cursor: pointer; }

.checkbox-wrapper > input { opacity: 0; position: absolute; width: 0; height: 0; }
.checkbox-wrapper > input + label { position: relative; padding-left: 35px; margin-left: 0px; font-weight: 400; text-align: left; }
.checkbox-wrapper > input + label:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 25px;
	height: 25px;
	border: 2px solid lightgray;
	border-radius: 5px;
	-webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.checkbox-wrapper > input:checked + label:before {
	border: 2px solid #18076f;
}
.checkbox-wrapper > input + label:after {
	content: '';
	position: absolute;
    top: 13px;
    left: 3px;
    width: 9px;
    height: 17px;
	border-top: 4px solid rgba(0,0,0,0);
	border-right: 4px solid rgba(0,0,0,0);
	-moz-transform: scaleX(-1) rotate(135deg);
	-ms-transform: scaleX(-1) rotate(135deg);
	-webkit-transform: scaleX(-1) rotate(135deg);
	transform: scaleX(-1) rotate(135deg);
	-moz-transform-origin: left top;
    -ms-transform-origin: left top;
    -webkit-transform-origin: left top;
    transform-origin: left top;
}
.checkbox-wrapper > input:checked + label:after {
	border-color: #18076f;
	-webkit-animation: check 0.8s;
	-moz-animation: check 0.8s;
	-o-animation: check 0.8s;
	animation: check 0.8s;
}
.home-page .checkbox-wrapper > input:checked + label:before,
.home-page .checkbox-wrapper > input:checked + label:after {
	border-color: #337ab7;
}

.btn-payu {
    color: white;
    background-color: #7caf00;

}

.btn-payu:hover { color: white;
    background-color: #2a2a36;
}
form input[type="radio"] label {
    text-transform: none;
}
/* odznaki */
.achievement.inactive { opacity: 0.5; -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%); }

/* CHECKBOX ANIMATED */
@-webkit-keyframes check {
  0% { height: 0; width: 0; }
  25% { height: 0; width: 9px; }
  50% { height: 17px; width: 9px; }
}
@-moz-keyframes check {
  0% { height: 0; width: 0; }
  25% { height: 0; width: 9px; }
  50% { height: 17px; width: 9px; }
}
@-ms-keyframes check {
  0% { height: 0; width: 0; }
  25% { height: 0; width: 9px; }
  50% { height: 17px; width: 9px; }
}
@keyframes check {
  0% { height: 0; width: 0; }
  25% { height: 0; width: 9px; }
  50% { height: 17px; width: 9px; }
}

.netmailer_form .check-email.more p,
.netmailer_form .check-phone.more p,
.checkbox-wrapper--more .more p{ font-size: 14px; padding-left: 42px;}


/* hover dla strony 2407 */
#page-content[data-page-id="2407"] .card-submit-large { position: relative; }
#page-content[data-page-id="2407"] .card-submit-large:before {
    content: 'Moduł Podstawowy - Lekcja 1: Powitanie i ogólny przegląd metod zarabiania na rynku krypto. \a Moduł Podstawowy - Lekcja 2: Paradygmat i zrozumienie szansy - skąd fundamentalna wartość krypto? \a Moduł Podstawowy - Lekcja 3: Zasady działania Bitcoina, blockchain, portfele, giełdy i kantory.';
    position: absolute;
    background-color: #271C70;
    bottom: 72px;
    left: 10%;
    font-size: 15px;
    line-height: 1;
    width: 0;
    height: 0;
    overflow: hidden;
    border-radius: 10px;
    z-index: 9;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#page-content[data-page-id="2407"] .card-submit-large:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 62px;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
#page-content[data-page-id="2407"] .card-submit-large:hover:before {
    opacity: 1;
    white-space: pre-line;
    padding: 10px;
    width: 80%;
    height: initial;
}
#page-content[data-page-id="2407"] .card-submit-large:hover:after {
    opacity: 1;
    border-right: 7px solid transparent;
    border-top: 10px solid #271C70;
    border-left: 7px solid transparent;
}


/* RESPONSIVE */

/* Extra small devices (smartphone) */
@media only screen and (max-width: 767px) {
	.desktop-fixed { position: initial; margin: 0 15px; }
	.mobile-margin { margin: 20px 0; }
	.btn-raty-payu:before { display: none; }
}

/* Small devices (tablets, 768px and up) */
@media only screen and (min-width: 768px) {
	.desktop-fixed { position: fixed; }
	.mobile-margin { margin: 20px 0; }
}

/* Medium devices (desktops, 992px and up) */
@media only screen and (min-width: 992px) {
	.desktop-fixed { position: fixed; }
	.mobile-margin { margin: 0; }
}

/* Large devices (large desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
	.desktop-fixed { position: fixed; }
	.mobile-margin { margin: 0; }
}

.mce-edit-area iframe { 
    resize: vertical;
}

/* css theme modifications */
.page-content h1 {
    font-size: 22px;
    margin-bottom: 30px;
}
.btn {
    transition: background-color .15s, color .15s;
    box-shadow: none;
    text-shadow: none;
}
.btn-default {
    background: #fafafa;
    border: 1px solid #ccc;
    color: #333;
    box-shadow: none;
    text-transform: lowercase;
    text-shadow: none;
    font-size: 14px;
    border-radius: 3px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.btn-default:hover {
    background: #1f2a43;
    color: #fff;
}
form .bootstrap-select .dropdown-toggle:focus {
    outline: 5px auto #1f2a43!important;
    outline-offset: 0;
}
.btn-default.icon-margin-right:hover {
    color: #18076f;
}
.btn-danger {
    background: #d9534f;
    border-color: #d9534f;;
}
.btn-default .glyphicon:first-child,
.btn-default .fa:first-child {
    top: 0;
}
.btn span.glyphicon:first-child {
    margin: 0 3px;
    font-size: 14px;
}
.observe-thread.btn-default span,
.set-read-all.btn-default span,
.btn-toolbar .btn span,
.btn-danger span {
    margin-left: 5px;
    margin-right: 10px !important; 
}
.set-read-all.btn-default {
    background: var(--darkBlue);
    color: #fff;
    height: 35px;
    padding-right: 10px;
    width: 100%;
    border: 0;
}
@media (min-width: 768px) {
    .set-read-all.btn-default {
        width: initial;
    }
}
.set-read-all.btn-default:hover {
    background: var(--blue);
}
.observe-thread.btn-default {
    height: 35px;
    padding-right: 10px;
}
.observe-thread.btn-default.active {
    background: #0035b7;
    color: #fff;
}
.btn-default--noBorder {
    border: 0;
}
.btn-default--noBorder:focus,
.btn-default--noBorder:active,
.btn-default--noBorder:focus,
.btn-default.icon-margin-right { 
    border: 0;
    background: none;
}
.btn-default--noBorder:hover {
    color: var(--primary);
    background: none;
}

.btn-default.icon-margin-right .glyphicon:first-child,
.btn-default--noBorder .glyphicon:first-child {
    margin: 0;
}
.table-responsive {
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
    background: #e7e7e7;
}
@media only screen and (min-width: 100px) and (max-width: 479px) {
    h1 {
        font-size: 20px !important;
    }
}
.table>tbody>tr>th {
 padding: 14px 8px;
}
table .ops {
    width: 100px;
}
table .ops .btn-default,
table .btn-group .btn-xs.btn-default{
    padding: 5px;
}
table .ops .btn-default .glyphicon:first-child {
    margin: 0
}
table .ops .btn-group {
    display: flex;
}
.btn-primary {
    background: var(--darkBlue);
    border: 0;
}
.btn-primary:hover {
    background: var(--violet);
}
.btn-default .glyphicon-triangle-right {
    margin: 0 0 0 5px;
    font-size: 8px;
    top: 0;
}
.btn-default .glyphicon-triangle-left {
    margin: 0 5px 0 0;
    font-size: 8px;
    top: 0;
}
.lesson-button {
    display: inline-flex;
    align-items: center;
    height: 35px;
    padding: 0 17px;
}
.navbar-default {
    background: #fff;
}
.navbar-default .navbar-nav>li>a {
    color: var(--primary);
}
.navbar-default .navbar-toggle {
    border-color: #1f2a43;
    border-width: 2px;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #1f2a43;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: #1f2a43;
}
.navbar-default .navbar-toggle:focus .icon-bar, .navbar-default .navbar-toggle:hover .icon-bar {
    background-color: #fff;
}
.navbar-brand img {
    height: 34px;
    margin-top: 7px !important;
}
@media (min-width: 1200px) {
    .navbar-brand img {
        height: 40px;
        margin-top: 5px !important;
    }
}

.nav-main > li > a.button {
    padding: 8px 10px !important;
    border: 0;
    border-radius: 3px;
    margin: 5px 0;
    text-shadow: none;
}
@media (min-width: 678px) {
    .nav-main > li > a.button {
        margin: 5px;
    }
}
.nav-main > li > a.button .glyphicon {
    margin-right: 5px;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.open>a {
    box-shadow: none;
    background: #e7e7e7;
}
.navbar-nav>li>.dropdown-menu {
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border: 0;    
}
.dropdown-menu .divider {
    margin: 0;
}
.progress {
    background: #dddddd;
}
.progress-bar-info {
    background: #3871d7;
}
.badge {
    min-height: 22px;
    min-width: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 2px;
}
.badge--user {
    width: 15px;
    height: 15px;
    box-sizing: border-box;
    min-width: auto;
    min-height: auto;
    position: absolute;
    top: 27px;
    left: 35px;
    font-size: 10px;
}
.badge--userMenu {
    margin-left: 5px;
}

@media (min-width: 768px) {
    .container {
        width: 100%;
    }
}
@media (min-width: 1300px) {
    .container {
        width: 1300px;
    }
}

.embed-responsive iframe {
    padding: 10px;
    background: #f0f0f0;
}
.glyphicon-star-empty::before {
    content: "\e006";
    color: #bbbbbb;
}
.glyphicon-star::before {
    color: var(--orange);
}
.attachments a[download] .glyphicon {
    margin-right: 10px;
}
.attachments a[download] strong {
    text-transform: uppercase;
}
.dropdown-menu {
    padding: 0;
}
.dropdown-menu--overflow {
    max-height: calc(100vh - 80px);
    overflow: auto;
}
.dropdown-menu>li>a {
    padding: 5px 20px;
    transition: background-color .25s;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    background: #e8e8e8;
}
.panel-heading > a {
    position: relative;
    z-index: 2;
}
.panel-heading .next,
.panel-heading .prev {
    display: inline-flex;
    align-items: center;
}
.panel-heading .next:before,
.panel-heading .prev:before {
    top: 0;
}
body .page-header .panel-heading,
body .page-header .panel-body > .media-list {
    /* box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px; */
}
.panel-title {
    transition: background-color .25s, color .25s;
}
.panel-title a.btn-xs {
    /* background: transparent; */
    position: relative;
}
.panel-title .btn-xs::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content:"";
}
.panel-title .btn-xs .glyphicon-expand {
    font-size: 20px;
}
.panel-title {
    padding: 3px 10px;
    position: relative;
}
.messages .btn.delete {
    height: 25px;
    width: 25px;
    background: var(--primary);
    color: #fff;
}
.messages .btn.delete:hover { background: var(--blue);}
.messages .btn.delete .glyphicon {
    top: 0;
}
/* .product-container {
    background: url(/media/ik/kurs.png) no-repeat !important;
    background-size: cover;
} */
@media (max-width: 700px) {
    .template .mce-window.mce-in {
        max-width: 100% !important;
        overflow: auto hidden;
    }
    .mce-container-body.mce-abs-layout,
    .mce-textbox.mce-multiline,
    body .mce-abs-layout-item,
    .mce-container-body.mce-abs-layout{
        max-width: 100%;
    }
    .mce-foot {
        max-width: 100% !important; 
    }
    .mce-container-body.mce-abs-layout {
        width: auto !important;
    }
    body .mce-abs-layout-item.mce-btn-has-text {
        left: auto !important;
        right: 20px;
    }
    body .mce-primary.mce-btn-has-text.mce-primary {
        right: auto;
        left: 17px !important;
    }
    .mce-textbox.mce-multiline {
        width: calc(100% - 40px) !important;
    }
}
.cart-form-wrapper button[name="gateway[16]"]:after,
.cart-form-wrapper button[name="gateway[1]"]:after,
.cart-form-wrapper button[name="gateway[26]"]:after,
.cart-form-wrapper button[name="gateway[4]"]:after {
    font-size: 14px;
    text-transform: none;
    font-weight: normal;
}
.cart-form-wrapper button[name="gateway[1]"]:after {
    content: " [księgowanie: 1-4 dni]";
    
}
.cart-form-wrapper button[name="gateway[16]"]:after,
.cart-form-wrapper button[name="gateway[26]"]:after,
.cart-form-wrapper button[name="gateway[4]"]:after {
    content: " [księgowanie natychmiastowe]";
}