
a {color: #107dac;}
a:HOVER {color: #44a7d2;}


.content-wrapper {padding: 10px;}

.btn-primary {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.btn-primary:HOVER {
    background-color: #17a2b8;
    border-color: #17a2b8;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: #17a2b8;
}
.nav-pills .nav-link:OVER {
    color: #17a2b8 !important;
}

/* TEMA COLOR*/

.cambia-tema {width: 160px; float: left; margin: 20px 20px 0 0; text-align: center;}
.cambia-tema img {width: 100%; margin-bottom: 5px; border: #666666 2px solid;}
.cambia-tema.active img { border:#107dac 2px solid;}
.cambia-tema:HOVER img { border:#44a7d2 2px solid;}

.brand-link:HOVER, .brand-text:HOVER {color: #44a7d2;} {}

.main-sidebar {background-color: #ffffff;}
.main-sidebar.sidebar-dark-primary {background-color: #343a40;}
.main-header {background-color: #ffffff;}
.main-header.navbar-dark {background-color: #343a40;}



.card-lw {margin-bottom: 25px!important;}
.logo-login {width:100%;}

/* SWITCH TEMA MODE MENU TOP RIGHT*/

.switch-darkmode {padding: 8px 8px 8px 51px;}
.switch-darkmode label {font-weight: 500 !important;}

.brand-link .brand-image {
    margin-left: .3rem;
    margin-top: -2px;
}

/*IMAGE PROFILE ADMIN*/

.imgprofile {    border-radius: 8px;
    background-color: rgb(189 189 189 / 15%);
	padding: .5rem 1rem .5rem .6rem !important;
}
.imgprofile img{height: 30px;
     width: 30px;
     position: relative;
     margin: -5px 5px 0px 0px; }
	 
.cabinet.center-block {position: relative; height: 210px; width: 210px; overflow: hidden;}
.cabinet.center-block figure{position: absolute; top:0px; left:0px;}
.cabinet.center-block .icon-img-profile {position: absolute;
    top: 65px;
    left: 65px;
    font-size: 64px;
    opacity: 0;
    color: #ffffff;
    background-color: #3f474e;
    border-radius: 10px;
    padding: 5px 10px;}
.cabinet.center-block:HOVER .icon-img-profile {opacity: 0.9;}

#btn-attivanotifiche {
	background-color: #3375ac;
color: #ffffff;
    display: inline-block;
    padding: 0px 5px;
    margin: 0px 3px;
    border-radius: 3px;
cursor: pointer;	}
#btn-attivanotifiche:hover{
	background-color: #87c655;
color: #ffffff;	}

#stato-adesso.attiva {color: #4caf50;}
#stato-adesso.disattiva {color: #e64b4b;}


label.cabinet{
        display: block;
        cursor: pointer;
}
    
label.cabinet input.file{
        position: relative;
        height: 100%;
        width: auto;
        opacity: 0;
        -moz-opacity: 0;
      filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
      margin-top:-30px;
}
    
#upload-resize{
      width: 250px;
      height: 250px;
      padding-bottom:25px;
	  margin: auto;
}
    
.withtable .btn-table-add {float: right;}

/* TAB PAGE PROFILE*/


#mainmenu {
    padding: 0px 0px 0px 0px;
    background-color: #2f343a;
    display: inline-block;
    width: 100%;
}

#mainmenu.filterreports {
    background-color: transparent;
}



#mainmenu ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
#mainmenu ul li {
    float: left;
}
#mainmenu ul li a{
    float: left;
    color: #ffffff;
	position: relative;
    display: block;
    padding: 10px 15px;
    background-color: #2f343a;
	border-left: #252729 1px solid;
}	
#mainmenu ul li a:HOVER{
    color: #cccccc;
}	
#mainmenu ul li a.active {
    color: #495057;
    background-color: #f4f6f9;
    border-color: #dee2e6 #dee2e6 #fff;
}
#mainmenu ul li a.active {
    color: #495057;
    background-color: #f4f6f9;
    border-color: #dee2e6 #dee2e6 #fff;
}


.select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #ced4da 1px !important;
}
.select2-container--default .select2-selection--multiple {
    border: 1px solid #ced4da !important;
}

.dark-mode  .select2-container--default.select2-container--focus .select2-selection--multiple {
    border: solid #6c757d  1px !important;
	background-color: #343a40 !important;
}
.dark-mode  .select2-container--default .select2-selection--multiple {
    border: 1px solid #6c757d  !important;
	background-color: #343a40 !important;
	color: #ffffff;
}


.select2-result-repository__username {
    float: left;
    width: 48%;
    overflow: hidden;
    font-size: 14px;
    height: 24px;
    font-weight: 700;
    padding: 2px 1%;
    margin: 0.3% 2% 0.3% 0%;
    background-color: #fff;
    border-radius: 4px;
    color: #333;
}
.select2-result-repository__name {
    float: left;
    width: 48%;
    overflow: hidden;
    font-size: 12px;
    font-weight: 400;
    height: 24px;
    padding: 3px 1%;
    margin: 0.3% 0 0 2%;
    background-color: #fff;
    border-radius: 4px;
    color: #666;}
.select2-result-repository__email{
    float: left;
    width: 100%;
    font-size: 12px;
    font-weight: 400;
    padding: 2px 1%;
    margin: 1% 0% 1% 0%;
    background-color: #fff;
    border-radius: 4px;
    color: #666;
	}


.select2-container--default .select2-selection--single {
    border: 1px solid #ced4da !important;
	height: 38px !important;
    padding: 6px 11px;
}
.dark-mode .select2-container--default .select2-selection--single {
    border: 1px solid #6c757d !important;
	background-color: #343a40 !important;

}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 5px !important;
    right: 6px !important;
}

.dark-mode .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #ffffff !important;
}

