/*LAYOUT*/
body {
    font-size: 14px;
    min-height: 100%;
    margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    padding: 0;
    background-color: #fbfbfb;
    height: 100%;
}

a {
    color: #337ab7;
}
@font-face {
    font-family: 'BetmExtralight';
    src: url('../css/fonts/BetmExtralight.otf');
}

#pageloader
{
    background: rgba( 255, 255, 255, 0.8 );
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader .spinner-grow
{
    left: 50%;
    margin-left: -32px;
    margin-top: -32px;
    position: absolute;
    top: 50%;
}

.bg-light {
    background-color: #2b3643 !important;
}

.bg-light-nav {
    background-color: #2b3643 !important;
    border-bottom: 1px solid #e3e3e3;
}


.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
    background-color:#636466;
}

.custom-control-input:active~.custom-control-label::before{
    background-color:#636466;
}

.color-success{
    color: #28a745;
}
/**/
.datepicker-dropdown {
    z-index: 9999 !important;
    padding: 5px !important;
}
/* LOGO*/
.navbar-brand {
    margin-left: 1rem;
    margin-right: 0;
    width:80%;
}

/* NAV RIGHT*/
.navbar {
  display: flex;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.be-top-header {
    background-color: #2b3643 !important;
    border-right: solid 1px #2b3643;
    border-bottom: 1px solid #2b3643;
    margin-bottom: 0;
    border-bottom: 1px solid #2b3643;
    padding: 0;
}
.fixed-top {
    top: 0;
}
.fixed-bottom, .fixed-top {
    position: fixed;
    right: 0;
    left: 0;
    z-index: 1030;
}
.navbar-expand {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.be-right-navbar ul li a{
    color: #646464;
}

.be-top-header .be-right-navbar {
    padding-right: 20px;
    width: calc(100% - 230px);
}
.be-top-header .navbar-nav>li>a.nav-link {
    line-height: 60px;
    color: #b4bcc8;
    font-size: 15px;
    padding: 0 18px;
    outline: 0;
}
.float-right {
    float: right!important;
}

.be-top-header .navbar-nav>li.dropdown .dropdown-menu {
    border-radius: 3px;
    margin-top: 2px;
    line-height: 15px;
}
.be-user-nav>li.dropdown .dropdown-menu {
    left: -120px;
    font-size: 13px;
}
.be-user-nav>li.dropdown .dropdown-menu.utente {
    left: -35px;
}
.be-user-nav>li.dropdown a img {
    background: white;
}
.navbar-expand .navbar-nav .dropdown-menu {
    position: absolute;
}
.navbar-nav .dropdown-menu {
    position: static;
    float: none;
}
.dropdown-menu.show {
    display: block;
}
.dropdown-menu {
    box-shadow: 0 0 6px 0 rgba(0,0,0,.12);
    border-radius: 3px;
    padding: 7px 0;
    min-width: 185px;
    line-height: 18px;
}
.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #404040;
    text-align: left;
    list-style: none;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}
.dropdown-menu, .form-control, .modal-content, .popover {
    background-clip: padding-box;
}
.be-user-nav>li.dropdown .dropdown-menu .user-info {
    background-color: #2b3643;
    color: #FFF;
    overflow: hidden;
    padding: 20px 15px 14px;
    border-radius: 2px 2px 0 0;
    margin-bottom: 7px;
}

.be-user-nav>li.dropdown .dropdown-menu .user-info .user-name {
    display: block;
    font-size: 1.462rem;
    line-height: 22px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.be-user-nav>li.dropdown .dropdown-menu .user-info .user-position {
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    padding-left: 13px;
    position: relative;
}


.be-top-header .be-user-nav>li.dropdown .dropdown-menu:after{
    border-bottom: 8px solid #fff;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    top: -8px;
    content: "";
    display: inline-block;
    margin-left: -6px;
    position: absolute;
}
.be-top-header .be-user-nav>li.dropdown .dropdown-menu:after {
    left: auto;
    right: 13px;
    border-bottom-color: #b4bcc8;
}


.be-top-header .be-icons-nav>li.drop.show>a:before {
    border-bottom: 8px solid #FFF;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    bottom: -13px;
    content: "";
    display: inline-block;
    left: 50%;
    margin-left: -8px;
    position: absolute;
    z-index: 1001;
    border-bottom-width: 9px;
    border-left-width: 9px;
    border-right-width: 9px;
    border-bottom-color: #e3e3e3;;
}

.be-top-header .be-icons-nav>li.dropdown .dropdown-menu:after {
    border-bottom-color: #e3e3e3;
}

#account-utente , .be-notifications>li>a{
    font-size: .875rem;
}
#account-utente a{
    padding-top:5px;
    padding-bottom: 5px;
}
#account-utente a i{
    width: 14px;
    text-align: center;

}
#account-utente a i::before{
    margin-right: 5px;
}
.be-icons-nav>li.drop>a {
    position: relative;
}
.be-icons-nav>li.drop>a .icon {
    font-size:  22px;
    vertical-align: middle;
    color: #5a5959;
    line-height: 60px;
    margin-top: -5px;
}
.mdi {
    display: inline-block;
    font: normal normal normal 14px/1 'Material Icons';
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.mdi-settings:before {
    content: 'settings';
}
.navbar-expand .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
}
.be-user-nav {
    margin-right: 0;
}
.be-navbar-header{
    width: 230px;
}
.be-navbar-header a img{
    width: 90%
}
.be-navbar-header .fa-bars{
    color:#b4bcc8 ;
}
.be-top-header .page-title {
    font-size: 1.462rem;
    line-height: 60px;
    font-weight: 500;
    float: left;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 0 20px;
}
.be-top-header .be-icons-nav {
    margin-right: 0px;
}

