/***

	KOLORY

	#333 	- Szary
	#f8c300 - Zółty

***/



/***

	0) Global

***/

body.dragging, body.dragging * {
  cursor: move !important;
}
.ui-sortable-helper{
	cursor: move !important;
}
h1,h2,h3,h4,h5{
	font-family:'BebasNeueBook',sans-serif;
}
body{
	font-family: 'Open Sans Condensed', sans-serif;
	background:#404040;
	    font-size: 15px;

}
section.fullwidth{
	float:left;
	width:100%;
}
.fullscreen{
	height:100vh;
}
.wow{
	visibility: hidden;
}
.btn,a[class*="btn"],button[class*="btn"],[class*="btn"],a{
	outline:none !important;
}
input[type="file"]{
	display:none;
}
.input--file-wprapper{
	float:left;
	width:100%;
}
.input--file-wprapper p{
	float:left;
	margin-bottom:0px;
	margin-top: 5px;
}
.input--file-wprapper a{
	float:left;
	margin-right:10px;
	color:#FFF !important;
}
.img_container img {
	margin:10px 0;
	border:1px solid #eee;
}
div[style~="border:1px solid silver"]{
	float:left;
}
.col-sm-8 > div.input--file-wprapper ~ div{
	float:left;
}
.btn-empty{
	background-color:transparent !important;
}
.btn-info,
.btn-info:active,
.btn-info:focus,
.btn-info:active:focus,
.btn-info:hover:active {
    color: #fff;
    background-color: #F8C300;
    border-color: #F8C300;
    text-decoration:none;
    outline:none;
}
.btn-info:hover {
    color: #fff;
    background-color: #F8C300;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.16);
    border-color: #F8C300;
}
.btn-danger,
.btn-danger:active,
.btn-danger:focus,
.btn-danger:active:focus {
    color: #fff;
    background-color: #A2A2A2;
    border-color: #ADADAD;
}
.btn-danger:hover {
    color: #fff;
    background-color: #868686;
    border-color: #868686;
    box-shadow: none;
}
a {
    color: #848484;
    text-decoration: none;

    transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
}
a:hover{
	text-decoration:none;
	color:#f8c300;

	transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
}
a:focus,a:visited{
	color: #848484;
    text-decoration: none;
}
.mk-trc label{
	font-weight:300;
	    font-size: 15px;
            cursor: pointer;
}
.mk-trc i[data-before-check]:before {
    color: #7f8c8d;
    font-size: 11px;
    line-height: 23px;
    text-align: center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    font-family: FontAwesome;
    content: attr(data-before-check);
}
.mk-trc[data-radius-small] i, .mk-trc[data-radius-small] i:before {
    border-radius: 15px;
}
.mk-trc[data-style=radio] i, .mk-trc[data-style=check] i {
    width: 20px;
    height: 20px;
}
.mk-trc[data-style=check] i:after {
    top: 4px;
    padding: 0!important;
    left: 12px!important;
    height: 9px!important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .2s ease-in-out 0s;
    left: 9px !important;
}
.mk-trc[data-style=check] i:before {
    top: 8px;
    left: 7px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.mk-trc[data-style=check] input:checked+label i:before {
    left: 4px;
}
.mk-trc[data-style="radio"] input:checked+label i {
    background: #FFF !important;
    border: 2px solid #F8C300;
}
.mk-trc[data-style="radio"] input:checked+label i[data-after-check]:before {
    content: '';
    background: #F8C300;
    border: none;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    margin-left: -1px;
    position: absolute;
    top: 1px;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
}
.mk-trc[data-style="radio"] input+label i {
    background: #FFF !important;
    border: 2px solid #F8C300;
}
.mk-trc[data-style="radio"] input+label i[data-after-check]:before {
    content: '';
        background: #FFFFFF;
    border: none;
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    margin-left: -1px;
    position: absolute;
    top: 1px;
    display: block;
    float: left;
    width: 14px;
    height: 14px;
}
.mk-trc {
    height: 25px;
    line-height: 20px;
    margin-bottom: 15px;
    display: inline-block;
}
.mk-trc i[data-before-check]:before{
    content:'';
}
.mk-trc i:before{
    background:#FFF;
}
.mk-trc i{
        background: rgba(119, 119, 119, 0.3);
}
.mk-trc input:checked+label i {
    background: #F8C300 !important;
}
.mk-trc input:checked+label i[data-after-check]:before{
    content:'';
        background: #FFF;
}
.mk-trc[data-style=check] i {
    background: transparent;
    border: 2px solid #7f8c8d;
    border: 2px solid #F8C300 !important;
}
/***

	1) Strona logowania

***/
section#loginWrapper{
	background:#404040; /* SZARY */
	position:relative;
	background-image:url('/assets/backend/img/background-logowanie.jpg');
	background-size:cover;
}
section#loginWrapper .imageOverlay{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100vh;
	background: rgba(51, 51, 51, 0.75);
}
figure.loginWindow{
	float:left;
	width:350px;
	position:absolute;
	top:50%;
	left:50%;
	transform:translate(-50%,-50%);
	-webkit-transform:translate(-50%,-50%);
}
.loginWindow #logo{
	margin-left:50%;
	float:left;
	transform:translateX(-50%);
	-webkit-transform:translateX(-50%);
	margin-bottom:15px;
}
.loginWindowHolder{
	background:transparent;
	float:left;
	width:100%;
}
.loginWindowHolder .lemon-panel-header,
.loginWindowHolder .lemon-panel-body,
.loginWindowHolder .lemon-panel{
	width:100%;
}
.loginWindowHolder form{
	padding-top:10px;
}
.loginWindowHolder form .mk-trc{
	float:left;
	    margin-top: 6px;
	    margin-left: 0px;
}
.loginWindowHolder form .mk-trc label span{
	float: left;
    margin-right: 10px;
        margin-left: 0px;
    font-weight: 300;
    color: #878787;
}
.loginWindowHolder .btn-yellow{
	float:right;
}
.loginWindowHolder .mk-trc[data-style=check] i:after {
/*    top: 5px;
    padding: 0!important;
    left: 13px!important;
    height: 12px!important;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    transition: all .2s ease-in-out 0s;*/
        left: 9px !important;
    top: 5px !important;
}
.loginWindowHolder .mk-trc[data-style=check] i:before {
/*    top: 9px;
    left: 7px;
    height: 6px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);*/
}
.loginWindowHolder .input-group .form-control {
    position: relative;
    z-index: 2;
    float: right;
       width: 85% !important;
    margin-bottom: 0;
}
.loginWindowHolder .input-group span{
    float: left;
    color: #A2A2A2;
    display: inline-block;
    font-size: 23px;
    margin-top: -2px;
    text-align: center;
    width: 46px;
}
.loginWindowHolder .input-group {
    width: 100%;
    background-color: #F0F0F0;
    border: 1px solid #F0F0F0;
}
.loginCopy{
	float: left;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #A4A4A4;
    font-weight: 300;
}

