/*
 *
 * Leyton
 * BY Francesco Iacovelli
 * f.iacovelli@4sigma.it
 *
 */

 html {
    width: 100%;
    min-height: 100%;
    margin: 0px;
    float: left;
    padding: 0px;
    background-color: white;
    font-family: 'Inter';
}

body {
    border: none;
    padding: 0px;
    margin: 0px;
    width: 100%;
    min-height: 100vh;
    float: left;
    -webkit-text-size-adjust: 100%;
    font-size: 15px;
    line-height: 18px;
    font-weight: 400;
    color: #595959;
    position: relative;
}

td {
    border: none;
    text-align: left;
    margin: 0px;
    padding: 0px;
}
tr.small { font-size: 75%; }
tr.small th, tr.small td { padding-top: 6px; padding-bottom:6px; }

div, p, h1, h2, h3, h4, h5, h6, ul,
footer, header, nav, article, main, aside,
section, form {
    float: left;
    margin: 0px;
    padding: 0px;
    width: 100%;
    text-align: left;
    text-decoration: none;
    -webkit-text-size-adjust: 100%;
}
h2 { font-weight:900; }
p {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    color: #4d4d4d;
}
a {
    color: #110448;
    outline: none;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

h1.warning { font-size: 150%; }
/* COLORI BASE */
.orange {
    color: #d26128;
}
.light-grey {
    color: #f2f2f2;
}
.dark-grey{
    color: #4d4d4d;
}
.blue-trasp-background{
    background-color:#F8F7F9;
}
.blue{
    color: #110448;
}
.red {
    color: red!important;
}
.blue-bg{
    background-color: #110448;
}
.white-background{
    background-color: white;
}
.giallo-status{
    color: #ddca00;
}
.verde-status{
    color: #007c34;
}
.arancione-status{
    color: #f39200;
}
.grigio-status{
    color: #f29fc5;
}
.male-color{
    color: #55D3FF!important;
}
.female-color{
    color: #CF70F3!important;
}
.placeholder-grey{
    color: #999999;
}
.medium-grey-bg{
    background-color: #ededed;
}

img {
    text-decoration: none;
    border: none;
    vertical-align: middle;
}
svg {
    border: none;
    border-image-width: 0;
    stroke-width: 0px;
}
iframe {
    margin: 0px;
    padding: 0px;
    border: none;
}
table, td, tr {
    margin: 0px;
    padding: 0px;
    border: none;
}
table {
    float: left;
}
label {
    cursor: pointer;
}
li {
    outline: none;
}

ul.errorlist { color: red; font-size: 80%; margin-top: -10px; margin-bottom: 10px;}

i, em, .italic {
    font-style: italic;
    font-weight: inherit;
}
.underline {
    text-decoration: underline;
}
*:-placeholder
{
    color: #bfbfbf;
}
*::-webkit-input-placeholder
{
    color: #999999;
    font-weight: 400;
}

*::-moz-placeholder
{
    color: black;
}
*:-moz-placeholder
{
    color: black;
}

*:-ms-input-placeholder
{
    color: black;
}
button::-moz-focus-inner {
  border: 0;
}
a:focus {
    outline: none;
}
input:focus:-webkit-input-placeholder { color:transparent; }
input:focus:-moz-placeholder { color:transparent; }
input:focus:-ms-input-placeholder  { color:transparent; }

input,
textarea,
select,
button {
    outline: none;
    border: none;
    padding: 0px;
    -webkit-border-radius: 0px;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
button {
    cursor: pointer;
    -webkit-appearance: none;
    background-color: transparent;
    font-family: 'Inter';
}

/* Change autofill */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active  {
    -webkit-box-shadow: 0 0 0 30px #f2f2f2 inset !important;
}

input[type="checkbox"] {
    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;
    vertical-align: middle;
}
input[type="radio"] {
/*    -webkit-appearance: checkbox;
    -webkit-border-radius: auto;*/
    vertical-align: middle;
}
input[type=submit] {
    -webkit-border-radius:0px;
    -webkit-appearance: none;
}
.vis_hidden {
    visibility: hidden;
}
.hidden {
    display: none;
}
.over_hidden {
    overflow: hidden;
}
.tablet{
    display: none;
}
.tablet-inline{
    display: none;
}
.mobile {
    display: none;
}
.smartphone{
    display: none;
}
.tablet-s{
    display: block;
}
.block,
.desktop {
    display: block;
}
.opacity_0 {
    opacity: 0;
}
.inline-block {
    display: inline-block;
}
.inline-desktop {
    display: inline;
}
.inline-tab{
    display: none;
}
.table {
    display: table;
    float: none;
    table-layout: fixed;
}
.table-cell {
    display: table-cell;
    float: none;
    vertical-align: middle;
}
.table-row {
    display: table-row;
    float: none;
}
.relative {
    position: relative;
}
.absolute {
    position: absolute;
}
.pointer {
    cursor: pointer;
}
.left {
    float: left;
}
.right {
    float: right;
}
.none {
    float: none;
}
.clear {
    clear: both;
}
.v_top {
    vertical-align: top;
}
.text_top {
    vertical-align: text-top;
}
.v_middle {
    vertical-align: middle;
}
.v_bottom {
    vertical-align: bottom;
}
.m_auto {
    margin: 0px auto
}
.w_auto {
    width: auto;
}
.max_w_100pe {
    max-width: 100%;
}
.w_33pe {
    width: 33.333333%;
}
.maxw_100pe {
    max-width: 100%;
}
.text-center {
    text-align: center;
}
.text-left {
    text-align: left;
}
.text-right {
    text-align: right;
}
.text-justify {
    text-align: justify;
}
.text-truncate {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.bradius_5 {
    border-radius: 5px;
}
.extralight {
    font-weight: 100;
}
.light {
    font-weight: 200;
}
.normal {
    font-weight: 400;
}
.style-normal {
    font-style: normal;
}
.strike {
      text-decoration: line-through;
}
.medium {
    font-weight: 500;
}
.bold,
strong,
b {
    font-weight: 700;
/*     font-style: inherit; */
}
.extrabold {
    font-weight: 900;
}
.black,
.nero,
.blacklink,
.blacklink:visited,
.black_white_lnk {
    color: black;
}
.white, .bianco {
    color: #FFFFFF;
}
.cover {
    background-size: 100% 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    overflow: hidden;
}
.uppercase {
    text-transform: uppercase;
}
.two-column {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}
.ritch-cont {
    color: black;
    /* Qua se vogliamo imporre qualcosa */
}
.ritch-cont a {
/*    font-style: normal;*/
    font-weight: bold;
}
.ritch-cont ul {
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
/*     padding-left: 25px; */
    padding-left: 35px;
}
#ritch-bullet-int ul {
    padding-left: 45px;
}
.ritch-cont ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 45px;
}
.ritch-cont li {
    float: left;
    width: 100%;
}
.ritch-cont img {
    max-width: 100% !important;
    height: auto !important;
}

.richt-cont-accordion {
    font-size: 12px!important;
    line-height: 15px!important;
}

.richt-cont-accordion p{
    font-size: 12px!important;
    line-height: 15px!important;
}
.richt-cont-accordion ul {
    font-size: 12px!important;
    line-height: 15px!important;
    width: 100%;
    box-sizing: border-box;
    list-style-type: disc;
/*     padding-left: 25px; */
    padding-left: 45px;
}

.richt-cont-accordion li{
    font-size: 12px!important;
    line-height: 15px!important;
    float: left;
    width: 100%;
}

.richt-cont-accordion span{
    font-size: 12px!important;
    line-height: 15px!important;
}

.richt-cont-accordion a {
/*    font-style: normal;*/
    font-weight: bold;
}

.richt-cont-accordion ol {
    width: 100%;
    box-sizing: border-box;
    list-style-type:decimal;
    padding-left: 45px;
}
.richt-cont-accordion img {
    max-width: 100% !important;
    height: auto !important;
}

/* Honey POT anti SPAM */
.hnpt {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    background-color: transparent;
    height: 100%;
    z-index: 100;
}

#over-box {
    display: none;
    position: fixed;
    z-index: 95;
    background-color: rgba( 255,255,255, 0.8);
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: wait;
}
.modal-box {
    display: none;
    position: fixed;
    padding: 20px 20px;
    background-color: #fff;
    color: #000;
    text-align: center;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.25);
    z-index: 100;
    top: -500px;
    opacity: 1;
    box-sizing: border-box;
    width: 600px;
    left: 50%;
    margin-left: -300px;
    font-size: 18px!important;
    line-height: 20px!important;
}