.be-icons-nav>li.dropdown {
    position: static;
}
.navbar-expand .be-icons-nav>li.dropdown>a {
    padding: 0 10px;
}
.float-right .be-notifications {
    left: auto;
    right: 25px;
}
.navbar-expand .be-icons-nav>li.nav-item>a.notifiche {
    padding: 2px 25px;
}
.be-icons-nav>li.nav-item>a .fa-bell {
    vertical-align: middle;
    color: #5a5959;
    line-height: 58px;
}
.be-icons-nav>li>a.notifiche .indicator {
    background-color: #449b95;
    border-radius: 50%;
    display: block;
    height: 8px;
    width: 8px;
    position: absolute;
    top: 17px;
    right: 192px;
}
/*FINE RIGHT*/
footer {
    margin: 20px 0;
    display: block;
    bottom: 0;
}

#footer-info {
    text-align: center;
    font-size: 0.75em;
    color: #a7b5c6;
    margin-left: 230px
}

.be-content {
    position: relative;
    left: 0;
    margin-left: 230px;
}

.main-content {
    padding-top: 15px;
    padding-bottom: 15px;
}

[role="button"] {
    cursor: pointer;
}

.setMarginBottom {
    margin-bottom: 10px
}

.setMarginTop {
    margin-top: 10px
}

.setMarginRight {
    margin-right: 5px;
}

.setMarginLeft {
    margin-left: 5px;
}

.alert-sm{
    margin-bottom: 0;
    padding: .30rem 1.25rem;
}
.function{
    float: right;
}
.breadcrumb {
    padding: 0px;
    background-color: transparent;
}

.badge-header{
    font-family: "Open Sans",sans-serif;
    position: absolute;
    top: 10px;
    right: 20px;
    font-weight: 300;
    padding: 3px 6px;
    border-radius: 1.25rem;
}

.btn-green-pale {
    color: #fff;
    background-color: #7ba744;
    border-color: #7ba744;
}
.btn-green-pale:hover {
    color: #fff;
    background-color: #6f953e;
    border-color: #6f953e;
}
.btn-red-pale {
    color: #fff;
    background-color: #dc542a;
    border-color: #dc542a;
}
.btn-red-pale:hover {
    color: #fff;
    background-color: #c14f2a;
    border-color: #c14f2a;
}

.btn-purple-pale {
    color: #fff;
    background-color: #6f42c1;
    border-color: #6f42c1;
}
.btn-purple-pale:hover {
    color: #fff;
    background-color: #4e2e88;
    border-color:#4e2e88;
}

.badge-warning-success {
    color: #000;
    background-color: #cfd944;
}

/*LOGIN*/
body#login {
    width: 40%;
    margin: auto;
}

td > a > .fa, td > a > .fas, td > a > .far {
    padding: 5px;
}

