.btn-file {
  position: relative;
  overflow: hidden; }

.btn-file input[type=file] {
  position: absolute;
  top: 0;
  right: 0;
  min-width: 100%;
  min-height: 100%;
  font-size: 100px;
  text-align: right;
  filter: alpha(opacity=0);
  opacity: 0;
  outline: none;
  background: white;
  cursor: inherit;
  display: block; }

.navbar-brand {
  padding-left: 60px; }
  .navbar-brand svg {
    margin-right: 15px;
    height: 50px;
    width: 38px;
    float: left;
    position: absolute;
    top: 0;
    left: 10px; }

#customLay {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 99999;
  background-color: gray;
  filter: alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
  display: none; }

#customLay h2 {
  position: relative;
  margin: auto;
  text-align: center;
  top: 40%;
  color: #fff; }

.position-relative {
  position: relative; }

.bs-callout {
  padding: 20px;
  margin: 20px 0;
  border: 1px solid #eee;
  border-left-width: 5px;
  border-radius: 3px;
  background-color: white; }

.bs-callout-faq {
  padding: 9px 12px;
  margin: 10px 0; }

.bs-callout h4 {
  margin-top: 0;
  margin-bottom: 5px; }

.bs-callout p:last-child {
  margin-bottom: 0; }

.bs-callout code {
  border-radius: 3px; }

.bs-callout + .bs-callout {
  margin-top: -5px; }

