﻿.ts_small_box {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    
    width: 280px;
    height: 120px;
    border-radius: 5px;
    box-shadow: 0 0 1px rgba(0, 0, 0, .125), 0 1px 3px rgba(0, 0, 0, .2);
    margin-bottom: 10px;
    margin-right: 10px;
}

.ts_small_box > .inner {
    padding: 10px
}

.ts_small_box > .inner > .title {
    font-size: 24px;
    font-weight: bold;
}

.ts_small_box > .end {
    height: 30px;
    background-color: rgba(0,0,0,0.2);
    padding-left: 10px;
    line-height: 30px;
    position: relative;
    margin-bottom: 0px
}

.ts_small_box.ts_small_box_red {
    background-color: red;
}

.ts_small_box.ts_small_box_normal {
    background-color: #FF5722;
    color: #fff
}


.custom-white-input.dx-editor-outlined,
.custom-white-input .dx-texteditor-container,
.custom-white-input .dx-texteditor-input-container {
    border: none !important;
    background-color: #ffffff !important;
    border-radius: 4px !important;
    height: 32px !important;
}

.custom-white-input .dx-texteditor-container {
    border: 0px transparent !important;
    outline: none !important;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1) !important;
}

.custom-white-input.dx-state-focused .dx-texteditor-container,
.custom-white-input.dx-state-hover .dx-texteditor-container {
    border: none !important;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15) !important;
}

.custom-white-input .dx-texteditor-input {
    background-color: transparent !important;
    border: none !important;
}

/* Selettore per rimuovere il margine destro dal dx-fileuploader-input-wrapper */
.dx-fileuploader-input-wrapper {
    padding-bottom: 0 !important;
}