.center {
    text-align: center;
}

.right-r {
    float: right;
}

.right {
    text-align: right;
}

.paginator-right {
    float: right;
}

.fa-arrow-circle-left {
    color: white
}

.lettere {
    margin: auto;
    margin-bottom: 10px;
}

.title {
    margin-top: auto;
    margin-bottom: auto;
}

/*TABELLE*/
.card {
    background-color: #FFF;
    margin-bottom: 25px;
    border-width: 0;
    border-radius: 3px;
    display: block;
}
.card {
    position: relative;
    -ms-flex-direction: column;
    flex-direction: column;
    min-width: 0;
    word-wrap: break-word;
    background-clip: border-box;
    border: 1px solid #f8b133;
}

.card-header {
    font-size: 15px;
    font-weight: 300;
    padding: 5px;
    border-bottom-width: 0;
    border-radius: 3px 3px 0 0;
    background-color: #f8b133;
}

.card-green{
    border: 1px solid #1BBC9B;
}

.card-header-green{
    background-color: #1BBC9B;
}
.card-purple{
    border: 1px solid #946dad;
}

.card-header-purple{
    background-color: #946dad;
}

.card-grey{
    border: 1px solid #c2cdd6;
}

.card-header-grey{
    background-color: #c2cdd6;
}

.card-blue{
    border: 1px solid #3598dc;
}
.card-header-blue{
    background-color: #3598dc;
}
.card-red{
    border: 1px solid #dc3545;
}

.card-header-red{
    background-color: #dc3545;
}
.card-header, .card-text:last-child {
    margin-bottom: 0;
}

.card-table .card-body {
    padding: 0;
}
.card-body {
    padding: 8px 20px 20px;
    border-radius: 0 0 3px 3px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}

.table-responsive {
    border: 0;
    margin-bottom: 0;
}
.table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
}
.table-responsive .table-bordered{
	border: 1px solid #dee2e6;
}
.clr-grey{
    color: grey;
}
.onscroll, .onleft{
	position: absolute;
    height: 95%;
    width: 80px;
    right:0px;
    border-radius: 20px 0 0 20px;
    top:0;
}
.onscroll:hover , .onleft:hover{
	background-color: #57c6bf42;
}

div.dataTables_wrapper div.dataTables_info, div.dataTables_wrapper div.dataTables_paginate {
    font-weight: 400;
     padding-top: 0;
     padding-bottom: 0;
}

.badge-yellow-saffron{
    background-color:#F4D03F;
    color:white;
}
.badge-yellow-gold{
    background-color:#b66303;
    color:white;
}
.badge-red-intense{
    background-color:#e35b5a;
    color:white;
}
.badge-red-flamingo{
    background-color:#D91E18;
    color:white;
}
.badge-grey{
    background-color:#E5E5E5;
    color:black;
}
.badge-green-jungle{
    background-color:#26C281;
    color:white;
}
.badge-blue-steel{
    background-color:#416db4;
    color:white;
}
/*.scroll-icon.fa-arrow-circle-right{
	position: fixed;
    right: 20px;
    margin-top: 2%;
    color: #449b95ba;
    cursor: pointer;
    font-size: 40px
}
.scroll-icon.fa-arrow-circle-left{
	position: fixed;
    left: 20px;
    margin-top: 2%;
    color: #449b95ba;
    cursor: pointer;
    font-size: 40px
}*/
.card-table table {
    margin-bottom: 0;
}

table {
    border-collapse: collapse;
    font-size: 14px;
}
.table th {
    border-top: none;

}
.table td{
    padding: .5rem;
}
.card-header .actions a{
    display: inline-block;
    line-height: 25px;
    vertical-align: middle;
    cursor: pointer;
    color: #bababa;
    min-width: 1.538rem;
    text-align: center;
}
.actions-header{
	text-align: right;
}

ul.pagination{
    margin-bottom: 0;
    justify-content: flex-end;
}
/* form */
@media (min-width: 576px){
	.ml-sm-3, .mx-sm-3 {
	    margin-left: 0rem!important; 
	}
}
.card-border-color {
    border-top: 3px solid #c9c9c9;
}
.card-border-color-primary {
    border-top-color: #449b95;
}

.card-border-color-danger {
    border-top-color: #ea4335;
}

