* {
margin:0;
padding:0;
}
html, body {
font-family: 'Roboto', sans-serif;
font-size:12px;
color:black;
margin:0;padding:0;
text-align:center;
background-color:#e6eaeb
}

 
@import url('https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900&display=swap&subset=latin-ext');
 

.dnone{display:none;}
#monitor {position:absolute;z-index:1000;}

h1 {
	color:black;
	font-size:21px;
	padding:5px 0;
}


/* logowanie do panelu */

#admin_login {
	width:300px;
	height:auto;
	margin:0px auto;
	padding-top:10px;
}

#logowanie fieldset {
	border:0;
}

#logowanie ul {
	width:300px;
}

#logowanie ul li {
	margin:10px 0;
	list-style:none;
}

#logowanie label {
	display:block;
	width:100%;
	cursor:pointer;
	color:#a8a8a8;
	font-size:14px;
	font-weight:normal;
	padding:0 0 5px 0;
}

#logowanie legend {
	font-size:24px;
	font-weight:normal;
}

#logowanie #name,
#logowanie #pass {
	width:240px;
	padding:12px 40px 12px 40px;	
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
}

#logowanie #name {
		 background: white;
		 -
}

#logowanie #pass {
		 background: white;}

#logowanie ul li.rownaj {
	display:block;
	text-align:center;
}

#logowanie .alert {
	display:block;
	padding:7px 0;
	/* background:url(alert_no.png) no-repeat 7px 50%; */
	color:red;
	font-weight:bold;
	text-align:center;
}


/* po zalogowaniue panel */

#menu_tabela {
	margin:50px 20px;
	
}

/* inputy */
.modul_input {
	border:0;
	padding:4px;
	cursor:pointer;
	background-color:#006f9f;
	color:white;
	}
.modul_input:hover {
	background-color:#88bf67;
}


#panel_box {
	width:auto;
	padding:0 0 0 50px;
}


/* kategorie i podkategorie */
#category_table, #category_table1, #category_table2, #kategoria{
	padding:20px;
	background-color:#fff;
	border:0;
}
table{background-color:#fff;border:0;width=100%;}

#u_category_table {
	background-color:#f8eaa6;
	font-size:12px;
	padding:10px;
}

#category_table th, #category_table1 th, #category_table2 th, #kategoria th, table th{
	font-weight:normal;
	font-size:16px;
	background-color:#7fadb7;
	color:#fff;
	padding:10px;
}

#category_table td, #category_table1 td, #category_table2 td, #kategoria td, table td {
	background-color:rgba(146,193,205,0.4);
}

#category_table input, #category_table1 input, #category_table2 input, #kategoria input, #kategoria a
#category_table a , #category_table1 a, #category_table2 a{
	background-color:white;
	border:solid #D8D8D8 1px;
	padding:5px;
	cursor:pointer;
	text-decoration:none;
	font-size:13px;
}
#category_table input:hover,   #kategoria  input:hover,    #kategorie a:hover,
#category_table a:hover {
	background-color:#bdbdbd;

}
#menu{background:#fff;}
.deactive input, .active input{
	background-color:#fff;
	padding:32px 8px 18px 8px;
	cursor:pointer;
	color:#656565;
	border:0;
	border-right:2px solid #eaeaea;
	text-decoration:none;
	font-size:13px;
	font-weight:bold;
}
.deactive input:hover,.active input:hover, .active input{
	background-image:url(css/item.png);
	background-position: right top;
	background-repeat:no-repeat;
	background-color:rgba(146,193,205,0.8);
	color:#fff;
}
.active input{
	font-size:14px;
}
/*przyciski*/
#text .deactive input{
	cursor:pointer;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}
#text .deactive input:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}
#text .deactive input:active{
	position:relative;
	top:1px;
}


#text .active input {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e0e0e0), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #e0e0e0 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e0e0e0', endColorstr='#ffffff');
	background-color:#e0e0e0;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #ffffff;
	display:inline-block;
	color:#424242;
	font-family:arial;
	font-size:15px;
	font-weight:bold;
	padding:6px 24px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;	
}

/* produkt */

#category_seletor select {
	padding:5px;
}

#logo{
	position:relative;
	text-align:left;
}