.form-input {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    box-sizing: border-box;
    line-height: 30px;
    font-size: 12px;
    color: black;
    background-color: #f2f2f2;
    font-weight: 400;
}

.form-input-small{
    width: 50%;
    display: inline-block;
    float: left;
    padding: 0px 0px 0px 20px;
    height: 50px;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 11px;
    color: black;
    margin-bottom: 10px;
    background-color: white;
}
.text-area{
    width: 100%;
    display: inline-block;
    float: left;
    padding: 0px 0px 0px 20px;
    box-sizing: border-box;
    line-height: 50px;
    font-size: 11px;
    color: black;
    background-color: white;
    margin-bottom: 10px;
}

/* SWITCH */

.switch {
    position: relative;
    display: inline-block;
    width: 60px;
    height: 34px;
}

.switch input {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    -webkit-transition: .4s;
    transition: .4s;
}

.slider:before {
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 4px;
    bottom: 4px;
    background-color: white;
    -webkit-transition: .4s;
    transition: .4s;
}

input:checked + .slider {
    background-color: #110448;
}

input:focus + .slider {
    box-shadow: 0 0 1px #110448;
}

input:checked + .slider:before {
    -webkit-transform: translateX(26px);
    -ms-transform: translateX(26px);
    transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
    border-radius: 34px;
}