/* dipendenti */
.fa-user-circle {
    padding: 9.25px 3px;
    font-size: 50px
}

.foto_tessera_elenco {
    width: 40px;
    height: 40px;
}

.foto_tessera {
    width: 70px;
    height: 70px;
    padding: 5px;
}
.table-foto-tessera{
    text-align: center;
}
.separatore {
    border-top: 1px solid #17a2b8
}

.remove_fototessera {
    z-index: 9999;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;

    vertical-align: middle;

    cursor: pointer;

    background-color: #0056b396;
}

.foto.fa-times {
    font-size: 20px;
}

.ui-autocomplete.ui-front {
    z-index: 2000;
}

/*approvazione*/
.approvato {
    color: #28a745;
}

.respinto {
    color: #dc3545;
}

/*collocamento*/
.occupato {
    background-color: #dc3545;
}

.assente {
    background-color: #9e9e9e;
}

.timbratura {
    background-color: #0066ff;
}

.table_collocamento {
    font-size: 12px;
}

#add_giacenze {
    margin: auto;
    margin-top: 10px
}

.link-javascript {
    color: black;
}

/* dip cantiere */
.bgColor {
    background-color: #ceeef3
}

/*tempi*/
.frequenze-clienti tr td {
    cursor: pointer;
}

.intervento {
    text-align: center;
    vertical-align: middle !important;
    background-color: #ffc107;
}

.intervento i {
    color: red !important;
}

/*BORDI TIMBRATURE*/
.errore_qr {
    border: 2px solid #dc3545 !important;
}

.distanza {
    border: 2px solid #ffc107 !important;
}

.extra {
    border: 2px solid #007bff !important;
}

.no_contratto {
    border: 2px solid #fd7e14 !important;
}

hr.errore_qr {
    margin-top: 2px;
    margin-bottom: 0px;
    border: 1px solid #dc3545 !important;
}

hr.distanza {
    margin-top: 2px;
    margin-bottom: 0px;
    border: 1px solid #ffc107 !important;
}

hr.extra {
    margin-top: 2px;
    margin-bottom: 0px;
    border: 1px solid #007bff !important;
}

hr.no_contratto {
    margin-top: 2px;
    margin-bottom: 0px;
    border: 1px solid #fd7e14 !important;
}

.mancante {
    color: #dc3545;
}

.tempo_nonprevisto {
    color: #17a2b8 !important;
}

.tempo_sforato {
    color: #dc3545 !important;
}

#map {
    height: 400px;
    width: 100%;
}

#map , #map1 {
    height: 300px;
    width: 100%;
}

/*COLLOCAMENTO DAILY*/
.drop > td > ol {
    height: 80px;
}

ol {
    padding-left: 0;
}

ol > li {
    list-style-type: none;
}

.collocato {
    color: #007bff;
    font-size: 14px;
}

.timbrato {
    color: #28a745;
    font-size: 14px;
}

.collocamento {
    color: #dc3545;
}

.timbrature {
    color: #0066ff;
}

.placeholder {
    color: #868e96;
    font-size: 10px;
}

.link-export{
    color: #646464;
}

.link-export:hover{
    color: #449b95;
    text-decoration: none;
}

.delete, .delete:hover {
    color: #dc3545;
}

.fa-long-arrow-alt-down, .fa-long-arrow-alt-up {
    padding-right: 3px;
    padding-left: 3px;
    cursor: pointer;
    color: #343a40;
}

/*#cerca_cantieri{ 
  position: relative;
  
}*/

form {
    margin-block-end: 0;
}
.elenco-collapse[aria-expanded="false"] .fa-chevron-down {
    display: inline;
}

.elenco-collapse[aria-expanded="true"] .fa-chevron-up {
    display: inline;
}

.elenco-collapse[aria-expanded="false"] .fa-chevron-up {
    display: none;
}

.elenco-collapse[aria-expanded="true"] .fa-chevron-down {
    display: none;
}
.divisor{
    margin-right: 8px;
    margin-left: 8px;
    //border-right: solid gray 1px;
}
.remove_filtri > .btn-outline-info:hover{
    background-color: transparent;
    color: #17a2b8;
}
.remove_filtri > .btn-outline-info > .btn-outline-info{
    padding: 0px;
    border: none;
    margin-bottom: 3px;
}
.remove_filtri > .btn-outline-info > .btn-outline-info:hover{
    background-color: transparent;
    color: #17a2b8;
}

