/*-----------------------------------------------------------------------------------

    Template Name: Portal css


-----------------------------------------------------------------------------------*/

/*body.login-page-portal {
    background-color: #002F33;
}

.icheckbox_square-green .hover {
    background-color: #008581; 
    color: #008581;
}

h3.mg-tb-40 {
    color: #008581;
}

div.input-group:nth-child(3) > span:nth-child(1), div.input-group:nth-child(3), div.input-group:nth-child(3) > div:nth-child(2) > input:nth-child(1), div.input-group:nth-child(4) > span:nth-child(1), div.input-group:nth-child(4) > div:nth-child(2) > input:nth-child(1) {
    background-color: #eee;
    color:#008581;
}

.nk-int-st:not([class*="has-"])::after {
    background: #00CAC4;
}

button.btn-default {
    background: #008581;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0px;
}

i {
    color:#008581;
}

.input-group-addon.nk-ic-st-pro {
    border: 0px solid #ccc;
    background: #EEEEEE !important;
    font-size: 20px;
}

#Input_Password {
    background-color: #EEEEEE;
}

.waves-button-input {
    padding: 0px!important;
}

a.dropdown-item.nav-link {
    padding-left: 15px;
    color: #098682;
    font-size: 14px !important;
    display: block;
}

  a.dropdown-item.nav-link:hover {
        outline: 0 none;
        text-decoration: none;
        background: #098682;
        color: #fff !important;
    }

main {
    min-height: 700px;
}

th.green {
    color: #098682;
    font-weight: 700;
    font-size:14px;
}


    th.green:nth-child(1), th.green:nth-child(2), th.green:nth-child(3), th.green:nth-child(4), th.green:nth-child(5), th.green:nth-child(6), th.green:nth-child(7), th.green:nth-child(8) {
        color: #098682;
        font-weight: 700;
        font-size: 16px;
    }*/

.field-icon {
    float: right;
    margin-right: 20px;
    margin-top: -25px;
    position: relative;
    z-index: 2;
    cursor: pointer;
    opacity: .8;
}

.navbar-nav > li button {
    color: #646464;
    line-height: 20px;
    background: none;
    border: none;
    font-size: 20px;
}

    .navbar-nav > li button:hover {
        text-decoration: underline;
    }

#layout-login-username:hover {
    text-decoration: none !important;
}

.pt-20 {
    padding-top: 20px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-40 {
    margin-top: 40px;
}

.mb-10 {
    margin-bottom: 10px;
}

.mb-20 {
    margin-bottom: 20px;
}

a.btn-info {
    background: #E1E1E1;
    color: #000;
    border-radius: 5px;
    border-color: #646464;
    margin-bottom: 5px;
}

.w-auto {
    width: auto !important;
}

.pagination > li {
    float: left;
    vertical-align: middle;
}

/*@media screen and (-webkit-min-device-pixel-ratio:0)*/
input[type=date].form-control,
input[type=time].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control {
    line-height: normal !important;
}

/*Modifiche AB*
*/
a.nav-link:active,
a.nav-link:focus {
    color: #008581;
    font-weight: 600;
}

a.nav-link.activel-link {
    color: #008581;
    font-weight: 600;
}

/*a.dropdown-item.nav-link {
    padding-left: 15px;
    color: #098682;
    font-size: 14px !important;
    display: block;
}

a.dropdown-item.nav-link:hover {
    outline: 0 none;
    text-decoration: none;
    background: #098682;
    color: #fff !important;
}*/

.pagination > .active > a:hover {
    background-color: #008581;
}

.pagination > .active > a {
    background-color: #008581;
}

.btn-info:active {
    color: #fff;
    background-color: #008581;
    border-color: #1b6d85;
}

d-block {
    display: block;
}

.mb.mb-20 {
    margin-bottom: 20px
}

div.dropdown-menu {
    background-color: #E1E1E1;
    color: #008581;
}

ul.dropdown-menu {
    background-color: #E1E1E1;
    color: #008581;
}

.no-gutters {
    margin-right: 0px;
    margin-left: 0px;
}

.btn.btn-info.notika-btn-info.waves-effect.pull-left {
    margin-right: 5px;
}

main {
    min-height: 700px;
}


.table.table-sc-ex > tbody > tr > td {
    font-size: 13px;
}


/*

sIDEBAR
*/



#sidebar-wrapper {
    /*min-height: 100vh;*/
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
    width: 300px;
    border-right: 1px solid #E1E1E1;
    background-color: #fff;
}

    #sidebar-wrapper .sidebar-heading {
        padding-left: 10px;
        color: #fff;
        background: #00cac4;
        padding-top: 15px;
        font-weight: 600;
        padding-bottom: 15px;
        font-size: 16px;
    }

        #sidebar-wrapper .sidebar-heading i {
            margin-left: 80px;
        }

