﻿/*body {
    padding-top: 50px;
    padding-bottom: 20px;
}*/

/* Set padding to keep content from hitting the edges */
.body-content {
    padding-left: 15px;
    padding-right: 15px;
}


/* ELIMINO IL COMPORTAMENTO DI BOOTSTRAP CHE ACCODA L'HREF AD OGNI COLLEGAMENTO IN FASE DI STAMPA */
@media print {
    a[href]:after {
        content: none !important;
    }
}

.nodeco:hover
{
    text-decoration: none;
}

.webgrid-delcolumn
{
    width: 50px;
    min-width: 50px;
}

.webgrid-updcolumn
{
    width: 65px;
    min-width: 65px;
}

.delete, .edit, .save, .undo, .multi
{
    padding-top: 0;
    padding-bottom: 0;
}

.save, .undo
{
    padding-left: 2px;
    padding-right: 2px;
}

.multi
{
    padding-left: 1px;
    padding-right: 1px;
}

.vmiddle
{
    vertical-align: middle !important;
}



.input-group > .form-control > .checkbox
{
    padding-top: 0;
}

ul.pagination {
    margin-top: 0;
    margin-bottom: 0;
}

.list-group-striped > li.list-group-item:nth-of-type(odd)
{
    background-color:#f9f9f9 !important;
}

.cursoraction
{
    cursor: pointer !important;
}
.cursordefault
{
    cursor: default !important;
}

/* FILE UPLOAD BOOTSTRAP => https://www.abeautifulsite.net/whipping-file-inputs-into-shape-with-bootstrap-3 */

.btn-file {
    position: relative;
    overflow: hidden;
}
.btn-file input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    min-width: 100%;
    min-height: 100%;
    font-size: 100px;
    text-align: right;
    filter: alpha(opacity=0);
    opacity: 0;
    outline: none;
    background: white;
    cursor: inherit;
    display: block;
}

/* DATEPICKER */
.datepicker
{
    margin-top: 0px !important;
    padding-left: 12px !important;
    padding-right: 12px !important;
}

div.datepicker.datepicker-dropdown.dropdown-menu
{
    z-index: 2000 !important;
}

.datepicker .day {
    font-size: 16px;
    padding-left: 8px;
    padding-right: 8px;
}

.datepicker th.switch {
    font-size: 18px;
}

/* TIME PICKER */
a.reset_time 
{
    float: none !important;
    color: #a94442;
    text-decoration: none;
}

a.reset_time:hover
{
    text-decoration: none;
}

a.reset_time > span
{
    margin-top: 10px;
}

div.reset_div 
{
    text-align: center;
}

/* SWEETALERT 2*/
.swal2-buttonswrapper .btn {
    min-width: 90px;
}
