.form-container {
	background: linear-gradient(#fefefe, #fbfbfb);
	font-family: 'Roboto', sans-serif;
	padding: 0 15px;
	border: 1px solid #b9b9b7;
	border-radius: 15px;
	box-shadow: 0 0 20px rgb(0 0 0/ 20%);
}

.form-container .form-icon {
	color: #fff;
	font-size: 13px;
	text-align: center;
	text-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	width: 49%;
	padding: 10% 0 2% 0;
	vertical-align: top;
	display: inline-block;
}

.form-container .form-icon i {
	font-size: 124px;
	margin: 0 0 15px;
	display: block;
}

.form-container .form-icon .signup a {
	color: #ca1d32;
	text-transform: capitalize;
	transition: all 0.3s ease;
	font-weight: 900;
}

.form-container .form-icon .signup a:hover {
	text-decoration: underline;
}

.form-container .form-horizontal {
	background: rgb(238, 238, 238);
	width: 49%;
	padding: 60px 30px;
	margin: -20px 0;
	border-radius: 15px;
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
	display: inline-block;
}

.form-container .title {
	color: #5f5f5f;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	/* text-transform: capitalize; */
	letter-spacing: 0.5px;
	margin: 0 0 30px 0;
}

.form-horizontal .form-group {
	background-color: rgba(255, 255, 255, 0.15);
	margin: 0 0 15px;
	border: 1px solid #e5dada;
	border-radius: 5px;
}

.form-horizontal .input-icon {
	color: #e0ba28;
	font-size: 15px;
	text-align: center;
	line-height: 38px;
	height: 35px;
	width: 40px;
	vertical-align: top;
	display: inline-block;
}

.form-horizontal .form-control {
	color: #b5b5b5;
	background-color: transparent;
	font-size: 14px;
	letter-spacing: 1px;
	width: calc(100% - 55px);
	height: 33px;
	padding: 2px 10px 0 0;
	box-shadow: none;
	border: none;
	border-radius: 0;
	display: inline-block;
	transition: all 0.3s;
}

.form-horizontal .form-control:focus {
	box-shadow: none;
	border: none;
}

.form-horizontal .form-control::placeholder {
	color: #b5b5b5;
	font-size: 13px;
	text-transform: capitalize;
}

.form-horizontal .btn {
	color: rgba(255, 255, 255, 0.8);
	background: #e0ba28;
	font-size: 15px;
	font-weight: 500;
	text-transform: uppercase;
	letter-spacing: 1px;
	width: 100%;
	margin: 0 0 10px 0;
	border: none;
	border-radius: 5px;
	transition: all 0.3s ease;
}

.form-horizontal .btn:hover, .form-horizontal .btn:focus {
	color: #fff;
	background-color: #8b8b8a;
	box-shadow: 0 0 5px rgb(160 159 152/ 50%);
}

.form-horizontal .forgot-pass {
	font-size: 12px;
	text-align: center;
	display: block;
}

.form-horizontal .forgot-pass a {
	color: #ddb204;
	transition: all 0.3s ease;
	font-size: 1em;
	font-weight: 900;
}

.form-horizontal .forgot-pass a:hover {
	color: #777;
	text-decoration: underline;
}

.section_login {
	margin: 14% auto 0 auto;
}

.login_body {
	background-image: url('../images/bg_ticket.jpg');
	background-size: cover;
}

.custom-control-input:checked, .custom-control-label::before {
	color: #fff;
	border-color: transparent;
	background-color: #e0ba28 !important;
	box-shadow: none;
}

@media only screen and (max-width:576px) {
	.form-container {
		padding-bottom: 15px;
	}
	.form-container .form-icon {
		width: 100%;
		padding: 20px 0;
	}
	.form-container .form-horizontal {
		width: 100%;
		margin: 0;
	}
}

.card-custom {
	overflow: hidden;
	min-height: 500px;
	box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
}

.card-custom h4.card-title {
	color: #5f5f5f;
	font-size: 26px;
	font-weight: 900;
	text-align: center;
	/* text-transform: capitalize; */
	letter-spacing: 0.5px;
}

.card-custom h5.card-title {
	color: #dfb821;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	/* text-transform: capitalize; */
	letter-spacing: 0.5px;
}

.card-custom p.card-text {
	margin: 2em 0;
	font-weight: 400;
	color: #5f5f5f;
}

.btn-personal {
	color: #fff;
	border-color: #c9a71d;
	background-color: #ddb204;
	box-shadow: none;
	/* font-size: 0.95rem; */
	text-transform: uppercase;
	font-weight: 700;
	padding: 3px
}

.btn-secondary-personal {
	color: #fff;
	border-color: #393939;
	background-color: #383838;
	box-shadow: none;
	/* font-size: 0.95rem; */
	text-transform: uppercase;
	font-weight: 700;
	padding: 3px
}

.btn-secondary-personal:hover {
	color: #FFF;
	background-color: #505458;
}

.heading-personal {
	color: #0b3d4f;
	font-weight: 900;
	font-size: 31px;
	line-height: 48px;
	padding-top: 10px
}

div.container-home div.card-body {
	padding: 1.875rem 1.275rem;
}

.card-custom .card-footer {
	text-align: center
}

.card-custom-img {
	height: 200px;
	min-height: 200px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	border-color: inherit;
}

/* First border-left-width setting is a fallback */
.card-custom-img::after {
	position: absolute;
	content: '';
	top: 161px;
	left: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-top-width: 40px;
	border-right-width: 0;
	border-bottom-width: 0;
	border-left-width: 545px;
	border-left-width: calc(575px - 5vw);
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom-color: transparent;
	border-left-color: inherit;
}

.card-custom-avatar img {
	border-radius: 50%;
	box-shadow: 0 0 15px rgba(10, 10, 10, 0.3);
	position: absolute;
	top: 100px;
	left: 1.25rem;
	width: 100px;
	height: 100px;
}

.table-responsive {
	border-radius: 4px;
	position: relative;
}

#btn-new-ticket {
	position: absolute;
    top: 20px;
    color: #FFF;
    cursor: pointer;
    z-index: 1;
}

