/* CSS Document */

/* ============================================
   FONT BALOO2 - Custom Web Font
   ============================================ */

@font-face {
    font-family: 'Baloo2';
    src: url('../font/Baloo2-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo2';
    src: url('../font/Baloo2-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo2';
    src: url('../font/Baloo2-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo2';
    src: url('../font/Baloo2-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Baloo2';
    src: url('../font/Baloo2-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Classi utility per font Baloo2 */
.baloo2-regular {
    font-family: 'Baloo2', sans-serif;
    font-weight: 400;
}

.baloo2-medium {
    font-family: 'Baloo2', sans-serif;
    font-weight: 500;
}

.baloo2-semibold {
    font-family: 'Baloo2', sans-serif;
    font-weight: 600;
}

.baloo2-bold {
    font-family: 'Baloo2', sans-serif;
    font-weight: 700;
}

.baloo2-extrabold {
    font-family: 'Baloo2', sans-serif;
    font-weight: 800;
}

html,
body {
  /*height: 100%;*/
}

.pm {
    text-align: start!important;
}

.dropdown a {
  text-decoration: none !important;
  color: #000 !important;
}

main>.container {
  padding: 60px 15px 0;
}

.footer {
  background-color: #f5f5f5;
}

.footer>.container {
  padding-right: 15px;
  padding-left: 15px;
}

.bg-siscowebcrm {
  /*background-color: #0d6efd!important;*/
  background-color: #FFF !important;
}

code {
  font-size: 80%;
}

body {
  font-size: .875rem;
}

.rel {
  font-size: .7rem;
  padding: 10px 0 5px 38px;
  color: #000;
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

.navbar-toggler {
  margin: 10px 10px 10px 0;
}

.navbar2 {
  /*display:flex;*/
}

.navbar-nav {
  /*float:right;*/
}

.navbar-toggler {
  /*float:right;*/
}

/*
 * Sidebar
 */
.sidebar {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  /* Behind the navbar */
  padding: 88px 0 0;
  /* Height of navbar */
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .1);
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
    padding: 0;
  }
}

.sidebar-sticky {
  position: relative;
  top: 0;
  height: calc(100vh - 88px);
  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;
}

/*
 * Navbar
 */
.navbar-brand {
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
  /*background-color: rgba(0, 0, 0, .25);
  box-shadow: inset -1px 0 0 rgba(0, 0, 0, .25);*/
  background-color: rgba(255, 255, 255, .25);
  box-shadow: inset -1px 0 0 rgba(255, 255, 255, .25);
}

.navbar .navbar-toggler {
  top: .25rem;
  right: 1rem;
}

.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);
}

.home-bg {
  /*height: 100vh;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #f5f5f5;
  background-image:url('../img/bg.jpg') ;
  background-repeat: no-repeat;
  /*background-position: bottom;*/
  background-size: cover;
}

.home-bg_pre {
  /*height: 100vh;*/
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fdf5e3;
  background-image:url('../img/bg_add.jpg') ;
  background-repeat: no-repeat;
  /*background-position: bottom;*/
  background-size: cover;
}

.home-logo {
  max-width: 300px;
}

.f-logo {
  display: inline-block;
}

.navbar-brand .img-fluid {
  max-width: 200px !important
}

.f-logo img {
  max-width: 220px;
  padding: 20px;
}

.form-prequalifica {
  width: 100%;
  max-width: 800px;
  padding: 15px;
  margin: auto;
}

.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 #username {
  margin-bottom: -1px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.form-signin input[type="password"]:not(#newpassword):not(#newpassword2) {
  margin-bottom: 10px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.placeholder {
  height: 47px;
  border: 1px solid #28a745;
}

.accordion {
  padding-bottom: 20px;
}

.hand {
  cursor: pointer;
}

.ristr {
  padding: 0.25rem 0.25rem !important;
}

.row2 {
  margin-bottom: 0.5rem;
}

.row3 {
  margin-bottom: 0rem;
}

.row4 {
  padding-bottom: 0.5rem;
  border-bottom: 1px solid #e7f1ff;
  margin-bottom: 0.5rem;
}
.row5 {
  margin-top: -1rem;
  margin-bottom: 0.5rem;
}

.accordion>.card {
  overflow: visible;
}

.ui-autocomplete {
  z-index: 99999999999 !important;
}

.textareablock {
  height: auto !important;
  border: 0px !important;
}

.seldis, .seldis option {
  color: #212529 !important;
  opacity: 1 !important;
  background: none !important;
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-expand: none;
  text-indent: 1px;
  text-overflow: ''
}

.toolbar, .fann {
  text-align: right;
}

.tooltipcursor {
  cursor: pointer;
}

.cursornormal {
  cursor: default !important;
}

.dataTables_processing,.dt_processing {
  z-index: 1000 !important;
}

.textareablock {
  height: auto !important;
  border: 0px !important;
}

.textareaff {
  height: 220px !important;
}

.text-orange {
  color: #F90;
}

.ucase {
  text-transform: uppercase !important;
}

.nascondi {
  display: none;
}

.tooltip {
  z-index: 99999 !important;
}

.tt {}

.tooltip-inner {
  max-width: 350px;
}

.nowrap {
  white-space: nowrap;
}

.bigcell {
  width: 100%;
}

.form-check-input {
  margin-top: .6rem;
}

.modal {
  overflow: auto !important;
}

.panel-title2 {
  /*margin-top: -5px;*/
  margin-top: 15px;
}

.panel-title2, .panel-title3 {
  padding-bottom: 5px;
  margin-bottom: 15px;
  font-weight: bold;
  font-size: 14px;
  border-bottom: 1px #CCC dashed;
}

.fa-80 {
  font-size: 0.8em;
}

.fa-stk {
  width: 1em;
}

.fa-stk-h1 {
  height: 1em;
  line-height: 1em;
}

#sidebarMenu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  /*background-color: #2e353d;
  color: #e1ffff;*/
  background-color: #eddbbe;
  color: #0662C6;
  position: fixed;
  top: 0px;
  height: 100%;
}

#sidebarMenu {
  background: #eddbbe url(../img/bg_add.jpg) left bottom no-repeat;
  background-size: cover;
  background-position: 44%;
}

#sidebarMenu ul {
  border-top: 1px solid #FFF;
}

#sidebarMenu ul,
#sidebarMenu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}

#sidebarMenu ul :not(collapsed) .arrow:before,
#sidebarMenu li :not(collapsed) .arrow:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f107";
  font-weight: 900;
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}