/***

	2) NAWIGACJA

***/
nav{
	float:left;
	width:100%;
	background:#404040;
}
.logo-handler{
	float:left;
	background:#404040;
}
.logo-handler img{
    float: left;
        width: 80px;
        padding: 12px 0px;
}
.menu-handler > ul{
	float:left;
	padding-bottom:0px;
	margin-bottom:0px;
	list-style-type:none;
}
.menu-handler > ul.right{
    float: right;
    border-left: 1px solid #464646;
    margin-left: 0px;
    padding-left: 0px;
}
.menu-handler > ul > li{
	float:left;
	position:relative;
}
.menu-handler > ul > li > a{
    float: left;
    color: #DADADA;
        padding: 25px 0px 24px 0px;
    position:relative;
}
.menu-handler > ul > li:hover > a > span,
.menu-handler > ul > li:hover > a > p{
    color:#FFF;
        transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
}
.menu-handler > ul > li > a:after{
	width:100%;
	height:3px;
	background:#f8c300;
	position:absolute;
	bottom:0px;
	left:0px;
	content:' ';

	transform:scale(0);
	-webkit-transform:scale(0);

	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.menu-handler > ul > li:hover > a:after{
	transform:scale(1);
	-webkit-transform:scale(1);

	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.menu-handler > ul > li:hover > .submenu{
	display:block;
}
.menu-handler > ul > li:nth-child(2n) > a{
	background: transparent;
}
.menu-handler > ul > li > a > span{
	color:#DADADA;
	font-size: 25px;
	width:100%;
	text-align:center;
	float:left;
        transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;

}
.menu-handler > ul > li.active > a > span,
.menu-handler > ul > li.active > a > p{
	color:#f8c300;

}
.menu-handler > ul > li > a > p{
	float:left;
	text-align:center;
	color:#DADADA;
	font-weight:300;
	width:100%;
	margin-bottom:0px;
	    text-transform: uppercase;
           transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
}
.menu-handler .submenu{
	position: absolute;
    top: 104px;
    z-index: 9;
    list-style-type: none;
    padding: 10px 0px 5px 0px;
    float: left;
    border: 1px solid #404040;
    width: 150px;
    background:#404040;
    display:none;
}
.submenu > li{
	float:left;
	width:100%;
	position:relative;
}
.submenu > li > a{
    float: left;
    padding-left: 10px;
    width: 100%;
    font-weight: 300;
    color: #DADADA;
    padding-bottom: 4px;
    border-bottom: 1px solid #464545;
    padding-top: 4px;
    position:relative;

    transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.submenu > li > a:after{
    position: absolute;
    top: -2px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: #4D4D4D;
    content: ' ';
    z-index: -1;

    transform:scaleX(0);
	-webkit-transform:scaleX(0);

	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.submenu > li > a:first-child{
	padding-top:0px;
}
.submenu > li > a:last-child{
	border-bottom:none;
}
.menu-handler > ul > li:nth-child(2n) > .submenu{
	background:#3C3C3C;
}
.submenu > li > a:hover{
	color:#FFF;
	text-decoration:none;

	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.submenu > li > a:hover:after{
	transform:scaleX(1);
	-webkit-transform:scaleX(1);

	transition:all ease 0.3s;
	-webkit-transition:all ease 0.3s;
}
.breadcrumb {
    padding: 8px 15px;
    margin-bottom: 20px;
    list-style: none;
    background-color: rgba(245, 245, 245, 0.55);
    border-radius: 4px;
}
.breadcrumb li{
	    font-weight: 300;
}
.breadcrumb li:nth-child(2):before{
	display:none;
}
.breadcrumb>li:nth-child(1) {
    display: inline-block;
    font-weight: 300;
    margin-right: 10px;
}
.breadcrumb> li > a > span{
	    font-size: 17px;
}
/***

	3) Main content

***/
section#main{
	float:left;
	width:100%;
	padding-top:20px;
	background:#FFF;
	    min-height: 77vh;
        font-family: 'Roboto Condensed', sans-serif;
        padding-bottom: 20px;
}
section#main .table{
	    margin-top: 20px;
}
section#main .btn-yellow, 
section#main .btn-yellow:focus,
section#main .btn-yellow:active, 
section#main .btn-yellow:active:focus{
	border-color:transparent;
}
/***

	4) Tabele

***/
.table thead tr th{
	font-weight:300;
	    font-size: 15px;
}
.table tbody tr td .mk-trc {
    height: 21px;
    line-height: 25px;
    margin-bottom: 0px;
    display: inline-block;
}
.table tbody tr td a span{
	    font-size: 18px;
}
.table tbody tr td{
	vertical-align: middle;
	font-weight:300;
	color:#848484;
	    font-size: 15px;

}

.table tbody tr td,
.table thead tr th{
	text-align:center;
}

.table thead tr th{
	text-transform: uppercase;
}
.table .toggleHidden{
	display:none;
}

.table .text-left{
	text-align:left!important;
        padding-left: 10px;
}
.table-bordered,
.table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #EDEDED;
}
table th.fixed-size{
	width:250px;
}

table th.fixed-size.size-small{
	width:120px;
}

table th a{
	    margin-left: 10px;
}

.table tbody tr td a{
	margin-right:10px;
}
.table tbody tr td a:last-child,
.table tbody tr td a.last-option{
	margin-right:0px;
}
.table-striped>tbody>tr:nth-of-type(odd) {
    background-color: inherit;
}
.table-striped>tbody>tr:nth-of-type(odd):not(.hideme){
	    background-color: #f9f9f9;
}
.table-hover>tbody>tr:hover {
    background-color: inherit;
}
.table-hover>tbody>tr:hover:not(.hideme) {
    background-color: #f5f5f5;
}
.table-striped>tbody>tr.hideme{
	background-color: #F7F7F7;
}
.table-hover>tbody>tr.hideme:hover{
	background-color: #F7F7F7;
}
.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    font-size: 14px !important;
}
.table thead tr th {
    text-transform: uppercase;
    background: #BDBDBD;
    color: #FFF;
    padding: 7px 0px;
}
.table thead tr th a{
    color:#FFF;
}
.table tfoot tr td{
    border:none;
}
.table tfoot{
    border: 1px solid #FFF;

}
/***

	Footer

***/
footer{
	float:left;
	width:100%;
	    background: transparent;
	border-top:3px solid #f8c300;
}
footer p{
	float: left;
    width: 100%;
    text-align: center;
    color: #DADADA;
    font-family: 'BebasNeueBook';
    font-size: 17px;
    padding: 20px 0px 20px;
}


