html,
body {
 	/*height: 100%;
  	font-size: .875rem;*/
}
.bghome,.bghome_add {
	display: flex;
	align-items: center;
	padding-top: 20px;
	padding-bottom: 40px;
    background-color: #f3f3f3;
}
.pm {
    text-align: start!important;
}

.bg-nav-home {
	background: rgba(255, 255, 255, .7);
}
#list_check{
	/*list-style:none;
	padding-left:0;
	margin-left:0;*/
}

.form-signin {
	width: 100%;
	max-width: 360px;
	padding: 15px;
	margin: auto;
}
.tbar{
	padding-top:160px;
}
.homeform{
	background-color:rgba(255, 255, 255, 0.7);
}

.form-signin .checkbox {
 	font-weight: 400;
}

.form-signin .form-floating:focus-within {
 	z-index: 2;
}

.form-signin #email,.form-signin #newpassword {
	margin-bottom: -1px;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
}

.form-signin #password,.form-signin #newpassword2 {
	margin-bottom: 10px;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
}

.bd-placeholder-img {
	font-size: 1.125rem;
	text-anchor: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
}

.logo_pt {
	max-width: 70%;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
	  font-size: 3.5rem;
	}
}
@media(min-width:992px) {
	.bghome {
		background-color: #ffffff;
		background-image:url(../images/bg.jpg);
		background-size: cover;
		background-repeat:no-repeat;
		background-position: center center;
  		background-attachment: fixed;
	}
	.bghome_add {
		background-color: #ffffff;
		background-image:url(../images/bg_add.jpg);
		background-size: cover;
		background-repeat:no-repeat;
		background-position: center center;
  		background-attachment: fixed;
	}		
}

.feather {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
}

/*
 * Sidebar
 */

.sidebar {
  position: fixed;
  top: 0;
  /* rtl:raw:
  right: 0;
  */
  bottom: 0;
  /* rtl:remove */
  left: 0;
  z-index: 100; /* Behind the navbar */
  padding: 78px 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 - 78px);
  padding-top: .5rem;
  overflow-x: hidden;
  overflow-y: auto; /* Scrollable contents if viewport is shorter than content. */
}

@media (max-width: 767.98px) {
  .sidebar {
    top: 5rem;
  	padding: 200px 0 0; /* Height of navbar */
  }
  .sidebar-sticky { 
  	height:auto; 
  }
}


.sidebar .nav-link {
  font-weight: 500;
  color: #333;
}

.sidebar .nav-link .feather {
  margin-right: 4px;
  color: #727272;
}

.sidebar .nav-link.active {
  color: #2470dc;
}

.sidebar .nav-link:hover .feather,
.sidebar .nav-link.active .feather {
  color: inherit;
}

.sidebar-heading {
  font-size: .75rem;
  text-transform: uppercase;
}

.logosmall{
}

/* Menu */

#sidebarMenu {
  overflow: auto;
  font-family: verdana;
  font-size: 12px;
  font-weight: 200;
  /*padding-top:80px;*/
  background-color: #afc4be;
  position: fixed;
  top: 0px;
  height: 100%;
  color: #000;
}
#sidebarMenu ul,
#sidebarMenu li {
  list-style: none;
  padding: 0px;
  margin: 0px;
  line-height: 35px;
  cursor: pointer;
}  

#sidebarMenu ul li[aria-expanded="true"] .arrow {
    transform: rotate(90deg);
}
.arrow {
    float:right;
	padding:12px;
}
/*#sidebarMenu li:before {
    width: 1.25em;
    line-height: 0;
    content: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e);
    transition: transform .35s ease;
    transform-origin: .5em 50%;
}*/
/*#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;
}*/
/*.arrow {
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
  float: right;
}*/
#sidebarMenu ul .active,
#sidebarMenu li .active {
  background-color: #8aa39d;
  border-left: 3px solid #ff00cc;
  color:#FF0
}

#sidebarMenu li.active a {
  color: #fff;
}
#sidebarMenu ul .sub-menu li.active,
#sidebarMenu li .sub-menu li.active {
  background-color: #020203;
  border-left: 3px solid #ff00cc;
  /*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: #ceded9;
  border: none;
  line-height: 28px;
  border-bottom: 1px solid #FFFFFF;
  border-left: 3px solid #ceded9;
  margin-left: 0px;
  /*padding-left: 32px;*/
}
#sidebarMenu ul .sub-menu li:hover,
#sidebarMenu li .sub-menu li:hover {
  background-color: #c2d5cf;
  border-left: 3px solid #ff00cc;
  -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,
#sidebarMenu li .sub-menu li a {
	color: #5a6f6b;
	
}
#sidebarMenu ul .sub-menu li a:hover,
#sidebarMenu li .sub-menu li a:hover {
	color: #000000;
  -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-pink a:hover,
