﻿.containerTxtIssel .textBoxIssel {
    border: none;
}

.containerTxtIssel .withoutBtnAction {
    width: 100%;
}

.divConteinerPswField {
    width: 115px;
}

.containerTxtIssel {
    background-color: white;
    border: 1px solid var(--MRO_BorderColor);
    border-radius: 4px;
    box-sizing: border-box;

    display: flex;
    justify-content: space-between;
}

/* div utilizzato all'interno del control Text Multi line */
.containerTxtMultiLineIssel {
    width: 100%;
}

.disabledField {
    background-color: #D1D3D4;
}

.containerTxtIssel .cssBtnTestMail {
    height: 25px;
}

textArea.textBoxMultiLine {
    border: 1px solid var(--MRO_BorderColor);
    border-radius: 4px;
    box-sizing: border-box;
}

.containerTxtIsselAllScreen {
    /*Usato solo nel popup*/
    height: 100%;
}

.containerTxtIssel .textAreaClass {
    /*Usato solo nel popup*/
    width: 100%;
    height: 100%;

    /* TODO check thís resize*/
    resize: none;
}

.containerTxtIssel .containerBtnShowText .isselShowLongText {
    top: 5px;
    position: relative;
}

.containerTxtIssel .containerBtn,
.containerTxtIssel .containerBtnShowText {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.containerTxtIssel .containerBtnShowText {
    vertical-align: middle;
}

a.btnInlineText {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    width: 24px;
    height: 24px;
    aspect-ratio: 1 / 1;
}

.containerTxtIssel .containerBtn .isselCalendar {
    background-image: url(../icons/iconMRO/GeneralIcon/CALENDAR_N.svg);
}

.containerTxtIssel .containerBtn .isselCalendarDis {
    background-image: url(../icons/iconMRO/GeneralIcon/CALENDAR_D.svg);
}

input[type="password"].changePswTxt,
input[type="text"].changePswTxt {
    padding-right: var(--icons-size-medium);
}

.icon-toggle-password {
    width: var(--icons-size-medium);
    aspect-ratio: 1 / 1;

    flex-shrink: 0;

    background-image: url(../icons/iconMRO/GeneralIcon/SHOWPSW.svg);
    background-repeat: no-repeat;
    background-size: 75%;
    background-position: center;

    position: absolute;
    right: 0;
}

.icon-toggle-password-hide {
    background-image: url(../icons/iconMRO/GeneralIcon/HIDEPSW.svg);
}

.containerTxtIssel .containerBtn .isselAddFolder {
    background-image: url(../icons/iconMRO/GeneralIcon/FOLDER_ADD_N.svg);
}

.containerTxtIssel .containerBtn .isselExtraObj {
    background-image: url(../icons/iconMRO/GeneralIcon/VIEW_H.svg);
}

.containerTxtIssel .containerBtn .isselExtraObjDis {
    background-image: url(../icons/iconMRO/GeneralIcon/VIEW_D.svg);
}

.containerTxtIssel .containerBtn .isselDetailObj {
    background-image: url(../icons/iconMRO/GeneralIcon/VIEW_H.svg);
}

.containerTxtIssel .containerBtn .isselDetailObjDis {
    background-image: url(../icons/iconMRO/GeneralIcon/VIEW_D.svg);
}

.containerTxtIssel .containerBtn .isselAddFolderDis {
    background-image: url(../icons/iconMRO/GeneralIcon/FOLDER_ADD_D.svg);
}

.containerTxtIssel .containerBtn .isselDelFolder {
    background-image: url(../icons/iconMRO/GeneralIcon/FOLDER_DEL_N.svg);
}

.containerTxtIssel .containerBtn .isselDelFolderDis {
    background-image: url(../icons/iconMRO/GeneralIcon/FOLDER_DEL_D.svg);
}

.containerTxtIssel .containerBtn .isselSaveFieldDis {
    background-image: url(../icons/iconMRO/GeneralIcon/SAVE_D.svg);
}

.containerTxtIssel .containerBtn .isselSaveField {
    background-image: url(../icons/iconMRO/GeneralIcon/SAVE_N.svg);
}

.containerTxtIssel .containerBtn .isselShowLongText {
    background-image: url(../icons/iconMRO/GeneralIcon/DETAIL_H.svg);
}

.isselDownloadLog {
    background-image: url(../icons/iconMRO/GeneralIcon/DOWNLOAD_FILE.svg);
}

.containerTxtIssel .containerBtn .isselTestMail {
    background-image: url(../icons/iconMRO/GeneralIcon/EMAIL_H.svg);
}

.containerTxtIssel .containerBtn .isselUploadFile {
    background-image: url(../icons/iconMRO/GeneralIcon/ATTACH_UPLOAD_H.svg);
}

.containerTxtIssel .containerBtn .isselSearchLike {
    background-image: url(../icons/iconMRO/GeneralIcon/SEARCHLIKE.svg);
}

.containerTxtIssel .containerBtn .isselSearchFullText {
    background-image: url(../icons/iconMRO/GeneralIcon/SEARCHFULLTEXT.svg);
}

.containerTxtIssel .containerBtn .isselSearchEvent {
    background-image: url(../icons/iconMRO/GeneralIcon/VIEW_H.svg);
}

.containerTxtIssel .containerBtn .aspNetDisabled {
    cursor: default;
}

/* Utilizzato in IsselChart */
.aspettoGrafici {
    padding: 20px;
}

/* Utilizzato in IsselChart - per le torte aumento il padding per evitare che si vedano troppo grandi */
.aspettoGraficiPie {
    padding-left: 30%;
    padding-right: 30%;
    padding-bottom: 20px;
    padding-top: 20px;
}

/* Utilizzato in IsselChart */
.isselChartDiv {
    background-color: var(--MRO_BackGroundColor);
}