.slider.round:before {
    border-radius: 50%;
}

.switch-txt{
    line-height: 34px;
}

.form-errors{
    font-size: 11px;
    color: red;
}


/* MAIN */
header{
    /* position: absolute; */
    top: 0px;
    height: 60px;
    font-size: 14px;
    font-weight: 500;
    background-color: #FFFFFF;
}
.header-top{
    height: 60px;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
}
#logo-top{
    display: block;
    width: auto;
    float: left;
}
.header-top img{
    height: 45px;
    width: auto;
    padding: 10px;
}
#left-nav{
    width: auto;
    display: block;
    float: left;
    box-sizing: border-box;
    padding-left: 20px;
}
#left-nav li{
    line-height: 60px;
}
#left-nav p{
    line-height: 60px;
}
#left-nav a,
#right-nav a {
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    width: 100%;
}

#right-nav{
    display: block;
    float: right;
    width: auto;
}
#right-nav li{
    width: 60px;
    line-height: 60px;
    text-align: center;
    border-left: 1px solid #e5e5e5;
    display: inline-block;
}
#right-nav i{
    line-height: 60px;
}

main{
    min-height: calc(100vh - 120px);
}

/* LOGIN */
#login-page{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    min-height: calc(100vh - 120px);
}

#login-form{
    width: 400px;
    height: auto;
    padding: 40px;
    box-sizing: border-box;
    background-color: #FFFFFF;
    border: 1px solid #e5e5e5;
}
.login-title{
    font-size: 30px;
    line-height: 30px;
    font-weight: 200;
    text-transform: uppercase;
    color: #110448;
}
.input-label{
    background-color: #f2f2f2;
    display: block;
    float: left;
    position: relative;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    position: relative;
    padding: 10px 15px;
    font-size: 12px;
    color: #4d4d4d;
    font-weight: bold;
}
.psw-recovery{
    font-size: 12px;
    line-height: 15px;
    font-weight: bold;
}

