table.dataTable tbody th, table.dataTable tbody td {
    font-size: 14px;
    vertical-align: middle;
    height: 50px !important;
    padding: 5px 10px !important;
    border-left: 2px solid #e4e3e3;
}

table.dataTable tbody th:last-child, table.dataTable tbody td:last-child {
    border-right: 2px solid #e4e3e3;

}

.main-container {
    padding: 10px 100px;
    font-size: 14px;
    margin-bottom: 100px;
}

.favorites {
    padding: 10px;
    background-color: #C3CFD4;
}

.statusbox {
    width:30px;
    height:30px;
}

.footer {
    text-align: center;
    width: 100%;
    padding: 10px;
    border-top: 1px solid #dedede;
    font-size: 12px;
    font-weight: 700;
}

.table-no-border {
    border: 0px;
}

.table-no-border tr {
    border: 0px;
}

.table-no-border td {
    border:0px;
    padding: 10px;
}

.login-footer {
    color: #ccc;
    font-size: 12px;
    text-align: center;
}

.table-borderless > tbody > tr > td,
.table-borderless > tbody > tr > th,
.table-borderless > tfoot > tr > td,
.table-borderless > tfoot > tr > th,
.table-borderless > thead > tr > td,
.table-borderless > thead > tr > th {
    border: none;
}

.historytable > tbody > tr > td {
    font-size: 12px;
}

.filelisttable > tbody > tr > td {
    font-size: 13px;
}

.seqprintimage {
    width: 200px;
    height: auto;
}

.messagebar {
    padding: 5px;
}

.mlmini {
    font-size: 10px;
}

.favspan {
    background-color: #dedede;
    padding: 3px;
    border-radius: 6px;
}

.file-block, .other-file-block {
	border-bottom: 1px solid #d2d6de;
}

form img {
  width: 200px;
  margin: 10px;
}

.img-small {
    height: 50px !important;
    width: auto;
    max-width: 50px;
}

.img-big{
	width: 400px;
	margin: 10px;
}

.header-messages {
    width: 100%;
    max-width: 100%;
    padding: 10px;
    margin: auto;
}

.suspended-furniture {
	background-color: silver !important;
}

.connectedList {
	min-height: 20px;
    list-style-type: none;
    margin: 0 0 20px;
    padding: 20px 10px;
    border: 2px dashed lightgray;
    border-radius: 8px;
}

.connectedList li {
	margin: 0 10px 10px;
    padding: 10px;
    border-radius: 4px;
    border: solid 2px lightgray;
    display: flex;
    background: white;
    cursor: -webkit-grab;
}

.connectedList li:active {
    cursor: -webkit-grabbing;
}

.dt-buttons {
    position: absolute !important;
    top: -80px !important;
    right: 0;
}

.dt-buttons::before {
    content: 'Táblázat kezelése';
    position: absolute;
    top: -25px !important;
    right: 4px;
    font-size: 12px;
}

.container .btn.btn-default.btn-block {
    text-align: left;
    margin: 5px 0;
}

.ui-state-default {
    background-color: white;
}

.picture-box {
    width: 100px;
    margin-right: 20px;
}

.picture-box .pic-small {
    margin-right: 10px;
}

.picture-box img.img-small {
    width: auto;
    max-width: 100px !important;
    height: auto !important;
    max-height: 100px;
}

span.kiemelt {
    margin-left: 10px;
}

table.dataTable tbody tr:nth-child(even) {
    background-color: #f3f3f3;
}

input[type="search"] {
    border: 2px solid lightgray;
    height: 34px;
    border-radius: 4px;
}

table.dataTable thead th, table.dataTable thead td {
    border-bottom: solid 1px lightgray !important;
}

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

#search-for-furniture {
    width: 100%;
    height: 44px;
    border-radius: 4px;
    border: solid 2px lightgrey;
    margin: 10px 0;
    padding: 0 10px;
}

.keszlet-elem {
    position: relative;
}

.tooltip-text {
    display: none;
    width: 100%;
    min-height: 100px;
    position: absolute;
    right: 0;
    top: -105px;
    z-index: 30;
    background: #e7e7e7;
    border: solid 2px rgb(168, 168, 168);
    border-radius: 4px;
    padding: 20px;
    transition: ease .2s;
    box-shadow: 0px 10px 10px -8px rgba(0, 0, 0, .2);
}

.tooltip-text:hover {
    display: none !important;
}

.keszlet-elem:hover .tooltip-text {
    display: block !important;
    transition: ease .2s;
}

.trash-icon {
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    font-size: 11px;
    align-items: center;
    cursor: pointer;
    z-index: 21;
    padding: 6px;
}

.trash-icon:hover svg {
    fill: rgb(204, 0, 0);
}

.trash-icon svg {
    margin-left: 4px;
}