﻿a.topbar-icon,
button.topbar-icon, .round-btn {
    display: inline-block;
    background-color: #3488FF;
    color: white;
    margin: 0 5px 0;
    padding: 10px;
    border-radius: 50%;
    border: 0;
}

.main-nav-icon {
    width: 50px;
    height: 50px;
    background-position: center center;
    background-repeat: no-repeat;
    ;
}

#btn-guida {
    background-image: url('../images/btn/guida.svg');
}

#btn-contact {
    background-image: url('../icons/action_contact.svg');
}

#btn-info-blu {
    background-image: url('../images/btn/info_blu.svg');
}

    #btn-info-blu:hover,
    #btn-info-blu:active {
        background-image: url('../images/btn/info_green.svg');
    }

.notification {
    background: #fff;
    position: absolute;
    top: -6px;
    right: 16px;
    width: 23px;
    height: 23px;
    font-size: 0.9rem;
    text-align: center;
}

.svg-fill-white {
    fill: #fff !important;
}

.inline-blue-nav.show {
    background-color: #4C83FF;
    padding: 5px 10px;
}

.inline-blue-nav {
    background-color: transparent;
    padding: 0;
}

    .inline-blue-nav li {
        display: inline-block;
        list-style: none;
        margin-right: 10px;
    }

    .inline-blue-nav img {
        fill: #fff;
    }

ul.hidden-list {
    display: none;
    margin: 0 25px 0 0;
    padding: 0;
}

ul.dropdown-icons {
    margin: 0;
    padding: 0;
    min-width: 250px;
}

    ul.dropdown-icons li {
        list-style: none;
        display: inline-block;
        margin: 0 5px;
    }

#collapse-usr-menu {
    font-size: 1.2em;
    display: inline-block;
}

.collapse-usr-menu {
    display: none;
}

ul.usr-sub-menu {
    margin: 20px 0;
    padding: 0;
}

    ul.usr-sub-menu li {
        list-style: none;
    }

#user-wrap .usr-sub-menu a {
    color: #fff;
    text-decoration: underline;
}

#user-wrap a:hover {
    text-decoration: none;
}

#search-button {
    background-image: url('../images/btn/cerca.svg');
    background-color: transparent;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: 144px;
    border: 0;
    width: 144px;
    height: 48px;
}

.btn-search {
    background-color: #3488FF;
    color: white;
    border: 0;
    text-transform: uppercase;
    padding: 12px 68px 12px 18px;
    border-radius: 1.25rem;
    font-weight: bold;
    background-image: url('../images/btn-icons/cerca_icon.svg');
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 25px;
}

.btn-svg-bg {
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
    cursor: pointer;
    display: inline-block;
    height: 40px;
    width: 40px;
}

button:focus,
button.btn:focus,
button.btn-default:focus {
    outline: none !important;
    box-shadow: none !important;
}

.btn-action {
    background-image: url('../images/btn/azioni.svg');
}

.btn-details {
    background-image: url('../images/btn/view-details.svg');
    background-color: #72b561;
    background-size: 23px 23px;
}

.btn-clock {
    background-image: url('../images/btn/clock.svg');
    background-color: yellow;
    background-size: 23px 23px;
}

.inline-blue-nav .btn-action {
    height: 30px !important;
    width: 30px !important;
    background-size: 30px 30px;
}

.p-top-1 {
    padding-top: 1rem;
}

.p-bottom-1 {
    padding-bottom: 1rem;
}

.p-top-25 {
    padding-top: 2.5rem;
}

.p-bottom-25 {
    padding-bottom: 2.5rem;
}

.m-top-1 {
    margin-top: 1rem;
}

.m-bottom-1 {
    margin-bottom: 1rem;
}

.m-top-25 {
    margin-top: 2.5rem;
}

.m-bottom-25 {
    margin-bottom: 2.5rem;
}

.upp {
    text-transform: uppercase;
}

.low {
    text-transform: lowercase;
}

.break-word {
    word-wrap: break-word;
}

h1.heading {
    font-size: 20pt;
}

h2.accordion-header,
h2.accordion-header:active {
    text-decoration: none;
}

#accordion-user-mgmt .card-header {
    padding: 0;
    margin: 0;
    background-color: transparent;
    border: none !important;
}

.heading:after {
    content: "";
    display: block;
    margin-left: 3px;
    width: 100px;
    border-bottom: 4px solid #3488FF;
}

.heading-border {
    border-bottom: 2px solid #3488FF;
    padding-bottom: 4px;
    margin-bottom: 1rem;
}

.warning-border {
    border-bottom: 2px solid #FCBD1B;
    padding-bottom: 4px;
    margin-bottom: 1rem;
}

.danger-border {
    border-bottom: 2px solid #ED4867;
    padding-bottom: 4px;
    margin-bottom: 1rem;
}