#page-content-wrapper {
    width: 85%; /*100vw;*/
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 768px) {
    #sidebar-wrapper {
        margin-left: 0;
    }

    /*#page-content-wrapper {
        min-width: 0;
        width: 100%;
    }*/

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -15rem;
    }
}


.menu-sideb {
    display: grid;
    width: 100%;
}

ul.menu-sideb > li {
    background-color: #2D3D89;
    display: flex;
    color: #fff;
}

.panel-default {
    border-color: transparent;
}

.panel {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 5px;
}

/*a.collapsed.sub-drp:hover,
  .panel.panel-default a.sub-drp:focus,
  a.sub-drp:active,
  a.drp1l-single:active {
    padding-left: 15px;
    background-color: #098682;
    color: #fff;
    font-size: 14px !important;
    display: block;
  }*/

.nav > li > a:focus {
    background-color: transparent;
    text-decoration: none;
}

a.dropdown-item.nav-link:hover {
    background-color: transparent;
    color: #00CAC4 !important;
}

a.drp1l:hover {
    background-color: #E1E1E1;
    text-decoration: none;
}

a.sub-drp panel-collapse.collapse.in {
    padding-left: 15px;
    background-color: #098682 !important;
    color: #fff;
    font-size: 14px !important;
    display: block;
}


.sidebar-heading img {
    width: 90%;
}



/*a.drp1l[aria-expanded="true"]::after,
a.drp1l-single[aria-expanded="true"]::after,
a.sub-drp[aria-expanded="true"]::after {
  content: "\f057";
  font-family: 'Font Awesome 5 Free';
  right: -11px;
  position: relative;
  top: 1px;
}*/
a.drp1l i,
a.drp1l-single i,
a.sub-drp i {
    top: 10px;
}

a.drp1l[aria-expanded="true"] i.fa-chevron-right, a.drp1l-single[aria-expanded="true"] i.fa-chevron-right, a.sub-drp[aria-expanded="true"] i.fa-chevron-right {
    display: none;
}

a.drp1l[aria-expanded="false"] i.fa-chevron-down, a.drp1l-single[aria-expanded="false"] i.fa-chevron-down, a.sub-drp[aria-expanded="false"] i.fa-chevron-down, a.sub-drp.collapsed i.fa-chevron-down[aria-expanded="false"] {
    display: none;
}

.m-20 {
    margin-left: 20px;
}

.navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px;
}


/*Adeguamenti grafici YELLO*/
li a.navbar-brand {
    display: contents;
}

.navbar-brand > img {
    display: inline-block;
    padding: 0px;
}

img.logo-azienda {
    height: 65px;
    border-right: 1px solid #ccc;
    padding-right: 10px;
} 


label.control-label,
h2,
a.d-inline-block.w-100,
label {
    color: #2D3D89 !important;
}

.form-horizontal .control-label {
    text-align: left !important;
}

button.btn-info,
.btn.btn-info.notika-btn-info.waves-effect,
button.btn-info:hover,
button.btn-info:focus {
    background: #00cac4;
    color: #fff;
    border-radius: 50px;
    text-transform: uppercase;
    border-color: #00cac4;
}

input.form-control {
    border-radius: 50px !important;
}

div.input-group {
  width:100%;
    border: 1px solid #285ba6;
    border-radius:6px;
    }

.mb-20 {
    margin-bottom: 20px;
}

#page-content-wrapper {
    background-color: #f2f2f2 !important;
    padding-bottom: 50px;
}

.panel.notika-accrodion-cus {
    box-shadow: 0 4px 4px rgba(0,0,0,0.1);
    border-radius: 15px;
}

.notika-accrodion-cus .panel-heading {
    
    text-transform: uppercase;
}

.panel-group[data-collapse-color="nk-red"] .panel-collapse .panel-heading.active .panel-title > a::after {
    background: #fff;
}

a.d-inline-block.w-100.collapsed i.fa.fa-fw.fa-chevron-down {
    display: none;
}

a.d-inline-block.w-100.collapsed i.fa.fa-fw.fa-chevron-right {
    display: inline-block;
}

a.d-inline-block.w-100 i.fa.fa-fw.fa-chevron-right {
    display: none;
}