.global_config {
    background: #F5F5F5;
    padding-top: 10px;
    -webkit-border-radius: 5px;  
    -moz-border-radius: 5px;  
    border-radius: 5px;
    border: 1px solid silver;
    margin-bottom: 20px;
}

.global_config h1 {
    padding: 0 0 10px 5px;
    margin: 0 10px 10px 10px;
    border-bottom: 1px solid silver;
}

.margin-top-20 {
	margin-top:20px;
}

.icon_star.active {
	color:#FF974D;
}

.star-gold {
    color: #F7B900;
    font-size: 19px;
}

.star-gray {
    color: #e2e2e2;
    font-size: 19px;
}
 span[class^="star-"]{
        font-size: 19px;
 }
.album-photos {
	    margin-top: 5px;
}
.album-photos-draggable :after {
	clear:both;
}
.album-photos-draggable .gallery_item {
    float: left;
        width: calc(20% - 10px);
    text-align: center;
    padding: 0px 0px 0px 0px;
    border: 1px solid #E0E0E0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin: 5px;
    background: #FFF;
    box-shadow:none;
        margin-left: 1px;
    margin-right: 9px;
}
.media-body{
        color: #FFF;
}
.gallery_item_option {
	background: #FFF;
	margin-top:5px;
	float:left;
	width:100%;
        table-layout: fixed;
}
.table-gallery-option{
	    margin: 0px;
    margin-bottom: 0px;
    margin-top:0px !important;
}
.table-gallery-option span.icon_star{
	font-size: 15px;
}
.table-gallery-option .icon_trash_alt{
	    font-size: 15px;
}
.table-gallery-option .mk-trc{
	margin-top:2px;
}
.table-gallery-option tbody tr td{
    border:none;
}
/**
	
	TABS

**/
.nav-tabs{
	margin-top:30px;
}

