/******* HEADER BUTTON TOP RIGHT ********/
.btn-success,
.btn-success:focus {
    background-color: #008ec0 !important;
    border-color: #008ec0 !important;
}





body .stars {
    display: inline-block;
    position: relative;
    color: #dfc5b8;
    letter-spacing: 2px;
    font-size: 16px;
    margin-top: 3px;
}

body .stars:before,
body .stars .value:before {
    font-family: 'FontAwesome';
    content: '';
    margin-right: -2px;
}

body .stars:before {
    content: '';
}

body .stars .value {
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    overflow: hidden;
    color: #008ec0;
    max-width: 100%;
    transition: 0.2s ease-out;
}

.stars.big {
    font-size: 30px;
    letter-spacing: 10px;
}

.stars.big:before,
.stars.big .overlay:before {
    margin-right: -10px
}


/************* COLOR   *********************/

.color-white {
    color: #fff !important;
}

.color-primary {
    color: #008ec0 !important;
}

.color-secondary {
    color: #4e5a51 !important;
}

.color-bg-primary {
    background-color: #008ec0 !important;
    border-color: #008ec0 !important;
}

.color-bg-secondary {
    background-color: #4e5a51 !important;
    border-color: #4e5a51 !important;
}

input.btn.btn-primary.color-bg-primary {
    background-color: #008ec0 !important;
    border-color: #008ec0 !important;
    color: #fff !important;
}


/************* LOGIN   *********************/

#loginbutton {
    height: 40px;
}

#login-box #login-logo {
    width: 100%;
}

#login-box h4 {
    font-size: 24px;
    font-family: Helvetica, Helvetica, Arial, sans-serif;
}

.index_action {
    text-align: center;
    margin: 0 auto;
}

@media (min-width: 1200px) {
    #login-box {
        margin-top: 150px;
    }
}


/************* MY CLASS ********************/

.no-border {
    border: none;
}

.avvisibox {
    border: 2px solid #000;
    padding: 5px;
}

.evidence {
    font-size: 14px;
    color: red;
    font-weight: bold;
}

.bggreen {
    background-color: green;
}

.bgred {
    background-color: red;
}

.bgorange {
    background-color: orange;
}

.ovale {
    color: #fff;
    padding: 5px;
    border-radius: 4px;
}

input[type=time] {
    padding: 0px !important;
    padding-left: 5px !important;
}

.boxinfo {
    padding: 20px;
    float: left !important;
    height: 80px !important;
    line-height: 50px !important;
    font-size: 19px !important;
    margin: 1px !important;
}

.title_home {
    border-bottom: 3px solid #008ec0;
    padding: 10px;
    color: #008ec0;
}

.box-home {
    text-align: center;
}

.box-home h3 {
    color: #008ec0;
}

.box-home img {
    width: 50%;
}


/****** SKELETON *****/

.nav-list>li:before {
    background-color: #008ec0;
}


/****** DETTAGLIO ****/

.my-span-half {
    width: 45%;
}

.printinfo {
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #ccc;
}

.printinfo .title {
    width: 48%;
    font-weight: bold;
    display: inline-block;
}

.printinfo .value {
    width: 50%;
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

.display tr td {
    text-align: left !important;
}


/*** MENU ***/
ul.nav-list li:hover a i {
    color: #6d1620 !important;
}



/**** SKELETON *******/

.page-header h1 {
    color: #6d1620 !important;
}

.breadcrumb>li>a {
    color: #6d1620 !important;
}

.footer-content {
    display: none;
}

.header.blue {
    text-align: center;
}


/******* GRID EXPERIENCE ********/

#grid-experience {
    border: 2px solid dash;
}

.experience {
    float: left;
    height: auto;
    border: 2px solid #ccc;
}

.experience h4.title {
    font-size: 23px;
}

.experience img.cover {
    margin: 5px;
    padding: 5px;
    width: 100%;
}


/*************  TABLE   *********************/



/************* UTILS DESIGN  **************/