.row-filto-table {padding-bottom: 0px;margin-bottom: 10px; border-bottom: #cccccc 1px dotted;}
.row-filto-table label{color: #107dac;    font-size: 15px;}

.row-filto-table .btn-margintop {padding-top: 35px;}

.padding10 {padding: 10px !important;}

.box {
    padding: 20px 20px !important;
}

.dark-mode .box {    background-color: #454d55;
}

.profile-body {
    padding: 1.25rem;
	background-color: #ffffff;
	width: 100%;
	display: block;
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
}
.dark-mode .profile-body {
	background-color: #3f4348;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #ffffff;
    color: #4e4e4e;
}

.dark-mode .select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #343a40;
    border: 1px solid #aaa;
	color: #ffffff;
}


.btn-reload {
	text-align: right;
    padding: 5px 25px;}
	
.btn-reload #reload{
	color: #1591a5 ;
}

.btn-responsive-menu {
    display: none; }
@media (max-width: 767px){
	.btn-responsive-menu {
		display: block;
		float: none;
    padding: 10px 5px;
		cursor: pointer;
		margin: 0px 20px 0 0;
		color: #ffffff;
		text-shadow: 0 -1px 0 rgb(0 0 0 / 25%);
		background: #107dac;
    -webkit-border-radius: 4px 4px 0px 0px;
    -moz-border-radius: 4px 4px 0px 0px;
    border-radius: 4px 4px 0px 0px;
		width: 100%;
		text-align: center;
}
#mainmenu           {display:none;}
#mainmenu.show      {display:block;}
#mainmenu ul li     {float: none;}
}

/* END TAB PAGE PROFILE*/


.main-footer {
    border-top: none;
}

/* Darker Daterange Picker */

.dark-mode .daterangepicker td.off, .dark-mode .daterangepicker td.off.in-range, .dark-mode .daterangepicker td.off.start-date, .dark-mode .daterangepicker td.off.end-date {
  background-color: transparent;
  color: rgba(200,200,200,0.5);
}
.dark-mode .daterangepicker {
  background-color: inherit;
  color: #ebf4f0;
}

.dark-mode .daterangepicker .calendar-table {
  background-color: transparent;
}