/**

	PANELE

**/
.panel{
	    margin-top: 20px;
}
.panel-no-bottom-margin{
	margin-bottom:0px;
}

/**

	GALLERY

**/
.gallery_elem{
    width: calc(50% - 10px);
    float: left;
    margin-right: 10px;
}
.gallery_elem .panel-body {
    padding: 0px;
    position:relative;
}
.gallery_item,
.gallery_item_ratio{
	position:relative;
}
.gallery_elem_ratio,
.gallery_item_ratio{
	width:100%;
	padding-bottom:80%;
	display:block;
	float:left;
}
.gallery_cover_photo,
.gallery_item_ratio_content{
	position:absolute;
	top:0px;
	left:0px;
	right:0px;
	bottom:0px;
	width:100%;
	height:100%;
	background-size:cover;
	background-repeat:no-repeat;

}
.gallery_item_ratio_content{
	 /*   box-shadow: inset 0px -1px 7px rgba(0, 0, 0, 0.36);*/
}
.gallery_elem .panel-footer{
	    padding: 0px;
    margin-bottom: 0px;
}
.gallery_elem table{
	margin:0px;
	margin-top:0px !important;
}
.gallery_elem_show_zdjecia{
position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotateY(90deg);
    -webkit-transform: translate(-50%,-50%) rotateY(90deg);
    transition: all ease 0.3s;
    -webkit-transition: all ease 0.3s;
    padding-top: 25%;
}
.gallery_cover_photo:hover .gallery_elem_show_zdjecia{
	transform: translate(-50%,-50%) rotateY(0deg);
    -webkit-transform: translate(-50%,-50%) rotateY(0deg);

    transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
}
.gallery_cover_photo.no-photo{
	    background: #F5F5F5;
}
.gallery_cover_photo.no-photo p{
    position: absolute;
    font-size: 20px;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%) rotateZ(-35deg);
    -webkit-transform: translate(-50%,-50%) rotateZ(-35deg);
}
.opcjegalerii{
    margin-top:30px;
}
#galerie div[class^=col-]{
    margin-top:10px;
}
.opcjegalerii .mk-trc[data-radius-small] i{
    margin-top:-3px;
}
table.albumy{
    width:100%;
}
table.album-list.table{
        margin-top: 39px !important;
}
.label_description{
        color: #6B6B6B;
    font-size: 13px;
    margin-top: 5px;
    float: left;
}
.album-list-show-photo{
    float:left;
        width: 90px;
    height: auto;
    position:relative;
}
.album-list-show-photo:hover .album-list-mask{
    opacity:1;
    transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
}
.album-list-show-photo img{
    float:left;
    width:100%;
}
.album-list-mask{
    position:absolute;
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    background:rgba(0,0,0,0.5);
    opacity:0;
    transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
}
.album-list-mask span {
    color: #FFF;
    font-size: 31px !important;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
}
.add_photos_to_album_btn{
    margin-top: 0px;
    margin-bottom: 20px;
    margin-left: 20px;

}
.ui-sortable-handle{
    cursor:move;
}
.ui-sortable-disabled .ui-sortable-handle{
    cursor:inherit;
}
.active .active_info{
    width: 20px;
    padding: 0px 5px;
}
.active_info span{
    opacity:0 !important;
}
tr.active .active_info span{
    opacity:1 !important;
}
/**
	
	FORMULARZE

***/