.navbar-buttons.navbar-header.pull-right {
    display: inline !important;
}

.sidebar-shortcuts {
    display: none;
}

#nav-search {
    display: none;
}

#buttonlogout {
    float: right;
    border: 3px solid red;
    width: 400px;
     height: 200px;
    right: 20px;
    top: 5px;
    position: absolute;
    background-color: red;
}

#buttonlogout a {
    color: #fff;
    padding: 3px;
    border-radius: 5px;
}

.navbar {
    height: 45px !important;
}

.iconamodifica {
    width: 15px !important;
    text-align: center;
}

filedset {
    float: left;
    margin-top: 20px !important;
}

legend {
    font-size: 16px !important;
    color: #008ec0 !important;
    font-weight: bold;
}

.buttonmodsinistro {
    margin-top: 30px;
}


/* scelta bottoni */

.sceltabottoni button {
    height: 150px !important;
    width: 250px;
    font-size: 24px;
    margin: 30px;
}



.nav-user-photo {
    display: none;
}

.user-info {
    width: 200px !important;
}


.download a {
    color: #fff;
}


/******** HEADER BUTTON   ****/
.ace-nav .grey {
    display: none;
}


/************* FORM CONTROL ****************/
.control-group {
    margin-bottom: 10px;
    height: 40px;
}

.control-group label {
    display: cell;
    line-height: 20px;
    float: left;
    width: 150px;
    margin-right: 20px;
}

.control-group .controls {
    display: cell;
    float: left;
}

.form-horizontal .control-group::before,
.form-horizontal .control-group::after {
    content: "";
    display: table;
    line-height: 0;
}

input[type=text].long {
    width: 300px;
}

input[type=date] {
    height: 35px;
}

/********* UTILS ******************/

#ace-settings-container {
    display: none;
}

.smallest {
    float: left;
    width: 90px;
}

.icon-euro:before,
.icon-eur:before {
    content: "\f153";
}

.input-icon>[class*="icon-"] {
    padding: 0 3px;
    z-index: 2;
    position: absolute;
    top: 1px;
    color: #909090;
    font-size: 16px;
    line-height: 28px;
    display: inline-block;
    left: 3px;
    bottom: 1px;
}


.my-span-half {
    float: left;
    width: 45%;
}

/*** Datatables Custom 	 ****/

table.table tr th {
    background: #008ec0 !important;
    color: #fff;
    border-right: 1px solid #008ec0;
    border-bottom: 1px solid #008ec0;
    font-weight: 400;
}

table.table tr td:last-child {
    border-right: none
}

table.table tr:last-child td {
    border-bottom: none
}

table.table tr:last-child td:first-child {
    border-radius: 0 0 0 10px
}

table.table tr:last-child td:last-child {
    border-radius: 0 0 10px 0
}

table.table tbody td {
    border: 1px solid #e0e0e0;
    border-left-width: 0;
}

table.table tbody tr:first-child td {
    border-top: none
}

table.table tbody tr:nth-of-type(odd) {
    background-color: #f9f9f9;
}

table.table tbody tr {
    background-color: #f3f3f3;
}

table.table thead tr th:first-child {
    border-radius: 10px 0 0 0
}

table.table thead tr th:last-child {
    border-radius: 0 10px 0 0;
    border-right: none;
}

body table.dataTable thead>tr>th {
    padding-right: 25px
}

body table.table thead th.sorting:after,
body table.table thead th.sorting_asc:after,
body table.table thead th.sorting_desc:after {
    top: 10px;
    color: #000
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #D41367 !important;
    border-color: #D41367 !important;
}

table.table.table-striped {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px
}

div.dataTables_filter {
    text-align: left !important;
}

.dataTables_length {
    float: left;
    width: 15%;
}

.dataTables_info {
    float: left;
    width: 69%;
    text-align: center;
}

.dataTables_paginate {
    float: right;
    width: 50%;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    vertical-align: middle;
}

td:last-child {
    white-space: nowrap;
    vertical-align: middle
}

