/*** INTESTAZIONE PAGINA  ***/

.page-id, .page-closed, .page-close-date, .page-closer-id, .page-closer-name, .print-page {
    display: none;
}

.page-text, .page-title {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 10px;
    font-weight: bold;
    padding: 30px 0 20px 0;
    font-size: 16px;
}

/*** END INTESTAZIONE PAGINA ***/

/*** HEADER ***/

.nxtk-header {
    background-color: var(--main-color);
    top: 0;
    height: auto;
    padding-right: 0px!important;
    padding-left: 0px!important;
    margin: 0 auto;
    text-align: center;
}

.header-top {
    height: 50px;
    padding: 10px;
    text-align: center;
}

.nxtk-header-left {
    height: 30px;
    position: absolute;
    left: 10px;
    top: 10px;
}

.user-info {
    height: 30px;
    width: 30px;
    display: inline-block;
    border-radius: 50%;
    background: white;
    color: var(--main-color);
    background-image: url("../../backoffice/img/assets/_tagli/user.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.operator {
    float: right;
    text-align: left;
    margin-left: 10px;
    color: white;
    height: 30px;
}

.operator-role {
    display: block;
    line-height: 1;
    font-size: 12px;
    padding-bottom: 4px;
    font-style: italic;
}

.operator-name {
    display: block;
    line-height: 1;
    font-size: 15px;
    font-weight: bold;
}

.nxtk-header-center {
    display: inline-block;
    height: 30px;
    position: relative;
    margin: 0 auto;
    float: none
}

.nxtk-header-center img {
    height: 30px;
    width: auto;
}

.nxtk-header-right {
    position: absolute;
    right: 0px;
    top: 10px;
    margin-right: 10px;
}

.nxtk-sub-header { 
    border-bottom: 1px solid var(--nxt-grey);
    background-color: white;
    margin: 0!important;
    padding: 0px !important;
}

/*** END HEADER ***/

/*** HAMB MENU ***/

.burger-menu {
    padding-right: 0px;
    padding: 0px 15px;
}

.burger-menu-button {
    border: 0;
    background-color: var(--main-color);
    color: white;
    height: 30px;
    padding: 0 !important;
}

.burger-menu-button img {
    width: auto;
    height: 14px;
}

.open>.burger-menu img {
    transform: rotate(90deg);
}

.burger-menu-menulist {
    z-index: 1000;
    position: absolute;
    background-color: white;
    border: 1px solid var(--nxt-grey);
    top: 39px!important;
    right: 0 !important;
    min-width: 300px !important;
    -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, .175) !important;
    box-shadow: 5px 5px 5px rgba(0, 0, 0, .175) !important;
    display: none;
    list-style: none;
    text-align: left;
    padding: 0;
    overflow-y: scroll;
    height: 550px;
}


/* @media screen and (max-width: 1370px) {
    .burger-menu-menulist-risized {
        overflow-y: scroll;
        height: calc(100vh - 126px);
    }
} */

.open>.burger-menu-menulist {
    display: block;
}

.burger-menu-menulist li {
    padding: 16px 0;
    text-align: left;
    border-bottom: 1px solid var(--nxt-grey);
    cursor: pointer;
}

.burger-menu-menulist li:nth-child(n+2):hover {
    padding-left: 10px;
}

.burger-menu-menulist li.notifica-singola:hover {
    padding-left:10px;
}

.dropdown button:focus {
    outline-color: var(--main-color) !important;
}

.burger-menu-menulist li:nth-child(2) {
    background-color: var(--nxt-light-grey);
}

.notifications-list {
    max-height: 300px;
    height: auto;
}

.notifications-list li:nth-child(2) {
    background-color: unset;
} 

.buttonThree button {
    outline-color: var(--main-color) !important;
}

.burger-menu-menulist li:last-child {
    border-bottom: 0px;
}

.burger-menu-menulist span {
    display: inline-block;
    font-size: 14px;
}

