.btn-group-xs > .btn, .btn-xs {
  padding: .25rem .4rem;
  font-size: .875rem;
  line-height: .5;
  border-radius: .2rem;
}

.popover-body {
    background-color: white;
    color: grey;
    font-size: 14px;
	line-height: 1.5em;
    width: 400px;
 }
.popover-header {
    background-color: black;
    color: white;
    width: 400px;
 }
.btn-orange{
    background-color: #ff8000 !important;
} 
.text-orange{
    color: #ff8000 !important;
} 

td,th{
   font-size: .875rem;
} 

.intesta-dark th {
	background-color: #2f2774 !important;
	color: #eeffee;
	border-left: 1px solid #c7c6c6; 
	border-right: 1px solid #c7c6c6; 
	text-align: center;
}


.text-white a{
    color:#ffffff;
} 
.verticaltext{
	 width: auto !important;
	 transform: rotate(-90deg) !important;
	 -webkit-transform: rotate(-90deg) !important; /* Safari/Chrome */
	 -moz-transform: rotate(-90deg) !important; /* Firefox */
	 -o-transform: rotate(-90deg) !important; /* Opera */
	 -ms-transform: rotate(-90deg) !important; /* IE 9 */
 }
 .line-hover-div {
    position: relative;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}
.line-hover-div::before {
    position: absolute;
    top: 50%;
    display: block;
    content: "";
    width: 100%;
    height: 1px;
    background-color: #6c757d;
}
.line-hover1 {
    margin-top: 0;
    margin-bottom: 0;
}

.line-hover2 {
    position: relative;
    z-index: 2;
    display: inline-block;
    padding-left: 1em;
    padding-right: 1em;
    vertical-align: middle;
    
}
.deleted td,.deleted div,.deleted span,.deleted{
  text-decoration: line-through;
}

label.error{
	color:#ff0000;
}
input.error,select.error,select.error ~ button{
	border:1px solid #ff0000 !important;
}


/*.nav-tabs a.nav-item.nav-link{
	color:#2bb4cf !important; 
}*/
.nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
     background-color: #fff;
}

.selectpicker{
	 z-index: 1000;
}
.topbar{
	border-width:4px !important;
	border-color:#033067 !important;
}
.tableNested{
	background-color:white;
	font-size:13px;
	padding: 0.1rem;
	border-radius: .5rem;
}
.tableNested tr{
    background-color: #fff !important;
}
.tableNested th{
    background-color: #F8F8F8 !important;
     font-size: 13px !important;
}
.tableNested td{
	background-color:white;
	font-size:12px;
	padding: 0.2rem;
}
/*a{
  color: #7FC241;
}

ul li{
  list-style-type: none
}*/

/*body {
  font-size: .875rem;
}*/

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 48px 0 0; /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 48px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@supports ((position: -webkit-sticky) or (position: sticky)) {
  .sidebar-sticky {
    position: -webkit-sticky;
    position: sticky;
  }
}

.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #999;
}

.sidebar .nav-link.active {
  color: #007bff;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

/*
 * Content
 */

[role="main"] {
  padding-top: 82px; /* Space for fixed navbar */
}

@media (min-width: 768px) {
  [role="main"] {
    padding-top: 48px; /* Space for fixed navbar */
  }
}

/*
 * Navbar
 */

.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  background-color: rgba(0, 0, 0, .0);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .0);
}
.dropdown-item {
  font-size: .85rem;
}
.navbar .form-control {
  padding: .75rem 1rem;
  border-width: 0;
  border-radius: 0;
}

.form-control-dark {
  color: #fff;
  background-color: rgba(255, 255, 255, .1);
  border-color: rgba(255, 255, 255, .1);
}

.form-control-dark:focus {
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, .25);
}

.feather-16{
    width: 16px;
    height: 16px;
}

.feather-24{
    width: 24px;
    height: 24px;
}

.feather-32{
    width: 32px;
    height: 32px;
}
@media (max-width: 768px) {
.mylargh {display:inline !important;max-width:150px !important;margin-top:34px !important;}
.vedi {display:inline !important;}
.perchiudere {display:block !important;text-align:right !important;}
.nonvedo {display:none !important;}
}
@media (min-width: 768px) {
.vedi {display:none !important;}
.perchiudere {display:none !important;}
.mylargh {display:inline !important;}
}





.tabellaGruppiUtenti td a .feather-edit{
  color:#FF6200;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}
.tabellaGruppiUtenti td a .feather-x-circle{
  color:#ff0606;
  vertical-align: middle;
  display: block;
  margin: 0 auto;
}


.buttonGenerico{
  background-color: #7FC241;
  border-color:#7FC241;
  color:#ffffff;
}

.slow .toggle-group { transition: left 0.7s; -webkit-transition: left 0.7s; }
.toggle-handle{
  background-color: #ffffff;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: sub;
}





/**/
#loader-wrapper2 {
text-align:center
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader2 {
text-align:center
    display: block;
    position: relative;
    width: 50px;
    height: 50px;
    margin: -0 auto;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader2:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader2:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

/**/
#loader-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
}
#loader {
    display: block;
    position: relative;
    left: 50%;
    top: 50%;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border-radius: 50%;
    border: 3px solid transparent;
    border-top-color: #3498db;

    -webkit-animation: spin 2s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 2s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
}

    #loader:before {
        content: "";
        position: absolute;
        top: 5px;
        left: 5px;
        right: 5px;
        bottom: 5px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #e74c3c;

        -webkit-animation: spin 3s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 3s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    #loader:after {
        content: "";
        position: absolute;
        top: 15px;
        left: 15px;
        right: 15px;
        bottom: 15px;
        border-radius: 50%;
        border: 3px solid transparent;
        border-top-color: #f9c922;

        -webkit-animation: spin 1.5s linear infinite; /* Chrome, Opera 15+, Safari 5+ */
          animation: spin 1.5s linear infinite; /* Chrome, Firefox 16+, IE 10+, Opera */
    }

    @-webkit-keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }
    @keyframes spin {
        0%   { 
            -webkit-transform: rotate(0deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(0deg);  /* IE 9 */
            transform: rotate(0deg);  /* Firefox 16+, IE 10+, Opera */
        }
        100% {
            -webkit-transform: rotate(360deg);  /* Chrome, Opera 15+, Safari 3.1+ */
            -ms-transform: rotate(360deg);  /* IE 9 */
            transform: rotate(360deg);  /* Firefox 16+, IE 10+, Opera */
        }
    }

/**/