ul.custom-nav-tabs {
    border-bottom: 2px solid #707070;
    padding-bottom: -4px;
    margin-bottom: 1rem;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 400;
}

    ul.custom-nav-tabs .nav-link {
        border: 0;
        color: #707070;
        padding: 0.5rem 1rem 0.5rem 0;
    }

        ul.custom-nav-tabs .nav-link.active, ul.custom-nav-tabs .nav-item.show .nav-link {
            color: #3488FF;
            background-color: #fff;
            border: none;
        }

.custom-nav-tabs .nav-item {
    margin-bottom: -3px;
}

    .custom-nav-tabs .nav-item.active {
        border-bottom: 4px solid
    }

.nav-pills.custom-nav-tabs .nav-item .nav-link {
    font-size: 1.2rem;
    font-weight: 400;
}

.custom-nav-tabs button {
    margin-left: 10px;
}

#accordion-user-mgmt .badge {
    padding: 6px 15px;
}

#chart-0-wrapper .d-flex {
    margin-bottom: 1.5rem;
}

#chart-0-wrapper p {
    margin-bottom: 0;
}

#chart-0-wrapper .chartjs-size-monitor {
    background-image: url('../images/circle.png');
    background-size: 40px 40px;
    background-position: center center;
    background-repeat: no-repeat;
}

.blue {
    color: #4C83FF;
}

.chartinfo p {
    margin-bottom: 1rem !important;
}

.circles {
    padding-left: 40px;
    position: relative;
}

    .circles .circle {
        display: inline-block;
        width: 25px;
        height: 25px;
        border-radius: 50%;
        position: absolute;
        left: 0;
    }

.widget .circles .circle {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
}

.widget .circles {
    margin: 2rem 0 0;
    display: block;
    padding-left: 25px;
}

.circles.blue .circle {
    background-color: #4C83FF;
}

.circles.green .circle {
    background-color: #4BC6AC;
}

.circles.violet .circle {
    background-color: #8257E8;
}

.chart-outwrapper {
    position: relative;
}

.chart-numbers {
    position: absolute;
    text-align: center;
}

.chart-text {
    position: absolute;
    text-transform: uppercase;
}

#chart-0-wrapper .chart-numbers {
    left: 110px;
    top: 105px;
    font-size: 32px;
}

#chart-0-wrapper .chart-text {
    left: 85px;
    top: 145px;
    font-size: 24px;
}

#chart-0-wrapper > .chart-numbers > span {
    display: block;
    font-size: 3rem;
}

.chartwrap {
    position: relative;
}

.three-charts-widget {
    padding: 3.6rem 1.5rem;
}

    .three-charts-widget .chart-numbers {
        left: 60px;
        top: 52px;
        width: 105px;
        text-align: center;
        font-size: 2rem;
    }

.single-widget .chart-numbers {
    left: 120px;
    bottom: 75px;
    width: 95px;
    text-align: center;
    font-size: 2rem;
}

.dropdown-toggle {
    white-space: nowrap;
    background-color: #fff;
}

    .dropdown-toggle.btn {
        line-height: 1.3;
    }

.dropdown-aligned-right .dropdown-menu {
    left: 50% !important;
}

.custom-drop .dropdown-menu {
    border-radius: 1rem;
    border: none;
    background-color: #4C83FF;
}

