/*

* Override Pages default styles or create your own styles here

*/

.jumbotron h1.large-demo-text {
	font-size: 150px;
}

.icon-text-search {
	font-size: 42px;
	width: 150%;
}

.btn-primary {
	background-color: #197FED;
}

/********LOGIN PAGE ****************/

p.subtitle-ticket {
	position: relative;
	margin-left: 20px;
	font-size: 18px;
}

.subtitle-ticket:after {
	content: "";
	background: #197fed;
	width: 7px;
	height: 27px;
	position: absolute;
	top: 0;
	left: -20px;
}

.login-wrapper {
	background: url("../img/login-screen.jpg");
	background-size: cover;
	background-position: center;
	height: 100vh;
}

.passlost {
	cursor: pointer;
	margin-bottom: 20px;
}

.login-wrapper .login-container {
	overflow: scroll;
}

/******END LOGIN PAGE ******/

/****** SIDEBAR*********/

.full-height {
	overflow-x: hidden;
}

.page-sidebar {
	transform: none!important;
	background-color: #00559F;
}

.header .brand {
	width: 330px;
}

body.menu-pin .page-sidebar {
	width: 70px;
	background-color: #00559F;
}

.page-sidebar .sidebar-header {
	background-color: #004481;
	border-bottom: 1px solid #004481;
}

.page-sidebar .sidebar-menu .menu-items li {
	padding: 10px 0;
}

.page-sidebar .sidebar-menu .menu-items li>.icon-thumbnail {
	color: #fff;
	transform: none;
}

.page-sidebar .sidebar-menu .menu-items li:hover>.icon-thumbnail {
	color: #ffffff8a;
}

@media only screen and (min-width: 980px) {
	body.menu-pin .page-container .page-content-wrapper .content {
		padding-left: 70px;
		margin-top: 60px;
	}
}

.icon-thumbnail i {
	font-size: 22px;
}

.settings-menu .menu-title {
	padding-left: 30px;
	display: flex;
	justify-content: space-between;
	font-weight: 600;
	color: #000;
	font-size: 16px;
}

.settings-menu ul li a>.title {
	width: 100%;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
	display: flex;
	align-items: center;
}

.settings-menu .main-menu>li a {
	font-size: 14px;
	color: #4b4b4b;
	line-height: 32px;
	font-weight: 400;
}

.settings-menu ul li a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-left: 30px;
	padding-right: 10px;
}

.settings-menu .main-menu>li.active {
	background: #f4f4f4;
}

.settings-menu .main-menu>li {
	list-style: none;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
}

.settings-menu>ul>li {
	padding-left: 0;
}

ul>li, ol>li {
	padding-left: 3px;
	line-height: 24px;
}

.link-em {
	color: #00A4E1;
}

.link-em i {
	color: grey;
}

@media only screen and (min-width: 980px) {
	body.menu-pin .header .brand {
		width: 325px;
	}
}

.box-container {
	margin-left: 20%;
	width: 90%;
	padding: 60px 120px;
	flex-direction: column;
}

.box-container .split-details {
	width: 90%;
	float: left;
}

.box-container .split-details .no-result {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
}

.box-container .split-details .no-result h4 {
	max-width: 60%;
}

.dtail-em {
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin-bottom: 30px;
}

@media (max-width: 1024px) and (min-width: 768px) and (orientation: landscape) {
	.inner-content {
		margin-left: 0;
	}
}

.box-container .email-composer {
	max-width: 90%;
}

.box-container.inner-content .card {
	width: 100%;
}

.box-container .tab-content .email-content {
	width: 100%;
	padding: 15px;
}

.box-container .tab-content form {
	width: 100%;
	padding: 10px;
}

.nav-tabs-simple>li>a:after {
	background-color: #007FF5;
}

.box-container .email-content .btn-cons {
	min-width: 170px;
	height: 35px;
	margin-top: 25px;
}

.fixed-button {
	background: white;
	padding: 30px;
	height: 100px;
}

.fixed-button .btn-fixed {
	height: 35px;
	margin-left: 30px;
	width: 210px;
}

.fixed-button .btn-success {
	background: #00559f;
	color: #fff;
}

.fixed-button .btn-success:hover {
	opacity: 0.8;
	background: #00559f;
	color: #fff;
}

.taske {
	padding: 20px;
}

.task {
	display: flex;
	align-items: center;
}

.task-detail hr {
	margin: 0;
	margin-top: 20px;
}

.task-list {
	width: 100%;
	border: 1px solid gray;
	margin-bottom: 20px;
	padding: 5px;
}

.task-attachment {
	border-top: 1px solid #ccc;
	padding-top: 5px;
}

@media (max-width: 1024px) {
	.box-container {
		margin-left: 0;
		width: 100%;
		padding: 50px 20px;
		flex-direction: column;
	}
	.box-container .split-details {
		width: 100%;
	}
	.task-list.last {
		margin-bottom: 40px;
	}
	.fixed-button {
		padding: 20px;
		overflow: scroll;
		display: inline-grid;
	}
	.fixed-button .btn-fixed {
		margin-left: 0;
		width: 100%;
		margin: 2px 0;
	}
	body.menu-pin .page-sidebar {
		width: 70px;
		background-color: #00559F;
	}
}