#table_agents{
	background-color: #efefef;
	padding: 20px;
	border-radius: 4px;
}

#table_tickets{
	background-color: #efefef;
	padding: 20px;
	border-radius: 4px;
}
#table_utenti{background-color: #efefef;border-radius: 4px;}

.table_test {
	min-width: 900px;
}

.table_test thead tr, .table_test thead th,.table_test tfoot tr, .table_test tfoot th {
    border-top: none;
    border-bottom: none !important;
    font-size: 12px
}

.table_test tbody th, .table_test tbody td {
	color: #777;
	font-weight: 400;
	padding-bottom: 20px;
	padding-top: 20px;
	font-weight: 300;
}

.table_test tbody th small, .table_test tbody td small {
	color: #535353;
	font-weight: 400;
}

.table_test tbody tr:not(.spacer) {
	border-radius: 7px;
	overflow: hidden;
	-webkit-transition: .3s all ease;
	-o-transition: .3s all ease;
	transition: .3s all ease;
}

.table_test tbody tr:not(.spacer):hover {
	-webkit-box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
	box-shadow: 0 2px 10px -5px rgba(0, 0, 0, 0.1);
}

.table_test tbody tr th, .table_test tbody tr td {
	margin: 10px 0;
	border: none;
}

.table_test tbody tr:nth-of-type(odd) {
	background-color: #fff;
}

.table_test tbody tr:nth-of-type(even) {
	background-color: #f3f3f3;
}

.table_test tbody tr:last-of-type {
	border-bottom: 2px solid #009879;
}





.table_test tbody tr.spacer td {
	padding: 0 !important;
	height: 10px;
	border-radius: 0 !important;
	background: transparent !important;
}

.table_test tbody tr.active {
	opacity: .4;
}

#table_tickets_filter {
	text-align: right
}

.table_test thead tr {
	background: #e4e4e4!important;
}

.table-responsive input {
	border: 1px solid #e1e0e0;
	border-radius: 5px;
	padding: 5px
}