#sidebarMenu li .sub-menu li.text-pink 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 ul .sub-menu li:before,
#sidebarMenu li .sub-menu li:before {
  font-family: "Font Awesome 5 Pro";
  content: "\f105";
  display: inline-block;
  padding-left: 10px;
  padding-right: 10px;
  vertical-align: middle;
}*/
#sidebarMenu li {
  padding-left: 0px;
  border-left: 3px solid #afc4be;
  border-bottom: 1px solid #f5f6f7;
}
#sidebarMenu li a {
  text-decoration: none;
  color: #000000;
  width:100%;
  display:block;
}

#sidebarMenu li a:hover {
  color: #fff;
}
#sidebarMenu li a i {
  padding-left: 10px;
  width: 20px;
  padding-right: 20px;
}
#sidebarMenu li:hover {
  border-left: 3px solid #ff66ff;
  background-color: #8aa39d;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}
.text-pink {
	color:#ff00cc!important;
}

/*
 * Navbar
 */
.logosmall2{
	height:50px;
	padding:15px 15px 0 0;
}
.txt_top{
	padding:10px 0 10px 20px;
	font-size:0.9em;
	line-height:1.3em;
}
@media (min-width: 767.98px) {
	.navbar{
		height:92px;
	}
	.bg_top{
		height:92px;
		background:url(../images/top_bg.jpg) no-repeat left top;
	}
}

.navbar_home{
	height:180px!important;
}


.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);*/
}

.navbar .navbar-toggler {
  top: 1rem;
  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);
}

.ico-bicolor {
	--fa-primary-color: #ff00cc;
	--fa-secondary-color: #5a706b;
	display: inline-block;
    width: 100%;
	text-align:center;
}
.ico-bicolor2 {
	--fa-primary-color: #ff00cc;
	--fa-secondary-color: #5a706b;
	display: inline-block;
	text-align:center;
}

.dataTable_wrapper{
	padding:30px 0 30px 0;
}
.textareablock{
	height: auto!important;
	border: 0px!important;
	/*border: 1px dashed #ced4da;*/
}

.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: ''
}

/*.accordion-button {
    color: #000;
    background-color: #afc4be;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #8aa39d;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #c2d5cf;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(175 196 190 / 25%);
}
.accordion-button::after {
    color:#000;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}*/
.accordion-button.collapsed {
    background-color: #c2d5cf;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #8aa39d;
}
.accordion-button:not(.collapsed).text-secondary {
    color: #fff!important;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #c2d5cf;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(175 196 190 / 25%);
}
.accordion-button::after {
    color:#000;
}
.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  transform: rotate(-180deg);
}

.star_rating{
	color:#CCC;
	text-wrap:none;
}
.star_rating .full{
    color: #e3cf7a;
}

.table-pointer tr td{
	cursor:pointer;
}

.text-label{
	text-align: end;
}
@media (max-width: 992px) {
	.text-label{
		text-align: start;
	}
}

/*a.accordion-button{
	text-decoration:none;
}
.accordion-button h5 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1;
}*/
.row2{
	margin-bottom: 0.5rem;
}
.row3{
	margin-bottom: 0rem;
}
.row4{
	padding-bottom: 0.5rem;
	border-bottom: 1px solid #e7f1ff;
	margin-bottom: 0.5rem;
}
.accordion {
	padding-bottom:20px;
}
.accordion>.card {
    overflow: visible;
}
.accordion-button::after {
    margin-left: -1.25rem;
}
.noborder{
	border: 0px!important;
}
.foot_ele{
	padding-left:20px;
}
.foot_ele,.foot_ele a,.foot_ele a img{
	height:50px;
	float:right;
	line-height:50px;
}
.foot_ele a img{
	margin-left:-25px;
}
.foot_ele a {
	vertical-align:middle;
	font-size:0.8em;
	text-decoration:none;
}

.perm_admin {
	color: #F60
}
.perm_imm {
	color: #33F
}
.perm_rca {
	color:#393
}
.perm_psa {
	color:#1e2336
}
.perm_piva {
	color: #C0F
}


.msgfile_normal{
	font-weight:bold;
}
.msgfile_err{
	font-weight:bold;
	color:#EB3300;
}
.thumbbox,.filebox{
	float:left;
}
.thumbbox{
	padding-right:5px;
	/*width:38px;*/
}

.tit-sep1,.tit-sep2{
	font-size:1.2em;
	color:#8aa39d;
}
.tit-sep2{
	padding-top:10px;
	border-top:1px #8aa39d dotted;
}

/*.accordion-button {
    padding: 0.80rem 1rem;
}*/
.lower {
	text-transform:lowercase!important;
}

div.dt-processing {
    position: relative!important;
}
.dataTables_wrapper {
    position: relative;
    clear: both;
}