#main_menu li{
	display:inline;
}
.kategorie li, .kategorie ul{
	/*border-bottom:1px dotted black;
	padding-top:5px;*/
	padding:0px;
	margin:0px;
}
.kategorie input, .opt input, #close input, #menu_e input{
	background-color:white;
	border:solid black 1px;
	-moz-border-radius:3px;
	padding:2px;
	margin-left:5px;
	cursor:pointer;
	text-decoration:none;
	font-size:14px;
	font-weight:bold;
	margin-top:5px;
}
.kategorie input:hover, .opt input:hover, #close input:hover, #menu_e input:hover{
	background-color:#bdbdbd;
	color:white;
	margin-top:5px;
}



#text{
	margin-top:20px;
	text-align:center !important;
}

#pl, #en, #de, #ru{
	border:0;	
	cursor:pointer;
	width:50px;
	padding:4px;
	background:url('pl.gif');
	color:white;
	-moz-border-radius:3px;
	}
#pl:hover, #en:hover, #de:hover, #ru:hover {
	background:#bdbdbd;/*#ffe403;*/
	color:black;
	padding:4px;
	
}
#en{
	background:url('en.gif');
}
#de{
	background:url('de.gif');
}
#ru{
	background:url('ru.gif');
}


.mains {padding:5px 0 5px 0}

.loginer {height:100vh;
background-color:#424c58;


}
#logo {background-image: url(/admin/css/logo.png);height:200px;
background-repeat: no-repeat;
background-position: center 100px;
}
#admin_login {border:0px solid red;width:417px;height:269px;padding:0 text-align:center !important;position:relative;}
#admin_login input {
	border:0;border-radius: 50px;
	color:black;
}
#admin_login input.btn {
	color:white;
}
#logowanie, #logowanie fieldset {text-align:center !important}

#admin_tab_login, .admin_tab_login {text-align:center !important}

#admin_login #logowanie label {color:#fafafa;margin-top:5px;}


#admin_login h1 {color:#a90017;font-size:17px;letter-spacing:-1px}

.category_table {margin:10px auto 10px auto !important}
.editors  {margin-left:0px}
.seoseo {margin-left:0px}