.table tr td.action a , .table tr th.action a {
    color: #a1a1a1;
    line-height: 18px;
}

.table tr td.action a .fa-question, .table tr th.action a .fa-question{
    color: #20c997;
    line-height: 18px;
}

.table tr td.action a .fa-user-cog, .table tr th.action a .fa-user-cog{
    color: #4e2e88;
    line-height: 18px;
}

.table tr td.action a .fa-pencil-alt, .table tr th.action a .fa-pencil-alt{
    color: #3598dc;
    line-height: 18px;
}

.table tr td.action a .fa-link, .table tr th.action a .fa-link{
    color: #17a2b8;
    line-height: 18px;
}

.table tr td.action a .fa-search, .table tr th.action a .fa-search , .table tr td.action a .fa-user-graduate, .table tr th.action a .fa-user-graduate {
    color: #c49f47;
    line-height: 18px;
}

.table tr td.action a .fa-copy, .table tr th.action a .fa-copy , .table tr td.action a .fa-bookmark, .table tr th.action a .fa-bookmark{
    color:#32c5d2;
    line-height: 18px;
}

.table tr td.action a .fa-trash, .table tr th.action a .fa-trash , .table tr td.action a .fa-file-pdf , .table tr th.action a .fa-file-pdf,
    .table tr th.action a .fa-undo-alt, .table tr td.action a .fa-undo-alt , .table tr td.action a .fa-user-times, .table tr th.action a .fa-user-times{
    color: #e7505a;
    line-height: 18px;
}

.table tr td.action a .fa-pencil-alt, .table tr th.action a .fa-pencil-alt{
    color: #3598dc;
    line-height: 18px;
}

.table tr td.action a .fa-paperclip, .table tr th.action a .fa-paperclip , .table tr td.action a .fa-paper-plane , .table tr th.action a .fa-paper-plane {
    color: #17a2b8;
    line-height: 18px;
}
.table tr td.action a .fa-file-invoice,  .table tr th.action a .fa-file-invoice{
    color: #20c997;
    line-height: 18px;
}
.table tr td.action a .fas.fa-key,  .table tr th.action a .fas.fa-key , .table tr th.action a .fa-thumbtack ,.table tr td.action a .fa-thumbtack{
    color: #6f42c1;
    line-height: 18px;
}

.table tr td.action a .fa-file-excel, .table tr th.action a .fa-file-excel, .table tr td.action a .fa-user-plus, .table tr th.action a .fa-user-plus{
    color: #28a745;
    line-height: 18px;
}

.table tr td .fas.fa-exclamation-triangle {
    color: #dc3545;
    font-size: 17px;
}
td.disabled{
    background: #f1efef;
}
.invalid{
    border: red solid 1px;
}
.accordion {
    margin-bottom: 40px;
    padding: 0;
    border-radius: 3px !important;
}

.accordion .card {
    margin: 0;
    padding: 0;
    border-radius: 3px !important;
}

#accordion-impostazioni .card {

    border-bottom: 1px solid rgba(0,0,0,.125)!important;
}
#accordion-prev-danger .card {
     border-bottom: 1px solid #dc3545 !important;
 }
#accordion-prev-succ .card {
    border-bottom: 1px solid #28a745!important;
}
#accordion-prev-warning .card {
    border-bottom: 1px solid #ffc107!important;
}
#accordion-prev-black .card {
    border-bottom: 1px solid #343a40!important;
}
#accordion-prev-danger .card-header button[aria-expanded=true] , #accordion-prev-succ .card-header button[aria-expanded=true] , #accordion-prev-warning .card-header button[aria-expanded=true] ,#accordion-prev-black .card-header button[aria-expanded=true] {
    color: black;
}
#accordion-prev-danger .card-header button[aria-expanded=true] i.fa-angle-down ,  #accordion-prev-succ .card-header button[aria-expanded=true] i.fa-angle-down{
    color: black;
}
.accordion .card-header {
    padding: 0;
    margin: 0;
    border-radius: 3px !important;


}
.accordion .card-header button.btn {
    box-shadow: none;
    border: 0;
}