@media (max-width: 979px) {
	.secondary-sidebar {
		left: 30%;
		width: 70%;
	}
	body.sidebar-open .page-container {
		transform: translate3d(70px, 0, 0);
	}
	.page-sidebar {
		width: 70px;
		background-color: #00559F;
	}
}

@media only screen and (min-device-width: 375px) and (max-device-width: 812px) and (orientation: portrait) {
	.secondary-sidebar {
		left: 50%;
	}
}

/************************+DAHSHBOARD*************/

.box-container.tablesbox {
	margin-left: 23%;
	width: 90%;
	padding: 60px 100px;
	flex-direction: column;
}

.link-table {
	justify-content: center;
	align-items: center;
	display: inline-flex;
	padding: 20px;
}

a.links-tables {
	margin: 0 15px;
	cursor: pointer;
}

a.links-tables.active {
	color: #f37f2d;
}

a.links-tables p {
	font-size: 17px;
	font-weight: 600;
}

a.links-tables p span {
	color: #197FED;
	position: relative;
}

/* a.links-tables p span:after { */
	/* content: ""; */
	/* position: absolute; */
	/* top: 0; */
	/* left: 30px; */
	/* height: 20px; */
	/* border-right: 1px solid black; */
/* } */

a.links-tables.last p span:after {
	content: none;
}

.split-list {
	height: 100vh;
	width: 100%;
	padding: 40px 0;
}

.list-views {
	background: white;
	position: initial;
}

a.list-refresh {
	float: right;
}

.task_dash p {
	margin: 0;
	color: grey;
}

.task_dash b {
	color: #545252;
}

.task_dash hr {
	margin-bottom: 0;
	margin-top: 10px;
}

h8.datetime {
	font-size: 12px;
}

.secondary-sidebar.task {
	overflow: scroll;
}

@media (max-width: 979px) {
	.secondary-sidebar.task {
		left: auto;
		width: 100%;
	}
}

@media (max-width: 1024px) {
	.box-container.tablesbox {
		margin-left: 0;
		width: 100%;
		padding: 0;
		flex-direction: column;
	}
}

/******HELPDESK********/

.helpdek .box-container.inner-content .card {
	width: 100%;
	margin-top: 20px;
}

.helpdek .secondary-sidebar {
	width: 18.8%;
}

.helpdek .secondary-sidebar .menu-title {
	color: #757575;
	font-size: 10.8px;
}

.helpdek .secondary-sidebar .main-menu>li.active>a {
	color: #757575;
	text-transform: uppercase;
	margin-bottom: 30px;
}

.helpdek .secondary-sidebar .main-menu>li>a {
	color: #007FF5;
}

.helpdek .box-container.tablesbox {
	margin-left: 14%;
	width: 100%;
}

@media (max-width: 1024px) {
	.helpdek .box-container.tablesbox {
		margin-left: 0%;
	}
	.helpdek .secondary-sidebar {
		width: 68.8%;
	}
}

.helpdek .modal.fade.slide-up .modal-content-wrapper {
	width: 80%;
}

.helpdek .modal.fade.slide-up .modal-dialog {
	display: flex;
	height: 100%;
	max-width: 100%!important;
	justify-content: center;
	align-items: center;
	width: 100%;
}

div#modalSlideUp {
	width: 100%;
	z-index: 999999;
}

.helpdek .modal .modal-header {
	background-color: #007FF5;
}

.helpdek .modal .modal-header p {
	color: #fdfeff;
	position: relative;
	top: -10px;
}

button.close.minus {
	right: 60px;
}

button.close {
	color: white;
	position: relative;
}

button.close:after {
	content: "";
	position: absolute;
	width: 30px;
	border-radius: 100%;
	border: 1px solid white;
	height: 30px;
	top: 12px;
	left: 11px;
}

.accordionpop {
	margin-top: 10px;
}

.accordionpop .btn.collapsed {
	background-color: lightgrey;
	border: none;
}

.fullh {
	height: 23vh;
	position: relative;
}

