/* GRADIENT LISTS
============================================= */
/* ---------------------------------------------------------------------------------------------------- */
/* FONT ----------------------------------------------------------------------------------------------- */
/* ---------------------------------------------------------------------------------------------------- */
@font-face {
  font-family: neue-haas-grotesk-display, sans-serif;
  font-weight: 400;
  font-style: normal;
}
/* BG IMAGES
============================================= */
/* FLEXBOX
============================================= */
/* OPACITY
============================================= */
/* TRANSITION
============================================= */
/* TRANSFORM
============================================= */
/* BORDER RADIUS
============================================= */
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* HTML ELEMENTS ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
body.stop-transitions * {
  transition: none !important;
}

a {
  color: #252525;
  cursor: pointer;
  text-decoration: none;
}
a:hover {
  color: #414D58;
}

img {
  max-width: 100%;
}

strong {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

body {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  font-size: min(max(14px, 2.5vw), 16px);
  line-height: min(max(24px, 2.7vw), 26px);
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
}

p {
  font-size: min(max(14px, 2.5vw), 16px);
  line-height: min(max(24px, 2.7vw), 26px);
}

h1, h2 {
  color: #3F4250;
  font-size: 26px;
  font-size: min(max(23px, 2.3vw), 26px);
  /*line-height: min(max(35px, 4vw), 60px);*/
  font-weight: 900;
}
h1 i, h2 i {
  color: #252525;
}
h1 .blu-btn i, h2 .blu-btn i {
  color: #252525;
}

.k-text-left i {
  margin-right: 8px;
}
.k-text-left i.icon-rounded {
  float: right;
  font-size: 22px;
  margin-right: 10px;
  margin-right: 0;
}

h3.background {
  padding: 0 20px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  background: #414D58;
  color: #88171E;
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  /*display: block;*/
  font-size: min(max(12px, 2vw), 14px);
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
  flex-wrap: 40px;
  position: relative;
}
h3.background i.icon-rounded {
  position: absolute;
  right: 8px;
  top: -2px;
}

.container-full {
  max-width: 1300px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

.container-small {
  max-width: 800px;
  margin: 0 auto;
  width: calc(100% - 40px);
}

.main-head {
  padding: 10px;
}
.main-head nav h2 {
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  font-size: 14px;
  margin-left: 20px;
  padding-left: 20px;
  line-height: 30px;
  border-left: 1px solid #ebebeb;
  border-bottom: none;
  text-align: left;
  padding-top: 10px;
}

.txt-center {
  text-align: center;
}

.demo-section {
  width: calc(100vw - 40px);
}

footer {
  background: #88171E;
  padding: 20px 0;
}
footer .container-full {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
}
footer p {
  color: #fff;
}
footer a, footer a:visited, footer a:focus {
  color: #fff;
}

.logout {
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row-reverse;
  flex-wrap: nowrap;
}
.logout span {
  margin-left: 15px;
}

#breadcrumb {
  background: #F4F7FB;
}
#breadcrumb .container-full {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 14px;
  line-height: 50px;
}
#breadcrumb .container-full li {
  margin-right: 8px;
}
#breadcrumb .container-full a {
  color: #252525;
}
#breadcrumb .container-full .right {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

.k-breadcrumb .k-breadcrumb-root-link {
  margin-right: 0;
}

.k-breadcrumb .k-breadcrumb-root-link:hover, .k-breadcrumb .k-breadcrumb-root-link.k-state-hover {
  background-color: #414D58;
}