.accordion .card-header button {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-weight: 300;
    padding: 10px 20px;
    display: block;
    width: 100%;
    color: #404040;
    background-color: transparent;
    text-align: left;
}
.accordion .card-header button .icon {
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out,-webkit-transform .2s ease-in-out;
    vertical-align: middle;
    position: relative;
    top: -1px;
    display: inline-block;
    margin-right: 10px;
}
.accordion .card-body {
    padding: 0 1.538rem 1.538rem;
    border-top: 0;
    line-height: 22px;
    border-radius: 0 0 3px 3px;
}
.accordion .card-header button[aria-expanded=true] {
    color: #ea4335;
}
.accordion .card-header button[aria-expanded=true] i.fa-angle-right {
    display: none;
}
.accordion .card-header button[aria-expanded=true] i.fa-angle-down {
    color: #ea4335;
}
.accordion .card-header button[aria-expanded=false] i.fa-angle-down {
    display: none;
}
.affix {
    top: 50px;
    position: fixed;
    overflow: visible!important;
    padding: 28px 0px 0px 0px;
    margin: 0 auto;
    width: 20.1%;
}

#accordion-impostazioni > div > .card-header > button.btn{
    font-size: 18px !important;
}

#accordion-impostazioni  .card+.card {
    margin-top: .384rem;
}

#accordion-impostazioni .card-header button[aria-expanded=true] {
    color: black;
}

#accordion-impostazioni .card-header button[aria-expanded=true] i.fa-angle-down {
    color: black;
}
span.actions > a{
    color: #a1a1a1;
}

#accordion-distinte{
    margin: 20px 5px 20px 5px;
}
#accordion-distinte .card {
    border: 1px solid rgba(0,0,0,0)!important;
}
#accordion-distinte .card-header button[aria-expanded=true] {
    color: black;
}
.accordion .card-header button[aria-expanded=true] i.fa-angle-down {
    color: black;
}

.title-distinte {
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 20px;
}


.row-riga .col-1 .btn-outline-danger{
    padding: 0.65rem .65rem;
}

.card-body h5{
    font-weight: 300;
}

.color-danger {
    color: #dc3545;
}

.sabato{
    background: #ffeeba;
}
.domenica{
    background: #f5c6cb;
}
/*!
 * Beagle v1.5.2
 * https://foxythemes.net
 *
 * Copyright (c) 2018 Foxy Themes
 */

/*
 * Container style
 */
.ps {
    overflow: hidden !important;
    overflow-anchor: none;
    -ms-overflow-style: none;
    touch-action: auto;
    -ms-touch-action: auto;
}
.ps>.ps__rail-y>.ps__thumb-y {
    right: 0;
    width: 6px;
    border-radius: 3px;
    background-color: rgba(144, 155, 169, 0.87);
}


.ps--active-x > .ps__rail-x, .ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}
/*
 * Scrollbar rail styles
 */