.dark-mode .datepicker.dropdown-menu table  {
  background-color: transparent;
}
.dark-mode .daterangepicker td.active,.dark-mode  .daterangepicker td.active:hover {
  background-color: transparent;
  color: #ebf4f8 !important;
}
.dark-mode .daterangepicker td.in-range {
  background-color: rgba(37,47,57,0.9);
  color: #ebf4f8;
}
.dark-mode .daterangepicker select.monthselect {
  color: rgba(37,47,57,0.9);
}
.dark-mode .daterangepicker select.yearselect {
  color: rgba(37,47,57,0.9);
}
.dark-mode .daterangepicker .input-mini {
  color: #ebf4f8;
}
.dark-mode .daterangepicker td.available:hover, .dark-mode .daterangepicker th.available:hover, .dark-mode .daterangepicker .ranges li:hover {
  background-color: #3498db !important;
}



.custom-select {
    box-shadow: none;

}



/* TABLE PADDING 0 MOBILE */

@media (max-width: 767px){
	
	
	
#sottomenu, #mainmenu, .profile-body{
	margin-bottom:0;
	box-shadow: none;
    margin-left: -25.5px;
    width: 100vw !important;
	}
	
#sottomenu.filterreports, #mainmenu.filterreports{
	margin-bottom:0;
	box-shadow: none;
    margin-left: -20.5px;
    width: 100vw !important;
	}
#mainmenu.filterreports .row-filto-table{
	padding:15px;
	}
	
	
 .card{
	margin-bottom:0;
	box-shadow: none;
    margin-left: -25.5px;
    width: 100vw !important;
	}
	
.profile-body .card{
    margin-left: -20.5px;
	}

.ui-sortable .card{
	margin-top: 15px;
    width: 106% !important;
	margin-left:-3%;
	box-shadow: 0 0 1px rgb(0 0 0 / 13%), 0 1px 3px rgb(0 0 0 / 20%);
	}


}

.card-header {
background-color: #e6eaef; }

.dark-mode .card-header {
background-color: #2c3136; }

.card .card-footer {
    font-size: 12px;
}

.text-limit-card-body {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}


/* CSS LOADER, ICONA PER INVIO FORM IN CORSO */

.loader-sfere-div {text-align: center;}

.loader-sfere {
    display: block;
    position: relative;
    width: 72px;
    height: 72px;
	margin: auto;
  }
 .loader-sfere div {
    position: absolute;
    border: 4px solid #000;
    opacity: 1;
    border-radius: 50%;
    animation: loader-sfere 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  }
 .loader-sfere div:nth-child(2) {
    animation-delay: -0.5s;
  }
  @keyframes loader-sfere {
    0% {
      top: 36px;
      left: 36px;
      width: 0;
      height: 0;
      opacity: 1;
    }
    100% {
      top: 0px;
      left: 0px;
      width: 72px;
      height: 72px;
      opacity: 0;
    }
  }
  /* FINE CSS LOADER */


  .dz-message.needsclick {
    font-size: 14px;
    color: #8c8c8c;
    font-weight: 600;
    line-height: 26px;
    }
    .dz-message.needsclick strong {
    font-size: 19px;
    color: #8c8c8c;
    }
    .dz-message.needsclick span {
    font-size: 16px;
    font-weight: 700;
    color: #357ca5;
    padding: 10px 7px;
    border-radius: 9px;
    border: #357ca5 2px solid;
    }
    .dropzone {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.3);
    background: transparent;
    padding: 20px 20px;
    margin: 15px;
    }
    .dropzone:HOVER {
    min-height: 150px;
    border: 2px dashed rgba(0, 0, 0, 0.5);
    background: #ffffff;
    padding: 20px 20px;
    margin: 15px;
    }
    
    .dropzone:HOVER .dz-message.needsclick {
    color: #aaaaaa;
    }
    .dropzone:HOVER .dz-message.needsclick strong {
    color: #aaaaaa;
    }
    .dropzone:HOVER .dz-message.needsclick span {
    color: #63a3c7;
    border: #63a3c7 2px solid;
    }
	
	
	
	
.table-bordered tr.status-8 td {
    background-color: #cef5dd;
}

.dark-mode .table-bordered tr.status-8 td {
    background-color: #23352e;
}

.incorso td:first-child {border-left: 3px solid #64d442 !important;}
.simobile {display: none;}
@media (max-width: 767px){
.nomobile {display: none !important;}
.simobile {display: inline;}
}