.sidebar .nav-item .nav-link {
    color: #333;
    padding: 0.75rem 1rem;
}

.sidebar .nav-item .nav-link:hover {
    background: #ccc;
    color: #666;
}


.sidebar .nav-item.active .nav-link {
    background: #ccc;
    color: #666;
}

.sidebar .nav-item.active .nav-link:hover {
    background: #eee;
    color: #ccc;
}


.sidebar .nav-item.dropdown .dropdown-menu {
    margin-top: 5px;
    margin-bottom: 10px;

    /*margin: 0px;
    border:none;
    border-top: 1px solid #bbb;
    border-bottom: 1px solid #bbb;
    padding: 0px;*/
}


.sidebar .nav-item .nav-link:active, .sidebar .nav-item .nav-link:focus, .sidebar .nav-item .nav-link:hover {
    color: #28a745;/*success di bootstrap*/
}

#content-wrapper {
    width: 100%!important;
}



table.dataTable tbody>tr.selected, table.dataTable tbody>tr>.selected {
    background-color: #f2f2f2!important;
    font-style: italic;
}


footer.sticky-footer {
    height: 50px;
}



.loader {
    border: 16px solid #f3f3f3; /* Light grey */
    border-top: 16px solid #3498db; /* Blue */
    border-radius: 50%;
    width: 120px;
    height: 120px;
    animation: spin 0.5s linear infinite;
}

.loader-float {
    position:fixed;
    margin-left: -60px;
    margin-right: -60px;
    top: 50%;
    left: 50%;
    z-index: 30000;
}

.loader-md {
    width: 60px;
    height: 60px;
    border-width: 6px
}

.loader-float.loader-md {
    margin-left: -30px;
    margin-right: -30px;
}

.loader-sm {
    width: 40px;
    height: 40px;
    border-width: 3px
}


.loader-xs {
    width: 20px;
    height: 20px;
    border-width: 2px
}


.loader-micro {
    width: 10px;
    height: 10px;
    border-width: 1px
}

.loader-mini {
    width: 15px;
    height: 15px;
    border-width: 1px
}

.loader-float.loader-sm {
    margin-left: -20px;
    margin-right: -20px;
}

.loader-inline {
    display:inline-block;
}


@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



.table.table-font-md td,.table.table-font-md th[scope=row] {
    font-size: 13px!important;
}

.table.table-font-xs td,.table.table-font-md th[scope=row] {
    font-size: 12px!important;
}



.text-deleted, tr.text-deleted td {
    text-decoration:line-through!important;
}

td.actions, th.actions {
    width: 90px!important;
}

td.w-100p,th.w-100p {
    width: 100px!important;
}

td.w-120p,th.w-120p {
    width: 120px!important;
}

td.w-150p,th.w-150p {
    width: 150px!important;
}

td.w-200p,th.w-200p {
    width: 200px!important;
}

.w-65 {
    width: 65%!important;
}

.w-30 {
    width: 30%!important;
}
.w-5 {
    width:5%!important;
}
.w-10 {
    width: 10%!important;
}

.title-header  {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    padding: 10px 0px;
    font-size: 1.4em;
}

.content-title-header {
    border-bottom: 1px solid #eeeeee;
    margin-bottom: 20px;
    margin-left: 0px;
    margin-right: 0px;
    padding: 10px 0px;
}

.content-title-header .title-header  {
    border-bottom: 0px solid #eeeeee;
    margin-bottom: 0px;
    padding: 0px 0px;
}

.content-page  {
    margin-top: 10px;
    padding-top: 10px;
}

.modal-body .content-page  {
    margin-top: 0px!important;
    padding-top: 10px;
}


/*
    per il bootstrap select
*/

.dropdown.bootstrap-select .dropdown-menu .status {
    padding: 5px 10px;
}


.form-group .custom-form-radio {
    margin: 0px 5px 0px 10px;
}

.form-group .container-custom-form-radio {
    margin-left: -10px;
}



/*
    per i form dei documenti da facsimile PDF
*/

.input-line input[type="text"],.input-line textarea {
    border: none!important;
    border-bottom: 1px solid #000000!important;
    padding: 2px;
    color: #666!important;
    background-color: #f5f4f4;
    /*max-width: 500px!important;*/
    min-width: 15ch!important;
    display:inline!important;
}

.input-line input[type="text"]:focus,.input-line textarea:focus {
    border-color: red!important;
}

.input-line input[type="text"]::placeholder, .input-line textarea::placeholder {
  padding-left: 3px;
  color: #aaa;
  font-style: italic;
}

.facsimile {
    box-shadow: rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
    padding: 10px;
    font-size: 90%;
    margin: 10px;
    margin-bottom: 20px;
    line-height: 25px;
}


.error-message {
    display: block;
    padding: 0.375rem 0.5625rem 0.5625rem;
    margin-top: -1px;
    margin-bottom: 0.5rem;
    font-size: 0.75rem;
    font-weight: normal;
    font-style: italic;
    color: rgba(0, 0, 0, 0.6);

}



.bg-fisascat {
    background: #008742!important;
}


.form-control:focus {
    background-color: #fffaa3!important;
}

span.container-badge {
    position:relative;
    display:inline-block;
}

.badge-notify{
   background:red;
   position:absolute;
    right: 2px;
    bottom: -2px;
    font-size: 9px;
}

.badge-notify-top-right {
    background: red;
    position: absolute;
    right: -8px;
    top: -2px;
}

.titan-icon {
    font-size: 180%!important;
}

.big-icon {
    font-size: 140%!important;
}

.medium-icon {
    font-size: 120%!important;
}


.titan-text {
    font-size: 180%!important;
}

.big-text {
    font-size: 140%!important;
}

.medium-text {
    font-size: 120%!important;
}

.normal-text {
    font-size: 100%!important;
}
.small-text {
    font-size: 80%!important;
}



.box-main-logo img {
    max-height: 80px;
}

.box-main-logo .logo-text {
   font-size: 2.4rem;
   font-weight: bold;
   font-family:'Source Sans Pro', sans-serif!important;
}