#sidebarMenu ul .active,
#sidebarMenu li .active {
  /* border-left: 3px solid #ffc107;*/
  border-left: 3px solid #F09200;
  background-color: #F0CD96;
}

#sidebarMenu ul .sub-menu li.active,
#sidebarMenu li .sub-menu li.active {
  background-color: #F0CD96;
  /*border-left: 3px solid #ffc107;*/
  border-left: 3px solid #F09200;
  /*color: #007bff;*/
}

/*#sidebarMenu ul .sub-menu li.active a,
#sidebarMenu li .sub-menu li.active a {
  color: #ffeeba;
}*/
#sidebarMenu ul .sub-menu li,
#sidebarMenu li .sub-menu li {
  /*background-color: #181c20;
  border: none;*/
  line-height: 28px;
  /*border-bottom: 1px solid #2e353d;
  border-left: 3px solid #181c20;*/
  /*border-bottom: 1px solid #4a92fe;*/
  border-left: 3px solid #F09200;
  margin-left: 0px;
}

#sidebarMenu ul .sub-menu li:hover,
#sidebarMenu li .sub-menu li:hover {
  background-color: #F0CD96;
  border-left: 3px solid #ffc107;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

#sidebarMenu ul .sub-menu li a:hover,
#sidebarMenu li .sub-menu li a:hover {
  /*color: #ffeeba;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;*/
}

#sidebarMenu ul .sub-menu li.text-success a:hover,
#sidebarMenu li .sub-menu li.text-success a:hover {
  color: #37e55f !important;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

#sidebarMenu li {
  padding-left: 0px;
  /*border-left: 3px solid #2e353d;
  border-bottom: 1px solid #23282e;*/
  border-left: 3px solid #999;
  border-bottom: 1px solid #FFF;
}

#sidebarMenu li a {
  text-decoration: none;
  /*color: #e1ffff;
  color: #0d6efd;*/
  color: #006;
  width: 100%;
  display: block;
}

#sidebarMenu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}

#sidebarMenu li:hover {
  /* border-left: 3px solid #ffc107;
  background-color: #4f5b69;*/
  border-left: 3px solid #ffc107;
  background-color: #F0CD96;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.cbox label {
  padding-right: 10px !important;
  font-weight: normal !important;
}

.text-label {
  text-align: right !important;
}

.msgfile_normal {
  font-weight: bold;
}

.msgfile_err {
  font-weight: bold;
  color: #EB3300;
}

.thumbbox, .filebox {
  float: left;
}

.thumbbox {
  width: 50%
}

.filebox {
  width: 50%
}

.msg_info2 {
  padding-top: 30px;
}

