/*@font-face {
    font-family: "DiodrumRoundedBold";
    src: url("../font/DiodrumRounded-Bold.otf");
}
@font-face {
    font-family: "HelveticaNeue";
	font-weight: 700;
    src: url("../font/HelveticaNeueBold.otf");
}
@font-face {
    font-family: "HelveticaNeue";
	font-weight: 400;
    src: url("../font/HelveticaNeueMedium.otf");
}
@font-face {
    font-family: "HelveticaNeue";
	font-weight: 300;
    src: url("../font/HelveticaNeueThin.otf");
}*/

:root {
  --barva-bila: #F1F0EB;
  --barva-piskova: #D6CABA;
  --barva-oriskova: #776B5F;
  --barva-olivova: #B5AD88;
  --barva-tmavezelena: #5F7455;
}

body {
    /*font-family: HelveticaNeue;*/
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-weight: 300;
    background-color: var(--barva-bila);
}

header,main,footer{
	float: left;
	width: 100%;
}
header{
	border-bottom: 1px solid #ddd;
	padding: 10px 40px;
	background: #222;
	color: #fff;
}
main{
	padding: 0 40px;
}
.list-inline{
	margin-bottom: 0;
}

.sign-out{
	color: #fff;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}
.sign-out:after{
	content: '\f2f5';
	font-family: 'Font Awesome 5 Free';
	margin-left: 5px;
}

.obsah {
    /*height: 100vh;*/
}

.dropFiles {
    width: 100%;
    min-height: 80px; 
	padding: 1rem;
	padding-bottom: 3rem;
    height: 80px; 
    border: 4px #0093ff dashed; 
    text-align: center;
    font-size: 18px;
	font-weight: 600;
	display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
	cursor: pointer;
	transition: all 100ms ease-in-out;
	border-radius: 10px;
	position: relative;
}
.dropFiles:after{
	content: '\f093';
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	font-size: 30px;
	line-height: 30px;
	width: 30px;
	height: 30px;
	display: inline-block;
	right: 1rem;
	top: 50%;
	margin-top: -15px;
	opacity: .1;
}
.dropFiles:before{
	content: 'Vyberte nebo přetáhněte soubory';
	position: absolute;
	bottom: .5rem;
	left: 1rem;
	font-size: 15px;
	font-weight: 300;
}
.dropFiles:hover{
	background: rgba(0, 147, 255, .2);
	border: 4px #0093ff solid; 
}
.dropFiles small{
	font-size: 15px;
	font-weight: 300;
}

.highlightDropArea {
    border: 4px green solid;
}


.modal .close{
	font-size: 20px;
	line-height: 30px;
	position: absolute;
	top: 20px;
	right: 20px;
	text-decoration: none;
	display: inline-block;
	width: 30px;
	height: 30px;
	text-align: center;
	color: #000;
}
.modal .form-group-sm{
	margin-bottom: .5rem;
}

.table{
	border-radius: 10px;
    overflow: hidden;
    border: 1px solid #ddd;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.2);
	font-size: 15px;
}
.table thead{
	border-bottom: 4px double #ddd;
}
.table .header th{
	vertical-align: middle;
	font-weight: bold;
}
.table .header th input{
	
}
.table .header th a{
	text-decoration: none;
}
.table .header .header-cell-id{
	text-transform: uppercase;
}
.table .body .body-cell{
	font-size: 15px;
	vertical-align: middle;
}
.table .body .body-cell .body-cell-files__inner{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.table .body .body-cell .qr-button-box{
	display: flex;
	flex-grow: 0;
}
.table .body .body-cell .btn{
	padding: 4px 6px;
	min-width: 32px;
	border-radius: 30px;
}
.table .body .body-cell .btn.btn-outline{
	padding: 3px 6px
}
.table .body .body-cell.body-cell-id{
	width: 2%;
	min-width: 40px;
}
.table .body .body-cell.body-cell-name{
	width: auto;
	min-width: 40px;
}
.table .body .body-cell.body-cell-email{
	width: auto;
	min-width: 40px;
}
.table .body .body-cell.body-cell-files{
	width: auto;
	min-width: 40px;
}
.table .body .body-cell.body-cell-state{
	width: 10%;
	min-width: 190px;
}
.table .body .body-cell.row-actions{
	width: 10%;
	min-width: 180px;
}

.tw-cnt .header-cell.multisort{
	padding-right: 8px;
}

.table-striped>tbody>tr:nth-of-type(odd)>* {
    --bs-table-color-type: var(--bs-table-striped-color);
    --bs-table-bg-type: rgba(0,0,0,0.02);
}

.multisort-labels{
	display: none;
}
.multisort .glyphicon{
	position: relative;
}
.multisort .glyphicon:before{
	font-family: 'Font Awesome 5 Free';
	position: absolute;
	display: inline-block;
	margin-left: 5px;
}
.multisort .glyphicon.glyphicon-chevron-up:before{
	content: '\f0de';
	margin-top: 3px;
}
.multisort .glyphicon.glyphicon-chevron-down:before{
	content: '\f0dd';
	margin-top: -3px;
}

.btn-group-custom .btn{
	margin: 0 3px;
}
.btn-group-custom .btn:first-child{
	margin-left: 0;
}
.btn-group-custom .btn:last-child{
	margin-right: 0;
}

#svgQRCode{
	width: 100%;
	height: 260px;
	max-height: 50vh;
}

.alert{
	margin-top: 20px;
	position: relative;
	font-weight: 500;
}
.alert .close{
	position: absolute;
    top: 5px;
    right: 5px;
    color: #333;
    font-size: 25px;
    text-decoration: none;
    line-height: 30px;
    display: inline-block;
    width: 30px;
    text-align: center;
}