﻿

.noWrap {
    text-overflow: ellipsis;
    white-space: nowrap;
}



/*-------------------------------------------------------------------------------------------------CLASSI WAREHOUSE*/

/*------------------------CLASSE PER BOTTONI (AGGIUNGI; ELIMINA; MODIFICA; APPLICA; ESCI;*/
.whBoxGeneral {
    align-items: center;
    display: flex;
    width: 100%;
    margin: auto;
    flex-direction: column;
}

.whBoxForm {
    width: 100%;
    padding: 15px 25px;
    background-color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.whBoxButton {
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 10px 25px;
    background-color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*-----------------------------------------------------------------------------------------------------------------*/

/*--------------------------------------------------------------------BOX FORM */

.BoxDivForm {
    width: 100%;
    border: 2px solid #f2f5f7;
}


.BoxFormButton {
    display: flex;
    flex-flow: row nowrap;
    justify-content: flex-end;
    width: 100%;
    border-top: 2px solid #f2f5f7;
    padding: 25px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 15px;
}


.BoxFormTitle {
    width: 100%;
    border-bottom: 2px solid #f2f5f7;
    padding: 20px 32px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #005860 !important;
}


.BoxGridToolBar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    border-bottom: 2px solid #f2f5f7;
    padding: 10px 25px;
    background-color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


/*---------------------------------------------------------------FINE BOX FORM*/



/*------------------------------------------------------------------STRUMENTI*/

/* BR (a Capo) */


.Line {
    width: 100%;
    height: 1px;
    background-color: #005860;
}

.bigBR {
    width: 100%;
    height: 50px;
}

.medBR {
    width: 100%;
    height: 20px;
}

.sBR {
    width: 100%;
    height: 10px;
}

.bigHR {
    background-color: #f2f7f8;
    width: 100%;
    height: 2px;
}

.sHR {
    background-color: #f2f7f8;
    width: 100%;
    height: 1px;
}

/*------------------*/


.BoxShadow {
    -webkit-box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    box-shadow: 0 0 13px 0 rgba(82,63,105,.05);
    background-color: white;
}


.SpaceBetween {
    width: 15px;
}

.OverFlowAuto {
    overflow: auto;
    width: 100%;
    padding: 15px 25px;
    background-color: white;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

/*------------------------------------------------------------------FINE STRUMENTI*/



/* -------------------------------------------------- Rules for sizing the icon. */
.material-icons {
    -webkit-touch-callout: none !important; /* iOS Safari */
    -webkit-user-select: none !important; /* Safari */
    -moz-user-select: none !important; /* Old versions of Firefox */
    -ms-user-select: none !important; /* Internet Explorer/Edge */
    user-select: none !important; /* Non-prefixed version, currently supported by Chrome, Opera and Firefox */
}