.form-horizontal .control-label {
    font-weight: 600;
    color: #7D7D7D;
}
.panel .form-horizontal .control-label{
       padding-top: 8px;
}
.panel .mk-trc{
       margin-top: 7px;
}
.alert ul{
    list-style-type:none;
    padding-left:0px;
}
/**

	UPLOADER

**/
.plupload_header_content{
	padding: 5px 160px 0px 20px !important;
}
.plupload_header_content span{
	    float: left;
    font-size: 40px;
       margin: 3px 30px 0px 0px;
    color: #737373;
}
.plupload_wrapper {
    font: normal 14px 'Roboto Condensed', sans-serif !important;
    width: 100%;
    min-width: 520px;
    line-height: 12px;
}
#uploader .plupload_content{
	top:99px;
}
.plupload_header_title{
    font: normal 18px 'Roboto Condensed', sans-serif !important;
}
.plupload_header_text {
    font: normal 12px 'Roboto Condensed', sans-serif !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight{
        border: 1px solid #dad55e;
    background: #F8C300;
    color: #FFF;
    font-size: 14px;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
    border: 1px solid #F8C300;
    background: #F8C300;
    font-weight: normal;
    color: #fff;
}
.ui-button-text-icon-primary .ui-button-text, .ui-button-text-icons .ui-button-text {
    padding: .4em 1em .4em 2.1em;
    position: relative;
}
.ui-button-text-icon-primary .ui-button-text span, .ui-button-text-icons .ui-button-text span{
    position: absolute;
    left: 6px;
    top: 7px;
}
.panel .form-control{
	    width: 100% !important;
}
.list-unstyled label{
    font-weight:500;
    margin-left:15px;
}
.list-unstyled .form-control,
.list-unstyled .form-control:focus{
    outline:none;
    border-radius:0px;
    -webkit-border-radius:0px;
    box-shadow:none;
    -webkit-box-shadow:none;
    border-color:#E3E3E3;
}
.list-unstyled .btn{
        margin-top: 10px;
}
.zaznacz-arrow{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
   -webkit-transform: translateX(-50%);
    color: #6B6B6B;
    top: 3px;
}
.arrow-line{
        position: absolute;
    width: 50%;
    height: 1px;
    background: #6B6B6B;
    top: 16px;
    left: 50%;
}
label[for="wlaczDrag"]{
    line-height:28px;
}
.table .ui-sortable-helper {
    display: table;
    text-align:center;
}
.tab-content{
        border: 1px solid #DADADA;
    margin-top: -1px;
        margin-bottom: 30px;
            padding: 0px 10px 10px 10px;
}
.tab-content .panel-heading{
    display:none;
}
.tab-content .panel{
    border:none;
        -webkit-box-shadow: none;
    box-shadow: none;
}
.tab-content .tab-content,
.panel-body .tab-content{
    border:none;
}
.gallery_zdjecia_col{
        background: #f0F0F0;
    padding-right: 10px;
    margin-right: 5px;
        width: calc(65% - 2px);
    margin-left: 10px;
        padding-bottom: 10px;
}

.gal_head{
        padding-bottom: 20px;
}
.gal_head h3{
        width: auto;
    float: left;
    margin: 0px;
    font-weight: 700;
}
.gal_head .btn{
        margin-top: -6px !important;
    margin-left: 20px;
}
.nav-tabs>li>a:hover {
    border-color: #eee #eee #ddd;
    color: #404040;
}
.hideit{
    display:none;
}
.clear-hover{
    cursor:pointer;
        transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
}
.clear-hover span{
        transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
}
.clear-hover:hover span{
    color:#f8c300;
    transition:all ease 0.3s;
    -webkit-transition:all ease 0.3s;
}
.btn-row{
	    float: left;
    width: 100%;
    text-align: center;
}
.btn-row *{
	float:none !important;
	margin-top:0px !important;
	margin-bottom:0px !important;
}
#user_edit .mk-trc{
	    height: 22px;
    line-height: 20px;
    margin-bottom: 0px;
    display: inline-block;
}
body .btn-row:nth-child(2){
	margin:10px 0px;
}
@media screen and (max-width: 1199px){
    .gallery_zdjecia_col{
            background: #f0F0F0;
    padding-right: 10px;
    margin-right: 0px;
    width: calc(100% - 30px);
    margin-left: 15px;
    float:left;
    }
}

