.login-container {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    height: 100%;
}

.loginscreen.middle-box {
    width: 800px;
    max-width: 800px;
    background-color: #F7F7F7;
    padding: 20px 20px 25px 30px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -moz-box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 2px 2px 9px 0px rgba(0, 0, 0, 0.3);
}

.loginscreen .logo img {
    max-width: 100%;
    /*padding-top: 100px;*/
}

.login-container .login_form_container {
    max-width: 300px;
    margin: 0 auto;
}

.loginscreen h3 {
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}

.loginscreen .copyright {
    font-size: 12px;
    text-align: center;
}

.loginscreen .form-group {
    margin-bottom: 15px;
}


/* dahboard */

a,
a:hover {
    text-decoration: none;
}

.btn:focus,
.btn-close:focus,
.form-control:focus {
    box-shadow: none;
}

.alert_msg {
    display: inline-block;
    padding-top: 4px;
    float: left;
    font-size: 14px;
    padding-right: 10px;
}

.profile-element .dashboard-logo {
    max-width: 100%;
}


/* sidebar  */

.sidebar-collapse .nav-header {
    padding: 15px 13px;
}

.sidebar-collapse .nav.metismenu {
    padding-left: 0;
}

body.mini-navbar .navbar-default .nav>li>a {
    text-align: center;
}

.top-sdbar.user_name {
    color: #fff;
    font-size: 14px;
    padding-bottom: 10px;
    position: relative;
    top: -10px;
}

.logo-mon-circle {
    max-width: 50px;
}

.default-color {
    color: #008375;
}

.admin-text {
    text-align: center;
    font-size: 16px;
    margin-top: 20px;
    background-color: rgba(255, 255, 255, 0.95);
    padding: 8px;
}

.help-content {
    color: #212529;
    padding: 1rem .5rem;
    background-color: #f8f9fa;
    margin-bottom: 1rem;
    border: 1px solid #dee2e6;
    display: flex;
}

.help-content .fa-info-circle {
    color: #0d6efd;
    margin-right: .5rem;
}


/* notifications-container */

.notifications-container {
    /* background-color: red;*/
    position: absolute;
    top: 62px;
    right: 115px;
    /*width: max-content;*/
    width: 350px;
    z-index: 99;
    height: 92vh;
    overflow-y: auto;
    display: none;
}

.notifications-container .alert_link {
    padding: 0;
}

.notifications-container .notification-time {
    text-align: right;
    font-style: italic;
    font-size: 12px;
}

.notifications-container .notification-list {
    border-radius: 0;
    margin-bottom: 0;
    padding: 10px;
    background-color: #fff;
    /* f3f3f4 */
    border-color: #e7eaec;
    border-top: 0;
}

.notifications-container .notification-list .notification-unread-icon {
    color: #1c84c6;
    padding-right: 8px;
    font-size: 12px;
}

.notifications-container .notification-unread {
    background-color: #FAFAFA;
    /* e5e5e5 */
}

.notifications-container h4 {
    font-weight: bold;
    margin-bottom: 0px;
}

.notifications-container .nDes_1,
.nt_brand {
    font-weight: 600;
    font-style: italic;
}

.communicazione {
    background-color: #FFFFFF;
    background-image: none;
    border: 1px solid #e5e6e7;
    border-radius: 1px;
    color: inherit;
    display: block;
    padding: 0px 0px;
    border-bottom: 0;
}

.communicazione .chat {
    height: 300px;
    overflow-y: scroll;
    padding: 0 10px 0 10px;
}

.communicazione .chat li {
    padding-bottom: 0px;
    position: relative;
    width: 70%;
    padding: 5px 5px 5px 10px;
    margin-bottom: 7px;
    border-radius: 8px;
}

.communicazione .chat li .chat-title {
    font-size: 13px;
    font-weight: bold;
    /* padding-top: 10px;
    padding-bottom: 5px;*/
}

.communicazione .chat .chat-divider-cont {
    position: relative;
}

.communicazione .chat .chat-divider {
    width: 100%;
    position: absolute;
    top: 10px;
    height: 1px;
    background-color: #e5e6e7;
    display: block;
}

.communicazione .chat .chat-text-inner {
    color: #455A64;
}

.communicazione .chat .chat-divider-date {
    background-color: #fff;
    color: #a5a5a5;
    text-align: center;
    position: relative;
    display: block;
    margin: 10px auto 10px auto;
    width: 100px;
    font-style: italic;
}