#table_tickets_length {
	float: left;
	width: 20%;
	padding: 20px 0em;
}

#table_tickets_filter {
	text-align: right;
	float: right;
	padding: 15px 0em;
	width: 80%;
}

/* .table_test thead tr {

    background-color: #009879;

    color: #ffffff;

    text-align: left;

}



.table_test  th,

.table_test td {

    padding: 12px 15px;

}





.table_test tbody tr {

    border-bottom: thin  solid #dddddd;

}





  



.table_test tbody tr.active-row {

    font-weight: bold;

    color: #009879;

}







*/
.navbar {
	border-bottom: 3px solid #e3e3e3;
	display: block;
	width: 100%;
	z-index: 10;
	background-image: url("../images/bg_ticket.jpg");
	background-position: left top;
	/* background-size: auto 200px; */
	background-repeat: no-repeat;
}

/*.row_background_ticket {
	background-image: url("../images/bg_helpdesk.jpg");
	background-size: cover;
	background-position: 3em -11em;
	background-repeat: no-repeat;
	background-color:#fff
}*/

/*.row_background_ticket_detail {
	background-image: url("../images/bg_cusotmer.jpg");
	background-position: 46em -5em;
	background-repeat: no-repeat;
	background-size: 80%;
	background-color:#fff
}*/

.row_background_ticket .container, .row_background_ticket_detail .container
	{
	background: #fff
}

.row_background_ticket h1.heading, .row_background_ticket_detail h1.heading
	{
	color: #5f5f5f;
	font-size: 30px;
	font-weight: 900;
	text-align: center;
	/* text-transform: capitalize; */
	letter-spacing: 0.5px;
}

#footer {
	background: #e8e8e8;
	position: relative;
	bottom: 0;
	width: 100%;
	min-height: 40px;
	padding: 1em;
	margin-top: 4em;
}

.table-responsive a {
	font-weight: 700;
	letter-spacing: 0.5px;
	color: #deb81b;
	font-size: .85em;
}

.dataTables_paginate {
	text-align: center
}

.dataTables_paginate a {
	padding: 0 5px
}

.dataTables_paginate a.current {
	color: white;
	background: #ffb400;
	border-radius: 500px;
	padding: 4px;
	width: 30px;
	height: 30px;
	display: inline-block;
}

h6.card-title {
	color: #5f5f5f;
	font-size: 20px;
	font-weight: 900;
	text-align: center;
	/* text-transform: capitalize; */
	letter-spacing: 0.5px;
}

h6.card-title span {
	color: #acacac
}

.row_background_ticket .text.muted, .row_background_ticket_detail .text.muted
	{
	text-align: center
}

.row_background_ticket .tab-content, .row_background_ticket_detail .tab-content
	{
	padding: 1rem;
	border-top: none;
	border: 1px solid #f1e5e5;
	border-radius: 5px;
	border-top: none;
}

.table-danger, .table-danger>th, .table-danger>td {
	background-color: red
}

.box_department {
	background: #ededed;
	padding: 1em 3em;
	border-radius: 5px;
}

.personal_label {
	color: #5f5f5f;
	font-size: 18px;
	font-weight: 900;
	text-align: center;
	/* text-transform: capitalize; */
	letter-spacing: 0.5px;
}

.profile-card-4 {
	overflow: hidden;
	position: relative;
	margin: 10px auto;
	cursor: pointer;
}

.profile-card-4 img {
	transition: all 0.25s linear;
}

.profile-card-4 .profile-content {
	position: relative;
	padding: 15px;
	background-color: #FFF;
}

.profile-card-4 .profile-name {
	font-weight: bold;
	left: 0px;
	right: 0px;
	color: #818486;
	font-size: 13px;
}

.profile-card-4 .profile-name p {
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 1.5px;
}

.profile-card-4 .profile-description {
	color: #777;
	font-size: 12px;
	padding: 10px;
	border-top: 1px solid #CCC;
	margin-top: 10px;
}

.profile-card-4 .profile-overview {
	padding: 15px 0px;
}

