﻿.auto-height {
	height: auto;
	min-height: 34px;
}

.user-footer {
	font-size: 70%;
	height: auto;
}

.modal-custom {
	width: 1200px;
}

.jstree-anchor {
    white-space: normal;
    height: auto;
	margin-right: 15px;
}
.jstree-default .jstree-anchor {
    height: auto;
}

.jstree-default .jstree-anchor.poslugy-tree {
    margin-bottom: 6px;
    color: darkslategray;
}

div.dataTables_wrapper div.dataTables_processing {
  padding: 4px 0;
}

.table-fixed {
    table-layout: fixed;
    overflow-wrap: break-word;
}

.text-strike {
   text-decoration:line-through;
}


/* PASSWORD BAR*/
.pwbar {
    height: 7px;
}

.pw-weak .pwbar {
    background: #fd1d1e;
    width: 33%;
}

.pw-weak .label {
    color: #fd1d1e;
}

.pw-mediocre .pwbar {
    background: #feb914;
    width: 66%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.pw-mediocre .label {
    color: #feb914;
    text-align: center;
}

.pw-very-strong .pwbar {
    background: #34d123;
    width: 100%;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.pw-very-strong .label {
    color: #34d123;
    text-align: right;
}

/* FOTO BLOCK*/
.foto-block {
    position: relative;
}

.foto-block-container {
    border: 4px dashed #ccc;
    padding: 20px;
    margin: 2px;
}
.file_upload {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.foto-block-ok {
    border-color: green;
}

.foto-block-fail {
    border-color: red;
}

.foto-block-download {
    border-color: lightgray;
}

.foto-block input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}

.foto-action-block {
    display: none;
    justify-content: space-between;
    width: 100%;
    border-top: 1px solid #ddd;
    padding-top: 5px;
}

.foto-block-download:hover .foto-action-block {
    display: flex;
}


.blinking {
    animation: blinker 1500ms linear infinite;
}

.blinking_flash {
    animation: blinker 250ms linear infinite;
}


@keyframes blinker {
    50% { opacity: 1; }
    100% { opacity: 0.1; }
}

.scanner_blinking {
    animation: scanner_blinker 1500ms linear infinite;
}

@keyframes scanner_blinker {
    50% { opacity: 0.7; }
}

.inplace-editor input{
	outline: none;
	box-shadow: none;
	padding: 1px 0px;
	border: 1px solid #ccc;
}

.inplace-editor textarea{
	outline: none;
	box-shadow: none;
	border: 0px solid;
	padding: 0px 0px;
	display: block;
}

li.striped:nth-of-type(even) {
    background-color: #f9f9f9;
}

.ui-autocomplete {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.field-changed {
	border-bottom: 1px dashed red;
}

.request_status_working {

}

.request_status_alert {
    background-color: #fff8dc;
}

.table-striped > tbody > tr.request_status_alert:nth-of-type(odd) {
    background-color: #f9f2d6;
}

.request_test {
    background-color: #FFD119;
}

.table-striped > tbody > tr.request_test:nth-of-type(odd) {
    background-color: #EFC109;
}

.request_status_finished {
    opacity: 0.7;
}

.perm-none {
    opacity: 0.5;
}

.step_selected {
    background-color: khaki !important;
}

.widget-title {
    color: white;
    padding: 5px 5px;
}

.widget-title h2 {
    margin-top: 0;
    margin-bottom: 0;
}

.widget-title div {
    margin-left: 5px;
}

i.list-item {
	cursor: pointer;
}

.scanner-loading-informer {
	position: absolute;
	top:50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	width: 100%;
	display: none;
}

.scanner-loading .scanner-loading-informer {
	display: block;
}

.scanner-loading .scanner-loading-content {
	opacity:0.25;
}

.list-deleted-item {
    opacity: 0.7;
}

.step-inactive-item {
    opacity: 0.25;
}

.strikeout {
    text-decoration: line-through;
}

.thread-pane {
    background: linear-gradient(#f8f8f8, #e0e0e0);
    border-radius: 10px 10px 0 0;
    margin-bottom: 2px;
    font-size: xx-large;
}

.thread-pane.active {
    background: linear-gradient(#f3f3f3, #c2c2c2);
    font-weight: bold;
}


.await-container {
    min-width: 600px;
    height: 300px;
    position:relative;
}

.await-container div{
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    font-size: 1.2em;
}

.await-container div img {
    width: 100px;
    height: 100px;
}

.hide-when-empty:empty {
    display: none;
}

/* margin classes */
.mt-1 {
    margin-top: 1em;
}

.mb-1 {
    margin-bottom: 1em;
}