.ps__rail-x {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    height: 15px;
    /* there must be 'bottom' or 'top' for ps__rail-x */
    bottom: 0px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-y {
    display: none;
    opacity: 0;
    transition: background-color .2s linear, opacity .2s linear;
    -webkit-transition: background-color .2s linear, opacity .2s linear;
    width: 15px;
    /* there must be 'right' or 'left' for ps__rail-y */
    right: 0;
    /* please don't change 'position' */
    position: absolute;
}

.ps--active-x > .ps__rail-x,
.ps--active-y > .ps__rail-y {
    display: block;
    background-color: transparent;
}

.ps:hover > .ps__rail-x,
.ps:hover > .ps__rail-y,
.ps--focus > .ps__rail-x,
.ps--focus > .ps__rail-y,
.ps--scrolling-x > .ps__rail-x,
.ps--scrolling-y > .ps__rail-y {
    opacity: 0.6;
}

.ps .ps__rail-x:hover,
.ps .ps__rail-y:hover,
.ps .ps__rail-x:focus,
.ps .ps__rail-y:focus,
.ps .ps__rail-x.ps--clicking,
.ps .ps__rail-y.ps--clicking {
    background-color: #b4bcc8;
    opacity: 0.9;
}

/*
 * Scrollbar thumb styles
 */
.ps__thumb-x {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, height .2s ease-in-out;
    -webkit-transition: background-color .2s linear, height .2s ease-in-out;
    height: 6px;
    /* there must be 'bottom' for ps__thumb-x */
    bottom: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__thumb-y {
    background-color: #aaa;
    border-radius: 6px;
    transition: background-color .2s linear, width .2s ease-in-out;
    -webkit-transition: background-color .2s linear, width .2s ease-in-out;
    width: 6px;
    /* there must be 'right' for ps__thumb-y */
    right: 2px;
    /* please don't change 'position' */
    position: absolute;
}

.ps__rail-x:hover > .ps__thumb-x,
.ps__rail-x:focus > .ps__thumb-x,
.ps__rail-x.ps--clicking .ps__thumb-x {
    background-color: #999;
    height: 11px;
}

.ps__rail-y:hover > .ps__thumb-y,
.ps__rail-y:focus > .ps__thumb-y,
.ps__rail-y.ps--clicking .ps__thumb-y {
    background-color: #b4bcc8;
    width: 11px;
}

/* MS supports */
@supports (-ms-overflow-style: none) {
    .ps {
        overflow: auto !important;
    }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .ps {
        overflow: auto !important;
    }
}

.ps>.ps__rail-y {
    width: 6px;
    background-color: rgba(0,0,0,.1);
}

.home .card-body table{
    font-size: .875rem;
}

/*monthpicker*/
#ui-monthpicker-div > .ui-widget-header{
    background: white;
    border: none;
}
#ui-monthpicker-div .ui-datepicker-title .ui-datepicker-year{
    border-radius: 3px;
}
#ui-monthpicker-div .ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default{
    border: none;
    background: white;
    color: #404040;
    text-align: center;
}
#ui-monthpicker-div  .ui-state-hover, .ui-widget-content .ui-state-hover{
    border: none;
    background: #eee;
    color: #404040;
}
#ui-monthpicker-div  .ui-state-highlight, #ui-monthpicker-div  .ui-widget-content .ui-state-highlight, #ui-monthpicker-div  .ui-widget-header .ui-state-highlight{
    background-color: #006dcc;
    background-image: -moz-linear-gradient(to bottom,#08c,#04c);
    background-image: -ms-linear-gradient(to bottom,#08c,#04c);
    background-image: -webkit-gradient(linear,0 0,0 100%,from(#08c),to(#04c));
    background-image: -webkit-linear-gradient(to bottom,#08c,#04c);
    background-image: -o-linear-gradient(to bottom,#08c,#04c);
    background-image: linear-gradient(to bottom,#08c,#04c);
    background-repeat: repeat-x;
    border-color: #04c #04c #002a80;
    border-color: rgba(0,0,0,.1) rgba(0,0,0,.1) rgba(0,0,0,.25);
    filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
    color: #fff;
    text-shadow: 0 -1px 0 rgba(0,0,0,.25);
}

.menu-info {
    width: 14px;
    text-align: center;
}

.margin-bottom-0{
    margin-bottom:0px;
}
/* ULL CALENDAR*/
.fc-day-grid-event .fc-content {
    white-space: normal !important;

}
.fc-event {
    font-size: 12px !important;
    padding: 2px;
}
.closeon{
    float:right;
    cursor: pointer;
}
.color-light {
    color:white
}
.fc-content span  {
    color:white
}
.invalid-feedback{
    display: block;
    font-size: 95%;
}
.filter-asc , .filter-desc{
    color:#b3b3b3
}

.filter-asc.active , .filter-asc:hover , .filter-desc.active, .filter-desc:hover{
    color:#383838
}

/** select search */
.bootstrap-select .btn-light {
    color: #212529;
    background-color: white;
    border-color: #ced4da;
}
.bootstrap-select .btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: white;
    border-color: #d3d9df;
}

#gruppi {
    margin-bottom: 16px;
}



.dropbtn {
    background-color: #4CAF50;
    color: white;
    padding: 16px;
    font-size: 16px;
    border: none;
    cursor: pointer;
}



.dropbtn:hover, .dropbtn:focus {
    background-color: #3e8e41;
}


/*.show {display: block;}*/

.module_button_up {
    float: right;
    color: #495057;
}

.module_button_down {
    float: right;
    color: #495057;
}

.module_button_down {
    color: #495057;
}



.select_module {
    text-align: center !important;
}

/* select2 serach  dimensione*/
.select2-container--default .select2-selection--single {
    height: calc(1.5em + .5rem + 2px);
    padding: .25rem .5rem;
    font-size: .875rem;
    font-weight: 400;
    line-height: 1.5 ;
    border: 1px solid #ced4da;
}
.select2-selection span{
    padding-left: 0;
     padding-right: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: calc(1.5em + .5rem + 2px);
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 1.5 !important;
}

#search-text-field {
    margin-top: 2%;
    width: 100%;
}

#search-button {
    margin-top: 10.5%;
    margin-left: 30%;
}

.tab-card {
    border: none;
}

.nav-pills .nav-link.active, .nav-pills .show>.search-pill {
    color: white;
    background-color: #28a745;
}


.nav-pills .nav-link, .nav-pills .show>.search-pill {
    color: #212529;
}

.disable-inactive-campaigns {
    margin-bottom: 2% !important;
    margin-left: -1%;
    margin-top: 1%;
}

#scroll_to_top {
    display: inline-block;
    font-size: 40px;
    text-align: center;
    border-radius: 4px;
    margin: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    transition: background-color .3s;
    z-index: 1000;
    color:#feb130c2;
}

#scroll_to_top:hover {
    cursor: pointer;
}