.bs-callout-default {
  border-left-color: #777; }

.bs-callout-default h4 {
  color: #777; }

.bs-callout-primary {
  border-left-color: #428bca; }

.bs-callout-primary h4 {
  color: #428bca; }

.bs-callout-success {
  border-left-color: #5cb85c; }

.bs-callout-success h4 {
  color: #5cb85c; }

.bs-callout-danger {
  border-left-color: #d9534f; }

.bs-callout-danger h4 {
  color: #d9534f; }

.bs-callout-warning {
  border-left-color: #f0ad4e; }

.bs-callout-warning h4 {
  color: #f0ad4e; }

.bs-callout-info {
  border-left-color: #5bc0de; }

.bs-callout-info h4 {
  color: #5bc0de; }

.icon.folder:before {
  content: '';
  float: left;
  width: 1.5em;
  height: 0.45em;
  margin-left: 0.07em;
  margin-bottom: -0.07em;
  border-top-left-radius: 0.1em;
  border-top-right-radius: 0.1em; }

.icon.folder:after {
  content: '';
  float: left;
  clear: left;
  width: 3em;
  height: 2.25em;
  border-radius: 0.1em; }

.icon.folder.fascicoli:before {
  background-color: #7ba1ad;
  box-shadow: 1.25em 0.25em 0 0em #7ba1ad; }

.icon.folder.fascicoli:after {
  background-color: #a0d4e4; }

.icon.folder.pratiche:before {
  background-color: #EAB93E;
  box-shadow: 1.25em 0.25em 0 0em #EAB93E; }

.icon.folder.pratiche:after {
  background-color: #FFDC78; }

.icon.folder.full:before {
  height: 0.55em; }

.icon.folder.full:after {
  height: 2.15em;
  box-shadow: 0 -0.12em 0 0 #ffffff; }

.icon.file {
  width: 2.5em;
  height: 3em;
  line-height: 3em;
  text-align: center;
  border-radius: 0.25em;
  color: #FFF;
  display: inline-block;
  position: relative;
  overflow: hidden; }

.icon.file:first-line {
  font-size: 13px;
  font-weight: 700; }

.icon.file:after {
  content: '';
  position: absolute;
  z-index: -1;
  border-width: 0;
  border-bottom: 2.6em solid #DADDE1;
  border-right: 2.22em solid rgba(0, 0, 0, 0);
  top: -37.5px;
  right: -4px; }

.icon.file.proto {
  box-shadow: 1.74em -2.1em 0 0 #7ad1b5 inset; }

.icon.file.proto:after {
  border-bottom-color: #00af93; }

.scaffolding-list-on a {
  text-align: center;
  width: 10%;
  float: left;
  height: 180px;
  min-width: 180px;
  overflow: hidden;
  border: 0;
  z-index: 1; }

.scaffolding-list-on b {
  display: block;
  margin: 5px auto; }

.scaffolding-list-on .iconContainer {
  display: inline-flex;
  font-size: 180% !important;
  margin: 20px auto !important; }

.scaffolding-list-on i {
  display: none;
  visibility: hidden; }

.scaffolding-list-on .list-group-item:first-child {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

#listaFascicoli .ui-selecting {
  background: #FECA40; }

#listaFascicoli .ui-selected {
  background: #f5f5f5; }

.bg-white {
  background-color: white; }

.list-group-item-skinny {
  padding: 6px 15px; }

.scrolling-box-body {
  height: 370px;
  overflow-y: auto;
  /*overflow-x: hidden;*/ }

.bg-sabbia {
  background-color: #CCA889 !important;
  color: white !important; }

.bg-pesca {
  background-color: #F7786B !important;
  color: white !important; }

.bg-porporina {
  background-color: #CD5992 !important;
  color: white !important; }

.bg-lightgreen {
  background-color: #c5e8d3 !important;
  color: #444 !important; }

@keyframes fa-blink {
  50% {
    opacity: 0.4; } }
.fa-blink {
  -webkit-animation: fa-blink 3.5s linear infinite;
  -moz-animation: fa-blink 3.5s linear infinite;
  -ms-animation: fa-blink 3.5s linear infinite;
  -o-animation: fa-blink 3.5s linear infinite;
  animation: fa-blink 3.5s linear infinite; }

.datepicker .highlight {
  background-color: #39b50d;
  color: white !important; }

select.input-xs {
  height: 22px;
  line-height: 22px;
  padding: 0; }

.note-toolbar {
  z-index: 1; }

.DTED_Lightbox_Wrapper {
  z-index: 1031 !important; }

div.DTE_Field_Info {
  line-height: 2em !important; }

.select2 {
  width: 100% !important; }

.select2-search--inline .select2-search__field:focus {
  border: none; }

.select2-container .select2-selection__rendered > *:first-child.select2-search--inline {
  width: 100% !important; }

.select2-container .select2-selection__rendered > *:first-child.select2-search--inline .select2-search__field {
  width: 100% !important; }

.has-success .select2:not(.nessun-check-error) .select2-selection {
  border-color: #00a65a !important; }

.has-warning .select2:not(.nessun-check-error) .select2-selection {
  border-color: #f39c12 !important; }

.has-error .select2-selection:not(.nessun-check-error) {
  border-color: #dd4b39 !important; }

.dropdown-submenu {
  position: relative; }

.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px;
  border-radius: 0 6px 6px 6px; }

.dropdown-submenu:hover > .dropdown-menu {
  display: block; }

.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #ccc;
  margin-top: 5px;
  margin-right: -10px; }

.dropdown-submenu:hover > a:after {
  border-left-color: #fff; }

.dropdown-submenu.pull-left {
  float: none; }

.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px; }

.display-inline-flex {
  display: inline-flex !important; }

.text-xs-left {
  text-align: left; }

.text-xs-right {
  text-align: right; }

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

.text-xs-justify {
  text-align: justify; }

@media (min-width: 768px) {
  .text-sm-left {
    text-align: left; }

  .text-sm-right {
    text-align: right; }

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

  .text-sm-justify {
    text-align: justify; } }
@media (min-width: 992px) {
  .text-md-left {
    text-align: left; }

  .text-md-right {
    text-align: right; }

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

  .text-md-justify {
    text-align: justify; } }
@media (min-width: 1200px) {
  .text-lg-left {
    text-align: left; }

  .text-lg-right {
    text-align: right; }

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

  .text-lg-justify {
    text-align: justify; } }
div .background-login {
  background-image: url("/img/bg.png");
  background-color: #fff;
  background-repeat: repeat-x;
  background-position: bottom;
  background-size: cover; }

/*# sourceMappingURL=skin-login.css.map */