.seldis, .seldis option {
  color: #212529 !important;
  opacity: 1 !important;
  background: none !important;
  background-image: none !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-expand: none;
  text-indent: 1px;
  text-overflow: ''
}

.h16, .h16 span.fa-stack {
  height: 16px !important;
  line-height: 16px !important;
}

.fleft {
  float: left;
  padding-right: 10px;
}

.form-check2 {
  margin-left: -1.25rem !important;
}

@media (max-width: 767.98px) {
  #sidebarMenu {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
  }

  #sidebarMenu .toggle-btn {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px;
    z-index: 10 !important;
    padding: 3px;
    background-color: #ffffff;
    color: #000;
    width: 40px;
    text-align: center;
  }
}

@media (min-width: 767.98px) {
  #sidebarMenu .menu-list .menu-content {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .text-label {
    text-align: left !important;
  }
}

.table-orange,
.table-orange>th,
.table-orange>td {
  background-color: #ffd7b6;
}

.table-orange th,
.table-orange td,
.table-orange thead th,
.table-orange tbody+tbody {
  border-color: #ff953d;
}

.table-hover .table-orange:hover {
  background-color: #ffbb82;
}

.table-hover .table-orange:hover>td,
.table-hover .table-orange:hover>th {
  background-color: #ffbb82;
}

.accordion-button::after {
  margin-left: -1.25rem;
}

.form-control-plaintext2 {
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}

.form-control-plaintext2.form-control-sm, .form-control-plaintext2.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.txt-barrato {
  text-decoration: line-through;
}

form {
  position: relative;
}

#headaccordition_cliparcli8>.accordion-button.collapsed, #headaccordition_cliparcli7>.accordion-button.collapsed, #headaccordition_cliparcli6>.accordion-button.collapsed {
  color: var(--bs-warning-text-emphasis) !important;
}

#headaccordition_cliparcli8>.accordion-button:not(.collapsed), #headaccordition_cliparcli7>.accordion-button:not(.collapsed), #headaccordition_cliparcli6>.accordion-button:not(.collapsed) {
  background: #fff3cd !important;
}

.table-pointer tr td{
	cursor:pointer;
}

.text-viola {
	color:#90F;
}
.credits {
    cursor: pointer;
}


.bg2-primary {
	color: #000;
	background-color: #cfe2ff;
}
.bg2-secondary {
	color: #000;
	background-color: #e2e3e5;
}
.bg2-success {
	color: #000;
	background-color: #d1e7dd;
}
.bg2-info {
	color: #000;
	background-color: #cff4fc;
}
.bg2-warning {
	color: #000;
	background-color: #fff3cd;
}
.bg2-danger {
	color: #000;
	background-color: #f8d7da;
}
.bg2-light {
	color: #000;
	background-color: #f8f9fa;
}
.bg2-dark {
	color: #fff;
	background-color: #212529;
}

.bodyemail{
	width:100%;
	overflow:auto;
}
.tit-sep1,.tit-sep2{
	font-size:1.2em;
	color:#8aa39d;
}
.tit-sep2{
	padding-top:10px;
	border-top:1px #8aa39d dotted;
}

.txtrel{
	overflow:auto;
}

div.dt-processing {
    position: relative!important;
}

.dataTables_wrapper {
    position: relative;
    clear: both;
}

.pac-container {
    z-index: 999999999999 !important; /* Il modal di Bootstrap ha z-index 1050 */
}

.card-header {
    background-color: #F0CD96!important;
}

/* Bordo nero sottile per stellette specifiche */
.star-bordered {
    -webkit-text-stroke: 0.5px black;
    text-stroke: 0.5px black;
}

/* Applicare a tutti i titoli h1 */
h1 {
    font-family: 'Baloo2', sans-serif;
    font-weight: 700;
}
h4 {
    font-family: 'Baloo2', sans-serif;
    font-weight: 600;
}

/* Applicare alle card */
.card-title {
    font-family: 'Baloo2', sans-serif;
    font-weight: 600;
}

/* Applicare ai bottoni */
.btn {
    font-family: 'Baloo2', sans-serif;
    font-weight: 500;
}

.accordion-button div{
    font-family: 'Baloo2', sans-serif;
    font-weight: 500;
    font-size: 1.15rem;
}
.accordion-button div i{
    font-size: 1rem;
}

#sidebarMenu li a {
  font-family: 'Baloo2', sans-serif;
  font-weight: 500;
  font-size: 1.15rem;
}
#sidebarMenu li a i{
  font-size: 1rem;
}

/* Header custom border */
.header-custom-border {
  border-bottom: 3px solid #F09200 !important;
}