.table-bordered {
    border: none
}

div.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.dataTables_paginate {
    float: right;
    width: 50%;
}

.dataTables_filter input[type=search],
.dataTables_filter input[type=text] {
    border-radius: 10px !important;
}

.dataTables_wrapper .dataTables_length,
.dataTables_wrapper .dataTables_filter,
.dataTables_wrapper .dataTables_info,
.dataTables_wrapper .dataTables_processing,
.dataTables_wrapper .dataTables_paginate {
    color: #008ec0 !important;
}

.pager>li.disabled>a,
.pager>li.disabled>a:hover,
.pagination>li.disabled>a,
.pagination>li.disabled>a:hover {
    background-color: #fff !important;
}


/******** DATATABLES  	  *******/

table.mydatatables thead tr th {
    background: #008ec0 !important;
    color: #fff;
    border-right: 1px solid #008ec0;
    border-bottom: 1px solid #008ec0;
    font-weight: 600;
}

.table-striped>tbody>tr:nth-child(odd)>td,
.table-striped>tbody>tr:nth-child(odd)>th {
    background-color: #f4f4f4 !important;
}

.dataTables_paginate {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.dataTables_paginate ul.pagination {
    margin: 2px 0;
    white-space: nowrap;
}

.dataTables_paginate li.first>a,
div.dataTables_paginate li.previous>a {
    position: relative;
    padding-left: 24px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    background-color: #008ec0 !important;
    border-color: #008ec0 !important;
}



.login-layout .widget-box {
    border: none !important;
    background-color: transparent !important;
}

.login-layout .widget-body {
    background-color: transparent;
}

.login-layout .widget-box .widget-main {
    background-color: transparent;
    background: rgba(255, 255, 255, .55) !important;
}


/****************************/
/*         LOGIN            */
/****************************/
.login-page {
    background-image: url('img/bg_login.jpg');
    position: relative;
    background-size: cover;
    background-position: center;
    background-color: #fff;
}

#login-container {
    width: 500px;
    height: auto;
    text-align: center;
    box-shadow: 0 4px 10px -1px #1c1c1c;
    border-radius: 6px;
    position: absolute;
    top: 30%;
    left: 50%;
    margin-left: -300px;
    border: 0 !important;
    opacity: 0.9;
}


#login-container input#username {
    height: 50px;
    width: 70%;
    text-align: center;
    border-radius: 4px;
    border: none;
    background: rgba(255, 255, 255, .8);
    box-shadow: inset 1px 1px 1px 0px #4e4e4e7d;
}

#loginbutton {
    background-color: #6d171ee0 !important;
    height: 40px;
    width: 70%;
    box-shadow: 0 4px 10px -1px #1c1c1c;
    margin-bottom: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: 400;
    transition: all ease .4s;
}

#loginbutton:hover {
    background-color: #f19107de !important;
    color: #6d171e !important;
    box-shadow: 0 1px 10px -1px #1c1c1c;
}


/****************************/
/*         FORM 
/****************************/
.form-actions {
    height: 80px;
}



/****************************/
/*         DETAILS
/****************************/

/* tab */
.nav-tabs-custom .nav>li {
    width:180px; 
    text-align: center;;
}


/****************************/
/*         DASH
/****************************/

.stat-box {
    padding: 20px;
    margin: 10px 0;
    color: white;
    border-radius: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: flex;
    align-items: center; /* Centra verticalmente icona e testo */
}

.stat-box h3 {
    margin-right: 10px; /* Distanza tra icona e testo */
    flex-grow: 1;
}

.stat-box p {
    font-size: 2rem; /* Aumenta la dimensione del numero */
}

.stat-box i {
    margin:10px;
}

.num-clienti {
    background-color: #4CAF50; /* Verde */
}

.num-audioguide {
    background-color: #2196F3; /* Blu */
}

.num-mezzi {
    background-color: #FFC107; /* Giallo */
}

.num-tour {
    background-color: #FF5722; /* Arancione */
}