.burger-menu-menulist li input {
    width: 75%;
    border-radius: 5px;
    border: 1px solid var(--nxt-grey);
    font-size: 12px;
    padding: 5px 10px;
}

.list-icon {
    display: inline-block;
    width: 50px;
    height: auto;
    padding: 0 5px;
    text-align: center;
}

.ui-state-highlight {
    height: 1.5em;
    line-height: 1.2em;
}

.list-icon img {
    height: 20px;
    width: auto;
}

.tool-option .btn-success {
    border-color: black !important;
}

/*** END HAMB MENU ***/

/*** BOTTONI ***/

.info {
    width: 12px;
}

.glyphicon-alert {
    margin-right: 5px;
}

.editImg {
    width: 20px;
}

/*** Centrale ***/

hr {
    margin-top: 0px!important;
}

form {
    width: 55%;
    margin: 0px auto;
}

.alert-danger {
    width: 100%;
}

.trumbowyg-box, .trumbowyg-editor, .header-text-container {
  text-align: center;
}

.header-text-container {
    position: relative;
    border: 1px solid #cccccc;
    border-radius: 4px;
    padding: 0px !important;
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.widget-printable {
    position: absolute;
    left: -20px;
    top: calc(50% - (13px/2));
}

.header-edit-btn {
    position: absolute;
    right: -25px;
    top: calc(50% - (24px/2));
}

.save-header-edit {
    position: absolute;
    right: -45px;
    top: calc(50% - (24px/2));
    color: #fff;
    background-color: var(--main-color)!important;
    border-color: var(--main-color)!important;
    border-radius: 10%;
    width: 50px;
    padding: 5px !important;
}

.header-text {
    padding: 10px;
}

.header-edit-btn>img {
    width: 24px;
    height: 24px;
}

input[type="checkbox"] {
    margin-top: 3px!important;
    clear:both;
}

.row {
   margin-left:0 !important;
   margin-right:0 !important;
}

.truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

#edit-file-name {
    line-height: 32px;
}

#icon-and-title-file-img-div {
    height: 32px;
}

.file-info {
    display:inline-flex;
    width: 100%;
    padding-bottom:5px;
}

.file-title {
    margin-left:30px;
}

/*** ---- ***/

/*** Bottoni ***/

.buttons {
    width: 100%;
    display: inline-block;
    margin: 20px 73px;
}

.buttonFour {
    width: 50%;
}

.buttonThree {
    display: flex;
    align-items: center;
    justify-content: center;
}

.buttonOne {
    width: 50%;
}

#save {
    float: right;
    margin-right: 25px;
    width: 125px;
}

#temporarily-save {
    margin: 0 10px;
    width: 125px;
    background-color: var(--main-color);
    border-color: var(--main-color);   
}

#successivo {
    margin: 0 10px;
    width: 125px;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

#send-new-user-creation, #send-new-user-creation:focus, 
#send-user-edition, #send-user-edition:focus, 
#open-password-modal, #open-password-modal:focus, 
#active-user-button, #active-user-button:focus, 
#disactive-user-button, #disactive-user-button:focus {
    background-color: var(--main-color);
    border-color: var(--main-color);
    outline-color: var(--main-color) !important;
}

.form-control:focus {
    border-color: var(--main-color) !important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
}

.modal-footer button:not([data-dismiss="modal"]):not(#alreay-done-notification), 
.modal-footer button:not([data-dismiss="modal"]):not(#alreay-done-notification):focus {
    background-color: var(--main-color);
    border-color: var(--main-color);
    outline-color: var(--main-color) !important;   
}

#chiudi-verbale {
    margin: 0px 10px;
    display: none;
    width: 140px;
    background-color: var(--main-color);
    border-color: var(--main-color);
}

#showVerbale {
    margin-right: 10px;
    display: none;
    width: 125px;
}

.buttonTwo {
    width: 50%;
    float: right;
}

#close {
    margin-left: 25px;
    width: 125px
}

.addBtn {
    margin-left:5px;
}