.k-expander {
  margin-top: 8px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* COLUMNS ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.half {
  width: calc(50% - 20px);
}

.one-third {
  width: calc(33.3333333333% - 30px);
}

.full {
  width: 100%;
}

.one {
  width: calc(8.3333333333% - 30px);
}

.two {
  width: calc(16.6666666667% - 30px);
}

.three {
  width: calc(25% - 30px);
}

.four {
  width: calc(33.3333333333% - 30px);
}

.five {
  width: calc(41.6666666667% - 30px);
}

.six {
  width: calc(50% - 30px);
}

.seven {
  width: calc(58.3333333333% - 30px);
}

.eight {
  width: calc(66.6666666667% - 30px);
}

.nine {
  width: calc(75% - 30px);
}

.ten {
  width: calc(83.3333333333% - 30px);
}

.eleven {
  width: calc(91.6666666667% - 30px);
}

.twelve {
  width: 100%;
}

.one, .two, .three, .four, .five, .six, .seven, .eight, .nine, .ten, .eleven, .twelve, .half, .one-third {
  margin-right: 30px;
}
.one:last-child, .two:last-child, .three:last-child, .four:last-child, .five:last-child, .six:last-child, .seven:last-child, .eight:last-child, .nine:last-child, .ten:last-child, .eleven:last-child, .twelve:last-child, .half:last-child, .one-third:last-child {
  margin-right: 0;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* PAGINE VARIE ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.login-container {
  background-image: url("/library/pagination/images/login-bg.jpg");
  background-size: cover;
  background-position: 50% 50%;
  text-align: center;
  width: 100vw;
  height: 100vh;
  background-color: #88171E;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: 100vh;
}
.login-container .k-form {
  width: 460px;
  padding: 65px 30px 30px 30px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #252525;
  background-image: url("/library/pagination/images/terno.svg");
  background-position: 50% 25px;
  background-repeat: no-repeat;
}
.login-container .k-form .k-form-field-wrap {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.login-container .k-form .k-form-legend {
  display: none;
}
.login-container .k-form .k-label, .login-container .k-form kendo-label, .login-container .k-form .k-form-label {
  color: #fff;
}
.login-container .k-form .k-form-field:last-child {
  text-align: center;
}
.login-container .k-form .k-form-field:last-child #remember-form-label {
  position: relative;
  margin-right: 15px;
  top: 4px;
  width: auto;
  display: inline-block;
}
.login-container .k-form .k-form-field:last-child .k-form-field-wrap {
  float: none;
}
.login-container .k-form .k-form-buttons {
  flex-direction: column;
}
.login-container .k-form .k-form-buttons .k-button.k-primary {
  background: -webkit-linear-gradient(top, #C20E1A, #88171E);
  background: -moz-linear-gradient(top, #C20E1A, #88171E);
  background: -ms-linear-gradient(top, #C20E1A, #88171E);
  background: -o-linear-gradient(top, #C20E1A, #88171E);
  background: linear-gradient(top, #C20E1A, #88171E);
  color: #fff;
  text-transform: uppercase;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 3% 0 0 0;
}
.login-container .k-form .k-form-buttons .k-button.k-primary:hover {
  background: #C20E1A;
}
.login-container .k-form .k-form-buttons .k-button.k-primary p {
  font-size: 14px;
}
.login-container p {
  color: #fff;
}
.login-container a {
  color: #fff;
  text-decoration: underline;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
.login-container a:hover {
  color: #D0D6DB;
}
.login-container .k-checkbox {
  outline: 5px solid #C20E1A;
  background: #C20E1A;
}

.k-button.k-primary:focus, .k-button.k-primary.k-state-focused {
  box-shadow: none;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* DASHBOARD ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.k-tilelayout .k-card {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.k-card-body {
  padding-top: 0;
}

.k-tilelayout-item-header h5 {
  display: none;
}

.k-card-header {
  padding: 6px 10px;
  padding-bottom: 1px;
  background: #fff;
  font-size: 20px;
  color: #9EA9B2;
  display: none;
}
.k-card-header span {
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
.k-card-header span:hover {
  color: #79838F;
}
.k-card-header .ti-x {
  float: right;
  cursor: pointer;
}

.k-tilelayout {
  padding: 0 !important;
}
.k-tilelayout .k-card .head {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: 70;
  border-bottom: 1px solid #252525;
}
.k-tilelayout .k-card .head h3 {
  color: #79838F;
  font-size: min(max(18px, 1vw), 20px);
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
}
.k-tilelayout .k-card .body {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-direction: row;
  flex-wrap: 120;
}
.k-tilelayout .k-card .body h2 {
  color: #252525;
  font-size: min(max(26px, 1.6vw), 32px);
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* COLORS / VARIE ------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.blue {
  color: #252525;
}

.purple {
  color: #C20E1A;
}

.flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}
.flex.align-flex-start {
  align-items: flex-start;
}

.icon-rounded {
  width: 30px;
  height: 30px;
  display: block;
  line-height: 30px;
  font-size: 22px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: #C20E1A;
  color: #414D58;
  text-align: center;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* BTN ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.k-button.k-primary {
  border: none;
  color: #fff;
  background-color: #C20E1A;
  padding: 12px 30px;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  border-radius: 40px;
  background-image: none;
  -webkit-transition: background-color 0.5s ease 0s;
  -moz-transition: background-color 0.5s ease 0s;
  -ms-transition: background-color 0.5s ease 0s;
  -o-transition: background-color 0.5s ease 0s;
  transition: background-color 0.5s ease 0s;
}
.k-button.k-primary:hover {
  background-color: #88171E;
  background-image: none;
  color: #fff;
}

.red-btn-small {
  /*@include gradient(top, $gradientNero);*/
  background: #88171E;
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  padding: 7px 20px;
  color: #fff !important;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  font-size: 14px;
  margin-top: 15px;
  display: block;
}
.red-btn-small i {
  color: #252525;
  font-size: 18px;
}
.red-btn-small:hover {
  background: #C20E1A;
  color: #fff;
}

a.red-btn {
  background: #88171E;
  font-family: nimbus-sans, sans-serif;
  font-weight: 300;
  font-style: normal;
  text-transform: uppercase;
  padding: 7px 20px;
  color: #fff;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  display: inline-block;
  height: auto;
}
a.red-btn img {
  height: 30px;
  width: auto;
  margin-left: 15px;
}
a.red-btn .ti {
  margin-left: 15px;
}
a.red-btn:hover {
  background: #C20E1A;
}
a.red-btn.azzurro {
  color: #414D58;
}
a.red-btn.off {
  background: #3F4250;
}

.blu-btn {
  /*@include gradient(top, $gradientNero);*/
  background: #252525;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 7px 25px;
  color: #252525;
  border: none;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}
.blu-btn:hover {
  background: #414D58;
}

.yellow-btn {
  background: #eed880;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 7px 25px;
  color: #252525;
  border: 1px solid #eed880;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}
.yellow-btn:hover {
  background: #FCEBA6;
}

.grey-btn {
  /*@include gradient(top, $gradientNero);*/
  background: #F4F7FB;
  font-family: nimbus-sans, sans-serif;
  font-weight: 700;
  font-style: normal;
  padding: 7px 25px;
  color: #252525;
  border: 1px solid #F4F7FB;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
}
.grey-btn:hover {
  background: #79838F;
  color: #fff;
}

.square-btn {
  padding: 0 !important;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  display: inline-block;
}

.k-button-group .k-group-start, .k-button-group .k-button:first-child, .k-split-button > .k-button:first-child {
  -webkit-border-radius: 8px 0 0 8px;
  -moz-border-radius: 8px 0 0 8px;
  border-radius: 8px 0 0 8px;
}

.k-button-group .k-group-end, .k-button-group .k-button:last-child, .k-split-button > .k-split-button-arrow, .k-split-button > .k-button:last-child {
  -webkit-border-radius: 0 8px 8px 0;
  -moz-border-radius: 0 8px 8px 0;
  border-radius: 0 8px 8px 0;
}

.file-info .k-button-group .k-button:last-child {
  border-left: 1px solid #C20E1A;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* TABS ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
#tabstrip {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease 0s;
  -moz-transition: opacity 0.5s ease 0s;
  -ms-transition: opacity 0.5s ease 0s;
  -o-transition: opacity 0.5s ease 0s;
  transition: opacity 0.5s ease 0s;
}
#tabstrip.visible {
  opacity: 1;
}

.k-header.k-tabstrip {
  font-family: nimbus-sans, sans-serif;
  font-weight: 400;
  font-style: normal;
  background-color: #F4F7FB;
}
.k-header.k-tabstrip .k-tabstrip-items .k-item {
  padding: 0 40px;
  /*border-right: 1px solid #fff;*/
  /*&:last-child, &.k-state-active {
    border-right: none;
  }*/
}
.k-header.k-tabstrip h2 {
  margin-bottom: 0;
  padding-bottom: 10px;
  border-bottom: none;
  font-size: 18px;
  -webkit-transition: color 0.5s ease 0s;
  -moz-transition: color 0.5s ease 0s;
  -ms-transition: color 0.5s ease 0s;
  -o-transition: color 0.5s ease 0s;
  transition: color 0.5s ease 0s;
}
.k-header.k-tabstrip h2:hover {
  color: #252525;
}
.k-header.k-tabstrip .k-link {
  color: #252525;
  text-transform: uppercase;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* FILE UPLOADER ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.dropZoneElement {
  position: relative;
  display: inline-block;
  background-color: #f8f8f8;
  border: 1px solid #c7c7c7;
  width: 398px;
  height: 200px;
  text-align: center;
}

.textWrapper {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  font-size: 18px;
  line-height: 1.2em;
  font-family: Arial, Helvetica, sans-serif;
  color: #000;
}

.dropImageHereText {
  color: #c7c7c7;
  text-transform: uppercase;
  font-size: 12px;
}

.wrapper:after {
  content: ".";
  display: inline-block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.or {
  margin: auto;
  text-align: center;
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -45%);
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																								    	*/
/* CHANGE LANG ----------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.change-lang {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  margin-bottom: 20px;
}
.change-lang span {
  padding: 8px 20px;
  background: #3F4250;
  border: 3px solid #F4F7FB;
  font-weight: 700;
  color: #fff;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
  margin: 5px;
  -webkit-transition: border 0.5s ease 0s;
  -moz-transition: border 0.5s ease 0s;
  -ms-transition: border 0.5s ease 0s;
  -o-transition: border 0.5s ease 0s;
  transition: border 0.5s ease 0s;
  cursor: pointer;
}
.change-lang span:hover {
  background-color: #252525;
}
.change-lang span img {
  width: 20px;
  margin-right: 10px;
}
.change-lang span.active {
  background: #3F4250;
  border: 3px solid #252525;
  box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
}
.change-lang span.active:hover {
  background-color: #252525;
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																								    	*/
/* FILE MANAGER ----------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
#filemanager {
  border: none;
}
#filemanager .k-filemanager-content-container {
  background: #F4F7FB;
  padding-top: 10px;
}
#filemanager .k-filemanager-header {
  border-color: #D0D6DB;
  background-color: #F4F7FB;
}
#filemanager .k-toolbar {
  background-color: #F4F7FB;
  border: none;
}
#filemanager .k-splitbar {
  background-color: #F4F7FB;
}
#filemanager .k-switch-off .k-switch-handle {
  border-color: #252525;
  background: -webkit-linear-gradient(top, #414D58, #252525);
  background: -moz-linear-gradient(top, #414D58, #252525);
  background: -ms-linear-gradient(top, #414D58, #252525);
  background: -o-linear-gradient(top, #414D58, #252525);
  background: linear-gradient(top, #414D58, #252525);
}
#filemanager .k-filemanager-search-tool {
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  height: 40px;
}
#filemanager .k-filemanager-navigation {
  width: clamp(150px, 20%, 300px);
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  border: none;
}
#filemanager .k-filemanager-breadcrumb {
  background: -webkit-linear-gradient(top, #414D58, #252525);
  background: -moz-linear-gradient(top, #414D58, #252525);
  background: -ms-linear-gradient(top, #414D58, #252525);
  background: -o-linear-gradient(top, #414D58, #252525);
  background: linear-gradient(top, #414D58, #252525);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
#filemanager .k-filemanager-breadcrumb .k-breadcrumb-link {
  color: #252525;
}
#filemanager .k-filemanager-listview .k-listview-item {
  width: 150px;
  height: 150px;
  padding: 10px;
  cursor: pointer;
}
#filemanager .k-filemanager-listview .k-filemanager-view .k-i-file-image {
  width: 100px;
  height: 100px;
  border: 2px solid #79838F;
  background-color: #F4F7FB;
}
#filemanager th.k-sorted {
  background-color: #252525;
}
#filemanager .k-grid tr.k-state-selected > td {
  background: #F4F7FB;
}
#filemanager .k-treeview .k-item {
  cursor: pointer;
}
#filemanager .k-treeview .k-item .k-i-expand, #filemanager .k-treeview .k-item .k-i-collapse {
  margin-left: 3px;
}
#filemanager .k-treeview .k-item::before {
  font-size: 16px;
  font-family: "WebComponentsIcons";
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  line-height: 1;
  text-transform: none;
  -moz-osx-font-smoothing: grayscale;
  content: "\e900";
  font-size: 28px;
  color: #252525;
  float: left;
  margin-right: 5px;
}
#filemanager .k-grid td {
  cursor: pointer;
}
#filemanager .k-filemanager-preview {
  min-width: 350px;
  max-width: 415px;
  background: #F4F7FB;
  border: none;
  padding: 0 16px 16px;
}
#filemanager .k-filemanager-preview .undefined {
  text-align: center;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  padding: 30px 10px 15px;
  width: calc(100% - 20px);
  margin-bottom: 20px;
}
#filemanager .k-filemanager-preview .dwlFile, #filemanager .k-filemanager-preview .editImage {
  width: 28px;
  height: 28px;
  margin: 2px;
  padding: 0;
  margin: 0 7.2px;
  font-size: 0;
  outline: none;
  width: 36px;
  height: 36px;
  border: none;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  font-size: 20px;
}
#filemanager .k-filemanager-preview .red-btn-small {
  width: 100%;
  text-align: center;
  padding: 7px 0;
  display: inline-block;
}
#filemanager .change-lang.k-button-group {
  margin-bottom: 20px;
}

.k-filemanager-view .k-i-file-image::before, .k-filemanager-preview .k-i-file-image::before {
  content: "";
}

.k-filemanager-view .k-i-file-image {
  width: 80px;
  height: 80px;
  border: 2px solid #9EA9B2;
  border-radius: 5px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fcfcfc;
}

.root {
  color: #79838F;
  margin-bottom: 8px;
  display: block;
}
.root span {
  color: #252525;
  font-size: 21px;
  margin-right: 10px;
}

/* detailsa / preview */
.contact-form .input-block {
  background: #fff;
  border: solid 1px #9EA9B2;
  width: calc(100% - 33px);
  height: 30px;
  padding: 8px 15px;
  position: relative;
  margin-bottom: 15px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}
.contact-form .input-block textarea {
  text-indent: 0;
  padding-top: 11px;
  width: 100%;
  -webkit-appearance: none !important;
  outline: none;
}
.contact-form .input-block.text-area {
  height: auto;
}
.contact-form .input-block.focus {
  background-color: #fff;
  border: solid 1px #C20E1A;
}
.contact-form .input-block input {
  text-indent: 0;
  padding-top: 15px;
  outline: none;
  -webkit-appearance: none !important;
  font-family: "NeueHaasGrotesk-Roman", Arial, Helvetica, Clean, sans-serif;
  font-weight: 400;
  width: 100%;
  box-shadow: none;
  border: none;
}

.contact-form {
  height: auto;
  resize: none;
}
.contact-form label {
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  position: absolute;
  left: 15px;
  display: block;
  margin: 0;
  font-weight: 300;
  z-index: 1;
  color: #252525;
  font-size: 16px;
  line-height: 10px;
  top: -20px;
  font-size: 16px;
}

.k-filemanager-preview .k-icon {
  width: 250px;
  height: 250px;
  font-size: 250px;
}
.k-filemanager-preview #mediaplayer .k-icon {
  width: 1em;
  height: 1em;
  font-size: 16px;
}
.k-filemanager-preview .k-i-file-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #fcfcfc;
  border: 1px solid #9EA9B2;
  border-radius: 5px;
  display: block;
  margin: 0 auto;
}

.k-filemanager-listview .k-file-icon {
  font-size: 80px;
}

.k-filemanager-listview .k-listview-item {
  width: 150px;
  height: 150px;
}
.k-filemanager-listview .k-listview-item .k-file-icon {
  color: #252525;
}

/* versione lista */
.file-group-icon {
  float: left;
  margin-right: 15px;
}

.k-filemanager-view .k-master-row .k-icon {
  width: 25px;
  height: 25px;
  border: none;
  font-size: 28px;
  color: #252525;
}

.file-info {
  text-align: left;
}

.filename {
  font-weight: bold;
  text-align: left;
  margin: 0;
  font-size: 16px;
  text-align: center;
  color: #C20E1A;
}

#example {
  min-height: 400px;
}

#undo {
  text-align: center;
  position: absolute;
  white-space: nowrap;
  padding: 1em;
  cursor: pointer;
}

.k-window {
  z-index: 100000;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.2);
}
.k-window .k-window-titlebar {
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
  background-color: #252525;
  color: #fff;
}
.k-window .k-dropdown.filter {
  background: #88171E;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  padding: 0 15px;
}
.k-window .k-dropdown.filter .k-input {
  justify-content: flex-start;
  color: #fff;
}

/* fine file manager */
/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* DETTAGLIO CATALOGO --------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.prod-detail {
  /* file manager */
  /* change lang */
  /* .change-lang.k-button-group {

     .k-button {
       padding: 10px 30px;
       background: $grigioscuro;
       border-color: $grigioscuro;
       font-weight: 700;
       color: $bianco;
       @include borderRadius(10px);
       margin: 5px;
       @include transitionEase();
       width: auto;

       &:hover {
         border-color: $nero;
         background-color: $nero;
       }

       img {
         width: 20px;
         margin-right: 10px;
       }
     }

     .k-button.k-state-active, .k-button:active {
       background-color: $bianco;
       box-shadow: inset 0 2px 2px 0 rgba(0, 0, 0, 0.06);
       color: $grigioscuro;

       &:hover {
         border-color: $nero;
         color: $nero;
       }
     }
   }*/
}
.prod-detail.admin .utility .bg h3 {
  background: #88171E;
  color: #fff;
}
.prod-detail.admin .utility .bg h3 i {
  color: #252525;
  margin-right: 6px;
}
.prod-detail.admin .utility .bg h3:hover {
  background: #C20E1A;
}
.prod-detail.admin .utility .closed a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #414D58;
  background: #88171E;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
  margin: 10px -5px;
  padding: 0;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  font-size: 20px;
}
.prod-detail.admin .utility .closed a:hover {
  color: #414D58;
  background: #C20E1A;
}
.prod-detail .k-window {
  box-shadow: 0px 0px 40px 10px rgba(0, 0, 0, 0.2);
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  /*left: inherit!important;
  right: 20px!important;*/
}
.prod-detail .k-window-titlebar {
  border-color: inherit;
  color: #88171E;
  background: -webkit-linear-gradient(top, #414D58, #252525);
  background: -moz-linear-gradient(top, #414D58, #252525);
  background: -ms-linear-gradient(top, #414D58, #252525);
  background: -o-linear-gradient(top, #414D58, #252525);
  background: linear-gradient(top, #414D58, #252525);
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.prod-detail .k-resize-s {
  height: 10px;
  -webkit-border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-border-radius: 10px 10px 0 0;
  -moz-border-radius: 10px 10px 0 0;
  border-radius: 10px 10px 0 0;
}
.prod-detail .k-expander-title {
  color: #88171E;
  font-weight: 700;
}
.prod-detail .k-dropdown .k-input {
  color: #252525;
}
.prod-detail .k-dropdown .k-input:hover, .prod-detail .k-dropdown .k-input:focus {
  color: #fff;
}

#image-desc, #w-image-desc {
  margin: 10px 0 !important;
  /*table {
    width: 100%;
    td {
      padding: 5px;
    }
    td:first-child {
      width: 100px;
    }
    td:nth-child(2) {
      width: calc(100% - 120px);
    }
    input, textarea {
      width: 100%;
    }
  }*/
}
#image-desc .input-block.it, #w-image-desc .input-block.it {
  display: block;
}
#image-desc .input-block.en, #w-image-desc .input-block.en {
  display: none;
}

.cg.croppergallery.slim.placeholder {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
}

/* file uploader */
.file, .removefile {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  flex-wrap: nowrap;
  font-size: 21px;
  width: 30px;
  height: 30px;
  padding: 0;
  z-index: 2;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  background: #3F4250;
  -webkit-transition: background 0.5s ease 0s;
  -moz-transition: background 0.5s ease 0s;
  -ms-transition: background 0.5s ease 0s;
  -o-transition: background 0.5s ease 0s;
  transition: background 0.5s ease 0s;
}
.file:hover, .removefile:hover {
  background: #252525;
}
.file i, .removefile i {
  color: #fff;
  position: relative;
  font-size: 21px;
  right: 0;
  top: 0;
  margin: 0;
}
.file.hidden, .removefile.hidden {
  display: none;
}

#fileContainer .file, #fileContainer .removefile {
  margin-top: 5px;
  color: #fff;
  width: 155px;
  font-size: 14px;
  padding: 3px 0;
}
#fileContainer .file i, #fileContainer .removefile i {
  font-size: 21px;
  margin-right: 15px;
}
#fileContainer p {
  font-size: 14px;
  margin-top: 10px;
  /*border-top: 1px solid $grigiochiaro2;
  padding-top: 10px;*/
}

/* ---------------------------------------------------------------------------------------------------- */
/* 																										*/
/* MEDIA QUERY ---------------------------------------------------------------------------------------- */
/* 																										*/
/* ---------------------------------------------------------------------------------------------------- */
.nomobile {
  display: inline-block;
}

.showmobile {
  display: none;
}

@media all and (max-width: 767px) {
  .login-page {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    flex-wrap: nowrap;
    flex-direction: column-reverse;
    width: 100%;
    justify-content: flex-end;
    border-top: 2px solid #C20E1A;
  }
  footer .container-full {
    flex-direction: column;
    text-align: center;
  }
  footer .container-full img {
    border-top: 1px solid #fff;
    padding-top: 15px;
    width: 175px;
  }
}

/*# sourceMappingURL=custom.css.map */
