html {
    font-size: 13px;
    
}

@media (min-width: 768px) {
  html {
    font-size: 15px;
  }
}

html {
    position: relative;
    min-height: 100%;
    overflow-y: overlay;
}

body {
    margin-bottom: 60px;
    
}

label{
    font-size : 11px;
    font-weight :bold;
    padding-bottom : 2px;
}

input[type='file'] {
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
}

textarea {
    resize: none
}


/* Bootstrap */
.row.display-flex {
    display: flex;
    flex-wrap: wrap;
}

.row.display-flex > [class*='col-'] {
    flex-grow: 1;
    align-self: flex-end;
}

.box {
    height: 100%;
}

.card-title {
    color: #bb2d3b;
}

.card-header {
    background-color : white !important; 
    padding-left : 0;
}

.list-group-item {
    padding: 0.9rem 1rem;
    font-size: 15px;
}

.e-stackedheadercelldiv{
    text-align:center !important ;
}

/* Drop down menu nelle righe delle griglie */
.menu > span {
    display: none !important;
}

.menu {
    border-color: #ddd !important;
    color: #303030 !important;
}

/* Syncfusion */

.gridRowButton {
    font-size: 10px !important;
}

.e-tab .e-content {
    padding-left: 5px;
    padding-right : 5px;
}

.e-tab .e-tab-header .e-toolbar-items .e-toolbar-item.e-active::before {
    background-color: #bb2b3d !important ;
}

.e-tab .e-tab-header .e-toolbar-item .e-tab-text {
    font-size:15px !important;  
}

.e-headertext {
    color: #bb2b3d !important;
}

.e-pager .e-numericitem {
    color: #bb2b3d !important;
}

.e-pager .e-currentitem {
    border: 3px solid #EFBAC0 !important;
}

.e-pager .e-numericitem.e-currentitem.e-focused {
    box-shadow: 0 0 0 0 #bb2b3d inset !important;
}

.e-upload{
    display:none;
}

.e-multi-select-wrapper{
    min-height :35px;
}

/* UPDATE PROGRESS */
.UpdateProgress {
    background-color: white;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    -moz-opacity: 0.5;
    -khtml-opacity: 0.5;
    opacity: .5;
    z-index: 1000010;
    width: 100%;
    height: 100%;
    position: fixed !important;
    top: 0;
    left: 0;
}

/* Varie */

.mg-t-20 {
    margin-top: 20px;
}

.mg-t-15 {
    margin-top: 15px !important;
}

.mg-t-5 {
    margin-top: 5px;
}

.mg-t-10 {
    margin-top: 10px;
}

.p-t-15 {
    padding-top : 15px !important;
}

.titleControl {
    color: #bb2d3b;
}

.textControl {
    font-size: 14px
}

.numberCircle {
    border-radius: 50%;
    width: 36px;
    height: 36px;
    padding: 8px;
    background: #fff;
    border: 2px solid #666;
    color: #666;
    text-align: center;
    font: 32px Arial, sans-serif;
}