.panel.notika-accrodion-cus
.fa-chevron-down,
.panel.notika-accrodion-cus
.fa-chevron-right {
    right: 0;
    position: absolute;
    padding-right: 30px;
    color: #EDEDED;
    top: 31px;
    font-size: 20px;
}


body {
    background-color: #f2f2f2 !important;
    height: 100%;
    margin: 0;
}

#wrapper {
    display: flex !important;
    height: 100%;
    overflow-x: hidden;
    margin-top: 0px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
}

.bsc-tbl.brd {
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
}

#portal-nav {
    height: 70px;
    background: #fff;
    margin-bottom: 0px;
}

.nav-enisus ul.nav.navbar-nav.navbar-right {
    padding-top: 15px;
    margin-bottom: -18px;
}

.nav-enisus a {
    color: #2D3D89;
}

#portal-nav ul.dropdown-menu {
    color: #B1B1B1;
    border-radius: 10px !important;
    border: 1px solid #00CAC4;
    background-color: #f2f2f2;
    margin-top: 11px;
}


ul.dropdown-menu.dropdown-enisus:before {
    position: absolute;
    left: 68%;
    top: -19px;
    width: 0;
    height: 20px;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #f2f2f2;
    z-index: 999;
}

ul.dropdown-menu#nav-user:before,
ul.dropdown-menu#nav-user:after{
  left: 65%;
}

ul.dropdown-menu.dropdown-enisus:after {
    position: absolute;
    left: 68%;
    top: -20px;
    width: 0;
    height: 20px;
    content: '';
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-bottom: 20px solid #00CAC4;
}

ul.dropdown-menu.dropdown-enisus li {
    border-bottom: 1px solid #fff;
}

#navbarDropdownUsername {
    border-radius: 50px;
    background-color: #F2F2F2;
}

#navbarDropdpwUsername img {
    padding-right: 10px;
}

img.icon-nav {
    width: 20%;
    max-width: 20px !important;
    margin-right: 2px;
}

ul.dropdown-menu.dropdown-enisus li:last-child {
    border-bottom: none;
}

.pb-3 {
    padding: 15px;
}

#assistenza-box {
    background: rgb(207,54,51);
    background: linear-gradient(90deg, rgba(207,54,51,1) 0%, rgba(242,145,0,1) 100%);
    border-radius: 8px;
    color: #fff;
    padding: 7px;
    position: relative;
    margin-top: 20%;
}

#third-box,
#csf-box {
    margin-top: 80px;
    margin-left: 30px;
    margin-right: 30px;
    margin-bottom: 80px;
}

img.navbar {
    border-left:1px solid #c7c7c7;
}

h3#assistenza-box {
    color: #fff;
    position: relative;
}

img.icon-box {
    position: absolute;
    right: -10px;
    top: -10px;
}

ul.menu-sideb li.nav-item {
    padding: none;
    margin: 0;
    border-bottom: 1px solid #00CAC4;
}


ul.menu-sideb li.dropdown-enisus {
    display: list-item
}

ul.menu-sideb li.nav-item a:hover {
    background-color: transparent;
    color: #00CAC4;
}

.nav > li > a.nav-link {
    position: relative;
    display: block;
    padding: 10px 15px;
}

ul.menu-sideb li a {
    color: #fff;
}

li.dropdown-enisus a {
    padding: 0 !important;
}

#dropdown-aziende > li,
#dropdown-utenti > li,
#dropdown-altre-anagrafiche > li,
#dropdown-fatturazione > li,
#dropdown-aziende > li,
#dropdown-compliance > li {
    border-bottom: 1px solid #fff;
    background-color: #8E96C0;
}

a.nav-link.activel-link {
    color: #fff;
}

#dropdown-aziende .menu-sideb li,
#dropdown-utenti .menu-sideb li,
#dropdown-altre-anagrafiche .menu-sideb li,
#dropdown-fatturazione .menu-sideb li,
#dropdown-aziende .menu-sideb li,
#dropdown-compliance .menu-sideb li {
    background-color: #8E96C0;
    border-bottom: 1px solid #fff;
}

a.drp1l {
    border-bottom: 1px solid #00CAC4;
}

a.sub-drp {
    border-bottom: 1px solid #fff;
    background-color: #5F6BA5 !important;
}

span.msg-notifiche {
    margin: 5px;
    font-size: 12px;
    color: #2D3D89;
    text-align:center;
}

.li-notifiche {
    background-color: #fff;
    border-radius: 50px;
    margin: 5px;
}