.fixedb {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.formcard {
	margin-bottom: -10px;
}

p.namec {
	font-size: 20px;
	margin-top: 10px;
	margin-bottom: 0;
	font-weight: lighter;
	color: #007FF5;
}

.helpdek .list-group-item {
	font-size: 12px;
	padding: 0 8px;
	background: #d3d3d34d;
}

.helpdek .list-group-item p {
	font-size: 11px;
	margin: 2px 0;
	word-wrap: break-word;
}

.em-il {
	font-size: 12px;
	word-wrap: break-word;
}

@media (max-width: 980px) {
	.helpdek .modal {
		position: absolute;
		overflow: scroll!important;
		height: auto!important;
	}
}

/*******AMMINISTRAZIONE*é********/

.amm .secondary-sidebar .main-menu>li.active>a {
	margin: 10px 0;
}

.amm .secondary-sidebar ul li a>.title {
	line-height: 26px;
}

.amm .card .card-header {
	font-size: 12px;
}

.amm .card-title {
	font-size: 40px;
	color: #007FF5;
	font-weight: lighter;
}

.amm .cont-c {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px;
}

.text-card.left-ca {
	text-align: end;
}

.text-card p {
	font-size: 12px;
	line-height: 10px;
}

@media (max-width: 1024px) {
	.amm .secondary-sidebar {
		width: 36.8%;
	}
}

@media (min-width: 991px) {
	.content-area {
		min-height: calc(100% - 60px);
		margin-left: 70px;
		display: flex;
		align-items: stretch;
	}
}

table {
	width: 100%;
}

.settings-menu.dash {
	max-height: calc(100vh - 60px);
	overflow: auto;
}

.settings-menu.dash .card:hover {
	border: 1px solid #197FED;
}

.header .brand-dropdown-toggle {
	padding: 0;
	margin-right: 5px;
	transition: all cubic-bezier(0.4, 0, 0.2, 1) 180ms;
}

.header .brand-dropdown-toggle:hover {
	box-shadow: 0px 0px 0px 4px rgba(33, 33, 33, 0.14);
}

.header .brand-dropdown-toggle.active, .header .brand-dropdown-toggle:active {
	box-shadow: 0px 0px 0px 4px rgba(117, 117, 117, 0.45);
}

.easy-autocomplete-container {
	width: max-content;
}

.easy-autocomplete {
	width: 100% !important
}

.fs-wrap {
	display: block;
	width: 100%;
}

.form-group .fs-label-wrap {
	border: 0px;
}

.fs-dropdown {
	width: 100%;
	z-index: 10000;
}

.fs-wrap.multiple .fs-option.selected .fs-checkbox i {
	background-color: #197FED;
}


.tooltip {
	background-color: white !important;
	color: #333 !important;
	padding: 5px 10px !important;
	border-radius: 4px !important;
	font-size: 13px !important;
	max-width: 250px !important; 
}

.tooltip-inner {
	background-color: white !important;
	color: #333 !important;
	padding: 5px 10px !important;
	border-radius: 4px !important;
	font-size: 13px !important;
}

.tooltip-inner p {
	padding: 0px;
}

.select2-results li .preview-answer-button {
	display: none;
}

.select2-results li:hover .preview-answer-button {
	display: block !important;
	flex: 10%;
}

.select2-text {
	flex: 90%;
}

.popover-container {
	flex: 1;
	padding: 20px;
}

.form-wrap.form-builder .stage-wrap.empty {
	border: none !important;
}

.form-wrap.form-builder .stage-wrap.empty::after {
	top: 30px  !important;
}

#build-wrap {
	border: 1px solid rgba(33,33,33,0.14);
}

#build-wrap li {
	border-bottom: 1px solid rgba(33,33,33,0.14);
}

.chat-messages {
	width: 100%;
}

.chat-messages .messages {
	border: 1px solid #ccc;

}

.chat-messages .messages .message {
	margin-left: 10px;
	margin-right: 10px;
}

.chat-messages .messages .message .message-sender {
	font-weight: bold;
}

.chat-messages .messages .message .message-body {
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
}

.chat-messages .messages .message:last-child .message-body {
	border-bottom: none;
}

#conversation-window .message.mine {
	color: darkslategray
}

.form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background: #ffffff !important;
    color: rgb(0, 0, 0) !important;
    cursor: not-allowed;
}

.page-sidebar a, .page-sidebar button {
    color: #ffffff !important;
}

li.active i.pg-icon {
	color: #197fed !important;
}

i.pg-icon:hover {
    color: #197fed !important;
}

.link-table {
    padding: 0px;
    border: 1px solid #ccc;
    width: 98%;
    text-align: left;
    margin: 0 auto;
    padding-top: 10px;
    background: #e2e2e2;
}

a.links-tables {
    border: 1px solid #ccc;
    padding: 10px;
    padding-bottom: 0px;
    margin-bottom: 10px;
    background: #fff;
}

.card-body {
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-top: 0px;
}

.btn-primary.active, .btn-primary:not(:disabled):not(.disabled):active, .btn-primary.active:focus, .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled):active:hover, .btn-primary .show .dropdown-toggle.btn-primary {
    background-color: #197fed;
    color: #fff;
    border: 1px solid rgb(25, 127, 237);
    border-bottom: 1px solid rgb(25, 127, 237);
    box-shadow: none;
}

.card .card-header {
    background: #fff;
    border-radius: 0px;
    border-bottom: 0px;
    padding: 16px 20px 7px 20px;
    position: relative;
    z-index: 3;
    min-height: 42px;
    border: 1px solid #ccc;
}

.modal {
	z-index: 1060;
}

.modal-backdrop {
	z-index: 1052;
}