.btn {
    height: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 15px;
    line-height: 60px;
    background-color: #110448;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.btn-medium {
    height: 40px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 15px;
    line-height: 40px;
    padding: 0px 10px;
    background-color: #110448;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.btn-small {
    height: 25px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 12px;
    line-height: 25px;
    padding: 0px 10px;
    background-color: #110448;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.btn-red {
    height: 60px;
    text-transform: uppercase;
    font-weight: bold;
    color: white;
    font-size: 15px;
    line-height: 60px;
    background-color: red;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

.btn-login{
    width: 100%;
    /* background-color: #d26128; */
    margin-top: 20px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}

/* INDEX */
#filters{
    height: 80px;
    background-color: #FFFFFF;
    border-bottom: 1px solid #e5e5e5;
    box-sizing: border-box;
    padding: 10px;
}

.filters-half{
    width: calc(25% - 10px);
    margin-left: 10px;
}

.search-field{
    width: calc(100% - 62px);
    margin-right: 2px;
}
.btn-search{
    width: 60px;
    height: 60px;
    background-color: #f2f2f2;
    text-align: center;
}
.order-dropdown,
.filter-dropdown {
    position: relative;
    background-color: #f2f2f2;
    display: block;
    float: left;
    height: 60px;
}
.order-title,
.filter-title {
    display: block;
    float: left;
    width: 100%;
    font-size: 12px;
    line-height: 15px;
    position: absolute;
    top: 0px;
    left: 0px;
    box-sizing: border-box;
    padding: 10px;
    font-weight: bold;
}
.order-text,
.filter-text {
    display: block;
    float: left;
    height: 60px;
    padding: 35px 10px 10px 10px;
    box-sizing: border-box;
    font-size: 12px;
    line-height: 15px;

    color: black;
    background-color: transparent;
    box-sizing: border-box;
    width: 100%;
}
.dropdown-menu-selector{
    color: #999999;
    display: block;
    float: left;
    width: 100%;
    position: absolute;
    left: 0px;
    padding: 0px 10px;
    box-sizing: border-box;
    height: 30px;
    line-height: 30px;
    bottom: 0px;
}
.dropdown-menu{
    position: absolute;
    float: left;
    width: 100%;
    top: 60px;
    left: 0px;
    background-color: #f2f2f2;
    z-index: 5;
}
.dropdown-closed{
    display: none;
}
.dropdown-menu a {
    display: block;
    float: left;
    width: 100%;
    height: 30px;
    line-height: 30px;
    box-sizing: border-box;
    padding: 0px 10px;
    box-sizing: border-box;
    color: #999999;
    border-top: 1px solid #e5e5e5;
}

#tabella-aziende{
    width: 100%;
    overflow-x: hidden;
    height: calc(100vh - 141px);
    position: relative;
}

.wrapper{
    overflow-x: scroll;
    overflow-y: hidden;
    max-width: calc(100% - 550px);
    min-width: 40%;
    margin-left: 350px;
    margin-right: 200px;
}

.tabella-row{
    /* min-width: 3200px;
    width: auto;
    position: relative; */
    min-width: 1800px;
}

#tabella-aziende .tabella-row{
    box-sizing: border-box;
    padding: 0px 0px;
    line-height: 80px;
    height: 80px;
}

.cell-azienda-logo {
    width: 100px;
    position: absolute;
    left: 0px;
    box-sizing: border-box;
    padding-left: 10px;
}

.cell-azienda-logo img{
    height: 60px;
    width: auto;
}

.cell-azienda-name {
    width: 250px;
    padding-left: 10px;
    box-sizing: border-box;
    font-weight: bold;
    font-size: 12px;
    position: absolute;
    left: 100px;
}

.cell-azienda-dossier p{
    margin-top: 25px;
    line-height: 15px;
}

.cell-azienda-dossier{
    width: 200px;
    padding-left: 10px;
    font-size: 15px;
    font-weight: 900;
    height: 80px;
    line-height: 80px;
}
.dossier-status{
    font-size: 12px;
    color: #4d4d4d;
    font-weight: 400;
}
.table-border{
    border-right: 1px solid #e5e5e5;
}
.cell-azienda-link{
    width: 200px;
    float: right;
    font-weight: bold;
    font-size: 12px;
    text-align: right;
    padding-right: 10px;

    position: absolute;
    right: 0;
}



