/************************************/
/* script: custom.css               */
/* author: Luigi Quesada            */
/* agency: Better Life Srl          */
/* released: 11 Febbraio 2020       */
/************************************/

body {
	background-color: #F2F3FA;
	background-repeat: no-repeat;
	background-size: cover;
}

.form-control {
	padding-left: 6px;
	padding-right: 6px;
}

.redstroke {
	font-weight: bold;
	border: 1px solid red;
	color: red;
}

.greenstroke {
	font-weight: bold;
	border: 1px solid green;
	color: green;
}

.login {
	background-image: url(../img/blog/water.jpg);
}

.login-font-style {
	color: #4D99CE;
}

.error {
    background-image: url(../img/icons/server-error-2.svg);
    background-position: 80% 10px;
	background-size: unset;
}

.login-content {
	max-width: 400px;
	margin: 300px auto 100px;
}

.auth-head-icon {
	position: relative;
	height: 60px;
	width: 60px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	font-size: 30px;
	background-color: #fff;
	color: #5c6bc0;
	box-shadow: 0 5px 20px #d6dee4;
	border-radius: 50%;
	transform: translateY(-50%);
	z-index: 2;
}

#imgHeaderLogo {
	margin-top: 0px;
}

#imgLoginLogo {
	margin-top: 10px;
}

#imgRecoverLogo {
	margin-top: 10px;
}