.card-color-lightblue {
    background-color: #32c5d2;
}

.card-color-greenblue {
    background-color: #1BA39C;
}

.card-color-blue {
    background-color: #0760a3;
}

.card-color-gold {
    background-color: #c49f47;
}
.card-color-orange {
    background-color: #f99c0f;
}

.card-color-red {
    background-color: #e7505a;
}

.card-color-lightred {
    background-color: #fa6574;
}

.card-color-purple {
    background-color: #8e44ad;
}

.card-color-yellow{
    background-color: #F7CA18;
}

.card-color-green{
    background-color: #26C281;
}
.card-color-lightgreen{
    background-color: #94d95a;
}

.inline-card-body-text {
    color: white;
    text-align: right;
}

p.inline-card-body-text {
    font-size: 35px;

}

#inline-card-div {
    margin-bottom: 30px;
}

#form-ricerca {
    width: 100%;
}

#card-body-tot-ord-attesa {
    background-color: #f7ca18;
}

#card-body-tot-ord-chiusi {
    background-color: #26c281;
}

#card-body-tot-ord-venduti {
    background-color: #3598dc;
}

#card-header-ord-mese-corrente {
    background-color: #3598dc;
}

.dett-richieste{
    font-size: 85%;
}
.dett-professionista a{
    border: 1px solid;
    padding: 6px 9px;
    border-radius: 25px;
}
.dett-professionista i.fa-search{
    margin-top: 15px;
}

.risposta_ticket {
    background-color: #e9ecef;
}

.aiuto {
    color: #646464;
    margin-right: 9.2%;
}

.aiuto_icona {
    width: 0px;
    margin-left: 9.2%;
}

.full_star {
    color: #e9d700;
}

.empty_star {
    color: grey;
}

.totale_professionisti {
    background-color: #3598dc;
}

.totale_aziende {
    background-color: #e5e5e5;
}

.first_column {
    background-color: #f7ca18;
}

.second_column {
    background-color: #3598dc;
}

.third_column {
    background-color: #26c281;
}

.fourth_column {
    background-color: #ef4836;
}

.custom_daterangepicker , .daterangepicker_firma, .daterangepicker_agg, .daterangepicker_iscritto, .daterangepicker_att, .daterangepicker_inizio, .daterangepicker_fine ,.daterangepicker_compl, .daterangepicker_scadenza{
    background: #fff;
    cursor: pointer;
    padding: 5px 10px;
    border-radius: 3px;
    border: 1px solid #ced4da;
    margin-right: 16px;
}

#caret_down_entrate_uscite {
    float: right;
}

#formdb select{
    padding: 5px;
    font-size: 0.6em;
    border-radius: 5px;
    letter-spacing: 0.5px;
}
.card.border-0 a:hover {
    text-decoration: none;
}

.procedure .fa-file-pdf{
    color: #e7505a;
    font-size: 23px;
    position: absolute;
    top: 35%;
    right: 45px;
}
.bg-success-light{
    background-color: rgba(40, 167, 69, 0.63) !important;
}
.bg-danger-light{
    background-color: rgba(248, 42, 56, 0.84) !important;
}