.cell-azienda-empty{
    width: 100%;
}
.cell-azienda-empty p {
    text-align: center;
    line-height: 60px;
    font-size: 15px;
    font-weight: bold;
}
.bg-dispari{
    background-color: transparent;
}
.bg-pari{
    background-color: #f1f0f4;
}
.cell-azienda{
    width: 30%;
    line-height: 60px;
}

footer{
    background-color: #FFFFFF;
}

#footer-text{
    height: 60px;
    line-height: 60px;
    border-top: 1px solid #e5e5e5;
    text-align: center;
    box-sizing: border-box;
    font-size: 12px;
    font-weight: 400;
    color: #4d4d4d;
}
#footer-text a{
    font-weight: bold;
}

/* DETAIL */
#left-column{
    width: 22%;
    border-right: 1px solid #e5e5e5;
    min-height: calc(100vh - 61px);
}
.ragione-sociale{
    height: 80px;
    box-sizing: border-box;
}
.ragione-sociale p{
    font-size: 18px;
    line-height: 100px;
    font-weight: bold;
    line-height: 80px;
    padding-left: 10px;
    box-sizing: border-box;
    border-bottom: 1px solid #e5e5e5;
}

.sidebar li{
    width: 100%;
    display: block;
    float: left;
}

.sidebar-menu,
.sidebar {
    display: block;
    height: 100vh;
}

.sidebar-menu .sidebar-menu-item{
    min-height: 60px;
    border-bottom: 1px solid #e5e5e5;
    line-height: 60px;
    font-size: 15px;
    font-weight: 500;
}
.sidebar-menu .fl-link{
    display: block;
    box-sizing: border-box;
    padding-left: 10px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
}
.item-active{
    background-color: #110448;
}
.item-active .fl-link{
    color: white;
}
.sidebar-menu-item-sl{
    display: block;
}
.sl-closed{
    display: none;
    /* transition: all 0.2s;
    -webkit-transition: all 0.2s; */
}
.sl-item{
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid #e5e5e5;
}
.sl-item a{
    display: block;
    box-sizing: border-box;
    padding-left: 20px;
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.page-container{
    background-color: white;
    height: 100vh;
    box-sizing: border-box;
    padding: 10px;
}
.page-search{
    width: calc(100% - 320px);
    box-sizing: border-box;
    padding-right: 10px;
}

.btn-add-project{
    width: 100%;
    max-width: 320px;
    transition: all 0.2s;
    -webkit-transition: all 0.2s;
    float: right;
    text-align: center;
}

.btn-dipendenti{
    width: calc(25% - 20px);
}

#projects-table,
#dipendenti-table {
    margin-top: 10px;
}

#dipendenti-table {
    min-width: 1800px;
}

.projects-row-double{
    padding: 10px 10px;
    box-sizing: border-box;
}

.projects-row{
    height: 80px;
    padding: 10px 10px;
    box-sizing: border-box;
}
.projects-row p,
.projects-row a {
    line-height: 60px;
}

.projects-row-double p,
.projects-row-double a {
    line-height: 30px;
}

#dipendenti-table .projects-first-cell{
    width: 20%;
}

#dipendenti-table .projects-third-cell{
    width: 15%;
    float: left;
    text-align: left;
}

#dipendenti-table .projects-second-cell{
    width: 10%;
}

.projects-first-cell{
    width: 40%;
}

.projects-date-cell{
    width: 20%;
}

.projects-gender-cell{
    width: 5%;
    text-align: center;
}
.projects-first-cell p{
    font-size: 15px;
    font-weight: bold;
    color: #4d4d4d;
}

.projects-second-cell{
    width: 20%;
}

.projects-third-cell{
    width: 20%;
    float: right;
    text-align: right;
    font-weight: bold;
}
.projects-third-cell a{
    font-size: 12px;
}
.projects-third-cell span{
    font-weight: 400;
    font-size: 12px;
}

#dettaglio-azienda{
    position: relative;
}