a.href_link  { color: #8080FF; text-decoration: none; }
a.href_link2 { color: #8080FF; text-decoration: none; }
a.href_link3 { color: #9BC737; text-decoration: none; font-weight:700; font-size:1.75rem; }
a.href_link3:hover { color: #CFE49C; text-decoration: none; font-weight:700; font-size:1.75rem; }
a.href_link4 { color: #9BC737; text-decoration: none; font-weight:600; font-size:1.25rem; }
a.href_link4:hover { color: #CFE49C; text-decoration: none; font-weight:600; font-size:1.25rem; }
a.href_link5 { color: #FFFFFF; text-decoration: none; }

.error-content {
	max-width: 620px;
	margin: 200px auto 0;
}

.error-icon {
	height: 160px;
	width: 160px;
	background-image: url(/assets/img/icons/server-error.svg);
	background-size: cover;
	background-repeat: no-repeat;
	margin-right: 80px;
}

.error-code {
	font-size: 75px;
	color: #5c6bc0;
}

.form-control-line {
    padding-left: 4px;
}

.profile-noimage {
    height: 36px;
    width: 36px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
}

.profile-noimage-big {
    height: 64px;
    width: 64px;
    background-color: #bbb;
    border-radius: 50%;
    display: inline-block;
	margin-left: -20px;
	margin-right: 20px;
	font-size: 24px;
}

#divSystemClock {
	color: #4C6C8B;
	font-size: 15px;
}

#divSystemTicketAssistance {
/* 	margin-top: 10px;
	margin-left: 10px; */
}

#divCustomerPhone {
	color: #FF7011;
	font-weight: bold;
	font-size: 24px;
	margin-left: 100px;
}

.sidebar-footer {
	color: #627d88;
}

.page-wrapper {
    width: 100%;
    min-height: 100%;
    position: absolute;
    overflow: hidden;
}

.page-navigator {
	width: 100%;
	font-size: 13px;
	margin-top: -5px;
}

.pagination1 {
  list-style: none;
  display: inline-block;
  padding: 0;
  margin-top: 10px;
}

.pagination1 li {
  display: inline;
  text-align: center;
}

.pagination1 a {
  float: left;
  display: block;
  font-size: 14px;
  text-decoration: none;
  padding: 5px 12px;
  color: #fff;
  margin-left: -1px;
  border: 1px solid transparent;
  line-height: 1.5;
}

.pagination1 a.active {
  cursor: default;
}

.pagination1 a:active {
  outline: none;
}

.modal-1 li:first-child a {
  -moz-border-radius: 6px 0 0 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 0 0 6px;
}

.modal-1 li:last-child a {
  -moz-border-radius: 0 6px 6px 0;
  -webkit-border-radius: 0;
  border-radius: 0 6px 6px 0;
}

.modal-1 a {
  border-color: #ddd;
  color: #4285F4;
  background: #fff;
}

.modal-1 a:hover {
  background: #eee;
}

.modal-1 a.active, .modal-1 a:active {
  border-color: #4285F4;
  background: #4285F4;
  color: #fff;
}

.modal-2 li a {
  -moz-border-radius: 6px 6px 6px 6px;
  -webkit-border-radius: 6px;
  border-radius: 6px 6px 6px 6px;
}

.modal-2 a {
  border-color: #ddd;
  color: #4285F4;
  background: #fff;
}

.modal-2 a:hover {
  background: #eee;
}

.modal-2 a.active, .modal-2 a:active {
  border-color: #4285F4;
  background: #4285F4;
  color: #fff;
}

th {
	text-align: center;
}

.datetimepicker th {
    width: 35px;
    height: 35px;
}

.datetimepicker td {
    width: 35px;
    height: 35px;
}

.thumbnail {
	float: left;
	margin-bottom: 20px;
	margin-right: 30px;
	width: 120px;
	height: 170px;
}

.thumbnail-image {
	width: 120px;
	height: 120px;
	border-radius: 20px;
	border: 1px solid #CCCCCC;
}

.thumbnail-details {
	color: #666666;
	font-size: 10px;
	text-align: center;
	height: 20px;
}

.thumbnail-actions {
	text-align: center;
	border: 1px solid white;
}

.k-column-menu .k-menu:not(.k-context-menu) .k-item.k-state-selected, .k-columnmenu-item.k-state-selected, .k-list .k-item.k-state-selected, .k-list-container .k-button.k-state-active, .k-list-container .k-button:active, .k-list-optionlabel.k-state-selected, .k-spreadsheet-popup .k-button.k-state-active, .k-spreadsheet-popup .k-button.k-state-selected, .k-spreadsheet-popup .k-button:active {
    background-color: #3498DB;
}

.k-list .k-item.k-state-hover.k-state-selected, .k-list .k-item:hover.k-state-selected, .k-list-optionlabel.k-state-hover.k-state-selected, .k-list-optionlabel:hover.k-state-selected {
	background-color: #227FC0;
}

.k-button, .k-button-group .k-state-disabled:not(.k-state-active), .k-button-group.k-state-disabled .k-button:not(.k-state-active), .k-dropdowntree .k-dropdown-wrap, .k-editor-toolbar a.k-tool, .k-fieldselector .k-list li.k-item, .k-gantt-views li, .k-handle, .k-list-container .k-nodata .k-button, .k-map .k-navigator, .k-pivot-toolbar .k-button, .k-scheduler-footer li, .k-scheduler-navigation .k-nav-next, .k-scheduler-navigation .k-nav-prev, .k-scheduler-navigation .k-nav-today, .k-scheduler-views li, .k-spreadsheet-filter {
	background-image: linear-gradient(#3498DB,#3498DB);
	background-color: #3498DB;
	color: white;
}

.k-button, .k-button-group .k-state-disabled:not(.k-state-active), .k-button-group.k-state-disabled .k-button:not(.k-state-active), .k-dropdowntree .k-dropdown-wrap, .k-editor-toolbar a.k-tool, .k-fieldselector .k-list li.k-item, .k-gantt-views li, .k-handle, .k-list-container .k-nodata .k-button, .k-map .k-navigator, .k-pivot-toolbar .k-button, .k-scheduler-footer li, .k-scheduler-navigation .k-nav-next, .k-scheduler-navigation .k-nav-prev, .k-scheduler-navigation .k-nav-today, .k-scheduler-views li, .k-spreadsheet-filter {
	background-image: linear-gradient(#3498DB,#3498DB);
	background-color: #3498DB;
	color: white;
	height: 30px;
}

.k-action-buttons .k-button.k-state-hover, .k-action-buttons .k-button:hover, .k-button.k-state-hover, .k-button:hover, .k-dropdowntree .k-dropdown-wrap.k-state-hover, .k-dropdowntree .k-dropdown-wrap:hover, .k-editor-toolbar a.k-tool.k-state-hover, .k-editor-toolbar a.k-tool:hover, .k-fieldselector .k-list li.k-item.k-state-hover, .k-fieldselector .k-list li.k-item:hover, .k-gantt-views li.k-state-hover, .k-handle:hover, .k-pivot-toolbar .k-button.k-state-hover, .k-pivot-toolbar .k-button:hover, .k-scheduler-footer li:hover, .k-scheduler-navigation .k-nav-next:hover, .k-scheduler-navigation .k-nav-prev:hover, .k-scheduler-navigation .k-nav-today:hover, .k-scheduler-views li:hover, .k-spreadsheet-filter:hover {
	background-image: linear-gradient(#227FC0,#227FC0);
	background-color: #227FC0;
	color: white;
	height: 30px;
}

.k-content {
	font-family: sans-serif, Arial;
	box-shadow: 0 3px 25px 0 rgba(53,73,95,.1);
}

.k-dropdowntree .k-multiselect-wrap, .k-multiselect .k-multiselect-wrap {
	min-height: 36px;
}

.k-dropdowntree:hover .k-multiselect-wrap:hover, .k-multiselect:hover .k-multiselect-wrap:hover {
	border-color: #5C6BC0;
}

.k-icon {
	font-size: 20px;
	margin-top: 3px;
}
.k-dropdowntree .k-multiselect-wrap li .k-icon, .k-multiselect .k-multiselect-wrap li .k-icon {
    font-size: 16px;
}

.btn-right-aligned {
	position: relative;
	margin-top: 24px;
	margin-left: -10px;
}

label {
    margin-bottom: .1rem;
}

label.mini {
    margin-bottom: .1rem;
	font-style: italic;
	font-size: 11px;
}

label.mini2 {
    margin-bottom: .1rem;
	font-size: 10px;
}

.select-css {
	font-size: 13px;
	color: #495057;
	padding: .6em 0.3em .3em .9em;
	width: 40px;
	border-color: #ADADAD;
	background-color: #E1E1E1;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2212%22%20height%3D%2212%22%20viewBox%3D%220%200%2012%2012%22%3E%3Ctitle%3Edown-arrow%3C%2Ftitle%3E%3Cg%20fill%3D%22%23000000%22%3E%3Cpath%20d%3D%22M10.293%2C3.293%2C6%2C7.586%2C1.707%2C3.293A1%2C1%2C0%2C0%2C0%2C.293%2C4.707l5%2C5a1%2C1%2C0%2C0%2C0%2C1.414%2C0l5-5a1%2C1%2C0%2C1%2C0-1.414-1.414Z%22%20fill%3D%22%23565656%22%3E%3C%2Fpath%3E%3C%2Fg%3E%3C%2Fsvg%3E");
	background-repeat: no-repeat, repeat;
	background-position: left .3em top 50%, 0 0;
	background-size: .65em auto, 100%;
	margin-left: -39px;
    margin-top: 23px;
}

.select-css:focus {
	background-color: #E5F1FB;
}

.select-css option {
	background-color: #FFFFFF;
}

.cloud-section-menu {
	text-align: left;
	width:100%;
	padding: 3px 5px 2px 5px;
	margin: 0px 5px 5px 0px;
}

.cloud-section-menu {
	border: 1px solid #9BD2B0;
	background-color: #ECF6F0;
}

.cloud-section-menu.selected {
	border: 1px solid #FCC100;
	background-color: #FFE492;
}

.cloud-section-sx {
	float: left;
	width: 30%;
}

.cloud-section-dx {
	float: left;
	width: 65%;
}

.cloud-folder-box {
	float: left;
	width: 100%;
	border: 1px solid #FCC100;
	margin-left: 10px;
	margin-bottom: 5px;
	padding: 10px 10px 10px 10px;
	background-color: #fff;
}

.paragraph-bottomline {
	border-bottom: 1px solid #eee;
}

.paragraph-bottomline-2 {
	margin-top: 12px;
	border-bottom: 1px solid #eee;
}

.cloud-item {
	width: 100%;
	height: 30px;
}

.cloud-arrow {
	float: left;
	width: 5%;
	height: 30px;
	padding-left: 5px;
	padding-top: 2px;
}

.cloud-description {
	float: left;
	width: 70%;
	height: 30px;
	padding-top: 5px;
}

.cloud-span-description {
	color: #8080FF;
}

.cloud-actions {
	float: right;
	height: 30px;
	margin-right: 4px;
	padding-top: 4px;
}

.fee_total {
	font-weight: bold;
}

.ibox {
  position: static !important;
  box-shadow: 0 10px 20px rgba(0,0,0,.1);
}

.button-image {
	margin-right: 4px;
	display: inline-block;
}

.input-datepicker-eraser {
	background-color: #FFFFFF;
	cursor: pointer;
	padding: 6px 0 0 6px;
	color: #71808f;
	-webkit-border-radius: 2px !important;
	border-radius: 2px !important;
	border: 1px solid #e9ecef;
	width: 30px;
	margin-left: -1px;
}

.ClickToCall {
	cursor: pointer; 
}

#counters_totals {
	margin-bottom: 45px;
}

#counter_cell {
	float: right;
	text-align: center;
	min-width: 120px;
	height: 30px;
	border: 1px solid #FAA13E;
	margin-left: 4px;
	margin-right: 12px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
	padding-top: 4px;
	padding-right: 5px;
	color: green;
}

#counter_cell_small {
	float: right;
	text-align: center;
	min-width:90px;
	height: 30px;
	border: 1px solid #FAA13E;
	margin-left: 4px;
	margin-right: 12px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 14px;
	padding-top: 4px;
	padding-right: 5px;
	color: green;
}

.counter_title {
    float: left;
    text-align: left;
    font-size: 9px;
    color: #333;
    margin-left: 5px;
    margin-top: -2px;
	margin-right: 10px;
}

#square_container {
	float: right;
	width: 125px;
	height: 25px;
	border: 1px solid #FAA13E;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 2px 2px 2px 2px;
	margin-right: 10px;
	margin-bottom: 10px;
}

#square_box {
	float: left;
	min-width: 20px;
	height: 20px;
	border: 1px solid #FAA13E;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}

.square_title {
	position: relative;
	font-size: 9px;
    color: #333;
	margin-left: 5px;
	bottom: 2px;
}

.content-wrapper {
	overflow: auto;
	height: 100%;
}

.customer_layout {
	background-color: white;
	background-image: url('../../images/layout/customer_area_background_image.png');
	background-repeat: no-repeat;
	background-position: center 600px;
	background-size: 120%;
}

.customer_menu {
	background-color: #081D3C;
}

.customer_footer {
	background-color: #081D3C;
}

.customer_buttons {
	width: 200px;
}

a.customer_href_link3 { color: #666666; text-decoration: none; font-weight:700; font-size:1.75rem; }
a.customer_href_link3:hover { color: #999999; text-decoration: none; font-weight:700; font-size:1.75rem; }
a.customer_href_link4 { color: #666666; text-decoration: none; font-weight:600; font-size:1.25rem; }
a.customer_href_link4:hover { color: #999999; text-decoration: none; font-weight:600; font-size:1.25rem; }

.btn-p100 {
	height: 33px;
	width: 140px;
}

#map {
	width: 100%;
	height: 800px;
	border: 1px solid #FAA13E;
}

.mt2 { margin-top: 2px; }
.mt4 { margin-top: 4px; }
.mt6 { margin-top: 6px; }
.mt8 { margin-top: 8px; }
.mt10 { margin-top: 10px; }
.mt20 { margin-top: 20px; }
.mt25 { margin-top: 25px; }

.mb2 { margin-bottom: 2px; }
.mb4 { margin-bottom: 4px; }
.mb6 { margin-bottom: 6px; }

.ml4 { margin-left: 4px; }
.ml8 { margin-left: 8px; }
.ml12 { margin-left: 12px; }

.mr4 { margin-right: 4px; }
.mr8 { margin-right: 8px; }
.mr12 { margin-right: 12px; }

.w28 { width: 28px; }

.customer-layout-center {
	text-align: center;
	width: 100%;
}

.lead-double {
	width: 100%;
	border: 1px solid #FF0000;
	background-color: #FF5B5B;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-radius: 3px;
}

.lead-double:hover {
	width: 100%;
	border: 1px solid #FF5B5B;
	background-color: #FF9F9F;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}

.lead-sake {
	width: 100%;
	border: 1px solid #FF7901;
	background-color: #FFA85B;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-radius: 3px;
}

.lead-sake:hover {
	width: 100%;
	border: 1px solid #FFA85B;
	background-color: #FFCC9F;
	padding: 5px 5px 5px 5px;
	text-align: center;
	border-radius: 3px;
	cursor: pointer;
}

.no-margin-bottom {
	margin-bottom: 0px;
}

.button-zip-download {
	position: absolute;
	margin-top: -25px;
	margin-left: 500px;
}

.button-zip-email {
	position: absolute;
	margin-top: -25px;
	margin-left: 540px;
}

 .btn-mini {
    height: 23px;
    width: 23px;
}

.btn-primary {
	background-color: #EE7834;
	border-color: #EE7834;
}

.btn-primary:hover {
	background-color: #C05514;
	border-color: #C05514;
}

.btn-rounded {
  -webkit-border-radius: 50px !important;
  border-radius: 50px !important;
  padding-top: 16px;
  padding-bottom: 16px;
  width: 200px;
  font-size: 17px;
}

.btn-rounded-small {
  -webkit-border-radius: 50px !important;
  border-radius: 50px !important;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 17px;
}

.text-primary-orange {
	color: #EE7834;
}

.text-primary-orange:hover {
	color: #C05514;
}

.ui-switch input:checked ~ span::after {
  background-color: #EE7834;
}

.modal-2 a.active, .modal-2 a:active {
  border-color: #EE7834;
  background: #EE7834;
}

.table thead th {
  background-color: #4D99CE;
  color: #FFFFFF;
}

th a.href_link {
	color: #FFFFFF;
}

.span-marginality-perc {
  position: absolute;
  margin-top: 30px;
  margin-left: 150px;
  font-weight: bold;
}

/* ----------------------------------------------------- CUSTOM CLOUD MODULE */ 

.btn_pencil {
	display: inline;
}

.btn_pencil > img {
	max-width: 10px;
	margin: 0px 3px 0 3px;
}

.btn_delete {
	display: inline;
	margin-left: 2px;
}

.btn_delete > img {
	max-width: 10px;
}

#imgDragArrow {
	max-width: 14px;
	margin-left: 37px;
}

.btn_dw {
	cursor: pointer;
    display: flex;
    justify-content: end;
    align-items: end;
    float: right;
	margin-left: 4px;
	max-width: 10px;
	margin-top: 3px;
}

.btn_up {
	cursor: pointer;
    display: flex;
    justify-content: end;
    align-items: end;
    float: right;
	max-width: 10px;
	margin-top: 3px;
}

.btn_enable {
	display: inline;
}

.btn_enable > img {
	max-width: 15px;
	margin-right: 2px;
}

.btn_enable_fld {
	cursor: pointer;
    display: flex;
    justify-content: end;
    align-items: end;
    float: right;
	max-width: 15px;
	margin-top: 3px;
	margin-right: 7px;
}

/* ----------------------------------------------------- */