.page-content-white .page-title
{
    margin-top: 0;
}

.page-header.navbar .page-logo .logo-default {
    margin: 12px 0 0;
}

.page-content-white .page-content .page-bar {
    margin-bottom: 15px;
}

.table-scrollable .dataTable td > .btn-group, .table-scrollable .dataTable th > .btn-group {
    position: relative;
}

.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {

    vertical-align: middle;
}

.dataTables_extended_wrapper .table.dataTable {
    margin-top: 0;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 10px;
}

table.dataTable thead th .filter-submit, table.dataTable thead td .filter-submit,
table.dataTable thead th .filter-cancel, table.dataTable thead td .filter-cancel{
    width: 100%;
}

table.dataTable td.sorting_1, table.dataTable td.sorting_2, table.dataTable td.sorting_3, table.dataTable th.sorting_1, table.dataTable th.sorting_2, table.dataTable th.sorting_3 {
    background: none !important;
}

.swal2-popup {
    font-size: 1.6rem !important;
}

.swal2-container {
    z-index: 20000;
}

.swal2-content {
    z-index: 2 !important;
}

.swal2-modal {
    font-family: "Open Sans",sans-serif;
    text-align: center;
}

.swal2-modal .swal2-title {
    font-size: 20px;
    padding-top: 5px;
    font-weight: 300;
    margin-bottom: 15px;
}

.swal2-modal .swal2-content{
    font-size: 14px;
    font-weight: 300;
    line-height: 1.4;
    margin-bottom: 20px;
    color: #777;
}

.swal2-modal .btn{
    font-size: 14px;
    padding: 8px 14px;
    margin: 0 2px;
}

.sweet-alert .btn:focus,
.swal2-modal .btn:focus{
    border-color: transparent;
}

.mt-sweetalert:hover {
    cursor: pointer;
}

.mt-sweetalert.mt-italic {
    font-style: italic;
}

.mt-sweetalert:focus {
    outline: none !important;
    border: 1px solid transparent;
}

.mt-sweetalert-title {
    margin: 30px 0 15px 0;
}

button.dt-button, div.dt-button, a.dt-button
{
    border: none;
    border-radius: 0;
    background: none;
    font-weight: 300;
    line-height: 18px;
    color: #555;
}

button.dt-button:active:not(.disabled), button.dt-button.active:not(.disabled), div.dt-button:active:not(.disabled), div.dt-button.active:not(.disabled), a.dt-button:active:not(.disabled), a.dt-button.active:not(.disabled)
{
    box-shadow: none;
    background-color: #f6f6f6;
}

button.dt-button:active:hover:not(.disabled):not(.disabled), button.dt-button.active:hover:not(.disabled):not(.disabled), div.dt-button:active:hover:not(.disabled):not(.disabled), div.dt-button.active:hover:not(.disabled):not(.disabled), a.dt-button:active:hover:not(.disabled):not(.disabled), a.dt-button.active:hover:not(.disabled):not(.disabled),
button.dt-button:hover:not(.disabled), div.dt-button:hover:not(.disabled), a.dt-button:hover:not(.disabled)
{
    box-shadow: none;
    background-color: #eeeeee;
    border: 0;
}

.control-label .required,
.form-group .required
{
    color: #555;
    font-size: 14px;
    padding-left: 12px;
}

.flotTip
{
    padding: 3px 5px;
    background-color: #fff;
    z-index: 100;
    color: #000;
    box-shadow: 0 0 10px #555;
    border: 1px solid #eee;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    padding: 5px;
}

/*colori*/
.btn.blue-inp:not(.btn-outline) {
    color: #FFFFFF;
    background-color: #009fe3;
    border-color: #009fe3; }
.btn.blue-inp:not(.btn-outline):focus, .btn.blue-inp:not(.btn-outline).focus {
    color: #FFFFFF;
    background-color: #217ebd;
    border-color: #15527c; }
.btn.blue-inp:not(.btn-outline):hover {
    color: #FFFFFF;
    background-color: #217ebd;
    border-color: #1f78b5; }
.btn.blue-inp:not(.btn-outline):active, .btn.blue-inp:not(.btn-outline).active,
.open > .btn.blue-inp:not(.btn-outline).dropdown-toggle {
    color: #FFFFFF;
    background-color: #217ebd;
    border-color: #1f78b5; }
.btn.blue-inp:not(.btn-outline):active:hover, .btn.blue-inp:not(.btn-outline):active:focus, .btn.blue-inp:not(.btn-outline):active.focus, .btn.blue-inp:not(.btn-outline).active:hover, .btn.blue-inp:not(.btn-outline).active:focus, .btn.blue-inp:not(.btn-outline).active.focus,
.open > .btn.blue-inp:not(.btn-outline).dropdown-toggle:hover,
.open > .btn.blue-inp:not(.btn-outline).dropdown-toggle:focus,
.open > .btn.blue-inp:not(.btn-outline).dropdown-toggle.focus {
    color: #FFFFFF;
    background-color: #1c699f;
    border-color: #15527c; }
.btn.blue-inp:not(.btn-outline):active, .btn.blue-inp:not(.btn-outline).active,
.open > .btn.blue-inp:not(.btn-outline).dropdown-toggle {
    background-image: none; }
.btn.blue-inp:not(.btn-outline).disabled:hover, .btn.blue-inp:not(.btn-outline).disabled:focus, .btn.blue-inp:not(.btn-outline).disabled.focus, .btn.blue-inp:not(.btn-outline)[disabled]:hover, .btn.blue-inp:not(.btn-outline)[disabled]:focus, .btn.blue-inp:not(.btn-outline)[disabled].focus,
fieldset[disabled] .btn.blue-inp:not(.btn-outline):hover,
fieldset[disabled] .btn.blue-inp:not(.btn-outline):focus,
fieldset[disabled] .btn.blue-inp:not(.btn-outline).focus {
    background-color: #009fe3;
    border-color: #009fe3; }
.btn.blue-inp:not(.btn-outline) .badge {
    color: #009fe3;
    background-color: #FFFFFF; }

.btn.btn-outline.blue-inp {
    border-color: #009fe3;
    color: #009fe3;
    background: none; }
.btn.btn-outline.blue-inp:hover, .btn.btn-outline.blue-inp:active, .btn.btn-outline.blue-inp:active:hover, .btn.btn-outline.blue-inp:active:focus, .btn.btn-outline.blue-inp:focus, .btn.btn-outline.blue-inp.active {
    border-color: #009fe3;
    color: #FFFFFF;
    background-color: #009fe3; }

.btn.blue-inp-stripe {
    border-left: 4px solid #009fe3 !important; }

.btn.blue-inp.btn-no-border:not(.active) {
    border-color: transparent; }

.label-success {
    background-color: #26c281;
}
.label-success[href]:hover, .label-success[href]:focus {
    background-color: #1e9765;
}

.font-blue-inp {
    color: #009fe3;
}
.bg-font-blue-inp {
    color: #fff;
}

.dropdown-menu-right, .dropdown-menu.pull-right {
    left: auto;
    right: 0;
}

.btn-group > .dropdown-menu-right::before,
.dropdown-toggle > .dropdown-menu-right::before,
.dropdown > .dropdown-menu-right::before {
    left: auto;
    right: 9px;
}

.btn-group > .dropdown-menu-right::after,
.dropdown-toggle > .dropdown-menu-right::after,
.dropdown > .dropdown-menu-right::after {
    left: auto;
    right: 10px;
}

input.touchspin
{
    text-align: center;
    padding: 0;
}