button.drop {
    display: block;
    width: 100%;
    height: calc(1.5em + 0.75rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #b6b6b7;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: 0.8rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.no-pad td {
    padding: 0;
}

.icon-table td {
    padding: 0 10px 10px 0;
}

.table label,
.inner-table-fields label {
    text-transform: capitalize;
    display: block;
}

.inner-table-fields input,
.inner-table-fields .dropdown {
    max-width: 230px;
}

.inner-table-fields td {
    padding: 10px 0 0;
}

.form-control .fas,
.input-group-addon .fas {
    color: #3488FF;
}

.input-group-addon .fas {
    font-size: 20px;
}
/* ------ Date picker ----- */
.input-group.date .input-group-addon {
    cursor: pointer;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-addon {
    padding: 6px 12px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    color: #555;
    text-align: center;
    background-color: #eee;
    border: 1px solid #ccc;
    border-left-color: rgb(204, 204, 204);
    border-left-style: solid;
    border-left-width: 1px;
    border-radius: 4px;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

td .badge {
    text-align: center;
}

.border-0 td,
.border-0 tr {
    border: none !important;
}

.badge {
    color: #fff;
    padding: 10px 15px;
    border: none;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
}

.badge-sm {
    color: #fff;
    padding: 3px 12px;
    border: none;
    overflow: hidden;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    font-size: 0.8rem;
    border-radius: 0.4rem;
}

.datepicker-dropdown {
    padding: 5px !important;
}

.datepicker-days table tr.nth-child(2) {
    background-color: #3488FF;
}

#complete-search-form label {
    margin-bottom: 0.2rem;
}

#complete-search-form .col-lg-3 {
    margin-bottom: 1rem;
}

.vert-divider::after {
    content: "";
    position: absolute;
    z-index: -1;
    top: 40px;
    bottom: 0;
    right: -2px;
    border-left: 2px dotted #3488FF; /*change these values to suit your liking*/
}

.no-table {
    font-size: 0.9rem;
}

table.search-results th,
.table th {
    border: none !important;
}

table.product-data {
    max-width: 100%;
}

    table.product-data td {
        padding: 12px 12px 12px 0;
    }

.action-cell .btn {
    padding: 0;
    margin: 5px;
    display: inline-block;
}

td.action-cell {
    padding-right: 0 !important;
    width: 45px;
}

table.product-data button.drop {
    border: none !important;
    padding: 10px 0;
    background-color: transparent;
}

.product-data td.break-word {
    max-width: 110px;
    max-height: 18px;
}

td.break-word p {
    word-wrap: break-word;
    max-height: 18px;
    display: block;
    overflow: hidden;
    margin: 0;
}

.hiddenRow,
.search-results .hiddenRow td {
    border: none !important;
}

.table .hiddenRow {
    padding: 0 !important;
}

table tr.selected {
    background-color: rgba(52, 136, 255, 0.3);
}

td.select-row,
td.action-cell {
    text-align: center;
}

ul.doc-list {
    padding: 0 0;
}

.doc-list li {
    list-style: none;
}

li a.attachment {
    padding: 10px 0 10px 88px;
    background-image: url('../images/icons/pdf.svg');
    background-size: 30px 30px;
    background-repeat: no-repeat;
    background-position: 27px center;
    display: block;
}
/*  NOTIFICHE */
#notifiche {
    background-color: #f4f4f4;
    border: 1px solid #575757;
    color: #212933;
    font-size: 0.8rem;
    max-width: 500px;
    position: absolute;
    top: 130px;
    right: 15px;
    z-index: 100;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

    #notifiche table {
        width: 100%;
    }

        #notifiche table td {
            vertical-align: top;
            border-bottom: 1px solid #575757;
            border-top: none;
        }

    #notifiche .old {
        color: #707070;
    }

.msg-preview {
}

#bell-alert[aria-expanded="true"] {
    background-image: url('../images/btn/notifica_nera.svg');
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

#notifiche table i {
    color: #ed4867;
    &:hover, &:focus

{
    animation: bellshake .5s cubic-bezier(.36,.07,.19,.97) both;
    backface-visibility: hidden;
    transform-origin: top right;
}

}

#notifiche .animated i:hover {
    animation: bellshake .5s cubic-bezier(.36,.07,.19,.97) both;
    backface-visibility: hidden;
    transform-origin: top right;
}



.user-msg .doc-list li {
    display: inline;
}



.user-msg .doc-list {
    text-align: center;
}



.user-msg li a.attachment {
    display: inline-block;
    background-position: 5px center;
    padding: 10px 0 10px 50px;
    margin-right: 5px;
}



.user-msg {
    padding: 0.75rem 0;
}



    .user-msg .modal-title {
        font-size: 1rem;
    }



.modal.user-msg .modal-header {
    border-bottom: 1px solid #707070;
    padding: 0 1rem 0.375rem;
}



.modal.user-msg .modal-footer {
    border-top: 1px solid #707070;
}

@keyframes bellshake {
    0% {
        transform: rotate(0);
    }

    15% {
        transform: rotate(5deg);
    }

    30% {
        transform: rotate(-5deg);
    }

    45% {
        transform: rotate(4deg);
    }

    60% {
        transform: rotate(-4deg);
    }

    75% {
        transform: rotate(2deg);
    }

    85% {
        transform: rotate(-2deg);
    }

    92% {
        transform: rotate(1deg);
    }

    100% {
        transform: rotate(0);
    }
}
@media all and (max-width: 1200px) {

    .col-custom-12 {
        width: 100%;
        display: block;
    }
    /*work in progress
    body,
    .no-table,
    button.drop {
        font-size: 0.8rem;
    }

 
    #usr-menu-link span,
    .hide-responsive,
    #user-wrap h6 {
        display: none;
    }
    #main-nav .sidebar-nav a.nav-link span {
        display: none;
    }
    #user-wrap .usr-menu li {
        display: inline-block;
        width: 40px;
    }
    #sidebar.col-md-2,
    #sidebar.col-12 {
        flex: none !important;
        width: 50px;
    }
    .menu-show-responsive {
        display: block;
    }
    #user-wrap .dropdown-toggle::after {
        font-size: 2rem;
    }
    #user-wrap img::before {
        content: "test";
    } 
*/
}
