/*Write your custom css in this file.*/
@import url('https://fonts.cdnfonts.com/css/gotham');

body {
    font-family: 'Gotham', sans-serif !important;
}

.nav-tabs {
    border-radius: 20px 20px 0 0;
    padding-top: 10px;
    padding-bottom: 10px;
}

.nav li {
    width: calc(100%-200px);
}

.card {
    border-radius: 0 0 20px 20px;
}

.tab-title {
    float: right;
}

.title-button-group .btn-default {
    background: #e6007e !important;
    border-color: #e6007e !important;
}

.title-button-group .btn-default:hover {
    background: #ed3d9e !important;
    border-color: #ed3d9e !important;
}

.select2-container .select2-choice,
.select2-container .select2-choices,
.select2-container .select2-choices .select2-search-field input {
    background: #09153F !important;
    border-color: #172454 !important;
    color: #9D9D9C !important;
}
.viola .select2-choice{ 
    border: 3px solid !important;
    border-color: #2daae1 !important;
    border-radius: 20px !important;
    font-weight: 600;
    color: #fff;
    text-align: center;
    font-size: 18px;
    height: 40px;
    text-transform: uppercase;
  }
.column-show-hide-popover {
    display: none;
}

.title-tab h4 {
    font-weight: 800 !important;
    font-size: 19px !important;
}

td a {
    font-weight: 600;
}

.modal-content {
    border-radius: 20px;
}

.sub-head {
    padding: 5px 40px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    background-color: #2daae1;
    position: fixed;
    top: 65px; color: #fff!important;
    min-width: 100%;
    align-items: center;
    border-top: 0px solid #6171B0;
    border-top-color: #fff;
    text-transform: uppercase;
}

.page-container {
    margin-top: 105px;

}

.main-profile {
    text-align: center;
    padding: 20px 0px;
    display: block;
    position: relative;
}

.main-profile .image-bx {
    position: relative;
    display: inline-block;
    height: 65px;
    width: 65px;
    margin-bottom: 0px;
}

.main-profile .image-bx img {
    border-radius: 8px;
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.main-profile .image-bx a {
    color: #2daae1;
    position: absolute;
    top: -10px;
    right: -8px;
    font-size: 20px;
}

.main-profile .name {
    margin-bottom: 2px;color:#e5007e;
}

.main-profile .email {
    margin-bottom: 0;
    font-size: 12px;
}

.font-w400 {
    font-weight: 400;
}

.sidebar-toggled .main-profile {
    display: none;
}

.hengi_logo {
    position: fixed;
    bottom: 33px;
}
.its_by {
    position: fixed;
    bottom: 10px;
    font-size: 14px;
    left:22px;
    color:#fff;
}
.sidebar-toggled .hengi_logo {
    display: none;
}
.sidebar-toggled .its_by {
    display: none;
}
.select2-results .select2-highlighted {
    background-color: #0093da;
}
.float-btn {
    position: fixed;
    right: 40px;
    left: 290px;
    bottom: 15px;
    height: 30px;
    width: auto;

}
.sidebar-toggled .float-btn {
    left: 100px;
}
.logo-azienda{
    width:auto;
    height: 45px;
}
.margin-box-grafico{margin-top:20px;}

.help-catagory.list-group .list-group-item:hover, .help-catagory.list-group .list-group-item.active {
    border-left: 2px solid #e6007e !important;
    text-indent: -2px;
    background: rgba(0, 0, 0, 0.02);
    font-weight: 800;
}

.modal-header .modal-title {
    margin-top: 0;
    font-weight: 700;
}

.sidebar-brand {
    padding: 0.2rem 2.9rem;
}

tbody, td, tfoot, th, thead, tr {
   background-color: #e4eff4;
}

@media screen and (max-width: 600px) {
  
    .sidebar-toggled .main-profile {
        display: block;
    }

    .sidebar-toggled .hengi_logo {
        display: block;
    }
    .its_by  {
        display: none;
    }
    .sidebar-toggled .its_by  {
        display: block;
    }
    .sidebar-toggled .float-btn {
        left: 40px;
        max-width: 600px;
        min-width: 300px;
    }
    .margin-box-grafico{margin-top:35px;}
   
}

.crop-box {
    background: #008;
}




.pb40{
    padding-bottom: 50px;
}

.note{ color: #999999 }
.paragrafo{ color: #2daae1; padding-bottom:10px; font-weight: 700;} 
table.tabellaChiaviDoc{width:100%}
table.tabellaChiaviDoc td{ font-size:12px; padding:5px;border: solid 1px #eaeaea; text-align:left; vertical-align:top; background-color:#fff }
table.tabellaChiaviDoc th{padding:5px;};
.btn-def{background-color:#1ed73c !important}
.tab-sezione{
    text-transform: uppercase;
    color: #e6007e;
    font-size: 1.3em;
}
.tab-gruppo{
    color: #1b3865;
}