.right-column{
    width: calc(78% - 2px);
    min-height: calc(100vh - 61px);
    position: absolute;
    right: 0px;
}
.tabs-container{
    height: 80px;
    border-bottom: 1px solid #e5e5e5;
}
.tab-item{
    width: 100px;
    height: 80px;
    text-align: center;
    border-right: 1px solid #e5e5e5;
}
.tab-active{
    background-color: white;
    border-bottom: none;
    height: 81px;

}
.tab-item a{
    display: block;
}
.tab-item span {
    line-height: 80px;
    font-weight: bold;
    text-align: center;
}
/* tabella costi */
.costs-wrapper{
    width: 100%;
    position: relative;
    overflow-x: auto;
    height: 750px;
}

#costs-table{
    padding: 10px;
    box-sizing: border-box;
    width: auto;
    min-width: 3500px;
}

.costs-row {
    box-sizing: border-box;
    /* width: 100%; */
}

.costs-row .first-column{
    min-width: 80px!important;
    width: 8%!important;
}

.costs-row .dip-name {
    color: #595959;
}

.cost-cell-head{
    min-width: 110px;
    width: 100px;

    box-sizing: border-box;
    padding: 10px;
    height: 80px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    border-right: 1px solid #e5e5e5;
    font-size: 10px;
    line-height: 13px;
    position: sticky;
    top: 0px;
    background-color: white;
}

.cost-cell-head.first-column{
    min-width: 80px!important;
    width: 8%!important;
}


.cost-cell{
    min-width: 110px;
    width: 100px;

    box-sizing: border-box;
    padding: 10px;
    height: 80px;
    text-align: left;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
    line-height: 13px;
}

.cost-view-cell{
    min-width: 110px;
    width: 100px;
    box-sizing: border-box;
    padding: 10px;
    height: 50px;
    text-align: left;
    border-right: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    font-size: 11px;
    line-height: 13px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.info-msg{
    width: auto;
    font-size: 9px;
    line-height: 25px;
    height: 80px;
    box-sizing: border-box;
    color: red;
    font-weight: bold;
}

.fattura-riferimento{
    width: 200px!important;
}

.cost-name{
    font-weight: bold;
    text-transform: uppercase;
}

.save-button-top{
    float:right;
    line-height: 80px;
    width: 100px;
    height: 80px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
}
.cta-top{
    border-right: none;
    font-weight: bold;
}
.add-generic-btn{
    line-height: 60px;
    width: 100px;
    height: 60px;
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    box-sizing: border-box;
    margin-left: 20px;
}


/* tootip */

/* Tooltip container */
.tooltip {
    width: auto;
    right: 0px;
    position: relative;
    display: inline-block;
}

/* Tooltip text */
.tooltip .tooltiptext {
    visibility: hidden;
    width: 200px;
    background-color: black;
    color: #fff;
    text-align: center;
    padding: 10px 10px;
    border-radius: 6px;
    text-transform: none;
    /* Position the tooltip text - see examples below! */
    position: absolute;
    z-index: 999;
    top: 80px;
    left: 0px;
}


/* Over Cage */
@media only screen and (min-width:1025px) and (max-width:10000px) {
    .save-button-top:hover,
    a:hover {
        color: #d26128;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .btn:hover{
        background-color: #d26128;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
        color: white;
    }

    .btn-red:hover{
        background-color: #110448;
    }

    .dropdown-menu-selector:hover{
        color: #999999;
    }
    .dropdown-menu a:hover {
        background-color: #ededed;
    }
    .sidebar-menu-item .fl-link:hover,
    .sl-item a:hover {
        color: white;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    .sidebar-menu-item .fl-link:hover,
    .sl-item a:hover {
        background-color: #110448;
        transition: all 0.2s;
        -webkit-transition: all 0.2s;
    }
    /* Show the tooltip text when you mouse over the tooltip container */
    .tooltip:hover .tooltiptext {
        visibility: visible;
    }

}


.alert {
    background: #83D0F5;
    padding: 10px;
    font-weight: 500;
    text-align: center;
    margin-bottom: 10px;
    width: calc(100% - 20px);
    border-radius: 10px;
    color: white;
}

.alert.error,
.alert-error {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}

.alert-warning {
    color: #856404;
    background-color: #fff3cd;
    border-color: #ffeeba;
}


.alert span { color: white; }

.close {
    float:right;
    margin-right:10px;
}