/*** END BOTTONI ***/

.small {
    width: 8px;
    height: 8px;
}

body {
    overflow-x: hidden;
    overflow-y:hidden !important;
    background-image: url("../img/body-bg.png");
    background-repeat: no-repeat;
    background-position: right bottom;
}

/** CSS ARCHIVIO **/

.file-box {
    border-bottom: 1px solid var(--main-color);
    padding: 15px;
}

.file-title {
    padding: 5px;
    display: inline-block;
    font-weight: bold;
    font-size: 15px;
}

ul.notes {
    margin-left:-15px !important; 
}

/** END CSS ARCHIVIO **/

/** Scrollbar custom per Firefox **/

::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    border-radius: 10px;
    background-color: #F5F5F5;
    margin: 10px;
}

/** Scrollbar custom per Chrome **/

::-webkit-scrollbar {
    width: 12px;
    background-color: #F5F5F5;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    width: 12px;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--nxt-light-grey);
}

.scroller {
    overflow-y: scroll;
    scrollbar-color: var(--main-color) #FFFFFF;
    scrollbar-width: thin;
}

input[type=radio] {
    margin: 4px 0 0;
    margin-top: 1px\9;
    line-height: normal;
    cursor:pointer !important;
}

div.row.question-row.question-type-labelWidget-description div.question {
    padding-left: 15px;
}

label {
    text-overflow: ellipsis;
    overflow: hidden;
}

.create-new-user-button, .create-new-collegio-button {
    background-color: var(--main-color);
    padding: 5px;
    cursor: pointer;
    color: white;
    border-radius: 5px;
    float: right;
    padding-right: 15px;
    padding-left: 15px;
    font-weight: bold;
}

#user-management .nxtk-sub-header-center {
    display: inline-flex;
}

.page-user-profile-management-internal-div {
    height: calc(100vh - 105px);
    overflow: auto;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}

.tool-search.tool-option {
    height:34px;
}

.line-separator {
    border-bottom:1px solid gray;
}

#user-table_length label {
    display: flex !important;
    white-space: nowrap;
}

#user-table_length label select {
    margin-left:10px !important;
    position: absolute;
    width: 130px;
    left: 118px;
}

#new-flow-initilialization-number-id-error {
    margin-top: 80px;
    margin-left: 15px;
    margin-right: 15px;
    width: calc(100% - 30px);    
}

.group-replicable-questions {
    border: 1px solid #6b6d6e;
    border-radius: 5px;
    margin-bottom: 10px;
}

.type-prefix {
    font-weight: bold;
}

.flow-icon img {
    height: 30px;
    width: auto;
}

.notification-button img {
    width: 20px;
    height: auto;
    margin-top: -2px;
}

.notification-menu {
    float:left;
}

.burger-menu {
    float:right;
}

.notification-button {
    border: 0;
    background-color: var(--main-color);
    color: white;
    height: 30px;
    padding: 0 !important;
    width: 30px;
    height: 30px;
    background-color: white;
    border-radius: 50%;
    text-align: center;
    position: relative;
}

.new-notification {
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: green;
    border-radius: 50%;
    border: 1px solid white;
    bottom: -1px;
    right: -2px;
}

.fakeButtonLeft {
    float: left;
}

.fakeButtonRight {
    float: right;
    margin-right:25px!important;
}

.burger-menu-login-container {
    padding: 0px;
}

#login-logo-div img {
    height: 35px;
    width: auto;
}

#login-logo-div {
    text-align: left;
}

@font-face {
    font-family: 'gotham-light';
    src: url("../fonts/Gotham-Font/GothamLight.ttf") format('truetype');
}

.nome-esteso-app-login {
    text-align: left;
    color: white;
    font-size: 18px;
    margin: 10px 0px;
    font-family: 'gotham-light';
}

@media (min-width: 768px) {
    .col-sm-12{
        float:none!important;
    }
    .col-sm-10{
        float:none!important;
    }
    .col-sm-6{
        float:none!important;
    }
}