#kategoria {margin:10px auto 10px auto !important; background-color:#fff;}
.expandable .hover, .collapsable .hover{color:#faf7f7!important;}

.borange,.bblue,.bred,.bgreen{
	color:#fff;
	padding:5px;
}
.folder-pic{cursor:pointer;}
.btn_dodaj_pic{margin-top:5px;}
.borange{background:#f5be60!important;}
.borange:hover{background:#f5cc86!important;}
.bblue{background:#7fadb7!important;}
.bred{background:#da5d55!important; }
.bgreen{background:#99c989!important;}
.bgreen:hover{background:#a4d493!important;}
#red li span{font-size:13px; display:inline-block; width:300px; text-align:left; }
#red li{border-bottom:1px solid #fff;}
.bluen{background:#d2e1e5}
#kategoria #row_namen td,#kategoria #row_namend td,#kategoria #row_named td{background:inherit;}
#row_namen,#row_namend{background:#da7b7e!important;}
#row_named{background: #f0c95e!important ;}

/* do article*/

.nrkat{width:120px;}
.cena{width:80px;}
.opcje{width:215px;}
.link_art_ed{width:20px;padding:6px;margin:5px 0 0 2px;}
.icon-folder,.icon-folder-open{color:#f6dc73;font-size:30px;}
.icon-folder-open{color:#f6d231;}
/*galeria*/
#category_files{width:30%;float:left; text-align:left;}
#category_files ul li{list-style:none; margin-bottom:3px;background:#fff;}
#category_files ul li a{width:100px;color:#000;}
#el_files{width:70%;float:right;}
#el_files .bgreen,#el_files .bblue,#el_files .bred{font-weight:600;padding:5px;}
#el_files table .bgreen,#el_files table .bblue,#el_files table .bred{font-weight:100;padding:2px;}

/*NEWSLETTER*/
.newl{float:left;width:25%;}
.newc{float:left;width:30%;margin:0 30px 0 30px;}
.newr{float:left;width:30%; }
.container{width:100%;}
table {border-collapse:separate;border-spacing:1px;}

/*edytor wewn¹trz*/
.clears {clear:both;}
.edit_tresc .inp{width:80%;background:#fff; float:right;}
.edit_tresc h2{
    font-size: 15px;
    padding: 10px 0 0 0;
    text-align: left;
}
.edit_tresc .bloq{background: none repeat scroll 0 0 rgba(255, 255, 255, 0.4);}
#publikuj{width:inherit;}
.edit_tresc .bloq .labels{
	width:20%;
	text-align:left;
	color:#000;
	float:left;
}
.closebtn{cursor:pointer;padding:20px 0;}
.aktualizacja{width:100%; font-weight:bold;}
/*galeria dodawanie zdjêæ*/
#actions {
      margin: 2em 0;
    }
div.table {
      display: table;
    }
    div.table .file-row {
      display: table-row;
    }
    div.table .file-row > div {
      display: table-cell;
      vertical-align: top;
      border-top: 1px solid #ddd;
      padding: 8px;
    }
    div.table .file-row:nth-child(odd) {
      background: #f9f9f9;
    }



    /* The total progress gets shown by event listeners */
    .total-progress {
      opacity: 0;
      transition: opacity 0.3s linear;
    }

    /* Hide the progress bar when finished */
    .previews .file-row.dz-success .progress {
      opacity: 0;
      transition: opacity 0.3s linear;
    }

    /* Hide the delete button initially */
    .previews .file-row .delete {
      display: none;
    }

    /* Hide the start and cancel buttons and show the delete button */

    .previews .file-row.dz-success .start,
    .previews .file-row.dz-success .cancel {
      display: none;
    }
    .previews .file-row.dz-success .delete {
      display: block;
    }
.stanmag,.pozycja{width:40px;}
/*end galeria dodawanie zdjêæ*/
/* galeria-art */
.pic_art{background:#fff;position:relative;overflow-x:hidden;margin-bottom:4px;}
.img_del{position:absolute;top:10px;right:10px;}
.pic_folder .col-md-2{text-align:left;}
/* end galeria-art*/

#pl, #en, #de, #ru {
    background: rgba(0, 0, 0, 0) url("pl.gif") repeat scroll 0 0;
    border: 0 none;
    color: white;
    cursor: pointer;
    padding: 4px;
    width: 50px;
}
#pl:hover, #en:hover, #de:hover, #ru:hover {
    background: #bdbdbd none repeat scroll 0 0;
    color: black;
    padding: 4px;
}
#en {
    background: rgba(0, 0, 0, 0) url("en.gif") repeat scroll 0 0;
}
#de {
    background: rgba(0, 0, 0, 0) url("de.gif") repeat scroll 0 0;
}
#ru {
    background: rgba(0, 0, 0, 0) url("ru.gif") repeat scroll 0 0;
}
.lang {
    float: right;
    width: 260px;
}
.lang a {
    border: 0 none;
    padding-left: 20px;
}
.lang a img {
    border: 0 none;
    padding: 0 !important;
    width: 35px !important;
}

.lang a img.actflag {
    width: 50px !important;
}

.lista_prod_pow{
	list-style: none;
}
.tyt_kat_p{
	margin-top: 20px;
}
#zam_tab .btn_green, #zam_tab a{
	font-size: 15px;
	border: solid #D8D8D8 1px;
	padding: 5px 10px;
	background: #7fadb7  ;
	color: #fff;
	transition: all 0.5s ;
	height: 80px;
	width: 150px;
	white-space: inherit;
	line-height: 20px;
	display: inline-block;
	text-align: center;
}
#zam_tab .btn_green:hover, #zam_tab .btn_green:focus, #zam_tab a:hover, #zam_tab a:focus{
	background: #fff;
	color: #000;
}
#zam_tab{
	background: transparent;
}
#zam_tab td{
	background: transparent;
}
.powiazanie_kat ul{
	margin-left: 20px;
}
.powiazanie_kat .check {
	background: #f5e9a1;
}
.loginer {background-image: url(/admin/log-tlo.jpg);
background-repeat: no-repeat;
background-position: center center;padding-top:0px}
.loginer #admin_login h1 {font-size: 24px;color:white;margin-bottom:15px;}

.loginer input {
	border-radius:40px;
	width:320px;
	padding:12px 40px 12px 40px;	
	font-size:16px;
	font-weight:normal;
	font-family: 'Roboto', sans-serif;
	color:white;
	border:0;
	background-color: #2bbfdb;
	transition: al; .5s;
	
	}
	
	.loginer input:hover {
		        -webkit-box-shadow: 0px 2px 20px 5px rgba(255,255,255,0.15);
                        -moz-box-shadow: 0px 2px 20px 5px rgba(255,255,255,0.15);
                        box-shadow: 0px 2px 20px 5px rgba(255,255,255,0.15);
	}