.communicazione .chat li.i_am .chat-title.if_not_modify {
    padding-right: 5px;
}

.communicazione .chat li .chat-text {
    padding-right: 15px;
    padding-top: 0px;
    /* padding-bottom: 10px; */
}

.communicazione .chat li .chat-text a.modify {
    position: absolute;
    text-align: right;
    top: 2px;
    right: 5px;
}

.communicazione .chat li .chat-text a.modify .fa-pencil-square-o {
    font-size: 16px;
}

.communicazione .chat p {
    margin-bottom: 0;
}

.communicazione .chat .chat-time {
    padding-left: 15px;
    font-weight: normal;
}

.communicazione .chat li.i_am {
    text-align: left;
    margin-left: 30%;
}

.communicazione .chat li.i_am .chat-title {
    text-align: right;
    padding-right: 30px;
}

.communicazione .chat li.i_am .chat-user-title {
    display: none;
}


/*
.communicazione .chat li.not_i_am {
    background-color: #DFFCFF;
    border: 1px solid #DFFCFF;
}
*/

.note_container .communicazione .chat li.i_am {
    background-color: #DFF1FF;
    border: 1px solid #DFF1FF;
}

.note_container .communicazione .chat li.not_i_am {
    background-color: #DFFCFF;
    border: 1px solid #DFFCFF;
}

.note_store_container .communicazione .chat li.i_am {
    background-color: #DFF1FF;
    border: 1px solid #DFF1FF;
}

.note_store_container .communicazione .chat li.not_i_am {
    background-color: #DFFFF8;
    border: 1px solid #DFFFF8;
}

.communicazione .chat li.ufficio_contestazioni .chat-user-title {
    color: #FF8E62;
}

.communicazione .chat li.ufficio_qualita .chat-user-title {
    color: #D43C00;
}

.communicazione .chat li.ufficio_fornitori .chat-user-title {
    color: #D400BC;
}

.communicazione .chat li.backoffice .chat-user-title {
    color: #8200D4;
}

.communicazione .chat li.backoffice_1 .chat-user-title {
    color: #4C007D;
}

.communicazione .chat li.backoffice_2 .chat-user-title {
    color: #00477D;
}


/* .communicazione .chat li.i_am .chat-text {
    width: 80%;
    text-align: right;
    margin-left: 20%;
}*/

.communicazione .chat-text ul li,
.communicazione_cont .note-editor .note-editable li,
.communicazione_cont .note-editor .note-editable.card-block p {
    border-bottom: none;
    margin-bottom: 0;
}

.communicazione_cont .note-editor.note-frame .note-editing-area .note-editable {
    padding: 5px 10px;
}

.communicazione_cont .note-editor.note-frame .note-statusbar,
.communicazione_cont .note-editor.note-airframe .note-statusbar {
    background-color: #fafafa;
    border: none;
}

.communicazione_cont .note-placeholder {
    color: #c7c7c7;
    padding: 5px 10px !important;
}

.communicazione .chat li.not_i_am .modify {
    display: none;
}

.conteszione-chiusa {
    background-color: #D2F4EA;
    border: 1px solid #D2F4EA;
}

.conteszione-rifiutata {
    background-color: #ffd0d5;
    border: 1px solid #ff98a3;
}

.profile-element .admin-text {
    /* position: absolute;
    top: 0; */
    display: flex !important;
    align-items: center;
    justify-content: center;
    height: 100%;
    margin-top: 0;
    border-radius: 50%;
    /*background-color: #fff;*/
    height: 170px;
}


/* dahboard */

.dashboard-wrapper {
    background-color: #fff;
}

.dashboard-wrapper .contestione_table {
    position: relative;
}

.dashboard-wrapper .dashboard-blocks {
    display: flex;
    justify-content: center;
}

.dashboard-wrapper .dashboard-block {
    display: inline-flex;
    padding: 10px;
    border: 1px solid #ccc;
    margin-right: 15px;
    flex-direction: column;
    align-items: center;
    line-height: 1.5;
}

.dashboard-wrapper .vd-btn-cont {
    position: absolute;
    right: 0;
    top: 4px;
}

.dashboard-wrapper .vd-btn {
    padding: 4px 6px;
}


/*.dashboard-wrapper .contestione_table_per_mese,*/

