﻿.editForm .panelButton {
    position: absolute;
    bottom: 10px;
    right: 10px;
}

.editForm .panelHeader {
    position: absolute;
    top: 0;
    background-color: blue;
    height: 25px;
    width: 100%;
    padding: 1px;
}


.disablepanel {
    pointer-events: none;
    opacity: 0.4;
}

.login-form {
    width: 25rem;
    height: 18.75rem;
    position: fixed;
    top: 50%;
    margin-top: -9.375rem;
    left: 50%;
    margin-left: -12.5rem;
    background-color: #ffffff;
    opacity: 0;
    -webkit-transform: scale(.8);
    transform: scale(.8);
}

.editForm {
    border-left: 4px;
    border-left-style: solid;
    border-left-color: #1ba1e2;
    border-right: 4px;
    border-right-style: solid;
    border-right-color: #1ba1e2;
    border-bottom: 4px;
    border-bottom-style: solid;
    border-bottom-color: #1ba1e2;
    border-top: 2px;
    border-top-style: solid;
    border-top-color: #1ba1e2;
}


.editForm .dialog .dialog-ex {
    padding: 0  !important;
}

.toolbar {
    float: left
}

.invisible {
    display:none;
}

.main-content {
    /*margin-top: 50px;*/
    /*background-color: whitesmoke;*/
    height: 92%;
    /*padding-top: 1%;*/
    padding-left: 1%;
    padding-right: 1%;
}

.section .section-content {
    margin-top: 1px;
    height: 95%;
    overflow-x: hidden;
    padding-top: 1%;
}

.main-content .section {
    display: none;
    opacity: 0;
}


.main-content .section.active {
    height: 98%;
    display: block;
    opacity: 0;
    box-shadow: 0 9px 71px rgb(0 0 0 / 12%), 0 5px 9px rgb(0 0 0 / 22%);
}

.drop-zone {
    border: 2px #BFBFBF solid;
    border-style: dashed;
    -ms-border-radius: 5px;
    border-radius: 5px;
    padding: 10px;
}


.drop-zone.dragging {
        border: 3px #a3b8cc solid;
        border-style: dashed;
        -ms-border-radius: 5px;
        border-radius: 5px;
        padding: 10px;
}
.footer {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    padding: 1rem;
    background-color: #efefef;
    text-align: center;
}
/*.section {
   width: 100%;
    padding-top: 1%;
    visibility: hidden;
}

.active {
    visibility: visible;
}


.section .section-header {
    width: 100%;
    height: 40px;
    padding-left: 2%;
}






.section .section-header h1,h2,h3,h4 {
    display: inline;
    left: 10px;
        
}

.section-header span {
    position: absolute;
    right: 5px;
}


.section-header span:hover {
    position: absolute;
    right: 5px;
    color: lightskyblue;
}*/


 
div.container {
        width: 80%;
}


/*Selezione del rigo*/
table .selected {
    background-color: darkgrey !important;
}

table tbody .text-right {
    text-align: right !important;
}


/*Font table*/
th {
    font-size: 80% !important;  
}

td {
    font-size: 75% !important;  
}





/*Table lengh Page*/
.dataTables_length {
    display: inline;
    margin-left: 10px;  
}

td.details-control {
    background: url('../Content/Images/arrow_expand.png') no-repeat center center;
    cursor: pointer;
}

tr.shown td.details-control {
    background: url('../Content/Images/arrow-chiudi.png')no-repeat center center;
}

/******************************************************************************************/
/*Aggiunto per le datatable dove non è possibile forazre una posizione fissa delle colonne*/
/*      NON FUUNZIONA METTENDO QUESTO NON CONSIDERA COMUNQUE IL WIDTH DELLA COLONNA       */
/******************************************************************************************/

table {
    /*margin: 0 auto;
    width: 100%;
    clear: both;
    border-collapse: collapse;
    table-layout: fixed;
    word-wrap: break-word;*/
}
/******************************************************************************************/

/*Font globale*/