.profile-card-4 .profile-overview p {
	font-size: 10px;
	font-weight: 600;
	color: #777;
}

.profile-card-4 .profile-overview h4 {
	color: #273751;
	font-weight: bold;
}

.profile-card-4 .profile-content::before {
	content: "";
	position: absolute;
	height: 20px;
	top: -10px;
	left: 0px;
	right: 0px;
	background-color: #FFF;
	z-index: 0;
	transform: skewY(3deg);
}

.profile-card-4:hover img {
	transform: rotate(5deg) scale(1.1, 1.1);
	filter: brightness(110%);
}

#replybuttons {
	margin: 0 auto;
	text-align: center;
}

.data_box {
	
}

.data_box i {
	color: #fff;
	width: 30px;
	height: 30px;
	background: #ddb204;
	text-align: center;
	padding: 0 3px;
	font-size: 1em;
	border-radius: 500px;
	line-height: 29px;
}

.data_box span {
	font-weight: 900;
	font-size: 15px;
	padding: 2px;
	color: #d2c7c7
}

.data_box span.small {
	font-weight: 6000;
	font-size: 13px;
	padding: 2px;
	color: #d2c7c7
}

a.previous, a.next {
	color: #999
}

.select2-container--default .select2-selection--single {
	border: 1px solid #e1e5eb !important
}

.select2-container--default .select2-selection--single .select2-selection__rendered
	{
	font-size: 0.8125rem;
	font-weight: 300;
	color: #495057;
}

.risposta_ticket {
	border: 1px solid #ededed;
	border-left: 8px solid #d1ecf1;
	border-radius: 5px;
	padding: 1em 0.5em;
}

.bg-staff {
	border-left: 8px solid #96a8a1
}

#replyForm {
	border: 1px solid #ededed;
	background: #d6ebff;
	padding: 2em;
	border-radius: 5px;
}

a.languageswitcher {
	margin: 0 5px;
	display: inline-table;
}

a.languageswitcher img {
	width: 25px;
	height:25px;
	border-radius:50px;
}

a.languageswitcher img:hover {
opacity: 0.6;
}


div.languages-home {
	text-align: right;
}

/**
 * Override per containers bootstrap
 */
@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 1440px;
  }
}

div.container-home div.row {
    justify-content: center;
	text-align: center;
}

.text-900{ font-weight:900;font-size:.75em}

.main-sidebar .nav .nav-item, .main-sidebar .nav .nav-link{
	font-size: .75rem!important;
    font-weight: 900!important;
    text-transform: uppercase;
}

.navbar-light .navbar-nav .nav-link {
	color: #03363D;
	font-weight: 900;
	text-transform: uppercase;
	font-size: .95em;
  }

  .profile-card-4{background:#fff}

  .bg-staff  div.profile-card-4{background:#e0ebe7!important;}

  .bg-staff  .profile-card-4 .profile-content{background:#e0ebe7!important;}


  .bg-staff .profile-card-4 .profile-content::before {background:#e0ebe7!important;}



  .table td, .table th {
	padding: 0.75rem 0.45rem!important}


 
.box_ricerca,.box_ricerca_macchine{border-right:1px solid #ededed;background:#fdfdfd}
	.main-content{background-color:#fff}

.box_tags{    
    padding: 1rem;
    margin-right: 2rem;}	


	
	.main-footer{
		
		background-color: #e8e8e8!important;
		border: none!important;
		position: fixed;
    bottom: 0;
    width: 100%;
	}


	#ticket_options{background: #f3f3f3;
		margin-top: 20px;
		padding: 1rem 4rem;
	}

	@media(max-width: 767px) {
	

		a.languageswitcher img{
			width:20px;
			height:20px;
		}

		.heading-personal{font-size:1.5rem}

		#main-logo{width:150px!important}

		.card-custom h4.card-title{font-size:21px}
	}

	.btn-notification{    font-weight: 900;
		font-size: .55em;
		color: #c4183c;
		/* margin: 0 2rem; */
		padding: 5px 10px;
		border: 1px solid #ededed;
		border-radius: 5px;
		background: #f3f3f3;}