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

.page-header.navbar .page-logo .logo-default {
    margin: 3px 0;
    height: 44px;
}

.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;
}

.table-scrollable {
    overflow-x: visible;
    overflow-y: visible;
}

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

.swal2-container {
    z-index: 200000 !important;
}

.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;
}

.swal2-styled.swal2-confirm a,
.swal2-styled.swal2-confirm a:hover{
    color: #fff;
    text-decoration: none;
}

.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;

}

.swal2-modal .swal2-select
{
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    background-color: #fff;
    border: 1px solid #c2cad8;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

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;
    margin: 0;
}

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: -9px;
}

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

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

::-ms-clear {
    display: none;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    top: 9px;
    right: 3px;
    color: #ccc;
    font-size: 16px;
}

#rend-container .mt-action-row
{
    margin-bottom: 3px;
}

#rend-container .mt-actions .mt-action .mt-action-body
{
    overflow: visible;
}

.nav-tabs > li > a
{
    color: #737373;
}

.nav-tabs > li.active > a {
    color: #333;
}

.tabbable-line > .nav-tabs > li.active
{
    border-color: #e1e1e1;
}

.tabbable-line > .nav-tabs > li:hover
{
    border-color: #eee;
}

.select2-results__option[aria-selected=true] {
    display: none;
}
.ms-container .custom-header {
    background: none repeat scroll 0 0 #e1e5ec;
    color: #666;
    padding: 3px;
    text-align: center;
}

.ajaxForm .form-actions .alert{
    padding: 0;
    margin: 0;
}

.ajaxForm .form-actions .alert-success{
    background: none;
    border: none;
}

.ajaxForm .form-actions .alert-danger {
    background: none;
    border: none;
}

.ajaxForm textarea
{
    resize: none;
}

.modal .close
{
    opacity: 1;
    filter: alpha(opacity=100);
}

.modal .close:focus, .modal .close:hover {

    opacity: .5;
    filter: alpha(opacity=50);
}

/*notifiche interne*/
#header_notification_bar .dropdown-menu
{
    min-width: 160px;
    max-width: 420px;
    width: 420px;
}

#header_notification_bar .not_item.unread
{
    /*border: 2px solid green;*/
}

#header_notification_bar .not_icon
{
    float: left;
    /*margin-right: 15px;*/
    width: 40px;
    text-align: center;
}
#header_notification_bar .not_icon .label
{
    margin: 0;
    /*padding: 4px 0 4px 4px;*/
    padding: 0;
    font-size: 20px;
    display: block;
    width: 40px;
    height: 40px;
}

#header_notification_bar .not_icon i
{
    font-size: 20px;
    line-height: 40px;
    margin: 0;
}

#header_notification_bar .not_body
{
    float: right;
    width: 335px;
}

#header_notification_bar .not_title
{
    font-weight: bold;
    position: relative;
}

#header_notification_bar .not_content
{
    white-space: pre-wrap;
}

#header_notification_bar .not_footer
{
    clear: both;
    text-align: right;
    padding-top: 10px;
}

#header_notification_bar .not_footer .time
{
    float: none;
}

#header_notification_bar .noti_unreadDot
{
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #3598dc;
    width: 10px;
    height: 10px;
    border-radius: 50%;
}


.bootstrap-select .dropdown-menu {
    margin-top: 1px;
}

.form-control-clear {
    z-index: 10;
    pointer-events: auto;
    cursor: pointer;
    top: 9px;
    right: 3px;
    color: #ccc;
    font-size: 16px;
}

.table-striped > tbody > tr:nth-of-type(2n+1) {
    background-color: #fbfcfd;
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eef1f5;
    opacity: 1;
}

.table-bordered > tbody > tr > td, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > td, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > thead > tr > th {
    border: 1px solid #e7ecf1;
}

.table > tfoot > tr > td, .table > tfoot > tr > th {
    padding: 10px 10px;
}

/*.wysibb .wysibb-text,
.wysibb-texarea
{
    -webkit-user-select: auto;
    user-select: all;
}*/

div.wysibb {
    border-radius: 4px;
    font-size: 14px;
}

/*-----ajaxForm----*/
.ajaxForm .form-actions{
    border-top: 1px solid #e5e5e5;
    padding: 15px 15px 0 15px;
    margin-top: 20px;
    background: none;
}

.ajaxForm .form-actions .alert{
    padding: 0;
    margin: 0;
}

.ajaxForm .form-actions .alert-success{
    background: none;
    border: none;
}

.ajaxForm .form-actions .alert-danger {
    background: none;
    border: none;
}

/*.ms-container {
    width: auto;
}*/

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

.multi-select.with-default + .ms-container .ms-selection li.selected-first
{
    color: #31708f;
    background-color: #d9edf7;
    border-color: #bce8f1;
}

.dropdown-header {
    font-size: 14px;
}

.card-link:hover {
    text-decoration: none;
}
.card-icon {
    overflow: hidden;
}
.about-header, .card-desc, .card-icon, .card-title, .stories-cont .title, .stories-footer, .stories-header {
    text-align: center;
}
.card-icon, .stories-cont .photo {
    width: 100%;
}

.card-icon i {
    font-size: 50px;
    border: 1px solid #ecf0f4;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    padding: 47px 30px;
    margin: 30px 0;
}

.about-header, .card-desc, .card-icon, .card-title, .stories-cont .title, .stories-footer, .stories-header {
    text-align: center;
}

.card-title span {
    font-size: 18px;
    font-weight: 600;
    color: #373d43;
}

.card-desc {
    margin-top: 20px;
    margin-bottom: 30px;
}

.card-desc span {
    font-size: 14px;
    font-weight: 400;
    color: #808a94;
}

.select2-container--bootstrap .select2-dropdown {
    z-index: 99999;
}

.multi-select.full-width + .ms-container {
    width: 100%;
}

.form-horizontal.label-left .control-label {
    text-align: left !important; /* !important added for priority in SO snippet. */
}