/**
* Nahrání dočasného souboru
* 
* Knihovna pro práci se soubory ve formuláři
* 
* @category   Komponenty
* @copyright  Copyright (c) 2016 Foxtrot Technologies s.r.o. (www.foxtrot.cz)
* @version    1.1, 2023-08-07
*/

.foxFiles_top_bar {
    border-bottom: solid 1px #212121;
    padding: 1vh 0;
}

.foxFiles_iconButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 2.5rem;
    padding: 1rem;
    cursor: pointer;
    background-color: #000;
    border-radius: 3px;
}

.foxFiles_iconButton:hover {
    background-color: rgb(109, 109, 109);
}

.foxFiles_iconButton_icon {
    height: 1.5rem;
    width: auto;
    margin: 0 0.5rem 0 0;
}

.foxFiles_iconButton_text {
    font-family: 'AvenirDemi';
    color: #fff;
    white-space: nowrap;
    font-size: 12pt;
    font-weight: normal;
}

.foxFiles_list_cont {
    padding: 2vh 0;
}

.foxFiles_infoText {
    font-family: 'AvenirDemi';
    font-size: 12pt;
    font-weight: normal;
    color: #212121;
}

.foxFiles_smallIconButton {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 3vh;
    width: 3vh;
    flex: 0 0 3vh;
    cursor: pointer;
    background-color: #000;
    border-radius: 3px;
}

.foxFiles_smallIconButton:hover {
    background-color: rgb(109, 109, 109);
}

.foxFiles_smallIconButton_icon {
    height: 1.7vh;
    width: auto;
    margin: 0;
}

.foxFiles_modalBck {
    background-color: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.foxFiles_dialogCont {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: #fff9f1;
    border-radius: 5px;
    border: solid 2px #212121;
    display: flex;
    flex-direction: column;
    padding: 10px;
    width: 70vw;
}

.foxFiles_dialogTitleBar {
    margin: 0 0 1rem 0;
}

.foxFiles_dialogTitle {
    font-family: 'AvenirDemi';
    font-size: 14pt;
    color: #212121;
    text-decoration: underline;
    margin: 0 0 1rem 0;
}

.foxFiles_dialogCloseIcon {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    font-size: 11pt;
    font-family: 'AvenirDemi';
    background-color: #000;
    color: #fff;
    border-radius: 3px;
    padding: 0.3rem 0 0 0;
    cursor: pointer;
}

.foxFiles_inputHead,
.foxFiles_inputHeadMand {
    font-family: 'AvenirDemi';
    padding: 0.3vh 1vw 0 0;
    min-width: 10vw;
    white-space: nowrap;
    font-size: 12pt;
    font-weight: normal;
    color: #212121;
}

.foxFiles_inputHeadMand:before {
    content: '*';
    color: var(--mand-input-color);
    margin: 0 0.3vw 0 0;
}

.foxFiles_input {
    border: none;
    outline: 0;
    flex: 1 100%;
    background-color: #f3f3f3;
    height: 3vh;
    padding: 0 0.2vw;
    font-family: 'Avenir';
    font-size: 12pt;
    font-weight: normal;
    color: #212121;
}

.foxFiles_inputCont {
    border: solid 1px #d3d3d3;
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 0.5vh 1vw;
    min-height: 4vh;
}

.foxFiles_bottomSep {
    margin: 0 0 3vh 0;
}

.foxFiles_fleCont {
    margin: 0 0 1vh 0;
    padding: 3px 0;
    cursor: pointer;
}

.foxFiles_fleCont:hover {
    background-color: #eeeeee;
}

.foxFiles_fleImg {
    height: 3vh;
    width: auto;
    flex-shrink: 0;
    flex-grow: 0;
    cursor: pointer;
}

.foxFiles_nme {
    font-family: 'AvenirDemi';
    font-size: 14pt;
    color: #212121;
}

.foxFiles_fleNme {
    font-family: 'Avenir';
    font-size: 12pt;
    color: #878787;
}