.tab-content {
	padding-top:20px;
}

.empty_title {
	color:#B7B7B7!important;
	font-size:inherit !important;
}

.select-wartosci {
	margin: 0!important;
}

span.info {
	color: #9C9C9C;
	font-size: 13px !important;
	font-weight: normal;
	line-height: 0px !important;
	font-style: italic;
}

.main_page_inactive {
	color: #D7D7D7;
}

.recipient_type_content {
	display:none;
}

.info {
    border: 1px solid silver;
    padding: 10px;
    background: #F8F8F8;
    font-style: italic;
    font-size: 13px;
}

.newsletter_article_listing {
	list-style-type:none;
	margin:0; 
	padding:0
}

.newsletter_article_listing li {
	padding: 3px;
	border-bottom:1px solid silver;
}

.newsletter_article_listing li:last-of-type {
	border-bottom:0 !important;
}

.newsletter_article_table_col_1 {
	width:110px; 
	text-align:center;
}

.newsletter_article_table_intro {
	font-size:11px; 
	font-style:italic
}


.legend {
    background: #F8F8F8;
    padding: 10px 0 10px 5px;
    font-style: italic;
    font-size: 14px;
    border-top:1px solid silver;
}

.modules_language .active {
	font-weight:bold;
	text-decoration: underline;
}

.redirection_add_form {
	background: #e2e2e2;
}

.redirection_add_form td {
	padding-bottom:20px
}

.filter-table tr td{
	padding:3px;
}


#uploader .ui-state-default .ui-icon {
	background-image: none;
}