.dashboard-wrapper .tb_per_mese,
.dashboard-wrapper .tb_per_store {
    display: none;
}


/*
.dashboard-wrapper .tb_toggle_contestione {
    color: #999c9e;
    vertical-align: text-bottom;
    position: absolute;
    right: 10px;
}*/


/* contestione_table_per_store */

.dashboard-wrapper .contestione_table_per_store {
    position: relative;
}

.dashboard-wrapper canvas.pie_chart {
    height: 200px;
}

.dashboard-wrapper canvas.linechart {
    height: 300px;
}

.form-select:focus {
    box-shadow: none;
    border-color: #ccc;
    color: #212529;
}

.form-select {
    border-radius: 0;
    font-size: 0.9rem;
    color: #6c757d;
}

.tipo_prob-col {
    position: relative;
}

.mini-spinner {
    position: absolute;
    right: 15px;
    top: 24px;
    background-color: #fff;
    /* e9ecef */
}


/* .mini-spinner.bgDisabled {
    background-color: #e9ecef;
}*/


/*.form-select:read-only*/

.readonly {
    background-color: #e9ecef;
}


/* custom scroll bar */


/* Chrome */

.communicazione_cont ul.chat::-webkit-scrollbar,
.customScroll::-webkit-scrollbar {
    width: 5px;
}

.communicazione_cont ul.chat::-webkit-scrollbar-track,
.customScroll::-webkit-scrollbar-track {
    /*background-color: grey;*/
    box-shadow: inset 0 0 5px fafafa;
    border-radius: 15px;
}

.communicazione_cont ul.chat::-webkit-scrollbar-thumb,
.customScroll::-webkit-scrollbar-thumb {
    background-color: #1ab394;
    border-radius: 15px;
    /*border: 1px solid red;*/
}


/*.container::-webkit-scrollbar-button {
  background-color: red;
   border-radius: 15px;
}*/

.communicazione_cont ul.chat::-webkit-scrollbar-thumb:hover,
.customScroll::-webkit-scrollbar-thumb:hover {
    background: #1ab394;
}


/* IE */

.communicazione_cont ul.chat,
.customScroll {
    scrollbar-face-color: #1ab394;
    scrollbar-shadow-color: #fafafa;
    scrollbar-highlight-color: #1ab394;
}


/* FireFox */

.communicazione_cont ul.chat,
.customScroll {
    scrollbar-color: #1ab394 #fafafa;
    scrollbar-width: thin;
}


/* View Scrollbar */


/*
.communicazione_cont ul.chat {
    overflow-y: scroll;
    overflow-x: hidden;
    width: 400px;
    height: 200px;
}*/

.popover {
    z-index: 999999;
}

.info-popover {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 16px;
    height: 16px;
    text-align: center;
    font-weight: bold;
    border: 1px solid #2F4050;
    border-radius: 50%;
    line-height: 1;
    margin-left: 5px;
}

.select2-container--default .select2-selection--multiple {
    width: 370px;
    border-radius: 0;
    border-color: #ced4da;
    font-size: 14px;
    padding: 5px 10px;
}

#showUffNames {
    border-radius: 0;
    border: 1px solid #ced4da;
    font-size: 14px;
    padding: 5px 10px;
    background-color: #e9ecef;
}

.backoffice_tb_store_title {
    border-top: 1px solid #e7eaec;
    padding: 8px 10px;
}

.backoffice_tb_store_title:first-child {
    border-top: none;
}


/* general sections */

.section-heading {
    font-weight: bold;
    font-size: 16px;
    padding-bottom: 15px;
    padding-top: 10px;
}

.modifica_page hr,
.add_new_page hr {
    margin-top: 10px;
    background-color: #E7E7E7;
}

.modifica_page .intro .date-box {
    font-size: 0.9rem;
    padding: 6px 0;
}

.modifica_page .intro .form-control {
    background-color: transparent;
    border-color: transparent;
    padding: 6px 0;
}

.modifica_page .intro label {
    font-weight: bold;
}

.add_new_page .form-control[type=file],
.modifica_page .form-control[type=file] {
    font-size: 12px;
}

#side-menu.nav li a {
    padding: 14px 15px 14px 15px;
}

.materialeInformativo-wrapper .foto-es {
    color: #676a6c;
    padding-top: 5px;
    font-size: 16px;
    text-align: center;
}