li.li-button {
    background-color: #00CAC4;
    border-radius: 50px;
    margin: 5px;
    text-align: center;
}

    li.li-button a {
        color: #fff;
        font-size: 12px;
    }

div.ic-not {
    background-color: #2D3D89;
    border-top-left-radius: 10px !important;
    border-bottom-left-radius: 10px !important;
    width: 60px;
}

div.riga-dash {
    display: flex;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 0px !important;
}

.img-not-acc {
    position: absolute;
    top: 21px;
    left: 10px;
    width: 40px;
}

.panel.dropdown-enisus {
    margin-bottom: 0px !important;
}

#scheda-az .notika-accrodion-cus .panel-heading {
    padding: 20px 25px;
}

#scheda-az .panel-group {
    margin-bottom: 10px;
}

#scheda-az .panel.notika-accrodion-cus .fa-chevron-down,
#scheda-az .panel.notika-accrodion-cus .fa-chevron-right {
    top: 20px;
}

.pagination > .active > a {
    background-color: #00cac4 !important;
}

.panel-heading.riga-dash.active div.ic-not {
    border-bottom-left-radius: 0px !important;
}

a.drp1l.collapsed {
    border-bottom: 0px;
}

select.form-control {
  border-radius:50px;
}

.pagination > li > a:hover {
  background-color: #2D3D89!important;
  color: #fff;
}
#ul-notifiche {
  width:250px;
}
  #ul-notifiche p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

.iconaNotifiche {
  background-color: #b23130;
  padding: 3px;
  margin-left: -18px;
}

a#notifiche-a.dropdown-toggle {
  margin-top: -5px !important;
  margin-right: 10px !important;
}

a.button-double {
    display: grid !important;
    font-size: 10px;
    top: -10px;
    text-align: center;
}

ul#ul-vai-a {
    margin-top: 5px;
}

p.small-par {
    text-align: center;
    color: #2d3d89;
    font-weight: 500;
    margin: 2px;
    line-height: 1em;
}

div.link-rapidi {
    background-color: #fff;
    border: 1px solid #2d3d89;
    border-radius: 20px;
    box-shadow: rgb(0 0 0 / 14%) 0px 5px 15px;
    height: 100px;
    width: 100px;
}
div.link-rapidi img {
    padding-bottom:10px;
}
div.link-rapidi small {
    font-size:100%!important;
}

div.box-row-1 {
    display: flex;
    justify-content: space-between;
    margin-bottom: 5%;
    margin-top: 5%;
}

div.whatsapp {
    background-color: #fff;
    border-radius: 8px;
    border: 1px solid #5bb32b;
    color: #5bb32b;
    font-size: 16px;
    font-weight: 600;
    margin: 2% 0;
    padding: 2px;
    margin-bottom: 10px;
}

p.big-p {
    font-size: 13px;
    line-height: 1.3em;
    font-weight: 600;
    margin-bottom: 6px;

}

img.orange-icon {
    background: #fff;
    border: 1px solid #ed7f1e;
    padding: 7px;
    border-radius: 30px;
}

div.logos {
    width: 120px;
    height: 130px;
    background: #ffff;
    padding: 15px;
    border-radius: 15px;
    border: 1px solid #eee;
    box-shadow: rgb(0 0 0 / 8%) 0px 5px 15px;
}
span.notifiche-dropdown {
    background-color: #b23130;
    padding: 3px;
    margin:0px;
}
span.white-error {
    color: #fff!important;
    text-decoration: underline!important;
    font-weight: 700!important;
}
textarea.form-control {
    border-radius: 50px;
}
div.whatsapp a {
    color: #5bb32b;
}
div.sidebar-heading.text-white {
    display:flex;
    justify-content:space-around;
}
label.modifyAnag {
    color:red!important;
    float:right;
}

/*Modifiche AB per nuova login*/

.no-gutters {
    padding-right: 0px !important;
    padding-left: 0px!important;
}

#bg-white {
    background-color:#fff;
    width:100vw;
}

.nk-int-st .fa-eye:before {
    font-family: "Font Awesome 5 Free";
    font-weight: 400;
    /* margin-bottom: 4px; */
    position: absolute;
    top: -10px;
    right: 0px;
}

p.text-white.big-p {
    color: #fff;
    margin-top: 5px;
}

.pass-reset.row {
    margin-bottom: 5%;
}


.mt-30px {
    margin-top: 30px;
}

.ml-2 {
    margin-left: 0.5rem;
}