/*
Extranet pro Bartoň a Partner s.r.o.
Vytvořil: Josef Picur, e-mail: josef.picur(zavinac)bartonapartner.cz
2012-2023
*/
/* 
    Created on : 15.6.2016, 10:39:46
    Author     : pepa
    bp color: 0,106,179
*/

@font-face {
	font-family: "Nudista";
	src: url("font/Nudista_Medium.woff") format('woff');
	font-weight: normal;
}
@font-face {
	font-family: "Nudista Bold";
	src: url("font/Nudista_Bold.woff") format('woff');
	font-weight: bold;
}

body {
	margin: 0;
	font-family: "Segoe UI",sans-serif;
}
footer {
	margin-top: 1em;
	text-align: center;
	font-size: x-small;
	font-family: "Segoe UI",sans-serif;
}
	.logoba {
		display: flex;
		justify-content: center;
		align-items: flex-end;
		gap: 1em;
		flex-flow: row wrap;
		margin-top: 1em;
		margin-bottom: 1em;
	}
	.extranet-txt{
		font-family: 'Nudista Bold',sans-serif;
		font-size: 3em;
		color: #006ab3;
	}
	.nadpis_login {
		display: table;
		width: 50%;
		min-width: 300px;
		line-height: 44px;
		border-radius: 4px;
		vertical-align: middle;
		text-align: center;
		background-color: #006ab3;
		font-family: 'Nudista','Segoe UI',sans-serif;
		color: #FFF;
		font-size: 1.1em;
		margin: auto auto 50px;
	}
	.nadpis {
	     color: #006ab3;
	     font-family: 'Nudista',sans-serif;
	     font-weight: normal;
	     font-size: 1.2em;
	     text-align: center;
	}
	.nadpis2 {
	     background-color: #006ab3;
	     color: #FFFFFF;
	     font-family: 'Nudista',sans-serif;
	     font-weight: bold;
	     display: table;
	     text-align: center;
	     vertical-align: middle;
	     border-radius: 8px;
	     line-height: 40px;
	     padding-left: 30px;
	     padding-right: 30px;
	     font-size: 1em;
	}
	.nadpis3 {
		display: table;
		width: 100%;
		line-height: 44px;
		border-radius: 4px;
		vertical-align: middle;
		text-align: center;
		background-color: #006ab3;
		font-family: 'Nudista',"Segoe UI",sans-serif;
		color: #FFF;
		font-size: 1.1em;
		margin: auto auto 2em;
	}

	.klienttyp {
		font-family: monospace;"
	}
	.copyr {

	}
	.ul_table {
	    list-style: none;
	}
	.li_table {
	    padding-bottom: 5px;
	    font-family: 'Nudista',"Segoe UI",sans-serif;	}
	.div_table {
	    width: 30%;
		min-width: 300px;
	    background: -webkit-linear-gradient(top, #EBECEC 0%, #FFFFFF);
	    background: -moz-linear-gradient(top, #EBECEC 0%, #FFFFFF);
	    background: -ms-linear-gradient(top, #EBECEC 0%, #FFFFFF);
	    background: -o-linear-gradient(top, #EBECEC 0%, #FFFFFF);
	    background: linear-gradient(top, #EBECEC 0%, #FFFFFF);
	    border-radius: 4px;
		border-top: 1px solid #d5d5d5;
		/*
		border-width: 1px;
		border-style: solid;
		border-image:
				linear-gradient(
						to bottom,
						#0066B1,
						rgba(0, 0, 0, 0)
				) 1 100%;
		border-bottom: none;

		 */

	}
	.article_table {
	    width: 90%;
		min-width: 300px;
	    margin-left: 10px;
	    margin-right: 10px;
	    padding-bottom: 50px;
	    background: -webkit-linear-gradient(top, #EBECEC 0%, #FFFFFF);
	    background: -moz-linear-gradient(top, #EBECEC 0%, #FFFFFF);
	    background: -ms-linear-gradient(top, #EBECEC 0%, #FFFFFF);
	    background: -o-linear-gradient(top, #EBECEC 0%, #FFFFFF);
	    background: linear-gradient(top, #EBECEC 0%, #FFFFFF);
	    border-radius: 4px;
		border-top: 1px solid #d5d5d5;
	}
.seznam {
	font-family: 'Nudista',sans-serif;
	color: #000;
	text-decoration: none;
}
.seznam:hover {
	text-decoration: underline;
}
.info{
	margin-top: 20px;
	font-family: "Segoe UI", sans-serif;
	font-style:italic;
	color: #353535;
}

.tooltip {
		position: relative;
		display: inline-block;
}
.tooltip .tooltiptext {
	visibility: hidden;
	width: 140px;
	background-color: #555;
	color: #fff;
	text-align: center;
	border-radius: 6px;
	padding: 5px;
	position: absolute;
	z-index: 1;
	bottom: 150%;
	left: 50%;
	margin-left: -75px;
	opacity: 0;
	transition: opacity 0.3s;
}
.tooltip .tooltiptext::after {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -5px;
	border-width: 5px;
	border-style: solid;
	border-color: #555 transparent transparent transparent;
}
.tooltip:hover .tooltiptext {
	visibility: visible;
	opacity: 1;
}

.verze {
	padding-left: 10px;
	font-size: small;
	text-align: right;
}

/* flexbox formular */
.container {
	width: 80%;
	max-width: 1200px;
	margin: 0 auto;
}

.container * {
	box-sizing: border-box;
}

.flex-outer {
	list-style-type: none;
	padding: 0;
}

.flex-outer {
	max-width: 30em;
	margin: 0 auto;
	border: 1px outset #9D9D9D;
	padding: 20px;
	border-radius: 4px;
}

.flex-outer:hover {
	box-shadow: 0 0 5px #9D9D9D;
}

.flex-outer li {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.flex-outer > li:not(:last-child) {
	margin-bottom: 2em;
}

.flex-outer li label,
.flex-outer li p {
	padding: 8px;
	letter-spacing: .09em;
	text-transform: uppercase;
}

.flex-outer > li > label,
.flex-outer li p {
	flex: 1 0 50px;
	max-width: 10em;
}

.flex-outer > li > label + * {
	flex: 1 0 120px;
}

.flex-outer li p {
	margin: 0;
}

.flex-outer li input {
	padding: 5px;
}

.flex-outer li button {
	margin-left: auto;
	padding: 8px 16px;
	border: none;
	background: #333;
	color: #f2f2f2;
	text-transform: uppercase;
	letter-spacing: .09em;
	border-radius: 2px;
}

.flex-outer li button:hover {
	background: #006ab3;
}
/**************
ikonky start
 */
.ikonka-pdf:before {
	background: url("../ico/pdf-icon.png") center left no-repeat;
	background-size: 100%;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: .5em;
	padding-bottom: 5px;
	position: relative; top: 13px;
}
.ikonka-pdf {
	font-family: 'Nudista',"Segoe UI",sans-serif;
	color: #000;
	text-decoration: none;
}
.ikonka-pdf:hover {
	text-decoration: underline;
}
.ikonka-word:before {
	background: url("../ico/word-icon.png") center left no-repeat;
	background-size: 100%;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: .5em;
	padding-bottom: 5px;
	position: relative; top: 13px;
}
.ikonka-word {
	font-family: 'Nudista', "Segoe UI", sans-serif;
	color: #000;
	text-decoration: none;
}
.ikonka-word:hover {
	text-decoration: underline;
}
.ikonka-excel:before {
	background: url("../ico/excel-icon.png") center left no-repeat;
	background-size: 100%;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: .5em;
	padding-bottom: 5px;
	position: relative; top: 13px;
}
.ikonka-excel {
	font-family: 'Nudista', "Segoe UI",sans-serif;
	color: #000;
	text-decoration: none;
}
.ikonka-excel:hover {
	text-decoration: underline;
}
.ikonka-folder:before {
	background: url("../ico/folder-icon.png") center left no-repeat;
	background-size: 100%;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: .5em;
	padding-bottom: 5px;
	position: relative; top: 13px;

}
.ikonka-folder {
	font-family: 'Nudista', "Segoe UI",sans-serif;
	color: #000;
	text-decoration: none;
}
.ikonka-folder:hover {
	text-decoration: underline;
}
.ikonka-teamviewer:before {
	background: url("../ico/teamviewer-icon.png") center left no-repeat;
	background-size: 100%;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: .5em;
	padding-bottom: 5px;
	position: relative; top: 13px;

}
.ikonka-teamviewer {
	font-family: 'Nudista', "Segoe UI", sans-serif;
	color: #000;
	text-decoration: none;
}
.ikonka-teamviewer:hover {
	text-decoration: underline;
}

.ikonka-jpeg:before {
	background: url("../ico/jpg-icon.png") center left no-repeat;
	background-size: 100%;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: .5em;
	padding-bottom: 5px;
	position: relative; top: 13px;

}
.ikonka-jpeg {
	font-family: 'Nudista', "Segoe UI", sans-serif;
	color: #000;
	text-decoration: none;
}
.ikonka-jpeg:hover {
	text-decoration: underline;
}
.ikonka-icewarp:before {
	background: url("../ico/icewarp-icon.png") center left no-repeat;
	background-size: 100%;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: .5em;
	padding-bottom: 5px;
	position: relative; top: 13px;

}
.ikonka-icewarp {
	font-family: 'Nudista', "Segoe UI", sans-serif;
	color: #000;
	text-decoration: none;
}
.ikonka-icewarp:hover {
	text-decoration: underline;
}
.ikonka-zip:before {
	background: url("../ico/zip-icon.png") center left no-repeat;
	background-size: 100%;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: .5em;
	padding-bottom: 5px;
	position: relative; top: 13px;

}
.ikonka-zip {
	font-family: 'Nudista', "Segoe UI", sans-serif;
	color: #000;
	text-decoration: none;
}
.ikonka-zip:hover {
	text-decoration: underline;
}
.ikonka-sentinel:before {
	background: url("../ico/sentinel-icon.png") center left no-repeat;
	background-size: 100%;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: .5em;
	padding-bottom: 5px;
	position: relative; top: 13px;
}
.ikonka-sentinel {
	font-family: 'Nudista', "Segoe UI", sans-serif;
	color: #000;
	text-decoration: none;
}
.ikonka-sentinel:hover {
	text-decoration: underline;
}
.ikonka-webmail:before {
	background: url("../ico/webmail-icon.png") center left no-repeat;
	background-size: 100%;
	content: "";
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: .5em;
	padding-bottom: 5px;
	position: relative; top: 13px;
}
.ikonka-webmail {
	font-family: 'Nudista', "Segoe UI", sans-serif;
	color: #000;
	text-decoration: none;
}
.ikonka-webmail:hover {
	text-decoration: underline;
}
/*
ikonky konec
****************/

.verze {
	padding-left: 10px;
	font-size: small;
	text-align: right;
}
