

a {color: #2691d2;}
a:HOVER {color: #4bb5f6; text-decoration: none;}

.sfondorosso a {color: #b70000;}
.sfondorosso a:HOVER {color: #dc0000; text-decoration: none;}

h1 {font-size: 32px;}
h5 {color: #666;}
.card-body h4 {font-size: 14px; padding: 15px 0px 3px 0px; color: #666; font-style: italic; margin: 0px;}


.navbar-brand {padding: 0px;}
.navbar-brand img {height: 40px;}

.bg-dark {background-color: #045688!important;}

#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {background: #ffffff; overflow: auto; border-right: #dddddd 1px solid;}
#mainNav.fixed-top.navbar-dark .sidenav-toggler {background-color: #346CB0;}
#mainNav.fixed-top .navbar-sidenav {height: calc(100vh - 56px);}
.content-wrapper {background: #f6f7f9;}

.btn-primary {background-color: #2691d2; border-color: #2691d2;}
.btn-primary:HOVER {background-color: #4bb5f6; border-color: #4bb5f6;}


/* DIMENSIONS */
@media (min-width: 992px){
.content-wrapper {margin-left: 350px; }
#mainNav.navbar-dark .navbar-collapse .navbar-sidenav {width: 350px; padding: 15px;}
}

.breadcrumb {font-size: 12px; padding: 5px 10px;}

.groupmenuuser {position: absolute; top: 0px; right: 0px; color: #ffffff; font-size: 14px; font-weight: bold;  }
.groupmenuuser small{font-size: 12px; color: #93c4ff;}
.groupmenuuser #menuuser{    min-width: 120px; padding: 8px 10px; color: #ffffff; background-color: #2691d2; cursor: pointer; height: 56px; overflow: hidden;}
.nav-link {cursor: pointer;}

.navbar-toggler {
	position: absolute;
	top: 8px;
	left: 5px;
}

.tablevisuale {font-size: 13px;}


.bottoneelencotask {border: #ccc 1px solid; margin-top:0px;}

.elencotask {float: left; width: 100%;}
.elencotask .elencotaskicon{float: left;}
.elencotask textarea.task {float: left; width: 95%; margin-left: 5px;}

#myUL a {
font-size: 14px !important;
border: #ddd 1px solid;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
border-radius: 5px;
padding: 3px 5px 3px 28px;
color: #333333;
text-decoration: none !important;
display: block;
}
#myUL a::after {
  cursor: pointer; 
  user-select: none;
  display: inline-block;
  font-size: 14px;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 4px;
  right: 4px;
  content: "\f105";
  color: #cccccc;
}
#myUL a:HOVER{
border: #4bb5f6 1px solid;
color: #4bb5f6;
}
#myUL a:HOVER::after {
color: #4bb5f6;
}
#myUL a.activelink{
border: #2691d2 1px solid;
color: #2691d2;
}
#myUL a.activelink::after {
color: #2691d2;
}




/* MENU TREE */
#myUL {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#myUL ul,  ul#myUL{
  list-style-type: none;
}
#myUL .nav-item {padding-bottom:3px; position: relative;}
#myUL ul {padding-top:3px; position: relative;}

.caret {
  cursor: pointer; 
  user-select: none;
  display: inline-block;
  font-size: 20px;
  font-family: FontAwesome;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: absolute;
  top: 0px;
  left: 4px;
}
.caret::before {
  content: "\f0fe";
  display: inline-block;
  color: #a8cbe0;
}
.caret:HOVER::before {
  color: #4bb5f6;
}

.caret-down::before {
  content: "\f150";
  color: #2691d2;
}
.caret-down:HOVER::before {
  color: #4bb5f6;
}
.nested {
  display: none;
}
.activemenu {
  display: block;
}




table.dataTable thead .sorting:before, table.dataTable thead .sorting_asc:before, table.dataTable thead .sorting_desc:before, table.dataTable thead .sorting_asc_disabled:before, table.dataTable thead .sorting_desc_disabled:before {
    content: "";
}
table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    content: " ";
}

.card-header {
    background-color: #ffffff;
	padding: 0px;
}

.card-header .btn-active {border-radius: 0px; padding: 20px 15px; border-bottom: #2691d2 3px solid;}
.card-header .btn-active:hover {border-bottom: #2691d2 3px solid;}

.card-header .btn-default {border-radius: 0px; padding: 20px 15px; border-bottom: #ffffff 3px solid; color: #999999;}
.card-header .btn-default:hover {border-bottom: #4bb5f6 3px solid; color:#4bb5f6;}

.fa-inversa {background-color: #ffffff;
    border-radius: 4px;
    padding: 3px;
    font-size: 120%;
    color: #2691d2;
    margin-left: 6px;}

.sfondorossofluo {background-color: #ff0505 !important; color: white; }
.sfondorossofluo a {
    color: white;
}

.sfondorossofluo .btn-icon.btn-sm {
    color: red;
}

.sfondorosso {background-color: #ffceca !important;}
.sfondogiallo {background-color: #fff1ca !important;}
.sfondoverde {background-color: #d8ffe6 !important;}
.sfondoneutro {background-color: #f7f7f7 !important;}

.navigbacheca span:before { content:" » ";}
.navigbacheca span:first-child:before { content:"";}



.bollinotask {
    position: relative;
	overflow: hidde;
}
.bollinotask span {
    border-radius: 50%;
    color: #cc0000;
    background-color: #fff;
    height: 30px;
    width: 30px;
    font-size: 9px;
	line-height: 10px;
    position: absolute;
    border: 1px solid #cc0000;
    padding: 3px 0px;
    text-align: center;
    top: -14px;
	background-image: url(../image/lampo.gif);
}
.bollinotask span strong{
    font-size: 12px;
}

.logpro .bottoniaggiungi .card-body {padding: 20px;
    background-color: #fff;
    border: 1px solid #ffb2b2; }
.loglog .bottoniaggiungi .card-body {padding: 20px;
    background-color: #fff;
    border: 1px solid #ffd750; }

.btn-icon {
    padding: 0;
    line-height: calc(2.25rem + 2px);
    border-radius: 2.25rem;
    width: calc(2.25rem + 2px);
    height: calc(2.25rem + 2px);
	margin-right: 5px;
border: #ddd 1px solid;
background: #ffffff;
background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 50%, #ededed 51%, #ffffff 100%);
background: -webkit-linear-gradient(top, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
background: linear-gradient(to bottom, #ffffff 0%,#f3f3f3 50%,#ededed 51%,#ffffff 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 );
}
.btn-icon.btn-sm {
    line-height: calc(calc(1.8125rem + 2px) - 2px);
    width: 1.8125rem;
    height: 1.8125rem;
}

table.dataTable thead th, table.dataTable thead td {
    padding: 10px 18px;
    border-bottom: 1px solid #cccccc !important;
}
table.dataTable.no-footer {
    border-bottom: 1px solid #cccccc !important;
}

.bottoniaggiungi .btn {margin-bottom: 10px;}

.colonnaform {width: 100%; max-width: 1000px;padding-right: 15px; padding-left: 15px;}


/* index login*/

.form-signin {
  width: 100%;
  max-width: 330px;
  padding: 15px;
  margin: auto;
}
.form-signin .checkbox {
  font-weight: 400;
}
.form-signin .form-control {
  position: relative;
  box-sizing: border-box;
  height: auto;
  padding: 10px;
  font-size: 16px;
}
.form-signin .form-control:focus {
  z-index: 2;
}
.form-signin input[type="email"] {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.form-signin input[type="password"] {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

td.hidden-xs, th.hidden-xs {display: none !important;}


@media (max-width: 991px) {
	.navbar-brand {margin-left: 60px;}
	.navbar {padding-left: 0px; padding-right: 0px;}
	#mainNav.fixed-top .navbar-sidenav {
    height: calc(75vh);}
	#mainNav.fixed-top .navbar-sidenav h5{
    padding-left: 10px; padding-top: 10px; font-size: 14px; margin-bottom: 0px;}
	#mainNav .navbar-collapse {
	margin-top: 8px;}
	#myUL {padding: 5px 10px;}
}

@media (max-width: 768px) {
.hidden-xs {display: none;}
}











.sezoperatori ul.ks-cboxtags {
    list-style: none;
    padding: 20px;
}
.sezoperatori ul.ks-cboxtags li{
  display: inline;
}
.sezoperatori ul.ks-cboxtags li label{
    display: inline-block;
    background-color: rgba(255, 255, 255, .9);
    border: 2px solid rgba(139, 139, 139, .3);
    color: #adadad;
    border-radius: 25px;
    white-space: nowrap;
    margin: 3px 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: transparent;
    transition: all .2s;
}

.sezoperatori ul.ks-cboxtags li label {
    padding: 8px 12px;
    cursor: pointer;
}

.sezoperatori ul.ks-cboxtags li label::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "FontAwesome";
    font-weight: 900;
    font-size: 12px;
    padding: 2px 6px 2px 2px;
    content: "\f067";
    transition: transform .3s ease-in-out;
}

.sezoperatori ul.ks-cboxtags li input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    transform: rotate(-360deg);
    transition: transform .3s ease-in-out;
}

.sezoperatori ul.ks-cboxtags li input[type="checkbox"]:checked + label {
    border: 2px solid #2691d2;
    background-color: #2691d2;
    color: #fff;
    transition: all .2s;
}

.sezoperatori ul.ks-cboxtags li input[type="checkbox"] {
  display: absolute;
}
.sezoperatori ul.ks-cboxtags li input[type="checkbox"] {
  position: absolute;
  opacity: 0;
}
.sezoperatori ul.ks-cboxtags li input[type="checkbox"]:focus + label {
  border: 2px solid #f9ac32;
}


.sezoperatori .table-responsive ul.ks-cboxtags {
    list-style: none;
    padding: 10px;
	margin-bottom: 0px;
}

.bloccoriepilogo {border: #dddddd 1px solid;border-radius: 4px; display: box; margin:3px; padding: 3px; }

.badge-secondary {    margin-left: 10px;
    background-color: hsl(207deg 45% 62% / 73%);}
	
.sfondorosso .badge-secondary {
    margin-left: 10px;
    background-color: hsl(3deg 71% 50%);
}

